/* <!--------------------------------------------------------------------------------------------------> */
/* 首页 */
#home {
    margin-top: 100px;
}

/* 首页--轮播 */
#swiprer-compoent {
    position: relative;
}

#swiprer-compoent .swiper-textContent {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 4;
}

#swiprer-compoent .swiper-textContent .text-start {
    text-transform: uppercase;
    letter-spacing: 38px;
    color: rgba(255, 255, 255, 1);
}
#swiprer-compoent .swiper-textContent .text-end{
    font-size: 60px;
    font-weight: bold;
    line-height: 90px;
    letter-spacing:3px;
 }

#swiprer-compoent .swiper-container {
    position: relative;
    width: 100%;
}

#swiprer-compoent .swiper-slide {
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

/* <!--------------------------------------------------------------------------------------------------> */
/*首页--服务项目 */
.service-items {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.service-items .service-items-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: rgb(90, 90, 90);
    line-height: 1.5;
}
.service-items .service-items-header  span:nth-child(1) {
   padding:10px;
   text-align:center;
}
.service-items .service-items-header  span:nth-child(2) {
    line-height: 1;
   padding:15px;
}

.service-items .service-items-header .text-start {
    font-size: 32px;
    color: rgb(51, 51, 51);
    line-height: 3;
}

.service-items .service-items-content {
    width: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-items .service-items-content .content {
    width: 270px;
    height: 389px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.service-items .service-items-content .content .content-header {
    width: 270px;
    height: 80px;
    background-image: url("../images/service-header.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);

}

.service-items .service-items-content .content .contetn-data-list {
    flex: 1;
}

.service-items .service-items-content .content .contetn-data-list a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    background: url("../images/dian.png") no-repeat left center;
    text-indent: 2em;
}

.service-items .service-items-content .content .contetn-data-list li {
    list-style: none;
    line-height: 1.8;
}

.service-items .service-items-content .content .contetn-data-list li img {
    margin-left: 4px;
}

.service-items .service-items-content .content .contetn-data-list li a:hover {
    color: #2f54eb;
}

.service-items .service-items-content .content .contnet-list-footer {
    height: 40px;
    display: inline-block;
    color: rgba(47, 84, 235, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    text-indent: 2em;
    display: flex;
    align-items: center;
}

.content-footer {
    width: 228px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 84, 235, 1);
    color: rgba(47, 84, 235, 1);
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border-radius: 40px;

}

.content-footer:hover {
    background: rgba(47, 84, 235, 1);
    color: #fff;
}

/* <!--------------------------------------------------------------------------------------------------> */
/*首页--关于我们 */
.about-us {
    background-color: rgb(204, 204, 204);
    background-image: url("../images/bg3.jpg");
    background-attachment: fixed;
    background-position: center top;
}

.about-us .content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.about-us .content-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us .content-header .text-one {
    font-size: 80px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.about-us .content-header .text-two {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
}


.about-us .content-header .text-three {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    width: 168px;
    height: 45px;
}

.about-us .content-header .text-three.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 235, 1);
    border-radius: 50px;
}

.about-us .content-header .text-three:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(47, 84, 235, 1);
    border-radius: 50px;
}

.about-us .content-box {
    width: inherit;
    display: flex;
    justify-content: space-evenly;
}

.about-us .content-box p {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: rgb(255, 255, 255);
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.about-us .content-box p:nth-child(2) {
    margin-bottom: 4px;


}

.about-us .content-box p:nth-child(2) img {
    height: 51px;
}

/* <!--------------------------------------------------------------------------------------------------> */
/*首页--解决方案 */
.solution {
    background-color: rgb(246, 250, 254);
}

.solution .content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.solution .solution-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: rgb(90, 90, 90);
    line-height: 2;

}

.solution .solution-header .text-start {
    font-size: 32px;
    color: #333;
}
.solution .solution-header span:nth-child(1) {
   padding:10px;
}
.solution .solution-header span:nth-child(2) {
   padding:15px;
}
.solution .solution-content {
    position: relative;
    width: inherit;
    height: 360px;
    background-color: rgb(255, 255, 255);
    padding: 0;
}

.solution .solution-content li {
    display: flex;
    list-style: none;
}

.solution .solution-content .solution-content-left {
    width: 20%;
    border-right: 1px solid #ededed;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 45px;
}

.solution .solution-content .solution-content-left:hover {
    background: #eaeefd;
}

.solution .solution-content .solution-content-left:hover span {
    color: #2f54eb;
}

.solution .solution-content .solution-content-left.active {
    background: #eaeefd;
}

.solution .solution-content .solution-content-left span {
    text-indent: 2em;
    font-size: 14px;
    padding-left: 1px;
    color: #555555;
}

.solution .solution-content .solution-content-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    box-sizing: border-box;
    padding: 40px;
}


.solution .solution-content .solution-content-right-list .right-header {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.solution .solution-content .solution-content-right-list .right-text {
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;
}

.solution .solution-content .solution-content-right-list .img-box {
    display: flex;

}

.solution .solution-content .solution-content-right-list .img-box p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
    line-height: 3;
}

.solution .solution-content .solution-content-right-list .to-info {
    width: 109px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(47, 84, 235, 1);
    color: rgba(47, 84, 235, 1);
    border-radius: 40px;
}

.solution .solution-content .solution-content-right-list .to-info:hover {
    background-color: rgba(47, 84, 235, 1);
    color: #fff;
}


.solution .solution-content-model {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.solution .solution-content-model li {
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    line-height: 2;
}

.solution .solution-content-model li .right-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #888888;
}

.solution .solution-content-model .content-footer {
    margin-top: 20px;
    width: 228px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 84, 235, 1);
    color: rgba(47, 84, 235, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border-radius: 40px;
}

.solution .solution-content-model .content-footer:hover {
    background: rgba(47, 84, 235, 1);
    color: #fff;
}


/* <!--------------------------------------------------------------------------------------------------> */
/*首页--新闻动态 */

.news .content {
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.news .news-title {
    font-size: 32px;
    text-align: center;
}

.news .new-content-list {
    width: inherit;
    display: flex;
    justify-content: space-between;
}


.news .new-content-list .new-content-list-left {
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2;
}
.news .new-content-list .new-content-list-left a{
   display: flex;
   flex-direction: column;
}

.news .new-content-list .new-content-list-left img {
   width: 100%;
}

.news .new-content-list-left .news-head {
    font-size: 18px;
    color: #5A5A5A;
}

.news .new-content-list-left .time {
    font-size: 12px;
    padding-top: 5px;
    color: #929292;
}

.news .new-content-list-left .new-text {
    display: block;
    word-wrap: break-word;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .new-content-list .new-content-list-right {
    width: 55%;
}

.news .new-content-list-right .right-list {
    padding: 20px;
    border-bottom: 1px dotted #dbd4cd;
    display: flex;
}

.news .right-list-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.news .right-list-content-left .number {
    color: #888888;
    font-size: 38px;
}

.news.right-list-content-left .date {
    color: #888888;
    font-size: 13px;
}

.news .right-list-content-right {
    width: 80%;
}

.news .right-list-content-right .title {
    font-size: 18px;
    color: #5A5A5A;
}

.news .right-list-content-right .title:hover {
    color: #2f54eb;
}

.news .right-list-content-right .text {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.news .new-content-list-model {
    width: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}


.news .new-content-list-model .new-content-list-left {
    width: inherit;
    display: flex;
    line-height: 2;
    border-bottom: 1px solid #eee;
}
.news .new-content-list-model .new-content-list-left img {
    width: 120px;
    height: 90px;
    margin-right: 10px;
    margin-top: 20px;
}

.news .news-footer {
    width: 178px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(47, 84, 235, 1);
    color: rgba(47, 84, 235, 1);
    border-radius: 40px;
}

.news .news-footer:hover {
    background: rgba(47, 84, 235, 1);
    color: #fff;
}


/* <!--------------------------------------------------------------------------------------------------> */
/*首页--合作商 */

.hezuo .content {
    height: inherit;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    text-align:center;
}
.hezuo a{
  background-color: rgb(0 121 255 / 1%);
  margin: 2px 2px;
  height: 50px;
}
.hezuo img {
  margin: 3px 3px; 
  max-width: 95%;
  max-height:35px; 
  mix-blend-mode:hard-light;
  background-size: cover;
    transform: translateX(0%) translateY(0%);
    background: inherit;
    filter: drop-shadow(0px 0px 0px gray);
}

.hezuo img:hover {
    transform: scale(1.1);
    transition: all .2s ease-in .2s;
}