.wrap{
    width: 75%!important;
    margin: auto;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.banner img{
    width: 100%;
}
.banner{
    position: relative;
}
.banner .arrow-left{
    position: absolute;
    background-image: url("../images/left-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    top: 50%;
    left: 0;
    height: 48px;
    z-index: 100;
}
.banner .arrow-right{
    position: absolute;
    background-image: url("../images/right-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    top: 50%;
    right: 0;
    height: 48px;
    z-index: 100;
}

.header-contain .logo-contain{
    width: 25%;
}
.header-contain .logo-contain img{

}
.mo-banner{
    display: none;
}
.index-pro-item img{
    width: 100%;
}
.contact-content{
    margin: 30px auto;
    width: 100%;
}
.top-footer{
    display: flex;
    justify-content: space-around;
    padding:2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.top-footer a{
    color: #6e6e6e;
}
.footer-cate-header{
    font-weight: bold;
}
.footer-cate li{
    color: #6e6e6e;
    margin-bottom: 10px;
}
.search-container{
    margin: 50px auto;
}
.web-tool{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    width: 10%;
    height: 100px;
    line-height: 100px;
}
.web-tool a{
    color: #000;
}
.search-contain{
    margin-right: 20px;
}
.search-contain a{
    width: 30px;
    height: 100px;
    display: block;
    background-image: url("../images/search.png?v=2020");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.search-contain form{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.index_input{
    border: 1px solid #000;
    border-radius: 5px;
}
.search-container .index_input{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 80%;
    height: 40px;
    margin-bottom: 50px;
}
.search-contain .searchBtn{
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}
footer{
    background: #f2f2f2;
    margin-top: 50px;
}
.footer{
    background: #000;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.footer-cate{
    text-align: left;
    width: 16%;
}
.footer-cate .logo-contain{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-cate .logo-contain img{
    /*width: 35%;*/
    
}
.footer-cate .logo-contain p{
    font-size: 24px;
    margin-left: 50px;
    height: 40px;
    line-height: 40px;
    position: relative;

    
}
.footer-cate .logo-contain p:after{
    content: "";
    position:absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #000;
}
footer .info-contain{
    display: flex;
    justify-content: space-between;
}
.wxqr-contain{
    margin-right: 5%;
    
}
footer .foote-info{
    
}
.footer p{
    margin: 0;
    padding: 10px;
}
.footer a{
    color: #fff;
}
.catpos-nav{
    margin: 2% auto;
}
.catpos-nav,.catpos-nav a{
    color: #3d3d3d;
}

.header-contain{
    background:#fff ;
    border: 0;
    /*position: absolute;*/
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    color: #000;
    /*-webkit-box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);*/
    /*-moz-box-shadow: inset 0 -1px 0 #fff,0 2px 2px rgba(0,0,0,.25);*/
    /*box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);*/
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header-contain .navbar{
    width: 65%;
    height: 100%;
}
.btn-navbar{
    display: none;
}
.navbar-container{
    display: flex;
}
.navbar-container .nav-collapse{
    width: 100%;
}
.nav-collapse .nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.nav-collapse .nav li{
    position: static;
    text-align: center;
    width: 13%;
}
.nav-contain{
    display: none;
    position: absolute;
    background-color: #212121;
    width: 100%;
    left: 0;
}

.ul-parent .nav-contain{
    background: #fff;

}

.ul-parent .nav-contain a{
    color: #000;
}

.nav .dropdown-menu{
    display: flex;
    justify-content: space-around;
}
.nav-collapse .dropdown-menu .megamenu-header{
    color: #9e9e9e;
}
.dropdown-menu .nav-list{
    display: flex;
    flex-flow: column;
}
.nav-collapse .nav-list .nav-item a{
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav-item a:after{
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 49%;
    left: -25px;
}
.nav-collapse .nav li a{
    display: block;
    color: #000;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.nav-collapse .nav .cur a{
    color:#009e7f;
}
.nav-collapse .nav .cur a:before{
    /*content: "";*/
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
}

.page-container{
    color: #000;
    min-height: 500px;
}
.page-container img{
    max-width: 100%;
}
.page-container .title{
    text-align: center;
    margin-bottom: 20px;
}
.page-thumb{
    width: 100%;
}
/*首页*/
.index-pro-icon{
    display: flex;
    justify-content: space-around;
    margin: 5% auto;
}
.index-pro-icon li{
    width: 20%;
    text-align: center;
    
}
.index-pro-icon li img{
    max-width: 100%;
}
.index-pro-icon p{
    color: #000;
    text-align: center;
}
.index-catname{
    text-align: center;
    color: #767676;
    font-size: 1.2rem;
    margin: 2%;
}
.index-pro-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-pro-list img{
    width: 100%;
}
.index-pro-list li{
    width: 48%;
    margin-left: 1%;
    
}
.index-pro-list li:nth-child(2){
    margin-left: 2%;
}
.index-pro-list li:nth-child(1),.index-pro-list li:nth-child(2){
    width: 48%;
}
.index-pro-list li p{
    text-align: center;
    color: #767676;
}
.index-new-list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.new-item{
    position: relative;
}
.index-new-list li{
    width: 32%;
    margin: 2% 0;
    margin-left: 1%;
}
.index-new-list li:nth-child(2){
    margin-left: 2%;
}
.index-new-list li:nth-child(1),.index-new-list li:nth-child(2){
    width: 48%;
}
.index-new-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.5);
    color: #009e7f;
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding: 2%;
}
.index-new-list img{
    width: 100%;
}
.index-partner-contain{
    text-align: center;
    margin-top: 5%;
}
.index-partner-contain img{
    max-width: 100%;
}
.index-pic-contain{
    margin: 5% auto;
}
.index-pic-list{
    display: flex;
    margin: 5%;
}
.index-pic-list img{
    width: 100%;
}
.index-pic-list li{
    width: 24%;
    border: 1px solid #e1e1e1;
    padding: 1%;
}
.index-pic-list li p{
    text-align: center;
    margin: 1% auto;
}

.qs-container{
    display: flex;
    flex-flow: column;
}
.qs-container .ul-parent{
    flex-flow: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.qs-container .ul-parent li{
    margin: 1%;
    display: inline-block;
}
.qs-list{
    margin: 5% auto;
}
.qs-list li{
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
}
.qs-title{
    font-size: 24px;
    margin: 1% auto;
}
.qs-content{
    display: none;
    margin: 1% auto;
}


/*关于我们*/
.page-list{
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
    flex-wrap: wrap;
}
.page-list li{
    width: 46%;
    margin: 2% auto;
    margin-left: 2%;
    position: relative;
}
.page-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.5);
    color: #009e7f;
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding: 2%;
}
.page-list img{
    width: 100%;
}
    /*产品页*/
.tool-contain{
    margin: 20px auto;
}
.pro-container{
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
}
.pro-container .ul-parent li{
    display: block;
}
.ul-parent{
    width: 18%;
    display: flex;
    flex-flow: column;
}
.ul-parent li{
    margin: 0 5%;
    margin-bottom: 10px;
    border: 1px solid #009e7f;
    text-align: center;
    position: relative;
    display: inline-block;

}
.ul-parent li a{
    display: block;
    color: #8f8f8f;
    width: 100%;
    padding: 10px;
}
.ul-parent li.cur{
    background: #009e7f;
}
.ul-parent li.cur>a{
    color: #fff;
}
.ul-dropdown-menu{
    border-top: 1px solid #009e7f;
}
.ul-dropdown-menu li{
    border: none;
    margin: 0;
    width: 100%;
}
.ul-parent .cate-header{

}
.ul-nav-contain{
    /*border-bottom: 1px solid #009e7f;*/
    display: none;
}
.pro-contain{
    width: 80%;
}
.pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    min-height: 600px;
    align-items: baseline;
}
.pro-list li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    border: 1px solid #dedede;
}

.pro-list li img{
    width: 100%;
}
.pro-title{
    text-align: center;
    font-size: 1.2rem;
    background: #009e7f;
    padding: 10px;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin: auto;
}
.page-contain {
    display: flex;
    justify-content: center;
    text-align: center;
}
.page-contain a{
    display:inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #8f8f8f;
    border: 1px solid #009e7f;
    margin-right: 10px;
}
.page-contain a.cur{
    color: #fff;
    background: #009e7f;
}

/*发展历史*/
.history-list{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin: 5% auto;
}
.history-list li{
    display: flex;
    align-items: center;
    width: 100%;
}
.history-list li>div,.history-list li>p{
    float: left;
}
.history-list li:nth-child(2n){
    flex-direction: row-reverse;
}
.history-list li:nth-child(2n)>div{
   float: right;
}

.history-list .history-info {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 2%;
    flex-direction: inherit;
}
.history-list li:nth-child(2n-1) .history-info:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009174;
    right: -7px;
    top: 50%;
    border-radius:50%;
}
.history-list li:nth-child(2n-1) .history-info:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #009174;
    right: 0;
    top: 0;
    border-radius:50%;
}
.history-list li:nth-child(2n) .history-info:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009174;
    left: -7px;
    top: 50%;
    border-radius:50%;
}
.history-list li:nth-child(2n) .history-info:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #009174;
    left: -1px;
    top: 0;
    border-radius:50%;
}


.history-list .history-time{
    color: #009174;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10%;
    height: 200px;
    line-height: 200px;
}
.history-title{
    width: 50%;
    text-align: left;
    padding: 20px;
    height: 200px;
    line-height: 200px;
}

/*新闻列表*/
.article-container{
    display: flex;
    margin-top: 50px;
    min-height: 500px;
    flex-flow: column;
}
.article-container .ul-parent{
    flex-flow: wrap;
    width: 100%;
    justify-content: center;
    margin: 2% auto;
    text-align: center;
}
.partner-contain{
    width: 48%;
}
.article-list{
    width: 100%;
}
.article-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
    align-items: center;
    width: 100%;
    position: relative;
}
.article-list img{
    width: 100%;
}
.new-thumb{
    width: 25%;
}
.createtime:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #8f8f8f;
    right: 10%;
    top: 0;
}
.createtime:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius:18px;
    background: #8f8f8f;
    right: 8%;
}
.createtime p{
    font-size: 1.5rem;
}
.article-list .more{
    width: 10%;
    position: relative;
    height: 100px;
}
.article-list .more img{
    width: 50px;
}
.article-list .more a{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-around;
}
.new-title{
    font-size: 24px;
    color: #187b67;
}
.new-info{
    width: 55%;
    position: relative;
    margin: 0 5%;
    top: 50%;
    height: 150px;
}
.new-info:after{
    position: absolute;
    content: "";
    width: 2px;
    background: #717171;
    right: -22px;
    top: 0;
    height: 100%;
}

.new-info a{
    color: #646464;
}

.newsTitle{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.newsST{
    text-align: center;
    margin: 20px;
    color: #646464;
}
.news-others a{
    color: #646464;
}
.partner-container{
    width: 50%;
    margin-top: 50px;
    color: #424242;
}

.message-contain{
    display: flex;
    margin: 50px auto;
    flex-flow: column;
}
.message-title{
    color: #009e7f;
}
.message-list{
    width: 100%;
    margin: 2% auto;
    display: flex;
    flex-flow: wrap;
}
.message-list span{
    display: inline-block;
    width: 100px;
}
.message-list li{
    width: 48%;
    display: flex;
    margin-bottom: 10px;
    color: #8f8f8f;
}
.message-list li input{
    border: 1px solid #ccc;
}
.submit-contain button{
    border: 1px solid #8f8f8f;
    padding: 5px 20px;
}
.contact-container{
    margin-top: 30px;
}
.contact-contain{
    display: flex;
    flex-flow: column;
}
.e-nav-header{
    display: none;
}

.pics-list{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 140;
    text-align: center;
}
.pics-list img{
    max-width: 100%;
}
.shadow-contain{
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 130;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.pics-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.pics-close img{
    width: 32px;
}

.pro-header{
    background: #646464;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 2% 0;
}
.pro-header-contain{
    width: 90%;
    margin: auto;
}
.pro-cate-contain img{
    width: 100%;
}
.title-contain a{
    color: #fff;
}
.title-contain h2{
    margin-top: 15%;
}
.pro-content{
    /*text-align: center;*/
}
.pro-content img{
    max-width: 100%;
}
.pro-content h2{
    text-align: center;
    color: #646464;
    margin: 5% auto;
}
.pic-container{
    display: flex;
    flex-flow: column;
}
.pic-container .ul-parent,.page-container .ul-parent{
    display: flex;
    flex-flow: wrap;
    margin: 1% auto;
    justify-content: center;
    text-align: center;
}
.pic-container .ul-parent li,.page-container .ul-parent li{
    margin: 1%;
}
.pic-container .video-ul-parent{
    display: flex;
    flex-flow: wrap;
    margin: 1% auto;
    justify-content: center;
    text-align: center;
}
.pic-container .video-ul-parent li{
    margin: 1%;
    display: inline-block;
}
.pic-container .video-ul-parent li a{
    color:#009e7f;
}
.video-item{
   position: relative;
}
.video-item .play{
    position: absolute;
    top: 30%;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 960px){
    .banner .arrow-right,.banner .arrow-left{
        display: none;
    }
    .history-info{
        flex-flow: wrap;
    }
    .history-list .history-time{
        height: auto;
        line-height: normal;
    }
    .history-title{
        height: auto;
        line-height: normal;
    }
    .new-info:after{
        width: 0;
    }
    .top-footer{
        display: none;
    }
    .header-contain{
        position: relative;
        background: #fff;
    }
    .wrap{
        width: 90%!important;
    }
    .btn-navbar{
        display: flex;
        color: #000;
        align-items: center;
    }
    .btn-navbar img{
        width: 32px;
        margin-right: 5px;
    }
    .navbar-container{
        justify-content: flex-end;
    }
    .nav-collapse{
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        display: none;
        height: 100%;
        color: #000;
        z-index: 100;
    }
    .nav-collapse .nav li a{
        color: #000;
        height: 60px;
        line-height: 60px;
    }
    .nav-collapse .nav{
        flex-flow: column;
        border-top: 1px solid hsla(120,0%,20%,.1);
        border-bottom: 1px solid hsla(120,0%,20%,.1);
        background: hsla(0,0%,100%,.1);
    }
    .e-nav-header{
        display: flex;
        background: #fff;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
    }
    .nav-collapse .nav li{
        width: 100%;
        text-align: left;
        text-indent: 20px;
        border-bottom: 1px solid hsla(120,0%,50%,1);
    }
    .nav-collapse .nav .cur a:before{
        width: 0;
    }
    .nav-collapse .nav-contain{
        position: relative;
    }
    .dropdown-menu{
        flex-flow: column;
    }
    .dropdown-menu .nav-list{
        display: none;
        margin-left: 30px;
    }
    .megamenu-header{
        pointer-events:none
    }
    .ul-parent .ul-dropdown-menu li{
        margin: 0;
        width: 100%;
    }
    .pro-container{
        flex-flow: column;
    }
    .ul-parent{
        margin: 10px auto;
        flex-flow: wrap;
    }
    .pro-container .ul-parent{
        width: 100%;
        align-items: baseline;
    }
    .ul-parent li{
        width: 31%;
        margin: 0;
        margin-left: 1%;
        margin-bottom: 10px;
    }
    .pro-contain{
        width: 100%;
    }
    .pro-list{
        width: 100%;
    }
    .pro-list li{
        width: 48%;
    }
    .article-container{
        flex-flow: column;
    }
    .partner-contain{
        width: 100%;
    }
    .article-list{
        margin-top: 20px;
        width: 100%;
    }
    .partner-container{
        width: 100%;
    }
    .message-contain{
        margin: 10px auto;
        flex-flow: column;
    }
    .message-title{
        width: 100%;
    }
    .message-list{
        width: 100%;
        margin-top: 20px;
        flex-flow: column;
    }
    .message-list li{
        width: 100%;
    }
    .index-new-title{
        font-size: 16px;
    }
}
@media (max-width: 960px){
    .header-contain .logo-contain img{
        height: auto;
        width: 150px;
    }
    .float-left{
        float: none;
    }
    .float-right{
        float: none;
    }
    .web-tool{
        display: none;
    }
    .header-contain{
        color: #000;
        z-index: 100;
    }
    .pics-list{
        width: 100%;
    }
    .article-list li{
        flex-flow: column;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5%;
    }
    .new-thumb,.new-info{
     width: 100%;
        height: auto;
    }
    .article-list .more{
        display: none;
    }
    .pro-header{
        flex-flow: column;
    }
    .title-contain{
        text-align: center;
    }
    .title-contain h2{
        margin: 5% auto;
        font-size: 24px;
    }
    .pic-container .ul-parent{
        width: 95%!important;
    }
    .pro-cate-contain img{
        width: auto;
        max-width: 100%;
    }
}
@media (max-width: 640px){
    .pro-container{
        margin: 20px auto;
    }

    .pro-title{
        font-size: 14px;
    }
    .pc-banner{
        display: none;
    }
    .mo-banner{
        display: block;
    }
    .index-about-contain{
        flex-flow: column;
    }
    .index-video-contain{
        width: 100%;
    }
    .index-about-text{
        width: 100%;
    }
    .index-case-img{
        display: none;
    }
    .index-case-text{
        width: 100%;
    }
    .index-pro-list{
        margin-top: 20px;
    }
}
@media (min-width: 640px){
    .pc-banner{
        display: block;
    }
    .mo-banner{
        display: none;
    }

}