.wrap{
    width: 75%;
    margin: auto;
}
.layui-m-layerbtn{
    color: #8E0078;
}
.swiper-pagination-bullet-active{
    background:#8E0078;
}
.pc-banner{
    display: block;
}
.mo-banner{
    display: none;
}
.index-pro-item img{
    width:100%;
}
.index-pro-item a{
    color: #545454;
}
.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;
}
.search-contain{
    margin-top: 20px;
}
.search-contain form{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #4a4a4a;
}
.index_input{
    width: 160px;
}
.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;
    width: 80px;
    height: 35px;
    background-color: #4a4a4a;
    color: #fff;
    text-indent: 20px;
}
.lang-contain span{
    color: #000;
    width: 10px;
}
.lang-contain a{
    color: #000;
}
.header-contain{
    background: #f5f5f5;
}
.header-container{
    background: #fff;
    margin: 20px auto;
}
footer{
    background: #f0f0f0;

}
.top-footer{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.top-footer a{
    color: #6e6e6e;
}
.footer-cate-header{
    font-weight: bold;
    font-size: 28px;
    color: #545454;
    text-align: center;
}
.wxqr-contain{
    text-align: center;
}
.footer-cate li{
    color: #6e6e6e;
    margin-bottom: 10px;
    text-align: center;
}
.search-container{
    margin: 50px auto;
}
#txtKeyword{
    padding: 5px;
}
.footer{
    background: #252525;
    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);*/
}
.mo-header-contain{
    background: #fff;
    border: 0;
    position: relative;
    z-index: 2;
    -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);
    display: none;
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header-contain .navbar{
    width: 40%;
}
.logo-contain{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.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;
}
.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;
}
.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: 40px;
    position: relative;
}
.nav-collapse .nav .cur a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
}
.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;
    background-color: #ececec;
}
.index-pro-list li{
    width: 24%;
    margin-bottom: 2%;
    text-align: center;
}
.index-pro-list img{

}
.index-about-contain{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: rgba(255,255,255,0.9);*/
    padding: 50px;
}

.index-about-text{
    width: 48%;
    color: #545454;
}
.index-about-text h3{
    text-align: center;
}
.index-about-text p{
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: ARIAL;
}
.index-about-image{
    width: 48%;
}
.index-about-image img{
    width: 100%;
}
.about-contain{
    display: flex;
    justify-content: space-between;
}
.nav-list{
    width: 15%;
}
.nav-list li{
    text-align: center;
    margin-bottom: 20px;
}
.nav-list li a{
    color: #434343;
    border-bottom: 1px solid #8E0078;
    padding: 5px;
}
.nav-list li.cur a{
    background: #8E0078;
    color: #fff;
}
.page-container{
    color: #434343;
    margin: 50px auto;
}
.about-content{
    margin: 50px auto;
}
.about-content .cate-title{
    color: #545454;
}
.meet-contain,.hall-contain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}
.meet-text,.meet-thumb,.hall-thumb,.hall-text{
    width: 48%;
}
.hall-text{
    text-align: center;
}
.about-content img{
    width: 100%;
}
.page-container .title{
    text-align: center;
    margin: 20px;
    font-size: 24px;
}

.index-pro-contain{
    width: 95%;
    margin: 20px auto;
}
.index-pro-contain .index-pro-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-pro-title{
    font-size: 18px;
    text-align: center;
    color: #000;
}
.index-case-title{
    text-align: center;
    margin: 50px auto;
    font-weight: normal;
}

.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%;
    display: flex;
}
.index-article-desc li{
    width: 48%;
}
.index-article-desc li a{
    /*display: flex;*/
    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%;

}
.index-article-desc-contain h2{
    font-size: 24px;
    color: #8E0078;
}
.index-article-desc-contain p{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    color: #666666;
}
.index-bottom-img{
    width: 100%;
    margin-top: 30px;
}
/*产品页*/
.tool-contain{
    margin: 20px auto;
}
.pro-container{
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-flow: column;
}
.ul-parent{
    display: flex;
    margin-top: 90px;
    flex-wrap: wrap;
}
.ul-parent li{
    margin-bottom: 10px;
    text-align: center;
    width: 24%;
}
.ul-parent li a{
    display: block;
    color: #8f8f8f;
    width: 100%;
    padding: 10px;
}
.ul-parent li.cur a{
    color: #8E0078;
}
.cate-title{
    text-align: center;
    color: #8E0078;
}

.pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.pro-list li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;

}
.pro-list li img{
    width: 100%;
}
.pro-title{
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
    color: #8E0078;
}
.page-contain {
    display: flex;
}

.page-contain a{
    display:block ;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #8E0078;
    border: 1px solid #8E0078;
    margin-right: 10px;
}
.page-contain li.on a{
    color: #fff;
    background: #8E0078;
}

/*新闻列表*/
.article-container{
    margin: 50px auto;
}
.article-list{
    display: flex;
    flex-flow: column;
}
.article-list .createtime{
    color: #8E0078;
    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: #8E0078;
}
.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%;
}
.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: 2000px){
    .banner{
        margin-top: 50px;
    }
    .mo-header-contain{
        display: block;
    }
    .header-contain{
        display: none;
    }
    .mo-header-contain .container{
        justify-content: space-between;
    }
    .meet-contain,.hall-contain{
        flex-flow: column;
    }
    .hall-thumb,.hall-text,.meet-text,.meet-thumb{
        width: 100%;
    }
    .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: #fff;
        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: #8E0078;
        display: none;
        height: 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: #8E0078;
        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{
        width: 32%;
        margin-left: 1%;
        margin-bottom: 10px;
    }
    .pro-contain{
        width: 100%;
    }
    .pro-list{
        width: 100%;
    }
    .pro-list li{
        width: 49%;
    }
    .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){
}

@media (max-width: 2000px){
    .pics-list{
        width: 100%;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        overflow: visible;
        z-index: 1000;
    }
    #nav_overlayer {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        z-index: 900;
    }
    #nav>li>a{
        color: #999;
    }
    .trans {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    .header-top{
        display: flex;
        justify-content: space-between;
    }
    .lang_btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 0;
        font-size: 14px;
    }
    .lang_btn {
        display: block;
        float: right;
        margin-right: 10px;
        text-align: center;
        color: #999;
        overflow: hidden;
        font-family: "microsoft yahei";
    }
    .logo_img img{
        width: 100px;
    }
    nav .menu_btn span {
        top: 24px;
        left: 15px;
    }
    nav .menu_btn span:before {
        top: -6px;
    }
    nav .menu_btn span:after {
        top: 6px;
    }
    .top_logo {
        /*padding: 4px 10px;*/
    }
    .top_logo {
        float: left;
        height: 100%;
        width: auto;
        /*padding: 8px 10px;*/
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    nav {
        display: block;
        float: right;
    }
    nav .menu_btn span:after, nav .menu_btn span:before {
        content: "";
        left: 0;
    }
    .nav-open nav .menu_btn span:before {
        background-color: #fff;
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    nav .menu_btn span, nav .menu_btn span:after, nav .menu_btn span:before {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color:#000;
        border-radius: 1px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    button {
        background: 0 0;
        border: none;
        text-shadow: none;
        position: relative;
    }
    nav .menu_btn {
        position: relative;
        float: right;
        width: 60px;
        height: 60px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
        cursor: pointer;
    }
    nav .menu_btn {
        display: block;
        width: 50px;
        height: 50px;
    }
    .nav-open nav .menu_btn {
        background-color: #8E0078;
    }

    .nav-open nav .menu_btn span {
        background-color: transparent
    }

    .nav-open nav .menu_btn span:before {
        background-color: #fff;
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg)
    }

    .nav-open nav .menu_btn span:after {
        background-color: #fff;
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg)
    }
    #nav {
        position: absolute;
        background-color: #fff;
        width: 100%;
        right: 0;
        top: 50px;
        overflow-x: visible;
        -webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
        transition: all .4s cubic-bezier(1, 0, 0, 1);
    }
    #nav>li {
        width: 100%;
        height: 0;
    }
    #nav>li {
        display: inline-block;
        float: left;
        overflow: hidden;
    }
    .nav-open #nav>li {
        height: 50px;
        cursor: pointer;
    }
    #nav>li>a,
    .max_header #nav>li>a {
        line-height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .nav .mo-lang-contain{
        display: flex;
    }
    .nav .lang-contain{
        justify-content: inherit;
    }
    .nav .lang-contain span{
        color: #fff;
        text-align: center;
    }
    .index-pro-list li{
        width: 48%;
        text-align: center;
    }
    .index-case-title,.index-about-text h3{
        font-size: 24px;
        margin: 20px auto;
    }
    .page-thumb{
        margin-top: 50px;
    }
    .index-pro-title{
        font-size: 14px;
    }

    .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 .footer-cate:nth-child(1),.top-footer .footer-cate:nth-child(2){
        display: none;
    }
    .footer-cate-header{
       display: none;
    }
    .logo-contain{
        display: none;
    }
    .index-about-img,.index-article-img{
        display: none;
    }
    .index-article-desc{
        width: 100%;
    }
    .index-article-desc li{
        width: 100%;
    }
    .navbar-container .nav-collapse{
        overflow: scroll;
    }
    .contact-top-contain{
        flex-flow: column;
    }
    .contact-content{
        width: 100%;
    }
    .feeback-contain{
        width: 100%;
    }
}