@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: relative;}
.header-content{position: relative; height: 105px;}
.header-left{height: 100%; display: flex; align-items: center;}
.header-right{height: 100%; display: flex; align-items: center;}
.header .logo{overflow: hidden;}
.header .logo img{width: 200px; height: auto; max-width: 100%;}
.header-txt{padding-left: 20px; margin-left: 20px; position: relative;}
.header-txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 50px; background-color: #d2d2d2;}
.header-txt .text1{font-size: 20px; color: #585858; letter-spacing: .5px;}
.header-txt .text2{font-size: 22px; color: #2f2f2f;}
.header-tel{padding-left: 50px; background: url(../images/tel_icon1.png) no-repeat left center;}
.header-tel .text1{font-size: 16px; color: #939393;}
.header-tel .text2{font-size: 24px; color: var(--main-sub-color); font-weight: bold;}
/* 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; background-color: var(--main-color); width: 100%;}
.header-nav .nav{max-width: 1300px; margin: 0 auto;}
.header-nav .nav-list{width: 100%;}
.header-nav .nav-list>li{width: calc(100% / 7); float: left; position: relative; text-align: center;}
.header-nav .nav-list>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 2px; height: 100%; background: linear-gradient(to right, #2c79c7, #013c77)}
.header-nav .nav-list>li:last-child::before{display: none;}
.header-nav .nav-list>li>a{line-height: 60px; font-size: 18px; color: #fff; display: block; position: relative;}
.header-nav .nav-list>li>a::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: var(--main-color);}
.header-nav .nav-list>li:hover>a{color: var(--main-sub-color); font-weight: bold; background-color: #fff;}
.header-nav .nav-list>li:hover>a::before{background-color: var(--main-sub-color);}
.header-nav .nav-list>li.on>a{color: var(--main-sub-color); font-weight: bold; background-color: #fff;}
.header-nav .nav-list>li.on>a::before{background-color: var(--main-sub-color);}
.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; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff;}
.header-nav .nav-down li{text-align: center; }
.header-nav .nav-down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header-nav .nav-down li a:hover{color: var(--main-color);}
.header.small .header-nav{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: #f1f3f7; padding: 20px 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: 110px; float: left; line-height: 30px; font-size: 16px; color: #1e1e1e; font-weight: bold;}
.header-search .list{width: calc(100% - 110px); float: left;}
.header-search .list li{float: left; margin-right: 20px;}
.header-search .list li a{display: block; font-size: 16px; color: #6f6f6f; line-height: 30px;}
.header-search .list li a:hover{color: var(--main-color); text-decoration:underline}
.header-search .search-form{width: 330px; height: 45px; background-color: #fff; overflow: hidden; border-radius: 35px; border: 1px solid #e4e4e4; padding-left: 55px; background-image: url(../images/search_icon1.png); background-repeat: no-repeat; background-position: 20px center; background-color: #fff;}
.header-search .search-form .search-text{width: calc(100% - 80px); height: 100%; background-color: #fff; float: left; padding: 0; font-size: 16px; color: #333;}
.header-search .search-form .search-btn{width: 80px; height: 45px; text-align: center; line-height: 45px; font-size: 16px; color: #fff; background-color: var(--main-color);}
/*  */
.padding1{padding: 80px 0;}
.padding2{padding: 80px 0 0 0;}
.title-index{text-align: center; margin-bottom: 40px;}
.title-index .title1{font-size: 36px; color: #000; font-weight: bold;}
.title-index .title1 span{color: var(--main-color);}
.title-index .title2{font-size: 18px; color: rgba(0,0,0,.8);}
/*  */
.intro{width: 100%; padding: 100px 0 60px 0; overflow: hidden;}
.intro-list{display: flex; justify-content: space-between;}
.intro-list li{width: calc(100% / 5 - 20px);}
.intro-list .item{background-color: #eaeff4; border-radius: 10px; display: block; text-align: center; padding: 0 0 40px 0; position: relative;}
.intro-list .item::before{content: ""; position: absolute; top: 101%; left: 0; width: 100%; height: 50%; border-radius: 10px; background: linear-gradient(rgba(234,239,244,.6), rgba(234,239,244,0)); transition: all .4s;}
.intro-list .item .icon{width: 100px; height: 100px; border-radius: 50%; margin-top: -50px; display: inline-block; position: relative; overflow: hidden; background-color: #fff; box-shadow: 0 0 10px rgba(13,95,178,.2);}
.intro-list .item .icon img{position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain;}
.intro-list .item .icon .img{opacity: 1;}
.intro-list .item .icon .img-act{opacity: 0;}
.intro-list .item .text{text-align: center; font-size: 20px; color: #2a2a2a; margin-top: 20px;}
.intro-list .item:hover{transform: translateY(-10px);}
.intro-list .item:hover::before{top: calc(101% + 20px);}
.intro-list .item:hover .icon{background-color: var(--main-sub-color);}
.intro-list .item:hover .icon .img{opacity: 0;}
.intro-list .item:hover .icon .img-act{opacity: 1;}
.intro-list .item:hover .text{color: var(--main-sub-color);}
/*  */
.product{width: 100%; overflow: hidden; background-color: #f8f8f8; position: relative; z-index: 1;}
.product::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 500px; z-index: -1; background: url(../images/product_bg.jpg) no-repeat center center; background-size: cover;}
.product .title-index .title1{color: #fff;}
.product .title-index .title2{color: #fff;}
.product .tab{margin-bottom: 30px;}
.product .tab-list{overflow: hidden;}
.product .tab-list li{float: left; margin: 0 20px 20px 0;}
.product .tab-list li a{display: inline-block; width: 140px; height: 48px; line-height: 48px; text-align: center; font-size: 18px; color: #fff; font-weight: bold; background-color: rgba(255,255,255,.2); border-radius: 55px;}
.product .tab-list li.select a{background-color: #fff; color: #383838;}
.product .tab-content{width: 100%; }
.product .tab-content .con{display: none;}
.product .tab-content .con.act{display: block;}
.product-list{width: calc(100% + 25px);}
.product-list li{width: calc(100% / 3 - 25px); float: left; margin: 0 25px 25px 0;}
.product-list .item{display: block; padding: 40px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px #eee; overflow: hidden;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 65%;}
.product-list .item .text{text-align: center; font-size: 17px; color: #333; margin-top: 30px;}
.product-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.brand{width: 100%; background: url(../images/brand_bg.jpg) no-repeat center center; background-size: cover;}
.brand-title{text-align: center; margin-bottom: 40px;}
.brand-title img{max-width: 100%; height: auto;}
.brand-list{width: 100%; overflow: hidden;}
.brand-list li{width: 25%; float: left;}
.brand-list .item{display: block; overflow: hidden; padding: 60px 0 100px 0; position: relative; border-radius: 10px;}
.brand-list .item .icon{position: relative; overflow: hidden;}
.brand-list .item .icon::before{content: ""; display: block; padding-top: 20%;}
.brand-list .item .icon img{position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain;}
.brand-list .item .icon .img{opacity: 1;}
.brand-list .item .icon .img-act{opacity: 0;}
.brand-list .item .content{text-align: center; margin-top: 20px;}
.brand-list .item .text1{font-size: 24px; color: #fff;}
.brand-list .item .text2{font-size: 12px; color: rgba(255,255,255,.3); margin-top: 5px;}
.brand-list .item .number{font-size: 24px; color: rgba(255,255,255,.5); position: absolute; bottom: 40px; left: 0; width: 100%; text-align: center;}
.brand-list .item .mask{position: absolute; right: -130px; bottom: -100px; width: 130px; height: 100px; font-size: 30px; color: #fff; background: url(../images/brand_mask.png) no-repeat; background-size: 100% 100%;}
.brand-list .item .mask span{position: absolute; bottom: 10px; right: 20px;}
.brand-list .item:hover{background-color: #fff;}
.brand-list .item:hover .icon .img{opacity: 0; transform: rotateY(360deg);}
.brand-list .item:hover .icon .img-act{opacity: 1; transform: rotateY(360deg);}
.brand-list .item:hover .text1{color: #333;}
.brand-list .item:hover .text2{color: rgba(0,0,0,.3);}
.brand-list .item:hover .number{transform: scale(0);}
.brand-list .item:hover .mask{right: 0; bottom: 0;}
/*  */
.application{width: 100%; overflow: hidden;}
.application #certify{position: relative;}
.application .swiper-container{overflow: hidden;}
.application .swiper-slide{width: 1100px;}
.application .item{width: 100%; overflow: hidden;}
.application .item .img-box{position: relative; overflow: hidden; border: 3px solid #fff; border-radius: 10px; box-shadow: 0 0 10px #ccc; font-size: 0;}
.application .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.application .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; line-height: 100px; text-align: center; font-size: 24px; color: #fff; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8))}
.application .application-prev, .application .application-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 45px; height: 45px; line-height: 41px; font-size: 32px; color: #9c9c9c; text-align: center; border-radius: 50%; border: 3px solid #9c9c9c; z-index: 2;}
.application .application-prev{left: -60px; cursor:pointer}
.application .application-next{right: -60px; cursor:pointer;}
/*  */
.news{width: 100%; background-color: #f8f8f8;}
.news-left{width: 50%; float: left;}
.news-left .img-box{text-align: center; overflow: hidden;}
.news-left .img-box img{width: 100%; height: auto;}
.news-left .content{margin-top: 20px; border-left: 6px solid var(--main-color); padding: 0 110px 0 20px; position: relative;}
.news-left .title{font-size: 22px; color: var(--main-color); margin-bottom: 10px;}
.news-left .text{font-size: 16px; color: #797979; line-height: 25px;}
.news-left .more{position: absolute; right: 0; bottom: 10px; width: 100px; height: 60px; line-height: 60px; text-align: center; font-size: 16px; color: #fff; z-index: 1; border-radius: 10px; background-color: var(--main-sub-color);}
.news-right{width: 50%; float: right; padding: 0 0 0 35px;}
.news-list{width: 100%;}
.news-list li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #cecece;}
.news-list .item{display: block; overflow: hidden;}
.news-list .item .time{width: 90px; padding: 15px 0; float: left; border-radius: 10px; text-align: center; background-color: var(--main-color);}
.news-list .item .time-day{font-size: 36px; color: #fff;}
.news-list .item .time-years{font-size: 12px; color: #fff;}
.news-list .item .txt-box{width: calc(100% - 90px); float: left; padding: 0 0 0 15px;}
.news-list .item .title{font-size: 18px; color: #363636; font-weight: bold; margin-bottom: 10px;}
.news-list .item .text{font-size: 15px; color: #9b9b9b; line-height: 24px; height: 48px; overflow: hidden;}
/*  */
.about{width: 100%; padding: 80px 0 180px 0; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about-title{text-align: center; margin-bottom: 30px;}
.about-title .title1{font-size: 40px; color: #fff; font-weight: bold;}
.about-title .title2{font-size: 24px; color: #fff; margin-top: 10px;}
.about .text{font-size: 16px; color: #fff; line-height: 25px; text-align: center;}
/*  */
.honor .wrap{padding: 30px 20px; position: relative; margin-top: -100px; z-index: 1; background-color: #fff;}
.honor .tab{padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #dadada;}
.honor .tab-list{display: flex; justify-content: center;}
.honor .tab-list li{margin: 0 35px;}
.honor .tab-list li a{position: relative; display: block; padding-left: 40px;}
.honor .tab-list .icon{position: absolute; left: 0; top: 0; bottom: 0; width: 30px; height: 30px;}
.honor .tab-list .icon img{position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain;}
.honor .tab-list .icon .img{opacity: 1;}
.honor .tab-list .icon .img-act{opacity: 0;}
.honor .tab-list .text{font-size: 24px; color: #000; line-height: 30px;}
.honor .tab-list li.select .icon .img{opacity: 0;}
.honor .tab-list li.select .icon .img-act{opacity: 1;}
.honor .tab-list li.select .text{color: var(--main-color);}
.honor .tab-content{width: 100%; overflow: hidden;}
.honor .tab-content .con{display: none;}
.honor .tab-content .con.act{display: block;}
.honor-list{width: calc(100% + 20px);}
.honor-list li{width: calc(100% / 5 - 20px); float: left; margin: 0 20px 20px 0;}
.honor-list .img-box{width: 100%; overflow: hidden; position: relative;}
.honor-list .img-box::before{content: ""; display: block; padding-top: 140%;}
/*  */
.footer1{width: 100%; background-color: #2b2c2e; padding: 80px 0; border-bottom: 1px solid rgba(255,255,255,.2);}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer-content{width: 24%;}
.footer-logo{text-align: left; overflow: hidden; margin-bottom: 30px;}
.footer-logo img{max-width: 100%;}
.footer-tel{padding-left: 60px; background: url(../images/tel_icon2.png) no-repeat left center;}
.footer-tel .text1{font-size: 16px; margin-bottom: 5px; color: rgba(255,255,255,.68);}
.footer-tel .text2{font-size: 24px; color: #fff;}
.footer-nav{width: 30%; padding: 0 50px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.2);}
.footer-nav li{float: left; width: 50%; text-align: center; padding: 10px 0;}
.footer-nav li a{display: block; font-size: 15px; color: rgba(255,255,255,.8); line-height: 30px;}
.footer-nav li a:hover{text-decoration:underline!important;}
.footer-contact{width: 25%;}
.footer-contact .text{font-size: 15px; color: rgba(255,255,255,.8); line-height: 32px;}
.footer-QR{text-align: center; overflow: hidden;}
.footer-QR img{width: 110px; height: 110px;}
.footer-QR .text{font-size: 14px; color: rgba(255,255,255,.54);}
.footer2{padding: 20px 0; background-color: #2b2c2e;}
.footer2 .copyright{font-size: 14px; color: rgba(255,255,255,.6);}
.footer2 .copyright a{font-size: 14px; color: rgba(255,255,255,.6);}
/*  */
.inner-top{padding: 25px 0; background-color: #f1f3f7;}
.inner-top .wrap{display: flex; align-items: center; justify-content: space-between;}
.title-inner{float: left; overflow: hidden;}
.title-inner .title1{float: left; font-size: 24px; color: var(--main-color); font-weight: bold;}
.title-inner .title1 span{font-size: 14px; color: #9d9d9d; font-weight: normal; margin-left: 10px;}
.breadcrumb{float: right; padding-left: 30px; font-size: 14px; color: #9d9d9d; line-height: 25px; background: url(../images/breadcrumb_icon.png) no-repeat left center;}
.sideBar{margin-top: 30px;}
.sideBar-list{overflow: hidden;}
.sideBar-list li{float: left; margin: 0 20px 20px 0;}
.sideBar-list li a{display: inline-block; width: 185px; height: 50px; line-height: 50px; text-align: center; background-color: #ebebeb; font-size: 18px; color: #383838; border-radius: 50px;}
.sideBar-list li a:hover{background-color: var(--main-color); color: #fff;}
.sideBar-list li a.on{background-color: var(--main-color); color: #fff;}
/*  */
.inner-page{width: 100%; padding: 40px 0; min-height: 500px; overflow: hidden;}
.about-page{width: 100%;}
.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: 30px;}
.about-page .content img{ max-width:100% !important; height:auto !important;}
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{padding: 20px 0; overflow: hidden;}
.product-details .wrap1 .img-box{width: 50%; float: left; text-align: center; overflow: hidden;}
.product-details .wrap1 .img-box img{max-width: 100%; height: auto;}
.product-details .wrap1 .txt-box{width: 50%; 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 .tab{width: 100%; text-align: left;}
.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: var(--main-sub-color); color: #fff;}
.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 .tel{overflow: hidden; display: flex; align-items: center; font-size: 18px; color: #333;}
.product-details .wrap2{width: 100%;}
.product-details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}
/*  */
.application-page{width: 100%; overflow: hidden;}
.application-page-list{width: calc(100% + 20px);}
.application-page-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.application-page-list .item{display: block; overflow: hidden;}
.application-page-list .item .img-box{position: relative; overflow: hidden;}
.application-page-list .item .img-box::before{content: ""; display: block; padding-top: 70%;}
.application-page-list .item .text{font-size: 16px; color: #333; line-height: 40px; text-align: center;}
/*  */
.application-details{width: 100%;}
.application-details .title-box{text-align: center; overflow: hidden; font-size:18px; line-height:40px; font-weight:bold;}
.application-details .img-box{text-align: center; overflow: hidden; margin:10px auto;}
.application-details .img-box img{max-width: 100%; height: auto;}
.application-details .content{font-size: 14px; color: #333; line-height: 25px;}
/*  */
.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{ max-width:100% !important; height:auto !important;}
/*  */
.contact-page{width: 100%;}
.contact-page .txt-box{font-size: 16px; color: #333; line-height: 32px; margin-bottom: 20px;}
.contact-page .map{position: relative; overflow: hidden;}
.contact-page .map::before{content: ""; display: block; padding-top: 40%;}
.contact-page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}



@media (max-width: 1299px){
    .header-content{height: 100px;}
    .header-txt .text1{font-size: 16px;}
    .header-txt .text2{font-size: 18px;}
    .header-search{padding: 10px 0;}
    .header-search .search-form{height: 40px;}
    .header-search .search-form .search-btn{height: 40px; line-height: 40px;}
    /*  */
    .padding1{padding: 60px 0;}
    .product .tab-list li{margin: 0 15px 15px 0}
    .product .tab-list li a{width: 150px; height: 45px; line-height: 45px;}
    .product-list .item{padding: 30px;}
    .brand-list .item{padding: 40px 0 80px 0;}
    .application .swiper-slide{width: 900px;}
    .application .application-prev, .application .application-next{border-color: #fff; color: #fff;}
    .application .application-prev{left: 5px;}
    .application .application-next{right: 5px;}
    .footer-nav{padding: 0 30px;}
    .footer-contact .text{font-size: 14px;}
    /*  */
    .inner-top{padding: 20px 0;}
    .sideBar-list li{margin: 0 10px 10px 0;}
    .sideBar-list li a{width: 160px; height: 40px; line-height: 40px; font-size: 16px;}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}
}

@media (max-width: 1199px){
    .header-nav .nav-list>li>a{line-height: 50px; font-size: 16px;}
}

@media (max-width: 991px){
    .header-content{height: 80px;}
    .header-right{padding-right: 60px;}
    .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::before{display: none;}
    .header-nav .nav-list>li>a{color: #333;}
    .header-nav .nav-list>li>a::before{display: none;}
    .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.act{transform: translateX(0);}
    .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px; box-shadow: none;}
    .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;}
    .header-search .title{font-size: 14px; width: 100px; line-height: 25px;}
    .header-search .list li{margin-right: 10px;}
    .header-search .list li a{font-size: 14px; line-height: 25px;}
    .header-search .search-form{width: 280px; height: 35px; padding-left: 30px; background-position: 10px center; background-size: 15px;}
    .header-search .search-form .search-text{font-size: 14px; width: calc(100% - 60px);}
    .header-search .search-form .search-btn{width: 60px; height: 35px; line-height: 35px; font-size: 14px;}
    /*  */
    .padding1{padding: 40px 0;}
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 26px;}
    .title-index .title2{font-size: 16px;}
    .intro{padding: 60px 0 40px 0;}
    .intro-list .item{padding: 0 0 30px 0;}
    .intro-list .item .icon{width: 80px; height: 80px; margin-top: -40px;}
    .intro-list .item .text{font-size: 18px; margin-top: 15px;}
    .product .tab{margin-bottom: 20px;}
    .product .tab-list li{margin: 0 10px 10px 0;}
    .product .tab-list li a{width: 140px; height: 40px; line-height: 40px; font-size: 14px;}
    .product-list .item{padding: 20px;}
    .product-list .item .text{font-size: 14px; margin-top: 20px;}
    .brand-title{margin-bottom: 30px;}
    .brand-list .item{padding: 30px 0 60px 0;}
    .brand-list .item .content{margin-top: 15px;}
    .brand-list .item .text1{font-size: 20px;}
    .brand-list .item .number{font-size: 20px; bottom: 20px;}
    .brand-list .item .mask{width: 80px; height: 70px; font-size: 20px;}
    .brand-list .item .mask span{bottom: 10px; right: 5px;}
    .application .swiper-slide{width: 600px;}
    .application .item .mask{line-height: 60px; font-size: 16px;}
    .news-left .content{margin-top: 15px; padding: 0 0 0 20px;}
    .news-left .title{font-size: 16px;}
    .news-left .text{font-size: 14px; margin-bottom: 15px;}
    .news-left .more{position: static; display: inline-block; height: 40px; line-height: 40px;}
    .news-right{padding: 0 0 0 20px;}
    .news-list li{padding-bottom: 10px; margin-bottom: 10px;}
    .news-list .item .time{width: 80px; padding: 10px 0;}
    .news-list .item .txt-box{width: calc(100% - 80px);}
    .news-list .item .time-day{font-size: 24px;}
    .news-list .item .title{font-size: 14px; margin-bottom: 5px;}
    .news-list .item .text{font-size: 12px; line-height: 20px; height: 60px;}
    .about{padding: 40px 0 80px 0;}
    .about-title{margin-bottom: 20px;}
    .about-title .title1{font-size: 24px;}
    .about-title .title2{font-size: 18px; margin-top: 5px;}
    .about .text{font-size: 14px;}
    .honor .wrap{padding: 20px; margin-top: -60px;}    
    .honor .tab-list .text{font-size: 18px;}
    .footer1{display: none;}
    /*  */
    .inner-top{padding: 15px 0;}
    .title-inner .title1{font-size: 20px;}
    .sideBar-list li a{font-size: 14px; width: 140px;}


}

@media (max-width: 767px){
    .header-content{height: 60px;}
    .header .logo img{width: 140px;}
    .header-search .box{display: block; overflow: hidden;}
    .header-search .right{width: 100%;}
    .header-search .search-form{width: 100%; height: 30px; line-height: 30px;}
    .header-search .search-form .search-btn{height: 30px; line-height: 30px;}
    .header-search .left{width: 100%; display: block; overflow: hidden;}
    .header-search .title{width: 100%; font-size: 12px;}
    .header-search .list{width: 100%;}
    .header-search .list li a{font-size: 12px; line-height: 20px;}
    /*  */
    .padding1{padding: 20px 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px; margin-bottom: 0;}
    .title-index .title2{font-size: 14px;}
    .intro{padding: 20px 0;}
    .intro-list{flex-wrap: wrap; justify-content: center;}
    .intro-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .intro-list .item{padding: 15px 0;}
    .intro-list .item .icon{width: 60px; height: 60px; margin: 0;}
    .intro-list .item .icon img{max-width: 50%;}
    .intro-list .item .text{font-size: 14px; margin-top: 10px;}
    .product .tab{margin-bottom: 10px;}
    .product .tab-list li a{width: 120px; height: 30px; line-height: 30px; font-size: 12px;}
    .product-list{width: calc(100% + 10px);}
    .product-list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product-list .item{padding: 10px;}
    .product-list .item .text{margin-top: 10px;}
    .brand-title{margin-bottom: 15px;}
    .brand-title img{max-width: 60%;}
    .brand-list li{width: 50%;}
    .brand-list .item{padding: 15px 0 40px 0;}
    .brand-list .item .text1{font-size: 14px;}
    .brand-list .item .number{bottom: 10px;}
    .brand-list .item .mask{width: 60px; height: 60px; font-size: 14px;}
    .application .swiper-slide{width: 100%;}
    .news-left{width: 100%;}
    .news-left .content{margin-top: 10px; padding: 0 0 0 10px;}
    .news-left .title{font-size: 14px;}
    .news-left .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .news-left .more{width: 80px; height: 30px; line-height: 30px; font-size: 14px;}
    .news-right{width: 100%; padding: 0; margin-top: 15px;}
    .news-list .item .time{width: 60px;}
    .news-list .item .txt-box{width: calc(100% - 60px); padding: 0 0 0 10px;}
    .about{padding: 20px 0 40px 0;}
    .about-title{margin-bottom: 15px;}
    .about-title .title1{font-size: 18px;}
    .about-title .title2{font-size: 14px;}
    .about .text{font-size: 12px;}
    .honor .wrap{padding: 10px;}
    .honor .tab{margin-bottom: 15px; padding-bottom: 15px;}
    .honor .tab-list li{margin: 0 20px;}
    .honor .tab-list li a{padding-left: 25px;}
    .honor .tab-list .icon{width: 20px; height: 20px;}
    .honor .tab-list .text{font-size: 14px; line-height: 20px;}
    .honor-list{width: calc(100% + 10px);}
    .honor-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    /*  */
    .inner-top{padding: 10px 0;}
    .inner-page{padding: 20px 0;}
    .breadcrumb{display: none;}
    .title-inner .title1{font-size: 16px;}
    .title-inner .title1 span{font-size: 12px;}
    .about-page .content{font-size: 14px; line-height:26px;}
    .sideBar{margin-top: 15px;}
    .sideBar-list li{margin: 0 5px 5px 0;}
    .sideBar-list li a{width: 110px; height: 35px; line-height: 35px; font-size: 12px;}
    .product-details .wrap1{padding: 0;}
    .product-details .wrap1 .img-box{width: 100%;}
    .product-details .wrap1 .txt-box{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 .product-details-tab .tabList li a{height: 30px; line-height: 30px; width: 100px; font-size: 12px;}
    .product-details .product-details-tab-content{padding: 10px;}
    .product-details .wrap2{margin-top: 15px;}
    .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .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;}
	
	.contact-page .map::before{content: ""; display: block; padding-top: 80%;}
	
}