.center{
    width: 1200px;
    margin: 0 auto;
}
.hide{display: none;}
.header-top{
    height: 130px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header-top .logo{
    flex-grow: 1;
}
.header-top .icon li{
    float: left;
    font-size: 12px;
    text-align: center;
    margin-right: 22px;
    color: black;
    font-weight: 600;
    opacity: .5;
}
.header-top .phone{
    font-size: 22px;
    line-height: 24px;
    color: #0064d3;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    margin-left: 18px;
}
.header-top .phone::before{
    content: url(../image/24-hours.png);
    position: absolute;
    top: -5px;
    left: 0;
}
.header-top .ewm{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 16px;
    margin-left: 20px;
}
.navigation{
    height: 60px;
    background-color: #0064d3;
}
.navigation .nav-list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.navigation .nav-list>li{
    position: relative;
}
.navigation .nav-list li > a{
    display: block;
    font-size: 18px;
    color: white;
    padding: 0 36px;
    line-height: 60px;
}
.navigation .nav-list .nav-ac > a{
    background-color: #35b1ef;
}
.navigation .nav-list > li > a:hover{
    background-color: #35b1ef;
}
.navigation .nav-list .nav-erji{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.navigation .nav-list .nav-erji a{
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
    white-space: nowrap;
    background-color: rgba(0, 100, 211, .8);
}
.navigation .nav-list .nav-erji a:hover{
    background-color: #35b1ef;
}
/* 产品中心 */
.product{padding-top: 70px;padding-bottom: 90px;}
.product .da-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.product .da-title .text h3{
    font-size: 34px;
    color: #0064d3;
    line-height: 34px;
    margin-bottom: 10px;
}
.product .da-title .text p{
    font-size: 26px;
    color: #656565;
    line-height: 26px;
}
.product .da-title .text p::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 16px;
    background-color: #0064d3;
}
.product .da-title .pro-tab{
    position:relative;
    padding-right: 45px;
}
.product .da-title .pro-tab a{
    display: inline-block;
    font-size: 17px;
    color: #656565;
    line-height: 26px;
    background-color: #0064d3;
    color: white;
    padding: 6px 32px;
}
.product .da-title .pro-tab img{
    position: absolute;
    top: 0;
    right: 0;
}
.product .pro-nav{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 26px;
}
.product .pro-nav li a{
    display: block;
    width: auto;
    height: 30px;
    background-color: #dbdbdb;
    text-align: center;
    line-height: 32px;
    color: #333;
	padding:0 25px;
}
.product .pro-nav li .pro-ac{
    background-color: #35b1ef;
    color: white;
}
.product .pro-nav li a:hover{
    background-color: #35b1ef;
    color: white;
}
.product .pro-list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product .pro-list .item{
    display: block;
    width: 280px;
    margin-top: 20px;
}
.product .pro-list .item .text-top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.product .pro-list .item .text-top p{
    font-size: 16px;
    color: #939393;
    line-height: 40px;
}
.product .pro-list .item .text-top p:nth-child(2)::before{
    content: url(../image/pro-icon-2.png);
    margin-right: 4px;
}
.product .pro-list .item .img{
    box-sizing: border-box;
    border: 2px #cecece solid;
    overflow: hidden;
}
.product .pro-list .item .img img{
    width: 100%;
}
.product .pro-list .item .pro-title{
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
    padding: 0;
    padding-right: 60px;
    position: relative;
    transition: all .2s linear;
    color: #5e5e5e;
}
.product .pro-list .item .pro-title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0064d3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s linear;
    z-index: -1;
}
.product .pro-list .item .pro-title p{
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product .pro-list .item .pro-title div{
    width: 32px;
    height: 9px;
    overflow: hidden;
    position: absolute;
    top: 27px;
    right: 0px;
    transition: all .2s linear;
}
.product .pro-list .item .pro-title img{
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all .2s linear;
}
.product .pro-list .item:hover .pro-title{
    padding-left: 20px;
    color: white;
}
.product .pro-list .item:hover .pro-title::after{
    height: 100%;
}
.product .pro-list .item:hover .pro-title div{
    right: 20px;
}
.product .pro-list .item:hover .pro-title div img{
    right: -32px;
}
/* 核心优势 */
.advantage{
    background: url(../image/youshi-bg.png);
    padding-top: 68px;
    z-index: -2;
    padding-bottom: 40px;
}
.advantage .advantage-wrap .adv-title{
    background: url(../image/title-bg.png) no-repeat;
    text-align: center;
    color: white;
}
.advantage .advantage-wrap .adv-title h4{
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}
.advantage .advantage-wrap .adv-title h2{
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 90px;
}
.advantage .advantage-wrap .adv-title span{
    color: red;
}
.advantage-wrap .adv-bottom{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.advantage-wrap .adv-bottom .item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
    padding: 34px 0px;
    border-bottom: 2px white dotted;
}
.advantage-wrap .adv-bottom .item:nth-child(3){
    border: none;
}
.advantage-wrap .adv-bottom .item .img{
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 2px white solid;
    border-radius: 16px;
    transition: all .2s linear;
}
.advantage-wrap .adv-bottom .item .text{
    width: 244px;
    color: white;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    padding: 16.5px 0;
    padding-left: 16px;
    flex-grow: 1;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
/*.advantage-wrap .adv-bottom .item .text::after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: red;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/
.advantage-wrap .adv-bottom .item .text h3{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
}
.advantage-wrap .adv-bottom .youshi-right .item .img{
    margin: 0;
}
.advantage-wrap .adv-bottom .youshi-right .item{
    text-align: right;
}
.advantage-wrap .adv-bottom .youshi-right .item .text{
    padding-left: 0;
    padding-right: 16px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
/*.advantage-wrap .adv-bottom .item:hover .text{*/
/*    color: #0064d3;*/
/*}*/
.advantage-wrap .adv-bottom .item:hover .img{
    border-radius: 0px;
}
/* 同行对比 */
.contrast{
    padding-top: 68px;
    padding-bottom: 40px;
}
.contrast .contrast-wrap .con-title{
    background: url(../image/title-bg-2.png) no-repeat;
    text-align: center;
    color: #0064d3;
}
.contrast .contrast-wrap .con-title h4{
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}
.contrast .contrast-wrap .con-title h2{
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 90px;
}
.contrast .contrast-wrap .con-title span{
    color: red;
}
.contrast-wrap .contrast-bottom{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 30px;
}
.contrast-wrap .contrast-bottom .item-img{
    width: 420px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.contrast-wrap .contrast-bottom .item{
    width: 485px;
    padding: 30px 0;
    padding-top: 38px;
    padding-right: 100px;
    font-size: 18px;
    color: #5e5e5e;
    border-bottom: 2px #cfcfcf dotted;
    line-height: 30px;
}
.contrast-wrap .contrast-bottom .item h4{
    font-size: 22px;
    color: #0064d3;
    margin-bottom: 8px;
}
.contrast-wrap .contrast-bottom .contrast-zhong{
    width: 230px;
    background-color: #0064d3;
    text-align: center;
    padding-top: 73px;
}
.contrast-wrap .contrast-bottom .contrast-zhong .vs{
    padding-bottom: 30px;
}
.contrast-wrap .contrast-bottom .contrast-zhong .icon{
    margin-top: 50px;
}
.contrast-wrap .contrast-bottom .contrast-right .item-img{
    text-align: right;
    margin-left: 64px;
}
.contrast-wrap .contrast-bottom .contrast-right .item{
    padding-right: 0;
    padding-left: 100px;
    text-align: right;
}
/* 案例展示 */
.case .case-title h3{
    font-size: 32px;
    color: #0064d3;
    font-weight: 500;
}
.case .case-neirong{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.case .case-neirong .case-img{
    position: relative;
    width: 858px;
    height: 400px;
    overflow: hidden; 
    margin-top: 30px;
}

.case .case-neirong .case-img>img { width: 100%;
    height:100%;
}
.case .case-neirong .case-img::after{
    content: '';
    display: block;
    width: 412px;
    height: 472px;
    border: 4px #848484 solid;
    position: absolute;
    top: -40px;
    right: -328px;
    z-index: -1;
}
.case .case-neirong .case-text{
    box-sizing: border-box;
    padding-left: 53px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 18px;
    line-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case .case-neirong .more{
    box-sizing: border-box;
    width: 100px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0064d3;
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding-top: 8px;
}
.case .case-neirong .more a{
    display: block;
    color: white;
}
.case .case-neirong .case-nav{
    position: relative;
}
.case .case-neirong .case-nav::after{
    content: '';
    display: block;
    width: 2px;
    height: 360px;
    background-color: #d4d4d4;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -2;
}
.case .case-neirong .case-nav li{
    width: 300px;
    height: 72px;
    text-align: center;
    line-height: 72px;
}
.case .case-neirong .case-nav li a{
    display: block;
    padding: 0 20px;
    font-size: 18px;
    color: #5e5e5e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case .case-neirong .case-nav .case-ac a{
    background-color: #0064d3;
    color: white;
}
/* 公司介绍 */
.jishuqi-wrap{
    height: 400px;
    background: url(../image/about-bg.png);
    margin-top: 122px;
}
.main{padding-top: 94px;}
/*.numCount li{*/
/*    border-left: 1px white dotted;*/
/*}*/
.numCount li:first-child{
    border: none;
}
.about-us{
    background-color: white;
    margin-top: -122px;
    padding: 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 54px;
}
.about-us .about-text{
    width: 520px;
}
.about-us .about-text p:nth-child(1){
    font-size: 27px;
    color: #0064d3;
    font-weight: 600;
}
.about-us .about-text strong{
    font-size: 43px;
    background-color: #333333;
    color: white;
    padding: 0 12px;
    margin-right: 10px;
}
.about-us .about-text span{
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    margin-left: 77px;
    position: relative;
}
.about-us .about-text a{
    display: block;
    font-size: 18px;
    color: #0064d3;
    margin-left: -10px;
    padding-top: 62px;
}
.about-us .about-text span::before{
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    background-color: #0064d3;
    position: absolute;
    top: 50%;
    left: -66px;
}
.about-us .about-text p:nth-child(2){
    font-size: 16px;
    color: #5e5e5e;
    line-height: 27px;
    margin-top: 50px;
}
.about-us .about-text .about-img{
    width: 480px;
    height: 364px;
    overflow: hidden;
}
.honor{
    padding: 0 70px;
    position: relative;
}
.honor .honor-nav{
    padding: 30px 0;
    border-top: 3px #5e5e5e solid;
    padding-top: 50px;
}
.honor .honor-nav a{
    background-color: #0064d3;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 22px;
    margin-right: 30px;
}
#swiper1 .swiper-slide{
    text-align: center;
    line-height: 26px;
    color: #0064d3;
}
.swiper-button-next, 
.swiper-button-prev{
    top: 64px;
    right: 71px;
    background-color: #0064d3;
    color: white;
    height: 37px;
    width: 37px;
}
.swiper-button-prev{
    left: auto;
    right: 120px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}
/* 公司视频 */
.video{
    text-align: center;
    margin-top: 70px;
    background: url(../image/video-bg.png);
    padding-top: 68px;
    padding-bottom: 80px;
}
.video .video-wrap .video-title{
    background: url(../image/title-bg.png) no-repeat;
    text-align: center;
    color: white;
}
.video .video-wrap .video-title h4{
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}
.video .video-wrap .video-title h2{
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 90px;
}
.video .video-wrap .video-title span{
    color: red;
}
.video .video-wrap .video-neirong{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 70px;
    padding-top: 30px;
}
.video .video-wrap .video-pic div{
    width: 268px;
    height: 160px;
    margin-bottom: 19px;
}
.video .video-wrap .video-pic div:last-child{
    margin: 0;
}
.video .video-wrap .video-neirong .shipin{
    width: 918px;
    height: 518px;
    background-color: #0064d3;
}
.video .video-wrap a{
    color: white;
    background-color: #e1321a;
    padding: 16px 88px;
    border-radius: 60px;
}
/* 新闻中心 */
.news{
    padding-top: 80px;
    padding-bottom: 100px;
}
.news .news-main{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.news .news-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.news .news-main .news-left{
    width: 600px;
    height: 554px;
	overflow: hidden;
    cursor: pointer;
    padding: 12px;
    transition: all .2s linear;
    padding-left: 18px;
    padding-right: 18px;
	float: left;
}
.news .news-main .news-left img{
    width: 100%;
	height:313px;
	overflow: hidden;
}
.news .news-main .news-left:hover{
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	transform: translate3d(0,-6px,0);
}
.news .news-main .news-left:hover .time h1{
    color: #0064d3;
}
.news .news-main .news-left:hover .time p{
    color: #0064d3;
}
.news .news-main .news-left:hover h2{
    color: #0064d3;
}
.news .news-main .news-left .time{
    margin-top: 35px;
    margin-bottom: 24px;
    position: relative;
}
.news .news-main .news-left .time h1{
    font-size: 37px;
    color: #515151;
    font-weight: 500;
    position: relative;
}
.news .news-main .news-left .time h1::after{
    content: url(../image/news-jiantou.png);
    position: absolute;
    top: -7px;
    right: 0;
}
.news .news-main .news-left .time p{
    font-size: 18px;
    color: #515151;
}
.news .news-main .news-left h2{
    font-size: 18px;
    color: #181818;
    font-weight: 500;
    margin-bottom: 36px;
}
.news .news-main .news-left p{
    font-size: 14px;
    color: #545454;
    line-height: 18px;
}
.news .news-main .news-right{
    width: 550px;
    height: 554px;
	float: right;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .news-main .news-right .box-1 a{
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
    transition: all .2s linear;
    padding: 12px;
}
.news .news-main .news-right .box-1 a .img img{
    width: 180px;
    height: 145px;
}
.news .news-main .news-right .box-1 a:hover{
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	transform: translate3d(0,-6px,0);
}
.news .news-main .news-right .box-1 a:hover .time h1{
    color: #0064d3;
}
.news .news-main .news-right .box-1 a:hover .time p{
    color: #0064d3;
}
.news .news-main .news-right .box-1 a:hover h2{
    color: #0064d3;
}
.news .news-main .news-right .txt{
    padding-left: 39px;
    height: 145px;
    overflow: hidden;
}
.news .news-main .news-right .txt .time{
    position: relative;
    margin-bottom: 18px;
}
.news .news-main .news-right .txt .time h1{
    font-size: 30px;
    color: #515151;
    font-weight: 500;
    position: relative;
}
.news .news-main .news-right .txt .time h1::after{
    content: url(../image/news-jiantou.png);
    position: absolute;
    top: 0;
    right: 0;
}
.news .news-main .news-right .txt .time p{
    font-size: 18px;
    color: #515151;
}
.news .news-main .news-right .txt h2{
    font-size: 18px;
    color: #181818;
    font-weight: 400;
    margin-bottom: 14px;
}
.news .news-main .news-right .txt p{
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;   
}
.news .hide{
    display: none;
}
.news .news-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.news .news-title .text h3{
    font-size: 34px;
    color: #0064d3;
    line-height: 34px;
    margin-bottom: 10px;
}
.news .news-title .text p{
    font-size: 26px;
    color: #656565;
    line-height: 26px;
}
.news .news-title .text p::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 16px;
    background-color: #0064d3;
}
.news .news-title .pro-tab{
    position:relative;
    padding-right: 45px;
}
.news .news-title .pro-tab dt a{
    display: inline-block;
    font-size: 17px;
    color: #656565;
    line-height: 26px;
    background-color: #0064d3;
    color: white;
    padding: 6px 32px;
}
.news .news-title .pro-tab a:last-child{
    display: inline-block;
    /*padding: 0;*/
}
.news .news-title .pro-tab img{
    position: absolute;
    top: 0;
    right: 0;
}
/* 网站底部 */
footer{
    background-color: #07192e;
    color: white;
    padding-top: 50px;
}
.footer .links{
    padding-bottom: 50px;
    border-bottom: 2px #3c4a5a solid;
}
.footer .links h3{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
    margin-bottom: 24px;
}
.footer .links a{
    color: #dfdfdf;
    font-size: 16px;
    line-height: 26px;
    margin-right: 20px;
}
.footer .links a:hover{
    color: #0064d3;
}
.footer .neirong{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    font-size: 18px;
}
.footer .neirong .daohang a{
    font-size: 18px;
    color: white;
    line-height: 36px;
    margin-right: 16px;
}
.footer .neirong .daohang a:hover{
    color: #0064d3;
}

.footer .neirong .phone li,
.footer .neirong .dizhi li{
    font-size: 18px;
    color: white;
    line-height: 36px;
    margin-right: 16px;
}
footer .copyright{
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
}
.copyright .banquan{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
}
.copyright .banquan a{
    color: white;
    line-height: 60px;
}

.copyright .banquan a:hover{
    color: #0064d3;
}