@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-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SRegular";
    src: url('../font/SourceHanSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    transition: all .5s;
    z-index: 10;
}
.header-top{
    height: 100px;
}
.logo{
    float: left;
    width: 179px;
    margin-top: 20px;
}
.logo img{
    display: block;
    width: 100%;
}
.header-right{
    float: right;
}
.header-lan{
    float: right;
    width: 278px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 24px;
    margin-left: 126px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/header_right_bg.jpg) repeat-x;
}
.homelan{
    background:none;
}
.homelan .lan-ul li a{
    color: #fff;
}
.homelan .lan-ul li{
    color: #fff;
}
.homelan .lan-web span{
    color: #fff;
}
.homelan .lan-ul li::after{
    background: #fff;
}
.lan-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.lan-ul li{
    float: left;
    padding: 0 7px;
    position: relative;
}
.lan-ul li::after{
    position: absolute;
    height: 14px;
    width: 2px;
    background: #969696;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(15deg);
    content: "";
}
.lan-ul li:last-child::after{
    display: none;
}
.lan-ul li a{
    font-size: 15px;
    color: #969696;
    text-decoration: underline !important;
}
.lan-ul li:first-child{
    padding-left: 0px;
}
.lan-ul li:last-child{
    padding-right: 0px;
}
.lan-web span{
    color: #969696;
    font-size: 14px;
    padding-left: 2px;
}
.lan-web img:nth-of-type(2){
    display: none;
}
.homelan .lan-web img:nth-of-type(1){
    display: none;
}
.homelan .lan-web img:nth-of-type(2){
    display:inline-block;
}
.lan-sou form{
    display: flex;
    width: 100%;
    height: 35px;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
}
.sou-text{
    width: calc(100% - 56px);
    line-height: 33px;
    border: none;
    background: none;
    color: #969696;
    font-size: 14px;
    padding-left: 5px;
    outline: none;
    appearance: none;
}
.sou-btn{
    width: 51px;
    height: 100%;
    background: url(../img/sou_icon.png) no-repeat center;
    border: none;
}
.nav{
    float: left;
    margin-top: 8px;
}
.nav-ul li{
    position: relative;
    margin-right: 60px;
    float: left;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li > a{
    line-height: 92px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 0px 3px;
    background: #fff;
    text-align: center;
    width: 100%;
}
.nav-sub dl dd a{
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #333;
}
.nav-sub dl dd:hover a{
    color: #009944;
}
.navToggle{
    margin-top: 25px;
}
.logo-on{
    display: none;
}
.header-on{
    background: #fff;
}
.header-on .nav-ul li > a{
    color: #666666;
}
.header-on .nav-ul li.active > a,.header-on .nav-ul .nav-active > a{
    color: #154278;
}
.nav-ul .nav-active a{
    color: #154278;
}
.header-on .logo-on{
    display: block;
}
.header-on .logo-uon{
    display: none;
}
.navigation-down{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    z-index: 99;
}
.navigation-down .nav-down-menu{
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    border-top: 1px solid #eaedf2;
}
.naver-main{
    display: flex;
    margin-left: 290px;
}
.naver-left{
    border-left: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
    margin-right: 50px;
}
.naver-left li{
    width: 100%;
    padding-left: 46px;
    padding-right: 38px;
    transition: all .5s;
}
.naver-left li a{
    line-height: 67px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-right: 24px;
    color: #666;
    transition: all .5s;
    background: url(../img/naver_arrow.png) no-repeat right center;
}
.naver-left li:hover, .naver-left li.on{
    background: #154278;
}
.naver-left li:hover a, .naver-left li.on a{
    color: #fff;
}
.naver-listbox{
    display: none;
}

.naver-list{
    padding-top: 17px;
    padding-bottom: 48px;
}
.naver-list dl{
    float: left;
    margin-right: 35px;
}
.naver-list dl dd a{
    line-height: 32px;
    font-size: 16px;
    color: #666;
}
@media(max-width: 1600px){
    .header-lan{
        width: 268px;
        margin-left: 110px;
    }
}
@media(max-width: 1400px){
    .header-lan{
        margin-left: 100px;
    }
    .nav-ul li{
        margin-right: 40px;
    }
}
@media(max-width: 1300px){
    .header-lan{
        margin-left: 60px;
        width: 240px;
    }
    .nav-ul li{
        margin-right: 40px;
    }
    .naver-main{
        margin-left: 250px;
    }
}
@media(max-width:1200px){
    .nav-ul li{
        margin-right: 20px;
    }
    .header-lan{
        padding-left: 15px;
        padding-right: 15px;
        width: 220px;
        margin-left: 50px;
    }
    .logo{
        width: 150px;
        margin-top: 25px;
    }
    .naver-main{
        margin-left: 170px;
    }
    .naver-left{
        margin-right: 30px;
    }
    .nav-ul li > a{
        font-size: 16px;
    }
    .naver-list{
        padding-top: 14px;
    }
    .naver-list dl dd a{
        font-size: 14px;
        line-height: 26px;
    }
    .naver-left li{
        padding-left: 30px;
        padding-right: 25px;
    }
    .naver-left li a{
        line-height: 56px;
    }
}
@media(max-width: 991px){
    .header-lan{
        display: none;
    }
    .header{
        background: #fff;
        position: relative;
    }
    .logo-uon{
        display: none;
    }
    .logo-on{
        display: block;
    }
    .header-top{
        height: 70px;
    }
    .logo{
        margin-top: 10px;
    }
    .nav{
        display: none;
    }
}
/* 首页 */
.home-about{
    padding-top: 90px;
    padding-bottom: 60px;
}
.habout-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
    position: relative;
}
.habout-left{
    width: 38.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../img/pro_lbg.jpg) no-repeat center;
}
.habout-right{
    width: 61.5%;
    display: flex;
}
.habout-ritem{
    width: 51.1%;
}
.habout-litem{
    width: 48.9%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.habout-img .habout-bimg{
    display: block;
    width: 100%;
    transition: all .5s;
}
.habout-img:hover .habout-bimg{
    transform: scale(1.1);
}
.habout-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.habout-itit{
    padding-top: 23px;
    padding-left: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.habout-itit img{
    width: 8px;
    height: 13px;
}
.habout-itit h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 22px;
}
.habout-mask span{
    padding-left: 36px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.honor-item{
    flex: 1;
    width: 100%;
    background: #01437d;
    padding-left: 48px;
    padding-right: 70px;
}
.honor-item a{
    display: flex;
    justify-content: space-between;
}
.hhonor-img{
    padding-top: 24px;
}
.honor-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.honor-text h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    margin-bottom: 2px;
}
.honor-text span{
    color: #6495cd;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
}
.honor-text img{
    width: 8px;
    height: 13px;
    display: block;
    margin-top: 20px;
} 
.play-vedio{
    opacity: 0;
    transition: all .5s;
    background: rgba(0, 0, 0, .6) url(../img/play_icon.png) no-repeat center;
}
.habout-img:hover .play-vedio{
    opacity: 1;
}
.habout-time{
    display: flex;
    align-items: center;
}
.habout-time img:first-child{
    margin-right: 20px;
}
.habout-title h2{
    font-size: 38px;
    color: #164479;
    line-height: 40px;
    margin-top: 14px;
}
.habout-txt{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    padding-right: 100px;
}
.look-more{
    display: block;
    width: 165px;
    height: 57px;
    background: #01437d url(../img/naver_arrow.png) no-repeat right 30px center;
    padding-left: 36px;
    color: #fff;
    line-height: 57px;
    transition: all .5s;
}
.look-more:hover{
    background: #ca0000 url(../img/naver_arrow.png) no-repeat right 38px center;
}
.nums-list{
    display: flex;
    justify-content: space-between;
}
.nums-list li{
    width: 18%;
}
.nums-top{
    height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.nums-top h5{
    font-size: 48px;
}
.nums-top span{
    font-size: 20px;
    line-height: 34px;
}
.nums-list li:hover h5{
    color: #ca1b29;
}
.nums-list li p{
    text-align: center;
    color: #666;
}
@media(max-width: 1400px){
    .habout-txt{
        padding-right: 50px;
    }
    .hhonor-img img{
        width: 120px;
    }
}
@media(max-width: 1200px){
    .habout-txt{
        padding-right: 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .hhonor-img img{
        width: 80px;
    }
    .home-about{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .habout-time img{
        width: 30%;
    }
    .habout-title h2{
        font-size: 30px;
        line-height: 32px;
    }
    .habout-itit{
        padding-top: 20px;
        padding-left: 30px;
    }
    .habout-itit h2{
        margin-right: 15px;
    }
    .habout-mask span{
        padding-left: 30px;
    }
    .honor-item{
        padding-left: 40px;
        padding-right: 50px;
    }
    .honor-text{
        margin-top: 20px;
    }
    .nums-top h5{
        font-size: 38px;
    }
    .nums-top span{
        font-size: 16px;
        line-height: 24px;
    }
    .nums-list li{
        width: 20%;
    }
}
@media(max-width: 991px){
    .habout-main{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .habout-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .habout-right{
        width: 100%;
    }
    .habout-time img{
        width: auto;
    }
    .habout-txt{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .hhonor-img img{
        width: 120px;
    }
    .nums-list{
        flex-wrap: wrap;
    }
    .nums-list li{
        width: 40%;
        margin-bottom: 30px;
    }
    .home-about{
        padding-bottom: 10px;
        padding-top: 50px;
    }
}
@media(max-width: 767px){
    .habout-txt{
        margin-bottom: 30px;
    }
    .habout-litem{
        width: 100%;
    }
    .habout-right{
        flex-wrap: wrap;
    }
    .habout-ritem{
        width: 100%;
    }
    .hhonor-img{
        padding-bottom: 24px;
    }
    .honor-text{
        margin-top: 0px;
    }
    .nums-list li{
        width: 45%;
    }
}
@media(max-width: 449px){
    .nums-list{
        justify-content: center;
    }
    .nums-list li{
        width: 90%;
        margin-bottom: 20px;
    }
    .nums-top{
        height: 40px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .nums-top h5{
        font-size: 32px;
    }
    .habout-main{
        margin-bottom: 30px;
    }
}
/* 产品和解决方案 */
.home-pro{
    padding-top: 58px;
    padding-bottom: 84px;
    background: #eaedf2;
}
.hpro-main{
    display: flex;
}
.hpro-item{
    width: 50%;
    overflow: hidden;
}
.hpro-item-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hpro-item-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hpro-item:hover .hpro-item-img img{
    transform: scale(1.1);
}
.hpro-left{
    padding-right: 55px;
}
.solution-img{
    padding-left: 55px;
}
.hpro-txt{
    position: absolute;
    bottom: 60px;
    right: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hpro-left .hpro-txt{
    right: 140px;
}
.hpro-txt h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    margin-bottom: 22px;
}
.hpro-txt p{
    color: #666;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
}
.search-pro{
    display: block;
    width: 118px;
    height: 48px;
    background: #01437d url(../img/naver_arrow.png) no-repeat right 14px center;
    padding-left: 22px;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
    transition: all .5s;
}
.search-pro:hover{
    background-color: #ca0000;
}
@media(max-width: 1400px){
    .hpro-txt{
        bottom: 45px;
        right: 55px;
    }
    .hpro-left .hpro-txt{
        right: 110px;
    }
}
@media(max-width: 1200px){
    .hpro-left{
        padding-right: 30px;
    }
    .solution-img{
        padding-left: 30px;
    }
    .hpro-txt{
        right: 40px;
        bottom: 30px;
    }
    .hpro-left .hpro-txt{
        right: 70px;
    }
    .home-pro{
        padding-bottom: 70px;
    }
}
@media(max-width: 991px){
    .hpro-main{
        flex-wrap: wrap;
    }
    .hpro-item{
        width: 100%;
    }
    .hpro-left{
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .solution-img{
        padding-left: 0px;
    }
    .home-pro{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .home-pro{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .hpro-txt{
        right: 20px;
        bottom: 20px;
    }
    .hpro-left .hpro-txt{
        right: 20px;
    }
    .hpro-txt h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .hpro-txt p{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .search-pro{
        height: 38px;
        line-height: 38px;
    }
    .hpro-item .search-pro{
        transform: translateX(20px);
    }
}
/* 新闻资讯 */
.hnews-main{
    padding-top: 70px;
    padding-bottom: 50px;
}
.hnews-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.hnews-title h2{
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 30px;
}
.hnews-item .hnews-time{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: 24px;
}
.hnews-item h2{
    font-size: 18px;
    line-height: 300%;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hnews-item p{
    font-size: 14px;
    line-height: 24px !important;
    color: #969696;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-item h3{
    font-size: 14px;
    line-height: 24px !important;
    color: #969696;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    text-overflow: ellipsis;
    position: relative;
    
}
/*.hnews-item h3::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    background: -webkit-linear-gradient(left,transparent, #fff 40%); 
    background: -o-linear-gradient(left, #fff 50%);
    background: -moz-linear-gradient(left, #fff 50%); 
    background: linear-gradient();
 } */
.hnews-item:hover h2{
    color: #01437d;
}
.hnews-swiper .swiper-wrapper{
    padding-bottom: 55px;
}
.hnews-swiper > .swiper-pagination-bullets{
    bottom: 0px;
}
.hnews-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    opacity: 1;
}
.hnews-swiper .swiper-pagination-bullet-active{
    background: #01437d;
}
@media(max-width: 991px){
    .hnews-main{
        padding-top: 50px;
    }
}
@media(max-width: 767px){
    .hnews-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .hnews-swiper .swiper-wrapper{
        padding-bottom: 40px;
    }
}
/* 底部 */
#footer{
    background: #1b1b1b;
    padding-top: 42px;
    padding-bottom: 30px;
}
.footer-main{
    display: flex;
}
.footer-left{
    width: 50%;
}
.footer-nav{
    margin-bottom: 44px;
}
.footer-nav li{
    float: left;
    margin-right: 55px;
}
.footer-nav li:last-child{
    margin-right: 0px;
}
.footer-nav li a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
}
.copy-left{
    display: flex;
}
.copy-bei{
    display: flex;
    background: url(../img/guihui_img.png) no-repeat left center;
    height: 20px;
    align-items: center;
    padding-left: 20px;
    margin-right: 45px;
}
.copy-bei span{
    font-size: 14px;
    color: #87919d;
    padding: 0 13px;
    line-height: 16px;
}
.copy-bei span:first-child{
    border-right: 2px solid #656c74;
}
.tech{
    font-size: 14px;
    color: #87919d;
    line-height: 20px;
}
.footer-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-share{
    display: flex;
    align-items: center;
}
.footer-share h2{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 32px;
}
.copy-right{
    color: #c5c5c5;
    font-size: 16px;
    line-height: 20px;
}
.fshare .bshare-customs .bshare-more{
    display: none;
}
.fshare .bshare-customs .bshare-share-count{
    display: none;
}
.fshare .bshare-customs a{
    width: 33px;
    height: 33px;
    margin-right: 18px;
    padding-left: 0px;
    display: block;
    float: left;
}
.fshare .bshare-customs .bshare-linkedins{
    background: url(../img/share_in.png) no-repeat center;
}
.fshare .bshare-customs .bshare-twitters{
    background: url(../img/share_twiter.png) no-repeat center;
}
.fshare .bshare-customs .bshare-facebooks{
    background: url(../img/share_face.png) no-repeat center;
}
.fshare .bshare-customs .bshare-qqmbs{
    background: url(../img/share_wb.png) no-repeat center;
}
.fshare .bshare-customs .bshare-weixin{
    background: url(../img/share_wx.png) no-repeat center;
}
.fshare .bshare-customs a:hover{
    opacity: 1;
}
@media(max-width: 1300px){
    .footer-nav li{
        margin-right: 40px;
    }
}
@media(max-width: 1200px){
    .footer-nav li{
        margin-right:20px;
    }
    .footer-nav li a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .footer-main{
        flex-wrap: wrap;
    }
    .footer-nav{
        margin-bottom: 10px;
    }
    .footer-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    .footer-right{
        width: 100%;
        align-items: center;
    }
    .footer-nav li{
        margin-right:20px;
    }
    .footer-nav li a{
        font-size: 16px;
    }
    .footer-share{
        margin-bottom: 20px;
    }
    #footer{
        padding-top: 32px;
    }
    .copy-right{
        text-align: center;
    }
}
@media(max-width: 599px){
    .footer-nav {
        text-align: center;
    }
    .footer-nav li{
        display: inline-block;
        margin: 0 5px;
    }
    .footer-left{
        margin-bottom: 18px;
    }
    .copy-bei{
        padding-left: 15px;
        margin-right: 15px;
    }
    .copy-bei span{
        padding: 0 8px;
    }
    .footer-share{
        flex-direction: column;
    }
    .footer-share h2{
        margin-bottom: 20px;
    }
}
/* 如何购买 */
.inside-header{
    background: #fff;
    position: relative;
}
.inside-header .logo-on{
    display: block;
}
.inside-header .logo-uon{
    display: none;
}
.inside-header .nav-ul li > a{
    color: #666666;
}
.inside-header .nav-ul li.active > a{
    color: #154278;
}
.contact-main{
    padding-top: 80px;
}
.contact-ways{
    margin-bottom: 56px;
}
.contact-title{
    font-weight: bold;
    color: #333;
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 37px;
}
.contact-item{
    display: flex;
}
.contact-list{
    width: 50%;
    border: 1px solid #ececec;
    overflow: hidden;
}
.contact-img{
    width: 100%;
    overflow: hidden;
}
.contact-img img{
    width: 100%;
    transition: all .5s;
    display: block;
}
.contact-img:hover img{
    transform: scale(1.1);
}
.contact-list-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
.contact-list-info h3{
    font-weight: bold;
    color: #333;
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 30px;
}
.contact-info p{
    line-height: 32px;
    font-size: 16px;
    color: #666;
}
.contact-info p span{
    color: #fff;
}
.online-ditu{
    width: 100%;
    overflow: hidden;
    margin-bottom: 78px;
}
.online-ditu img{
    display: block;
    width: 100%;
}
.online-feedback{
    padding-bottom: 62px;
}
.cform-item{
    width: 100%;
    display: flex;
    margin-bottom: 27px;
    justify-content: space-between;
}
.cform-input{
    display: flex;
    align-items: center;
    width: 50%;
}
.cform-item .cform-input:first-child{
    padding-right: 20px;
}
.cform-item .cform-input:nth-child(2){
    padding-left: 20px;
}
.cform-input span{
    width: 94px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.cform-input span i{
    color: #be0000;
    padding-right: 2px;
}
.cform-input input{
    width: calc(100% - 94px);
    border: 1px solid #e9e9e9;
    background: #eaedf2;
    line-height: 64px;
    padding-left: 10px;
    outline: none;
}
.cform-input input:focus{
    outline: none;
}
.cform-textra{
    width: 100%;
    padding-right: 0px !important;
    align-items: flex-start;
}
.cform-textra span{
    line-height: 32px;
}
.cform-input textarea{
    width: calc(100% - 94px);
    border: 1px solid #e9e9e9;
    background: #eaedf2;
    line-height: 30px;
    padding: 10px;
    resize: none;
    outline: none;
    max-height: 245px;
}
.cform-input textarea:focus{
    outline: none;
}
.cform-btn{
    display: flex;
    justify-content: center;
    width: 100%;
}
.form-btn{
    width: 141px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #164479;
    border: none;
    transition: all .5s;
}
.form-btn:hover{
    background: #ca1b29;
}
@media(max-width: 1200px){
    .contact-main{
        padding-top: 70px;
    }
    .contact-list-info{
        padding-left: 50px;
    }
    .contact-list-info h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact-info p{
        font-size: 14px;
        line-height: 24px;
    }
    .cform-input span{
        width: 80px;
    }
    .cform-input input{
        width: calc(100% - 80px);
    }
    .cform-input textarea{
        width: calc(100% - 80px);
    }
}
@media(max-width: 991px){
    .contact-main{
        padding-top: 50px;
    }
    .contact-title{
        margin-bottom: 25px;
    }
    .contact-item{
        flex-direction: column;
    }
    .contact-list{
        width: 100%;
    }
    .contact-list-info{
        padding: 30px 0px 30px 50px;
    }
    .contact-ways{
        margin-bottom: 40px;
    }
    .online-ditu{
        margin-bottom: 50px;
    }
    .cform-item{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .cform-input{
        width: 100%;
        margin-bottom: 20px;
    }
    .cform-input input{
        line-height: 54px;
    }
    .cform-item .cform-input:first-child{
        padding-right: 0px;
    }
    .cform-item .cform-input:nth-child(2){
        padding-left: 0px;
    }
    .online-feedback{
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .contact-list-info{
        padding-left: 20px;
    }
    .cform-input span{
        width: 70px;
    }
    .cform-input input{
        width: calc(100% - 70px);
    }
    .cform-input textarea{
        width: calc(100% - 70px);
    }
    .online-feedback{
        padding-bottom: 40px;
    }
}
/* 内页导航 */
.inside-nav{
    border-bottom: 1px solid #eaedf2;
}
.inav-ul{
    text-align: center;
}
.inav-ul li{
    display: inline-block;
    margin: 0 70px;
}
.inav-ul li a{
    line-height: 94px;
    color: #333;
    transition: all .5s;
    font-size: 18px;
    font-weight: normal;
}
.inav-ul li a:hover, .inav-ul li.inav-on a{
    color: #164479;
    font-size: 18px;
    font-weight: bold;
}
.mobile-nav{
    width: 100%;
    justify-content: space-between;
    background: #01437d;
    margin-top: 30px;
    display: none;
}
.mobile-nav h2{
    padding-left: 20px;
    float: left;
}
.mobile-nav h2 a{
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}
.about-list{
    margin-bottom: 85px;
}
.about-main{
    padding-top: 65px;
    position: relative;
    margin-bottom: 95px;
}
.about-his{
    width: 33%;
    float: left;
    padding-top: 56px;
    padding-left: 45px;
    padding-right: 50px;
    padding-bottom: 92px;
    position: relative;
    background: #ca1b29 url(../img/about_item_bg.png) left bottom no-repeat;
}
.about-his::after{
    position: absolute;
    content: "";
    border-top: 34px solid #fff;
    border-left: 34px solid transparent;
    right: 0px;
    top: 0px;
}
.about-histime .begin-year{
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}
.his-year{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 30px;
}
.his-year span{
    padding-left: 10px;
}
.about-histime i{
    display: block;
    width: 30px;
    height: 6px;
    background: #fff;
    margin-left: 8px;
    margin-bottom: 67px;
}
.about-histxt{
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}
.about-info{
    float: right;
    width: 56.5%;
}
.about-info h2{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 44px;
}
.about-txt{
    margin-bottom: 33px;
}
.about-txt p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-indent: 30px;
}
.about-img{
    width: 100%;
    overflow: hidden;
}
.about-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.about-img:hover img{
    transform: scale(1.1);
}
.about-oimg{
    position: absolute;
    width: calc(50% + 12px);
    border-top: 12px solid #FFF;
    border-right: 12px solid #fff;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
}
.about-oimg img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.about-oimg:hover img{
    transform: scale(1.1);
}
.about-other{
    display: flex;
    padding-bottom: 160px;
}
.about-oinfo{
    width: 50%;
    text-indent: 30px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.about-oitem{
    padding-left: 90px;
    width: 50%;
    display: flex;
    position: relative;
}
.about-oitem img{
    display: block;
    width: 100%;
}
.about-oiteminfo{
    position: absolute;
    width: calc(100% - 90px);
    height: 100%;
    top: 0px;
    right: 0px;
}
.about-biaoy{
    display: flex;
    justify-content: flex-end;
    padding-top: 82px;
    margin-bottom: 45px;
}
.about-biaoy span{
    padding-right: 32px;
    padding-left: 12px;
    font-size: 36px;
    color: #fff;
}
.about-oiteminfo p{
    font-size: 26px;
    text-align: right;
    padding-right: 42px;
    line-height: 30px;
    color: #fff;
}
@media(max-width: 1400px){
    .inav-ul li{
        margin: 0 40px;
    }
}
@media(max-width: 1300px){
    .about-biaoy{
        padding-top: 50px;
    }
    .about-biaoy span{
        padding-left: 0px;
        font-size: 30px;
    }
}
@media(max-width: 1200px){
    .about-biaoy{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .about-biaoy span{
        font-size: 24px;
    }
    .about-main{
        margin-bottom: 70px;
    }
    .about-list{
        margin-bottom: 60px;
    }
    .about-other{
        padding-bottom: 90px;
    }
    .about-his{
        width: 37%;
        padding-left: 30px;
        padding-right: 40px;
        padding-bottom: 55px;
    }
    .about-oitem{
        padding-left: 40px;
    }
    .about-oiteminfo{
        width: calc(100% - 40px);
    }
    .about-oiteminfo p{
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .mobile-nav{
        display: block;
    }
    .inav-ul{
        display: none;
    }
    .inav-ul li{
        display: block;
        width: 100%;
        margin: 0px;
    }
    .inav-ul li a{
        border: 1px solid #dcdcdc;
        border-top: none;
        line-height: 50px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .inside-nav{
        border-bottom: none;
    }
    .about-main{
        padding-top: 50px;
        margin-bottom: 40px;
    }
    .about-his{
        width: 100%;
        max-width: 460px;
        float: none;
        margin-bottom: 30px;
    }
    .about-info{
        float: none;
        width: 100%;
    }
    .about-info h2{
        margin-bottom: 30px;
    }
    .about-list{
        margin-bottom: 0px;
    }
    .about-other{
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .about-oinfo{
        margin-bottom: 30px;
        width: 100%;
    }
    .about-oitem{
        width: 100%;
        padding-left: 0px;
    }
    .about-oiteminfo{
        width: 100%;
    }
}
@media(max-width: 767px){
    .about-his{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .about-histime i{
        margin-bottom: 35px;
    }
}
@media(max-width: 449px){
    .about-main{
        padding-top: 40px;
    }
    .about-biaoy span{
        font-size: 20px;
    }
    .about-oiteminfo p{
        font-size: 16px;
    }
    .about-biaoy{
        margin-bottom: 18px;
    }
}
/* 企业文化 */
.in-title{
    font-size: 24px;
    line-height: 30px;
    padding-top: 56px;
    text-align: center;
    color: #164479;
    font-weight: bold;
    padding-bottom: 48px;
}
.culture-left{
    width: 50%;
    float: left;
    padding-right: 36px;
}
.culture-right{
    padding-right: 0px;
    padding-left: 36px;
}
.cult-img{
    width: 100%;
    overflow: hidden;
}
.cult-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.culture-left:hover .cult-img img{
    transform: scale(1.1);
}
.culture-topinfo{
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.culture-topinfo h2{
    font-size: 20px;
    line-height: 24px;
    color: #164479;
    margin-bottom: 22px;
    font-weight: bold;
}
.culture-left:hover .culture-topinfo h2{
    color: #ca1b29;
}
.culture-topinfo p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding-left: 10px;
}
.culture-right .culture-topinfo p{
    padding-left: 0px;
}
.culture-ul{
    border-top: 1px solid #cacaca;
}
.culture-item{
    text-align: center;
    padding-top: 66px;
    padding-bottom: 90px;
}
.culture-item h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #164479;
    margin-bottom: 30px;
}
.culture-item:hover h2{
    color: #ca1b29;
}
.culture-item .culture-txt{
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
@media(max-width: 1200px){
    .culture-item .culture-txt{
        font-size: 14px;
        line-height: 24px;
    }
    .culture-item{
        padding-top: 50px;
        padding-bottom: 70px;
    }
}
@media(max-width: 991px){
    .in-title{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .culture-topinfo p{
        padding-left: 0px;
    }
    .culture-item{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .culture-left{
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .culture-right{
        padding-left: 0px;
    }
    .culture-topinfo{
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .culture-ul{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .in-title{
        padding-top: 30px;
    }
    .culture-item h2{
        margin-bottom: 10px;
    }
    .culture-item{
        padding-top: 20px;
        padding-bottom: 0px;
    }
}
/* 资质荣誉 */
.honor-ul{
    margin-left: -42px;
    margin-right: -42px;
}
.honor-ul li{
    float: left;
    padding: 0 42px;
    margin-bottom: 45px;
}
.honor-img{
    width: 100%;
    overflow: hidden;
}
.honor-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.honor-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .honor-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .honor-ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .honor-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .honor-ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
/* 新闻中心 */
.news-top{
    display: flex;
    padding-top: 100px;
    margin-bottom: 70px;
}
.news-topimg{
    width: 50%;
}
.news-img{
    overflow: hidden;
    width: 100%;
}
.news-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.news-topimg .news-img:hover img{
    transform: scale(1.1);
}
.news-topinfo{
    width: 50%;
    background: #eaedf2;
    padding-left: 55px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-topinfo h2{
    color: #164479;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}
.news-topinfo:hover h2{
    color: #ca1b29;
}
.news-topinfo span{
    color: #969696;
}
.news-topinfo p{
    margin-top: 20px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 65px;
    text-indent:2em;
}
.look-detail{
    display: block;
    width: 125px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #164479;
    font-size: 14px;
    font-weight: bold;
    transition: all .5s;
}
.news-topinfo:hover .look-detail{
    background: #ca1b29;
}
.news-ul{
    margin-left: -27px;
    margin-right: -27px;
}
.news-ul li{
    padding: 0 27px;
    margin-bottom: 65px;
}
.news-ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-info{
    padding-top: 37px;
}
.news-info h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    color: #164479;
    text-overflow: ellipsis;
}
.news-ul li:hover .news-info h2{
    color: #ca1b29;
}
.news-info span{
    color: #969696;
}
.news-info p{
    color: #666;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    text-indent:2em;
}
@media(max-width: 1300px){
    .news-top{
        padding-top: 80px;
    }
    .news-topinfo h2{
        margin-bottom: 20px;
    }
    .news-topinfo p{
        margin-top: 15px;
        margin-bottom: 40px;
    }
}
@media(max-width: 1200px){
    .news-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-ul li{
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .news-topinfo{
        padding-left: 35px;
        padding-right: 35px;
    }
    .news-topinfo p{
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .news-page{
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .news-top{
        flex-direction: column;
        padding-top: 60px;
        margin-bottom: 50px;
    }
    .news-info{
        padding-top: 25px;
    }
    .news-topimg{
        width: 100%;
    }
    .news-ul li{
        margin-bottom: 30px;
    }
    .news-topinfo{
        width: 100%;
        padding: 30px;
    }
}
/* 新闻详情 */
.newsd-main{
    padding-top: 100px;
}
.newsd-title{
    text-align: center;
    padding-bottom: 37px;
    border-bottom: 1px solid #d7d7d7;
}
.newsd-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-bottom: 34px;
}
.newsd-title span{
    color: #969696;
}
.newsd-info{
    padding: 40px 120px 125px;
}
.newsd-info img{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 70px;
    display: block;
}
.newsd-info p{
    color: #666;
    line-height: 30px;
    font-size: 16px;
    text-indent: 36px;
}
.newsd-page{
    border-top: 1px solid #d7d7d7;
    padding-left: 120px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 65px;
}
.npage-item{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.npage-item a:hover{
    color: #164479;
}
.back-btn{
    width: 125px;
    height: 46px;
    display: block;
    background: #164479;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    transition: all .5s;
}
.back-btn:hover{
    background: #ca0000;
}
@media(max-width: 1200px){
    .newsd-main{
        padding-top: 80px;
    }
    .newsd-info{
        padding-bottom: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .newsd-page{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width: 991px){
    .newsd-main{
        padding-top: 50px;
    }
    .newsd-title h2{
        margin-bottom: 20px;
    }
    .newsd-title{
        padding-bottom: 30px;
    }
    .newsd-info{
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .newsd-info img{
        margin-bottom: 40px;
    }
    .newsd-page{
        padding: 30px 20px;
    }
}
@media(max-width: 599px){
    .newsd-main{
        padding-top: 40px;
    }
    .newsd-title{
        padding-bottom: 20px;
    }
    .newsd-page{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .back-btn{
        margin-top: 20px;
    }
}
/* 行业解决方案 */
.app-region{
    margin-bottom: 16px;
}
.sulotion-title{
    padding-top: 58px;
    text-align: center;
    padding-bottom: 40px;
}
.sulotion-title h2{
    font-size: 32px;
    color: #333;
    margin-bottom: 13px;
}
.sulotion-title span{
    color: #969696;
    font-size: 16px;
    line-height: 24px;
}
.app-ul{
    display: flex;
}
.app-ul li{
    flex: 1;
}
.app-item{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.app-item img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.app-info{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: rgba(0, 0, 0, .4); */
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
}
.app-info h3{
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
}
.app-show{
    transition: all .5s;
    opacity: 0;
}
.app-info p{
    line-height: 30px;
    color: #fff;
    margin-bottom: 36px;
}
.look-case{
    display: block;
    width: 160px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
}
.app-ul li:hover .app-info{
    background: rgba(0, 0, 0, .4);
}
.app-ul li:hover .app-show{
    opacity: 1;
}
.solution-service{
    margin-bottom: 25px;
}
.su-serv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.su-serv li{
    width: 21.5%;
    position: relative;
    padding-bottom: 38px;
}
.su-serv li a{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.su-serv li::after{
    position: absolute;
    content: "";
    width: 1px;
    top: 8px;
    height: calc(100% - 8px);
    background: #eaedf2;
    right: 0px;
}
.su-serv li:last-child::after{
    display: none;
}
.serv-icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    transition: all .5s;
    background: transparent;
}
.img-on{
    display: none;
}
.su-serv li span{
    font-size: 24px;
    line-height: 26px;
}
.su-serv li.serv-on .serv-icon{
    background: #164479;
}
.su-serv li.serv-on .img-on{
    display: block;
}
.su-serv li.serv-on .img-un{
    display: none;
}
.sulotion-title i{
    display: block;
    width: 47px;
    height: 2px;
    background: #e82d36;
    margin: 0 auto;
}
.jdcase-ul{
    display: flex;
    justify-content: space-between;
}
.jdcase-ul li{
    margin-right: 50px;
    flex: 1;
}
.jdcase-ul li:last-child{
    margin-right: 0px;
}
.jdcase-img{
    width: 100%;
    overflow: hidden;
}
.jdcase-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.jdcase-ul li:hover .jdcase-img img{
    transform: scale(1.1);
}
.jdcase-ul li p{
    padding-top: 26px;
    text-align: center;
    font-size: 18px;
}
.more-case{
    width: 197px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 42px auto 72px;
    line-height: 52px;
    display: block;
    background: #164479;
}
.more-case:hover{
    background: #ca0000;
}
@media(max-width: 1300px){
    .app-info h3{
        margin-bottom: 25px;
    }
    .su-serv li{
        width: 23%;
    }
}
@media(max-width: 1200px){
    .app-info h3{
        margin-bottom: 15px;
        font-size: 24px;
    }
    .app-info p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .app-region{
        margin-bottom: 0px;
    }
    .su-serv li{
        width: 25%;
        padding-bottom: 20px;
    }
    .app-info{
        padding: 0 20px;
    }
    .solution-service{
        margin-bottom: 0px;
    }
    .jdcase-ul li{
        margin-right: 30px;
    }
}
@media(max-width: 991px){
    .sulotion-title{
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .sulotion-title h2{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .app-ul, .jdcase-ul{
        flex-wrap: wrap;
    }
    .app-ul li{
        width: 100%;
        flex: none;
    }
    .su-serv{
        flex-wrap: wrap;
    }
    .su-serv li{
        width: 50%;
        padding-bottom: 10px;
    }
    .su-serv li:nth-child(2)::after{
        display: none;
        margin-bottom: 10px;
    }
    .jdcase-ul li{
        flex: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .more-case{
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .jdcase-ul li p{
        padding-top: 20px;
    }
}
@media(max-width: 599px){
    .su-serv li span{
        font-size: 20px;
        line-height: 22px;
    }
    .serv-icon{
        width: 120px;
        height: 120px;
        margin-bottom: 12px;
    }
}
/* 应用领域 */
.region-nav{
    background: #eaedf2;
    height: 94px;
}
.region-navul li{
    margin: 23px 28px 0px;
}
.region-navul li a{
    padding: 0 65px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    border-radius: 25px;
    background: #eaedf2;
    transition: all .5s;
}
.region-navul li:hover a,
.region-navul li.inav-on a{
    background: #164479;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.region-title{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.region-title h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.region-title span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.region-ul{
    margin-left: -35px;
    margin-right: -35px;
}
.region-ul li{
    padding: 0 35px;
    margin-bottom: 50px;
}
.region-img{
    width: 100%;
    overflow: hidden;
}
.region-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.region-ul li:hover .region-img img{
    transform: scale(1.1);
}
.region-ul li p{
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    line-height: 24px;
    text-align: center;
}
.region-ul li:hover p{
    color: #164479;
}
.load-more{
    margin-top: 25px;
    margin-bottom: 55px;
}
@media(max-width: 1200px){
    .region-title{
        padding: 50px 0px 40px;
    }
    .region-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .region-ul li{
        padding: 0 15px;
        margin-bottom:40px;
    }
}
@media(max-width: 991px){
    .region-nav{
        height: auto;
        background: none;
    }
    
    .region-navul li{
        margin: 0px !important;
    }
    .region-navul li a{
        padding: 0px;
        width: 100%;
        border-radius: 0px;
    }
    .region-navul li:hover a,
    .region-navul li.inav-on a{
        background: #eaedf2;
        color:#164479;
    }
    .region-title{
        max-width: 100%;
        padding: 40px 0px 20px;
    }
    .region-title h2{
        margin-bottom: 15px;
    }
    .region-ul li{
        margin-bottom: 25px;
    }
}
/* 备件和服务包 */
.bj-main{
    display: flex;
    padding-top: 65px;
    padding-bottom: 56px;
    justify-content: space-between;
}
.bj-org{
    width: 68.5%;
    overflow: hidden;
}
.bj-org img{
    display: block;
    width: 100%;
}
.bj-phone{
    margin-top: 65px;
}
.bj-tel{
    background: url(../img/beijian_iphone_bg.png) no-repeat center bottom;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 34px;
    padding-right: 25px;
    padding-bottom: 40px;
}
.bj-tel h5{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bj-tel span{
    font-size: 20px;
    line-height: 24px;
}
.bj-phone p{
    font-size: 48px;
    color: #164479;
    font-weight: bold;
    line-height: 50px;
    margin-top: 40px;
}
.yj-main{
    background: #f6f6f6;
}
.yj-title{
    text-align: center;
    padding-top: 56px;
    padding-bottom: 44px;
}
.yj-title h2{
    font-size: 20px;
    font-weight: bold;
    color: #164479;
    line-height: 24px;
    margin-bottom: 20px;
}
.yj-title span{
    color: #666;
    font-size: 16px;
}
/* .yj-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 120px;
} */
.yj-ul li{
    display: flex;
    background: #fff;
}
.yj-ul li:first-child{
    background: #404040 !important;
}
.yj-ul li span{
    color: #333;
    line-height: 67px;
    padding-left: 100px;
}
.yj-ul li:first-child span{
    color: #fff;
}
.yj-on{
    background: #eaedf2 !important;
}
.yj-ul li:nth-of-type(2n+1){
    background: #eaedf2;
}

.yjflexone{
    flex: 2;
}
.yjflextwo{
    flex: 4;
}
.yjflexthree{
    flex: 6;
}

@media(max-width:1400px){
    .yj-ul li span{
        padding-left: 30px;
    }
}
@media(max-width:1200px){
    .yj-ul li{
        display: flex;
        align-items: center;
    }
    .yj-ul li:not(:first-child) span{
        line-height: 30px;
    }
    .bj-org{
        width: 60%;
    }
    
}
@media(max-width:991px){
    .yj-ul li span{
        padding: 0 15px;
        font-size: 14px;
        line-height: 30px;    
    }
    .yj-ul li:not(:first-child) span{
        font-size: 14px;
    }
    .bj-phone{
        display: none;
    }
    .bj-org{
        width: 100%;
    }
}
@media(max-width:449px){
    .yjflexone{
        flex: 3;
    }
    .yj-ul li:not(:first-child) span{
        
        font-size: 14px;
        line-height: 24px;    
    }
}
/* 维护和保养 */
.protect-tit{
    padding-top: 58px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding-bottom: 77px;
    font-weight: bold;
}
.protect-info{
    display: flex;
    overflow: hidden;
    padding-bottom: 118px;
}
.protect-item{
    width: 50%;
}
.protect-info .protect-item:first-child{
    padding-right: 58px;
}
.protect-info .protect-item:nth-child(2){
    padding-left: 35px;
}
.protect-img{
    width: 100%;
    overflow: hidden;
}
.protect-img img{
    width: 100%;
    display: block;
}
.protect-txt{
    line-height: 30px;
    padding-bottom: 7px;
}
.protect-txt p{
    margin-bottom: 30px;
}
.protect-hotline{
    max-width: 358px;
}
.protect-hotline h2{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    line-height: 24px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaedf2;
}
.protect-hotline h2::before{
    width: 15px;
    height: 15px;
    background: #164479;
    content: "";
    display: block;
    margin-right: 25px;
}
.protect-hotline span{
    font-size: 36px;
    padding-top: 20px;
    display: block;
}
@media(max-width: 1400px){
    .protect-txt p{
        margin-bottom: 20px;
    }
}
@media(max-width: 1300px){
    .protect-txt p{
        margin-bottom: 0px;
    }
    .protect-info .protect-item:first-child{
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .region-navul li{
        margin-left: 15px;
        margin-right: 15px;
    }
    .region-navul li a{
        padding: 0 45px;
    }
    .protect-tit{
        padding-bottom: 50px;
    }
}
@media(max-width: 991px){
    .protect-info .protect-item:first-child{
        padding-right: 0px;
    }
    .protect-info{
        padding-bottom: 60px;
        flex-direction: column-reverse;
    }
    .protect-info .protect-item:nth-child(2){
        padding-left: 0px;
    }
    .protect-item{
        width: 100%;
    }
    .protect-tit{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .protect-hotline{
        padding: 20px 0px 30px;
    }
}
@media(max-width: 449px){
    .protect-tit{
        padding-bottom: 20px;
    }
}
/* 经典案例 */
.case-title{
    margin-top: 46px;
    margin-bottom: 45px;
    height: 92px;
    background: #eaedf2;
    padding-left: 70px;
    padding-right: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #01437d;
}
.case-sou form{
    display: flex;
    height: 54px;
    align-items: center;
}
.case-inputxt{
    width: 545px;
    height: 54px;
    background: #fff;
    border: none;
    padding-left: 25px;
    font-size: 14px;
    color: #b8b8b8;
    margin-right: 14px;
    outline: none;
    appearance: none;
}
.case-inputbtn{
    width: 126px;
    background: #01437d;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 54px;
    transition: all .5s;
}
.case-inputbtn:hover{
    background: #ca1b29;
}
.case-ul{
    margin-left: -25px;
    margin-right: -25px;
}
.case-ul li{
    padding: 0 25px;
}
.case-img{
    width: 100%;
    overflow: hidden;
}
.case-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.case-ul li:hover .case-img img{
    transform: scale(1.1);
}
.case-ul li p{
    font-size: 18px;
    line-height: 76px;
    margin-bottom: 26px;
    text-align: center;
    color: #164479;
}
.case-ul li:hover p{
    color: #ca1b29;
}
.case-page{
    margin-top: 42px;
    margin-bottom: 62px;
}
@media(max-width: 1200px){
    .case-title{
        padding-left: 45px;
    }
    .case-inputxt{
        width: 410px;
    }
    .case-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .case-ul li{
        padding: 0 15px;
    }
    .case-ul li p{
        line-height: 64px;
        margin-bottom: 10px;
    }
}
@media(max-width: 991px){
    .case-title{
        padding: 0 20px 20px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .case-title h2{
        line-height: 30px;
        padding-top: 20px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .case-ul li p{
        margin-bottom: 0px;
    }
    .case-sou{
        width: 100%;
    }
    .case-inputxt{
        width: 78%;
    }
    .case-inputbtn{
        width: 18%;
    }
}
@media(max-width: 599px){
    .case-page{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .case-inputxt{
        width: 75%;
        padding-left: 10px;
    }
    .case-inputbtn{
        width: 21%;
    }
}
/* 经典案例详情 */
.cased-main{
    padding-left: 90px;
    padding-right: 90px;
}
.cased-top{
    padding: 0 168px;
    margin-bottom: 20px;
    position: relative;
}
.cased-top .swiper-button-prev,
.cased-top .swiper-button-next{
    width: 87px;
    height: 87px;
    margin-top: -43px;
    opacity: 1;
    background-size: 13px 23px;
}
.cased-top .swiper-button-prev{
    background: #eaedf2 url(../img/case_prev.png) no-repeat center;
    left: 0px;
}
.cased-top .swiper-button-next{
    background: #eaedf2 url(../img/case_next.png) no-repeat center;
    right: 0px;
}
.cased-top .swiper-button-prev:hover{
    background: #164479 url(../img/case_prev_on.png) no-repeat center;
}
.cased-top .swiper-button-next:hover{
    background: #164479 url(../img/case_next_on.png) no-repeat center;
}
.case-simg{
    border: 2px solid #dcdcdc;
}
.case-simg img{
    width: 100%;
    display: block;
}
.cased-thumbs{
    padding: 0 168px;
}
.cased-thumbs-swiper .swiper-slide-thumb-active .case-simg{
    border-color: #164479;
}
.cased-info{
    padding-top: 48px;
    padding-bottom: 115px;
    line-height: 30px;
    padding-left: 248px;
}
.cased-swiper img{
    display: block;
    width: 100%;
}
@media(max-width: 1300px){
    .cased-main{
        padding: 0px;
    }
    .cased-info{
        padding-left: 158px;
    }
}
@media(max-width: 1200px){
    .cased-thumbs{
        padding: 0 120px;
    }
    .cased-top{
        padding: 0 120px;
    }
    .cased-info{
        padding-left: 110px;
        padding-bottom: 90px;
    }
}
@media(max-width: 991px){
    .cased-top .swiper-button-prev, .cased-top .swiper-button-next{
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .cased-thumbs{
        padding: 0 80px;
    }
    .cased-top{
        padding: 0 80px;
    }
    .cased-info{
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media(max-width: 449px){
    .cased-top .swiper-button-prev, .cased-top .swiper-button-next{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .cased-thumbs{
        padding: 0 60px;
    }
    .cased-top{
        padding: 0 60px;
    }
    .cased-info{
        padding-bottom: 50px;
    }
}
/* 产品中心 */
.pro-title{
    font-size: 26px;
    padding-top: 45px;
    margin-bottom: 24px;
    color: #333;
}
.pro-left{
    width: 290px;
    float: left;
}
.pro-lul{
    margin-bottom: 82px;
}
.pro-lul li:first-child .pro-lefttitle{
    border-top: 1px solid #d8dbe1;
}
.pro-lefttitle{
    display: flex;
    padding: 0px 68px 0px 42px;
    background: #01437d;
    height: 58px;
    align-items: center;
    transition: all .5s;
    justify-content: space-between;
    color: #fff;
}
.pro-lefttitle span{
    font-size: 16px;
}
.pro-lefttitle i{
    width: 18px;
    height: 7px;
    display: block;
    transition: all .5s;
    background-image: url(../img/pro_left_arrow_on.png);
}
.pro-lefttitle:hover, .pro-lul li.on .pro-lefttitle{
    background: #ca1b29;
}
/* .pro-lefttitle:hover i, .pro-lul li.on .pro-lefttitle i{
    background-image: url(../img/pro_left_arrow_on.png);
} */
.pleft-sub{
    padding-top: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dbe1;
}
.pleft-sub dl dd a{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #666;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 42px;
    display: block;
}
.pleft-sub dl dd a:hover,.pleft-sub dl .dcneton a{
    color: #01437d;
}
.lcon-title{
    border-top: 1px solid #d8dbe1;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #01437d;
    transition: all .5s;
    color: #fff;
}
.lcon-title h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 24px;
}
.lcon-title span{
    font-size: 14px;
}
.lcon-title:hover{
    background: #ca1b29;
}
.lcon-list{
    width: 100%;
    padding-bottom: 25px;
    background: url(../img/pleft_phone.png) no-repeat center;
}
.lcon-item{
    padding-top: 19px;
    text-align: center;
}
.lcon-item span{
    display: block;
    font-size: 14px;
    color: #666;
    mask-border: 6px;
}
.lcon-item p{
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.more-contact{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #01437d;
    color: #fff;
    display: block;
    transition: all .5s;
}
.more-contact:hover{
    background-color: #ca1b29;
}
.pro-right{
    float: right;
    width: calc(100% - 290px);
    padding-left: 75px;
}
.pros-tit{
    width: 100%;
    height: 120px;
    display: flex;
    padding-left: 38px;
    padding-right: 28px;
    background: #eaedf2;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}
.pros-titchild{
    width: 23.5%;
    display: flex;
    background: #01437d;
    height: 54px;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 25px;
    color: #fff;
    transition: all .5s;
}
.pros-titchild h2{
    font-size: 16px;
    font-weight: bold;
}
.pros-titchild:hover{
    background: #ca1b29;
}
.pros-tit .case-sou{
    width: 66.5%;
}
.pros-ul{
    margin-left: -8px;
    margin-right: -8px;
}
.pros-ul li{
    padding: 0 8px;
}
.pros-img{
    width: 100%;
    overflow: hidden;
}
.pros-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.pros-ul li:hover .pros-img img{
    transform: scale(1.1);
}
/*08-07*/
.pros-ul li p{
    font-size:18px;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}
.pros-ul li p::after{
    position: absolute;
    background: url(../img/protitbg.png) no-repeat center;
    width:8px;
    height: 13px;
    content: '';
    top: 5px;
    margin-left: 20px;
}
.pros-ul li{
    margin-bottom: 50px;
}
.pros-main{
    overflow: hidden;
}
@media(max-width:1200px){
    .pros-titchild{
        width: 32.5%;
    }
}
@media(max-width:991px){
    .pro-left{
        width: 100%;
    }
    .pro-lcontact{
        display: none;
    }
    .pro-right{
        width: 100%;
        padding-left: 0;
    }
    .pro-lul{
        margin-bottom: 40px;
        display: none;
    }
    .pros-ul li {
        margin-bottom: 30px;
    }
    .pros-ul li p{
        margin-top: 15px;
    }
}
@media(max-width:600px){
    .pros-titchild{
        display: none;
    }
    .pros-tit .case-sou{
        width: 100%;
    }
}
/*产品详情标题*/
#prodetail-tit{
    background: url(../img/prodetail-titbg.jpg) no-repeat center;
    height: 120px;
    padding-top: 36px;
    color: #fff;
    font-size: 14px;
}
.prodetail-titlwz a{
    color: #fff;
}
.prodetail-titl h3{
    font-size: 27px;
    font-weight: bold;
    margin-top:15px;
}
.proback{
    border: 1px solid #fff;
    width: 84px;
    height: 27px;
    display: block;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    margin-top: 10px;
}
.prodetail-titbox{
    display: flex;
    justify-content: space-between;
}
#prodetail-m{
    margin-top: 60px;
    overflow: hidden;
}
.prodetailimg{
    border: 1px solid #dbdbdb;
}
.prodetailimg img{
    width: 100%;
}
.prodetail-txt h3{
    margin-top: 30px;
    font-size: 27px;
    color: #01437d;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 26px;
}
.prodetail-txt{
    padding-left:30px;
}
.prodetail-txt h4{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
}
.prodetail-txtm{
    margin-top: 36px;
    color: #666666;
    line-height: 30px;
}
.prodetail-txt a{
    display: block;
    background: url(../img/prodetail-txtbg.jpg) no-repeat center;
    width: 212px;
    height: 57px;
    color: #fff;
    text-align: center;
    line-height: 57px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 54px;
}
.proparamtit{
    height: 64px;
    background: #eaedf2;
    margin-top: 60px;
    border-bottom: 3px solid #bec7d6;
}
.proparamtit ul{
    display: flex;
    line-height: 64px;
    justify-content: center;
}
.proparamtit ul li{
    padding: 0 42px;
    cursor: pointer;
}
.proparamtiton{
    font-weight: bold;
    color: #01437d;
}
.proparam-cfeattit{
    font-weight: bold;
    color: #01437d;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}
.proparam-cfeat{
    margin-top: 60px;
}
.proparam-cfeatm{
    display: flex;
    justify-content: center;
}
.proparam-cfeatl{
    margin-right: 120px;
    width: 227px;
}
.proparam-cfeatr{
    width: 227px;
}
.proparam-cfeatm h4{
    color: #333333;
    font-weight: bold;
}
.proparam-cfeatltxt{
    margin-top: 30px;
}
.proparam-c ul li{
    padding-bottom: 50px;
    border-bottom: 9px solid #eaedf2;
}
.projscs{
    text-align: center;
}
.prozlxz{
    display: block;
    background: url(../img/pro-zlxz.jpg) no-repeat center;
    width: 275px;
    height: 57px;
    margin: 40px auto 0;
}

#prohot-owl .item {
    display: block;
    margin: 10px;
}
#prohot-owl img {
    display: block;
    width: 100%;
}
#prohot-owl h3{
    font-size:18px;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}
#prohot-owl h3::after{
    position: absolute;
    background: url(../img/protitbg.png) no-repeat center;
    width:8px;
    height: 13px;
    content: '';
    top: 5px;
    margin-left: 20px;
}
#prohot-owl{
    margin-top: 35px;
}
.prohot{
    margin-bottom: 80px;
}
@media(max-width:1200px){
    .prodetail-titl h3{
        font-size: 20px;
        margin-top: 10px;
    }
    #prodetail-tit{
        padding-top: 30px;
    }
    .prodetail-txt h3 {
        margin-top: 0px;
        font-size: 20px;
        padding-bottom: 16px;
    }
    .prodetail-txt h4{
        margin-top: 15px;
    }
    .prodetail-txtm {
        margin-top: 15px;
        color: #666666;
        line-height: 24px;
        font-size: 14px;
    }
    .prodetail-txt a{
        margin-top: 20px;
    }
    .prodetail-txt a{
        width: 170px;
        font-size: 16px;
    }
    .projscs img{
        width: 100%;
    }
}
@media(max-width:991px){
    .prodetail-mul li:last-child{
        margin-top: 30px;
    }
    .prodetail-txt{
        padding-left: 0;
    }
    .proparamtit ul li{
        padding: 0;
    }
    .proparamtit ul{
        justify-content: space-around;
    }
    #prodetail-m {
        margin-top: 30px;
    }
    .proparamtit{
        margin-top: 30px;
    }
    .proparam-cfeatl{
        margin-right: 0;
    }
    .proparam-cfeatm{
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media(max-width:500px){
    .proparam-cfeatl{
        width: 100%;
    }
    .proparam-cfeatr{
        width: 100%;
    }
    .proparam-cfeatr{
        margin-top: 30px;
    }
    .proparam-cfeattit{
        margin-top: 30px;
    }
    .proparam-cfeat {
        margin-top: 30px;
    }
    .prohot {
        margin-bottom: 30px;
    }
}

.yj-ul li{
    display: flex;
}
.yj-main{
    padding-bottom: 60px;
}


.about-oiteminfo{
    color:#fff;
    padding: 60px 46px 30px 30px;
}
.about-oiteminfo span{
    display: block;
    width: 58px;
    height: 6px;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    float: right;
}
.about-oiteminfo h3{
    font-size: 28px;
    text-align: right;
}
.about-oiteminfo .about-oiteminfotxt{
    margin-top: 30px;
    line-height: 35px;
    font-size: 18px;
    padding-left: 60px;
    text-align: justify;
}
@media(max-width:1400px){
    .about-oiteminfo .about-oiteminfotxt{
        font-size: 16px;
        margin-top: 15px;
        line-height: 30px;
        padding-left: 50px;
        text-align: justify;
    }
    .about-oiteminfo h3{
        font-size: 26px;
    }
    .about-oiteminfo span{
        width: 58px;
    }
    
}
@media(max-width:1200px){
    .about-oiteminfo{
        padding: 30px 46px 30px 30px;
    }
    .about-oiteminfo .about-oiteminfotxt{
        margin-top: 30px;
        line-height: 30px;
    }
}
@media(max-width:500px){
    .about-oiteminfo span{
        margin-bottom: 15px;
    }
    .about-oiteminfo .about-oiteminfotxt{
        margin-top:15px;
        line-height:26px;
    }
    .about-oiteminfo .about-oiteminfotxt{

        padding-left:30px;
    }
}
@media(max-width:449px){
    .about-oiteminfo .about-oiteminfotxt{
        line-height:24px;
        font-size: 14px;
        margin-top:10px;
    }
    .about-oiteminfo{
        padding: 20px 40px 30px 20px;
    }
    .about-oiteminfo h3{
        font-size: 22px;
    }
    .about-oiteminfo .about-oiteminfotxt{
        padding-left:0px;
    }
}

