@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "pRegular";
    src: url('../font/PingFang-Regular.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: "sRegular";
    src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "gMediumCond";
    src: url('../font/GeometricSlab703BT-MediumCond.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
.wrap{
    position: relative;
}
header{
    z-index: 26;
    line-height: 100px;
    height: 100px;
    width: 100%;
    overflow: hidden;
}
.header-wrap{
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s ease-in-out;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}
.inside-header{
    background: #fff;
}
.header-wrap.on{
    background-color: #fff;
    transition: .5s ease-in-out;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 208px;
    padding-right: 148px;
}
.header-main.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.logo{
    display: block;
    width:119px;
    margin-top: 6px;
}
.logo img{
    display: block;
    width: 100%;
}
.logo .logo-un{
    display: block;
}
.logo .logo-on{
    display: none;
}
.header-wrap.on .logo .logo-un{
    display: none;
}
.header-wrap.on .logo .logo-on{
    display: block;
}
.nav-ul li{
    float: left;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 16px;
    padding: 0 48px;
    line-height: 100px;
    color: #fff;
    transition: all .5s;
    text-transform: uppercase;
    font-family: "pRegular";
}
.header-wrap.on .nav-ul li>a,
.inside-header .nav-ul li>a{
    color: #333;
    font-family: "pBold";
}
.header-wrap.on .nav-ul li:hover>a,
.header-wrap.on .nav-ul li.nav-active>a {
    background: #01803b;
    color: #fff;
}
.inside-header .nav-ul li:hover>a,
.inside-header .nav-ul li.nav-active>a{
    background: #01803b;
    color: #fff;
}
.header-right{
    display: flex;
}
.search-box{
    width: 162px;
    transition: width .3s;
    display: flex;
    padding-right: 46px;
    justify-content: flex-end;
}
.search-wrap{
    width: 26px;
    transition: width .3s;
    height: 28px;
    margin-top: 36px;
    position: relative;
}
.search-box.son{
    width: 226px;
}
.search-wrap.active{
    width: 154px;
}
.search-txt{
    width: 128px;
    background: no-repeat;
    float: left;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    border: none;
    outline: none;
    transition: all .3s;
    display: none;
}
.header-wrap.on .search-txt{
    color: #333;
}
.inside-header .search-txt{
    color: #333;
}
.search-wrap.active .search-txt{
    display: block;
}
.search-icon{
    display: block;
    width: 26px;
    height: 28px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/sou_icon.png) no-repeat center;
}
.header-wrap.on .search-icon{
    background-image: url(../img/sou_fixed.png);
}
.inside-header .search-icon{
    background-image: url(../img/sou_fixed.png);
}
.m-header{
    height: 70px;
    background-color: #fff;
    width: 100%;
    display: none;
}
.mheader-main{
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}
@media(max-width: 1600px){
    .nav-ul li>a{
        padding: 0 35px;
    }
    .header-main{
    
    padding-left: 88px;
    padding-right: 68px;
}
}
@media(max-width: 1400px){
    .nav-ul li>a{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .nav-ul li>a{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .header-wrap{
        display: none;
    }
    .inside-header{
        display: none;
    }
    .logo{
        width: 81px;
        margin-top: 5px;
    }
    .m-header{
        display: block;
    }
}
@media(max-width: 767px){
    .mheader-main{
        padding-left: 20px;
    }
}
/* banner */
#banner{
    position: relative;
}
.scroll-wrap{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 22;
}
.scroll-banner span{
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "sRegular";
    color: #fff;
}
.scroll-wrap i{
    height: 88px;
    display: block;
    width: 1px;
    background: #c2c3c5;
    margin: 0 auto 1px;
}
.scroll-wrap span{
    margin-bottom: 10px;
}
.scroll-next{
    position: absolute;
    right: 0px;
    top: 46%;
    margin-bottom: 35px;
    z-index: 22;
    display: flex;
    align-items: center;
}
.scroll-next span{
    margin-right: 22px;
}
.scroll-next i{
    width: 88px;
    display: block;
    height: 1px;
    background: #c2c3c5;
}
@media(max-width: 1400px){
    .scroll-next{
        top: 44%;
    }
}
@media(max-width: 991px){
    .scroll-wrap i{
        height: 50px;
    }
    .scroll-next i{
        width: 50px;
    }
}
@media(max-width: 599px){
    .scroll-wrap i{
        height: 40px;
    }
    .scroll-next i{
        width: 40px;
    }
}
@media(max-width: 449px){
    .scroll-wrap i{
        height: 30px;
    }
    .scroll-next i{
        width: 30px;
    }
}
/* 首页关于我们 */
.home-about{
    background: url(../img/habout_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 126px;
    padding-bottom: 180px;
}
.habout-left{
    float: left;
    width: 50%;
    padding-left: 88px;
}
.habout-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.habout-title h1{
    font-size: 48px;
    color: #1a1a1a;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: "pRegular";
}
.habout-title span{
    font-size: 30px;
    color: #7d7d7d;
    line-height: 30px;
}
.habout-des p{
    font-size: 18px;
    color: #333;
    font-family: "pRegular";
    line-height: 24px;
    margin-bottom: 24px;
}
.habout-ul{
    margin-top: 84px;
    display: flex;
}
.habout-ul li{
    margin-right: 38px;
}
.habout-ul li:last-child{
    margin-right: 0px;
}
.habout-ul li a{
    display: flex;
    width: 92px;
    height: 92px;
    border: 1px solid #01803b;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
    color: #333;
    font-family: "pRegular";
}
.habout-ul li a i{
    display: block;
    width: 19px;
    height: 0px;
    background: url(../img/habout_arrow.png) no-repeat center;
    margin-top: 4px;
    transition: height 0.3s;
}
.habout-ul li a:hover,
.habout-ul li.on a{
    background: #01803b;
    color: #fff;
}
.habout-ul li a:hover i,
.habout-ul li.on a i{
    height: 21px;
}
.habout-right{
    float: right;
    width: 50%;
    padding-left: 22px;
    position: relative;
}
.habout-right::after{
    width: calc(100% - 118px);
    height: calc(100% - 88px);
    background: #01803b;
    top: 0px;
    left: 22px;
    position: absolute;
    content: "";
}
.habout-img{
    margin-top: 40px;
    margin-left: 40px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.habout-img img{
    display: block;
    width: 100%;
}
@media(max-width: 1600px){
    .habout-left{
        padding-left: 20px;
    }
    .habout-right{
        padding-left: 0px;
    }
    .habout-right::after{
        left: 0px;
    }
    .habout-title{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .habout-ul{
        margin-top: 50px;
    }
}
@media(max-width: 1200px){
    .home-about{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .habout-left{
        padding-left: 0px;
        padding-right: 20px;
    }
    .habout-title h1{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .habout-title{
        margin-top: 0px;
    }
    .habout-des p{
        margin-bottom: 18px;
    }
    .habout-ul li{
        margin-right: 20px;
    }
    .habout-right::after{
        left: 10px;
        width: calc(100% - 60px);
        height: calc(100% - 48px);
    }
}
@media(max-width: 991px){
    .habout-left{
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    .habout-ul li{
        margin-bottom: 20px;
    }
    .habout-right{
        width: 100%;
        float: none;
        padding-top: 40px;
        padding-left: 20px;
    }
    .habout-right::after{
        left: 0px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .habout-img{
        margin-top: 0px;
        margin-left: 20px;
    }
    .home-about{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .habout-title h1{
        font-size: 36px;
        line-height: 36px;
    }
    .habout-title span{
        font-size: 24px;
        line-height: 24px;
    }
    .habout-ul{
        flex-wrap: wrap;
    }
    .habout-ul li{
        width: 50%;
        margin-right: 0px;
    }
    .habout-ul li a{
        margin: 0 auto;
    }
    .habout-right{
        padding-top: 20px;
    }
    .habout-img{
        margin-left: 0px;
    }
}
.home-pro{
    padding-top: 148px;
    padding-bottom: 80px;
    overflow: hidden;
    background: url(../img/hpro_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.hpro-main{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hpro-left{
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hpro-title{
    color: #fff;
}
.hpro-title h2{
    font-size: 48px;
    line-height: 48px;
    font-family: "pRegular";
    margin-bottom: 20px;
}
.hpro-title span{
    font-size: 30px;
    line-height: 30px;
}
.hpro-des{
    font-family: "pRegular";
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 68px;
}
.hpro-right{
    width: 62%;
    margin-top: 60px;
}
.hpro-item{
    width: 100%;
    position: relative;
}
.hpro-bg{
    width: calc(100% - 24px);
    height: calc(100% - 46px);
    position: absolute;
    top: 21px;
    left: 24px;
    background: #fff;
}
.hpro-img-wrap{
    background: #fff;
    padding: 6px;
    border: 4px solid #e7e7e7;
    margin-right: 35px;
    position: relative;
    z-index: 2;
}
.hpro-img{
    width: 100%;
    border: 2px solid #01803b;
    overflow: hidden;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-info{
    position: relative;
    margin-left: 24px;
    z-index: 2;
    margin-top: 36px;
    padding-left: 40px;
    padding-bottom: 100px;
}
.hpro-info h3{
    font-size: 30px;
    color: #333;
    font-family: "pRegular";
    margin-bottom: 15px;
}
.hpro-info span{
    font-family: "pRegular";
    font-size: 18px;
    line-height: 24px;
    color: #7d7d7d;
}
.public-more{
    display: block;
    width: 155px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
}
.learn-more{
    background: #01803b;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 35px;
    opacity: 0;
    transition: all .5s;
}
/* .hpro-swiper .swiper-slide-active .learn-more{
    opacity: 1;
} */
.hpro-item:hover .learn-more{
    opacity: 1;
}
.hpro-item:hover .hpro-img img{
    transform: scale(1.1);
}
.hpro-more{
    color: #01803b;
    border: 1px solid #01803b;
    border-radius: 26px;
}
.hpro-more:hover{
    background: #01803b;
    color: #fff;
}
.hpro-swiper-next,
.hpro-swiper-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d5d5d5;
    background-size: 22px 18px;
    margin-top: 80px;
    top: auto;
    position: relative;
    opacity: 1;
    display: inline-block;
    font-size: 0pz;
}
.hpro-swiper-next{
    right: auto;
    background-image: url(../img/hpro_next.png);
}
.hpro-swiper-prev{
    left: auto;
    margin-right: 28px;
    background-image: url(../img/hpro_prev.png);
}
.hpro-swiper-next:hover,
.hpro-swiper-prev:hover{
    background-color: #01803b;
}
@media(max-width: 1400px){
    .hpro-right{
        margin-top: 40px;
    }
    .hpro-swiper-next,
    .hpro-swiper-prev{
        margin-top: 60px;
    }
    .hpro-des{
        margin-top: 40px;
    }
}
@media(max-width: 1200px){
    .home-pro{
        padding-top: 90px;
    }
    .hpro-right{
        margin-top: 20px;
    }
    .hpro-des{
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .hpro-swiper-next,
    .hpro-swiper-prev{
        margin-top: 35px;
    }
    .hpro-img-wrap{
        margin-right: 26px;
    }
    .hpro-info{
        padding-left: 30px;
    }
    .learn-more{
        right: 26px;
    }
    .hpro-more{
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .home-pro{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hpro-title h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hpro-swiper-next,
    .hpro-swiper-prev{
        margin-top: 30px;
    }
    .hpro-main{
        flex-wrap: wrap;
    }
    .hpro-left{
        width: 100%;
    }
    .hpro-right{
        width: 100%;
    }
}
@media(max-width: 599px){
    .hpro-info{
        padding-bottom: 80px;
        margin-top: 30px;
    }
}
.home-other{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-other img{
    width: 100%;
    display: block;
    transform: scale(0.8);
    transition: all .8s;
}
.home-other.scaleDown img{
    transform: scale(1);
    transition: all .8s;
}
.hjm-main{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(0.8);
    transition: all .8s;
}
.home-other.scaleDown .hjm-main{
    transform: scale(1);
    transition: all .8s;
}
.hjm-title{
    margin-top: 155px;
    margin-bottom: 105px;
    text-align: center;
}
.hjm-title h3{
    margin-bottom: 15px;
}
.hjm-title h3 span{
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: "pMedium";
}
.hjm-title p{
    max-width: 500px;
    line-height: 24px;
    color: #fff;
    margin: 0 auto;
}
.more-jm{
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto;
    background: #01803b url(../img/hpro_next.png) no-repeat center;
}
@media(max-width: 1400px){
    .hjm-title{
        margin-top: 100px;
    }
}
@media(max-width: 1200px){
    .hjm-title{
        margin-bottom: 60px;
        margin-top: 80px;
    }
}
@media(max-width: 991px){
    .hjm-title{
        margin-bottom: 30px;
        margin-top: 50px;
    }
}
@media(max-width: 767px){
    .hjm-title{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .hjm-title h3 span{
        display: inline;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .hjm-title p{
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
    }
    .more-jm{
        width: 46px;
        height: 46px;
    }
}
@media(max-width: 599px){
    .hjm-main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hjm-title{
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .hjm-title h3 span{
        font-size: 18px;
        line-height: 24px;
    }
    .hjm-title h3{
        margin-bottom: 5px;
    }
    .hjm-title p{
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
    }
    .more-jm{
        width: 38px;
        height: 38px;
    }
}
/* 资讯动态 */
.home-news{
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 108px;
}
.hnews-title{
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}
.hnews-title-left h2{
    font-size: 48px;
    list-style: 48px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.hnews-title-left span{
    font-size: 30px;
    color: #7d7d7d;
    font-family: Calibri;
    font-weight: 300;
    line-height: 30px;
}
.hnews-more{
    border: 1px solid #01803b;
    color: #969696;
    border-radius: 26px;
}
.hnews-title-more:hover{
    background: #01803b;
    color: #fff;
}
.hnews-list{
    display: flex;
    justify-content: space-between;
}
.hnews-list li{
    max-width: 412px;
}
.hnews-item{
    width: 100%;
}
.hnews-time{
    display: flex;
    align-items: flex-end;
    color: #7d7d7d;
    margin-bottom: 16px;
}
.hnews-time strong{
    display: block;
    line-height: 52px;
    font-size: 52px;
    font-family: Calibri;
    font-weight: 300;
}
.hnews-time span{
    display: block;
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 4px;
    font-size: 24px;
    font-family: Calibri;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hnews-info{
    margin-top: 18px;
    margin-bottom: 32px;
}
.hnews-info h3{
    margin-bottom: 15px;
}
.hnews-info h3>a{
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-family: "pBold";
}
.hnews-info p{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnews-item:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-item:hover .hnews-info h3>a{
    color: #01803b;
}
.hnews-item:hover .hnews-more{
    background: #01803b;
    color: #fff;
} 
@media(max-width: 1600px){
    .hnews-list li{
        width: 30%;
    }
}
@media(max-width: 1400px){
    .hnews-list li{
        width: 31%;
    }
    .hnews-info h3>a{
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
    }
}
@media(max-width: 1200px){
    .home-news{
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .home-news{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .hnews-title-left h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    .hnews-title{
        margin-bottom: 20px;
    }
    .hnews-list{
        flex-wrap: wrap;
    }
    .hnews-list li{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hnews-list li:last-child{
        margin-bottom: 0px;
    }
    .hnews-info h3>a{
        white-space: pre-wrap;
    }
    .hnews-info p{
        -webkit-line-clamp: 20;
    }
    .hnews-info{
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .hnews-title-more{
        width: 130px;
    }
}
/* 底部 */
#footer{
    background: #f0f0f0;
    padding-top: 46px;
    overflow: hidden;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
}
.footer-logo{
    display: block;
    width: 181px;
    margin-bottom: 6px;
    margin-top: 15px;
}
.footer-logo img{
    display: block;
    width: 100%;
}
.footer-code{
    width: 100px;
    height: 100px;
    padding: 6px;
    background: #fff;
    overflow: hidden;
}
.footer-code img{
    width: 100%;
    display: block;
}
.footer-share{
    margin-bottom: 23px;
}
.footer-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 64px;
}
.footer-ul li{
    padding: 0 10px;
}
.footer-ul li h3>a{
    color: #333;
    font-size: 18px;
    line-height: 24px;
}
.footer-ul li h3{
    margin-bottom: 24px;
}
.footer-ul li dl dd{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.copy{
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
    color: #666;
    font-size: 16px;
    padding-bottom: 54px;
    line-height: 30px;
}
@media(max-width: 1200px){
    .copy{
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    #footer{
        padding-top: 30px;
    }
    .footer-logo{
        margin-top: 0px;
    }
    .footer-ul{
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .footer-ul li{
        width: 100%;
        padding: 0px;
        margin-bottom: 8px;
    }
    .footer-ul li h3{
        margin-bottom: 4px;
        text-align: center;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 3px;
    }
    .copy{
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }
}
/* 关于我们 */
.ibanner-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-logo{
    width: 192px;
    display: block;
}
.ibanner-wrap i{
    display: block;
    margin-top: 25px;
    width: 27px;
    height: 33px;
    cursor: pointer;
    animation: spinner 1.5s infinite linear;
    background: url(../img/banner_down.png);
}
@keyframes spinner {
    0% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
}
.inside-nav{
    height: 88px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.inav-ul{
    display: flex;
}
.inav-ul li{
    margin-right: 75px;
}
.inav-ul li:last-child{
    margin-right: 0px;
}
.inav-ul li a{
    display: block;
    font-family: "pMedium";
    color: #666;
    font-size: 16px;
    line-height: 84px;
    border-bottom: 3px solid transparent;
}
.inav-ul li:hover a,
.inav-ul li.on a{
    color: #01803b;
    border-bottom-color: #01803b;
}
.about-main{
    padding-top: 68px;
    overflow: hidden;
}
.about-title{
    text-align: center;
}
.about-title h2{
    font-size: 48px;
    line-height: 48px;
    color: #43b979;
    font-family: "pMedium";
}
.about-title h3{
    font-size: 36px;
    line-height: 36px;
    color: #666;
    font-family: "pMedium";
    margin-top: -10px;
    margin-bottom: 18px;
}
.about-title i{
    display: block;
    width: 50px;
    height: 5px;
    background: #43b979;
    margin: 0 auto;
}
.about-des{
    margin-top: 52px;
    margin-bottom: 45px;
    font-family: "pMedium";
    line-height: 36px;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0 155px;
}
.about-us-img{
    width: 100%;
    overflow: hidden;
}
.about-us-img img{
    width: 100%;
    display: block;
}
.about-arrow{
    width: 115px;
    height: 115px;
    background: url(../img/about_arrow.png) no-repeat center;
    margin: -72px auto 0;
}
.about-culture{
    margin-top: 50px;
}
.culture-list{
    margin-top: 26px;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
}
.culture-list li{
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.culture-icon{
    width: 157px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}
.culture-icon::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/culture_icon_bg.png) no-repeat center;
    background-size: 100% 100%;
    animation: spinners 1.5s infinite linear;
}
@-webkit-keyframes spinners {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
  
@keyframes spinners {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
.culture-info{
    padding: 0 60px;
    text-align: center;
}
.culture-info h3{
    font-size: 18px;
    color: #333;
    font-family: "pMedium";
    line-height: 26px;
    margin-bottom: 10px;
}
.culture-info p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
}
@media(max-width: 1400px){
    .about-des{
        padding: 0 80px;
    }
    .culture-info{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .about-des{
        padding: 0 30px;
    }
    .culture-info{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .culture-list{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .about-culture{
        margin-top: 40px;
    }
    .culture-list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .culture-list li:last-child{
        margin-bottom: 0px;
    }
    .culture-info{
        padding: 0 0px;
    }
    .culture-icon{
        margin-bottom: 20px;
    }
    .culture-info p{
        min-height: 26px;
    }
    .about-des{
        padding: 0px;
    }
    .inav-ul li{
        margin-right: 30px;
    }
    .banner-logo{
        width: 158px;
    }
    .about-main{
        padding-top: 50px;
    }
    .about-des{
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .inside-nav{
        height: 70px;
    }
    .inav-ul li a{
        line-height: 66px;
    }
}
@media(max-width: 762px){
    .banner-logo{
        width: 108px;
    }
    .ibanner-wrap i{
        margin-top: 10px;
    }
    .about-title h2{
        font-size: 40px;
        line-height: 40px;
    }
    .about-title h3{
        font-size: 32px;
        line-height: 32px;
        margin-top: -6px;
    }
    .about-arrow{
        width: 85px;
        height: 85px;
        margin-top: -54px;
        background-size: 85px 85px;
    }
}
@media(max-width: 449px){
    .banner-logo{
        width: 58px;
    }
    .ibanner-wrap i{
        margin-top: 10px;
        width: 20px;
        height: 24px;
        background-size: 20px 24px;
    }
    .inav-ul li{
        margin-right: 15px;
    }
    .about-main{
        padding-top: 40px;
    }
    .about-des{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
/* 发展历程 */
.about-history{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-history img{
    width: 100%;
    display: block;
}
.history-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.history-title{
    margin-top: 50px;
    margin-bottom: 110px;
}
.history-title h2{
    color: #fff;
    opacity: .36;
}
.history-title h3{
    color: #fff;
}
.history-title i{
    background: rgba(255, 255, 255, .36);
}
.history-item{
    text-align: center;
}
.history-item strong{
    font-family: "pMedium";
    color: #fff;
    font-weight: normal;
    display: block;
    margin-bottom: 26px;
    line-height: 60px;
    font-size: 50px;
    opacity: .6;
    transition: all .3s;
}
.history-swiper .swiper-slide-active .history-item strong{
    opacity: 1;
    font-size: 60px;
}
.history-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: all .3s;
}
.history-swiper .swiper-slide-active .history-info{
    opacity: 1;
}
.history-info i{
    display: block;
    width: 2px;
    height: 68px;
    background: #fff;
    margin-bottom: 55px;
}
.history-info p{
    font-size: 18px;
    color: #fff;
    font-family: "pMedium";
}
.history-cont{
    position: relative;
    height: 100%;
}
.history-swiper-prev,
.history-swiper-next{
    width: 68px;
    height: 68px;
    margin-top: -34px;
    background-color: #01803b;
    background-size: 15px 26px;
}
.history-swiper-prev{
    background-image: url(../img/about_prev.png);
    left: -68px;
}
.history-swiper-next{
    background-image: url(../img/about_next.png);
    right: -68px;
}
@media(max-width: 1700px){
    .history-swiper-prev{
        left: -48px;
    }
    .history-swiper-next{
        right: -48px;
    }
}
@media(max-width: 1600px){
    .history-title{
        margin-bottom: 50px;
    }
    .history-info i{
        margin-bottom: 35px;
    }
}
@media(max-width: 1400px){
    .history-title{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .history-swiper .swiper-slide-active .history-item strong{
        font-size: 52px;
    }
    .history-item strong{
        font-size: 44px;
        margin-bottom: 15px;
    }
    .history-info i{
        height: 48px;
    }
    .history-swiper-prev{
        left: 0px;
    }
    .history-swiper-next{
        right: 0px;
    }
}
@media(max-width: 1200px){
    .history-info i{
        height: 40px;
        margin-bottom: 15px;
    }
    .history-item strong{
        margin-bottom: 10px;
    }
    .history-title{
        margin-bottom: 12px;
    }
}
@media(max-width: 991px){
    .about-history{
        background: url(../img/history_bg.jpg) no-repeat center;
        padding-top: 20px;
        padding-bottom: 50px;
        background-size: 100% 100%;
    }
    .about-history>img{
        display: none;
    }
    .history-main{
        position: relative;
    }
    .history-swiper-prev, .history-swiper-next{
        width: 58px;
        height: 58px;
        margin-top: 10px;
    }
}
@media(max-width: 449px){
    .history-swiper-prev, .history-swiper-next{
        width: 48px;
        height: 48px;
        margin-top: 10px;
    }
}
.honor-main{
    position: relative;
}
.about-honor{
    padding-bottom: 120px;
}
.honor-title{
    margin-top: 65px;
    margin-bottom: 50px;
}
.honor-item{
    padding: 49px;
    padding-bottom: 0px;
    border: 1px solid #e8e8e8;
}
.honor-img{
    width: 100%;
    overflow: hidden;
}
.honor-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.honor-item p{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 38px;
    text-align: center;
    color: #333;
    font-family: "pMedium";
}
.honor-item:hover .honor-img img{
    transform: scale(1.1);
}
.honor-item:hover p{
    color: #01803b;
}
.honor-swiper-prev,
.honor-swiper-next{
    width: 68px;
    height: 68px;
    margin-top: -34px;
    background-color: #01803b;
    background-size: 15px 26px;
}
.honor-swiper-prev{
    background-image: url(../img/about_prev.png);
    left: -68px;
}
.honor-swiper-next{
    background-image: url(../img/about_next.png);
    right: -68px;
}
@media(max-width: 1400px){
    .honor-item{
        padding: 30px 30px 0px;
    }
    .honor-item p{
        margin-top: 24px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1200px){
    .about-honor .container{
        padding: 0 68px;
    }
    .about-honor{
        padding-bottom: 80px;
    }
    .honor-swiper .swiper-slide{
        padding-bottom: 1px;
    }
}
@media(max-width: 991px){
    .about-honor .container{
        padding: 0 48px;
    }
    .honor-swiper-prev,
    .honor-swiper-next{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .honor-swiper-prev{
        left: -48px;
    }
    .honor-swiper-next{
        right: -48px;
    }
    .about-honor{
        padding-bottom: 50px;
    }
    .honor-title{
        margin-top: 50px;
        margin-bottom: 35px;
    }
}
@media(max-width: 767px){
    .about-honor .container{
        padding: 0 58px;
    }
}
@media(max-width: 599px){
    .honor-item{
        padding: 20px 20px 0px;
    }
    .honor-item p{
        margin-top: 16px;
    }
}
/* 联系我们 */
.ibanner-contact{
    background: transparent;
}
.ibanner-wrap h1{
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 35px;
}
.contact-wrap{
    overflow: hidden;
    padding-top: 115px;
    padding-bottom: 106px;
}
.contact-main{
    display: flex;
}
.contact-info{
    width: 50%;
    padding: 0 66px;
    display: flex;
}
.contact-des{
    width: 100%;
    border-bottom: 7px solid #eaeaea;
   /* text-align: center;*/
}
.contact-des h3{
    font-family: "pBold";
    font-size: 30px;
    color: #333;
    position: relative;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 48px;
    padding-bottom: 25px;
    /*text-align: center;*/
}
.contact-des h3::after{
    position: absolute;
    width: 52px;
    content: "";
    height: 4px;
    background: #cecece;
    bottom: 0px;
    left: 50%;
    margin-left: -26px;
    display:none;
}
.contact-list li{
    display: flex;
   /* align-items: center;*/
    height: 24px;
   /* justify-content: center;*/
    margin-bottom: 12px;
}
.contact-list li span{
    padding-left: 22px;
    color: #666;
    font-family: "pMedium";
}
.contact-img{
    width: 50%;
    overflow: hidden;
}
.contact-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.contact-img:hover img{
    transform: scale(1.1);
}
.contact-more{
    border: 1px solid #01803b;
    color: #01803b;
    margin: 36px 0px 0px;
    border-radius: 26px;
    font-size: 14px;
}
.contact-more:hover{
    background: #01803b;
    color: #fff;
}
@media(max-width: 1600px){
    .contact-des h3{
        margin-top: 15px;
    }
}
@media(max-width: 1400px){
    .contact-des h3{
        margin-bottom: 28px;
    }
}
@media(max-width: 1200px){
    .contact-des h3{
        margin-bottom: 18px;
        margin-top: 0px;
        padding-bottom: 18px;
    }
    .contact-wrap{
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .contact-info{
        padding: 0 40px;
    }
    .contact-more{
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .contact-main{
        flex-wrap: wrap;
    }
    .contact-des h3{
        margin-bottom: 25px;
    }
    .contact-wrap{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .contact-info{
        padding: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-des{
        border-bottom: none;
    }
    .contact-img{
        width: 100%;
    }
    .contact-more{
        margin-top: 30px;
    }
    .ibanner-wrap h1{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 5px;
    }
}
@media(max-width: 599px){
    .ibanner-wrap h1{
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }
}
/* 信息动态 */
.news-wrap{
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 77px;
}
.news-list li{
    margin-bottom: 35px;
    padding: 35px 36px;
    background: #fff;
}
.news-list li:last-child{
    margin-bottom: 0px;
}
.news-item{
    display: flex;
}
.news-img{
    width: 418px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.news-info{
    width: calc(100% - 418px);
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info h3{
    margin-bottom: 14px;
}
.news-info h3>a{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-family: "pMedium";
}
.news-info span{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: "pMedium";
    margin-bottom: 30px;
}
.news-info p{
    line-height: 24px;
    font-size: 16px;
    color: #969696;
    margin-bottom: 34px;
    font-family: "pMedium";
}
.news-arrow{
    display: block;
    width: 40px;
    height: 13px;
    transition: all .5s;
    background: url(../img/news_arrow.png) no-repeat center;
}
.news-item:hover .news-info h3>a{
    color: #01803b;
}
.news-item:hover .news-img img{
    transform: scale(1.1);
}
.news-item:hover .news-arrow{
    transform: translateX(10px);
}
.news-more{
    border: 1px solid #01803b;
    color: #01803b;
    border-radius: 26px;
    margin: 46px auto 0px;
}
.news-more:hover{
    background: #01803b;
    color: #fff;
}
@media(max-width: 1600px){
    .news-info{
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .news-info{
        padding-right: 0px;
        padding-left: 36px;
        width: calc(100% - 398px);
    }
    .news-img{
        width: 398px;
    }
    .news-info span{
        margin-bottom: 10px;
    }
    .news-info p{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .news-item{
        flex-wrap: wrap;
    }
    .news-img{
        width: 100%;
    }
    .news-list li{
        padding: 0px;
        background: transparent;
        margin-bottom: 30px;
    }
    .news-info{
        width: 100%;
        background: #fff;
        padding: 30px;
    }
    .news-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.news-detail{
    background: #f5f5f5;
}
.newsd-main{
    background: #fff;
    width: 100%;
    margin-top: -172px;
    position: relative;
    z-index: 2;
}
.newsd-title{
    height: 172px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-top: 56px;
}
.newsd-title h2{
    font-size: 36px;
    color: #333;
    line-height: 36px;
    font-family: "pMedium";
    margin-bottom: 22px;
}
.newsd-title span{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: "pMedium";
}
.newsd-des{
    font-family: "pMedium";
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 76px 100px 82px;
}
.newsd-des img{
    width: auto;
    max-width: 100%;
}
.newsd-txt{
    margin-bottom: 32px;
}
.newsd-img{
    width: 100%;
    max-width: 895px;
    margin: 88px auto;
    overflow: hidden;
}
.newsd-img img{
    width: 100%;
    display: block;
}
@media(max-width: 1200px){
    .newsd-title{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }
    .newsd-title h2{
        font-size: 32px;
    }
    .newsd-des{
        padding: 60px 50px 60px;
    }
    .newsd-img{
        margin: 50px auto;
    }
}
@media(max-width: 991px){
    .newsd-main{
        margin-top: 0px;
    }
    .newsd-title{
        height: auto;
        padding-bottom: 30px;
        margin-top: 50px;
    }
    .newsd-title h2{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .newsd-des{
        padding: 40px 20px 30px;
    }
    .newsd-img{
        margin: 30px auto;
    }
}
/* 客户案例 */
.case-wrap{
    padding-top: 75px;
    padding-bottom: 58px;
}
.case-list{
    margin-left: -46px;
    margin-right: -46px;
}
.case-list li{
    padding: 0 46px;
    width: 33.33333%;
    float: left;
}
.case-item{
    width: 100%;
}
.case-img{
    width: 100%;
    padding: 6px;
    background: #ddd;
    overflow: hidden;
}
.case-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.case-item p{
    text-align: center;
    font-family: "pMedium";
    font-size: 16px;
    color: #666;
    margin-top: 28px;
    margin-bottom: 42px;
}
.case-item:hover .case-img img{
    transform: scale(1.1);
}
.case-item:hover p{
    color: #01803b;
}
.click-case{
    margin-top: 20px;
}
@media(max-width: 1600px){
    .case-list{
        margin-left: -30px;
        margin-right: -30px;
    }
    .case-list li{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .case-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .case-list li{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .case-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .case-list li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .case-item p{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .click-case{
        margin-top: 50px;
    }
    .case-wrap{
        padding-top: 50px;
    }
}
@media(max-width: 599px){
    .case-wrap{
        padding-bottom: 50px;
    }
    .click-case{
        margin-top: 40px;
    }
}
/* 产品中心 */
.pros-wrap{
    padding-top: 58px;
    padding-bottom: 100px;
}
.pros-list{
    margin-left: -26px;
    margin-right: -26px;
}
.pros-list li{
    padding: 0 26px;
    float: left;
    margin-bottom: 57px;
    width: 50%;
}
.pros-item{
    width: 100%;
    display: flex;
}
.pros-left{
    width: 62%;
    border: 4px solid #e7e7e7;
    background: #fff;
    padding: 7px;
}
.pros-imgwrap{
    width: 100%;
    border: 2px solid #01803b;
}
.pros-img{
    width: 100%;
    overflow: hidden;
}
.pros-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.pros-right{
    width: 38%;
    background: #f7f7f7;
    padding-left: 40px;
    padding-bottom: 44px;
    padding-top: 62px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
}
.pros-txt h3{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 14px;
}
.pros-txt span{
    color: #7d7d7d;
    font-size: 18px;
    line-height: 24px;
}
.pros-more{
    display: block;
    width: 155px;
    height: 52px;
    border: 1px solid #a7a7a7;
    line-height: 52px;
    text-align: center;
    color: #333;
    transition: all .3s;
}
.pros-item:hover .pros-img img{
    transform: scale(1.1);
}
.pros-item:hover .pros-right{
    background: #01803b;
}
.pros-item:hover .pros-txt h3{
    color: #fff;
}
.pros-item:hover .pros-txt span{
    color: #fff;
}
.pros-item:hover .pros-more{
    border-color: #fff;
    color: #fff;
}
.click-pros{
    margin-top: 20px;
}
@media(max-width: 1600px){
    .pros-right{
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
}
@media(max-width: 1400px){
    .pros-list{
        margin-left: -18px;
        margin-right: -18px;
    }
    .pros-list li{
        padding: 0 18px;
    }
}
@media(max-width: 1200px){
    .pros-right{
        padding-top: 30px;
        padding-left: 20px;
    }
    .pros-more{
        width: 130px;
        height: 50px;
        line-height: 50px;
    }
    .pros-wrap{
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .pros-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pros-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pros-list li{
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 30px;
    }
    .click-pros{
        margin-top: 50px;
    }
}
@media(max-width: 767px){
    .inside-navpro{
        height: auto;
    }
    .inav-pro{
        flex-wrap: wrap;
    }
    .inav-pro li{
        width: 33.333%;
        margin-right: 0px;
        padding: 0 10px;
        text-align: center;
    }
    .inav-pro li a{
        line-height: 52px;
    }
}
@media(max-width: 599px){
    .pros-item{
        flex-wrap: wrap;
    }
    .pros-left{
        width: 100%;
    }
    .pros-right{
        width: 100%;
        padding: 30px;
    }
    .pros-more{
        margin-top: 24px;
    }
}
/* 产品详情 */
.inside-prodetail{
    border-top: 1px solid #f0f0f0;
}
.prosd-detailwrap{
    background: #f7f7f7;
    padding-top: 46px;
    padding-bottom: 65px;
}
.prosd-title{
    text-align: center;
    font-size: 46px;
    color: #333;
    line-height: 46px;
    margin-bottom: 45px;
}
.prosd-detailmain{
    padding-left: 200px;
    padding-right: 200px;
}
.prosd-detailtop{
    position: relative;
    margin-bottom: 20px;
}
.prosd-detailtop-imgwrap{
    width: 100%;
    border: 24px solid #958a86;
    background: #fff;
    padding: 16px;
}
.prosd-detailtop-img{
    border: 2px solid #8a8a8a;
    padding: 18px;
}
.public-prodetail-img{
    width: 100%;
    overflow: hidden;
}
.public-prodetail-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.prosd-detailtop-imgwrap:hover .public-prodetail-img img{
    transform: scale(1.1);
}
.prodetailtop-swiper-prev,
.prodetailtop-swiper-next{
    width: 68px;
    height: 68px;
    margin-top: -34px;
    background-color: #01803b;
    background-size: 15px 26px;
}
.prodetailtop-swiper-prev{
    background-image: url(../img/about_prev.png);
    left: -200px;
}
.prodetailtop-swiper-next{
    background-image: url(../img/about_next.png);
    right: -200px;
}
.prosd-detailthumbs-imgwrap{
    padding: 2px;
    border: 4px solid #e7e7e7;
    background: #fff;
}
.prosd-detailthumbs-img{
    border: 3px solid #8a8a8a;
}
.prodetail-thumbs-swiper .swiper-slide-thumb-active .prosd-detailthumbs-img{
    border: 3px solid #01803b;
}
@media(max-width: 1400px){
    .prosd-detailmain {
        padding-left: 100px;
        padding-right: 100px;
    }
    .prodetailtop-swiper-prev{
        left: -100px;
    }
    .prodetailtop-swiper-next{
        right: -100px;
    }
}
@media(max-width: 991px){
    .prosd-detailmain {
        padding-left: 88px;
        padding-right: 88px;
    }
    .prodetailtop-swiper-prev{
        left: -88px;
    }
    .prodetailtop-swiper-next{
        right: -88px;
    }
    .prosd-detailtop-imgwrap{
        padding: 12px;
        border-width: 18px;
    }
    .prosd-detailtop-img{
        padding: 14px;
    }
    .prosd-detailwrap{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .prosd-detailmain {
        padding-left: 58px;
        padding-right: 58px;
    }
    .prodetailtop-swiper-prev,
    .prodetailtop-swiper-next{
        width: 48px;
        height: 48px;
    }
    .prodetailtop-swiper-prev{
        left: -58px;
    }
    .prodetailtop-swiper-next{
        right: -58px;
    }
    .prosd-title{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .prosd-detailtop-imgwrap{
        padding: 6px;
        border-width: 10px;
    }
    .prosd-detailtop-img{
        padding: 8px;
    }
    .prosd-detailwrap{
        padding-bottom: 40px;
    }
}
/* 招商加盟 */
.jiameng-wrap{
    overflow: hidden;
}
.jiameng-title{
    margin-top: 55px;
    text-align: center;
    margin-bottom: 33px;
}
.jiameng-title h3{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    font-family: "pMedium";
    margin-bottom: 14px;
}
.jiameng-title i{
    display: block;
    width: 25px;
    height: 3px;
    background: #bbbbbb;
    margin: 0 auto;
}
.support-main{
    background: url(../img/support_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}
.support-list{
    display: flex;
    flex-wrap: wrap;
}
.support-list li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.support-icon{
    min-height: 51px;
    line-height: 51px;
    margin-bottom: 18px;
}
.support-list li p{
    color: #fff;
    min-height: 72px;
    font-size: 16px;
    line-height: 24px;
    font-family: "pMedium";
    max-width: 224px;
    text-align: center;
}
.request-list{
    margin-bottom: 100px;
    margin-left: -30px;
    margin-right: -30px;
}
.request-list li{
    padding: 39px 30px 0px;
    float: left;
    width: 33.3333%;
}
.request-item{
    position: relative;
    width: 100%;
    border: 3px solid #01803b;
    padding-top: 74px;
    padding-bottom: 8px;
    padding-left: 46px;
    padding-right: 46px;
}
.request-item p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-family: "pMedium";
    text-align: center;
    min-height: 72px;
}
.request-num{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -39px;
    z-index: 22;
    line-height: 70px;
    text-align: center;
    border: 4px solid #01803b;
    font-family: "gMediumCond";
    font-size: 72px;
    background: #fff;
    color: #01803b;
}
.lc-list{
    margin-left: 60px;
    margin-right: 60px;
    height: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lc-list-bg{
    height: 162px;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0px;
    background: url(../img/lc_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.lc-list-bg::before{
    width: 24px;
    height: 26px;
    position: absolute;
    top: -12px;
    left: -6px;
    content: "";
    background: url(../img/jiameng_icon.png) no-repeat center;
}
.lc-lisarrow{
    width: 24px;
    height: 26px;
    position: absolute;
    margin-left: -6px;
    left: 50%;
    left: 50%;
}
.lc-lisarrow-two{
    background: url(../img/jiameng_icon.png) no-repeat center;
    top: 0px;
}
.lc-lisarrow-three{
    bottom: 44px;
    background: url(../img/jiameng_icon_left.png) no-repeat center;
}
.lc-listop{
    position: relative;
    display: flex;
    justify-content: center;
}
.lc-listop li{
    margin-right: 46px;
    text-align: center;
    position: relative;
}
.lc-listop li:last-child{
    margin-right: 0px;
}
.lc-listop li p{
    margin-top: 36px;
    line-height: 24px;
    color: #666;
    font-size: 16px;
    font-family: "pMedium";
    width: 148px;
}
.lc-listop li::after, .lc-listop li::before{
    display: block;
    position: absolute;
    content: "";
    left: 50%;
}
.lc-listop li::before{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #01803b;
    padding: 3px;
    background: #fff;
    top: 0px;
    margin-left: -13px;
}
.lc-listop li::after{
    width: 16px;
    height: 16px;
    background: #01803b;
    border-radius: 8px;
    top: 5px;
    margin-left: -8px;
}
.lc-lisbom{
    display: flex;
    justify-content: center;
    height: 71px;
    flex-direction: row-reverse;
}
.lc-lisbom li:last-child{
    margin-right: 46px;
}
.lc-lisbom li:first-child{
    margin-right: 0px;
}
@media(max-width: 1600px){
    .request-item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .lc-listop li{
        margin-right: 6px;
    }
    .lc-lisbom li:last-child{
        margin-right: 6px;
    }
    .lc-list{
        height: 203px;
    }
    .lc-list-bg{
        height: 135px;
    }
}
@media(max-width: 1400px){
    .request-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .request-list li{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 1200px){
    .request-list{
        margin-bottom: 80px;
    }
    .request-item p{
        font-size: 14px;
    }
    .request-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .lc-listop li{
        margin-right: 36px;
    }
    .lc-lisbom li:last-child{
        margin-right: 36px;
    }
    .lc-list{
        height: 185px;
    }
    .lc-list-bg{
        height: 101px;
    }
    .lc-listop li p{
        width: 88px;
        font-size: 14px;
        line-height: 20px;
    }
    .lc-lisbom li::before{
        top: -14px;
    }
    .lc-lisbom li::after{
        top: -9px;
    }
    .lc-lisarrow-three{
        bottom: 60px;
    }
    .lc-list{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .support-list li{
        width: 50%;
    }
    .request-list{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .request-list li{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .request-list li:last-child{
        margin-bottom: 0px;
    }
    .request-item p{
        font-size: 16px;
        min-height: 24px;
    }
    .request-item{
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .support-list li{
        margin-bottom: 15px;
    }
    .lc-list-bg{
        display: none;
    }
    .lc-lisarrow{
        display: none;
    }
    .lc-lisbom{
        flex-direction: row;
        height: auto;
    }
    .lc-list{
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
    }
    .lc-listop{
        justify-content: space-between;
    }
    .lc-listop li{
        margin-right: 0px;
    }
    .lc-lisbom li:last-child{
        margin-right: 0px;
    }
    .lc-lisbom{
        margin-top: 40px;
    }
    .lc-lisbom li p{
        margin-top: 24px;
    }
}
@media(max-width: 767px){
    .lc-listop{
        flex-wrap: wrap;
    }
    .lc-listop li{
        width: 33.3333%;
        margin-bottom: 10px;
        padding: 0 12px;
    }
    .lc-lisbom{
        margin-top: 12px;
    }
    .lc-lisbom li{
        margin-bottom: 20px;
    }
    .lc-listop li p{
        text-align: center;
        width: auto;
    }
    .lc-lisbom li p{
        margin-top: 20px;
    }
    .support-title{
        margin-top: 30px;
    }
}
@media(max-width: 599px){
    .support-main{
        padding-top: 40px;
    }
}
@media(max-width: 449px){
    .support-list li{
        width: 100%;
        padding: 0px;
    }
    .support-list li p{
        min-height: 24px;
    }
    .jiameng-title{
        margin-top: 40px;
        margin-bottom: 28px;
    }
    .support-title{
        margin-top: 20px;
    }
}