@charset "utf-8";
/* CSS Document */
body{ 
    margin:0; padding:0; border:0; font-size:16px; color: #1E1E1E; -webkit-text-size-adjust:none; font-family:"微软雅黑","宋体"; 
    background:white;
    position: relative;
    min-width: 1200px;
    width: 100%;
}
ul,ol,li,dl,dt,dd,img,form,input{ margin:0; padding:0; border:0;}
a{text-decoration: none;cursor: pointer;margin: 0;padding: 0;color: #1E1E1E;}
ul,li,dl{ list-style-type:none;}
.clr{ clear:both;}
.flex-row-startop{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-row-start{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex-row-between{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flex-row-between-end{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.flex-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-col-lc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.flex-col-start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-col-between{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-col-centerl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.head-container{
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1200px;
    background-color: #fff;
    z-index: 9;
}
.menu-transparent{
    background-color: transparent !important;
}
.head-content{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0; 
}
.head-logo{
    width: fit-content;
    height: 60px;
}
.head-logo img{
    height: 46px;
    margin: 7px 0 7px 0;
    padding: 0;
}
.head-menu-container{
    width: 1000px;
    height: 100%;
}
.head-lang{
    width: 125px;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.head-lang img{
    width: 21px;
    height: 21px;
}
.head-lang .head-lang-text{
    font-weight: 400;
    font-size: 16px;
    padding: 0 24px 0 8px;
    position: relative;
}
.menu-transparent .head-lang .head-lang-text{
    color: #fff;
}
.head-lang .head-lang-text::after{
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #989898;
    border-right: 2px solid #989898;
    transform:  rotate(135deg);
}
.menu-transparent .head-lang .head-lang-text::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.head-lang .head-area{
    width: 125px;
    height: fit-content;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 10px;
    display: none;
}
.head-lang .head-area li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;    
}
.head-lang .head-area li a{
    color: #1E1E1E;
}
.head-lang .head-area li:hover{
    background-color: #E5E5E5;
}
.head-lang .head-area li:first-child{
    border-radius: 10px 10px 0 0;
}
.head-lang .head-area li:last-child{
    border-radius:0 0 10px 10px;
}
.head-lang:hover .head-area{
    display: inline-block;
}
.head-menu{
    width: 800px;
    height: 100%;
}
.head-menu li{
    width: 200px;
    height: 60px;
    float: left;
    text-align: center;
}
.head-menu li a{
    margin-top: 6px;
    font-weight: bolder;
    line-height: 48px;
    width: fit-content;
    height: 48px;
    display: inline-block;
    position: relative;
}
.menu-transparent .head-menu li a{
    color: #fff;
}
.head-menu li a:hover::before,
.head-menu li .active::before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2385EE;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
.main{
    width: 100%;
    min-height: calc( 100vh - 280px );
    margin-top: -60px;
}
.foot-container{
    width: 100%;height: 200px;background-color: #333333;
    padding: 40px 0;
}
.foot-content{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.foot-content .foot-lc{
    width: 365px;
    height: 200px;
    border-right: 1px solid #626262;
    margin-left: 35px;
}
.foot-content .foot-rc{
    width: 769px;
    height: 200px;
    margin-left: 30px;
}
.foot-content .foot-lc-l1{
    margin-bottom: 20px;
}
.foot-content .foot-lc-l1 .foot-logo img{
    height: 38px;
    margin-right: 20px;
}
.foot-content .foot-lc-l1 .foot-lmenu img{
    height: 25px;
    margin-right: 12px;
}
.foot-content .foot-lc-l2{
    color: #727272;
    font-size: 12px;
    margin-top: 64px;
}
.foot-content .foot-lc-l2 img{
    width: 16px;
    margin-right: 8px;
}
.foot-content .foot-lc-l2 .foot-lc-l2-text{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 28px;
}
.foot-rc .foot-rc-l1 li{
    float: left;
    width: 140px;
}
.foot-rc .foot-rc-l1 li a{
    color: #fff;
    line-height: 22px;
}
.foot-rc span{
    font-size: 14px;
    color: #727272;
    line-height: 20px;
}
.banner-container{
    min-width: 1200px;
    height: 575px;
    position: relative;
}
.banner-container .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-container .banner-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.banner-container .banner-content .banner-c{
    width: 1200px;
    height: 100%;    
}
.banner-container .banner-content .banner-c p{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.banner-container .banner-content .banner-c .pline{
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
    line-height: 20px;
}

.banner-container .banner-content .banner-c a,
.banner-container .banner-content .banner-c button{
    border: 0;
    outline: none;
    margin: 0;
    margin-top: 60px;
    padding: 0 25px;
    width: fit-content;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #2385ee;
    border-radius: 12px;
}
.index-service{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/index-services-bg.jpg) no-repeat;
    background-size: cover;
    height: max-content;
    overflow: hidden;
}
.index-services-tilcontent{
    width: 1200px;
    height: 168px;
    height: 86px;
    margin: 0 auto;
    z-index: 1;
    padding: 120px 0 38px 0;
    overflow: hidden;
}
.index-services-tilcontent .index-title{
    width: 100%;
    height: 100%;
}
.index-services-tilcontent:first-child{
    margin-top: 0;
}

.index-services-tilcontent p{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 22px;    
}
.index-services-tilcontent .font30{
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
}
.index-services-tilcontent:first-of-type .font30{
    margin-bottom: 4px;
    line-height: 36px;
}
.index-services-tilcontent:first-of-type p{
    line-height: 28px;
}
.index-services-l1{
    width: 1200px;
    height: 280px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px #ccc;
    z-index: 2;
}
.index-services-l1 img{
    height: 260px;
    display: block;
    margin-right: 10px;
}
.index-services-left1{
    width: 595px;
    height: 204px;
    margin-left: 24px;
    padding: 52px 0 24px;
}
.index-services-left1 p{
    font-weight: bold;
    font-size: 28px;
    color: #1E1E1E;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.index-service .index-services-left1 div{
    height: 106px;
}

.index-service .index-services-left1 .left1-text{
    width: 320px;
    height: 42px;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 21px;
    overflow: hidden;
}
.index-service a,.index-service button{
    font-weight: bold;
    font-size: 16px;
    color: #2385EE;
    line-height: 18px;
}
.index-services-l2{
    width: 1200px;
    height: 416px;
    margin: 0 auto;
    margin-top: 32px;
}
.index-services-l2 .index-services-l2l{
    width: 750px;
    height: 416px;
}
.index-services-l2 .index-services-l2r{
    width: 398px;
    height: 382px;
    padding: 10px 10px 24px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
.index-services-l2 .index-services-l2r img{
    display: block;
    width: 398px;
    object-fit: cover;
    margin-bottom: 32px;
    border-radius: 10px;
}
.index-services-l2 p{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 14px 0 10px 0;
    width: 308px;
}
.index-services-l2l .services-l2l-item{
    width: 715px;
    height: 172px;
    padding: 10px 10px 10px 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
.index-services-l2l .services-l2l-item img{
    display: block;
    width: 385px;
    border-radius: 10px;
}
.index-services-l2l .services-l2l-iteml{
    width: 300px;
    height: 100%;
}
.index-services-l2l .services-l2l-iteml a,.index-services-l2l .services-l2l-iteml button{
    line-height: 18px;
    margin-bottom: 14px;
}
.index-services-l2l .left2-text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
}
.products-flex{
    width: 1200px;
    height: 260px;
    margin: 0 auto;
}
.products-flex .products-flex-l{
    width: 100%;
    height: 115px;
}
.products-flex .products-item{
    width: 330px;
    height: 66px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 24px;
    overflow: hidden;
}
.products-flex .products-item img{
    width: 60px;
    display: block;
    margin-right: 16px;
}
.products-flex .products-item p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.products-flex .products-item p:first-child{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
}
.client-flex{
    width: 996px;
    height: 64px;
    padding: 0;
    background-color: #fff;
    margin: 0 auto 42px auto;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    position: relative;
}
.client-flex .swiper-pagination{
    bottom: 0;
    left: 0;
    width: 996px;
}
.client-flex .swiper-pagination .swiper-pagination-bullet{
    width: 20%;
    height: 40px;
    border-radius: 0;
    opacity:1;
    background-color: transparent;
    position: relative;
}
.client-flex .swiper-pagination .swiper-pagination-bullet-active{
    background-color: transparent;
}
.client-flex .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #2385ee;
    border-radius: 2px;
}
.client-flex .client-item{
    width: 20%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-flex .client-item a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.client-flex .client-item img{
    height: 100%;
}
.client-flex .client-item a::after{
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #2385ee;
    border-radius: 2px;
    display: none;
}
.client-flex .client-item a:hover::after{
    display: block;
}
.hw-product{
    width: 100%;
    height: 483px;
    background: url(../images/hwbg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hw-product-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.hw-product-content .hw-text-content{
    width: 450px;
    height: 100%;
}
.hw-product-content .hw-text-content p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 43px;
}
.hw-product-content .hw-text-content p:first-child{
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}
.hw-product-content .hw-text-content a,.hw-product-content .hw-text-content button{
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #2385ee;
    border-radius: 10px;
    width: 160px;
    height: 50px;
    display: block;
    margin-left: 40px;
    margin-top: 40px;
}
.client-container{
    width: 100%;
    height: fit-content;
    background: url(../images/client-bg.jpg) no-repeat;
    background-size: cover;
}
.client-tilcontent{
    width: 1200px;
    height: 146px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
    margin-top: 70px;
    padding-bottom: 60px;
}
.client-tilcontent .client-title{
    width: 100%;
    height: 100%;
}

.client-tilcontent p{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 22px;
}
.client-tilcontent .font30{
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
}
.products-and-solutions a,.client-tilcontent a,.client-tilcontent button{
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #2385ee;
    border-radius: 10px;
    width: 160px;
    height: 50px;
    display: block;
    margin-top: 32px;
}
.client-item-container{
    width: 1138px;
    height: 470px;
    padding-bottom: 72px;
    margin: 0 auto;
}
.client-item-container .client-item-col{
    width: 135px;
    height: 100%;
}
.client-item-container .client-item-col .client-item{
    width: 135px;
    height: 135px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #ccc;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-item-container .client-item-col .client-item:first-child{
    margin-top: 0px;
}
.client-item-container .client-item-col .client-item:last-child{
    margin-bottom: 0px;
}
.client-item-container .client-item-col .client-item img{
    width: 100%;
    display: block;
    border-radius: 20px;
}
.poweropp-container{
    width: 100%;
    height: 121px;
    background: url(../images/poweropp.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.poweropp-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.poweropp-content p{
    width: 400px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30.5px;
    margin: 30px 0 30px 30px;
}
.poweropp-content a,.poweropp-container button{
    width: 255px;
    height: 50px;
    display: block;
    background-color: #1e1e1e;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
}
.swiper-container{
    width: 100%;
    height: 488px;
    height: fit-content;
}
.swiper-container .swiper-wrapper{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 488px;
    object-fit: cover;
    display: block;
}
.swiper-container .swiper-wrapper .hw-content{
    width: 1200px;
    height: 488px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -244px;
}
.swiper-container .swiper-wrapper .hw-text-content{
    width: 500px;
    height: 284px;
    display: block;
    margin: 84px 0 120px 0;
}
.swiper-container .swiper-wrapper .hw-text-content p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 0;
    margin: 0;
    margin-left: 76px;
}
.swiper-container .swiper-wrapper .hw-text-content p:first-child{
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.swiper-container .swiper-wrapper .hw-text-content a,.swiper-container .swiper-wrapper .hw-text-content button{
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #2385ee;
    border-radius: 10px;
    width: 160px;
    height: 50px;
    display: block;
    margin-left: 76px;
    margin-top: 44px;
}



/*产品*/
.products-container .banner-container{
    height: 375px;
}
.products-container .banner-container .banner-content .banner-c p{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
}
.products-container .banner-container .products-banner-text{
    width: 520px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
}
.products-bi-container{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/product-powerBI-bg.jpg) no-repeat;
    background-size: cover;
    height: 533px;
    overflow: hidden;
    
}
.products-title-container{
    width: 1200px;
    height: fit-content;
    margin: 0 auto;
    padding-bottom: 38px;
    overflow: hidden;
}
.products-title-container a,.products-title-container button{
    display: block;
    padding-right: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #2385EE;
    line-height: 22px;
    position: relative;
    margin-right: 32px;
}
.products-title-container a::after,.products-title-container button::after{
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2385EE;
    border-right: 2px solid #2385EE;
    transform: rotate(45deg);
}
.products-titlel{
    margin-left: 32px;
}
.products-titlel img{
    display: block;
    width: 60px;
    margin-right: 20px;
}
.products-titlel p{
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
.products-titlel p:first-child{
    font-weight: bold;
    font-size: 26px;
    color: #1E1E1E;
    line-height: 1;
}
.products-titlel p:last-of-type{
    margin-top: 6px;
}
.products-bi-content{
    width: 1136px;
    height: 320px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    box-shadow: 0px 0px 8px #ccc;
}
.products-bi-content .products-text-content{
    width: 575px;
    height: 100%;
}
.products-bi-content img{
    width: 625px;
    display: block;
}
.products-bi-content .products-text-item{
    padding: 0 44px 0 72px;
    margin-top: 24px;
    position: relative;
}
.products-bi-content .products-text-item:first-child{
    margin-top: 0;
}
.products-bi-content .products-text-item p:nth-child(1){
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}
.products-bi-content .products-text-item p:nth-child(2){
    font-size: 14px;
    color: #6B6B6B;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.products-bi-content .products-text-item::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #00660e;
    top: 0;
    left: 44px;
    position: absolute;
    border-radius: 50%;
}
.products-bi-content .products-text-item:after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    border-width: 0 0 2px 2px;
    overflow: hidden;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 48px;
}
.products-opp-container{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/PowerOppbg.jpg) no-repeat;
    background-size: cover;
    height: 865px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #ccc;
}
.products-opp-item{
    padding: 0 24px;   
}
.products-opp-item:nth-child(1){
    margin-top: 24px;
}
.products-opp-item:nth-child(2){
    margin-top: 46px;
    margin-bottom: 24px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 1;
}
.products-opp-item:nth-child(3){
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 84px;
}
.products-opp-item .products-opp-img{
    width: 55px;
    height: 55px;
    border-radius: 10px;
    border:2px solid #e9e9e9;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-opp-item .products-opp-img img{
    display: block;
    margin: 0;
    width: 35px;
}
.products-opp-foot{
    width: 1136px;
    height: fit-content;
    margin: 0 auto;
    margin-top: 32px;
}
.products-opp-foot .opp-foot-item{
    width: 357px;
    height: 306px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 8px #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.products-opp-foot .opp-foot-item img{
    width: auto;
    margin: 10px;
    border-radius: 10px;
    display: block;
}
.products-opp-foot .opp-foot-item p{
    margin: 0;
    padding: 0 24px;
    margin-top: 22px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.products-opp-foot .opp-foot-item .opp-foot-text{
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    padding: 0 24px;
    font-family: "微软雅黑";
}
.products-wave-container{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/Datawavebg.jpg) no-repeat;
    background-size: cover;
    height: 1390px;
    overflow: hidden;
}
.products-platform-container{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/Platformbg.jpg) no-repeat;
    background-size: cover;
    height: 534px;
    overflow: hidden;
}
/*产品*/
/*服务*/
.services-container2{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/services-bg2.jpg) no-repeat;
    background-size: cover;
    height: 1230px;
    overflow: hidden;
}
.services-content1{
    width: 1138px;
    height: max-content;
    margin: 0 auto;
    margin-bottom: 44px;
}
.services-content1-item{
    width: 360px;
    height: 230px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);   
    box-shadow: 0px 0px 8px #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.services-content1-item img{
    display: flex;
    margin: 32px 0 20px 32px;
    height: 55px;
}
.services-content1-item p{
    padding: 0;
    margin: 0 15px 0 24px;
    font-size: 14px;
    line-height: 20px;
    font-family: "微软雅黑";
}
.services-c2-content{
    height: 500px;
}
.services-c2-content img{
    display: block;
    height: 480px;
    margin: 10px 10px 10px 0;
    object-fit: cover;
}
.services-container2 .index-services-tilcontent{
    margin-top: 0px;
}
.services-container2 .services-c2text-content{
    width: 540px;
    height: fit-content;
    margin-left: 25px;
    overflow: hidden;
}
.services-container2 .services-c2text-item{
    padding: 24px 0 24px 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
}
.services-container2 .services-c2text-item{
    padding: 24px 0 24px 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding-right: 50px;
    width: 432px;    
    text-align: left;
    cursor: pointer;
    position: relative;
    width: 480px;
    border-bottom: 1px solid #c2c0c0;
}

.services-container2 h3{
    margin: 0;
    padding: 0;
}
.services-container2 .services-c2text-item::after{
    content: '';
    position: absolute;
    /*top: 3px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #727272;
    border-right: 2px solid #727272;
    transform: rotate(135deg);*/
    width: 18px;
    height: 10px;
    background: url(../images/bottom.png) no-repeat;
    background-size: cover;
    top: 30px;
    right: 6px;
    transform: scaleY(1);
    translate: 0px 3px;
    transition:all 0.3s;
}
.services-container2 .services-c2text{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    margin-left: 8px;
    margin-top: 20px;
    /*animation-duration: 0.6s;
    animation-name: slidein4;*/
}
.services-container2 .services-c2text1{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    margin-left: 8px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c2c0c0;
}
.services-container2 .services-c2text1:last-of-type{
    border-bottom: 0px;
}
@keyframes slidein4 {
    from {transform: translateY(40px);opacity: 0.7;}    
    to {transform: translateY(0);opacity: 1;}
}
@keyframes slidein5 {
    from {transform: translateY(0);opacity: 1;}    
    to {transform: translateY(40px);opacity: 0.7;}
}
@keyframes slidein6 {
    from {opacity: 0;}    
    to {opacity: 0;}
}
.services-container2 .active::after{    
    /*transform: rotate(-45deg);
    top: 6px;
  
   
    animation-duration: 1.2s;
    animation-name: flip;  */
   
    transform: scaleY(-1);
    translate: 0px -3px;
    transition:all 0.3s;
    
}
@keyframes flip {
    0% {
    transform: rotateX(0deg);
    }
    /*25% {
        transform: rotateX(-36deg);
    }
    50% {
        transform: rotateX(-72deg);
    }
    75% {
        transform: rotateX(-108deg);
    }*/
    100% {
        transform: rotateX(180deg);
        
        
    }
    }
.services-c2text-content .active{
    border-bottom: 0px !important;
}
.services-container1{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/services-bg1.jpg) no-repeat;
    background-size: cover;
    height: 1550px;
    overflow: hidden;
}
.service-poweropp{
    width: 1088px;
    height: 72px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    margin: 0px auto 0 auto;
    padding: 0 24px;
    font-weight: bold;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 1;
    z-index: 2;
}
.service-poweropp img{
    width: 34px;
    display: block;
    margin-right: 16px;
}
.service-poweropp a,.service-poweropp button{
    padding: 0 26px;
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background-color: #1e1e1e;
    border-radius: 10px;
    cursor: pointer;
}
.service-line2{
    width: 1102px;
    height: 163px;
    padding: 0 10px 0 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    margin: 0 auto 32px auto;
}
.service-line2 img{
    display: block;
    height: 142px;
    border-radius: 10px;
    margin-left: 50px;
}

.service-line3{
    width: 1136px;
    height: 336px;
    margin: 0 auto;
}
.service-line3 .service-line3-l3{
    width: 269px;
    height: 316px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    padding: 10px;
}
.service-line3 .service-line3-l2{
    width: 500px;
    height: 336px;
    overflow: hidden;
}
.service-line3 .service-line3-l2 .service-line3-l2item{
    padding: 10px 10px 10px 24px;
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
.service-line3 .service-line3-l2 .service-line3-l2item img{
    width: 168px;
    display: block;
    margin-left: 24px;
    border-radius: 10px;
}
.service-line2 p,.service-line3 p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "微软雅黑";
}
.service-line2 p:first-child,.service-line3 p:first-child{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.service-line3 .service-line3-l3 img{
    width: 269px;
    display: block;
    border-radius: 10px;
    margin-bottom: 24px;
}
.service-line3 .service-line3-l3 .service-line3-l3-text{
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.service-line1-container{
    width: 100%;
    height: 380px;    
    position: relative;
    margin-bottom: 32px;
}
.service-line1{
    width: 1200px;
    height: 345px;    
    margin: 0 auto;
    position: relative;
}
.service-line1 .service-line1-item1{
    width: 120px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
}
.service-line1 .service-line1-item1 a{
    display: block;
    padding: 0;
    margin: 0;
}
.service-line1 .service-line1-item1 a img{
    width: 50px;
    height: 50px;
}
.service-line1 .service-line1-item2{
    width: 1210px;
    width: 1170px;
    height: 275px;
    position: absolute;
    top: 70px;
    right: -200px;
    overflow: hidden;
}
.service-line1-item2 .line1-item2-i{
    min-width: 216px;
    width: 216px;
    height: 218px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 32px;
    margin-left: 10px;
    margin-right: 22px;
}
.service-line1-item2 .line1-item2-i:last-of-type{
    margin-right: 0;
}
.service-line1-item2 .line1-item2-i img{
    height: 54px;
}
.service-line1-item2  .line1-item2-title{
    height: 44px;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 16px 0 12px 0;
}
.service-line1-item2 .line1-item2-text{
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 20px;
    font-family: "微软雅黑";
}
.service-line1-bg{
    height: 554px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
    z-index: 0;
}
/*服务*/
/*客户*/
.client-bgcontainer{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: url(../images/client-containerbg.jpg) no-repeat;
    background-size: cover;
    height: fit-content;
    overflow: hidden;
    padding-top: 120px;
}
.Client-content1{
    width: 1200px;
    height: 430px;
    margin: 0px auto 32px auto;
    overflow: hidden;
}
.Client-content1 img{
    display: block;
    height: 100%;
    margin-left: 60px;
    margin-right: 32px;
    border-radius: 10px;
}
.Client-content1 p{
    font-size: 20px;
    color: #1E1E1E;
    line-height: 26px;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
.Client-content1 p:first-child{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    font-family: "微软雅黑","宋体";
    margin-bottom: 24px;
    margin-top: 40px;
}
.Client-content1 a,.Client-content1 button{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 26px;
    background-color: #2385ed;
    border-radius: 10px;
    margin-top: 40px;
}
.Client-content2{
    width: 1200px;
    height: max-content;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.Client-content2 .Client-content21{
    width: 710px;
    height: 760px;
    padding-left: 30px;
}
.Client-content2 .Client-content21 img{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.Client-content2 .Client-content21 p{
    font-size: 16px;
    line-height: 22px;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.Client-content2 .Client-content21 p:first-of-type{
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    font-family: "微软雅黑","宋体";
    margin: 24px 0;
}
.Client-content2 a,.Client-content2 button{
    font-weight: bold;
    font-size: 14px;
    color: #2385ED;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.Client-content2 .Client-content22{
    width: 394px;
    height: fit-content;
    padding-left: 32px;
}
.Client-content2 .Client-content22 .Client-content22-item{
    width: 100%;
    height: 50%;
}
.Client-content2 .Client-content22 .Client-content22-item img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.Client-content2 .Client-content22 .Client-content22-item p{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 24px 0;
    padding: 0;
}
.Client-content2 .Client-content22 .cc1{
    margin-bottom: 32px;
}
.Client-content3{
    width: 1136px;
    height: 490px;
    margin: 0 auto 40px auto;
}
.Client-content3 .Client-content31{
    width: 338px;
    height: 470px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 10px;
}
.Client-content3 .Client-content31 img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.Client-content3 .Client-content31 .Client-content311{
    padding: 0 14px;
    width: 310px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.Client-content3 .Client-content31 .Client-content311 img{
    height: 60px;
    display: block;
    margin: 24px 0 10px 0;
}
.Client-content3 .Client-content31 .Client-content311 p{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.Client-content4{
    width: 100%;
    height: 22px;
    text-align: center;
    margin-bottom: 60px;
}
.Client-content4 a,.Client-content4 button{
    font-size: 16px;
    color: #1E1E1E;
    line-height: 22px;
    padding-right: 20px;
    position: relative;
}
.Client-content4 a::after,
.Client-content4 button::after{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2385ED;
    border-right: 2px solid #2385ED;
    transform:  rotate(45deg);
}
/*客户*/
/*关于*/
.about-banner-text{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 30px;
}
.about-container{
    width: 100%;
    height: 1980px;
    overflow: hidden;
    position: relative;
    /*z-index: -1;*/
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
}
.about-container .about-bg1{
    border-radius: 10px 0 0 10px;
    width: auto;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
}
.about-lcontainer{
    width: 1200px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}
.about-lcontainer:first-of-type{
    margin-top: 110px;
}
.about-lc1{
    width: 615px;
    height: 152px;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    font-family: "微软雅黑";
    padding: 28px 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    margin-left: 34px;
}
.about-lc2{
    width: 280px;
    height: 290px;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    font-family: "微软雅黑";
    padding: 24px;
    padding-top: 28px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    margin-right: 32px;
    margin-left: 34px;
}
.about-lc3{
    width: 466px;
    height: 290px;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
    font-family: "微软雅黑";
    padding: 28px 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    margin-right: 32px;
}
.about-lc4{
    width: 210px;
    height: fit-content;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.about-lcontainer  .about-lc4 img{
    width: 210px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
}
.about-lcontainer img{
    width: 55px;
    display: block;
    margin-right: 20px;
    margin-bottom: 14px;
}
.about-lcontainer p{
    margin: 0;
    padding: 0;
}
.about-lcontainer .about-lc1-name{
    font-weight: bold;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 22px;
}
.about-lcontainer2{
    width: 1200px;
    height: fit-content;
    margin: 0 auto;
}
.about-lcontainer2 .service-poweropp{
    width: 1028px;
}
.about-title-center{
    width: 1200px;
    height: fit-content;
    margin: 0 auto;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    padding: 140px 0 40px 0;
}
.about-lcontainer3{
    width: 1132px;
    height: 128px;
    margin: 0 auto;
}
.about-lcontainer3 .about-lcontainer3-item{
    width: 308px;
    height: 78px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 24px;
}
.about-lcontainer3 .about-lcontainer3-item p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.about-lcontainer3 .about-lcontainer3-item p:first-of-type{
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 16px;
}
.about-lcontainer4{
    width: 1132px;
    height: 85px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about-lcontainer4 .about-lcontainer4-item{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
    width: 200px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-lcontainer4 .about-lcontainer4-item img{
    width: 200px;
    display: block;
    max-height: 85px;
    max-width: 200px;
    border-radius: 10px;
}
.about-lcontainer5{
    width: 1202px;
    height: 153px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.about-lcontainer5 .about-lcontainer5-item{
    width: 308px;
    height: 108px;
    padding: 24px;
    
}
.about-lcontainer5 .about-lcontainer5-item:nth-child(1){
    margin-left: 34px;
    margin-right: 16px;
}
.about-lcontainer5 .about-lcontainer5-item:nth-child(2){
    padding: 24px 40px;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
}
.about-lcontainer5 .about-lcontainer5-item:nth-child(3){
    margin-left: 16px;
    margin-right: 34px;
}
.about-lcontainer5 .about-lcontainer5-item:last-of-type{
    border-right: 0;
}
.about-lcontainer5 .about-lcontainer5-item p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.about-lcontainer5 .about-lcontainer5-item p:first-of-type{
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 15px;
}
/*关于*/
/*信息收集页面*/
.info-container{
    width: 100%;
    height: 1000px;
    background: url(../images/form-bg.png) no-repeat;
    background-size: cover;
    display: flex;
}
.info-content{
    width: 1200px;
    height: 500px;
    margin: 110px auto 0 auto;
}
.power-page-form-m{
    width: 1200px;
    height: max-content;
    margin: 110px auto 0 auto;
    display: flex;
    flex-direction: row;
}
.power-page-form-l{
    width: 670px;
    height: initial;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 96%;
}
.power-page-form-l p{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 100px 0 55px;
    color: #000;
}
.power-page-form-l li{
    font-size: 16px;
    line-height: 24px;
    list-style-type: disc;
    color: #000;
    margin-bottom: 25px;
    margin-left: 24px;
}
.power-page-form-r{
    margin-left: 30px;
    width: 380px;
    height: 816px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 8px;
    padding: 0 50px;
    position: relative;
}

.power-page-form-r p{
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
}
.power-page-form-r .power-page-form-t{
    color: #0e1726;
    font-size: 32px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.power-page-form-r span{
    color: #b90a2c;
}
.power-page-form-r input,.power-page-form-r .zhiwu{
    width: 356px;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    border: 1px solid #4f4f4f;
    font-size: 16px;
    margin-bottom: 24px;
    position: relative;
}
.power-page-form-r input:focus,.power-page-form-r textarea:focus{
    outline: none;
}
.power-page-form-r textarea{
    width: 94%;
    height: 88px;
    line-height: 22px;
    padding: 0 3%;
    border: 1px solid #4f4f4f;
    font-size: 16px;
    margin-bottom: 24px;
    resize: none;
    font-family: "微软雅黑";
}
.power-page-form-r a,.power-page-form-r button{
    width: 130px;
    height: 50px;
    background-color: #0078d2;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}
.power-page-form-msg{
    width: 450px;
    height: 100%;
    padding-left: 30px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
}
.power-page-form-msg img{
    width: 144px;
    height: 136px;
    margin: 70px auto 40px auto;
}
.power-page-form-msg a,.power-page-form-msg button{
    margin: 0 auto;
}
.zhiwu{
    display: block;
    background-image: url(../images/bottom.png);
    background-size: 12px 8px;
    background-position: 350px 22px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.zhiwu:hover ul{
    display: block;
    animation-duration: 0.2s;
    animation-name: zhiwushow;
}
@keyframes zhiwushow {
    from {transform: translateY(-48px);}    
    to {transform: translateY(0px);}
}
.zhiwu p{
    font-size: 16px;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
.zhiwu ul{
    width: 380px;
    height: 192px;
    position: absolute;
    top: 45px;
    left: -1px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #4f4f4f;
    overflow-y: scroll;
    display: none;
}
.zhiwu ul li{
    width: 348px;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    margin-left: 12px;
}
.zhiwu ul li:hover{
    color: #0078d2;
}
/*信息收集页面*/


.services-fwcontainer .banner-container{
    height: 375px;
}
.services-fwcontainer .banner-container .banner-content .banner-c p{
    line-height: 36px;
    font-size: 30px;
}
.services-fwcontainer .banner-container .banner-content .banner-c .pline{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
    line-height: 20px;
}
.services-fwcontainer .banner-container .banner-content .banner-c{
    margin: 0;
    padding-top: 118px;
    padding-bottom: 70px;
    height: fit-content;
}
.services-fwcontainer .index-services-tilcontent{
    height: 64px;
    padding-bottom: 38px;
    padding-top: 180px;
}
.services-fwcontainer .index-services-tilcontent .font30{
    line-height: 36px;
    margin-bottom: 4px;
}
.services-fwcontainer .index-services-tilcontent p{
    line-height: 28px;
}

.service-line2 p{
    margin-bottom: 51px;
}
.service-line2 p:first-child{
    margin-top: 36px;
}
.service-line3 p{
    font-size: 14px;
    line-height: 20px;
}
.service-line3 .service-line3-l3 .service-line3-l3-text{
    margin: 0 14px 14px 14px;
}
.services-content1 .services-content1-item img{
    width: 60px;
    margin: 28px 0 16px 24px;
}
.services-fwcontainer .index-services-tilcontent{
    height: fit-content;padding: 0;padding-top: 70px;padding-bottom: 38px;
}

.about-gycontainer .banner-container{
    height: 375px;
}
.about-gycontainer .banner-container .banner-content .banner-c p{
    font-size: 30px;
    line-height: 36px;
}
.about-gycontainer .about-banner-text{
    line-height: 24px;
    margin-top: 20px;
}
.about-gycontainer .about-lcontainer2 .service-poweropp{
    width: 1084px;
}
.Client-content11{
    padding-left: 32px;
}
.service-line2{
     position: relative;
 }
.service-line2 a,.service-line2 button{
    color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0 25px;
    background-color: #1e1e1e;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

/*0117*/
.about-lcontainer{
    align-items: flex-start;
}
.about-lcontainer .about-lc2{
    height: auto;
}
.about-lcontainer .about-lc3{
    height: auto;
}
.about-lcontainer4{
    height: fit-content;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-lcontainer4 .about-lcontainer4-c{
    width: fit-content;
    height: fit-content;  
    display: flex;
    flex-direction: column;  
}
.about-lcontainer4 .about-lcontainer4-c .about-lcontainer4-item{
    margin-bottom: 30px;
}
.about-lcontainer4 .about-lcontainer4-c .about-lcontainer4-item:last-child{
    margin-bottom: 0;
}
.Client-content2 .Client-content22 .Client-content22-item{
    overflow: hidden;
}
/*0117*/