@charset "UTF-8";

.pt-20{
    padding-top:20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-24{
    padding-bottom: 24px;
}
img {
    pointer-events: none;
}
input:focus {
    outline: none;
}
/*导航*/
.main-nav{
    background:rgba(255,255,255,0.15);
}
.navbar-area.navbar-area-two{
    background:rgba(255,255,255,0.15);
}
.navbar-area.navbar-area-two.is-sticky{
    background:#01051c !important;
}
/*导航文字*/
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a{
    color:#fff;
    font-size:16px;
    font-weight: normal;
}
/*导航选中效果*/
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active{
    color:#fff;
}
/*导航鼠标悬浮效果*/
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover {
    color: #1a6ff4;
}


/*banner图大字*/
.banner-area.banner-area-two .banner-content h1{
    font-size:50px;
    font-weight: 700;
}
/*banner图小字*/
.banner-area.banner-area-two .banner-content p{
    font-size:30px;
    font-weight: 700;
}
/*banner图下方方块h3标签效果*/
.single-feature .title h3{
    margin-bottom:0;
}
/*banner图下方方块p标签英文效果*/
.single-feature .title p{
    transition: all ease 0.5s;
    padding-left: 65px;
    line-height: .5;
    color:#CECECE;
    letter-spacing: 2px;
}

#banner-container {
    height: 38.64rem;
    overflow: hidden;
}
#banner-container .swiper-slide {
    overflow: hidden;
}
#banner-container .swiper-slide video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
#banner-container .swiper-slide .pic {
    height: 120%;
}
#banner-container .swiper-slide .pic img {
    animation: bannerPic 4s alternate infinite 1s;
    width: 100%;
    height: 80%;
    /* object-fit: cover; */
    display: block;
}
@keyframes bannerPic {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.06);
    }
}
#banner-container .slide {
    position: relative;
}
#banner-container .slide .txt {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 99;
}
#banner-container .slide .txt .circle {
    position: absolute;
    left: 4%;
    top: 3%;
    transform: translateY(-50%);
    z-index: -1;
}
#banner-container .slide .txt .circle .c1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.91rem;
    height: 0.91rem;
    border-radius: 50%;
    background-color: #02acb9;
    transition: all 3s;
    animation: scaleWave 3s linear infinite alternate ;
    -webkit-animation: scaleWave 3s linear infinite alternate;
}
#banner-container .slide .txt .circle .c2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    border: solid 0.05rem rgba(2, 172, 185, 0.9);
    transition: all 3s;
    animation: scaleWave 3s linear infinite ;
    -webkit-animation: scaleWave 3s linear infinite;
}
#banner-container .slide .txt .circle .c3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.91rem;
    height: 3.91rem;
    border-radius: 50%;
    border: solid 0.05rem rgba(2, 172, 185, 0.7);
    transition: all 3s;
    animation: scaleWave 3s linear infinite;
    -webkit-animation: scaleWave 3s linear infinite;
}
#banner-container .slide .txt .circle .c4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: solid 0.05rem rgba(2, 172, 185, 0.4);
    transition: all 3s;
    animation: scaleWave 3s linear infinite;
    -webkit-animation: scaleWave 3s linear infinite;
}
#banner-container .slide .txt .circle .c5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.18rem;
    height: 6.18rem;
    border-radius: 50%;
    border: solid 0.05rem rgba(2, 172, 185, 0.2);
    transition: all 3s;
    animation: scaleWave 3s linear infinite;
    -webkit-animation: scaleWave 3s linear infinite;
}
@keyframes scaleWave {
    0% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        -moz-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    100% {
        -webkit-transform: scale(1.3) translate(-50%, -50%);
        -ms-transform: scale(1.3) translate(-50%, -50%);
        -moz-transform: scale(1.3) translate(-50%, -50%);
        -o-transform: scale(1.3) translate(-50%, -50%);
        transform: scale(1.3) translate(-50%, -50%);
        opacity: 0;
    }
}
@-webkit-keyframes c2 {
    0% {
        -webkit-transform: scale(0.222);
        -ms-transform: scale(0.222);
        -moz-transform: scale(0.222);
        -o-transform: scale(0.222);
        transform: scale(0.222);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.622);
        -ms-transform: scale(0.622);
        -moz-transform: scale(0.622);
        -o-transform: scale(0.622);
        transform: scale(0.622);
        opacity: 0.4;
    }
    98% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes c2 {
    0% {
        -webkit-transform: scale(0.222);
        -ms-transform: scale(0.222);
        -moz-transform: scale(0.222);
        -o-transform: scale(0.222);
        transform: scale(0.222);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.622);
        -ms-transform: scale(0.622);
        -moz-transform: scale(0.622);
        -o-transform: scale(0.622);
        transform: scale(0.622);
        opacity: 0.4;
    }
    98% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes c2 {
    0% {
        -webkit-transform: scale(0.222);
        -ms-transform: scale(0.222);
        -moz-transform: scale(0.222);
        -o-transform: scale(0.222);
        transform: scale(0.222);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.622);
        -ms-transform: scale(0.622);
        -moz-transform: scale(0.622);
        -o-transform: scale(0.622);
        transform: scale(0.622);
        opacity: 0.4;
    }
    98% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes c2 {
    0% {
        -webkit-transform: scale(0.222);
        -ms-transform: scale(0.222);
        -moz-transform: scale(0.222);
        -o-transform: scale(0.222);
        transform: scale(0.222);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.622);
        -ms-transform: scale(0.622);
        -moz-transform: scale(0.622);
        -o-transform: scale(0.622);
        transform: scale(0.622);
        opacity: 0.4;
    }
    98% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes c2 {
    0% {
        -webkit-transform: scale(0.222);
        -ms-transform: scale(0.222);
        -moz-transform: scale(0.222);
        -o-transform: scale(0.222);
        transform: scale(0.222);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.622);
        -ms-transform: scale(0.622);
        -moz-transform: scale(0.622);
        -o-transform: scale(0.622);
        transform: scale(0.622);
        opacity: 0.4;
    }
    98% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
#banner-container .slide .txt h3 {
    font-size: 2.27rem;
    color: #fff;
    margin-bottom: 0.91rem;
}
#banner-container .slide .txt h3 span {
    color: #00b5c2;
}
#banner-container .slide .txt p {
    font-size: 0.91rem;
    text-transform: uppercase;
}
#banner-container .slide3 .txt p {
    font-size: 1.64rem;
}
#banner-container .slide3 .txt h3 {
    margin: 1.36rem 0;
    letter-spacing: 0.09rem;
}
#banner-container .slide3 .txt .inBanList span {
    font-size: 1.09rem;
    padding: 0 2.91rem;
    border-right: 0.05rem solid #fff;
}
#banner-container .slide3 .txt .inBanList span:nth-child(1) {
    padding-left: 0;
}
#banner-container .slide3 .txt .inBanList span:last-child {
    border-right: 0;
}
#banner-container .swiper-pagination {
    bottom: 7.27rem;
    text-align: left;
    padding-left: 13%;
}
#banner-container .swiper-pagination-bullet {
    width: auto;
    height: auto;
    font-size: 1.09rem;
    background-color: transparent;
    margin: 0 0.68rem;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s;
}
#banner-container .swiper-pagination-bullet-active {
    transition: all 0.3s;
    position: relative;
    color: #00b5c2;
    font-size: 1.64rem;
    margin-left: 9.55rem;
}
#banner-container .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    left: -9.55rem;
    top: 50%;
    transform: translateY(-50%);
    width: 9.09rem;
    height: 0.05rem;
    background-color: #89e480;
    opacity: 0.2;
}
#banner-container .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: -9.55rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0.05rem;
    background-color: #00b5c2;
    animation: active-swiper 7.2s ease;
}
@keyframes active-swiper {
    0% {
        width: 0;
    }
    /*1091*/
    100% {
        width: 9.09rem;
    }
    /*0913*/
}

.single-feature p{
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
}
/*首页模块标题部分 start */
.section-title span{
    color:#E4E4E4;
    letter-spacing: 4px;
    font-size:24px;
}
.section-title span{
    margin-bottom: 0;
}
.section-title h2{
    color:#1D1D1D;
    font-size:24px;
    top: -5px;
    line-height: 0.1;
    margin-bottom:4px;
}
.section-title img{
    width:65px;
}
/*首页模块标题部分 end */
/*首页关于我们模块 start*/
.approach-content{
    color:#000;
}
.approach-content .about_title{
    display: flex;
    justify-content: space-between;
}

.approach-content .about_title h3{
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 5px;
}
.approach-content .about_title h3 img{
    position: absolute;
    width: 24px;
    height: 24px;
    right: -11px;
    top: -5px;
}
.approach-content  span{
    font-size: 14px;
    font-weight: 600;
    color: #D8D8D8;
    line-height: 17px;
    letter-spacing: 5px;
}
.approach-content .about_title span{
    font-size: 10px;
    font-weight: 400;
    color: #1B6EF0;
    line-height: 15px;
    letter-spacing: 0;
}
.approach-content .about_title span img{
    width: 35px;
    opacity: 1;
}
.approach-content .about_subtitle{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.approach-content .about_content{
    font-size: 14px !important;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 24px;
    letter-spacing: 1px;
}
.approach-content .about_content p{
    font-size: 14px !important;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 24px;
    letter-spacing: 1px;
}

.single-approach {
    background-color: #ffffff;
    border-left: 3px solid #1B6EF0;
    padding: 20px;
    margin-bottom: 30px;
    /* box-shadow: 0 0 10px #000; */
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 18%);
    position: relative;
    width: 270px;
    min-height: 180px;
}
.single-approach h3{
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 18px;
    letter-spacing: 1px;
}
.single-approach p{
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 1px;
}
.single-approach div div p{
    font-size:7px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    text-align: center;
}
.single-approach div div img{
    margin: 0 auto;
    display: block;
}


/*首页关于我们模块 end */

/*首页案例模块 start*/
.challenges-area.challenges-area-two{
    background-image: url("../img/case_bg.png");
    height:1150px;
    background-color:#fff;
    background-size: 100% 100%;
}
.challenges-area-two .single-services .services-content h3 a{
    font-size: 16px !important;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 18px;
}
.challenges-area-two .single-services .services-content .content p{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.challenges-area-two .single-services .services-content .read-more{
    width:60px;
    margin-bottom: 40px;
}
.challenges-area.challenges-area-two .white-title span{
    color: rgba(228,228,228,0.5);
}
.challenges-area.challenges-area-two .case .item{
    margin-top:25px;

}
.challenges-area.challenges-area-two .case_more_btn{
    display: block;
    width: 141px;
    height: 40px;
    background: linear-gradient(90deg, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0 auto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top:30px;
}
.our-approach-area.challenges-area-shop .case_more_btn{
    display: block;
    width: 141px;
    height: 40px;
    background: linear-gradient(90deg, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0 auto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top:30px;
}

/*.challenges-area.challenges-area-two .white-title h2{*/
/*    position: relative;*/
/*}*/
/*.challenges-area.challenges-area-two .white-title h2:before,.challenges-area.challenges-area-two .white-title h2:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.challenges-area.challenges-area-two .white-title h2:before{*/
/*    width: 65px;*/
/*    height: 4px;*/
/*    background-color: #fff;*/
/*    top: 20px;*/
/*}*/
/*.challenges-area.challenges-area-two .white-title h2:after{*/
/*    width: 20px;*/
/*    height: 4px;*/
/*    background: rgba(255,255,255,0.27);*/
/*    border-radius: 10px 10px 10px 10px;*/
/*    top: 30px;*/
/*}*/
/*.challenges-area.challenges-area-two .item{*/
/*    height: 336px;*/
/*}*/



/*首页案例模块 end*/

/*历程 start*/
.services-area{height: 890px;width: 100%;overflow: hidden;background-image: url(../images/lc_bg.png);}
.services-area .mengceng{position: relative;background-color: rgba(255,255,255,.8);height:101%;width:100%;}
.services-area .quxian{height: 660px;position: absolute;bottom: 0px;left: 0;}
.services-area .licheng-bg{width: 100%;height: 100%;position: relative;}
.services-area .licheng-bg .warper{height: 100%;}
.services-area .licheng-bg img{height: 518px;position: absolute;bottom: 0px;left: 0;}
.services-area .ny-title{padding-top: 80px;}
.services-area .licheng-content{position: absolute;width: 100%;height: 100%;}
.services-area .licheng-content .swiper-wrapper,.services-area .licheng-content .swiper-slide,.services-area .licheng-content ul{width: 100%;height: 100%;}
.services-area .licheng-content ul li{width: 20%;float: left;height: 100%;}
.services-area .licheng-content ul li a{display: block;width: 100%;position: relative;height: 320px}
.services-area .licheng-content ul li .date{color: #0a3875;font-size: 30px;}
.services-area .licheng-content ul li.item1 .line,.services-area .licheng-content ul li.item3 .line,.services-area .licheng-content ul li.item5 .line{margin-bottom: 30px;}
.services-area .licheng-content ul li.item2 .line,.services-area .licheng-content ul li.item4 .line{margin-top: 30px;}
.services-area .licheng-content ul li.item1 .line:after,.services-area .licheng-content ul li.item3 .line:after,.services-area .licheng-content ul li.item5 .line:after{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.services-area .licheng-content ul li.item2 .line:before,.services-area .licheng-content ul li.item4 .line:before{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.services-area .licheng-content ul li .lc-left{position: absolute;}
.services-area .licheng-content ul li .line{height: 250px;width: 1px;display: block;background-color: #0A3875;position: relative;left: 30px;}
.services-area .licheng-content ul li .lc-right{position: absolute;left: 30px;width: 400px;height:100%;display: table;}
.services-area .licheng-content ul li.item5 .lc-right{width: 200px;}
.services-area .licheng-content ul li.item2 .lc-right, .services-area .licheng-content ul li.item4 .lc-right{width: 400px;}
.services-area .licheng-content ul li .lc-right .right-text{padding: 20px;display: table-cell;vertical-align: middle;}
.services-area .licheng-content ul li.item1 a{top: 50px;}
.services-area .licheng-content ul li.item1 .lc-left .line:after{bottom: -25px;left: -11px;}
.services-area .licheng-content ul li.item1 .lc-right{bottom: 68px;}
.services-area .licheng-content ul li.item2 a{top: 258px;}
.services-area .licheng-content ul li.item2 .lc-left .line:before{top: -25px;left: -11px;}
.services-area .licheng-content ul li.item2 .lc-right{top: 80px;}
.services-area .licheng-content ul li.item3 a{top: 136px;}
.services-area .licheng-content ul li.item3 .lc-left .line:after{bottom: -25px;left: -11px;}
.services-area .licheng-content ul li.item3 .lc-right{bottom: 100px;}
.services-area .licheng-content ul li.item4 a{top: 278px;}
.services-area .licheng-content ul li.item4 .lc-left .line:before{top: -25px;left: -11px;}
.services-area .licheng-content ul li.item4 .lc-right{top: 70px;}
.services-area .licheng-content ul li.item5 a{top: 99px;}
.services-area .licheng-content ul li.item5 .lc-left .line:after{bottom: -25px;left: -11px;}
.services-area .licheng-content ul li.item5 .lc-right{bottom: 100px;}
.services-area .licheng-content .right-text h3{font-size: 24px;margin-bottom: 10px;}
.services-area .licheng-content .right-text p{font-size: 16px;}
.lc-swiper-btn{width: 100%;position: absolute;top: 370px;}
.lc-swiper-btn a{display: block;position: absolute;}
.lc-swiper-btn .btn-prev{position: absolute;left: 15px;top: 50px;z-index: 999;cursor: pointer}
.lc-swiper-btn .btn-next{position: absolute;right: 0;top: 50px;z-index: 999;cursor: pointer}
.lc-swiper-btn .iconfont{font-size: 30px;}
/*历程 end*/

/*企业证书  start*/
.zhengshu{
    position: relative;
}
.zhengshu .bottom_bg{
    position: absolute;
    bottom:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(236,244,255,0.2);
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    line-height: inherit;
    width: 14px;
    height: 14px;
    line-height: 14px !important;
}
/*企业证书  end*/

/*合作伙伴 start */
.team-area .single-services .huoban_content{
    text-align: center;
}
.team-area .single-services .huoban_content a{
    width:90px;
    height:90px;
}
.team-area .single-services .huoban_content p{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-top:10px;
}
/*合作伙伴 end */

/*底部 start*/
.footer-area{
    background-color: #01051c;
}
footer .company_content{
    padding-top:53px;
}
footer .company_content logoline{
    width: 287px;
    height: 2px;
    background: linear-gradient(to right, #D8D8D8 0%, #D8D8D8 0%,rgba(216,216,216,0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: block;
}
footer .company_content .site_content b{
    width: 315px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: 1px;
}
footer .company_content .site_content p{
    height:18px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(255,255,255,0.64);
    line-height: 18px;
    margin-bottom:9px;
}
footer .company_content .company_info{
    margin-top:20px;
}
footer .company_content .company_info li p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
footer .ewm img{
    float: left;
    width: 100px;
    margin-right: 17px;
}
.footer_nav div h3{
    font-size: 16px;
    font-weight: 400;
    color: #E4E4E4;
    line-height: 18px;
    margin-bottom: 13px;
    padding-bottom: 0;
}
.footer_nav div .import-links li a{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.footer_nav div .import-links li a:hover{
    color:#fff;
}
.copy-right-area p{
    width:100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 18px;
    margin-bottom:0;
}
/*底部 end*/

/*案例列表页面 start*/
.page-title-area .page-title-content h2{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
}
.page-title-area .page-title-content h3{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    line-height: 18px;
    letter-spacing: 3px;
    text-align: left;
}
.case_list_box .case-services{
    margin-bottom: 15px;
}
.challenges-area-two .case_list_box .case_list{
    padding-left:0;
}
.case_list_box .services-img a::before{
    background:unset;
}
/*案例列表页面 end*/

/*新闻列表页面 start*/
.news_search{
    padding:0;
    padding-left:16px;
}
.news_search .form-control{
    height: 40px;
    background: #F6F6F6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #138BF2;
    font-size:12px;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 18px;
    position: relative;
    margin: 0 auto;
}
.news_search .search-button{
    width: 40px;
    height: 40px;
    background: linear-gradient(to left, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.news_search .search-button .bx{
    width: 17px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.new_list_left .sidebar-widget{
    padding-left:0;
}
.new_list_left .sidebar-widget .widget-title{
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 18px;
    padding-left: 16px;
}
.new_list_left  .sidebar-widget h3::before{
    width:4px;
    background-color:RGBA(35, 108, 206, 1)
}
.new_list_left .sidebar-widget .new_art_list{
    padding-left:16px;
}
.new_list_left .sidebar-widget .new_art_list ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 18px;
}
.new_list_left .sidebar-widget .new_art_list ul li span{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.new_list_left .sidebar-widget.tags ul li{
    min-width: 75px;
    height: 36px;
    background: #F6F6F6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #E4E4E4;
    text-align: center;
}
.new_list_left  .sidebar-widget.tags ul li a{
    border:0;
    padding:0;
    font-size:12px;
    line-height: 34px;
    width:100%;
    height:100%;
    font-weight: 400;
    color: #3D3D3D;
}
.new_list_left .sidebar-widget.tags ul li a:hover{
    color:#fff;
}
.news_page .sub_nav{
    border-bottom: 1px solid #EEE;
    width: 50%;
    margin: 0 auto 20px;
}
.news_page .sub_nav>div{
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.news_page .sub_nav div a{
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 51px;
}
.news_page .sub_nav div a.active{
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1D;
    position: relative;
}
.news_page .sub_nav div a.active:after{
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.new_artcontent_list .single-blog-posts .single-blog-content{
    padding:16px;
}
.new_artcontent_list .single-blog-posts .single-blog-content h3 a{
    font-size: 16px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 24px;
}
.new_artcontent_list .single-blog-posts .single-blog-content p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    letter-spacing: 1px;
}
.new_artcontent_list .single-blog-posts .single-blog-content .list_btn{
    display: flex;
    justify-content: space-between;
}
.new_artcontent_list .single-blog-posts .single-blog-content .list_btn a{
    width: 60px;
    height: 24px;
    background: #E5912A;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}
.new_artcontent_list .single-blog-posts .single-blog-content .list_btn span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    height:20px;
    line-height: 20px;
}
.new_artcontent_list .single-blog-posts .single-blog-content .list_btn span i{
    margin-right: 3px;
}
/*新闻列表页面 end*/
/*关于我们页面 start*/
.map-content{
    position: relative;
    height:560px;
}
.map-content .cantact{
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(170, 164, 164, 0.57);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    width: 1200px;
    margin: 50px auto;
    z-index: 99;
    position: sticky;
    padding:28px;
}

.map-content .map_img{
    height:472px;
    position: absolute;
    top: 87px;
}
.about_cantact{
    display: flex;
    justify-content: space-between;
}

.about_cantact h3{
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 5px;
}
.about_cantact h3 img{
    position: absolute;
    width: 24px;
    height: 24px;
    right: -11px;
    top: -5px;
}
.cantact span{
    font-size: 14px;
    font-weight: 600;
    color: #D8D8D8;
    line-height: 17px;
    letter-spacing: 5px;
}
.cantact .cantact_text{
    margin-top:10px;
}
.cantact .cantact_text p{
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom:0;
}
.cantact .cantact_tel{
    width: 546px;
    height: 103px;
    background: url("../img/boda_bg.png");
    background-size: 100% 100%;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
}
.cantact .cantact_tel .left{
    width: 300px;
}
.cantact .cantact_tel .right{
    width:336px;
}
.cantact .cantact_tel .right p{
    font-size: 24px;
    margin:0
}

.cantact  .cantact_tel img{
    width: 47px;
    height: 49px;
    opacity: 1;
    margin:28px 0 26px 35px;
}
.cantact  .cantact_tel p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    font-style: italic;
}
.cantact .cantact_tel .right p:first-child{
    margin-top:23px;
}
.cantact .cantact_tel .right p:first-child span{
    font-size: 8px;
    font-weight: bold;
    margin-left: 38px;
}
.cantact .cantact_tel .right p:last-child{
    margin-top:14px;
    margin-left:81px;
}
/*关于我们页面 end*/
/*予集生态页面 start*/
.shengtai_section .shengtai_title p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    letter-spacing: 24px;
}
.shengtai_section .yuji_about .about_content{
    text-align: center;
}
.api_form_section{
    background-image: url("../img/api-bg.png");
    height:452px;
}
.api_form_section .shengtai_title span{
    font-size: 24px;
    font-weight: 700;
    color: rgba(228,228,228,0.2);
    line-height: 32px;
    letter-spacing: 4px;
}
.api_form_section .shengtai_title h2{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 4px;
}
.api_form_section .api_input{
    width: 600px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-bottom: 25px;
    padding-left: 10px;
}
.api_form_section .api_input input{
    width:100%;
    height:100%;
    border:none;
}
.api_form_section .api_input .nice-select{
    width:100%;
    height:100%;
    border:none;
    line-height: 50px;
}
.api_form_section .api_input select{
    width:100%;
    height:100%;
    border:none;
}
.api_form_section .api_form_submit{
    width: 200px;
    height: 50px;
    background: linear-gradient(to left, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0 auto;
    display: block;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.shangquan_section .single-approach-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(83, 81, 81, 0.14);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.shangquan_section .single-approach-box .icon{
    background-color:unset;
}
.shangquan_section .single-approach-box .icon::after{
    border:none;
}
.shangquan_section .single-approach-box h3{
    font-size: 16px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 28px;
    letter-spacing: 1px;
}
.shangquan_section .single-approach-box p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.hezuo_form_section{
    background-image: url("../img/hezuo_bg.png");
    height:368px;
}
.hezuo_form_section .shengtai_title span{
    font-size: 24px;
    font-weight: 700;
    color: rgba(228,228,228,0.2);
    line-height: 32px;
    letter-spacing: 4px;
}
.hezuo_form_section .shengtai_title h2{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 4px;
}
.hezuo_form_section .api_input{
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-bottom: 10px;
    padding-left: 10px;
}
.hezuo_form_section .api_input input{
    width:90%;
    height:100%;
    border:none;
}
.hezuo_form_section .api_form_submit{
    height: 50px;
    background: linear-gradient(to left, #2345CE 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0 auto;
    display: block;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.hezuo_form_section .hezuo_btn a:first-child{
    width: 200px;
    height: 50px;
    background: linear-gradient(to left, #1B6EF0 0%, #237ECE 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
}
.hezuo_form_section .hezuo_btn a.hezuo_select_btn{
    margin-top:10px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
}
.yingxiao_form_section  p{
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 28px;
    text-align: center;
}
.shengtai_section .shengtai_title p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    letter-spacing: 24px;
}
.shengtai_section .yuji_about .about_content{
    text-align: center;
}
.qudao_form_section{
    background-image: url("../img/chat_bg.png");
    height:400px;
}
.qudao_form_section .shengtai_title span{
    font-size: 24px;
    font-weight: 700;
    color: rgba(228,228,228,0.2);
    line-height: 32px;
    letter-spacing: 4px;
}
.qudao_form_section .shengtai_title h2{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 4px;
}

.qudao_form_section p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
}
/*予集生态页面 end*/
/*予集智库页面 start*/
.zhiku_section .zhiku_content{
    margin-top:30px;
}
.zhiku_section .zhiku_content h3{
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1D;
    line-height: 28px;
    letter-spacing: 2px;
}
.zhiku_section .zhiku_content p{
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 28px;
    letter-spacing: 2px;
    padding-left: 30px;
}

/*予集智库页面 end*/

/*应用中心页面 start*/
.app_services .app_services_category  ul li:hover a{
    background-color: #3169be;
}
.app_services .app_services_category  ul li.active a{
    background-color: #3169be;
    color:#fff;
}
/*应用中心页面 end*/
 
/**底部浮动层  start **/
.phpFudong{ width: 100%; height: 80px; background: rgba(62, 67, 78, 0.9); position:absolute; left: 0px; bottom: 0px; position:fixed;z-index:999;}
.phpFudongIn{ width: 1200px; margin: auto; position: relative;}
.phpFudongImg{
    width: 300px;
  height: 200px;
  position: absolute;
  left: -57px;
  top: -123px;
  background: url(../images/bangong.png) no-repeat;
    background-size: auto;
  z-index: 9999;
  background-size: 100% 100%;
} 
.phpFudongXue{ float: left; margin-left:225px; font-size: 30px; font-weight: bold; color: #ffffff; line-height: 80px;} 
.phpFudongQuan{ float: left; margin-left:20px; font-size: 20px; color: #ffffff; line-height: 80px;} 
.phpFudongQuan span{ font-weight: bold; color: #ffde00;}
.phpFudongCode a{ display: block; float: left; width: 128px; height: 44px; background: linear-gradient(90deg, #2345CE 0%, #237ECE 100%); line-height: 44px; overflow: hidden; text-align: center; color: #ffffff; border-radius: 100px; font-size: 15px; font-weight: bold; text-decoration:none; margin: 18px 0px 0px 18px}
.phpGuanbi{position: absolute;
  right: 0;
  text-align: center;
  color: #fff;
  font-size:27px;
  cursor: pointer;}
/**底部浮动层 end**/

/** 运营团队 start **/
.yytd_page .align-items-center{
    margin-top:59px;
    
}
.yytd_page .approach-content{
    position: absolute;
    top:100px;
}
.yytd_page .sort{
    width: 230px;
  height: 163px;
}
.yytd_page .approach-content .about_title h3 img{
    position: absolute;
  width: 24px;
  height: 24px;
  left: -11px;
  top: -5px;
}
.yytd_page .approach-content .about_title h3{
    font-size:24px;
    letter-spacing: 3px;
    margin-bottom:0;
}
.yytd_page .approach-content span{
    font-size: 14px;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 18px;
  letter-spacing: 1px;
}

/** 运营团队 end **/