body{
    background: #fff;
}
.banner-box .img-box{
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
}
.banner-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 以下样式只有IE10+ 能识别*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .textIntro-box p{
        max-height: 180px!important;
    }
}

.menu-box{
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 10;
}
.menu-list{
    width: 100%;
}
.menu-list li{
    float: left;
}
.menu-list li a{
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: right;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-list .active a,.menu-list li:hover a{
    color: #90c42f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-list li a::before{
    content: "";
    width: 40px;
    height: 2px;
    background: #90c42f;
    opacity: 0;
    filter: alpha(opacity = 0); /* IE */
    -moz-opacity: 0; /* 旧版Mozilla */
    -khtml-opacity: 0; /* 旧版Safari */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-list .active a::before,.menu-list li:hover a::before{
    opacity: 1;
    filter: alpha(opacity = 100); /* IE */
    -moz-opacity: 1; /* 旧版Mozilla */
    -khtml-opacity: 1; /* 旧版Safari */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tab-box{
    padding: 10px 0 0;
}
.into-box{
    display: block;
}
.container-box{
    width: 100%;
    float: none;
}
.container-box img{
    max-width: 100%;
    margin: 15px auto;
}
.container-box p{
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    text-indent: 2em;
    padding: 15px;
    margin-bottom: 20px;
}
.middle-box .title-box p{
    line-height: 35px;
    font-weight: bold;
    font-size: 42px;
    color: #265bcb;
    text-indent: 0;
    padding: 0;
}
.middle-box .title-box span{
    display: block;
    line-height: 35px;
    font-weight: bold;
    font-size: 18px;
    color: #aaaaaa;
}
.container-box p{
    font-size: 16px;
    background: transparent;
    margin-bottom: 0;
}
.container-box h2,.container-box h6{
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.container-box h6{
    font-size: 16px;
    padding-bottom: 5px;
}

.into-box p{
    line-height: 35px;
    font-size: 16px;
    text-indent: 2em;
    padding: 0;
}
.into-box p strong{
    line-height: 35px;
    font-weight: bold;
    font-size: 22px;
    color: #5baf11;
    padding-right: 5px;
}
.img-into-title1{
    padding-bottom: 40px;
}
.img-into-content1{
    padding: 60px 0;
}
.into-box .text-box p{
    padding-bottom: 15px;
}
.into-box h5{
    line-height: 35px;
    font-weight: bold;
    font-size: 22px;
    color: #5baf11;
    padding: 15px 0;
}
.market-position-box,.technological-strength-box{
    background-color: #e8f8ff;
    margin: 60px 0;
    padding: 60px 0;
}
.technological-strength-box{
    margin-bottom: 0;
    padding-bottom: 0;
}
.technological-strength-box h5{
    padding-bottom: 15px;
}
.technological-strength-box p{
    padding: 0;
}
.technological-strength-box img{
    margin: 60px 0 0;
}

.eImg-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.eImg-list li{
    width: calc((100% - 15px)/2);
    margin: 0 15px 15px 0;
    float: left;
}
.eImg-list li:nth-child(even){
    margin-right: 0;
}
.eImg-list li .img-box{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.eImg-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: all .2s;
}
.eImg-list li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .2s;
}
.eImg-list li h2{
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.contact-box{
    padding-bottom: 40px;
}
.contactDetail-box{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}
.contactDetail-box p{
    line-height: 30px;
    background: transparent;
    margin: 0;
    padding: 0;
}
#map-box{
    height: 400px;
}
.info-title{
    color: #fff;
    background-color: #39d8bc;
    line-height: 30px;
    padding: 0px 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px
}
.amap-adcombo-close{
    top: 7px;
}
.info-content{
    width: 300px;
    padding: 10px;
}
.companyImg-box{
    width: 60px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden;
    float: left;
}
.companyImg-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.info-content .info-box{
    width: 220px;
    padding-left: 5px;
    float: left;
}
.info-content .info-box p{
    line-height: 20px;
    color: #333;
    background: transparent;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.copy-box{
    background-color: #48a135;
}
.copyLeft-box li:first-child a,.copy-box li,.filing-box h5, .filing-box h6,.copyRight-box h4{
    color: #fff;
}

/* 响应式布局 */
@media (max-width: 1350px){
    .eImg-list li .img-box{
        height: 26vw;
    }
}
@media (max-width: 1024px){
    .menu-box{
        padding: 0;
    }
    .img-into-title1{
        width: 30%;
    }
    .into-box p{
        font-size: 17px;
    }
    .middle-box .title-box p{
        font-size: 4vw;
    }
    .middle-box .title-box span{
        line-height: 3vw;
        font-size: 2vw;
    }
}
@media (max-width: 992px){
    .into-box p{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .img-into-title1{
        width: 32%;
    }
    .into-box h5,.into-box p strong{
        font-size: 20px;
    }
    .into-box p{
        font-size: 15px;
    }
    .container-box img{
        margin: 0 auto;
    }
    .into-box h5{
        padding: 10px 0;
    }
    .container-box p,.eImg-list li h2{
        font-size: 15px;
    }
}
@media (max-width: 640px){
    .menu-box{
        margin-bottom: 20px;
    }
    .img-into-title1{
        padding-bottom: 30px;
    }
    .img-into-content1{
        padding: 50px 0;
    }
    .into-box h5,.into-box p strong{
        font-size: 18px;
    }
    .into-box h5{
        font-size: 18px;
    }
    .into-box p{
        line-height: 30px;
        font-size: 14px;
    }
    .market-position-box{
        margin: 40px 0;
        padding: 40px 0;
    }
    .technological-strength-box{
        margin-top: 40px;
        padding-top: 40px;
    }
    .container-box p,.eImg-list li h2{
        font-size: 14px;
    }
    .eImg-list li{
        width: 100%;
        margin-right: 0;
    }
    .eImg-list li .img-box{
        height: 56vw;
    }
    #map-box{
        height: 300px;
    }
}
@media (max-width: 540px){
    .img-into-title1{
        width: 36%;
    }
    .middle-box .title-box p{
        line-height: 30px;
    }
    .img-into-content1{
        padding: 40px 0;
    }
    .into-box h5,.into-box p strong{
        font-size: 17px;
    }
}
@media (max-width: 480px){
    .img-into-title1{
        width: 42%;
    }
    .middle-box .title-box p{
        font-size: 19px;
    }
    .middle-box .title-box span{
        line-height: 20px;
        font-size: 12px;
    }
    .into-box h5,.into-box p strong{
        font-size: 16px;
    }
    .into-box h5{
        padding-bottom: 5px;
    }
    .into-box .text-box p{
        padding-bottom: 10px;
    }
    .technological-strength-box .middle-box{
        padding-bottom: 20px;
    }
    #map-box{
        height: 300px;
    }
}
@media (max-width: 420px){
    .img-into-title1{
        width: 42%;
    }
    #map-box{
        height: 200px;
    }
}