@font-face {
    font-family: 'ArialMT';
    src: url('ArialMT.ttf');
}
@font-face {
    font-family: 'PingFang';
    src: url('PingFang SC Regular.ttf');
}
*{
    font-family: 'PingFang';
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top:0;
    left: 0;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
header.seye{
    background-color: #08071e;
    border-bottom: 1px solid #08071e;
}
header .cont{
    display: block;
    width: 100%;
    padding: 0 30px;
}
header .lt{
    width: 200px;
    float: left;
}
header .rt{
    width: 200px;
    float: right;
    color: #fff;
}
header .ct{
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    float: left;
}
header .ct ul{
    text-align: center;
}
header .ct li{
    display: inline-block;

    position: relative;
}
header .ct li .nav_a{
    padding: 0 48px;
    position: relative;
}
header .ct li:after{
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
header .ct li:first-child:after{
    display: none;
}
header .ct li .nav_a a{
    color: #fff;
    line-height: 1.5;
    display: inline-block;
}
header .ct li .nav_a i{display: none}
header .rt img{
    position: relative;
    top:-2px;
    margin-right: 10px;
}
.ulS_list{
    position: absolute;
    box-shadow: 0px 0px 8px 0px
    rgba(2, 2, 2, 0.16);
    line-height: initial;
    width: 100%;
    top: 60px;
    display: none;
    padding-top: 6px;
}
.ulS_list ul{
    padding:18px 10px;
    background-color: #ffffff;
    border-radius: 6px;
}
.ulS_list:after{
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    top: -2px;
    left: 50%;
    z-index:9;
    margin-left: -6px;
}
header .ct li .nav_a i{
    font-size: 20px;
    color: #fff;position: absolute;right: 30px;top: 50%;
    transform: translateY(-50%) rotate(0deg) ;
    -webkit-transform: translateY(-50%) rotate(0deg) ;width: 50px;
    height: 40px;
    line-height: 40px;cursor: pointer
}
header .ct li.cur .nav_a i{
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
}

header .ct .ulS_list li{
    line-height: 36px;
    display: block;
}
header .ct .ulS_list li a{
    color: #333;
}
header .ct .ulS_list li a:hover,header .ct .ulS_list li.active a{
    color: #0b5be0;
}
.ulS:nth-child(4) .ulS_list li a{
    width: 86px;
    margin: auto;
    text-align: left;
}@media (max-width: 1200px) {
    .ulS:nth-child(4) .ulS_list li a{
        width: 100%;
    }
    header .ct{max-height: calc(100vh - 60px);max-height: -webkit-calc(100vh - 60px);overflow-y: scroll;}
}
#banner{
    height: 100vh;
}
#banner .font60{
    color: #ffffff;
    margin-bottom: 20px;
}
#banner .font28{
    color: #ffffff;
    margin-bottom: 4rem;
}
#banner a{
    display: inline-block;
    padding: 16px 35px;
    border-radius: 30px;
    border:1px solid #fff;
    color: #fff;
}
#banner .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    border: solid 1px #ffffff;
    background: rgba(255,255,255,0);
    margin: 0 15px;
}
#banner .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}
.index .title{
    margin-top: 3rem;
}
.title{
    margin-bottom: 3rem;
}
.title .font42{
    color: #464646;
    margin-bottom: 20px;
}
.title .font22{
    color: #888888;
}
.index1{
    position: relative;
}
.index1:after{
    content: '';
    background-image: url("../images/bg_11.jpg");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 392px;
    height: 470px;
}
.index1:before{
    content: '';
    background-image: url("../images/bg1_08.jpg");
    position: absolute;
    top: 0;
    right: 0;
    width: 392px;
    height: 470px;
}
.index1 .container{
    position: relative;
    z-index:2;
}
.index1 ul{
    padding: 10px;
}
.index1 .swiper-container{
    padding: 10px;
}
.index1 .swiper-slide{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.index1 .swiper-slide:nth-child(1),.projectDetaile2 .col-md-4:nth-child(1){
    animation-delay:0s;
    -webkit-animation-delay:0s;
}
.index1 .swiper-slide:nth-child(2),.projectDetaile2 .col-md-4:nth-child(2){
    animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
}
.index1 .swiper-slide:nth-child(3),.projectDetaile2 .col-md-4:nth-child(3){
    animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
.index1 .swiper-slide:nth-child(4){
    animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
}
.index1 .swiper-slide:nth-child(5){
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.index1 .swiper-slide:nth-child(6){
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
.index1 .swiper-slide:first-child{
    margin-left: 0;
}
.index1 .swiper-slide a{
    padding: 40px;
    text-align: center;
}
.index1 .swiper-slide a .font28{
    color: #333333;
    margin: 30px auto;
}
.index1 .swiper-slide a p{
    color: #767474;
    line-height: 1.6;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 84px;
    margin-bottom: 20px;
}
.index1 .swiper-slide a span{
    display: inline-block;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #3d3d3d;
    padding: 10px 30px;
    color: #3d3d3d;
    white-space: nowrap;
}
.index1 .swiper-slide a .imgs{
    height: 170px;
}
.index2{
    background-color: #f7f7f7;
}
.index2 .title{
    margin-bottom: 0;
}
.index2 .swiper-container .bgs{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1;
    left: 0;
    top: 0;
}
.index2 .swiper-container .bgs:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top:0;
    left: 0;
    position: absolute;
}
.index2 .swiper-container .swiper-slide{
    display: block;
    height: 600px;
}
.index2 .swiper-container .swiper-slide:nth-child(1){animation-delay:0s;-webkit-animation-delay:0s;}
.index2 .swiper-container .swiper-slide:nth-child(2){animation-delay:0.3s;-webkit-animation-delay:0.3s;}
.index2 .swiper-container .swiper-slide:nth-child(3){animation-delay:0.6s;-webkit-animation-delay:0.6s;}
.index2 .swiper-container .swiper-slide:nth-child(4){animation-delay:0.9s;-webkit-animation-delay:0.9s;}
.index2 .swiper-container .swiper-slide:nth-child(5){animation-delay:1.2s;-webkit-animation-delay:1.2s;}
.index2 .swiper-container .swiper-slide:nth-child(6){animation-delay:1.5s;-webkit-animation-delay:1.5s;}
.index2 .swiper-container .swiper-slide .cont{
    position: relative;
    z-index:2;
    text-align: center;
}
.index2 .swiper-container .swiper-slide .disFlCenter{
    height: 100%;
    padding: 20px;
}
.index2 .swiper-container .swiper-slide .imgs{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: solid 1px #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}
.index2 .swiper-container .swiper-slide .imgs img{
    max-height: 60px;
    max-width:60px;
}
.index2 .swiper-container .swiper-slide .font20{
    color: #ffffff;
}
.index2 .swiper-container .swiper-slide .hide_cet{
    margin-top: 5px;
    display: none;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.index2 .swiper-container .swiper-slide .hide_cet .font24{
    color: #fff;
    margin-bottom: 19px;
}
.index2 .swiper-container .swiper-slide .hide_cet p{
    color: rgba(255,255,255,0.6);
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    text-overflow:ellipsis;
    word-break: break-all;
    max-height: 118px;
}
.index2 .swiper-container .swiper-slide .hide_cet a{
    border-radius: 23px;
    border: solid 1px #ffffff;
    color: #fff;
    padding: 10px 26px;
    display: inline-block;
    margin-top: 35px;
}
.index2 .swiper-container .swiper-button-next{
    width: 29px;
    height: 73px;
    background-color: #010101;
    border-radius: 5px;
    opacity: 0.7;
    background-size: 10px 20px;
    right: 0;
}
.index2 .swiper-container .swiper-button-prev{
    width: 29px;
    height: 73px;
    background-color: #010101;
    border-radius: 5px;
    opacity: 0.7;
    background-size: 10px 20px;
    left: 0;
}
.index3{
    background: url("../images/bg2_18.png") no-repeat center;
    background-size: cover;
}
.index3 .container{
    margin: 4rem auto;
}
.index3 .lt{
    width: 30%;
    padding: 5% 4%;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.index3 .rt{
    width: 70%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.index3 .wid100{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px
    rgba(171, 184, 223, 0.2);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.index3 .lt .font42{
    color: #ffffff;
}
.index3 .lt .font42 i{
    color: #ffffff;
    opacity: 0.13;
}
.index3 .lt .font42 span{
    display: inline-block;
    margin-right: 15px;
}
.index3 .lt p{
    color: #ffffff;
    margin: 70px 0 90px;
    line-height: 2;
}
.index3 .lt a{
    background-color: #ffffff;
    border:1px solid #fff;
    padding: 10px 28px;
    color: #0167e4;
    border-radius: 28px;
    display: inline-block;
}
.index3 .rt ul{
    overflow: hidden;
    padding: 4% 3%;
}
.index3 .rt li{
    width: 50%;
    float: left;
    position: relative;
}
.index3 .rt li .cont{
    position: relative;
    margin-bottom: 20px;
}
.index3 .rt li p{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    color: #888888;
    line-height: 1.6;
    height: 52px;
}
.index3 .rt li .cont .xian{
    width: 29px;
    height: 5px;
    background-color: #518df6;
    border-radius: 0px 3px 3px 3px;
    display: inline-block;
}
.index3 .rt li .cont p{
    color: #888888;overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    line-height: 1.5;
}
.index3 .rt li .cont .font26{
    color: #1d1d1d;
    margin-top: 32px;
    font-weight: bold
}
.index3 .rt li .cont img{
    position: absolute;
    right: 0;
    bottom:25px;
}
.index3 .rt li:nth-child(1),.index3 .rt li:nth-child(2){
    padding: 5%;
    margin-bottom: 15px;
}
.index3 .rt li:nth-child(1):after,.index3 .rt li:nth-child(2):after{
    content: '';
    width: 101%;
    height: 1px;
    background: #a39ea6;
    position: absolute;
    bottom:-15px;
    left: 0;
}
.index3 .rt li:nth-child(3),.index3 .rt li:nth-child(4){
    padding: 5% 5% 0;
    margin-top: 15px;
}
.index3 .rt li:nth-child(1),.index3 .rt li:nth-child(3){
    border-right: 1px solid #a39ea6;
}
.index4 .cont .font42{
    color: #ffffff;
    margin: 6rem auto 24px;
}
.index4 .cont .font22{
    color: #ffffff;
    margin-bottom: 6rem;
}
.index4 .cont a{
    display: inline-block;
    padding: 15px 65px;
    border-radius: 50px;
    color: #0167e4;
    background: #fff;
}
.index4 .cont a,.index4 .cont .font22,.index4 .cont .font42,.index4 .cont img,.index5 ul li{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.index5{
    background-color: #f2f4fa;
}
.index5 ul li{
    width: 16%;
    float: left;
    margin-left: 5%;
    margin-bottom: 3.5rem;
}
.index5 ul li:nth-child(5n + 1){
    margin-left: 0;
}
.index5 ul li a{
    height: 113px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0px
    rgba(136, 157, 224, 0.09);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
.index6 .font60{
    color: #fff;
    font-weight: bold;
}
.index6 .font48{
    color: #fff;
    font-weight: bold;
}
.index6 .font48 span{
    width: 24px;
    height: 6px;
    background-color: #f3ce00;
    display: inline-block;
}
.index6 p{
    color: #fff;
    margin-top: 12px;
}
.index6 a{
    width: 213px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 28px;
    text-align: center;
    line-height:55px;
    color: #0368e4;
    display: inline-block;
    margin-top: 60px;
}
.index6 .row{
    padding: 0 10%;
}
footer{
    background-color: #1f2533;
}
footer ul{
    padding: 4rem 5%;
    border-bottom: solid 1px rgba(255,255,247,0.2);
}
footer ul li{
    width: 20%;
    float: left;
}
footer ul li .font18{
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}
footer ul li .font16{
    color: #c1c3c8;
    margin-bottom: 15px;
    font-size: 14px;
}
footer ul li .font16.sec{
    display: none;
}
footer ul li p{
    color: #c1c3c8;
    margin-bottom: 10px;
}
footer ul li p i{
    margin-right: 15px;
}
footer .fot{
    padding: 30px 0;
    text-align: center;
    color:rgba(255,255,255,0.3);
    font-size: 12px;
}
footer .fot a{
    display: inline-block;
    color:rgba(255,255,255,0.3)
}
footer ul li .cont img{
    max-width: 170px;
    max-height: 170px;
}

.bannerAll{
    height: 650px;
    color: #fff;
    padding-top: 60px;
}
.bannerAll .font20{
    margin: 22px auto 50px;
    max-width: 679px;
    line-height: 1.8;
}
.bannerAll .font45{
    margin: 12px auto 60px;
    max-width: 679px;
}
.bannerAll .cont span{
    display: inline-block;
    width: 1px;
    height: 55px;
    background-color: #ffffff;
}
.bannerAll.detaile .font20{
    margin: 0 0 15px;
}
.tabA{
    border-bottom: solid 1px rgba(159,159,159,0.2);
}
.tabA li{
    display: inline-block;
    margin: 0 30px;
}
.tabA li a{
    padding: 20px 0;
    color: #333333;
    position: relative;
}
.tabA li a:after{
    content: '';
    width: 100%;
    height: 2px;
    bottom:-1px;
    left: 0;
    background: #333;
    position: absolute;
    display: none;
}
.tabA li a:hover:after,.tabA li a.active:after{
    display: block;
}
.companyProfile{
    background: url("../images/bg3_02.jpg") no-repeat center bottom;
    background-size: cover;
}
.companyProfile .pad6{
    margin-top: 2rem;
}
.companyProfile .font40{
    margin-bottom: 3rem;
}
.companyProfile p.font18{
    color: #333333;
    line-height: 1.6;
}
.companyProfile ul.imgs{
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.companyProfile ul.imgs li{
    width: 25%;
    float: left;
    padding: 0 5px;
}
.companyProfile .cont span{
    width: 1px;
    height: 50px;
    background-color: #000000;
    display: inline-block;
}
.companyProfile1{
    background: url("../images/about5_16.jpg") no-repeat center;
    background-size: cover;
    padding: 14rem 0 9rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.companyProfile1 .font40{
    max-width: 1000px;
    margin: 0 auto 3rem;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.companyProfile1 .font18{
    line-height: 1.6;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 4rem;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.companyProfile1 .cont span{
    display: inline-block;
    width: 1px;
    height: 55px;
    background-color: #ffffff;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.companyProfile2{
    background: url("../images/about10_19.png") no-repeat center;
    background-size: cover;
}
.companyProfile2 .cont .font42{
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.companyProfile2 .cont .font18{
    color: #464646;
    text-align: center;
}
.companyProfile2 .conts .swiper-slide{
    text-align: center;
}
.companyProfile2 .conts,.platform4 .cont{
    margin-top: 6rem;
    padding: 0 80px;
    position: relative;
    overflow: hidden;
}
.platform3 .sddct{
    padding: 0 80px;
    position: relative;
}
.platform4 .cont{
    margin-top: 4rem;
}
.companyProfile2 .btns,.platform4 .btns,.platform3 .btns{
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    border-radius: 50%;
    font-size: 18px;
    color: #888;
}
.companyProfile3 .list{
    width: 100%;
    overflow: hidden;
    height: 662px;
}
.companyProfile3 .list .lt{
    width: 50%;
    height: 100%;
    float: left;
}
.companyProfile3 .list .lt img{
    width: 100%;
    display: none;
}
.companyProfile3 .list .rt{
    width: 50%;
    height: 100%;
    float: left;
    padding: 8% 5%;
    text-align: center;
}
.companyProfile3 .list:nth-child(2n) .lt,.companyProfile3 .list:nth-child(2n) .rt{
    float: right;
}
.companyProfile3 .list .rt .font40{
    color: #333333;
}
.companyProfile3 .list .rt .font48{
    color: #333333;
    font-family: 'ArialMT';
}
.companyProfile3 .list .rt .xian span{
    width: 1px;
    height: 45px;
    background-color: #888888;
    display: inline-block;
}
.companyProfile3 .list .rt .xian{
    margin: 3rem auto;
}
.companyProfile3 .list .rt .font60{
    color: #333333;
    margin-bottom: 20px;
}
.companyProfile3 .list .rt .font20{
    color: #333333;
    line-height: 1.6;
}
.companyProfile4.index5 ul li{
    width: 22%;
    margin-bottom: 2rem;
    margin-left: 4%;
}
.companyProfile4.index5 ul li:nth-child(5n + 1){
    margin-left: 4%;
}
.companyProfile4.index5 ul li:nth-child(4n + 1){
    margin-left: 0%;
}
.companyProfile5{
    background: url("../images/about15_61.jpg") no-repeat center;
    background-size: cover;
    color: #ffffff;
}
.companyProfile5 .cont{
    margin-bottom: 26px;
}
.companyProfile5 .font42{
    margin-bottom: 20px;
}
.companyProfile5 .font22{
    line-height: 1.6;
}
.companyProfile5 .lt{
    width: 49%;
    float: left;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    overflow: hidden;
}
.companyProfile5 .rt{
    width: 49%;
    float: right;
}
.companyProfile5 .lt .imgs{
    height: 270px;
}
.companyProfile5 .lt .imgs img{
    display: none;
    width: 100%;
}
.companyProfile5 .lt .ls{
    padding: 5%;
}
.companyProfile5 .lt .ls .font20,.companyProfile5 .rt li .font20{
    margin-bottom: 18px;
}
.companyProfile5 .lt .ls p,.companyProfile5 .rt li p{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.companyProfile5 .rt li p:last-child{
    margin-bottom: 0;
}
.companyProfile5 p.font16 i{
    color: #ff7800;
    width: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}
.companyProfile5 .rt li{
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 3.8% 4.8%;
    margin-bottom: 12px;
}
.companyProfile5 .rt li:last-child{
    margin-bottom: 0;
}
.news{
    padding: 20px 0;
}
.news li .wid100{
    border-bottom: solid 1px rgba(159,159,159,0.3);
    padding: 45px 0 50px;
}
.news li .lt{
    width: 350px;
    height: 196px;
    float: left;
}
.news li .lt img{
    display: none;
}
.news li .rt{
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    float: left;
    padding-left: 5%;
}
.news li .rt .font26{
    color: #0b0b0b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.news li .rt .font18{
    color: #888888;
    margin-bottom: 20px;
    margin-top: 5px;
}
.news li .rt .font18:last-child{
    margin-bottom: 0;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
    line-height: 1.7;
    height: 87px;
}
.news li .rt p{
    color: #888888;
    line-height: 1.7;

}
.news li:hover{
    background-color: rgba(1,14,66,0.3);
}
.pages{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.pages a{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    display: inline-block;
    margin: 0 6px;
    color: #999999;
    font-size: 14px;
}
.pages a.sd{
    border: none;
}
.pages a:hover,.pages a.active{
    background-color: #4968b2;
    border-color: #4968b2;
    color: #fff;
}
.pages a.sd:hover{
    background: none;
    color: #999999;
}
.newsDetaile .cont{
    border-bottom: solid 1px rgba(1,14,66,0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.next-prve li.font18 a{
    color: #021fcb;
    font-size: 18px;
    padding: 5px 0;
}
.next-prve li .set{
    background-image: none;
    padding-left: 0;
    margin: 5px 0 5px 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f4f5f8;
    border-radius: 50%;
    font-size: 20px;
    color: #a4aaaf;
}
.next-prve{
    position: relative;
    padding-right: 230px;
}
.next-prve li:last-child{
    position: absolute;
    right:0;
    top:10px;
}
.tile{
    margin-bottom: 3rem;
}
.tile .font40{
    color: #333333;
    margin-bottom: 10px;
}
.tile span{
    display: inline-block;
    width: 48px;
    height: 5px;
    background-color: #ffae00;
    border-radius: 3px;
}
.platform1 ul{
    text-align: center;
    font-size: 0;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
}
.platform1 li{
    width: 25%;
    display: inline-block;
    padding: 8px;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.platform1 li:nth-child(1),
.companyProfile ul.imgs li:nth-child(1),
.cooperation ul li:nth-child(1),
.service1 li:nth-child(1){
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.platform1 li:nth-child(2),
.companyProfile ul.imgs li:nth-child(2),
.cooperation ul li:nth-child(2){
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.platform1 li:nth-child(3),
.companyProfile ul.imgs li:nth-child(3),
.cooperation ul li:nth-child(3){
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.platform1 li:nth-child(4),
.companyProfile ul.imgs li:nth-child(4),
.cooperation ul li:nth-child(4){
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.service1 li:nth-child(1){animation-delay: 0s;-webkit-animation-delay: 0s;}
.service1 li:nth-child(2){animation-delay: 0.2s;-webkit-animation-delay: 0.2s;}
.service1 li:nth-child(3){animation-delay: 0.4s;-webkit-animation-delay: 0.4s;}
.service1 li:nth-child(4){animation-delay: 0.6s;-webkit-animation-delay: 0.6s;}
.service1 li:nth-child(5){animation-delay: 0.8s;-webkit-animation-delay: 0.8s;}
.service1 li:nth-child(6){animation-delay: 1s;-webkit-animation-delay: 1s;}
.service1 li:nth-child(7){animation-delay: 1.2s;-webkit-animation-delay: 1.2s;}
.service1 li:nth-child(8){animation-delay: 1.4s;-webkit-animation-delay: 1.4s;}
.platform1 li .cont{
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px
    rgba(1, 14, 66, 0.09);
    text-align: center;
    padding: 5rem 3rem;
}
.platform1 li .cont .imgs{
    height: 56px;
}
.platform1 li .cont .font20{
    color: #171717;
    margin: 40px auto 13px;
}
.platform1 li .cont p{
    color: #888888;
    line-height: 1.7;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 70px;
}
.platform2 .tile{
    margin-bottom: 26px;
}
.platform2 .tile .font40{
    color: #ffffff;
    margin-bottom: 10px;
}
.platform2 .tile .font30{
    color: #ffffff;
}
.platform2 .cont{
    background-color: #ffffff;
    border-radius: 5px;
}
.platform2 .cont .cts{
    padding: 8% 8% 0;
    position: relative;
    box-shadow: 0px -38px 61px -24px rgba(0,0,0,0.2);
    overflow: hidden;
}
.platform2 .cont .cts2{
    padding:0 8% 0;
    overflow: hidden;
}
.platform2 .cont .cts2 img{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.platform2 .cont p{
    margin-bottom: 10px;
    color: #333;
    line-height: 2;
}
.platform2 .cont p img{
    display: block;
    margin: 20px auto;
}
.platform3{
    background-color: rgba(233,237,246,0.3);
}
.platform3 .swiper-slide{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(1, 14, 66, 0.09);
    border-radius: 5px;
    overflow: hidden;
}
.platform3 .swiper-slide .imgs img{
    width: 100%;
}
.platform3 .swiper-slide .cont{
    padding: 8%;
}
.platform3 .swiper-slide .cont .font20{
    color: #333333;
    margin-bottom: 15px;
}
.platform3 .swiper-slide .cont p{
    color: #888888;
    line-height: 1.8;
    /*overflow:hidden;*/
    /*display:-webkit-box;*/
    /*-webkit-box-orient:vertical;*/
    /*-webkit-line-clamp:5;*/
    /*text-overflow:ellipsis;*/
    /*word-break: break-all;*/
}
.platform3 .sddct{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.platform4 .cont p{
    color: #333333;
    text-align: center;
    margin-top: 12px;
}
.maodian{
    position: relative;
    opacity: 0;
    z-index:-1;
    top:-60px;
}
.project{
    padding: 6rem 0 3rem;
}
.project .col-md-3{
    margin-bottom: 35px;
    height:455px;
}
.project .col-md-3 a{
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px
    rgba(1, 14, 66, 0.09);
    border-radius: 3px;
    overflow: hidden;
    display: block;
    height: 100%;
}
.project .col-md-3 a .cont{
    padding: 3rem 2rem;
}
.project .col-md-3 a .cont div.font16 span{
    color: #ffffff;
    display: inline-block;
    padding: 4px 21px;
    background-color: #ff7800;
    border-radius: 5px;
    margin-left: 8px;
}
.project .col-md-3 a .cont .font24{
    color: #333333;
    margin: 10px auto;
    padding-left: 8px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
}
.project .col-md-3 a .cont p{
    color: #666666;
    line-height: 1.6;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height:48px;
}
.project .col-md-3 a .imgs{
    height: 205px;
    overflow: hidden;
}
.project .col-md-3 a .imgs div{
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    height: 100%;
}
.project .col-md-3 a .imgs img{
    opacity: 0;
    height: 100%;
}
.projectDetaile p{
    color: #333333;
    line-height: 1.6;
    text-indent: 2rem;
    margin-bottom: 2rem;
}
.projectDetaile video{
    margin-top: 3rem;
    width: 100%;
}
.projectDetaile1{
    background: url("../images/project19_22.jpg") no-repeat center;
    background-size: cover;
    padding: 10rem 0;
}
.projectDetaile1 p.font22{
    color: #ffffff;
    max-width: 1000px;
    text-align: center;
    line-height: 1.9;
    margin: auto;
}
.projectDetaile1 .tile .font40{
    color: #fff;
}
.projectDetaile2 .swiper-container{
    padding: 10px 10px 30px;
}
.projectDetaile2 .col-md-4 .cont,.projectDetaile2 .swiper-slide .cont{
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px
    rgba(1, 14, 66, 0.09);
    border-radius: 5px;
    overflow: hidden;
}
.projectDetaile2 .swiper-pagination{
    bottom: 0;
}
.projectDetaile2 .col-md-4{
    padding: 10px 15px;
}
.projectDetaile2 .col-md-4 .cont .imgs img,.projectDetaile2 .swiper-slide .cont .imgs img{
    width: auto;
}
.projectDetaile2 .col-md-4 .cont .imgs,.projectDetaile2 .swiper-slide .cont .imgs{
    height: 245px;
    text-align: center;
}
.projectDetaile2 .col-md-4 .cont .st,.projectDetaile2 .swiper-slide .cont .st{
    padding: 26px 30px;
}
.projectDetaile2 .col-md-4 .cont .st p,.projectDetaile2 .swiper-slide .cont .st p{
    color: #333333;
}
.institutiona .cont p{
    color: #333;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-indent: 2rem;
}
.institutiona .cont p img{
    margin: 10px auto;
    display: block;
}
.service .swiper-slide{text-align: center;padding: 100px 0}
.service .swiper-slide .imgs{
    width: 128px;
    height: 128px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    line-height: 128px;
    margin: 10px auto;
}
.service .swiper-slide .cont{
    position: absolute;
    width: 100%;
    padding: 0 5%;
}
.service .swiper-slide:nth-child(2n) .cont{
    top:0;
    left: 0;
}
.service .swiper-slide .cont .font22{
    color: #fff;
    margin-bottom: 10px;
}
.service .swiper-slide .cont p{
    color: #fff;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
}
.service .swiper-slide:after{
    content: '';
    width: calc(50% - 64px);
    width: -webkit-calc(50% - 64px);
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    left: 0;
    top:50%;
    z-index:2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.service .swiper-slide:before{
    content: '';
    width: calc(50% - 64px);
    width: -webkit-calc(50% - 64px);
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    right: 0;
    top:50%;
    z-index:2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.service .conts{
    position: relative;
}
.service .conts .btns{
    background-image: none;
    color: #fff;
    font-size: 18px;
    width: 10px;
    height: 18px;
    margin-top: -13px;
}
.service .conts .btns.swiper-button-prev{
    left: 0;
}
.service .conts .btns.swiper-button-next{
    right: 0;
    text-align: right;
}
.service1 li{
    width: 16.666666%;
    float: left;
    padding: 10px 8px 45px;

}
.service1 li .cont{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(1, 14, 66, 0.09);
    border-radius: 5px;
    text-align: center;
    padding: 28px 15px 50px;
    position: relative;
    height: 276px;
}
.service1 li .cont .font40{
    color: #2e7c46;
    margin-bottom: 8px;
}
.service1 li .cont .font22{
    color: #2e7c46;
}
.service1 li .cont .xian{
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 3px;
    background-color: #e88a2b;
}
.service1 li .cont p{
    color: #666666;
}
.service1 li .cont img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 50%, 0);
    -webkit-transform: translate3d(-50%, 50%, 0);
    z-index:5;
}
.cooperation .font24{
    max-width: 1000px;
    margin: 1rem auto 4rem;
    line-height: 2.2;
    color: #fff;
}
.cooperation ul{
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.cooperation ul li .imhgs{
    width: 126px;
    height: 126px;
    text-align: center;
    line-height: 126px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin:0 auto 15px;
}
.cooperation ul li .font22{
    color: #fff;
}
.cooperationOne .cont{
    max-width: 710px;
    margin: auto;
}
.cooperationOne .cont .form-group .form-control.form-control1{
    height: 60px;
    text-indent: 80px;
    font-size: 16px;
}
.cooperationOne .cont .form-group{
    position: relative;
}
.cooperationOne .cont .form-group2{
    width: auto;
    height: 60px;
    background-image: linear-gradient(
            #ffffff,
            #ffffff),
    linear-gradient(
            #ffae00,
            #ffae00);
    background-blend-mode: normal,
    normal;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    padding-left: 120px;
}
.cooperationOne .cont .form-group label{
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.cooperationOne .cont .form-group2 .form-control{
    height: 100%;
    border: none;
    background: none;
}
.cooperationOne .cont .form-group1 label{
    top: 7px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.cooperationOne .cont .form-group1  .form-control{
    text-indent: 80px;
}
.cooperationOne .cont .form-group1.form-group3  .form-control{
    text-indent: 120px;
}
.cooperationOne .cont .form-group .btn{
    background-color: #f47f19;
    border-radius: 3px;
    color: #fff;
    border:none;
    padding: 20px 80px;
}
textarea{
    resize:none
}

.newsDetaile .cont p{
    color:#666;
    font-size: 16px;
    margin-bottom: 20px;
    text-indent: 2rem;
    line-height: 1.8
}
footer ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    padding: 4rem 0;
}
footer ul li{width:auto;}


@media (max-width: 1200px){
    .news li .rt .font18:last-child{height: 78px;font-size: 16px}
}

@media (max-width: 767px){
    footer ul li:nth-child(3) .font16{display: none;}
    .platform1 ul{display: block;}
    .platform1 ul li{float: left;}
    .platform1 ul li:nth-child(1){margin-left: 0 !important;}
    footer ul li .font18{font-size: 14px;}
    footer ul{display: block;}
    .news li .rt .font18:last-child{-webkit-line-clamp: 4;font-size: 14px}

}



