@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "pLight";
    src: url('../font/PingFang-Light.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "pMedium";
    src: url('../font/PingFang-Medium.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: "pRegular";
    src: url('../font/PingFang-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
body{
    padding-top: 144px;
}
header{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 66;
    height: 144px;
}

.header-main{
    padding-top: 34px;
    width: 100%;
    position: relative;
}
.header-top{
    display: flex;
    margin-bottom: 18px;
    justify-content: space-between;
    position: relative;
    z-index: 66;
}
.header-top span{
    font-size: 18px;
    line-height: 24px;
    color: #727272;
    font-family: "pMedium";
}
.header-topright{
    display: flex;
}
.htop-rightitem{
    position: relative;
    display: flex;
}
.htop-rightitem:first-child{
    margin-right: 25px;
}
.sou-wrap{
    width: 170px;
    position: relative;
    display: none;
}
.sou-wrap input{
    width: 100%;
    outline: none;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    line-height: 22px;
    font-size: 14px;
    color: #727272;
    background-color: none;
}
.sou-wrap i{
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/sou-cha.png) no-repeat center;
    background-size: 10px 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.htop-rightitem:last-child img{
    width: 24px;
    height: 24px;
}
.htop-wchat{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    overflow: hidden;
    display: none;
}
.htop-wchat img{
    display: block;
    width: 100%;
}
.logo{
    position: absolute;
    width: 73px;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}



.nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-ul{
    display: flex;
    width: 100%;
}
.nav-ul:last-child{
    justify-content: flex-end;
}
.nav-ul li{
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 3px solid transparent;
}
.nav-ul:first-child li{
    margin-right: 126px;
}
.nav-ul:last-child li{
    margin-right: 110px;
}
.nav-ul:last-child li:last-child{
    margin-right: 0px;
}
.nav-ul:first-child li:last-child{
    margin-right: 0px;
}
.nav-ul li h3{
    font-size: 16px;
    line-height:24px;
    color: #333;
    font-family: "pMedium";
}
.nav-ul li span{
    display: block;
    font-size: 14px;
    line-height:22px;
    color: #b1b1b1;
    font-family: "Arial";
}
.nav-ul li:hover,
.nav-ul li.nav-active{
    border-bottom-color: #a21818;
}
.nav-ul li:hover h3, .nav-ul li.nav-active h3{
    color: #a21818;
    font-family: "pBold";
}
.nav-ul li:hover span, .nav-ul li.nav-active span{
    color: #a21818;
}
.logo img{
    display: block;
    width: 100%;
}
@media(max-width: 1700px){
    .nav-ul:first-child li{
        margin-right: 96px;
    }
    .nav-ul:last-child li{
        margin-right: 80px;
    }
}
@media(max-width: 1600px){
    .nav-ul:first-child li{
        margin-right: 76px;
    }
    .nav-ul:last-child li{
        margin-right: 60px;
    }
}
@media(max-width: 1200px){
    .nav-ul:first-child li{
        margin-right: 36px;
    }
    .nav-ul:last-child li{
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .header-top{
        display: none;
    }
    .nav{
        display: none;
    }
    .logo{
        position: relative;
        top: auto;
        transform: translateX(0);
        left: auto;
        width: 68px;
        margin-top: 3px;
        float: left;
    }
    .header-main{
        padding:10px 0;
    }
    body{
        padding-top: 127px;
    }
    header{
        height: 127px;
    }
}
@media(max-width: 599px){
    .logo img{
        width: 100%;
    }
    .logo{
        width:50px;
    }
    .header-main{
        padding:5px 0;
    }
    body{
        padding-top: 100px;
    }
    header{
        height: 100px;
    }
}
@media(max-width: 449px){
    
}

/* banner */
.banner-arrow{
    position: absolute;
    width: 68px;
    height: 23px;
    bottom: 74px;
    left: 88px;
}
.banner-arrow .swiper-button-next,
.banner-arrow .swiper-button-prev{
    width: 14px;
    height: 23px;
    background-size: 14px 23px;
    margin-top: -11px;
}
.banner-arrow .swiper-button-next{
    right: 0px;
    background-image: url(../img/banner-r.png);
}
.banner-arrow .swiper-button-prev{
    left: 0px;
    background-image: url(../img/banner-l.png);
}
.banner-arrow span{
    display: block;
    width: 10px;
    height: 23px;
    background: url(../img/banner-center.png) no-repeat center;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    position: absolute;
    z-index: 9999;
}
@media(max-width: 1400px){
    .banner-arrow{
        bottom: 48px;
    }
}
@media(max-width: 991px){
    .banner-arrow{
        bottom: 28px;
        left: 30px;
    }
}
@media(max-width: 449px){
    .banner-arrow{
        bottom: 8px;
        left: 18px;
    }
}
/* 底部 */
#footer{
    padding-top:25px;
    overflow: hidden;
    width: 100%;
    background: #e7e7e7;
}
.footer-navt{
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 144px;
    line-height: 144px;
}
.footer-navt ul{
    display: flex;
    justify-content: space-between;
    width:calc(50% - 120px);
} 

.footer-navt ul li a{
    color: #666666;
    font-family: "pMedium";
}
.footer-navt ul li a:hover{
    color: #c81815;
}
.footer-navb ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-navb{
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 28px;
    padding: 40px 0;
}
.footer-navbicon{
    border: 1px solid #7e7e7e;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-flex{
    display: flex;
}
.footer-navb ul li h3{
    font-size: 18px;
    font-family: "pMedium";
}
.footer-navbtxt span{
    font-size: 30px;
    color: #666666;
    display: block;
    margin-top: 8px;
}
.footer-navbtxt{
    padding-top: 10px;
    padding-left: 30px;
}
.footer-navbtxt h4{
    font-family: "pMedium";
    font-size: 18px;
    margin-top: 18px;
}
.foot-ewmtxt{
    text-align: center;
    margin-top: 9px;
}
.footer-ewm{
   
}
.footer-ewm img{
    border: 1px solid #c5c5c5;
    padding: 3px;
}
.footer-select{
    margin-top: 8px;
    position: relative;
}
.footer-select select{
    border: solid 1px #c5c5c5;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-left: 14px;
    width: 276px;
    background: none;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    font-family: "pMedium";
}
select::-ms-expand { display: none; }
.footer-select::after{
    position: absolute;
    content: "";
    top: 2px;
    right: 2px;
    width: 37px;
    height: 39px;
    background: url("../img/footer-select.png") no-repeat center;
}
.copy{
    display: flex;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    color: #969696;
    font-family: "pMedium";
}
@media(max-width:1200px){
    .footer-navt ul{
        width:calc(50% - 80px);
    }
    .footer-navb ul{
        flex-wrap: wrap;
    }
    .footer-navb ul li{
        width: 50%;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .footer-select select{
        width: 100%;
    }
    .footer-ewm{
        width: 109px
    }
}

@media(max-width:991px){
    .footer-navt{
        display: block;
        height: 60px;
        line-height: 30px;
    }
    .footer-logo{
        display: none;
    }
    .footer-navt ul{
        width: 100%;
    }
    .footer-ewm{
        display: none;
    }
    .footer-navb ul{
        display: block;
    }
    .footer-navb ul li{
        width: 100%;
    }
}
@media(max-width:767px){
    .copy{
        display: block;
        height: auto;
        line-height: 30px;
        text-align: center;
        padding: 15px 0;
    }
}
@media(max-width:600px){
    .footer-navbtxt span{
        font-size: 24px;
    }
    .footer-navbtxt{
        width:calc(100% - 70px);
    }
}
/* 首页关于我们 */
.home-about{
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
    background: url(../img/habout-bg.jpg) no-repeat center;
    background-size: cover;
    font-family: "pMedium";
}
.habout-title{
    color: #333;
    font-family: "pMedium";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.habout-title h3{
    line-height: 48px;
    font-size: 48px;
}
.habout-title img{
    margin: 0 30px;
}
.habout-info{
    font-family: "pMedium";
    padding-bottom: 36px;
}
.habout-info h4{
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
.habout-des{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
    padding: 0 55px;
    margin-bottom: 22px;
}
.habout-more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.habout-more span{
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-right: 10px;
    font-family: "pMedium";
}
.habout-more img{
    transition: all .5s;
}
.habout-more:hover img{
    transform: translateX(5px);
}
.habout-bom{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.habout-list{
    display: flex;
    justify-content: space-between;
}
.habout-list li{
    height: 142px;
    display: flex;
    align-items: center;
    font-family: "pMedium";
}
.habout-colume{
    height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.habout-num{
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}
.habout-num span{
    font-size: 40px;
    line-height: 40px;
    color: #666;
    display: block;
}
.habout-num i{
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #969696;
    display: block;
    margin-left: 5px;
}
.habout-colume p{
    font-size: 16px;
    line-height: 24px;
    color: #969696;
}
.habout-icon{
    padding-right: 28px;
    position: relative;
}
.habout-icon::after{
    position: absolute;
    height: 54px;
    width: 1px;
    content: "";
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: #dcdcdc;
}
.habout-list li:last-child .habout-icon{
    padding-right: 42px;
}
.habout-list li:last-child .habout-icon::after{
    display: none;
}
@media(max-width: 1400px){
    .habout-des{
        padding: 0px;
    }
}
@media(max-width: 1200px){
    .habout-colume{
        padding-left: 18px;
    }
    .habout-icon{
        padding-right: 20px;
    }
    .habout-list li:last-child .habout-icon{
        padding-right: 22px;
    }
}
@media(max-width: 991px){
    .home-about{
        padding-top: 45px;
    }
    .habout-title{
        margin-bottom: 25px;
    }
    .habout-title h3{
        font-size: 36px;
    }
    .habout-info h4{
        margin-bottom: 20px;
    }
    .habout-des{
        font-size: 16px;
        line-height: 32px;
    }
    .habout-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .habout-list li{
        width: 33.3333%;
        justify-content: center;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .habout-colume{
        height: auto;
    }
    .habout-list li:last-child .habout-icon{
        padding-right: 0px;
    }
}
@media(max-width: 599px){
    .habout-list li{
        width: 50%;
    }
    .habout-info{
        padding-bottom: 24px;
    }
    .habout-title h3{
        font-size: 30px;
    }
    .habout-title img{
        margin: 0 10px;
    }
    .habout-colume{
        padding-left: 10px;
    }
    .habout-icon{
        padding-right: 12px;
    }
}
/* 首页服务领域 */
.public-module{
    position: relative;
    width: 100%;
    padding-top: 120px;
    overflow: hidden;
}
.public-module .container{
    position: relative;
    z-index: 22;
}
.public-txtimg{
    position: absolute;
    left: 30px;
    top: 65px;
}
.public-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-left h2{
    font-size: 48px;
    color: #000;
    font-family: "pMedium";
    margin-bottom: 9px;
}
.title-left i{
    display: block;
    width: 40px;
    height: 4px;
    background-color: #a21818;
}
.title-more{
    display: block;
    width: 141px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: url(../img/ser-more.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #a21818;
    font-family: "pBold";
    transition: all .5s;
}
.title-more:hover{
    background-image: url(../img/hnews-more.png);
    color: #fff;
}
.hservice-main{
    padding-top: 70px;
}
.hservice-tab{
    margin-left: -17px;
    margin-right: -17px;
}
.hservice-tab li{
    padding: 0 17px;
    margin-bottom: 19px;
}
.hservice-tab li a{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    font-family: "pMedium";
    text-align: center;
    transition: all .5s;
}
.hservice-tab li a:hover, .hservice-tab li.on a{
    background-color: #a21818;
    border-color: #a21818;
    color: #fff;
}
.hservice-des{
    color: #666;
    font-size: 18px;
    margin-top: 5px;
    line-height: 36px;
    margin-bottom: 34px;
    font-family: "pRegular";
}
.hservice-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hservice-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hservice-img p{
    position: absolute;
    left: 38px;
    bottom: 28px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: "pBold";
}
.hservice-imgwrap{
    position: relative;
}
.public-next,.public-prev{
    width: 24px;
    height: 39px;
    background-size: 24px 39px;
    margin-top: -19px;
}
.public-next{
    background-image: url(../img/ser-arrowr.png);
}
.hservice-next{
    right: -74px;
}
.hservice-prev{
    left: -74px;
}
.public-prev{
    background-image: url(../img/ser-arrowl.png);
}
.public-next:hover{
    background-image: url(../img/ser-arrowrh.png);
}
.public-prev:hover{
    background-image: url(../img/ser-arrowlh.png);
}
.hservice-img:hover img{
    transform: scale(1.1);
}
.hproject-title{
    margin-bottom: 98px;
}
@media(max-width: 1400px){
    .hservice-next{
        right: -34px;
    }
    .hservice-prev{
        left: -34px;
    }
}
@media(max-width: 1200px){
    .hservice-tab{
        margin-left: -12px;
        margin-right: -12px;
    }
    .hservice-tab li{
        padding: 0 12px;
    }
}
@media(max-width: 991px){
    .public-module{
        padding-top: 50px;
    }
    .hservice-tab{
        margin-left: -12px;
        margin-right: -12px;
    }
    .hservice-tab li{
        padding: 0 12px;
    }
    .public-txtimg{
        width: 80%;
        overflow: hidden;
    }
    .public-txtimg img{
        width: 100%;
        display: block;
    }
    .hservice-main{
        padding-top: 30px;
    }
    .hservice-img p{
        left: 20px;
        bottom: 20px;
    }
    .hservice-des{
        margin-top: 0px;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .title-left h2{
        font-size: 30px;
        line-height: 32px;
    }
    .hservice-next{
        right: 0px;
    }
    .hservice-prev{
        left: 0px;
    }
    .public-txtimg{
        top: 20px;
        left: 15px;
    }
}
@media(max-width: 599px){
    .public-module{
        padding-top: 40px;
    }
    .title-more{
        width: 110px;
        height: 44px;
        line-height: 44px;
    }
}
/* 首页项目案例 */
.hproject-item{
    width: 100%;
    position: relative;
}
.public-img{
    width: 100%;
    overflow: hidden;
}
.public-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hproject-item:hover .public-img img{
    transform: scale(1.1);
}
.hproject-info{
    position: absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 160px;
    background-origin: padding-box;
    padding-bottom: 70px;
    color: #fff;
  /*  background-color: rgba(0, 0, 0, .6);*/
}
.hproject-info span{
    font-size: 24px;
    font-family: "pRegular";
    line-height: 24px;
    text-transform: uppercase;
}
.hproject-info h3{
    font-size: 36px;
    line-height: 36px;
    font-family: "pBold";
    color: #fff;
    margin-bottom: 16px;
}
.hproject-next{
    right: 86px;
}
.hproject-prev{
    left: 86px;
}
.hproject-icon{
    position: absolute;
    width: 56px;
    height: 61px;
    background: url(../img/project-more.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 1400px){
    .hproject-info{
        padding-left: 60px;
        padding-bottom: 40px;
    }
}
@media(max-width: 1200px){
    .hproject-title{
        margin-bottom: 60px;
    }
    .hproject-next{
        right: 66px;
    }
    .hproject-prev{
        left: 66px;
    }
}
@media(max-width: 991px){
    .hproject-title{
        margin-bottom: 30px;
    }
    .hproject-next{
        right: 30px;
    }
    .hproject-prev{
        left: 30px;
    }
    .hproject-info{
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .hproject-info h3{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .hproject-info span{
        font-size: 18px;
    }
}
@media(max-width: 449px){
    .hproject-next{
        right: 20px;
    }
    .hproject-prev{
        left: 20px;
    }
    .hproject-info{
        padding-left: 20px;
    }
    .hproject-icon{
        width: 36px;
        height: 39px;
    }
    .hproject-info h3{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .hproject-info span{
        font-size: 16px;
    }
}
/* 首页新闻资讯 */
.hnews-main{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.hnews-center{
    width: 29.88%;
}
.hnews-left{
    width: 29.38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "pMedium";
}
.hnews-right{
    width: 24.88%;
    display: flex;
    align-items: center;
}
.hnews-left .hnews-time{
    font-size: 18px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-bottom: 12px;
}
.hnews-left h3 a{
    font-size: 32px;
    color: #333;
    line-height: 46px;
    font-family: "pMedium";
}
.hnews-left p{
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.hnews-leftmore{
    justify-content: flex-start;
    margin-top: 45px;
}
.hnews-left:hover h3 a{
    color: #a21818;
}
.hnews-list li{
    padding: 12px 0px;
    width: 100%;
    font-family: "pMedium";
    border-bottom: 1px solid #eaeaea;
}
.hnews-list li h3 a{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-family: "pMedium";
}
.hnews-bom{
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hnews-bom span{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.hnews-bom a{
    color: #c81815;
    font-size: 16px;
    line-height: 24px;
    font-family: "pMedium";
    transition: all .5s;
}
.hnews-list li:hover h3 a{
    color: #c81815;
}
.hnews-list li:hover .hnews-bom a{
    transform: translateX(-5px);
}
@media(max-width: 1400px){
    .hnews-right{
        width: 27.88%;
    }
}
@media(max-width: 1200px){
    .hnews-left{
        width: 31%;
    }
    .hnews-right{
        width: 32%;
    }
    .hnews-left h3 a{
        font-size: 28px;
    }
}
@media(max-width: 991px){
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-left{
        width: 100%;
        margin-top: 20px;
    }
    .hnews-center{
        width: 100%;
        margin: 20px 0px;
    }
    .hnews-right{
        width: 100%;
    }
    .hnews-list{
        width: 100%;
    }
    .hnews-left h3 a{
        font-size: 24px;
        line-height: 30px;
    }
    .hnews-left p{
        margin-top: 8px;
    }
    .hnews-leftmore{
        margin-top: 18px;
    }
    .hnews-left .hnews-time{
        margin-bottom: 5px;
    }
}
@media(max-width: 449px){
    .hnews-left h3 a{
        font-size: 22px;
        line-height: 28px;
    }
}
/* 技术中心 */
.htec-title{
    margin-bottom: 85px;
}
.htec-wrap{
    padding-top: 85px;
    padding-bottom: 88px;
}
.htec-wrap .public-txtimg{
    top: 36px;
}
.htec-main{
    position: relative;
}
.htec-bgitem{
    width: 100%;
    overflow: hidden;
    display: none;
}
.htec-bgon{
    display: block;
}
.htec-bgitem img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.htec-list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
}
.htec-list li{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    transition: all .5s;
}
.htec-list li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b1b1b1;
    right: 0px;
    top: 0px;
}
.htec-list li:last-child::after{
    display: none;
}
.htec-list li h3{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    opacity: .32;
}
.htec-info{
    opacity: 0;
    transition: all .5s;
}
.htec-info p{
    font-size: 16px;
    font-family: "pRegular";
    line-height: 30px;
    margin-bottom: 18px;
    color: #fff;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.htec-info a{
    font-family: "pRegular";
    color: #c81815;
    font-size: 16px;
    text-decoration: underline !important;
}
.htec-list li:hover h3{
    opacity: 1;
}
.htec-list li.on, .htec-list li:hover{
    background-color: rgba(0, 0, 0, .35);
}
.htec-list li.on h3{
    opacity: 1;
}
.htec-list li:hover .htec-info{
    opacity: 1;
}
.htec-list li.on .htec-info{
    opacity: 1;
}
@media(max-width: 1400px){
    .htec-list li{
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}
@media(max-width: 1200px){
    .htec-list li{
        padding: 20px;
    }
    .htec-info p{
        line-height: 24px;
        margin-bottom: 10px;
    }
    .htec-wrap .public-txtimg{
        width: 90%;
        overflow: hidden;
    }
    .htec-wrap .public-txtimg img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 991px){
    .htec-wrap{
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .htec-wrap .public-txtimg{
        top: 20px;
    }
    .htec-title{
        margin-bottom: 30px;
    }
    .htec-list{
        position: relative;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, .6);
    }
    .htec-list li{
        flex: none;
        width: 50%;
    }
    .htec-list li h3{
        opacity: 1;
        margin-bottom: 16px;
    }
    .htec-list li .htec-info{
        opacity: 1;
    }
}
@media(max-width: 449px){
    .htec-list li{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*新闻资讯*/
.news-ul{
    display: flex;
    height: 100px;
    line-height: 100px;
}
.news-nav{
    background: #e7e7e7;
}
.news-ul li{
    width: 230px;
    text-align: center;
    position: relative;
}
.news-ul li::after{
    position: absolute;
    content:" ";
    background: url('../img/news-sanjue.png') no-repeat center; 
    width: 20px;
    height:10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.news-ul li.news-navon a{
    color: #a21818;
}   
.news-ul li.news-navon::after{
    display: block;
}
.news-ul li:hover a{
    color: #a21818;
}
.news-ul li:hover::after{
    display:block;
}
.news-box{
    margin-top: 100px;
    
}
.news-box h5{
    font-family: "pMedium";
    color:#666666;
}
.news-box h3{
    font-size: 24px;
    margin-top: 8px;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-img{
    margin-top: 56px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    transition: all 0.4s;
}
.news-box ul li{
    border-left: 1px solid #cbcbcb;
    padding:30px;
}
.news-box ul li:hover{
    background: #a21818;
}
.news-box ul li:hover h3,.news-box ul li:hover p,.news-box ul li:hover h5,.news-box ul li:hover span{
    color: #fff;
}
.news-box ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-box ul li p{
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.news-box ul li span{
    margin: 36px 0 6px;
    display: block;
    background: url("../img/news-listicon.png") no-repeat center right;
    width: 82px;
    color: #969696;
    height: 35px;
    line-height: 35px;
}
@media(max-width:1400px){
    .news-box h3{
        font-size:18px;
        line-height: 30px;
    }
    .news-img {
        margin-top: 30px;
    }
}
@media(max-width:1200px){
    .news-box ul li{
        padding:15px;
    }
}
@media(max-width:991px){
    .news-box {
        margin-top:40px;
    }
    .news-ul{
        height: 60px;
        line-height: 60px;
    }
    .news-box ul li p{
        height: auto;
    }
}

/*新闻详情*/
.newsd-box{
    border: 1px solid #e3e3e3;
    margin-top: 43px;
    margin-bottom: 44px;
}
.newsd-tit{
    padding: 55px 40px;
    text-align: center;
    border-bottom:1px solid #e3e3e3;
}
.newsd-tit h3{
    font-size: 32px;
    font-family: "pMedium";
}
.newsd-tit h4{
    margin-top: 20px;
    font-family: "pMedium";
}
.newsd-txt{
    font-family: "pMedium";
    padding:40px 125px 0;
    color: #666666;
    line-height: 30px;
    /*text-align: center;*/
}
.newsd-txt img{
    max-width: 100%;
}
.newsd-page{
    border-top: 1px solid #e3e3e3;
    padding: 50px 125px;
    display: flex;
    justify-content: space-between;
}
.newsd-page span a{
    color: #666666;
    font-family: "pMedium";
}
.newsd-page span a:hover{
    color: #c81815;
}
@media(max-width:1600px){
    /*.newsd-txt img{*/
    /*    width: 100%;*/
    /*}*/
}
@media(max-width:991px){
    .newsd-tit{
        padding: 30px;
    }
    .newsd-tit h3{
        font-size: 24px;
    }
    .newsd-tit h4{
        margin-top: 15px;
    }
    .newsd-txt{
        padding:10px 10px 0;
    }
    /*.newsd-txt img{*/
    /*    margin: 0 0 15px;*/
    /*}*/
    .newsd-page{
        display: block;
    }
    .newsd-page span{
        display: block;
        margin: 5px 0;
    }
    .newsd-page{
        padding:30px 10px;
    }
    .newsd-page span img{
        display: none;
    }
}
/* 联系我们 */
.contact-top{
    display: flex;
}
.contact-top li{
    height: 248px;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-top li::after{
    position: absolute;
    height: 76px;
    width: 1px;
    background-color: #c5c5c5;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-top li:first-child{
    width: 30.6%;
}.contact-top li:nth-child(2){
    width: 44.4%;
    justify-content: center;
}
.contact-top li:last-child{
    width: 25%;
    justify-content: center;
}
.contact-top li:last-child::after{
    display: none;
}
.contact-info{
    margin-left: 42px;
}
.contact-info h3{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-family: "pLight";
    margin-bottom: 16px;
}
.contact-info span{
    font-size: 24px;
    font-family: "pMedium";
    line-height: 24px;
    color: #c81815;
}
.contact-follow{
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-family: "pLight";
    width: 40px;
    margin-right: 55px;
}
.contact-code{
    width: 91px;
    overflow: hidden;
}
.contact-code img{
    width: 100%;
    display: block;
}
.contact-list{
    flex-wrap: wrap;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-list li{
    width: 25%;
    border-bottom: 1px solid #eeeeee;
    padding-top: 52px;
    padding-bottom: 36px;
}
.contact-list li dl dt{
    font-size: 20px;
    line-height: 26px;
    color: #333;
    margin-bottom: 6px;
    font-family: "pBold";
}
.contact-list li dl dd{
    display: flex;
    margin-bottom: 5px;
    font-family: "pMedium";
}
.contact-other{
    margin-left: 10px;
}
.contact-other span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.contact-other strong{
    color: transparent;
}
.contact-icon{
    width: 22px;
    height: 22px;
    background-color: #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1400px){
    .contact-other span{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .contact-list li{
        width: 33.3333%;
    }
    .contact-info{
        margin-left: 15px;
    }
    .contact-info span{
        font-size: 20px;
    }
    .contact-follow{
        margin-right: 30px;
    }
}
@media(max-width: 991px){
    .contact-top{
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .contact-top li{
        justify-content: center;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contact-top li::after{
        display: none;
    }
    .contact-top li:first-child{
        width: 100%;
    }
    .contact-top li:nth-child(2){
        width:  100%;
    }
    .contact-top li:last-child{
        width:  100%;
    }
    .contact-list{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .contact-list li{
        width: 50%;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .contact-info h3{
        margin-bottom: 5px;
    }
}

@media(max-width: 599px){
    .contact-top li{
        justify-content: flex-start;
    }
    .contact-top li:last-child{
        justify-content: flex-start;
    }
    .contact-list li{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .contact-list li:last-child{
        border-bottom: none;
    }
    .contact-other span{
        display: inline-block;
    }
    .contact-other strong{
        display: none;
    }
}
/* 招聘岗位 */
.pos-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
}
.pos-table{
    width: 100%;
}
.pos-table tr th{
    border-right: 2px solid #fff;
}



.human-table-header{
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a21818;
}
.human-table-header span{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-left: 18px;
    font-family: "pBold";
}
.pos-table tr td p{
    height: 68px;
    line-height: 64px;
    text-align: center;
    color: #333;
    font-family: "pBold";
    font-size: 16px;
    background-color: #f4f4f4;
    border: 2px solid #ffff;
    border-left: none;
    border-bottom: none;
}
.pos-info{
    padding-top: 54px;
    padding-bottom: 44px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-family: "pRegular";
}
@media(max-width: 1200px){
    .pos-wrap{
        padding-top: 80px;
    }
}
@media(max-width: 991px){
    .pos-wrap{
        padding-top: 50px;
    }
    .human-table-header span{
        font-size: 16px;
        margin-left: 8px;
    }
    .pos-info{
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .pos-table tr td p{
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 599px){
    .human-table-header span{
        font-size: 14px;
        margin-left: 4px;
    }
    .pos-table tr td p{
        font-size: 14px;
    }
    .pos-wrap{
        padding-top: 40px;
    }
}
@media(max-width:500px){
    .pos-table img{
       display: none;
    }
}
/* 员工风采 */
.human-worker{
    padding: 75px 0px;
    width: 100%;
    overflow: hidden;
}
.worker-list{
    margin-left: -17px;
    margin-right: -17px;
}
.worker-list li{
    padding: 0 17px;
    margin-bottom: 45px;
}
.worker-item{
    width: 100%;
}
.worker-item p{
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    font-family: "pMedium";
}
.click-more{
    display: block;
    width: 180px;
    height: 60px;
    background-color: #a21818;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    font-family: "pBold";
    margin: auto;
}
.worker-item:hover .public-img img{
    transform: scale(1.1);
}
.worker-item:hover p{
    color: #c81815;
}
@media(max-width: 991px){
    .human-worker{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .worker-list li{
        margin-bottom: 20px;
    }
    .worker-item p{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .worker-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .worker-list li{
        padding: 0px;
    }
}
.other-inav{
    padding: 55px 0px;
}
.swiper-navwrap{
    width: 100%;
    padding-right: 100px;
}
.nav-item{
    min-width: 100px;
    color: #666;
}
.nav-item a{
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    font-family: "pMedium";
    border-bottom: 2px solid transparent;
    transition: all .3s;
}
.nav-item a:hover{
    color: #a21818;
    border-bottom-color: #a21818;
}
.nav-swiper .swiper-slide.active .nav-item a{
    color: #a21818;
    border-bottom-color: #a21818;
}


/* .swiper-slide-active .nav-item a{
    color: #a21818;
    border-bottom-color: #a21818;
} */
.project-wrap{
    width: 100%;
    overflow: hidden;
}
.project-list{
    margin-left: -25px;
    margin-right: -25px;
}
.project-list li{
    float: left;
    width: 33.333%;
    margin-bottom: 45px;
    padding: 0 25px;
}
.project-item{
    position: relative;
    width: 100%;
}
.project-info{
    position: absolute;
    width: 100%;
    padding-left: 32px;
    padding-right: 15px;
    bottom: 30px;
    color: #fff;
}
.project-item:hover .public-img img{
    transform: scale(1.1);
}
.project-info h3{
    font-size: 24px;
    line-height: 24px;
    font-family: "pBold";
    margin-bottom: 8px;
}
.project-info span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "pRegular";
}
@media(max-width: 1600px){
    .swiper-navwrap{
        padding-right: 0px;
    }
}
@media(max-width: 1400px){
    .project-info{
        padding-left: 15px;
    }
}
@media(max-width: 1200px){
    .project-info h3{
        font-size: 20px;
    }
    .project-info span{
        font-size: 14px;
    }
    .project-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .project-list li{
        padding: 0 15px;
    }
    .project-info{
        bottom: 18px;
    }
}
@media(max-width: 991px){
    .other-inav{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .project-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .project-list li{
        padding: 0px;
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
}
/* 项目案例详情 */
.project-dnav{
    background-color: #f5f5f5;
}
.project-detail{
    background-color: #f5f5f5;
    padding-bottom: 92px;
}
.dcase-top{
    position: relative;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev{
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0);
    background-size: 18px 35px;
    margin-top: -35px;
    opacity: .5;
}
.gallery-top .swiper-button-next{
    right: 0px;
    background-image: url(../img/case-next.png);
}
.gallery-top .swiper-button-prev{
    left: 0px;
    background-image: url(../img/case-prev.png);
}
.gallery-top .swiper-button-next:hover,
.gallery-top .swiper-button-prev:hover{
    background-color: #c81815;
}
.dcase-thumbs{
    width: 100%;
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    bottom: 42px;
}
.thumbs-img{
    border: 2px solid #ffffff;
}
.gallery-thumbs .swiper-slide-thumb-active .thumbs-img{
    border-color: #a21818;
}
.dcase-main{
    padding-left: 100px;
    background-color: #fff;
    padding-right: 100px;
    padding-bottom: 70px;
}
.dcase-title{
    text-align: center;
    padding-top: 38px;
    margin-bottom: 32px;
}
.dcase-title h3{
    font-size: 32px;
    line-height: 34px;
    color: #333;
    font-family: "pBold";
    margin-bottom: 18px;
}
.dcase-title span{
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-family: "pRegular";
}
.dcase-des{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
    margin-bottom: 38px;
}
.dcase-back{
    display: block;
    width: 182px;
    height: 48px;
    background-color: #a21818;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    color: #fff;
    font-family: "pBold";
    font-size: 16px;
    margin: 0 auto;
}
@media(max-width: 1200px){
    .dcase-main{
        padding-left: 50px;
        padding-right: 50px;
    }
    .dcase-thumbs{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .dcase-main{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .dcase-thumbs{
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        left: auto;
        bottom: auto;
        padding-top: 20px;
    }
    .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .dcase-title h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .dcase-title span{
        font-size: 16px;
    }
    .dcase-title{
        padding-top: 25px;
        margin-bottom: 16px;
    }
    .dcase-des{
        padding: 0 15px;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .project-detail{
        padding-bottom: 45px;
    }
}
@media(max-width: 449px){
    .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
        width: 36px;
        height: 36px;
        margin-top: -18px;
        background-size: 10px 19px;
    }
}
/* 技术中心 */
.design-team{
    width: 100%;
    overflow: hidden;
    padding-top: 74px;
    padding-bottom: 76px;
}
.team-list{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.team-list li{
    padding: 0 15px;
    width: 50%;
}
.team-item{
    width: 100%;
    margin-bottom: 34px;
    display: flex;
}
.team-img{
    width: 38.3%;
}
.team-info{
    width: 61.7%;
    border: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 38px 20px;
}
.my-name{
    font-size: 18px;
    color: #333;
    font-family: "pBold";
    padding-bottom: 20px;
    line-height: 24px;
    width: calc(100% - 42px);
    border-bottom: 1px solid #ededed;
}
.team-des{
    font-family: "pRegular";
    font-size: 16px;
    color: #666;
    padding-top: 12px;
    line-height: 24px;
}
.team-des dl dt{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}
.team-des dl dd{
    font-family: "pMedium";
}
.team-more{
    font-family: "pRegular";
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.team-item:hover .team-more{
    color: #c81815;
}
@media(max-width: 1700px){
    .team-info{
        padding: 20px 20px 15px;
    }
    .my-name{
        padding-bottom: 10px;
    }
    .team-des{
        font-size: 14px;
    }
}
@media(max-width: 1600px){
    .team-des dl dt{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .team-des p{
        line-height: 20px;
    }
}
@media(max-width: 1400px){
    .team-info{
        padding: 10px 10px 5px;
    }
    .my-name{
        padding-bottom: 5px;
    }
    .team-des{
        padding-top: 5px;
        font-size: 12px;
    }
}
@media(max-width: 1200px){
    .team-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .team-list li{
        padding: 0px;
        width: 100%;
    }
    .team-info{
        padding: 20px 30px;
    }
    .my-name{
        padding-bottom: 10px;
    }
    .team-des{
        font-size: 16px;
        line-height: 28px;
        padding-top: 15px;
    }
    .team-des dl dt{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .team-des p{
        line-height: 28px;
    }
}
@media(max-width: 991px){
    .team-item{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .team-img{
        width: 100%;
    }
    .team-info{
        width: 100%;
    }
    .design-team{
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .team-des{
        margin-bottom: 12px;
    }
}
@media(max-width: 449px){
    .team-info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.dtec-main{
    width: 75%;
    margin: auto;
}
.dtec-wrap{
    padding-top: 68px;
    padding-bottom: 8px;
}
.dtec-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}
.dtec-img{
    width: calc(50% - 8px);
}
.dtec-info{
    width: 50%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 55px;
}
.dtec-info h3{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    padding-bottom: 22px;
    width: 90%;
    border-bottom: 1px solid #ededed;
}
.dtec-txt{
    color: #666;
    font-family: "pRegular";
    font-size: 16px;
    margin-top: 40px;
    line-height: 24px;
}
.dtec-info dl{
    margin-top: 34px;
}
.dtec-info dl dt{
    color: #666;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-family: "pBold";
    margin-bottom: 8px;
}
.dtec-info dl dd{
    color: #666;
    font-family: "pRegular";
    font-size: 16px;
    line-height: 24px;
}
.dtec-other{
    padding-top: 40px;
}
.dtec-othertxt{
    margin-bottom: 58px;
}
.dtec-othertxt h4{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-family: "pBold";
    margin-bottom: 22px;
}
.dtec-othertxt p{
    color: #666;
    font-family: "pRegular";
    font-size: 16px;
    line-height: 24px;
}
.dtec-otherlist{
    margin-top: 24px;
}
@media(max-width: 1400px){
    .dtec-main{
        width: 85%;
    }
    .dtec-info{
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
    }
}
@media(max-width: 1200px){
    .dtec-main{
        width: 100%;
    }
}
@media(max-width: 991px){
    .dtec-img{
        width: 100%;
    }
    .dtec-info{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .dtec-top{
        padding-bottom: 30px;
    }
    .dtec-wrap{
        padding-top: 45px;
    }
    .dtec-othertxt{
        margin-bottom: 30px;
    }
    .dtec-other{
        padding-top: 25px;
    }
    .dtec-txt{
        margin-top: 25px;
    }
    .dtec-info dl{margin-top: 18px;}
}
.tec-promise{
    padding-top: 75px;
    background-color: #f9f9f9;
    width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
}
.promise-title{
    text-align: center;
    margin-bottom: 62px;
}
.promise-title h3{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 22px;
    font-family: "pBold";
}
.promise-title p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-family: "pMedium";
}
.promise-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promise-list li{
    width: calc(50% - 32px);
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 60px;
    transition: all .3s;
}
.promise-item{
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 40px 50px 0px;
    height: 360px;
    transition: all .3s;
}
.promise-itemtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.promise-itemtitle h3{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-family: "pBold";
}
.promise-icon img{
    transition: all .3s;
}
.promise-icon{
    position: relative;
}
.promise-icon .card-onicon{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.promise-des{
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: "pMedium";
}
.promise-list li:hover{
    border-color: #a21818;
}
.promise-list li:hover .promise-item{
    border-color: #a21818;
}
.promise-list li:hover .promise-itemtitle h3{
    color: #a21818;
}
.promise-list li:hover .promise-icon .card-onicon{
    opacity: 1;
}
@media(max-width: 1400px){
    .promise-list li {
        width: calc(50% - 22px);
    }
    .promise-item{
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .promise-des{
        font-size: 16px;
        line-height: 26px;
    }
    .promise-itemtitle{
        margin-bottom: 10px;
    }
}
@media(max-width: 991px){
    .promise-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .promise-list li:last-child{
        margin-bottom: 0px;
    }
    .promise-title{
        margin-bottom: 30px;
    }
    .promise-item{
        height: auto;
        padding-bottom: 20px;
    }
    .tec-promise{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .promise-des{
        line-height: 30px;
    }
    .promise-itemtitle{
        margin-bottom: 14px;
    }
}
@media(max-width: 449px){
    .promise-title h3{
        font-size: 28px;
        margin-bottom: 6px;
    }
    .promise-item{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.tec-innovate{
    padding-top: 98px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}
.innovate-list li{
    display: flex;
    margin-bottom: 60px;
}
.innovate-list li:last-child{
    margin-bottom: 0px;
}
.innovate-list li:nth-child(odd){
    flex-direction: row-reverse;
}
.innovate-img{
    width: 50%;
}
.innovate-info{
    width: 50%;
    border: 1px solid #e7e7e7;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.innovate-txt h3{
    font-family: "pBold";
    font-size: 30px;
    color: #333;
    margin-bottom: 50px;
}
.innovate-des{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-family: "pMedium";
    margin-bottom: 60px;
}
.innovate-more{
    display: flex;
    align-items: center;
}
.innovate-more span{
    color: #c81815;
    font-size: 16px;
    display: block;
    font-family: "pMedium";
    margin-right: 12px;
}
.innovate-more img{
    transition: all .5s;
}
.innovate-list li:hover .innovate-more img{
    transform: translateX(5px);
}
.innovate-list li:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .innovate-info{
        padding: 0 80px;
    }
    .innovate-des{
        margin-bottom: 30px;
    }
    .innovate-txt h3{
        margin-bottom: 30px;
    }
}
@media(max-width: 1400px){
    .innovate-info{
        padding: 0 50px;
    }
    .innovate-txt h3{
        margin-bottom: 20px;
    }
}
@media(max-width: 1200px){
    .tec-innovate{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .innovate-txt h3{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .innovate-info{
        padding: 0 30px;
    }
    .innovate-des{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}
@media(max-width: 991px){
    .innovate-list li{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .innovate-img{
        width: 100%;
        margin-bottom: 15px;
    }
    .innovate-info{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tec-innovate{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .innovate-info{
        padding: 20px;
    }
}
/* 走进中和 */
.about-nav{
    background-color: #e7e7e7;
}
.anav-item{
    min-width: 64px;
}
.anav-item a{
    line-height: 100px;
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
    font-family: "pMedium";
    position: relative;
}
.anav-item a::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/news-sanjue.png) no-repeat center;
    opacity: 0;
    transition: all .3s;
}
.anav-item a:hover{
    color: #a21818;
    font-family: "pBold";
}
.anav-item a:hover::after{
    opacity: 1;
}
/* .anav-swiper .swiper-slide-active .anav-item a{
    color: #a21818;
    font-family: "pBold";
}
.anav-swiper .swiper-slide-active .anav-item a::after{
    opacity: 1;
} */
.anav-swiper .swiper-slide.active .anav-item a{
    color: #a21818;
    font-family: "pBold";
}
.anav-swiper .swiper-slide.active .anav-item a::after{
    opacity: 1;
}
.about-wrap{
    width: 100%;
    overflow: hidden;
    background-color: #fbfbfb;
}
.about-top{
    background: url(../img/about-bg.jpg) no-repeat center;
    padding-top: 98px;
    background-size: cover;
    padding-bottom: 118px;
}
.about-topmain{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about-top-left{
    width: 31.25%;
}
.atop-title{
    display: flex;
}
.atop-title i{
    width: 67px;
    height: 6px;
    display: block;
    background-color: #a21818;
    margin-top: 15px;
    margin-right: 32px;
}
.atop-title h2{
    font-size: 48px;
    line-height: 48px;
    color: #333;
    font-family: "pMedium";
}
.atop-info{
    font-family: "pMedium";
    padding-left: 100px;
    margin-top: 35px;
}
.atop-info h3{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #333;
}
.atop-info span{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}
.atop-info{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.about-tright{
    width: 65%;
    display: flex;
    justify-content: flex-end;
}
.about-numitem{
    margin-right: 150px;
    font-family: "pMedium";
    text-align: center;
}
.about-numitem:last-child{
    margin-right: 0px;
}
.about-numitem h3{
    display: flex;
    color: #a21818;
    margin-bottom: 18px;
    justify-content: center;
}
.about-numitem h3 > span{
    font-size: 52px;
    line-height: 52px;
    padding-right: 4px;
}
.about-numitem h3 > strong{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.about-numitem p{
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    text-align: center;
    margin-bottom: 30px;
}
.about-me{
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 54px;
    border-top: 1px solid #d2d2d2;
    font-family: "pMedium";
}
.about-me h3{
    font-size: 28px;
    line-height: 30px;
    color: #333;
    margin-bottom: 32px;
}
.about-me .about-medes{
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}
.about-medes p{
    margin-bottom: 14px;
}
.about-other{
    margin-top: 27px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.about-otherinfo{
    width: 36.25%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    font-family: "pMedium";
}
.about-otherimg{
    width: 61.87%;
}
.about-divide{
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
}
.about-devideimg{
    width: calc(50% - 18px);
    overflow: hidden;
}
.about-devideimg img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.about-otherinfo h3{
    font-size: 28px;
    line-height: 30px;
    color: #333;
    margin-bottom: 28px;
}
.about-otherinfo .about-othertxt{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about-devideimg:hover img{
    transform: scale(1.1);
}
.about-otherimg .public-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1700px){
    .about-top-left{
        width: 37.75%;
    }
    .about-tright{
        width: 61%;
    }
    .about-numitem{
        margin-right: 100px;
    }
    .about-otherinfo{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width: 1600px){
    .about-top-left{
        width: 40%;
    }
    .about-tright{
        width: 58%;
    }
    .about-numitem{
        margin-right: 80px;
    }
    .about-otherinfo h3{
        margin-bottom: 18px;
    }
    .about-otherinfo{
        padding-left: 60px;
        padding-right: 60px;
    }
    .about-otherinfo .about-othertxt{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1400px){
    .atop-title h2{
        font-size: 38px;
        line-height: 40px;
    }
    .about-top{
        padding-bottom: 90px;
    }
}
@media(max-width: 1200px){
    .about-numitem{
        margin-right: 30px;
    }
    .about-tright{
        width: 55%;
    }
    .about-top-left{
        width: 42%;
    }
    .atop-title i{
        width: 50px;
        margin-right: 10px;
    }
    .atop-title h2{
        font-size: 30px;
        line-height: 30px;
    }
    .atop-info{
        padding-left: 60px;
    }
    .about-me{
        margin-left: 60px;
        margin-right: 60px;
    }
    .about-otherinfo{
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-otherinfo{
        width: 37.25%;
    }
    .about-otherinfo h3{
        font-size: 24px;
        margin-bottom: 5px;
    }
}
@media(max-width: 991px){
    .about-top{
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .about-topmain{
        flex-direction: column;
    }
    .about-top-left{
        margin-bottom:20px;
        width: 100%;
    }
    .about-tright{
        width: 100%;
        justify-content: space-between;
    }
    .about-numitem{
        margin-right: 0px;
    }
    .atop-title i{
        margin-top: 8px;
    }
    .atop-info{
        margin-top: 15px;
    }
    .about-me{
        margin-left: 0px;
        padding-top: 30px;
        margin-right: 0px;
    }
    .about-numitem p{
        margin-bottom: 15px;
    }
    .about-numitem h3{
        margin-bottom: 10px;
    }
    .about-me h3{
        margin-bottom: 18px;
    }
    .about-other{
        flex-wrap: wrap;
    }
    .about-otherinfo{
        width: 100%;
        padding: 25px 30px;
    }
    .about-otherimg{
        width: 100%;
        margin-top: 27px;
    }
    .anav-item a{
        line-height: 70px;
    }
}
@media(max-width: 599px){
    .about-numitem h3 > span{
        font-size: 42px;
        line-height: 42px;
    }
    .about-topmain{
        margin-bottom: 26px;
    }
    .about-top{
        padding-bottom: 30px;
    }
    .about-devideimg{
        width: calc(50% - 10px);
    }
    .about-other{
        padding-bottom: 40px;
    }
}
@media(max-width: 449px){
    .about-tright{
        flex-wrap: wrap;
    }
    .about-numitem{
        width: 50%;
        margin-bottom: 10px;
    }
    .atop-title i{
        display: none;
    }
    .atop-info{
        padding-left: 0px;
    }
    .about-numitem p{
        margin-bottom: 5px;
    }
    .about-topmain{
        margin-bottom: 15px;
    }
}
.honor-wrap{
    width: 100%;
    overflow: hidden;
}
.honor-top{
    padding-top: 65px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 78px;
    border-bottom: 1px solid #d2d2d2;
}
.honor-title{
    width: 25%;
    display: flex;
}
.honor-title i{
    display: block;
    width: 67px;
    height: 6px;
    background-color: #a21818; 
    margin-top: 14px;
    margin-right: 40px;
}
.honor-title h3{
    font-size: 48px;
    line-height: 48px;
    color: #333;
    font-family: "pMedium";
}
.honor-info{
    width: 62%;
}
.honor-info h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #333;
    font-family: "pMedium";
}
.honor-info p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-family: "pRegular";
}
.honor-list{
    margin-left: -17px;
    margin-right: -17px;
}
.honor-list li{
    float: left;
    padding: 0 17px;
}
.honor-main{
    padding-top: 80px;
}
.honor-item p{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "pMedium";
    height: 48px;
}
.honor-item:hover .public-img img{
    transform: scale(1.1);
}
.honor-item:hover p{
    color: #a21818;
}
.honor-click{
    margin-top: 25px;
    margin-bottom: 72px;
}
/* .layui-layer-setwin .layui-layer-close2{
    right: -105px !important;
    width: 25px !important;
    height: 25px !important;
    top: 0px !important;
    background-position: center !important;
    background-image: url(../img/layer-close.png) !important;
}
.layui-layer-imgnext, .layui-layer-imgprev{
    width: 54px !important;
    height: 54px !important;
    border: 2px solid #fff;
    margin-top: -27px !important;
    background-size: 12px 20px !important;
    background-position: center !important;
    z-index: 21474836477 !;
}
.layui-layer-imgprev{
    left: -125px !important;
    background-image: url(../img/layer-prev.png) !important;
} */
@media(max-width: 1400px){
    .honor-title h3{
        font-size: 40px;
        line-height: 40px;
    }
}
@media(max-width: 1200px){
    .honor-title i{
        margin-right: 25px;
    }
    .honor-title{
        width: 27.5%;
    }
    .honor-item p{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .honor-title h3{
        font-size: 32px;
        line-height: 32px;
    }
    .honor-top{
        flex-wrap: wrap;
    }
    .honor-title i{
        margin-right: 25px;
    }
    .honor-title{
        width: 100%;
        margin-bottom: 20px;
    }
    .honor-info{
        width: 100%;
    }
    .honor-top{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .honor-main{
        padding-top: 30px;
    }
    .honor-item p{
        margin-top: 15px;
        margin-bottom: 20px;
        height: auto;
    }
    .honor-click{
        margin-bottom: 45px;
    }
}
@media(max-width: 449px){
    .honor-title i{
        width: 50px;
        margin-right: 12px;
    }
}
.cohonor{
    padding-top: 60px;
}
.cohonor .honor-item p{
    margin-top: 22px;
    margin-bottom: 34px;
}
@media(max-width: 991px){
    .cohonor .honor-item p{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .cohonor{
        padding-top: 30px;
    }
}
.partner-main{
    display: flex;
    position: relative;
    padding-bottom: 84px;
    margin-bottom: 87px;
}
.partner-left{
    width: 46.63%;
}
.partner-right{
    width: 56.75%;
    right: 0px;
    position: absolute;
    height: calc(100% - 43px);
    top: 43px;
    z-index: 11;
    background: url(../img/partner-img2.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 210px;
}
.partner-right h3{
    color: #fff;
    font-family: "pMedium";
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
}
.partner-right h3::after{
    width: 37px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #fff;
    bottom: 0px;
    left: 0px;
}
.partner-info{
    display: flex;
}
.partner-info dl{
    margin-right: 70px;
}
.partner-info dl:last-child{
    margin-right: 0px;
}
.partner-info dl dd{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 28px;
}
.partner-list{
    margin-left: -20px;
    margin-right: -20px;
}
.partner-list li{
    padding: 0 20px;
    float: left;
    width: 20%;
    margin-bottom: 37px;
}
.partner-item{
    width: 100%;
}
.partner-click{
    margin-bottom: 72px;
    margin-top: 10px;
}
.partner-left:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1700px){
    .partner-right{
        padding-left: 140px;
    }
}
@media(max-width: 1400px){
    .partner-right{
        padding-left: 80px;
    }
    .partner-info dl dd{
        margin-bottom: 12px;
    }
    .partner-main{
        margin-bottom: 60px;
    }
}
@media(max-width: 1200px){
    .partner-right{
        padding-left: 40px;
    }
    .partner-info dl{
        margin-right: 30px;
    }
    .partner-info dl dd{
        margin-bottom: 12px;
    }
    .partner-main{
        margin-bottom: 60px;
    }
    .partner-list{
        margin-left: -12px;
        margin-right: -12px;
    }
    .partner-list li{
        padding: 0 12px;
    }
}
@media(max-width: 991px){
    .partner-main{
        flex-wrap: wrap;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }
    .partner-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .partner-right{
        width: 100%;
        position: relative;
        height: auto;
        top: auto;
        right: auto;
        padding: 30px;
        align-items: center;
    }
    .partner-right h3{
        margin-bottom: 15px;
    }
    .partner-list li{
        width: 25%;
        margin-bottom: 25px;
    }
    .partner-click{
        margin-bottom: 45px;
    }
}
@media(max-width: 559px){
    .partner-list li{
        width: 33.3333%;
    }
    .partner-info{
        flex-direction: column;
        align-items: center;
    }
    .partner-info dl{
        margin-right: 0px;
    }
    .partner-info dl dd{
        margin-bottom: 5px;
        text-align: center;
    }
    .partner-right h3{
        padding-bottom: 12px;
    }
    .partner-right h3::after{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width: 449px){
    .partner-list li{
        width: 50%;
    }
}
/* 企业文化 */
.culture-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 150px;
    background: url(../img/culture-img.jpg) no-repeat center;
    background-size: cover;
}
.culture-title{
    text-align: center;
    font-family: "pMedium";
    margin-bottom: 105px;
}
.culture-title h3{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #a21818;
}
.culture-title span{
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.culture-list{
    margin-left: -25px;
    margin-right: -25px;
}
.culture-list li{
    float: left;
    padding: 0 25px;
    width: 25%;
}
.culture-item{
    width: 100%;
    height: 328px;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "pMedium";
}
.culture-item p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
@media(max-width: 1700px){
    .culture-item{
        padding-top: 70px;
    }
}
@media(max-width: 1600px){
    .culture-list{
        margin-left: -17px;
        margin-right: -17px;
    }
    .culture-list li{
        padding: 0 17px;
    }
    .culture-item{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 1400px){
    .culture-item{
        padding-top: 50px;
    }
}
@media(max-width: 1200px){
    .culture-title{
        margin-bottom: 80px;
    }
    .culture-item{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .culture-list{
        margin-left: -14px;
        margin-right: -14px;
    }
    .culture-list li{
        padding: 0 14px;
    }
}
@media(max-width: 991px){
    .culture-title{
        margin-bottom: 80px;
    }
    .culture-item{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .culture-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .culture-list li{
        padding: 0 20px;
        width: 50%;
        margin-bottom: 30px;
    }
    .culture-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .culture-title h3{
        margin-bottom: 12px;
    }
    .culture-title{
        margin-bottom: 30px;
    }
    .culture-item{
        height: auto;
        padding: 30px;
        min-height: 204px;
    }
}
@media(max-width: 767px){
    .culture-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .culture-list li{
        padding: 0px;
        width: 100%;
    }
    .culture-item{
        padding: 20px;
        min-height: auto;
    }
    .culture-title{
        margin-bottom: 10px;
    }
    .culture-wrap{
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
.bigthings-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 77px;
    padding-bottom: 34px;
}
.bigthings-list{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.bigthings-list li{
    width: calc(50% - 16px);
    transition: all .3s;
    margin-bottom: 30px;
}
.bigthings-list li.on{
    box-shadow: 0px 0px 15px #ececec;
}
.bigthings-compnay{
    background-color: #e7e7e7;
    line-height: 66px;
    color: #333;
    font-size: 20px;
    font-family: "pBold";
    padding-left: 50px;
}
.bigthings-bom{
    background-color: #f5f5f5;
    padding-top: 22px;
}
.bigthings-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 42px;
    padding-left: 50px;
    padding-right: 50px;
}
.bigthings-txt{
    width: calc(100% - 35px);
}
.bigthings-left{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.bigthings-left:last-child{
    margin-bottom: 0px;
}
.bigthings-left span{
    font-size: 16px;
    line-height: 22px;
    color: #666;
    font-family: "pRegular";
    padding-left: 10px;
}
.things-arrow{
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background: url(../img/contact-arrow-down.png) no-repeat center;
}
.bigthings-list li.on .things-arrow{
    border-color: #a21818;
    background-color: #a21818;
    background-image: url(../img/contact-arrow-up.png);
}
.bigthings-img{
    display: none;
}
@media(max-width: 1400px){
    .bigthings-info{
        padding-left: 30px;
        padding-right: 30px;
    }
    .bigthings-compnay{
        padding-left: 30px;
    }
    .bigthings-info{
        height: 118px;
        padding-bottom: 0px;
    }
    .bigthings-bom{
        padding-top: 0px;
        align-items: center;
    }
    .bigthings-info{
        align-items: center;
    }
}
@media(max-width: 991px){
    .bigthings-list li{
        width: 100%;
        margin-bottom: 25px;
    }
    .bigthings-list li:last-child{
        margin-bottom: 0px;
    }
    .bigthings-info{
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .bigthings-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 559px){
    .bigthings-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .bigthings-compnay{
        padding-left: 20px;
        line-height: 50px;
    }
    .bigthings-left span{
        padding-left: 5px;
    }
}
.orgs-wrap{
    width: 100%;
    overflow: hidden;
    background: url(../img/org-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 88px;
    padding-bottom: 95px;
}
.orgs-img{
    width: 91.88%;
    margin: auto;
    overflow: hidden;
}
.orgs-img img{
    display: block;
    width: 100%;
}
@media(max-width: 1600px){
    .orgs-img{
        width: 100%;
    } 
}
@media(max-width: 991px){
    .orgs-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 449px){
    .orgs-wrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.history-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 85px;
}
.history-title{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 58px;
    font-family: "pMedium";
}
.history-main{
    width: 100%;
    position: relative;
    padding: 0 40px;
}
.history-next, .history-prev{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: #e5e5e5;
    background-size: 8px 14px;
}
.history-next{
    right: -60px;
    background-image: url(../img/history-next.png);
}
.history-prev{
    left: -60px;
    background-image: url(../img/history-prev.png);
}
/* .history-swiper .swiper-slide{
    width: 33.333% !important;
} */
.history-swiper .swiper-slide:nth-child(even){
    margin-top:219px;
    position: relative;
    padding-top: 114px;
}

.history-swiper .swiper-slide:nth-child(odd)::after{
    content: "";
    background: url("../img/history-infobg.png") repeat-x center;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.history-swiper .swiper-slide:nth-child(even)::after{
    content: "";
    background: url("../img/history-infobg.png") repeat-x center;
    height: 12px;
    width: 100%;
    position: absolute;
    top: 0;
}
.history-item{
    display: flex;
    height: 231px;
    padding-left: 20px;
    width: 544px;
}
.history-info{
    width: 145px;

}
.history-info h3{
    font-size: 26px;
    font-family: "pBold";
    margin-bottom:30px;
    margin-top: 5px;
}
.history-info p{
    font-size: 18px;
    font-family: "pBold";
}
.history-swiper .swiper-slide:nth-child(odd) .history-year{
    position: absolute;
    font-size: 18px;
    font-family: "pMedium";
    bottom: 10px;
    left: 0;
}
.history-swiper .swiper-slide:nth-child(odd) .history-line{
    width: 1px;
    height: 188px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.history-swiper .swiper-slide:nth-child(even) .history-year{
    position: absolute;
    font-size: 18px;
    font-family: "pMedium";
    top: 28px;
    left: -17px;
}
.history-swiper .swiper-slide:nth-child(even) .history-line{
    width: 1px;
    height: 188px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top:80px;
}
@media(max-width:991px){
    .history-title{
        font-size: 28px;
    }
    .history-wrap{
        padding-top: 30px;
    }
}
@media(max-width:768px){
    .history-swiper .swiper-slide:nth-child(even){
        margin-top: 0;
    }
    .history-item{
        width: auto;
        
    }
    .history-swiper .swiper-slide:nth-child(even){
        padding-top: 0;
    }
    .history-swiper .swiper-slide:nth-child(even)::after{
        bottom: 0;
        top: auto;
    }
    .history-swiper .swiper-slide:nth-child(even) .history-year{
        left: 0;
        top: auto;
        bottom: 0;
    }
    .history-info{
        width: 50%;
    }

    .history-main{
        padding: 0 20px 50px;
    }
    .history-prev{
        left: -15px;
    }
    .history-next{
        right: -15px;
    }
    
}


.history-img{
    width: 220px;
    overflow: hidden;
    margin-right: 24px;
}
.history-img img{
    display: block;
    width: 100%;
}
/*****服务领域*****/
.serector{
    margin-top: 70px;
    margin-bottom: 20px;
}
.serector-img img{
    width: 100%;
    transition: all 0.4s;
}
.serector-ul li:hover .serector-img img{
    transform: scale(1.1);
}
.serector-img{
    overflow: hidden;
}
.serector-txt{
    border: 1px solid #f4f4f4;
    padding: 36px 36px 30px;
}
.serector-ul li{
    margin-bottom: 50px;
}
.serector-txt h3{
    font-family: "pMedium";
    font-size: 18px;
    color: #333333;
}
.serector-txt p{
    margin-top: 20px;
    color: #666666;
    font-family: "pRegular";
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}
.serector-txt span{
    display: block;
    margin-top: 30px;
    color: #969696;
    font-family: "pMedium";
    background: url('../img/service-more.png') no-repeat center right;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
@media(max-width:1400px){
    .serector-txt{
        padding: 30px 20px 15px;
    }
}
@media(max-width:991px){
    .serector {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .serector-ul li{
        margin-bottom: 20px;
    }
    .serector-txt p{
        height: auto;
    }
}    
/*服务领域详情*/
.serectord{
    margin-top: 140px;
}
.serectord-top{
    display: flex;
}
.serectord-l{
    width: 53%;
}
.serectord-r{
    width: 47%;
}
.serectord-r img{
    width: 100%;
}
.serectord-tit h3{
    font-size: 48px;
    font-family: "pMedium";
    position: relative;
    padding-left: 100px;
}
.serectord-tit h3::after{
    position: absolute;
    width: 67px;
    height: 6px;
    content: "";
    background: #a21818;
    left: 0;
    top: 15px;
}
.serectord-toptxt{
    color: #333333;
    margin-top: 100px;
    padding:0 100px;
    line-height: 30px;
    font-family: "pRegular";
}
.serectord-bot{
    margin-top: 60px;
}
.ser-case{
    margin-top: 50px;
}
.ser-casetxt h3{
    color: #fff;
    font-family: "pBold";
    font-size: 24px;
}
.sercaseSwiper a{
    display: block;
    position: relative;
}
.ser-casetxt{
    position: absolute;
    bottom: 34px;
    left: 34px;
}
.ser-casetxt h4{
    font-family: "pRegular";
    color: #fff;
    margin-top: 10px;
}
.serectord{
    margin-bottom: 80px;
}
.ser-caseimg img{
    width: 100%;
}
@media(max-width:1400px){
    .serectord-toptxt{
        margin-top: 40px;
    }
    .serectord-tit h3{
        font-size: 36px;
    }
}
@media(max-width:1200px){
    .serectord-toptxt {
        margin-top: 25px;
        padding: 0 30px;
    }
}
@media(max-width:991px){
    .serectord-top{
        display: block;
    }
    .serectord-l{
        width: 100%;
    }
    .serectord-r{
        width: 100%;
        margin-top: 30px;
    }
    .serectord{
        margin-top: 40px;
    }
    .serectord-tit h3{
        font-size: 26px;
    }
    .serectord-toptxt{
        padding: 0 15px;
    }
}
.dc-phone {
    display: none;
}

@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}
#pbanner .swiper-slide img {
    width: 100%;
    display: block;
}
.public-img video {
    display: block;
    width: 100%;
    transition: all .5s;
}

.newsd-pagel{
    width: 200px;
}
.newsd-pager{
    width: 200px;
}

