@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Futura";
    src: url('../font/FuturaBT-Book.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "fMedium";
    src: url('../font/PingFangSC-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "pRegular";
    src: url('../font/PingFang-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "pBold";
    src: url('../font/PingFang-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "gBold";
    src: url('../font/Gilroy-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* 顶部 */
.public-top{
    background-color: #21419a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 82px;
    padding-right: 50px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;
}
.top-right{
    display: flex;
    align-items: center;
    color: #fff;
}
.top-lan{
    margin-left: 40px;
    height: 38px;
    display: flex;
    align-items: center;
}
.top-lan img{
    margin-right: 14px;
}
.top-right .top-lan a{
    color: #fff;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.header-left{
    width: 19.8%;
    height: 120px;
    border-right: 1px solid #f0f0f0;
}
.header-right{
    width: 19.8%;
    height: 120px;
    border-left: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    width: 250px;
    margin: 29px auto 0px;
    display: block;
}
.logo img{
    display: block;
    width: 100%;
}
.header-phone{
    height: 58px;
    width: 58px;
    border: 1px solid #0d24b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.header-phonetxt{
    color: #0d24b1;
}
.header-phonetxt p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.header-phonetxt span{
    font-size: 30px;
    font-family: "Futura";
    line-height: 30px;
}
.nav{
    width: 60.4%;
}
.nav-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nav-ul li{
    margin-right: 64px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li > a{
    line-height: 116px;
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    transition: all 0.5s;
    border-bottom: 4px solid transparent;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    color: #21419a;
    font-weight: bold;
    border-bottom-color: #21419a;
}
.public-img{
    width: 100%;
    overflow: hidden;
}
.public-img img{
    display: block;
    width: 100%;
    transition: all .6s;
}
.tec-imglist li:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .nav-ul li{
        margin-right: 40px;
    }
    .header-phonetxt span{
        font-size: 24px;
        line-height: 26px;
    }
}
@media(max-width: 1400px){
    .nav-ul li{
        margin-right: 30px;
    }
    .header-phone{
        height: 52px;
        width: 52px;
    }
}
@media(max-width:1200px){
    .logo{
        width: 186px;
    }
    .nav-ul li{
        margin-right: 14px;
    }
    .nav-ul li > a{
        font-size: 14px;
    }
    .header-phonetxt{
        width: calc(100% - 58px);
    }
    .header-phonetxt span{
        font-size: 20px;
        line-height: 20px;
    }
    .header-phone{
        height: 48px;
        width: 48px;
    }
    .nav{
        width: 58%;
    }
    .header-right{
        width: 21%;
    }
    .header-left{
        width: 21%;
    }
}
@media(max-width: 991px){
    .header-right{
        display: none;
    }
    .header-left{
        width: auto;
        border-right: none;
        height: 70px;
    }
    .logo{
        margin-top: 7px;
    }
    .nav{
        display: none;
    }
    header{
        height: 70px;
        padding: 0 15px;
    }
    .public-top{
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-lan{
        margin-left: 10px;
    }
}
@media(max-width: 767px){
    .public-top{
        font-size: 12px;
    }
    .public-top{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-lan img{
        margin-right: 5px;
    }
}
@media(max-width: 599px){
    .public-top{
        font-size: 12px;
    }
    .public-top{
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .top-lan img{
        margin-right: 5px;
    }
    .public-top p{
        line-height: 20px;
        width: 100%;
    }
    .top-right{
        width: 100%;
        height: 24px;
    }
    .top-right .ali img{
        width: 88px;
        height: 21px;
    }
}
/* 底部 */
.footer{
    background-color: #313131;
}
.footer-main{
    padding-top: 52px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.footer-list{
    display: flex;
}
.footer-list li{
    margin-right: 160px;
}
.footer-list li:last-child{
    margin-right: 0px;
}
.footer-list li h3{
    margin-bottom: 18px;
}
.footer-list li h3>a{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}
.footer-list li dl dd{
    font-size: 16px;
    line-height: 30px;
    color: #898989;
    font-family: "pRegular";
}
.footer-right{
    width: 33.2%;
    display: flex;
    justify-content: flex-end;
}
.code-img{
    width: 25.5%;
    margin-right: 105px;
}
.code-img p{
    margin-top: 20px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}
.footer-hotline{
    width: 52.5%;
    color: #fff;
}
.footer-hotline h3{
    margin-bottom: 18px;
    line-height: 24px;
    font-size: 16px;
}
.footer-hotline span{
    font-size: 36px;
    font-family: "Futura";
    line-height: 36px;
    display: block;
    margin-bottom: 15px;
}
.footer-add{
    line-height: 22px;
}
.copy{
    height: 115px;
    border-top: 1px solid #676767;
}
.copy-main{
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
}
.copy-main a{
    color: #888;
}
@media(max-width: 1700px){
    .footer-list li{
        margin-right: 150px;
    }
    .code-img{
        margin-right: 75px;
    }
}
@media(max-width: 1600px){
    .footer-list li{
        margin-right:150px;
    }
    .footer-hotline span{
        font-size: 32px;
    }
    .footer-hotline{
        width: 58%;
    }
    .code-img{
        margin-right: 50px;
        width: 27%;
    }
}
@media(max-width: 1200px){
    .footer-list li{
        margin-right: 100px;
    }
    .footer-hotline span{
        font-size: 28px;
    }
    .footer-hotline{
        width: 60%;
    }
    .code-img{
        margin-right: 10px;
        width: 27%;
    }
    .footer-add{
        width: 100%;
    }
    .footer-add p{
        font-size: 14px;
    }
    .copy{
        height: 85px;
    }
    .copy-main{
        height: 84px;
    }
}
@media(max-width: 991px){
    .footer-main{
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .footer-list{
        flex-wrap: wrap;
        width: 100%;
    }
    .footer-right{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-list li{
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 8px;
    }
    .footer-list li h3{
        margin-bottom: 4px;
    }
    .footer-list li h3>a{
        font-size: 16px;
    }
    .footer-list li dl{
        text-align: center;
    }
    .footer-list li dl dd{
        display: inline-block;
        margin: 0 5px;
        line-height: 24px;
    }
    .code-img{
        margin-right: 0px;
        width: 100%;
        max-width: 135px;
    }
    .code-img p{
        margin-top: 10px;
    }
    .footer-hotline{
        width: 100%;
        text-align: center;
        margin-top: 6px;
    }
    .footer-add{
        width: 100%;
    }
    .footer-add p{
        font-size: 14px;
    }
    .footer-hotline h3{
        margin-bottom: 8px;
    }
    .footer-hotline span{
        line-height: 28px;
        margin-bottom: 10px;
    }
    .copy{
        height: auto;
        padding: 15px 0px;
    }
    .copy-main{
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .copy-main p{
        line-height: 24px;
        text-align: center;
    }
}
/* 首页关于我们 */
.home-about{
    background: url(../img/habout-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.habout-main{
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 90px;
}
.habout-left{
    width: 29.3%;
}
.habout-left h2{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 22px;
    color: #333;
}
.habout-left h3{
    font-size: 30px;
    line-height: 38px;
    color: #666;
    margin-bottom: 112px;
}
.public-more{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 215px;
    height: 62px;
    border: 1px solid #21419a;
    border-radius: 2px;
    padding-left: 22px;
    padding-right: 18px;
    color: #21419a;
    transition: all .5s;
}
.public-more span{
    font-size: 14px;
    line-height: 60px;
}
.public-more i{
    display: block;
    width: 8px;
    height: 9px;
    background: url(../img/public-icon1.png) no-repeat center;
    margin-bottom: 13px;
    transition: all .5s;
}
.public-more:hover{
    background-color: #21419a;
    color: #fff;
}
.public-more:hover i{
    background-image: url(../img/public-icon.png);
}
.habout-right{
    width: 50%;
}
.habout-rightop{
    color: #333;
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 30px;
}
.habout-des{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 55px;
}
.habout-list{
    display: flex;
    justify-content: space-between;
}
.habout-list li{
    position: relative;
}
.habout-list li:first-child{
    padding-right: 120px;
}
.habout-list li:last-child{
    padding-left: 94px;
}
.habout-list li:nth-child(2){
    padding: 0 120px;
}
.habout-list li::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #e6e6e6;
    width: 1px;
    height: 30px;
}
.habout-list li:last-child::after{
    display: none;
}
.habout-list li span{
    display: block;
    font-family: "fMedium";
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 4px;
    color: #21419a;
    text-align: center;
}
.habout-list li p{
    color: #969696;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.habout-vedio{
    width: 50%;
    position: absolute;
    top: -134px;
    z-index: 20;
    right: 0px;
}
.vedio-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vedio-info p{
    font-size: 18px;
    line-height: 24px;
    opacity: .8;
    color: #fff;
    margin-top: 6px;
    font-family: "pRegular";
}
.habout-vedio:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .habout-list li:nth-child(2){
        padding: 0 100px;
    }
}
@media(max-width: 1400px){
    .habout-list li:nth-child(2){
        padding: 0 90px;
    }
    .habout-list li:first-child{
        padding-right: 90px;
    }
    .habout-list li:last-child{
        padding-left: 90px;
    }
    .habout-main{
        padding-top: 260px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        width: 35%;
    }
    .habout-list li:nth-child(2){
        padding: 0 50px;
    }
    .habout-list li:first-child{
        padding-right: 50px;
    }
    .habout-list li:last-child{
        padding-left: 50px;
    }
    .habout-main{
        padding-top: 200px;
    }
}
@media(max-width: 991px){
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-left{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .habout-right{
        width: 100%;
    }
    .habout-vedio{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    .habout-left h2{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .habout-left h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .habout-rightop{
        margin-bottom: 15px;
    }
    .habout-des{
        margin-bottom: 25px;
    }
    .habout-list li:nth-child(2){
        padding: 0px;
    }
    .habout-list li:first-child{
        padding-right: 0px;
    }
    .habout-list li:last-child{
        padding-left: 0px;
    }
    .habout-list li{
        flex: 1;
        text-align: center;
    }
    .habout-main{
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .public-more{
        width: 200px;
        height: 56px;
        padding-left: 18px;
    }
    .public-more span{
        line-height: 54px;
    }
    .habout-more{
        background-color: #21419a;
        color: #fff;
    }
    .habout-more i{
        background-image: url(../img/public-icon.png);
    }
}
/* 首页产品 */
.home-product{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.public-title{
    text-align: center;
}
.public-title h3{
    font-size: 42px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.public-title p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.public-title p span{
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    position: relative;
}
.public-title p span::after{
    content: "/";
    font-size: 18px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 24px;
}
.public-title p span:last-child::after{
    display: none;
}
.hpro-main{
    margin-top: 48px;
}
.hpro-item .public-img{
    border: 1px solid #f6f6f6;
    transition: all .5s
}
.hpro-info{
    border: 1px solid #f1f1f1;
    padding-left: 36px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-top: 18px;
    transition: all .5s
}
.hpro-des span{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: block;
}
.hpro-des h3{
    color: #333;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 14px;
}
@media(max-width:1800px){
    .hpro-des h3{
        font-size: 16px;
        height: 36px;
    }
}
.hpro-des p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 36px;
}
.hpro-more{
    height: 14px;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    color: #666;
    justify-content: flex-end;
}
.hpro-more span{
    line-height: 14px;
}
.hpro-more img{
    margin-left: 15px;
    margin-top: 1px;
}
.hpro-item:hover .public-img{
    border-color: #21419a;
    border-bottom-color: #f6f6f6;
} 
.hpro-item:hover .public-img img{
    transform: scale(1.1);
}
.hpro-item:hover .hpro-info{
    border-color: #21419a;
    border-top-color: #f1f1f1;
}
.hpro-item:hover .hpro-des h3{
    color: #21419a;
}
.hpro-item:hover .hpro-more span{
    color: #21419a;
    font-weight: bold;
} 
.hpro-swiper{
    padding-bottom: 95px;
}
.hpro-swiper .swiper-pagination-fraction{
    bottom: 0px;
}
.hpro-swiper .swiper-pagination{
    font-size: 16px;
    color: #666;
}
.hpro-swiper .swiper-pagination-current{
    color: #21419a;
}
.hpro-next, .hpro-prev{
    width: 11px;
    height: 19px;
    position: relative;
    top: auto;
    transform: translateY(0px);
    bottom: 0px;
    background-size: 11px 19px;
}
.hpro-swiperbtn{
    width: 100%;
    text-align: center;
    position: absolute;
    height: 19px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hpro-next{
    right: auto;
    background-image: url(../img/hpro-next.png);
    margin-left: 40px;
}
.hpro-prev{
    left: auto;
    background-image: url(../img/hpro-prev.png);
    margin-right: 40px;
}
.hpro-next:hover{
    background-image: url(../img/hpro-next-on.png);
}
.hpro-prev:hover{
    background-image: url(../img/hpro-prev-on.png);
}
@media(max-width: 1200px){
    .hpro-info{
        padding-left: 20px;
    }
    .hpro-swiper{
        padding-bottom: 75px;
    }
}
@media(max-width: 991px){
    .home-product{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .public-title h3{
        font-size: 36px;
        line-height: 36px;
    }
    .hpro-main{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .hpro-des p{
        margin-bottom: 15px;
        height: auto;
    }
    .hpro-des h3{
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .hpro-swiper{
        padding-bottom: 55px;
    }
    .home-product{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .public-title p{
        flex-wrap: wrap;
    }
    .public-title p span{
        padding: 0 10px;
        line-height: 30px;
    }
    .hpro-main{
        margin-top: 18px;
    }
}
/* 首页技术实力 */
.home-strength{
    background: url(../img/hstrength-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 170px;
}
.strength-title h3{
    color: #fff;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 0px;
}
.strength-title h3::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.hstrength-des{
    color: #fff;
    font-size: 16px;
    font-family: "pBold";
    line-height: 30px;
    text-align: center;
    width: 61.25%;
    margin: 34px auto 38px;
}
.hstrength-list{
    align-items: center;
    display: flex;
}
.hstrength-list li{
    border-radius: 50%;
    display: flex;
}
.hstrength-list li>a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hstrength-list li:nth-child(odd){
    width: 258px;
    height: 258px;
    border: 2px dashed #6e6e6e;
}
.hstrength-list li:nth-child(even){
    width: 254px;
    height: 254px;
    border: 4px solid #959595;
}
.hstrength-list li{
    margin-left: -32px;
}
.hstrength-list li:first-child{
    margin-left: 0px;
}
.hstrength-icon{
    position: relative;
}
.hstrength-icon img{
    transition: all .5s;
}
.hstrength-on{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.hstrength-list li span{
    font-family: "pBold";
    display: block;
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.hstrength-list li:hover, .hstrength-list li.on{
    border-color: #21419a;
}
.hstrength-list li:hover .hstrength-on,
.hstrength-list li.on .hstrength-on{
    opacity: 1;
}
.hstrength-list li:hover .hstrength-un,
.hstrength-list li.on .hstrength-un{
    opacity: 0;
}
.hstrength-list li:hover span, .hstrength-list li.on span{
    color: #21419a;
}
@media(max-width: 1700px){
    .hstrength-list li:nth-child(odd){
        width: 228px;
        height: 228px;
    }
    .hstrength-list li:nth-child(even){
        width: 224px;
        height: 224px;
    }
}
@media(max-width: 1600px){
    .hstrength-list li:nth-child(odd){
        width: 212px;
        height: 212px;
    }
    .hstrength-list li:nth-child(even){
        width: 208px;
        height: 208px;
    }
}
@media(max-width: 1400px){
    .hstrength-list li:nth-child(odd){
        width: 192px;
        height: 192px;
    }
    .hstrength-list li:nth-child(even){
        width: 198px;
        height: 198px;
    }
}
@media(max-width: 1200px){
    .hstrength-list li:nth-child(odd){
        width: 164px;
        height: 164px;
    }
    .hstrength-list li:nth-child(even){
        width: 160px;
        height: 160px;
    }
    .hstrength-des{
        width: 100%;
    }
    .home-strength{
        padding-bottom: 100px;
    }
    .hstrength-list li{
        margin-left: -22px;
    }
}
@media(max-width: 991px){
	
	.home-strength{
    background: url(../img/hstrength-bgm.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 170px;
}
	
    .hstrength-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .hstrength-list li{
        margin-bottom: 25px;
    }
    .hstrength-list li:nth-child(odd){
        width: 200px;
        height: 200px;
    }
    .hstrength-list li:nth-child(even){
        width: 200px;
        height: 200px;
    }
    .home-strength{
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .hstrength-list li{
        margin-left: 0px;
    }
    .hstrength-des{
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .hstrength-list li:nth-child(odd){
        width: 180px;
        height: 180px;
    }
    .hstrength-list li:nth-child(even){
        width: 180px;
        height: 180px;
    }
}
/* 首页新闻 */
.home-news{
    width: 100%;
    overflow: hidden;
    background: url(../img/hnews-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 65px;
    padding-top: 76px;
}
.hnews-main{
    margin-top: 60px;
}
.hnews-list{
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 63px;
}
.hnews-list li{
    padding: 0 27px;
    width: 25%;
    float: left;
}
.hnews-item{
    background-color: #fff;
    padding: 22px;
    transition: all .5s;
}
.hnews-info{
    padding-top: 20px;
    padding-bottom: 3px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hnews-detail span{
    font-size: 14px;
    color: #666;
    line-height: 16px;
    display: block;
    margin-bottom: 10px;
}
.hnews-detail h3{
    line-height: 24px;
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.hnews-detail p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.hnews-more i{
    width: 8px;
    height: 9px;
    background: url(../img/public-icon1.png) no-repeat center;
    transition: all .5s;
    margin-left: 15px;
    margin-bottom: 1px;
    display: block;
}
.hnews-item:hover .public-img img{
    transform: scale(1.1);
}
.hnews-item:hover{
    background-color: #21419a;
}
.hnews-item:hover .hnews-detail span{
    color: #fff;
}
.hnews-item:hover .hnews-detail h3{
    color: #fff;
}
.hnews-item:hover .hnews-detail p{
    color: #fff;
}
.hnews-item:hover .hnews-more span{
    color: #fff;
}
.hnews-item:hover .hnews-more i{
    background-image: url(../img/public-icon.png);
}
.hnews-bommore{
    margin: auto;
}
@media(max-width: 1700px){
    .hnews-detail h3{
        height: 48px;
    }
    .hnews-detail p{
        height: 72px;
    }
}
@media(max-width: 1400px){
    .hnews-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .hnews-list li{
        padding: 0 20px;
    }
}
@media(max-width: 1200px){
    .hnews-item{
        padding: 15px;
    }
    .hnews-list{
        margin-left: -13px;
        margin-right: -13px;
    }
    .hnews-list li{
        padding: 0 13px;
    }
}
@media(max-width: 991px){
    .hnews-item{
        padding: 15px;
    }
    .hnews-list{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .hnews-list li{
        padding: 0px;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .hnews-list li:last-child{
        margin-bottom: 0px;
    }
    .home-news{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hnews-main{
        margin-top: 30px;
    }
    .hnews-detail h3{
        height: auto;
    }
    .hnews-detail p{
        height: auto;
        margin-bottom: 12px;
    }
    .hnews-info{
        height: auto;
    }
}
/* 首页合作客户 */
.home-partner{
    width: 100%;
    overflow: hidden;
    background: url(../img/hpartner-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 76px;
    padding-top: 56px;
}
.hpartner-top{
    margin-top: 58px;
    margin-bottom: 50px;
}
.hpartner-item{
    width: 100%;
}
.hpartner-img{
    border: 1px solid #f1f1f1;
}
.hpartner-item .hpartner-img:first-child{
    margin-bottom: 12px;
}
.hpartner-swiper{
    padding-bottom: 45px;
}
.hpartner-swiper > .swiper-pagination-bullets{
    bottom: 0px;
}
.hpartner-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #dbdbdb;
    background: #fff;
    opacity: 1;
    border-radius: 0px;
}
.hpartner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.hpartner-swiper .swiper-pagination-bullet-active{
    border-color: #21419a;
    background-color: #21419a;
}
.hpartner-img:hover img{
    transform: scale(1.1);
}
.hpartner-bom{
    display: flex;
}
.hpartner-honor{
    width: 50%;
    position: relative;
}
.hpartner-info{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.hpartner-info h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
}
.hpartner-info p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 36px;
}
.hpartner-honor:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .hpartner-info p{
        margin-bottom: 25px;
    }
}
@media(max-width: 991px){
    .home-partner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hpartner-top{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .hpartner-bom{
        flex-wrap: wrap;
    }
    .hpartner-honor{
        width: 100%;
    }
    .hpartner-talent{
        margin-top: 20px;
    }
    .hpartner-info{
        padding: 0 15px;
    }
}
@media(max-width: 599px){
    .hpartner-info h3{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .hpartner-info p{
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
    }
}
/* 内页导航 */
.inside-nav{
    height: 110px;
    width: 100%;
    overflow: hidden;
}
.inav-ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inav-ul li{
    padding: 0 72px;
    position: relative;
    display: flex;
    height: 110px;
    align-items: center;
}
.inav-ul li::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background: #333;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.inav-ul li:last-child::after{
    display: none;
}
.inav-ul li a{
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    border-bottom: 4px solid transparent;
    font-weight: bold;
}
.inav-ul li a:hover, .inav-ul li.on a{
    color: #21419a;
    border-bottom-color: #21419a;
}
.company-file{
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 53px;
}
.cprofile-main{
    display: flex;
    justify-content: space-between;
}
.cprofile-left{
    width: 70.4%;
}
.cprofile-title{
    color: #333;
}
.cprofile-title h3{
    font-size: 48px;
    line-height: 48px;
    font-family: "gBold";
    margin-bottom: 15px;
}
.cprofile-title span{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.cprofile-des{
    font-size: 16px;
    text-indent: 32px;
    line-height: 36px;
    color: #666;
    margin-top: 36px;
}
.cprofile-right{
    width: 25.1%;
    display: flex;
}
.cprofile-list{
    display: flex;
    width: 100%;
    margin-bottom: 35px;
    flex-direction: column;
    justify-content: flex-end;
}
.cprofile-list li{
    height: 126px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding-top: 26px;
    justify-content: space-between;
    padding-right: 18px;
}
.cprofile-numleft{
    width: 172px;
    border-bottom: 1px solid #21419a;
}
.cprofile-numleft span{
    color: #21419a;
    font-family: "fMedium";
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    display: block;
}
.cprofile-numleft p{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.about-vedio{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-vedio img{
    display: block;
    width: 100%;
}
.play-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/vedio-play.png) no-repeat center;
    top: 0px;
    left: 0px;
}
@media(max-width: 1200px){
    .cprofile-list li {
        align-items: center;
        padding-top: 0px;
    }
    .cprofile-numleft{
        height: 126px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media(max-width: 991px){
    .company-file{
        padding-top: 50px;
    }
    .cprofile-des{
        margin-top: 20px;
    }
    .cprofile-main{
        flex-wrap: wrap;
    }
    .cprofile-left{
        width: 100%;
    }
    .cprofile-right{
        width: 100%;
    }
    .cprofile-list{
        margin-bottom: 0px;
    }
    .iabout-ul li{
        padding: 0 30px;
        height: 70px;
    }
    .inside-nav{
        height: auto;
    }
    .iabout-ul{
        height: auto;
    }
}
@media(max-width: 599px){
    .cprofile-title h3{
        font-size: 38px;
        line-height: 38px;
    }
    .cprofile-list li{
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cprofile-numleft{
        height: auto;
        border-bottom: none;
    }
    .iabout-ul{
        flex-wrap: wrap;
    }
    .iabout-ul li{
        padding: 0px;
        width: 50%;
        justify-content: center;
        height: auto;
    }
    .iabout-ul li:nth-child(2)::after{
        display: none;
    }
}
/* 品牌文化 */
.brand-culture{
    width: 100%;
    overflow: hidden;
    background: url(../img/about-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 70px;
}
.brand-title{
    text-align: center;
    margin-bottom: 100px;
}
.brand-list{
    display: flex;
    justify-content: center;
}
.brand-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.brand-icon{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: all .5s;
    background-color: #f5f5f5;
    margin-bottom: 48px;
}
.brand-icon img{
    transition: all .5s;
}
.bicon-on{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.brand-info{
    text-align: center;
}
.brand-info h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
}
.brand-info p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.brand-list li:hover .brand-icon{
    background-color: #122b73;
}
.brand-list li:hover .bicon-un{
    opacity: 0;
}
.brand-list li:hover .bicon-on{
    opacity: 1;
}
/* 发展历程 */
.history-wrap{
    width: 100%;
    overflow: hidden;
    background: url(../img/history-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 118px;
}
.history-title{
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.history-item{
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
}
.history-item .public-img{
    border-radius: 15px;
}
.history-info{
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 26px;
    padding-bottom: 22px;
    color: #333;
}
.history-des{
    height: 175px;
}
.history-des h3{
    font-size: 36px;
    margin-bottom: 22px;
    line-height: 36px;
    font-weight: bold;
}
.history-des span{
    font-size: 16px;
    line-height: 28px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.history-add{
    display: flex;
    height: 26px;
    justify-content: flex-end;
    align-items: center;
}
.history-item:hover .public-img img{
    transform: scale(1.1);
}
.history-main{
    position: relative;
}
.history-next, .history-prev{
    width: 58px;
    height: 58px;
    border: 2px solid #fff;
    background-size: 12px 22px;
    margin-top: -29px;
}
.history-next{
    right: -158px;
    background-image: url(../img/history-next.png);
}
.history-prev{
    left: -158px;
    background-image: url(../img/history-prev.png);
}
.history-next:hover, .history-prev:hover{
    background-color: #122b73;
    border-color: #122b73;
}
/* 合作客户 */
.partner-customer{
    width: 100%;
    overflow: hidden;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}
.partner-title{
    text-align: center;
    color: #333;
    margin-bottom: 45px;
}
.partner-list{
    margin-left: -13px;
    margin-right: -13px;
}
.partner-list li{
    float: left;
    padding: 0 13px;
    width: 20%;
    margin-bottom: 12px;
}
.partner-img{
    border: 1px solid #f1f1f1;
    margin-bottom: 12px;
}
.partner-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1700px){
    .history-next{
        right: -100px;
    }
    .history-prev{
        left: -100px;
    }
}
@media(max-width: 1400px){
    .history-next{
        right: -60px;
    }
    .history-prev{
        left: -60px;
    }
}
@media(max-width: 1200px){
    .brand-title{
        margin-bottom: 70px;
    }
    .history-info{
        padding-left: 22px;
        padding-right: 22px;
    }

}
@media(max-width: 991px){
    .brand-culture{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .brand-title{
        margin-bottom: 30px;
    }
    .brand-list{
        flex-wrap: wrap;
    }
    .brand-list li{
        width: 100%;
        flex: none;
        margin-bottom: 18px;
    }
    .brand-icon{
        width: 88px;
        height: 88px;
        margin-bottom: 12px;
    }
    .brand-info h3{
        margin-bottom: 10px;
    }
    .history-wrap{
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .history-title{
        margin-bottom: 25px;
    }

    .partner-customer{
        padding-top: 45px;
        padding-bottom: 38px;
    }
    .partner-title{
        margin-bottom: 25px;
    }
    .partner-list li{
        width: 33.3333%;
    }
    .history-main{
        padding: 0 48px;
    }
    .history-next, .history-prev{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .history-next{
        right: -5px;
    }
    .history-prev{
        left: -5px;
    }
    .history-info{
        padding-top: 22px;
    }
}
@media(max-width: 599px){
    .brand-culture{
        padding-top: 40px;
    }
    .brand-title{
        margin-bottom: 22px;
    }
    .brand-list li{
        margin-bottom: 10px;
    }
    .history-des h3{
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .history-info{
        padding: 20px 15px;
    }
    .partner-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .partner-list li{
        width: 100%;
        float: none;
        padding: 0px;
    }
}
/* 新闻中心 */
.news-wrap{
    background-color: #eff2f6;
    width: 100%;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 46px;
}
.news-list{
    margin-bottom: 0px;
}
.news-list li{
    margin-bottom: 42px;
}
.news-click{
    margin: 10px auto 0px;
}
@media(max-width: 1400px){
    .news-list{
        margin-left: -15px;
        margin-left: -15px;
    }
    .news-list li{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .news-list li{
        margin-bottom: 25px;
    }
    .news-wrap{
        padding-top: 45px;
    }
    .news-click{
        margin-top: 40px;
    }
}
/* 新闻详情 */
.newsdetail-wrap{
    padding-top: 76px;
    padding-bottom: 0px;
    border-top: 1px solid #e4e4e4;
}
.newsdetail-title{
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 44px;
}
.newsdetail-title h3{
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 30px;
}
.newsdetail-title span{
    font-size: 16px;
    line-height: 24px;
    color: #969696;
}
.newsdetail-main{
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 36px;
}
.newsdetail-main p{
    line-height: 28px;
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}
.newsdetail-img{
    margin: 42px auto 32px;
    text-align: center;
}
.newsd-page{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 60px;
    border-top: 1px solid #d1d1d1;
}
.npage-left{
    width: calc(100% - 180px);
}
.npage-left a{
    line-height: 22px;
    font-size: 16px;
    color: #666;
}
.npage-back{
    display: block;
    width: 168px;
    height: 52px;
    border-radius: 5px;
    line-height: 52px;
    background-color: #21419a;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.npage-left a:hover{
    color: #21419a;
}
@media(max-width: 1400px){
    .newsdetail-main{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 1200px){
    .newsdetail-img{
        width: 100%;
        overflow: hidden;
    }
    .newsdetail-img img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 991px){
    .newsdetail-wrap{
        padding-top: 45px;
    }
    .newsdetail-title h3{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .newsdetail-title{
        padding-bottom: 25px;
    }
    .newsdetail-main{
        padding-top: 30px;
        padding-bottom: 22px;
    }
    .newsdetail-main p{
        margin-bottom: 12px;
    }
    .newsdetail-main{
        padding-left: 0px;
        padding-right: 0px;
    }
    .newsd-page{
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .npage-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .newsdetail-img{
        margin-top: 30px;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .newsdetail-title h3{
        font-size: 24px;
        line-height: 32px;
    }
    .newsdetail-title{
        padding-bottom: 15px;
    }
}
/* 联系我们 */
.contact-wrap{
    padding-top: 60px;
    padding-bottom: 74px;
    width: 100%;
    overflow: hidden;
}
.inside-title{
    text-align: center;
}
.inside-title h3{
    font-size: 32px;
    color: #333;
    line-height: 32px;
    margin-bottom: 52px;
}
.contact-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-list li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-icon{
    width: 110px;
    height: 110px;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    transition: all .5s;
}
.contact-icon img{
    transition: all .5s;
}
.cicon-on{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.contact-info{
    text-align: center;
    color: #666;
    max-width: 168px;
}
.contact-info h3{
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.contact-info p{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
}
.contact-list li:hover .contact-icon, .contact-list li.on .contact-icon{
    background-color: #21419a;
    border-color: #21419a;
}
.contact-list li:hover .cicon-on, .contact-list li.on .cicon-on{
    opacity: 1;
}
.contact-list li:hover .cicon-un, .contact-list li.on .cicon-un{
    opacity: 0;
}
.contact-list li:hover .contact-info, .contact-list li.on .contact-info{
    color: #21419a;
}
.contact-list li:hover .contact-info h3, .contact-list li.on .contact-info h3{
    color: #21419a;
}
@media(max-width: 991px){
    .contact-list{
        flex-wrap: wrap;
    }
    .contact-list li{
        width: 33.3333%;
        flex: none;
        padding: 0 12px;
    }
    .inside-title h3{
        margin-bottom: 30px;
    }
    .contact-wrap{
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .contact-icon{
        margin-bottom: 10px;
    }
    .contact-info p{
        height: auto;
    }
    .contact-info h3{
        margin-bottom: 8px;
    }
    .contact-info{
        max-width: auto;
    }
}
@media(max-width: 599px){
    .contact-list li{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-list li:last-child{
        margin-bottom: 0px;
    }
    .inside-title h3{
        margin-bottom: 24px;
    }
}
/* 资质荣誉 */
.honor-wrap{
    padding-top: 85px;
    padding-bottom: 52px;
    width: 100%;
    overflow: hidden;
}
.honor-list{
    margin-left: -46px;
    margin-right: -46px;
}
.honor-list li{
    padding: 0 46px;
    width: 25%;
    float: left;
    margin-bottom: 26px;
}
.honor-img{
    padding: 22px 18px 22px 22px;
    border: 2px solid #e3e3e3;
}
.honor-list li p{
    text-align: center;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}
.honor-list li:hover .public-img img{
    transform: scale(1.1);
}
.honor-list li:hover p{
    color: #21419a;
}
.honor-click{
    margin: 40px auto 0px;
}
@media(max-width: 1700px){
    .honor-list{
        margin-left: -27px;
        margin-right: -27px;
    }
    .honor-list li{
        padding: 0 27px;
    }
}
@media(max-width: 1200px){
    .honor-list{
        margin-left: -13px;
        margin-right: -13px;
    }
    .honor-list li{
        padding: 0 13px;
    }
}
@media(max-width: 991px){
    .honor-list li{
        width: 50%;
    }
    .honor-wrap{
        padding-top: 50px;
    }
}
@media(max-width: 599px){
    .honor-list li{
        width: 100%;
    }
    .honor-click{
        margin-top: 10px;
    }
    .honor-wrap{
        padding-bottom: 45px;
    }
}
/* 人才招聘 */
.talent-wrap{
    padding-top: 45px;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    overflow: hidden;
}
.talent-top{
    display: flex;
    margin-bottom: 65px;
}
.talent-left{
    width: 50%;
}
.talent-right{
    width: 50%;
    padding-left: 75px;
    padding-right: 40px;
    padding-top: 24px;
}
.talent-title{
    margin-top: 38px;
    font-size: 32px;
    color: #333;
    line-height: 32px;
    padding-bottom: 36px;
    position: relative;
}
.talent-title::after{
    position: absolute;
    width: 48px;
    height: 8px;
    background-color: #21419a;
    bottom: 0px;
    left: 0px;
    content: "";
}
.talent-info{
    margin-top: 44px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
}
.recruit-title{
    text-align: center;
    font-size: 32px;
    color: #333;
    line-height: 32px;
    margin-bottom: 34px;
}
.recruit-list li{
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 14px;
    transition: all .5s;
}
.recruit-list li:first-child{
    border-top: 1px dashed #bcbcbc;
}
.recruit-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 16px;
    padding-left: 100px;
    padding-right: 116px;
    transition: all .5s;
}
.recruit-name{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
}
.recruit-icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #bcbcbc;
    background: url(../img/answer-icon1.png) no-repeat center;
    transition: all .5s;
}
.recruit-bom{
    padding-top: 27px;
    display: none;
    padding-left: 100px;
    padding-right: 100px;
}
.recruit-bom p{
    line-height: 24px;
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}
.recruit-bom p>span{
    display: block;
}
.recruit-list li.on .recruit-top{
    background-color: #21419a;
}
/* .recruit-list li.on{
    border-bottom: 1px solid #21419a;
} */
.recruit-list li:first-child.on{
    border-top: 1px solid #21419a;
}
.recruit-list li.on .recruit-name{
    color: #fff;
}
.recruit-list li.on .recruit-icon{
    background-image: url(../img/answer-icon2.png);
    border-color: #fff;
}
.recruit-remark{
    padding-top: 36px;
    padding-bottom: 58px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    padding-left: 100px;
}
@media(max-width: 1600px){
    .talent-right{
        padding-left: 50px;
    }
    .talent-title{
        margin-top: 28px;
    }
    .talent-info{
        margin-top: 24px;
    }
}
@media(max-width: 1400px){
    .talent-info{
        line-height: 30px;
    }
    .recruit-top{
        padding-right: 66px;
        padding-left: 50px;
    }
    .recruit-bom{
        padding-left: 50px;
        padding-right: 50px;
    }
    .recruit-remark{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .talent-top{
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .talent-left{
        width: 100%;
    }
    .talent-right{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .talent-title{
        margin-top: 12px;
        padding-bottom: 24px;
    }
    .talent-info{
        margin-top: 16px;
    }
    .recruit-bom{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit-remark{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 28px;
        padding-bottom: 35px;
    }
    .recruit-top{
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .recruit-list li{
        padding-bottom: 0px;
    }
}
@media(max-width: 599px){
    .recruit-title{
        font-size: 30px;
        line-height: 30px;
    }
    .talent-title{
        font-size: 30px;
        line-height: 30px;
    }
}
/*产品*/
.probox{
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
    border-top: 1px solid #e4e4e4;
}
.proboxul li a{
    display: block;
    border: 1px solid #f1f1f1;
}
.proboxul li img{
    width: 100%;
}
.proboxul li{
    margin-bottom: 50px;
}
.probox-txt{
    padding: 24px 40px 20px;
}
.probox-txt h3{
    font-size: 18px;
}
.probox-txt h4{
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}
@media(max-width:1800px){
    .probox-txt h4{
        font-size: 14px;
        height: 36px;
    }
}
.probox-txt p{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.probox-txt span{
    display: block;
    background: url("../img/public-icon1.png") no-repeat center right;
    width: 54px;
    font-size: 14px;
    float: right;
    margin-top: 30px;
}
.proboxul li:hover a{
    border: 1px solid #21419a;
}
.proboxul li:hover h4{
    color: #21419a;
    font-weight: bold;
}
.probox-img{
    overflow: hidden;
}
.probox-img img{
    transition: all 0.4s;
}
.proboxul li:hover img{
    transform:scale(1.1);
}
.proboxul li:hover span{
    color: #21419a;
}
.probox-txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
}
@media(max-width:1200px){
    .probox-txt{
        padding:20px;
    }
    .probox-txt p{
        margin-top: 10px;
    }
    .probox-txt span{
        margin-top: 10px;
    }
    .proboxul li {
        margin-bottom: 20px;
    }
    .ipros-ul li{
        padding: 0 40px;
    }
}
@media(max-width:991px){
    .probox{
        padding-top: 40px;
    }
    .ipros-ul li{
        padding: 0 20px;
    }
}
@media(max-width:599px){
    .probox{
        padding-top: 40px;
    }
    .ipros-ul li{
        padding: 0 20px;
    }
    .ipros-ul li:nth-child(even)::after{
        display: none;
    }
    .ipros-ul{
        justify-content: flex-start;
    }
    .ipros-ul li a{
        line-height: 38px;
    }
}
/* 产品详情 */
.pdetail-top{
    display: flex;
}
.pdetail-left{
    width: 50%;
    border: 1px solid #eaebee;
}
.pdetail-right{
    width: 50%;
    background-color: #f4f4f4;
    padding-left: 120px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pdetail-right h2{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #21419a;
    margin-bottom: 45px;
}
.pdetail-info h3{
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}
.pdetail-info p{
    color: #666;
    line-height: 30px;
    font-size: 16px;
}
.pdetail-contact{
    width: 410px;
    height: 96px;
    background-color: #21419a;
    display: flex;
    align-items: center;
    padding-left: 25px;
    border-radius: 5px;
    margin-top: 72px;
}
.pdetail-contactinfo{
    margin-left: 25px;
    font-family: "Futura";
    color: #fff;
}
.pdetail-contactinfo span{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.pdetail-contactinfo p{
    font-size: 38px;
    line-height: 38px;
}
.pros-argus{
    padding-top: 42px;
}
.argus-title{
    font-size: 32px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 52px;
}
.argus-table{
    display: flex;
}
.argus-left{
    width: 372px;
}
.argus-list li{
    height: 72px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}
.argus-leftlist li{
    width: 100%;
    background-color: #21419a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 100px;
}
.argus-leftlist li:last-child{
    border-bottom-color: #21419a;
}
.argus-right{
    width: calc(100% - 372px);
}
.argus-rightlist{
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-top: none;
}
.argus-rightlist li{
    padding-left: 85px;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #333;
}
.argus-rightlist li:first-child{
    border-top: 1px solid #dcdcdc;
}
.pdetail-wrap{
    padding-bottom: 85px;
}
@media(max-width: 1700px){
    .pdetail-contact{
        margin-top: 35px;
    }
    .pdetail-info h3{
        margin-bottom: 15px;
    }
    .pdetail-right h2{
        margin-bottom: 25px;
    }
}
@media(max-width: 1400px){
    .pdetail-right{
        padding-left: 80px;
        padding-left: 80px;
    }
    .argus-rightlist li{
        padding-left: 70px;
        padding-right: 30px;
    }
    .argus-leftlist li{
        padding-left: 80px;
    }
}
@media(max-width: 1200px){
    .pdetail-right{
        padding-left: 40px;
        padding-left: 40px;
    }
    .pdetail-contact{
        height: 80px;
        margin-top: 15px;
        width: 360px;
    }
    .pdetail-contactinfo p{
        font-size: 32px;
        line-height: 32px;
    }
}
@media(max-width: 991px){
    .pdetail-top{
        flex-wrap: wrap;
    }
    .pdetail-left{
        width: 100%;
    }
    .pdetail-right{
        padding: 30px;
        width: 100%;
    }
    .argus-title{
        margin-bottom: 30px;
    }
    .argus-left{
        width: 200px;
    }
    .argus-leftlist li{
        padding-left: 20px;
        font-size: 16px;
    }
    .argus-right {
        width: calc(100% - 200px);
    }
    .argus-rightlist li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pdetail-wrap{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .pdetail-contact{
        width: 100%;
        padding-left: 15px;
    }
    .pdetail-right{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pdetail-contactinfo p{
        font-size: 28px;
        line-height: 28px;
    }
    .pdetail-contactinfo{
        margin-left: 12px;
    }
    .argus-table{
        flex-wrap: wrap;
    }
    .argus-left{
        width: 100%;
    }
    .argus-list li{
        height: auto;
    }
    .argus-leftlist li{
        height: 52px;
        text-align: center;
    }
    .argus-right {
        width: 100%;
    }
    .argus-rightlist li{
        padding: 15px;
    }
}
/* 技术实力 */
.inav-name{
    /* padding: 0 70px; */
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inav-name a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    border-bottom: 4px solid transparent;
}
.inav-name::before{
    position: absolute;
    width: 2px;
    height: 16px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}
.inav-swiper .swiper-slide:first-child .inav-name::before{
    display: none;
}
.inav-name a:hover{
    color: #21419a;
    border-bottom-color: #21419a;
} 
/* .inav-swiper .swiper-slide-active .inav-name a{
    color: #21419a;
    border-bottom-color: #21419a;
} */
.inav-swiper .inav-nameAct .inav-name a{
    color: #21419a;
    border-bottom-color: #21419a;
} 
.tec-wrap{
    width: 100%;
    padding-top: 66px;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
}
.tec-list li{
    display: flex;
    margin-bottom: 46px;
}
.tec-list li:nth-child(even){
    flex-direction: row-reverse;
}
.tec-img{
    width: 50%;
    position: relative;
    z-index: 22;
    padding-bottom: 50px;
}
.tec-info{
    width: calc(50% + 148px);
    margin-top: 50px;
    position: relative;
    z-index: 21;
    background-color: #f5f5f5;
}
.tec-list li:nth-child(odd) .tec-info{
    padding-left: 268px;
    padding-right: 110px;
    margin-left: -148px;
}
.tec-list li:nth-child(even) .tec-info{
    padding-right: 248px;
    padding-left: 100px;
    margin-right: -148px;
}
.tec-infotop{
    margin-top: 40px;
    margin-bottom: 65px;
}
.tec-infotop span{
    display: block;
    margin-top: 28px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.tec-des{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    height: 192px;
}
.tec-more{
    display: flex;
    height: 14px;
    align-items: flex-end;
    margin-top: 10px;
}
.tec-more span{
    font-size: 14px;
    font-weight: bold;
    color: #21419a;
    margin-right: 15px;
    line-height: 14px;
}
.tec-more i{
    width: 8px;
    height: 9px;
    margin-bottom: 2px;
    background: url(../img/public-icon1.png) no-repeat center;
}
.tec-img:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width:1700px){
    .tec-list li:nth-child(2n+1) .tec-info{
        padding-left: 230px;
        padding-right: 80px;
    }
    .tec-des{
        height: auto;
        margin-bottom: 40px;
    }
    .tec-list li:nth-child(2n) .tec-info{
        padding-right: 200px;
    }
}
@media(max-width:1600px){
    .tec-infotop{
        margin-bottom: 40px;
    }
}
@media(max-width:1400px){
    .tec-infotop{
        margin-bottom: 20px;
    }
    .tec-info{
        width: calc(50% + 80px);
    }
    .tec-list li:nth-child(even) .tec-info{
        padding-right: 140px;
        padding-left: 50px;
        margin-right: -80px;
    }
    .tec-list li:nth-child(odd) .tec-info{
        padding-left: 140px;
        margin-left: -80px;
        padding-right: 50px;
    }
    .tec-des{
        line-height: 30px;
        margin-bottom: 25px;
    }
}
@media(max-width:1200px){
    .tec-des{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .tec-info{
        width: calc(50% + 50px);
    }
    .tec-list li:nth-child(even) .tec-info{
        padding-right: 80px;
        padding-left: 30px;
        margin-right: -50px;
    }
    .tec-list li:nth-child(odd) .tec-info{
        padding-left: 80px;
        margin-left: -50px;
        padding-right: 30px;
    }
    .tec-infotop{
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .tec-list li{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .tec-img{
        width: 100%;
        padding-bottom: 0px;
    }
    .tec-wrap{
        padding-top: 45px;
    }
    .tec-info{
        width: 100%;
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .tec-list li:nth-child(even) .tec-info{
        padding-left: 40px;
        padding-right: 40px;
        margin-right: 0px;
    }
    .tec-list li:nth-child(odd) .tec-info{
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0px;
    }
    .tec-des{
        margin-bottom: 20px;
    }
    .tec-infotop span{
        font-size: 26px;
        line-height: 26px;
        margin-top: 20px;
    }
    .tec-infotop{
        margin-top: 0px;
    }
}
@media(max-width: 599px){
    .tec-list li:nth-child(even) .tec-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .tec-list li:nth-child(odd) .tec-info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* 技术实力详情 */
.tec-intitle{
    margin-top: 4px;
    text-align: center;
    margin-bottom: 60px;
}
.tec-intitle h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 22px;
}
.tec-intitle p{
    font-size: 16px;
    line-height: 32px;
}
.tec-imglist li{
    margin-bottom: 35px;
}
.tec-detailwrap{
    padding-bottom: 98px;
}
.tec-click{
    margin: 20px auto 0px;
}
@media(max-width: 991px){
    .inav-name{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tec-detailwrap{
        padding-bottom: 50px;
    }
    .tec-intitle h3{
        margin-bottom: 20px;
    }
    .tec-intitle{
        margin-top: 0px;
        margin-bottom: 35px;
    }
}

.top-lan{
    position: relative;
}
.top-lansub{
    position: absolute;
    top:38px;
    color: #333333;
    width: 158px;
    text-align: center;
    padding-top: 20px;
    display: none;
}
.top-lansub ul{
    background: #fff;
    width: 158px;
    border: 1px solid #21419a;
    position: absolute;
}
.top-lansub ul::after{
    position: absolute;
    content: "";
    top: -11px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #21419a;
    border-right: 1px solid #21419a;
    transform: rotate(-45deg) translateX(-50%);
    left: 50%;
    /*background: #fff;*/
    
}
.top-right .top-lan .top-lansub a{
    color: #333333;
    height: 35px;
    line-height: 35px;
}
.top-right .top-lan .top-lansub li:hover{
    background: #21419a;
}
.top-right .top-lan .top-lansub li:hover a{
    color: #fff;
}
.top-right .top-lan .top-lansub .on{
    background: #21419a;
}
.top-right .top-lan .top-lansub .on a{
    color: #fff;
}

.footer-sou{
    margin-top: 25px;
    position: relative;
}
.footer-sou input{
    color: #8d8d8d;
    font-size: 14px;
    font-style: italic;
    background: #4d4d4d;
    height: 44px;
    border: none;
    padding-left: 20px;
    width:calc(100% - 53px);
}
.footer-soubtn{
    width: 53px;
    height: 44px;
    background: #21419a url('../img/sou.png') no-repeat center;
    border: none;
    position: absolute;
    right: 0;
}

.footer-share{
    margin-top: 19px;
    float: right;
    position: relative;
    width: 100%;
}
.footer-share .bshare-custom a{
    width: 42px;
    height: 42px;
    padding-left: 0px;
    margin-left: 0px;
    border-radius: 50%;
    margin-right: 20px;
}

.footer-share .bshare-custom .bshare-weixin{
    background:#737373 url(../img/footer-wchat.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    background:#737373 url(../img/footer-wb.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-qqim{
    background: #737373 url(../img/footer-qq.png) no-repeat center;
    margin-right: 0px;
}
.footer-share .bshare-custom .more-style-addthis{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.footer-share .bshare-custom a{
    display: block;
    width: 40px;
    height: 40px;
    background: #737373;
}
.footer-share .bshare-custom{
    display: flex;
}
.right-item-right{
    display: none;
}
.right-wechat{
    position: relative;
}
.apage {
	line-height: 45px;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #01327e;
	background-color: #01327e;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}