
#banner{
    width: 100%;
    margin-bottom: 40px;
}

#banner img{
    display: block;
    margin:0 auto;
    width:100%;
    height: auto;
}


.service-detail{
    display: none;
    padding-bottom: 90px;
}
.service-detail article{
    padding:0 10px;
}
.service-detail.active{
    display: block;
}
.service-detail h1{
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    line-height: 75px;
    text-align: center;
    margin: 0;
}

.service-detail .cover{
    margin-bottom: 30px;
}

.service-detail p{
    margin: 0;
    line-height: 2em;
}

.sidewrap{
    width: 220px;
    max-width: 100%;
}

.sidenav{
    
    line-height: 55px;
    background: #f7f7f7;
    color: #505050;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    max-width: 100%;
}

.sidenav.active{
    background: #6DBB3F;
    color: #fff;
}
.sidenav.active a{
    color:#fff;
}



/* unit-title-line 共用样式 start start start*/
.unit-title-line {
    text-align: center;
}
.unit-title-line .unit-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.unit-title-line .unit-icon {
    width: 4.4rem;
    height: 0.5rem;
    background: #5b9d35;
    margin: 0 auto;
    font-size:0;
}
.unit-title-line.time-line-unit {
    /* 荣誉时间线 - 特殊margin-bottom */
    margin-bottom: 2rem;
}

/* unit-title-line 共用样式 end end end*/

/* 荣誉时间线 start start start */
.pc-time-img,
.mobile-time-img {
    display: block;
    width: 100%;
    height: auto;
}
/* 荣誉时间线 end end end */

.banner{
    width: 100%;
    height: 40rem;
    padding-top: 13.9rem;
    margin-bottom: 7rem;
    margin-top:128px;
}
.banner .profile-text{
    font-size: 4rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}
.banner .company{
    font-family: Microsoft YaHei;
    font-size: 3rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}
.banner .liner{
    width: 4.4rem;
    height: 0.5rem;
    background: #5B9D35;
    margin: 1rem 0;
    display: inline-block;
}
.about{
    margin-bottom: 6rem;
    overflow: hidden;
}
.about .left{
    float: left;
}
.about .left img{
    width: 100%;
    height: 100%;
}
.about .right{
    float: right;
    margin-top:-17px;
}
.about .right h4{
    font-size: 3rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #14181F;
}
.about .right p{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.8rem;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0.05em;
    color: #303133;
}
.profile{
    min-height: 38.5rem;
    margin-bottom: 9rem;
    padding: 8rem 0; /* 上下左右留白 */
    background: url("../images/home/profile.png")no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}
.profile p{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;

}
.honor{
    background: #F3F4F5;
    margin-top: 16rem;
    padding-bottom:7rem;
}
.honor .unit-title-line{
    padding: 7rem 0 5.2rem 0;
    margin-bottom: 0;
}
.honor .list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8rem; /* 用于抵消子项 margin */
}
.honor .list .col-lg-3{
    width: calc(25% - 1.6rem); /* 4列，减去左右 margin */
    margin: 0 0.8rem 1.6rem;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.honor .list .col-lg-3:hover{
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
}
.honor .list .col-lg-3 .con span{
    background:none;
}
.honor .list .col-lg-3 span{
    padding: 1.8rem;
    display: block;
    box-sizing: border-box;
    background: #F2F3F4;
}
.honor .list .col-lg-3 span img{
    width: 100%;
    height: 100%;
}
.honor .list .col-lg-3 p{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    /* 文字/主要 */
    color: #303133;
    text-align: center;
}
.d-none {
    display: none !important;
}

/* 移动端：改成 2 列 */
@media (max-width: 768px) {
    .honor .list .li {
        width: calc(50% - 1.6rem);
    }
    .no-gutter-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .about .right {
         margin-top:0px;
    }
}
@media screen and (max-width:768px){
    .sidewrap{
        width: 100%;
    }

}
@media (min-width: 768px) {

    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

}
.map{
    width: 75%;
    margin:30px auto;
}

.map img{
    width: 100%;
    display: block;
    max-width: 100%;
}

.contactlist{
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin:20px 0;
}
.en .areaname,.ru  .areaname{
    width: 100%;
    height: 45px;margin-bottom: 20px;
}
.areaname{
    width: 100%;
    position: relative;
    height: 50px;
    color: #fff;
    background: #5B9D35;
    box-sizing: content-box;
}
.areaname span{
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.2em;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
}

.contactlist{
    margin:45px 0;
}
.en .contactlist,.ru .contactlist{
    padding-left: 3px;
}
.contactlist .clearfix{
    margin-bottom: 15px;
    margin-top: 0px;
}
}
.contactlist ul{
    width: 100%;
}
.contactlist ul li{
    width: calc((100% - 50px) / 3);
    float: left;
    box-sizing: border-box;
    background:#F6F6F6;
    margin-right: 25px;
    margin-top:15px;
}


.contactlist ul li:nth-child(3n){
   margin-right:0px;
}
.contactlist .p{
    background: #5B9D35;
    width: 8px;
    height: 26px;
    float:left;
    margin-top: 29px;
}
.ru .contactlist .desc,.en .contactlist .desc{
    height:185px;
}
.contactlist .desc{
    padding-left: 24px;
    float: left;
    margin-top: 32px;
    height:154px;

}
.contactlist .desc .tel{
    color:#303133;
}
.contactlist .desc .email{
    padding:10px 0;
}
.contactlist .desc .icon_s{
    border-right: 1px solid #D8D8D8;
    width: 27px;
    float: left;
    margin-right: 13px;
}
.contactlist .desc .email_d{
    width: 320px;
    padding-left: 41px;
}
.contactlist .desc span{
    padding-right: 4px;
    padding-left: 10px;
}
.contactlist .desc i{

}
.contactlist .desc .tel i{
    background:url("../images/contact_tel_icon.png");
    height:16px;width:16px;float:left;
}
.contactlist .desc .email i{
    background:url("../images/contact_email_icon.png");
    height:16px;width:16px;float:left;
}
.contactlist .desc .addr i{
    background:url("../images/contact_address_icon.png");
    height:16px;width:16px;float:left;
}
.en .contactlist ul li,.ru .contactlist ul li{
    margin-bottom: 15px;margin-top: 15px;
}
.contactlist .position{
    font-size: 20px;
    color: #303133;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.en .contactlist .position,.ru .contactlist .position{
    font-size: 18px;
    color: #265594;
    line-height: 1em;
    padding-bottom: 15px;
    border-bottom: 2px solid #265594;
    margin-bottom: 10px;
}
.contactlist .label{
    color: #265594;
}
.contactlist .tel, .contactlist .addr{
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 14px;
}

.contactlist .addr{
     height:35px;   
}
.contactlist .addr .address{
    height:35px;width:320px;padding-left: 41px;
}
.company{

    width:100%;
}
.company_img{float:left;width:508px;}
.company_content{margin-left: 32px;width: 660px;float: left;color:#303133;}
.company_content p{
    color: #303133;
    font-size: 18px;
    line-height: 32px;
}
.company_content h1{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #14181F;
    line-height: 27px;
    padding: 5px 0 45px 0;
}
.mubiao_yuan,.linian{
    margin-bottom: 20px;
    width: 100%;
    height: 250px;
}
.mubiao_yuan li{width:50%;float:left;}
.mubiao_yuan li .content{
    margin-top: -240px;
    text-align: center;
    color: #fff;height:240px;width:584px;
}
.mubiao_yuan li:hover .content{
    background:#2759A3;
    opacity: 0.9;
    height:240px;
    margin-top:-240px;
}
.mubiao_yuan li .content img{margin-top:56px;}
.linian li{width:33.3333%;float:left;}
.linian li:hover .content{
    background:#2759A3;
    opacity: 0.9;
    height:240px;
    margin-top:-240px;
}
.linian li .content{
    margin-top: -240px;
    text-align: center;
    color: #fff;
    height:240px;width:378px;
}
.linian li .content img{margin-top:56px;}
.linian li .content .desc{
    text-align: left;
    width: 263px;
    margin: 0 auto;
    line-height: 22px;
}
.contact .tt{
    width:100%;text-align: center;
}
.contact-title{
    text-align: center;
    font-size: 3rem;
    color: #14181f;
    margin: 0;
    font-weight: bold;
}
.bg_title{
    width: 4.4rem;
    height: 0.5rem;
    background: #5B9D35;
    margin: 1rem 0;
    display: inline-block;
}
.company-file-page.en .honor .list .con{display: none}
@media screen and (max-width: 767px){
    .contactlist ul li{
        width: 100%;
    }
    .contactlist .desc{
        width:97%;
    }
    .about{
        margin-bottom: 3rem;
    }
    .profile{
        padding:4rem 0;
        margin-bottom:4rem;
    }
    .honor .unit-title-line{
        padding:4rem 0 4.2rem 0;
    }
    .honor{margin-top:5px !important;    padding-bottom: 2rem;}
    .contactlist{
        padding-left: 0px;        padding-right: 0px;
    }

    .areaname{
        padding: 0 6px;
        width:97%;
    }

     #banner {
         margin-bottom: 20px;
     }
     .banner{
         margin-bottom: 4rem;height: 29rem;
         padding-top: 7.9rem;
     }
    .contactlist .clearfix{
        margin-top: 0px;
    }
    .contactlist{
        margin: 35px 0;
    }
    .map{
        width:100%;
    }
    .mubiao_yuan li{
        width:100%;
        margin-top: 15px;
        text-align: center;
    }
    .linian li{
        width:100%;
        margin-top: 15px;
        text-align: center;
    }
    .img_div .card-img-top{width:100%;}
    .contactlist ul li:nth-last-child(3n+2){
        margin-right:25px;
    }
    .contactlist ul li:nth-last-child(2n+2){
        margin-right:1px;
    }
    .honor .list .col-lg-3 {
        width: calc(50% - 1.6rem);
    }
    .contactlist .addr .address{
        width: 96%;
    }
    .banner{
        margin-top: 65px;
    }
}

@media screen and (max-width:375px) {
    .contactlist ul li {
        width: 100%;
    }
    .contactlist ul li:nth-last-child(3n+2){
        margin-right:25px;
    }
    .contactlist ul li:nth-last-child(2n+2){
        margin-right:1px;
    }
    .contactlist .position{
        font-size: 16px;
    }
    .banner{
        margin-bottom: 4rem;
    }
    .contactlist .desc{
        width:97%;
    }

}