@charset "utf-8";

@import url(public.css);
/* header */
.header{position: absolute; width: 100%; height: 90px; top: 0; left: 0; z-index: 5;}
.header-content{width: 300px; height: 100vh; overflow-y: auto; position: fixed; top: 0; left: 0; z-index: 2; background-color: #fff; box-shadow: 0 0 5px #ccc;}
.header-content::-webkit-scrollbar{width: 0;}
.header-content.on{left: -100%;}
.header .logo{overflow: hidden; width: 100%; background-color: var(--main-color); height: 140px; display: flex; align-items: center; justify-content: center; text-align: center;}
.header .logo img{max-width: 100%; max-height: 100%; height: auto;}
.header .close{position: absolute; right:  12px; top: 12px; width: 30px; height: 30px; line-height: 30px; border: 1px solid #17834b; border-radius: 50%; text-align: center;}
.header .close i{font-size: 20px; color: #17834b;}
/* menu */
.header-menu{position:absolute; top: 0; bottom: 0; right: 40px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor: pointer;}
.header-menu .icon-bar{background:#fff; width:30px; height: 3px; display: block;}
.header-menu .icon-bar:nth-child(2){margin: 5px 0;}
.header-menu .icon-bar:nth-child(3){width: 22px;}
.header-menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header-nav{background-color: #fff; width: 100%;}
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%;}
.header-nav .nav-list>li{text-align: center;}
.header-nav .nav-list>li>a{line-height: 60px; border-bottom: 1px solid #e5e5e5; font-size: 18px; color: #000; display: block;}
.header-nav .nav-list>li:hover>a{background-color: var(--main-color); color: #fff;}
.header-nav .nav-list>li.on>a{background-color: var(--main-color); color: #fff;}
.header-nav .nav-list>li>i{display: none;}
.header-nav .nav-down{position: fixed; display: none; top: 0; left: 300px; width: 260px; height: 100vh; background-color: var(--main-color); z-index: 5; text-align: left; padding: 30px 0;}
.header-nav .nav-down .nav-title{font-size: 18px; color: #fff; font-weight: bold; padding: 0 20px;}
.header-nav .nav-down .down-list{overflow: hidden; margin-top: 15px;}
.header-nav .nav-down .down-list li a{font-size: 16px; color: #fff; line-height: 40px; display: block; padding: 0 20px;}
.header-nav .nav-down .down-list li a:hover{background-color: #166c2b;}
.header-nav .nav-list>li:hover .nav-down{display: block;}
.header-QR{text-align: center; padding: 40px 0 20px 0;overflow: hidden; width: 100%;}
.header-QR img{max-width: 100%; height: auto;}
.header-tel{text-align: center;overflow: hidden; width: 100%;}
.header-tel span{display: inline-block; font-size: 20px; color: #000; padding-left: 30px; background: url(../images/tel_icon1.png) no-repeat left center;}
/* .header.small{position: fixed; left: 0; top: 0; z-index: 6; 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: var(--main-color); opacity: 1;}
.banner .banner-prev, .banner .banner-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 33px; height: 66px; z-index: 2; line-height: 66px; text-align: center; font-size: 30px; color: #fff;}
.banner .banner-prev{left: -10%;}
.banner .banner-next{right: -10%;}
.banner:hover .banner-prev{left: 2%;}
.banner:hover .banner-next{right: 2%;}
main{overflow: hidden;}
.main{width: calc(100% - 300px); float: right;}
/*  */
.title-index{margin-bottom: 35px; position: relative; padding: 0 0 0 25px; overflow: hidden; display: flex; justify-content: space-between; align-items: center;}
.title-index::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 5px; height: 30px; background-color: var(--main-color);}
.title-index .title1{float: left; font-size: 30px; color: #000; font-weight: bold; line-height: 1;}
.title-index .title1 span{font-size: 18px; color: #000; font-family: Arial; font-weight: normal; margin-left: 10px;}
.title-index .title2{float: right;}
.title-index .title2 a{display: inline-block; text-align: center; padding: 0 20px; font-size: 14px; color: #fff; height: 30px; line-height: 32px; border-radius: 30px; text-transform: uppercase; background-color: var(--main-color);}
.padding1{padding: 50px 0;}
/*  */
.product{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{display: block; width: 100%; border: 1px solid #e7e7e7;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 104%;}
.product-list .item .text1{line-height: 50px; font-size: 16px; color: #000; padding: 0 30px; border-top: 1px solid #e7e7e7;}
.product-list .item .text2{position: relative; font-size: 14px; color: #000; line-height: 45px; padding: 0 30px; border-top: 1px solid #e7e7e7; background-color: #f8f8f8;}
.product-list .item .text2 .icon{position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; line-height: 20px; font-size: 18px; text-align: center;}
.product-list .item:hover .img-box img{transform: scale(1.1);}
.product-list .item:hover .text2{background-color: var(--main-color); color: #fff;}
/*  */
.about{width: 100%; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.about .wrap{display: flex; flex-direction: row-reverse; overflow: hidden;}
.about .img-box{width: 30%; float: right; text-align: center; overflow: hidden;}
.about .img-box img{max-width: 100%; height: auto;}
.about .content{width: 70%; float: left; padding-right: 40px;}
.about .content .title{font-size: 24px; color: #000; font-weight: bold; padding-bottom: 30px; margin-bottom: 30px; position: relative;}
.about .content .title::before{content: ""; position: absolute; bottom: 0; left: 0; width: 45px; height: 2px; background-color: var(--main-color);}
.about .content .text{font-size: 14px; color: #000; line-height: 35px; margin-bottom: 30px;}
.about .content .tel{font-size: 28px; color: #fff; font-family: Impact; padding: 0 20px 0 60px; border-radius: 60px; line-height: 60px; background: url(../images/tel_icon2.png) no-repeat; background-position: 20px center; background-color: var(--main-color); display: inline-block;}
/*  */
.support{width: 100%; overflow: hidden; background-color: #fff;}
.support-list{width: calc(100% + 30px);}
.support-list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.support-list .item{display: block; width: 100%; padding: 25px; border: 1px solid #e7e7e7; box-shadow: 0 0 10px #e7e7e7;}
.support-list .item .time{border-bottom: 1px solid #e7e7e7; padding-bottom: 25px; margin-bottom: 25px;}
.support-list .item .time-day{font-size: 30px; color: #000; font-weight: bold; font-family: Arial;}
.support-list .item .time-years{font-size: 14px; color: #333;}
.support-list .item .title{font-size: 20px; color: #000; margin-bottom: 20px;}
.support-list .item .text{font-size: 14px; color: #999; line-height: 25px; height: 50px; overflow: hidden; margin-bottom: 25px;}
.support-list .item .mm{width: 80px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; color: #fff; background-color: var(--main-color); border-radius: 20px;}
.support-list .item:hover{transform: translateY(-5px);}
/*  */
.news{width: 100%; position: relative; overflow: hidden;}
.news .title-index .title1{color: #fff;}
.news .title-index .title1 span{color: #fff;}
.news .title-index .title2{color: #fff;}
.news::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 190px; background: url(../images/news_bg.jpg) no-repeat center center; background-size: cover;}
.news-list{width: calc(100% + 20px);}
.news-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.news-list .item{display: block; width: 100%; border: 1px solid #e7e7e7;}
.news-list .item .img-box{position: relative; overflow: hidden;}
.news-list .item .img-box::before{content: ""; display: block; padding-top: 60%;}
.news-list .item .content{padding: 20px; overflow: hidden;}
.news-list .item .title{font-size: 16px; color: #000; margin-bottom: 10px;}
.news-list .item .time{font-size: 14px; color: #999; position: relative; font-family: Arial; line-height: 25px;}
.news-list .item .time span{position: absolute; right: 0; top: 0; font-size: 14px; color: var(--main-color);}
.news-list .item:hover .img-box img{transform: scale(1.1);}
.news-list .item:hover .content{background-color: var(--main-color);}
.news-list .item:hover .title{color: #fff;}
.news-list .item:hover .time{color: #fff;}
.news-list .item:hover .time span{color: #fff;}
.more{text-align: center; margin-top: 20px;}
.more a{display: inline-block; width: 190px; height: 52px; line-height: 50px; border: 1px solid #ccc; font-size: 16px; color: #333;}
.more a:hover{background-color: var(--main-color); color: #fff;}
/*  */
.footer1{width: 100%; padding: 80px 0; background-color: var(--main-color);}
.footer1 .wrap{display: flex;}
.footer1 .footer-title{text-align: left; margin-bottom: 30px;}
.footer1 .footer-title .title1{font-size: 24px; color: #fff; font-weight: bold;}
.footer1 .footer-title .title2{font-size: 14px; color: #fff; text-transform: uppercase;}
.footer1 .footer-info{width: 27%;}
.footer1 .footer-logo{width: 100%;}
.footer1 .footer-logo img{max-width: 100%; height: auto;}
.footer1 .footer-link{overflow: hidden; margin-top: 30px;}
.footer1 .footer-link a{float: left; width: 40px; height: 40px; font-size: 0; margin-right: 25px;}
.footer1 .footer-link a img{width: 100%; height: 100%;}
.footer1 .footer-contact{padding: 0 60px; width: 43%; border-right: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2);}
.footer1 .footer-contact .footer-text{font-size: 14px; color: rgba(255,255,255,.5); line-height: 35px;}
.footer1 .footer-QR{width: 30%; display: flex; flex-direction: column; align-items: end;}
.footer1 .footer-QR .QR{background-color: #fff; padding: 10px; overflow: hidden; border-radius: 10px;}
.footer1 .footer-QR .QR .item{width: 50%; float: left;}
.footer1 .footer-QR .QR .item img{max-width: 110px; max-height: 110px;}
.footer2{width: 100%; background-color: #166c2b; padding: 20px 0;}
.footer2 .copyright{font-size: 14px; color: rgba(255,255,255,.5); text-align: center;}
.footer2 .copyright a{font-size: 14px; color: rgba(255,255,255,.5);}
/*  */
.banner-inner{width: 100%; text-align: center; position: relative; overflow: hidden; font-size: 0;}
.banner-inner img{width: 100%; height: auto;}
.banner-inner .mask{position: absolute; top: 50%; transform: translateY(-50%); left: 25%; text-align: left;}
.banner-inner .mask .text1{font-size: 40px; color: #fff; font-weight: bold;}
.banner-inner .mask .text2{font-size: 14px; color: #fff; font-family: Arial; margin-top: 10px; text-transform: uppercase;}
/*  */
.inner-page{width: 100%; padding: 40px 0; min-height: 500px;}
.sideBar-list{width: 100%; border: 1px solid #f8f8f8;}
.sideBar-list .item{display: block; font-size: 18px; color: #000; line-height: 80px; border-right: 1px solid #f8f8f8; text-align: center;}
.sideBar-list .item:hover{background-color: var(--main-color); color: #fff;}
.sideBar-list .swiper-slide.on .item{background-color: var(--main-color); color: #fff;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}
/*  */
.product-page{width: 100%; overflow: hidden;}
/*  */
.product-detailis{width: 100%; overflow: hidden;}
.product-detailis .product-details-left{width: 75%; float: left; padding-right: 30px;}
.product-detailis .related{width: 25%; float: right;}
.product-detailis .wrap1{border: 1px solid #e7e7e7; display: flex; margin-bottom: 25px;}
.product-detailis .wrap1 .img-box{width: 55%; float: left; text-align: center; overflow: hidden;}
.product-detailis .wrap1 .img-box img{width: 100%; height: auto;}
.product-detailis .wrap1 .txt-box{width: 45%; float: left; padding: 30px; border-left: 1px solid #e7e7e7;}
.product-detailis .wrap1 .title{font-size: 24px; color: #000; margin-bottom: 20px; font-weight: bold;}
.product-detailis .wrap1 .text{font-size: 16px; color: #333; line-height: 30px; margin-bottom: 20px;}
.product-detailis .wrap1 .btn{overflow: hidden;}
.product-detailis .wrap1 .btn a{width: calc(100% / 2 - 10px); float: left; height: 50px; line-height: 50px; background-color: var(--main-color); font-size: 18px; color: #fff; text-align: center; margin-right: 10px;}
.product-detailis .wrap2{width: 100%; overflow: hidden;}
.product-detailis .product-details-title{border-bottom: 1px solid #e7e7e7; font-size: 24px; color: var(--main-color); font-weight: bold; padding-bottom: 20px; position: relative; margin-bottom: 30px;}
.product-detailis .product-details-title::before{content: ""; position: absolute; bottom: -1px; left: 0; width: 75px; height: 3px; background-color: var(--main-color);}
.product-detailis .wrap2 .txt-box{margin-bottom: 15px;}
.product-detailis .wrap2 .title{font-size: 16px; color: #000; font-weight: bold; margin-bottom: 10px;}
.product-detailis .wrap2 .text{font-size: 16px; color: #000; line-height: 40px;}
.product-detailis .wrap2 .text img{display: block; max-width: 100%; height: auto; margin: 5px auto;}
.product-detailis .related-title{text-align: center; padding: 25px 0; border-bottom: 1px solid #e7e7e7;}
.product-detailis .related-title span{font-size: 24px; color: #000; padding-left: 35px; background: url(../images/related_icon1.png) no-repeat left center;}
.related{border: 1px solid #e7e7e7;}
.related-list{width: 100%; padding: 0 20px;}
.related-list li{overflow: hidden;}
.related-list li a{display: block; font-size: 16px; color: #000; line-height: 60px;}
/*  */
.download-list{width: 100%;}
.download-list li{border-bottom: 1px solid #e7e7e7;}
.download-list li a{display: block; font-size: 14px; color: #333; line-height: 40px;}
/*  */
.news-page-list{width: 100%;}
.news-page-list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;}
.news-page-list .item{width: 100%;}
.news-page-list .item a{display: flex; width: 100%;}
.news-page-list .item .img-box{width: 15%; float: left; position: relative;}
.news-page-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.news-page-list .item .content{width: 85%; float: left; padding: 5px 15px;}
.news-page-list .item .content .title{font-size: 18px; color: #2a2a2a; margin-bottom: 10px;}
.news-page-list .item .content .text{font-size: 14px; color: #868686; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news-page-list .item .content .time{font-size: 14px; color: #7b7b7b; font-family: Arial; font-weight: bold; border-bottom: 1px solid #7b7b7b; display: inline-block;}
.news-page-list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 10px #ccc;}
/*  */
.news-details{width: 100%;}
.news-details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news-details .title .title1{font-size: 16px; color: #333;}
.news-details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news-details .img-box{text-align: center; overflow: hidden;}
.news-details .img-box img{max-width: 100%; height: auto; display: inline-block;}
.news-details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}
.news-details .txtbox img{display: block; max-width: 100%; height: auto; margin: 5px auto;}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 15px;}
.contact-page .map{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 .logo{height: 120px;}
    .header-nav .nav-list>li>a{line-height: 50px; font-size: 16px;}
    /*  */
    
}

@media (max-width: 1399px){
    .header-content{width: 260px;}
    .header-QR{padding: 20px 0;}
    .header-nav .nav-list>li>a{line-height: 40px;}
    .header-tel span{font-size: 14px;}
    .main{width: calc(100% - 260px);}
    /*  */
    .banner-inner .mask .text1{font-size: 30px;}
    .banner-inner .mask .text2{margin-top: 5px;}
    .sideBar-list .item{line-height: 60px; font-size: 16px;}


}

@media (max-width: 1299px){
    .header .logo{height: 100px;}
    .header .close{width: 25px; height: 25px; line-height: 25px;}
    .header-content{width: 220px;}
    .header-nav .nav-down{left: 220px;}
    .header-nav .nav-list>li>a{font-size: 14px;}
    .header-QR{padding: 10px 0;}
    .main{width: calc(100% - 220px);}
}

@media (max-width: 1199px){
    .header-content{width: 180px;}
    .header-nav .nav-list>li>a{line-height: 35px;}
    .main{width: calc(100% - 180px);}
    /*  */
    .padding1{padding: 40px 0;}
    .title-index{margin-bottom: 30px; padding: 0 0 0 20px;}
    .title-index .title1{font-size: 24px;}
    .title-index .title1 span{font-size: 16px;}
    .product-list .item .text1{line-height: 40px; font-size: 14px; padding: 0 20px;}
    .product-list .item .text2{line-height: 40px; padding: 0 20px;}
    .about .content .title{font-size: 20px; margin-bottom: 20px; padding-bottom: 20px;}
    .about .content .text{line-height: 30px; margin-bottom: 20px;}
    .about .content .tel{font-size: 20px; line-height: 40px;}
    .support-list{width: calc(100% + 20px);}
    .support-list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .support-list .item{padding: 20px;}
    .support-list .item .time{margin-bottom: 15px; padding-bottom: 15px;}
    .support-list .item .time-day{font-size: 24px;}
    .support-list .item .title{font-size: 18px; margin-bottom: 15px;}
    .support-list .item .text{margin-bottom: 20px;}
    .news-list .item .content{padding: 10px;}
    .news-list .item .title{font-size: 14px;}
    .news-list .item .time{font-size: 12px; line-height: 20px;}
    .more a{width: 150px; height: 42px; line-height: 40px; font-size: 14px;}
    .footer1 .footer-contact{padding: 0 40px;}
    .footer1 .footer-title{margin-bottom: 20px;}
    /*  */
    .sideBar-list .item{line-height: 50px;}
    .product-detailis .product-details-left{padding-right: 20px;}
    .product-detailis .wrap1 .txt-box{padding: 20px;}
    .product-detailis .wrap1 .title{font-size: 20px;}
    .product-detailis .wrap1 .text{font-size: 14px; line-height: 25px;}
    .product-detailis .wrap1 .btn a{height: 35px; line-height: 35px; font-size: 16px;}
    .related-list li a{font-size: 14px; line-height: 40px;}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}
}

@media (max-width: 991px){
    .header{height: 70px; position: fixed; top: 0; left: 0; z-index: 2; background-color: var(--main-color);}
    .header-content{overflow: visible; position: absolute; height: 100%; box-shadow: none;}
    .header-nav .nav-down{display: none !important;}
    .header .close{display: none;}
    .header .logo{height: 100%; text-align: left;}
    .header-box{width: 100%; height: 100%;}
    .header-content.on{transform: translateX(0);}
    .header-nav{transform: translateX(-100%); box-shadow: 0 0 5px #ccc;}
    .header-nav.on{transform: translateX(0);}
    .banner{margin-top: 70px;}
    .banner .banner-prev{left: 2%;}
    .banner .banner-next{right: 2%;}
    .main{width: 100%;}
    /*  */
    .padding1{padding: 30px 0;}
    .title-index{margin-bottom: 20px; padding: 0 0 0 15px;}
    .title-index::before{width: 3px; height: 20px;}
    .title-index .title1{font-size: 20px;}
    .title-index .title2 a{height: 30px; line-height: 30px; font-size: 12px;}
    .product-list{width: calc(100% + 10px);}
    .product-list li{width: calc(100% / 4 - 10px); margin: 0 10px 10px 0;}
    .product-list .item .text1{padding: 0 10px; line-height: 30px; font-size: 12px;}
    .product-list .item .text2{padding: 0 10px; line-height: 30px; font-size: 12px;}
    .about .content .title{font-size: 18px; margin-bottom: 15px; padding-bottom: 15px;}
    .about .content .text{font-size: 12px; line-height: 25px;}
    .about .content .tel{font-size: 18px; line-height: 30px; padding: 0 10px 0 35px; background-position: 10px center; background-size: 20px;}
    .support-list{width: calc(100% + 10px);}
    .support-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .support-list .item{padding: 10px;}
    .support-list .item .time{margin-bottom: 10px; padding-bottom: 10px;}
    .support-list .item .time-day{font-size: 20px;}
    .support-list .item .time-years{font-size: 12px;}
    .support-list .item .title{font-size: 16px; margin-bottom: 10px;}
    .support-list .item .text{font-size: 12px; height: 40px; line-height: 20px; margin-bottom: 10px;}
    .support-list .item .mm{width: 60px; height: 25px; line-height: 25px; font-size: 12px;}
    .news::before{height: 150px;}
    .news-list{width: calc(100% + 10px);}
    .news-list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .more{display: none;}
    .footer1{display: none;}
    .footer2{padding: 15px 0;}
    /*  */
    .banner-inner{margin-top: 70px;}
    .banner-inner .mask{left: 10%;}
    .banner-inner .mask .text1{font-size: 24px;}
    .banner-inner .mask .text2{font-size: 12px;}
    .inner-page{padding: 30px 0;}
    .product-detailis .wrap1{margin-bottom: 15px;}
    .product-detailis .wrap1 .txt-box{padding: 10px;}
    .product-detailis .wrap1 .title{font-size: 16px; margin-bottom: 10px;}
    .product-detailis .wrap1 .text{font-size: 12px; margin-bottom: 10px;}
    .product-detailis .wrap1 .btn a{height: 30px; line-height: 30px; font-size: 14px;}
    .product-detailis .product-details-title{font-size: 20px; padding-bottom: 10px; margin-bottom: 15px;}
    .product-detailis .wrap2 .title{font-size: 14px;}
    .product-detailis .wrap2 .text{font-size: 14px; line-height: 25px;}
    .product-detailis .related-title{padding: 10px 0;}
    .product-detailis .related-title span{font-size: 18px; background-size: 20px;}
    .related-list{padding: 0 10px;}
    .related-list li a{line-height: 30px;}



}

@media (max-width: 767px){
    .header{height: 60px;}
    .banner{margin-top: 60px;}
    /*  */
    .padding1{padding: 20px 0;}
    .title-index{margin-bottom: 15px;}
    .title-index{padding: 0 0 0 10px;}
    .title-index .title1{font-size: 16px;}
    .title-index .title1 span{display: none;}
    .title-index .title2 a{height: 25px; line-height: 25px; padding: 0 15px;}
    .product-list li{width: calc(100% / 2 - 10px);}
    .about .content .title{font-size: 16px; margin-bottom: 10px; padding-bottom: 10px;}
    .about .wrap{flex-wrap: wrap;}
    .about .img-box{width: 100%;}
    .about .content{width: 100%; margin-top: 15px; padding: 0;}
    .about .content .tel{font-size: 16px;}
    .support-list li{width: calc(100% / 2 - 10px);}
    .support-list .item .time-day{font-size: 18px;}
    .support-list .item .title{font-size: 14px;}
    .support-list .item .text{height: 60px;}
    .news::before{height: 120px;}
    .news-list .item .content{padding: 5px;}
    .news-list .item .title{margin-bottom: 5px;}
    .news-list .item .time span{display: none;}
    /*  */
    .sideBar-list .item{line-height: 40px; font-size: 14px;}
    .banner-inner{margin-top: 60px;}
    .banner-inner .mask .text1{font-size: 18px;}
    .banner-inner .mask .text2{margin-top: 0;}
    .sideBar-list .item{line-height: 35px; font-size: 12px;}
    .inner-page{padding: 20px 0;}
    .product-detailis .product-details-left{width: 100%; padding: 0;}
    .product-detailis .wrap1{display: block; overflow: hidden;}
    .product-detailis .wrap1 .img-box{width: 100%;}
    .product-detailis .wrap1 .txt-box{width: 100%;}
    .product-detailis .wrap1 .text{line-height: 20px;}
    .product-detailis .product-details-title{font-size: 18px;}
    .product-detailis .wrap2 .text{font-size: 12px;}
    .product-detailis .related{width: 100%;}
    .product-detailis .related-title{padding: 5px 0;}
    .product-detailis .related-title span{padding-left: 25px;}
    .news-page-list li{margin-bottom: 10px; padding-bottom: 10px;}
    .news-page-list .item .img-box{width: 130px;}
    .news-page-list .item .content{width: calc(100% - 130px); padding: 2px 0 2px 10px;}
    .news-page-list .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .news-page-list .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 5px;}
    .news-page-list .item .content .time{font-size: 12px; display: none;}


}