html,body,div,h1,h2,h3,h4,h5,h6,ul,li,a,p{
    margin: 0;
    padding: 0;
}
ul,li,a{
    list-style: none;
    color: #fff;!important;
}
a{
    color: #666;
}
a:hover,a:link,a:visited,a:active{
    text-decoration:none
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.logo img{
    width: 80%;
}
.header-right{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.language{
    border: 1px solid #eee;
    padding: 4px 12px;
}
.search{
    width: 300px;
    height: 40px;
    align-items: center;
    display: flex;
    padding: 10px;
    border: 1px solid #02b2b5;
    margin-top: 10px;
}
.search input{
    width: 280px;
    height: 40px;
    background: none;
    border: 0;
    outline:none;
}
.search-icon{
    width: 24px;
    height: 40px;
    display: block;
    margin-top: 18px;

}
.search-icon img{
    width: 100%;
}
/*手机弹出导航*/
.wap-menu{
    display: none;
}
.wap-menu .el-drawer{
    background: #545c64;
}
.wap-menu .el-col-24{
    text-align: left;
}
.wap-nav{
    text-align: left;

}
.wap-nav .li-top{
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0px 20px;
}
.wap-nav .li-top a{
    color: #02b2b5;
    font-size: 16px;
}
.wap-nav ul{
    padding: 20px;
}
.wap-nav ul li a{
    color: #666;
    font-size: 16px;
    line-height: 36px;
}
.wap-nav ul li a:hover{
    text-decoration: none;
}
/*pc端导航样式*/
.menu{
    background: #02b2b5;
    height: 50px;
}
.web-nav{
    display: flex;
    align-items: center;
    height: 50px;
}
.web-nav .el-menu.el-menu--horizontal{
    border: none;
}
.web-nav .el-menu{
    background-color: #02b2b5;height: 50px;
}
.web-nav .el-menu-item{
    font-size: 16px;color: #fff;padding: 0 30px;
}
.web-nav .el-menu--horizontal>.el-menu-item{
    height: 50px;line-height: 50px;
}
.web-nav .el-menu--horizontal>.el-submenu .el-submenu__title{
    height: 50px;line-height: 50px;color: #fff;font-size: 16px;
}
.web-nav  .el-menu--horizontal>.el-menu-item.is-active{
    color: #fff;background: #f0980c;
}
.web-nav .el-submenu__title i{
    color: #fff;
}
.web-nav .el-submenu__icon-arrow{
    color: #fff;
}
.web-nav .el-menu--horizontal>.el-menu-item.is-active{
    border: none;
}
.web-nav .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    border: none;background: #f0980c;
}
.el-submenu__title:hover{background-color:#f00}
/*banner图切换*/
.banner{
    height: 600px;
    background: #000;
}
.banner img{
    width: 100%;
}
.bannerImg{
    height: 600px;
}
/*.banner-text{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    top: 10%;*/
/*    font-size: 30px;*/
/*    color: #02b2b5;*/
/*}*/
.banner .swiper-pagination-bullet-active{
    background:#fff
}
.box-1{
    margin: 30px 0;
    height: 440px;
    overflow: hidden;
}
.box1-main .title{
    height: 150px;
    background: url("../img/one.png") no-repeat;
    font-size: 36px;
    color: rgb(2, 178, 181);
    position: relative;
    margin-bottom: 15px;
}
.box1-main .title h1{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.box1-main p{
    /*background: url("../img/Hjge.png") no-repeat;*/
    padding-left: 40px;
    line-height: 23px;
    color: #666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:12;
    font-size: 15px;
    overflow:hidden
}
.box1-list{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box1-list .text{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    height: 150px;
    width: 100%;
    background:rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
.box1-list .text:hover{
    text-decoration: none;
}
.box1-list  .image{
    width: 100%;
    height: 440px;
    overflow: hidden;
    display: block;
}
.box1-list  .image a img{
    width: 100%;
    transition: all 0.3s ease 0s;
}
.box1-list  .image a img:hover{
    transform: scale(1.2);
}
.box-2{
    background: #eee;
}
.box2-list{
    background: url("../img/bg.png") no-repeat center 50px;
    margin: 40px 0;
    height: 580px;
    display: flex;
    justify-content: space-between;
}
.box2-list-left{
    width: 350px;
}
.box2-list-right{
    width: 330px;
}
.box2-list-middle{
    width: 464px;
    margin: 0 auto;
    text-align: center;
}
.box2-list-left .box2-item{
    margin: 30px 0 90px 0px;
}
.box2-item a{
    display: flex;
    align-items: center;
}
.box2-item a:hover{
    text-decoration: none;
}
.box2-list-left .box2-item-text{
    text-align: right;
    color: #666;
    padding-right: 20px;
    flex: 1;
}
.box2-list-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow:hidden
}
.box2-list-img img{
    width: 100px;
    height:100px
}
.box2-list-right .box2-item-text{
    text-align: left;
    color: #666;
    padding-left: 20px;
    flex: 1;
}
.box2-list-right .box2-item{
    margin: 30px 0 90px 30px;
}

.box2-list-middle .title{
    height: 160px;
    font-size: 36px;
    color: rgb(2, 178, 181);
    margin-top: 60px;
}
.box2-list-middle .box2-item{
    display: flex;
    flex-direction: column;
}
.box2-list-middle-item{
    margin-top: 150px;
}
.box2-list-middle-item a{
    color: #666;
}
.box2-list-middle-item a:hover{
    text-decoration: none;
    color: #666;
}
.box-3{
    margin: 30px auto;
}
.box-3 .title1{
    height: 150px;
    background: url("../img/three.png") no-repeat;
    font-size: 36px;
    color: rgb(2, 178, 181);
    position: relative;
    margin-bottom: 15px;
}
.box-3 .title1 h1{
    position: absolute;
    bottom: 10px;
    right: 0;
}
.brand{
    height: 430px;
    /*background: rgb(2, 178, 181);*/
}
.brand-item{

}
.brand-item img{
    width: 100%;
}
.brand-item-text{
    height: 205px;
    padding: 0 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(2, 178, 181);
}
.brand-item-text h1{
    font-size: 24px;
    margin-bottom: 15px;
}
.brand-item-text p{
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.footer{
    background: #222;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 20px 0;
}
.footer .footer-item{
    display: flex;
    align-items: center;
    justify-content: center;
}.footer .footer-item p{
    margin-left: 10px;
    border-left: 1px solid #444;
    padding-left:20px;
    color:#444
 }
.copyright{
    background: #222;
    text-align: center;
    color: #444;
    border-top: 1px solid #444;
    padding: 20px 0;
}
/*手机端样式代码*/
.wap-swiper{
    width: 90%;
    height: 435px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
    overflow: hidden;
    display: none;
}
.wap-swiper .swiper-container{
    height: 435px;
}
.wap-swiper-item .wap-img{
    width: 100%;
    height: 350px;
}
.wap-swiper-item .wap-img img{
    width: 100%;
    height: 350px;
}
.wap-swiper-item h1{
    text-align: center;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding: 0 10px;
}
.wap-box2-main{
    height: 150px;
    background: url(../img/two-1.png) no-repeat;
    font-size: 36px;
    color: rgb(2, 178, 181);
    position: relative;
    margin: 0 15px;
}
.wap-box2-main .title h1{
    position: absolute;
    left: 180px;
    bottom: 10px;
}
.wap-box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.wap-box2-item{
    text-align: center;
    margin-bottom: 10px;
}
.wap-box2-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wap-box2-item h3{
    color: #333;
    font-size: 16px;
}
.wap-box2-item .wap-box2-list-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.wap-box2-item .wap-box2-list-img img{
    width: 90px;
    height: 90px;
    border-radius: 50px;
}
.wap-box3-main{
    height: 150px;
    background: url(../img/three.png) no-repeat;
    font-size: 36px;
    color: rgb(2, 178, 181);
    position: relative;
    margin:15px;
}
.wap-box3{
    margin: 20px 0;
}
.wap-box3-main .title h1{
    position: absolute;
    left: 180px;
    bottom: 10px;
}
.wap-box3-item a{
    margin: 20px 0;
    align-items: center;
}
.wap-box3-item a .wap-box2-list-img{
    margin:0 10px;
}
.wap-box3-item a .wap-box2-list-img img{
    width: 100%;
    border: 4px solid #cef0f1;
}
.wap-box3-item a .wap-box2-list-text{
    color: #333;
    margin:0 10px;
}
.wap-box3-item a .wap-box2-list-text h3{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wap-box3-item a .wap-box2-list-text p{
    color: #999;
}
.wap-box-3{
    display: none;
}
.wap-box-2{
    display: none;
}
.banner-item{
    height: 400px;
    text-align: center;
}
/*产品*/
.pro-item{
    margin:20px 5px;
    height: 360px;
}
.pro-item img{
    width: 100%;
    height: 100%;
}
.products h1{
    background: url("../img/h_bg.png") no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    background-size: contain;
}
.pro-list-main{
    height: 60px;
    background: #eee;
}
.pro-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;

}
.pro-list h1{
    font-size:20px;
    font-weight: bold;
    background: url("../img/h_bg.png") no-repeat;
    padding-left: 30px;
    background-size: 15%;
}

.pro-list-item ul{
    display: flex;
    padding: 0;
    align-items: center;
}
.pro-list-item ul li{
    height: 60px;
    line-height: 60px;
}
.pro-list-item ul li a{
    color: #666;
    font-size: 16px;
    padding:0 20px;
}
.pro-list-item ul li a:hover{
    text-decoration: none;
   /* color: #02b2b5;*/
}
.active{
    text-decoration: none;
    background: #02b2b5;
}
.products h1{
    display: none;
}
/*手机端搜索*/
.wap-sectch{
    display: none;
}
.wap-search{
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*新闻列表*/
.newslist{
    margin: 30px auto;
}
.news-item{
    padding: 10px 0;
    border-bottom: 1px #eee dashed;
    display: flex;
    margin: 10px 0;
}
.news-item-images{
    width: 204px;
    height: 140px;
}
.news-item-images img{
    width: 100%;
    height: 100%;
}
.news-item-text{
    margin-left: 20px;
    flex: 1;
}
.news-item-text a{
    color: #666;
}
.news-item-text a:hover{
    color: #02b2b5;
}
.news-item-text a h2:hover{
    color: #02b2b5;
}
.news-item-text a h2{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 10px 0;
    color: #333;
}
.news-item-text a h5{
    color: #999;
    font-size: 16px;
    padding: 0;margin: 0;
}
.title-top{
    display: flex;
    align-items: center;
}
.news-item-text a p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 30px;
}
/*文章详情页*/
.article .title{
    padding: 15px 0;
    border-bottom: 1px #eee dashed;
    color: #999;
    font-size: 14px;
}
.article .title h1{
    font-size: 24px;font-weight: 550;
    margin-bottom: 10px;
    color: #333;
}
.main{
    margin: 15px 0;
}
.main img{
    max-width: 100%;
}
.about{
    line-height: 2;
    color: #666;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
/*联系我们*/
.contact{
    margin: 30px auto;

}
.contact-top{
    text-align: center;
}
.contact-top h1{
    text-align: center;
    color: #333;
    font-size: 30px;
    margin-top: 30px;
    font-weight: 500;
}
.contact-top h2{
    margin-bottom: 15px;
}
.contact-box{
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.con-item{
    display: flex;
    border: 1px solid #eee;
    flex: 1;
    margin-left: 20px;
    padding: 15px 30px;
    justify-content: center;
}
.con-item img{
    width: 60px;
    height: 60px;

}
.text p{
    color: #666;
    font-size: 16px;
    margin-top: 6px;
}
.map{
    width: 100%;
    height: 500px;
}
/*分页*/
.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.pages ul li{
    border: 1px solid #eee;
    margin: 0 10px;
}
.pages ul li a{
    color: #333;
    display: block;
    padding: 6px 12px;
}
.pages ul li a:hover{
    background: #02b2b5;
    color: #fff;
    text-decoration: none;
}
.pre-pages{
    border: 1px solid #eee;
    margin: 0 10px;
}
.pages p{
    margin: 0;color: #666;
}
.pre-pages a{
    color: #02b2b5;
    display: block;
    padding: 6px 12px;
}
.pre-pages a:hover{
    background: #02b2b5;
    color: #fff;
    text-decoration: none;
}
#active-page{
    background: #02b2b5;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width:1440px){
    .banner{
        height: 450px;
    }
    .bannerImg{
        height: 450px;
    }
}
@media screen and (max-width:1200px){
    .banner{
        height: 375px;
    }
    .bannerImg{
        height: 375px;
    }
    .box1-list  .image{
        height: 355px;
    }
    .box-1{
        height: 355px;
    }
    .box1-main .title{
        margin-bottom: 0;
    }
    .pro-item{
        height: 300px;
    }
}
@media screen and (max-width:992px){
    .position{
        border-bottom: 1px solid #eee;
        height: 150px;
        background: #fff;
        position: fixed;
        z-index: 2;
        left: 0;
        right: 0;
    }
    .v-modal{
        height: 0;
    }
    .line{
        height: 150px;
    }
    .pro-list-main{
        display: none;
    }
    .products h1{
        display: block;
    }
    .news-item-text a h2{
        padding: 0;
    }
    .news-item{
        margin: 0;
    }
    .newslist{
        margin: 0;
    }
    .pages-header{
        height: 110px;
        box-shadow: 3px 3px 3px #eee;
    }
    .header-right-main{
        display: none;
    }
    .wap-menu{
        display: block;
    }
    .menu{
        display: none;
    }
    .banner{
        height: 310px;
    }
    .bannerImg{
        height: 310px;
    }
    .box1-main .title h1{
        left: 180px;
    }
    .box1-main p{
        background: none;
        padding-left: 0;
    }
    .box-1{
        height: auto;
    }
    .box1-list-item{
        display: none;
    }
    .box-2{
        display: none;
    }
    .box-3{
        display: none;
    }
    .footer{
        display: none;
    }
    .copyright{
        background: #fff;
        color: #666;
        border-color: #eee;
    }
    .wap-box-3{
        display: block;
    }
    .wap-box-2{
        display: block;
    }
    .wap-swiper{
        display: block;
    }
    .banner-item{
        display: none;
    }
    .pro-item{
        margin:5px;
    }
    .wap-sectch{
        display: block;
    }
    .search{
        width: 260px;
        margin-top: 0;
        height: 36px;
    }
    .language{
        height: 36px;
    }
    .news-item-images{
        display: none;
    }
    .news-item-text a p{
        display: none;
    }
    .title-top{
        display: block;
    }
    .news-item-text a h2{
        font-size: 18px;
    }
    .contact-box{
        display: none;
    }
}

@media screen and (max-width:768px){
    .banner{
        height: 240px;
    }
    .bannerImg{
        height: 240px;
    }

}
@media screen and (max-width:480px){
    .line{
        height: 110px;
    }
    .position{
        height: 110px;
    }
}

