@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: absolute; top: 0; left: 0; height: 120px; background-color: rgba(0,0,0,0); z-index: 2;}
.header .header_content{width: 100%; height: 100%;}
.header .header_content .left{height: 100%; display: flex; align-items: center;}
.header .header_content .right{width: 65%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.header .header_content .logo{overflow: hidden;}
.header .header_content .logo img{width: 236px; height: auto; max-width: 100%;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#fff; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar{background-color: #333;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; width: 100%; flex: 1;}
.header .header_nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%; display: flex; justify-content: space-between}
.header .header_nav .nav_list>li{float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li>a{line-height: 60px; font-size: 16px; color: #fff; display: block;}
.header .header_nav .nav_list>li>a::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0; height: 3px; background-color: #fff; transition: all 0.6s;}
.header .header_nav .nav_list>li:hover>a::before{width: 100%;}
.header .header_nav .nav_list>li.on>a::before{width: 100%;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; width: 170%; left: 50%;  transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 15px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #e8791e;}
.header .nav_right{margin-left: 5%;}
.header .search{width: 200px; height: 35px; overflow: hidden; background-color: #fff; border-radius: 35px;}
.header .search form{width: 100%; height: 100%; overflow: hidden;}
.header .search .search_text{width: calc(100% - 30px); height: 100%; float: left; font-size: 14px; color: #333; padding: 0 0 0 15px; border: none; background-color: #fff;}
.header .search .search_btn{width: 30px; height: 100%; float: left; background: url(../images/header_icon1.png) no-repeat center center;}
.header.small{position: fixed; left: 0; top: 0; z-index: 6; background-color: #05a2b1; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc; }
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #05a2b1; opacity: 1;}
/*  */
.title_index{text-align: center; overflow: hidden; margin-bottom: 70px;}
.title_index .title1{font-size: 36px; color: #333; padding: 0 10px; font-weight: bold; display: inline-block; position: relative;}
.title_index .title1::before, .title_index .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 1px; background-color: #05a2b1;}
.title_index .title1::before{right: 100%;}
.title_index .title1::after{left: 100%;}
.title_index .title2{font-size: 16px; color: #9c9c9c; margin-top: 10px;}
.more{text-align: center;}
.more a{width: 145px; height: 35px; line-height: 35px; text-align: center; background-color: #05a2b1; font-size: 14px; color: #fff; overflow: hidden; display: inline-block;}
.more a:hover{transform: scale(1.1);}
/*  */
.index2{width: 100%; padding: 100px 0 90px 0; background-color: #fff; overflow: hidden;}
.number_list{width: 100%; display: flex; justify-content: space-between;}
.number_list li{max-width: 30%; text-align: center; overflow: hidden;}
.number_list .text1{font-size: 60px; color: #05a2b1;}
.number_list .text1 span{font-size: 60px;}
.number_list .text1 strong{font-size: 30px; font-weight: normal;}
.number_list .text2{font-size: 20px; color: #333;}
/*  */
.index3{width: 100%; padding: 100px 0 90px 0; overflow: hidden; background: url(../images/index3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .title_index .title1{color: #fff;}
.index3 .title_index .title1::before, .index3 .title_index .title1::after{background-color: #fff;}
.index3 .title_index .title2{color: #fff;}
.index3 .box{background-color: #fff; display: flex; align-items: center; padding: 60px;}
.index3 .imgbox{width: 45%; text-align: center; overflow: hidden; padding-right: 50px;}
.index3 .imgbox img{max-width: 100%; height: auto;}
.index3 .txtbox{width: 55%; padding-left: 20px;}
.index3 .txtbox .text{font-size: 16px; color: #333; line-height: 30px; margin-bottom: 40px;}
.index3 .more{text-align: left;}
/*  */
.index4{width: 100%; padding: 100px 0 0 0; overflow: hidden;}
.index4 .tab{width: 100%; text-align: center; overflow: hidden; text-align: center;}
.index4 .tab .tabList{overflow: hidden; width: 100%; display: flex; justify-content: space-between;}
.index4 .tab .tabList li{overflow: hidden; max-width: 25%;}
.index4 .tab .tabList li a{display: inline-block; padding: 40px 40px 80px 40px; width: 200px;}
.index4 .tab .tabList .icon{position: relative; overflow: hidden;}
.index4 .tab .tabList .icon::before{content: ""; display: block; padding-top: 50%;}
.index4 .tab .tabList .icon .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.index4 .tab .tabList .icon .img_act{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.index4 .tab .tabList .text{font-size: 14px; color: #333; margin-top: 20px; text-align: center;}
.index4 .tab .tabList li.select a{background: #05a2b1; color: #fff;}
.index4 .tab .tabList li.select .text{color: #fff;}
.index4 .tab .tabList li.select .img{opacity: 0;}
.index4 .tab .tabList li.select .img_act{opacity: 1;}
.index4 .tabContent{width: 100%; margin-top: -40px; overflow: hidden; background: url(../images/index4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .tabContent .con{display: none;}
.index4 .tabContent .con.act{display: block;}
.index4 .box{padding: 180px 0 80px 0; text-align: center;}
.index4 .box .title{font-size: 30px; color: #fff; margin-bottom: 30px;}
.index4 .box .text{font-size: 16px; color: #fff; line-height: 30px; width: 60%; display: inline-block; margin-bottom: 180px;}
/*  */
.index5{width: 100%; padding: 100px 0 80px 0; overflow: hidden;}
.news_list{width: calc(100% + 40px);}
.news_list li{width: calc(100% / 3 - 40px); float: left; margin: 0 40px 40px 0;}
.news_list .item{width: 100%;}
.news_list .item .imgbox{position: relative; overflow: hidden;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.news_list .item .txtbox{margin-top: 20px;}
.news_list .item .txtbox .title{font-size: 16px; color: #333;}
.news_list .item .txtbox .text{font-size: 14px; color: #666666; line-height: 25px; height: 50px; overflow: hidden; margin-top: 10px;}
.news_list .item .txtbox .time{font-size: 14px; color: #333; margin-top: 10px;}
.news_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.footer1{background-color: #05a2b1; padding: 60px 0; overflow: hidden;}
.footer1 .text1{font-size: 42px; color: #fff; font-weight: bold;}
.footer1 .text2{font-size: 24px; color: #fff; margin-top: 10px;}
.footer1 .text3{font-size: 16px; color: #fff;}
.footer1 .text4{width: 115px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #333; background-color: #fff; float: right; margin-top: 20px;}
.footer2{width: 100%; padding: 45px 0; background-color: #17181b; overflow: hidden;}
.footer2 .left{width: 50%;}
.footer2 .footer_nav{display: flex; justify-content: space-between;}
.footer2 .footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer2 .footer_nav dt a{color: #fff;}
.footer2 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer2 .footer_nav dd a{color: #fff;}
.footer2 .footer_nav dd a:hover{text-decoration: underline;}
.footer2 .right{width: 33%;}
.footer2 .QR{float: left;}
.footer2 .QR .item{float: left; text-align: center; padding: 0 10px;}
.footer2 .QR .item img{width: 140px; height: 140px;}
.footer2 .QR .item .text{text-align: center; font-size: 14px; color: #fff; margin-top: 5px;}
.footer2 .footer_logo{float: left; padding: 40px 0 0 20px;}
.footer2 .footer_logo img{width: 229px; height: auto;}
.footer3{width: 100%; padding: 30px 0; background-color: #121212; overflow: hidden;}
.footer3 .text{font-size: 14px; color: #fff; line-height: 25px;}
.footer3 .text a{color: #fff;}
/*  */
.inner_page{padding: 65px 0; min-height: 500px;}
.banner_inner{text-align: center; overflow: hidden;}
.banner_inner img{width: 100%; height: auto;}
.title_inner{text-align: center; margin-bottom: 30px;}
.title_inner .title1{font-size: 32px; color: #333333; font-weight: bold; letter-spacing:1px;}
.title_inner .title2{font-size: 16px; color: #9c9c9c; margin-top: 5px;}
.sideBar{width: 100%; text-align: center; overflow: hidden; text-align: center; margin-bottom: 30px;}
.sideBar .tabList{overflow: hidden; display: inline-block;}
.sideBar .tabList li{overflow: hidden; width: 25%; float: left; padding: 0 40px;}
.sideBar .tabList li a{display: inline-block; padding: 40px; width: 200px;}
.sideBar .tabList .icon{position: relative; overflow: hidden;}
.sideBar .tabList .icon::before{content: ""; display: block; padding-top: 50%;}
.sideBar .tabList .icon .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.sideBar .tabList .icon .img_act{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.sideBar .tabList .text{font-size: 14px; color: #333; margin-top: 20px; text-align: center;}
.sideBar .tabList li.on a{background: #05a2b1; color: #fff;}
.sideBar .tabList li.on .text{color: #fff;}
.sideBar .tabList li.on .img{opacity: 0;}
.sideBar .tabList li.on .img_act{opacity: 1;}
.sideBar .tabList li:hover a{background: #05a2b1; color: #fff;}
.sideBar .tabList li:hover .text{color: #fff;}
.sideBar .tabList li:hover .img{opacity: 0;}
.sideBar .tabList li:hover .img_act{opacity: 1;}
/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 16px; color: #333; margin:0 auto; line-height: 30px; margin-top: 30px; min-height:360px; width:100%; max-width:1000px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.product_page{width: 100%; overflow: hidden;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{width: 100%; overflow: hidden;}
.product_list .item .imgbox{position: relative; overflow: hidden;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 150%;}
.product_list .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px 40px; transform: scale(0); background-color: rgba(213,184,128,.54); display: flex; align-content: center; justify-content: center; flex-wrap: wrap; text-align: center;}
.product_list .item .mask .text1{font-size: 24px; color: #fff; width: 100%; margin-bottom: 10px;}
.product_list .item .mask .text2{font-size: 16px; color: #fff; width: 100%; line-height: 30px; height: 120px; margin-bottom: 10px; overflow: hidden;}
.product_list .item .mask .icon{width: 30px; height: 30px; display: inline-block; background: url(../images/product_icon1.png) no-repeat; background-size: 100% 100%;}
.product_list .item .text1{ width:100%; text-align:center; font-size:16px; line-height:2; color:#333; padding-top:10px;}
.product_list .item:hover .mask{transform: scale(1);}
/*  */
.product_details{width: 100%; overflow: hidden;}
.product_details .titlebox{font-size: 20px; color: #333; line-height: 40px; margin-bottom: 10px; width:100%; text-align:center;}
.product_details .imgbox{text-align: center; overflow: hidden;}
.product_details .imgbox img{ width:100%; max-width: 800px; max-height: 800px;}
.product_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 30px;}
.product_details .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.news_page{width: 100%; overflow: hidden;}
/*  */
.news_details{width: 100%; overflow: hidden;}
.news_details .title{text-align: center; margin-bottom: 20px;}
.news_details .title .tit1{font-size: 18px; color: #333; margin-bottom: 8px;}
.news_details .title .tit2{font-size: 12px; color: #aaa;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto;}
.news_details .txtbox{margin-top: 20px;}
.news_details .txtbox .txt{font-size: 14px; color: #333; line-height: 25px;}
.news_details .txtbox .txt img{ max-width:100% !important; height:auto !important;}

/*  */
.case_page{width: 100%; overflow: hidden;}

/*  */
.custom_page{width: 100%; overflow: hidden;}
.custom_page .imgbox{text-align: center; overflow: hidden;}
.custom_page .imgbox img{max-width: 100%; height: auto;}
.custom_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 30px;}

/*  */
.message_page{width: 100%; overflow: hidden;}
.message_page .form_box{ max-width:600px; width:100%; margin:0 auto; display:block;}
.message_page .item{margin-bottom: 20px;}
.message_page .item .form_title{font-size: 14px; color: #333; line-height: 25px;}
.message_page .item .form_text{width: 100%; border: 1px solid #aaa; border-radius: 5px; padding: 0 15px; font-size: 14px; color: #333; height: 35px;}
.message_page .item .form_textarea{width: 100%; border: 1px solid #aaa; border-radius: 5px; padding: 10px 15px; font-size: 14px; color: #333;}
.message_page .btn{width: 120px; height: 35px; line-height: 35px; text-align: center; background-color: #05a2b1; border-radius: 5px; font-size: 14px; color: #fff;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .left{width: 50%;}
.contact_page .right{width: 50%;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 2;}
.contact_page .map{width: 100%; position: relative; overflow: hidden;}
.contact_page .map::before{content: ""; display: block; padding-top: 50%;}
.contact_page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}



@media (max-width: 1499px){
    .header .header_content .right{width: 70%;}
}

@media (max-width: 1399px){
    .header .header_content .right{width: 75%;}
    .footer2 .QR .item img{width: 120px; height: 120px;}
}

@media (max-width: 1199px){
    .header{height: 100px;}
    .header .header_content .logo img{width: 200px;}
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .index2{padding: 80px 0 60px 0;}
    .index3{padding: 80px 0 60px 0;}
    .index4{padding: 80px 0 0 0;}
    .index4 .box{padding: 140px 0 60px 0;}
    .index4 .box .text{margin-bottom: 120px;}
    .index5{padding: 80px 0 60px 0;}
    .footer2 .left{width: 46%;}
    .footer2 .right{width: 46%;}
    .footer3{padding: 15px 0;}
    .footer2 .QR .item img{width: 100px; height: 100px;}
    /*  */
    .inner_page{padding: 50px 0;}
    .product_list .item .mask .text1{font-size: 18px;}
    .product_list .item .mask .text2{font-size: 14px; line-height: 25px; height: 75px;}
}

@media (min-width: 991px){
    .header .header_nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header_content .left{width: 80%;}
    .header .header_content .right{width: 20%;}
    .header{height: 90px;}
    .header .header_content .right{padding-right: 60px;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px; flex-wrap: wrap;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333; line-height: 50px;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; display: none; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    .title_index{margin-bottom: 40px;}
    .title_index .title1{font-size: 28px;}
    .title_index .title2{font-size: 14px; margin-top: 5px;}
    .index2{padding: 60px 0 40px 0;}
    .number_list .text1{font-size: 40px;}
    .number_list .text1 span{font-size: 40px;}
    .number_list .text1 strong{font-size: 20px;}
    .number_list .text2{font-size: 16px;}
    .index3{padding: 60px 0 40px 0;}
    .index3 .box{padding: 40px;}
    .index3 .txtbox .text{font-size: 14px; line-height: 25px;}
    .index4{padding: 60px 0 0 0;}
    .index4 .box{padding: 100px 0 40px 0;}
    .index4 .box .text{margin-bottom: 80px; width: 100%;}
    .index5{padding: 60px 0 40px 0;}
    .news_list{width: 100%;}
    .news_list li{width: 100%; margin: 0 0 20px 0;}
    .news_list .item .imgbox{width: 30%; float: left;}
    .news_list .item .txtbox{width: 70%; float: left; margin: 0; padding: 0 10px;}
    .footer1{display: none;}
    .footer2{display: none;}
    /*  */
    .title_inner .title1{font-size: 24px;}
    .title_inner .title2{font-size: 14px;}
    .sideBar .tabList li{padding: 0 20px;}
    .sideBar .tabList li a{width: 100%;}
    .sideBar .tabList{width: 100%;}
    .product_list .item .mask .text2{font-size: 14px; line-height: 20px; height: 60px;}
    .contact_page .left{width: 100%;}
    .contact_page .right{width: 100%; padding: 20px 0 0 0;}
	
	.product_details .titlebox{font-size: 16px; color: #333; line-height: 32px; margin-bottom: 10px; width:100%; text-align:center;}
}

@media (max-width: 767px){
    .header_top{line-height: 25px; font-size: 12px;}
    .header{height: 70px;}
    .header .header_content .logo img{width: 140px;}
    .title_index {margin-bottom: 20px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 12px; margin-top: 5px;}
    .index2{padding: 30px 0;}
    .number_list .text1{font-size: 18px;}
    .number_list .text1 span{font-size: 18px;}
    .number_list .text1 strong{font-size: 12px;}
    .number_list .text2{font-size: 12px;}
    .index3{padding: 30px 0;}
    .index3 .box{padding: 10px; flex-wrap: wrap;}
    .index3 .imgbox{width: 100%;}
    .index3 .txtbox{width: 100%; padding: 15px 0 0 0;}
    .index3 .txtbox .text{margin-bottom: 20px;}
    .index4{padding: 30px 0 0 0;}
    .index4 .tab .tabList li{width: 25%; padding: 0 10px;}
    .index4 .tab .tabList li a{width: 100%; padding: 10px 10px 20px 10px;}
    .index4 .tab .tabList .text{font-size: 12px; margin-top: 10px;}
    .index4 .tabContent{margin-top: -10px;}
    .index4 .box{padding: 40px 0 30px 0;}
    .index4 .box .title{font-size: 18px; margin-bottom: 20px;}
    .index4 .box .text{margin-bottom: 20px; font-size: 14px; line-height: 25px;}
    .index5{padding: 30px 0;}
    .news_list{margin-bottom: 20px;}
    .news_list .item .imgbox::before{padding-top: 75%;}
    .news_list .item .txtbox .title{font-size: 14px;}
    .news_list .item .txtbox .text{font-size: 12px; height: 40px; line-height: 20px; margin-top: 5px;}
    .news_list .item .txtbox .time{font-size: 12px; margin-top: 5px;}
    .footer3 .text{width: 100%; text-align: center;}
    /*  */
    .inner_page{padding: 30px 0;}
    .title_inner .title1{font-size: 20px; line-height:1.8;}
    .title_inner .title2{font-size: 12px;}
    .sideBar .tabList li{padding: 0 5px; margin-bottom: 10px; width: 50%;}
    .sideBar .tabList li a{padding: 25px 10px 15px;}
	.sideBar .tabList .text{ margin-top:10px;}
    .sideBar .tabList .icon::before{padding-top: 30%;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .mask{padding: 10px;}
    .product_list .item .mask .text1{font-size: 14px;}
    .product_list .item .mask .text2{font-size: 12px; height:80px; line-height: 20px;}
    .product_list .item .mask .icon{display: none;}
}

.news-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
.news-nav-list>li {
  width: calc(100% / 9);
  padding: 5px;
}
.news-nav-list>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background-color: #efefef;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.news-nav-list>li>a:hover,
.news-nav-list>li.news-nav-active>a {
  background-color: #05a2b1;
  color: #fff;
}
@media (max-width: 1400px) {
  .news-nav-list>li {
    width: calc(100% / 6);
  }
}
@media (max-width: 1200px) {
  .news-nav-list>li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .news-nav-list>li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .news-nav-list {
    margin-bottom: 15px;
  }
  .news-nav-list>li {
    width: calc(100% / 3);
    padding: 2px;
  }
  .news-nav-list>li>a {
    height: 40px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

.secondmenu-list {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: initial;
  margin-top: 20px;
  padding-top:20px;
  border-top:1px dashed #999;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.secondmenu-list>li {
  float: left;
  margin: 5px;
}
.secondmenu-list>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}

.secondmenu-list>li:hover>a,
.secondmenu-list>li.menua>a {
  background-color: #05a2b1;
  color: #fff;
}

@media (max-width: 991px) {
  .secondmenu-list>li {
    width: calc(25% - 10px);
  }
  .secondmenu-list>li>a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .secondmenu-list {
    margin-top: 6px; padding-top:6px;
  }
  .secondmenu-list>li {
    width: 48%;
	padding:1%;
    margin: 3px 0 0 0;
  }
  .product_list .item .text1{ width:100%; text-align:center; font-size:14px; line-height:2; color:#333; padding-top:10px;}
}
