.wrap{
    width: 75%;
    margin: auto;
}
.swiper-pagination-bullet-active{
    background:#000;
}
.pc-banner{
    display: block;
}
.mo-banner{
    display: none;
}
.index-pro-item img{
    width: 100%;
}
.contact-conent{
    margin-top: 30px;
}
.nav .mo-lang-contain{
    display: none;
}
.lang-contain{
    display: flex;
    align-items: center;
    color: #000;
    justify-content: flex-end;
    /*width: 100%;*/
    /*margin-top: 10px;*/
}
.index-pro-case{
    position: relative;
    width: 30%;
}
.index-pro-right{
    width: 60%;
}
.index-pro-right img{
    width: 100%;
}
.index-pro-right-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}
.index-pro-case-title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 20px auto;
    background: rgba(0,0,0,0.3);
    padding: 1% 5%;
    font-size: 18px;
    font-weight: normal;
}
.top-pro{
    width: 66%;
}
.index-pro-case img{
    width: 100%;
}
.index-pro-case-bg{
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.index-pro-case-bg:after{
    background: rgba(255,255,255,0.5);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search-contain{

}
.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: 78%;
    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;
}
.lang-contain span{
    color: #000;
    width: 10px;
}
.lang-contain a{
    color: #000;
}
.header-contain{
    /*background: #f5f5f5;*/
}
.header-container{
    background: #fff;
    width: 90%;
    margin: auto;
}
footer{
    background: #f0f0f0;
}
.top-footer{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.top-footer a{
    color: #ed5630;
}
.footer-cate-header{
    font-weight: bold;
    color: #337FE5;
    position: relative;
    font-size: 24px;
}
.footer-cate-header:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.footer-cate li{
    color: #337FE5;
    margin-bottom: 10px;
}
.search-container{
    margin: 50px auto;
}
#txtKeyword{
    padding: 5px;
}
.footer{
    background: #383838;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.footer p{
    margin: 0;
    padding: 10px;
}
.footer a{
    color: #fff;
}
.header-contain{
    /*border: 0;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*-webkit-box-shadow: inset 0 -1px 0 #060300, 0 2px 2px rgba(0,0,0,.25);*/
    /*-moz-box-shadow: inset 0 -1px 0 #060300,0 2px 2px rgba(0,0,0,.25);*/
    /*box-shadow: inset 0 -1px 0 #060300, 0 2px 2px rgba(0,0,0,.25);*/
    /*flex-flow: column;*/
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header-contain .navbar{
    /*background: #e57819;*/
    width: 45%;
}
.logo-contain{
    width: 25%;
}
.logo-contain img{
    width: 100%;
}
.web-info{
    display: flex;
    flex-flow: column;
    justify-content: inherit;
    margin-right: 2%;
}
.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;

}
.nav-collapse .nav li{
    position: static;
    text-align: center;
    width: 20%;
}
.header-container .nav-contain{
    display: none;
    position: absolute;
    background-color: #ed5630;
    width: 100%;
    left: 0;
    z-index: 10;
}
.header-container .nav-collapse .dropdown-menu li a{
    color: #fff;
}
.nav-contain{
    display: none;
    /*position: absolute;*/
    /*background-color: #212121;*/
    width: 100%;
    left: 0;
}
.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;
}
.about-content .next{
    background: #ed5630;
    padding: 10px 20px;
    color: #fff;
    width: 20%;
    text-align: center;
    margin: 50px auto;
}
.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;
    line-height: 88px;
    position: relative;
    height: 88px;
}

.nav-collapse .nav .cur a{
    background: #ed5630;
    color: #fff;
}
.banner-list{
    position: absolute;
    margin: auto;
    display: flex;
}
.banner img{
    width: 100%;
}
.index-about-container{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;

}
.index-pro-list{
    margin: 2% auto;
}
.index-pro-list li{
    width: 16%;
    margin-bottom: 2%;
    position: relative;
}
.index-pro-list img{
    width: 100%;
}
.index-about-contain {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    width: 90%;
    flex-flow: column;
}
.more{
    padding: 1% 5%;
    color: #fff;
    width: 20%;
    background: #ed5630;
    text-align: center;
    margin: auto;
}
.more a{
    color: #fff;
}
.index-about-text{
    width: 100%;
    background: #fff;
    padding: 2%;
}
.index-about-text h2{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}
.index-about-text p{
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: ARIAL;
}
.index-about-image{
    width: 50%;
}
.index-about-image img{
    width: 100%;
}
.about-contain{
    display: flex;
    justify-content: space-between;
}
.nav-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.nav-list li{
    text-align: center;
    margin-bottom: 20px;
}
.nav-list li a{
    color: #434343;
    border-bottom: 1px solid #e7791a;
    padding: 5px;
}
.nav-list li.cur a{
    background: #e57819;
    color: #fff;
}
.page-container{
    color: #434343;
    margin: 50px auto;
    display: flex;
    flex-flow: column;
}
.about-content{
    width: 75%;
    min-height: 500px;
    margin: auto;
}
.about-content img{
    max-width: 100%;
}
.page-container .title{
    text-align: center;
    margin: 20px;
    font-size: 24px;
}

.index-pro-contain{
    margin: 3% auto;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
.index-pro-contain .index-pro-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-pro-title{
    font-size: 24px;
    text-align: center;
}
.index-case-title{
    text-align: center;
    margin: 50px auto;
    font-weight: normal;
}
.case-title{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 10px;
    width: 50%;
    text-align: center;
}
.index-honor-contain .honor-contain{
    cursor:pointer;
}
.index-honor-contain .honor-contain img{
    width: 100%;
}

.index-article-contain{
    display: flex;
    margin: 30px auto;
    justify-content: space-around;
    flex-flow: column;
}
.index-article-wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.index-article-img {
    width: 45%;
}
.index-article-img img{
    width: 100%;
}
.index-article-desc{
    width: 100%;
}
.index-article-desc li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.index-article-desc .createtime{
    background: #3a3a3a;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.index-article-desc-contain{
    margin-left: 3%;
    width: 75%;
}
.index-article-img{
    width: 20%;
}
.index-article-desc-contain h2{
    font-size: 24px;
    font-weight: normal;
}
.index-article-desc-contain p{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
/*产品页*/
.tool-contain{
    margin: 20px auto;
}
.pro-container{
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
}
.pro-contain{
    width: 75%;
    margin: auto;
}
.dropdown-menu li{
    border: none!important;
}
.ul-parent{
    width: 15%;
    display: flex;
    flex-flow: column;
    border: 2px solid #ed5630;
    border-top: 3px solid #ed5630;
}
.li-head{
    border-bottom: 1px solid #ed5630;
    margin-bottom: 0px;
}
.li-head a{
    font-weight: bold;
}
.ul-parent li:hover .nav-contain{
    display: block;
}
.dropdown-menu li:hover a{
    background: #ed5630;
    color: #fff;
}
.cate-header {
    font-weight: bold;
    justify-content: space-between;
}
.has-sidebar b{
    width: 16px;
    height: 16px;
    background-image: url("../images/left_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.ul-parent li{
    text-align: center;
    width: 100%;
    position: relative;
}
.ul-parent li a.cate-header:hover{
    background: #ed5630;
    color: #fff;
}
.ul-parent li a{
    display: flex;
    color: #8f8f8f;
    width: 100%;
    padding: 10px;
}
.ul-parent li.cur{
    background: #ed5630;
}
.ul-parent li.cur a{
    color: #fff;
}

.ul-parent li .nav-contain {
    display: none;
    position: absolute;
    background: #F2F2F2;
    width: 100%;
    left: 100%;
    z-index: 10;
    top: 0;
    border: 1px solid #ccc;
}

.pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.pro-list li{
    width: 32%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.pro-list li img{
    width: 100%;
}
.cate-title{
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
    color: #ed5630;
    position: relative;
    width: 20%;
    margin: 20px auto 0 auto;
}
.cate-title:before{
    content: '';
    width: 50px;
    height: 1px;
    background: #ed5630;
    left: 0;
    position: absolute;
    top: 50%;
}
.cate-title:after{
    content: '';
    width: 50px;
    height: 1px;
    background: #ed5630;
    right: 0;
    position: absolute;
    top: 50%;
}
.pro-title{
    text-align: center;
    font-size: 16px;
    background: #ed5630;
    color: #fff;
    padding: 10px;
}
.page-contain {
    display: flex;
    margin-bottom: 20px;
}
.page-contain a{
    display:block ;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ed5630;
    border: 1px solid #ed5630;
    margin-right: 10px;
}
.page-contain a.cur{
    color: #fff;
    background: #ed5630;
}

/*新闻列表*/
.article-container{
    margin: 50px auto;
}
.article-list{
    display: flex;
    flex-flow: column;
}
.article-list .createtime{
    color: #e7791a;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 3%;
}
.article-title{
    color: #434343;
    font-size: 16px;
}
.article-desc{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.article-list li{
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 20px;
}
.article-list li a{
    display: flex;
    align-items: center;
}
.article-list .new-info{
    width: 75%;
    padding: 1%;
}
.article-list .img-contain{
    width: 20%;
}
.img-contain img{
    width: 100%;
}
.newsTitle{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.newsST{
    text-align: center;
    margin: 20px auto;
}
.w-container{
    margin: 50px auto;
}
.pre-next{
    display: flex;
    justify-content: space-around;
}
.pre-next a{
    color: #e57819;
}
.contact-top-contain{
    display: flex;
    justify-content: space-around;
}
.contact-content{
    width: 48%;
}
.feeback-contain{
    width: 48%;
}
.feeback-contain ul li{
    display: flex;
    margin-bottom: 10px;
}
.feeback-contain span{
    width: 100px;
}
.feeback-contain input{
    border: 1px solid #8f8f8f;
}
.message-title{
    width: 40%;
    display: flex;
    align-items: center;

}
.message-list{
    width: 60%;
    margin: auto;
}
.message-list span{
    display: inline-block;
    width: 100px;
}
.message-list li{
    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: 30px auto;
}
.contact-contain{
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}
.submitBtn1{
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #8f8f8f;
}
.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;
}
.index-article-desc a,.index-about-desc a{
    color: #ff0000;
}
@media (max-width: 960px){
    .cate-title{
        width: 70%;
        margin: 10px auto;
    }
    .pc-banner{
        display: none;
    }
    .mo-banner{
        display: block;
    }
    .index-about-contain{
        padding: 5px;
        flex-flow: column;
    }
    .index-about-contain .index-about-text,.index-about-contain .index-about-image{
        width: 100%;
    }
    .wrap{
        width: 90%;
    }
    .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%;
        z-index: 100;
    }
    .nav-collapse .nav{
        flex-flow: column;
        border-top: 1px solid hsla(0,0%,100%,.15);
        border-bottom: 1px solid hsla(0,0%,100%,.15);
        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(0,0%,100%,.15);
    }
    .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
    }
    .pro-container{
        flex-flow: column;
    }
    .ul-parent{
        margin-top: 10px;
        flex-flow: wrap;
        width: 100%;
    }
    .ul-parent li.li-head{
        width: 100%;
    }
    .ul-parent li{
        width: 50%;
        margin-bottom: 10px;
    }
    .ul-parent li .nav-contain {
        position: initial;
    }
    .ul-parent .dropdown-menu li{
        width: 100%;
    }

    .pro-contain{
        width: 100%;
        margin: auto;
    }
    .pro-list{
        width: 100%;
    }
    .pro-list li{
        width: 48%;
    }
    .article-container{
        flex-flow: column;
    }
    .partner-contain{
        width: 100%;
    }

    .partner-container{
        width: 100%;
    }
    .message-contain{
        flex-flow: column;
    }
    .message-title{
        width: 100%;
    }
    .message-list{
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 1440px){
    .top-footer{
        width: 90%;
    }
}

@media (max-width: 960px){
    .pics-list{
        width: 100%;
    }
}

@media (max-width: 768px){
    .about-content .next{
        width: 50%;
    }
    .more{
        width: 50%;
    }
    .index-pro-list li{
        width: 32%;
    }
    .logo-contain{
        width: 50%;
    }
    .search-contain{
        display: none;
    }
    .lang-contain{
        display: none;
    }
    .index-pro-case{
        display: none;
    }
    .index-pro-contain{
        flex-flow: column;
    }
    .index-pro-right{
        width: 100%;
    }
    .index-pro-right-top{
        flex-flow: column;
    }
    .index-pro-case-title{
        width: 100%;
        text-align: center;
    }
    .top-pro{
        width: 100%;
    }
    .nav .mo-lang-contain{
        display: flex;
    }
    .nav .lang-contain{
        justify-content: inherit;
    }
    .nav .lang-contain span{
        color: #fff;
        text-align: center;
    }
    .article-list li a{
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .article-list .article-desc{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .article-list .createtime{
        display: none;
    }
    .article-list .new-info{
        width: 100%;
    }
    .article-list .img-contain{
        width: 100%;
    }
    .top-footer{
        display: none;
    }
    .index-about-img,.index-article-img{
        display: none;
    }
    .index-article-desc{
        width: 100%;
    }
    .navbar-container .nav-collapse{
        overflow: scroll;
    }
    .contact-top-contain{
        flex-flow: column;
    }
    .contact-content{
        width: 100%;
    }
    .feeback-contain{
        width: 100%;
    }
}