@charset "utf-8";

@import url(public.css);

/* 头部 */
.header-top{width: 100%; overflow: hidden; background-color: var(--main-color); line-height: 30px; font-size: 14px; color: #fff;}
.header-top a{color: #fff; margin: 0 10px;}
.header-top a:last-child {margin: 0 0 0 10px;}
.header-top a:hover {text-decoration: underline;}
/* header */
.header{width: 100%; position: relative;}
.header-content{width: 100%; position: relative; height: 105px; background-color: #fff;}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo img{max-width: 100%; max-height: 100%; width: 532px; height: auto;}
/* menu */
.header-menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header-menu .icon-bar{background:#333; 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);}
/* nav */
.header-nav{position: relative; width: 50%;}
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%; display: flex;}
.header-nav .nav-list>li{flex: 1; float: left; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 105px; font-size: 16px; color: var(--main-font-color); display: block;}
.header-nav .nav-list>li>a::before{content: ""; position: absolute; bottom: 25px; left: 0; right: 0; margin: auto; width: 0; height: 2px; background-color: var(--main-color); transition: all .4s;}
.header-nav .nav-list>li:hover>a::before{width: 50px;}
.header-nav .nav-list>li.on>a::before{width: 50px;}
.header-nav .nav-list>li>i{display: none;}
.header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; background-color: #fff;}
.header-nav .nav-down li{text-align: center;}
.header-nav .nav-down li a{line-height:36px; font-size: 15px; color: var(--main-font-color); display: block; padding: 0 5px;  white-space: nowrap;}
.header-nav .nav-down li a:hover{color: var(--main-color);}
.header .header-wechat{position: relative;}
.header .wechat-icon{position: relative; overflow: hidden; height: 30px; display: block; width: 35px;}
.header .wechat-icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.header .wechat-mask{position: absolute; top: 100%; left: 50%; transform: translateX(-50%) scale(0); text-align: center; overflow: hidden; z-index: 2; padding: 10px 0 0 0;}
.header .wechat-mask img{width: 100px; height: 100px;}
.header .header-wechat:hover .wechat-mask{transform: translateX(-50%) scale(1);}
/* .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%;}
/*  */
.header-search{background-color: #fff; padding: 10px 0; border-bottom: 1px solid #eeeeee;}
.header-search .box{display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse}
.header-search .left{flex: 1; display: flex;}
.header-search .title{width: 130px; float: left; line-height: 30px; font-size: 14px; color: #353535; font-weight: bold; padding-left: 30px; background: url(../images/header_icon1.png) no-repeat left center;}
.header-search .list{width: calc(100% - 130px); float: left;}
.header-search .list li{float: left; margin-right: 15px;}
.header-search .list li a{display: block; font-size: 14px; color: #808080; line-height: 30px;}
.header-search .list li a:hover{color: var(--main-color); text-decoration:underline}
.header-search .search-form{width: 370px; height: 35px; background-color: #f1f1f1; overflow: hidden; border-radius: 35px;}
.header-search .search-form .search-text{width: calc(100% - 40px); height: 100%; background-color: #ededef; float: left; padding: 0 0 0 15px; font-size: 14px; color: #333;}
.header-search .search-form .search-btn{width: 40px; height: 35px; text-align: center; line-height: 35px; font-size: 16px;}
/*  */
.title-index{text-align: center; margin-bottom: 40px;}
.title-index .title1{font-size: 28px; color: #333; font-weight: bold; position: relative; display: inline-block; padding: 0 20px;}
.title-index .title1::before, .title-index .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 3px; background-color: var(--main-color);}
.title-index .title1::before{left: 100%;}
.title-index .title1::after{right: 100%;}
.title-index .title2{font-size: 14px; color: #b2b2b2; text-transform: uppercase;}
.padding1{padding: 40px 0;}
.more{text-align: center; overflow: hidden; margin-top: 30px;}
.more a{display: inline-block; font-size: 14px; color: #333; position: relative; line-height: 30px; position: relative; z-index: 1;}
.more a span{color: #fff; margin-left: 10px; display: inline-block;}
.more a::before{content: ""; position: absolute; top: 2px; bottom: 0; right: -7px; margin: auto; width: 26px; height: 26px; z-index: -1; border-radius: 50%; background-color: #333;}
/*  */
.inner-page-left{width: 320px;}
.inner-page-right{width: calc(100% - 340px);}
.sideBar{width: 100%; overflow: hidden;}
.sideBar-title{background-color: var(--main-color); padding: 25px; text-align: left; position: relative;}
.sideBar-title .text1{font-size: 24px; color: #fff; font-weight: bold;}
.sideBar-title .text2{font-size: 18px; color: #fff; font-family: Arial; margin-top: 5px; text-transform: uppercase;}
.sideBar-title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; display: none;}
.sideBar .list>li>a{display: block; height: 50px; line-height: 50px; text-align: left; border-bottom: 1px dotted #d7d5d5; background-color: #fff; font-size: 16px; color: #333; position: relative; padding: 0 40px 0 20px;}
.sideBar .list>li>a i{position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 14px; color: var(--main-color);}
.sideBar .list>li:hover>a{color: var(--main-color);}
.sideBar .list>li.on>a{color: var(--main-color);}
.sideBar .sideBar-down{width: 100%; display: none; background-color: #fff;}
.sideBar .sideBar-down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .sideBar-down li a{display: block; height: 40px; line-height: 40px; color: #333;}
.sideBar .sideBar-down li a:hover{color: var(--main-color);}
.sideBar .sideBar-more{text-align: center; background-color: var(--main-color); line-height: 48px; font-size: 16px; color: #fff; display: block;}
.sideBar-below{width: 100%;}
.sideBar-below .content{background-color: #fff; padding: 20px 10px}
.sideBar-below .content .tel{font-size: 30px; color: var(--main-color); padding-left: 40px; font-family: Impact; background: url(../images/tel_icon1.png) no-repeat left center;}
.sideBar-below .content .text{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px;}
/*  */
.product{width: 100%; overflow: hidden; background-color: #ededef;}
.product-list{width: calc(100% + 20px);}
.product-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product-list .item{width: 100%; display: block;}
.product-list .item .img-box{position: relative; overflow: hidden; background:#fff;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 80%;}
.product-list .item .img-box2{position: relative; overflow: hidden;}
.product-list .item .img-box2::before{content: ""; display: block; padding-top: 70%;}
.product-list .item .text{text-align: center; font-size: 16px; color: #333; text-align: center; line-height: 40px; background-color: #fff; margin-top: 4px;}
.product-list .item:hover .img-box img{transform: scale(1.06);}
.product-list .item:hover .text{background-color: var(--main-color); color: #fff;}
/*  */
.about{width: 100%; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .img-box{width: 50%; padding-right: 20px; float: left;}
.about .img-box img{width: 100%; height: auto;}
.about .content{width: 50%; padding-left: 20px; float: right;}
.about .text-content{font-size: 16px; color: #333; line-height: 30px;}
.about .list{display: flex; justify-content: space-between; margin-top: 40px;}
.about .list .icon{position: relative; overflow: hidden; height: 46px;}
.about .list .text{margin-top: 5px; font-size: 16px; color: #333; text-align: center;}
/*  */
.advantage{width: 100%; overflow: hidden; background-color: #fff;}
.advantage .advantage-title{font-size: 28px; color: #333; font-weight: bold; margin-bottom: 40px; text-align: center;}
.advantage .item{width: 100%; display: flex;}
.advantage .item .img-box{width: 50%; float: left; position: relative; overflow: hidden; font-size: 0;}
.advantage .item .img-box img{width: 100%; height: auto;}
.advantage .item .content{width: 50%; float: right; padding: 20px calc(50% - 700px) 20px 30px;}
.advantage .title{font-size: 20px; color: #333; font-weight: bold; line-height: 50px; height: 50px; overflow: hidden; margin-bottom: 15px;}
.advantage .title span{font-size: 40px; color: var(--main-color); margin-right: 10px; font-family: Impact;}
.advantage .text{font-size: 14px; color: #333; line-height: 25px;}
.advantage .icon{width: 100%; margin: 10px 0 20px 0;}
.advantage .item:nth-child(even){flex-direction: row-reverse;}
.advantage .item:nth-child(even) .content{padding: 20px 30px 20px calc(50% - 700px);}
/*  */
.service{width: 100%; overflow: hidden; background-color: #ededef;}
.service .wrap{padding: 0 60px;}
.service-list{width: calc(100% + 20px);}
.service-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.service-list .item{width: 100%; display: block;}
.service-list .item .img-box{position: relative; overflow: hidden;}
.service-list .item .img-box::before{content: ""; display: block; padding-top: 70%;}
.service-list .item .text{font-size: 16px; color: #333; text-align: center; background-color: #fff; line-height: 50px;}
.service-list .item:hover .img-box img{transform: scale(1.1);}
.service-list .item:hover .text{background-color: var(--main-color); color: #fff;}
/*  */
.case{width: 100%; overflow: hidden; background: url(../images/case_bg.jpg) no-repeat center center; background-size: cover;}
.case .tab{width: 100%; text-align: center; overflow: hidden; margin-top: 40px;}
.case .tab .tab-list{overflow: hidden; width: 100%; font-size: 0; display: flex; justify-content: center; position: relative;}
.case .tab .tab-list::before{content: ""; position: absolute; bottom: 40px; left: 0; width: 100%; height: 1px; background-color: #d2d2d2; z-index: 2;}
.case .tab .tab-list li{float: left; flex: 1; position: relative;}
.case .tab .tab-list li::before{content: ""; position: absolute; left: 0; right: 0; bottom: 33px; z-index: 2; margin: auto; width: 15px; height: 15px; border: 2px solid #d3d3d3; border-radius: 50%; background-color: #fff;}
.case .tab .tab-list li a{display: block; text-align: center; font-size: 15px; color: #464646;}
.case .tab .icon{position: relative; overflow: hidden; height: 70px;}
.case .tab .text{font-size: 16px; color: #333; margin-top: 30px; height: 25px; line-height: 25px; overflow: hidden;}
.case .tab .tab-list .select a{color: #333;}
.case .tab-content{width: 100%; overflow: hidden;}
.case .tab-content .con{display: none;}
.case .tab-content .con.act{display: block;}
.case .box{display: flex; align-items: center;}
.case .box .img-box{width: 50%; float: left; text-align: center; overflow: hidden;}
.case .box .img-box img{width: 100%; height: auto;}
.case .box .content{width: 50%; float: left; padding: 10px 30px;}
.case .box .content .title{font-size: 18px; color: #333; margin-bottom: 20px; font-weight:bold; line-height:1.8;}
.case .box .content .text{font-size: 14px; color: #333; line-height: 25px;}
/*  */
.news{width: 100%; overflow: hidden;}
.news .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden;}
.news .tab .tab-list{overflow: hidden; width: 100%; font-size: 0; display: flex; justify-content: center;}
.news .tab .tab-list li{float: left; padding: 0 5px 10px 5px;}
.news .tab .tab-list li a{display: block; width: 170px; height: 45px; line-height: 45px; text-align: center; background-color: var(--main-color); font-size: 16px; color: #fff;}
.news .tab .tab-list .select a{background: var(--main-color); color: #fff;}
.news .tab-content{width: 100%;}
.news .tab-content .con{display: none;}
.news .tab-content .con.act{display: block;}
.news .box{width: 40%; float: left; border-radius: 10px;}
.news .box .img-box{width: 100%; text-align: center; overflow: hidden; font-size: 0;}
.news .box .img-box img{width: 100%; height: auto;}
.news .box .content{width: 100%; background-color: var(--main-color); padding: 35px 20px;}
.news .box .title{font-size: 16px; color: #fff; margin-bottom: 20px;}
.news .box .text{font-size: 14px; color: #fff; line-height: 25px; margin-bottom: 20px;}
.news .box .time{font-size: 14px; color: #fff;}
.news .news-list{width: 60%; float: left; padding: 0 0 0 20px;}
.news-list li{margin-bottom: 20px;}
.news-list .item{width: 100%; padding: 20px 0; display: flex; background-color: #ededef; overflow: hidden; align-items: center;}
.news-list .item .time{width: 150px; text-align: center; float: left;}
.news-list .item .time .time-day{font-size: 30px; font-family: Arial; color: #333;}
.news-list .item .time .time-years{font-size: 20px; color: #333; font-family: Arial; margin-top: 10px;}
.news-list .item .content{width: calc(100% - 150px); float: left;}
.news-list .item .title{font-size: 16px; color: #333; margin-bottom: 10px;}
.news-list .item .text{font-size: 14px; color: #333; line-height: 25px; }
.news-list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 5px #ccc;}
/*  */
.footer1{background-color: #282828; padding: 20px 0;}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer1 .footer_nav{width: 55%; display: flex; justify-content: space-between;}
.footer1 .footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer1 .footer_nav dt a{color: #fff;}
.footer1 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer1 .footer_nav dd a{color: #fff;}
.footer1 .footer_nav dd a:hover{text-decoration: underline;}
.footer1 .footer_logo{text-align: center; overflow: hidden;}
.footer1 .footer_logo img{max-width: 100%; height: auto;}
.footer1 .QR{text-align: center; overflow: hidden;}
.footer1 .QR img{width: 120px; height: 120px;}
.footer1 .QR .text{font-size: 14px; color: #fff;}
.footer2{width: 100%; background-color: var(--main-color); padding: 15px 0;}
.footer2 .text{font-size: 14px; color: #fff;}
.footer2 .text a{color: #fff;}
/*  */
.inner-page{width: 100%; background-color: #ededef; padding: 0 0 40px 0; min-height: 500px;}
.title-inner{background-color: #fff; margin: 25px 0;}
.title-inner .breadcrumb{background-color: var(--main-color); padding: 0 50px; line-height: 45px; font-size: 16px; color: #fff; display: inline-block;}
.inner-list{width: calc(100% + 20px); overflow: hidden;}
.inner-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
/*  */
.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{font-size: 16px; color: #333; line-height: 28px; margin-top: 10px;}
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{padding: 20px 0;}
.product-details .wrap1 .imgbox{width: 30%; float: left; text-align: center; overflow: hidden;}
.product-details .wrap1 .imgbox img{width: 100%; height: auto;}
.product-details .wrap1 .content{width: 70%; float: left; padding-left: 30px;}
.product-details .wrap1 .title{font-size: 20px; color: #333; margin-bottom: 20px; font-weight: bold;}
.product-details .wrap1 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.product-details .wrap1 .tel{font-size: 20px; color: var(--main-color); float: left; line-height: 35px;}
.product-details .tab{width: 100%; text-align: left;}
.product-details .wrap2{width: 100%;}
.product-details .product-details-tab{width: 100%; background-color: var(--main-color);}
.product-details .product-details-tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product-details .product-details-tab .tabList li{float: left;}
.product-details .product-details-tab .tabList li a{display: block; width: 140px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff;}
.product-details .product-details-tab .tabList .select a{background: #333;}
.product-details .product-details-tab-content{width: 100%; overflow: hidden; padding: 20px;}
.product-details .product-details-tab-content .con{display: none;}
.product-details .product-details-tab-content .con.act{display: block;}
.product-details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}
/*  */
.service-page{width: 100%; overflow: hidden;}
/*  */
.service-details{width: 100%; overflow: hidden;}
.service-details .img-box{text-align: center; overflow: hidden;}
.service-details .img-box img{max-width: 100%; height: auto;}
.service-details .content{font-size: 14px; color: #333; line-height: 25px; margin-top: 10px;}
/*  */
.case-page{width: 100%; overflow: hidden;}
.case-page .img-box{text-align: center; overflow: hidden;}
.case-page .img-box img{max-width: 100%; height: auto;}
.case-page .content{font-size: 14px; color: #333; line-height: 25px; margin-top: 10px;}
/*  */
.news-page-list{width: 100%;}
.news-page-list li{margin-bottom: 20px;}
.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; background-color: #fff;}
.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 #aaa; padding-bottom: 15px; margin-bottom: 20px;}
.news-details .title .title1{font-size: 18px; color: #333; line-height:1.8; font-weight:bold;}
.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;}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 16px; color: #333; line-height: 28px; margin-bottom: 10px;}
.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: 1399px){
    .header .logo img{width: 420px;}
    .header-content{height: 100px;}
    .header-nav .nav-list>li>a{line-height: 100px;}
    .advantage .item .content{padding: 20px 10px 20px 30px;}
    .advantage .item:nth-child(even) .content{padding: 20px 30px 20px 10px;}
    .service .wrap{padding: 0 10px;}
}

@media (max-width: 1299px){
    .inner-page-left{width: 280px;}
    .inner-page-right{width: calc(100% - 300px);}
    .sideBar .list>li>a i{right: 20px;}
    .advantage .item .content{padding: 10px 10px 10px 20px;}
    .advantage .item:nth-child(even) .content{padding: 10px 20px 10px 10px;}
    .advantage .icon{margin: 10px 0;}
    .case .tab .icon{height: 60px;}
    /*  */
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}
}

@media (max-width: 1199px){
    .header .logo img{width: 380px;}
    .header-nav .nav-list>li>a{font-size: 14px;}
    .sideBar-title{padding: 20px 10px;}
    .news-list .item{padding: 10px 0;}
    .news-list .item .time{width: 120px;}
    .news-list .item .content{width: calc(100% - 120px);}

}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header-content{height: 80px;}
    .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-nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header-nav .nav-list{padding: 80px 20px 0 20px;}
    .header-nav .nav-list>li{width: 100%; text-align: left;}
    .header-nav .nav-list>li>a{color: var(--main-font-color); line-height: 50px;}
    .header-nav .nav-list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header-nav .nav-list{display: block;}
    .header-nav .nav-list>li>a::before{display: none;}
    .header-nav .nav-list>li:hover>a{color: var(--main-color);}
    .header-nav .nav-list>li.on>a{color: var(--main-color);}
    .header-nav .nav.act{transform: translateX(0);}
    .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header-nav .nav-down li{text-align: left;}
    .header-nav .nav-down li a{font-size: 12px; line-height: 30px; padding: 0 5px 0 20px;}
    .banner .banner-prev{left: 2%;}
    .banner .banner-next{right: 2%;}
    .header-search{padding: 5px 0;}
    .header-search .search-form{width: 280px; height: 30px;}
    .header-search .search-form .search-btn{line-height: 30px; height: 30px;}
    .header-search .title{font-size: 12px; width: 130px;}
    .header-search .list{width: calc(100% - 150px);}
    .header-search .list li a{font-size: 12px;}
    .sideBar-below .content .tel{font-size: 20px; line-height: 30px; background-size: 30px;}
    /*  */
    .padding1{padding: 30px 0;}
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 24px;}
    .more{margin-top: 20px;}
    .inner-page-left{width: 240px;}
    .inner-page-right{width: calc(100% - 260px);}
    .sideBar-title .text1{font-size: 20px;}
    .sideBar-title .text2{font-size: 14px;}
    .sideBar .list>li>a{height: 40px; line-height: 40px; font-size: 14px; padding: 0 30px 0 15px;}
    .sideBar .list>li>a i{right: 10px;}
    .product-list{width: calc(100% + 10px);}
    .product-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product-list .item .text{font-size: 14px; line-height: 30px;}
    .about .img-box{padding-right: 10px;}
    .about .content{padding-left: 10px;}
    .about .text-content{font-size: 14px; line-height: 25px;}
    .about .list{margin-top: 20px;}
    .about .list .icon{height: 40px;}
    .about .list .text{font-size: 14px;}
    .advantage .wrap{padding: 0 10px;}
    .advantage .advantage-title{font-size: 20px; margin-bottom: 30px;}
    .advantage .title{font-size: 16px; line-height: 40px; height: 40px; margin-bottom: 10px;}
    .advantage .title span{font-size: 28px;}
    .advantage .item .content{padding: 0 0 10px 10px;}
    .advantage .item:nth-child(even) .content{padding: 0 10px 10px 0;}
    .service-list{width: calc(100% + 10px);}
    .service-list li{width: calc(100% / 4 - 10px); margin: 0 10px 10px 0;}
    .service-list .item .text{font-size: 14px; line-height: 30px;}
    .case .box{align-items: flex-start;}
    .case .box .content{padding: 10px 0 10px 20px;}
    .case .tab .icon{height: 40px;}
    .case .tab .text{font-size: 14px;}
    .news .tab .tab-list li a{width: 140px; height: 35px; line-height: 35px; font-size: 14px;}
    .news .box .content{padding: 10px;}
    .news .box .title{margin-bottom: 10px;}
    .news .box .text{margin-bottom: 10px;}
    .news-list .item .time{width: 100px;}
    .news-list .item .time .time-day{font-size: 20px;}
    .news-list .item .time .time-years{font-size: 14px; margin-top: 5px;}
    .news-list .item .content{width: calc(100% - 100px);}
    .footer1{display: none;}
    /*  */
    .title-inner{margin: 10px 0;}
    .title-inner .breadcrumb{padding: 0 30px; line-height: 35px; font-size: 14px;}
    .inner-list{width: calc(100% + 10px);}
    .inner-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
}

@media (max-width: 767px){
    .header-content{height: 60px;}
    .header .logo img{width: 240px;}
    .header-search{padding: 5px 0;}
    .header-search .box{display: block; overflow: hidden; zoom: 1;}
    .header-search .left{width: 100%; display: block; margin-top: 5px;}
    .header-search .right{width: 100%; display: block;}
    .header-search .title{font-size: 14px; line-height: 20px; width: 100%;}
    .header-search .list{width: 100%; margin-top: 5px;}
    .header-search .list li a{line-height: 20px; font-size: 12px;}
    .header-search .search-form{height: 30px;width: 100%;}
    .header-search .search-form .search-text{padding: 0 5px; font-size: 12px; width: calc(100% - 30px);}
    .header-search .search-form .search-btn{width: 30px; height: 30px; line-height: 30px; margin-top: 0;}
    /*  */
    .padding1{padding: 20px 0;}
    .more{margin-top: 15px;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px; padding: 0 10px;}
    .title-index .title2{font-size: 12px;}
    .inner-page-left{width: 100%;}
    .inner-page-right{width: 100%; margin-top: 10px;}
    .sideBar-title{padding: 10px;}
    .sideBar-title .text1{font-size: 16px;}
    .sideBar-title .icon{display: block;}
    .sideBar-title .text2{display: none;}
    .sideBar .list{display: none;}
    .sideBar .list>li>a{height: 35px; line-height: 35px;}
    .sideBar .sideBar-more{display: none;}
    .product-list li{width: calc(100% / 2 - 10px);}
    .product-list .item .text{font-size: 12px;}
    .about .img-box{width: 100%; padding: 0;}
    .about .content{width: 100%; padding: 0; margin-top: 10px;}
    .about .text-content{font-size: 12px;}
    .about .list{margin-top: 15px;}
    .about .list .icon{height: 30px;}
    .about .list .text{font-size: 12px;}
	.about-page .content{font-size: 14px; color: #333; line-height: 26px; margin-top: 10px;}
    .advantage .advantage-title{font-size: 18px; margin-bottom: 15px;}
    .advantage .item{display: block;}
    .advantage .item .img-box{width: 100%;}
    .advantage .item .content{width: 100%; padding: 0; margin-top: 10px;}
    .advantage .title{font-size: 14px; height: 30px; line-height: 30px;}
    .advantage .title span{font-size: 24px; margin-right: 5px;}
    .advantage .text{font-size: 12px;}
    .advantage .icon{margin: 5px 0;}
    .service-list li{width: calc(100% / 2 - 10px);}
    .service-list .item .text{font-size: 12px;}
    .case .box{display: block;}
    .case .box .img-box{width: 100%;}
    .case .box .content{width: 100%; padding: 0; margin-top: 10px;}
    .case .box .content .title{font-size: 14px; margin-bottom: 5px;}
    .case .box .content .text{font-size: 12px;}
    .case .tab{margin-top: 15px;}
    .case .tab .icon{height: 30px;}
    .case .tab .text{font-size: 12px;}
    .news .tab .tab-list li a{width: 120px; height: 30px; line-height: 30px;}
    .news .box{width: 100%;}
    .news .box .title{font-size: 14px;}
    .news .box .text{font-size: 12px;}
    .news .box .time{font-size: 12px;}
    .news .tab{margin-bottom: 10px;}
    .news .tab .tab-list li{padding: 0 2px 4px 2px;}
    .news .news-list{width: 100%; margin-top: 10px; padding: 0;}
    .news-list li{margin-bottom: 10px;}
    .news-list .item .time{width: 80px;}
    .news-list .item .content{width: calc(100% - 80px); padding: 0 10px 0 0;}
    .news-list .item .title{font-size: 14px;}
    .news-list .item .text{font-size: 12px; height: 60px; line-height: 20px; overflow: hidden;}
    .footer2 .text{width: 100%; text-align: center;}
    /*  */
    .title-inner{margin: 0 0 10px 0;}
    .product-details .wrap1{padding: 10px 0;}
    .product-details .wrap1 .imgbox{width: 100%;}
    .product-details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
    .product-details .wrap1 .title{font-weight: bold; margin-bottom: 10px; font-size: 16px;}
    .product-details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product-details .wrap1 .tel{width: 100%;}
    .product-details .product-details-tab .tabList li a{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .product-details .product-details-tab-content{padding: 10px;}
    .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .inner-list li{width: calc(100% / 2 - 10px);}
    .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;}
}
