@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: relative;}
.header-content{position: relative; height: 65px;}
.header-right{height: 100%; display: flex; align-items: center;}
.header .wrap{display: flex; align-items: center; justify-content: space-between;}
.header .logo{overflow: hidden;}
.header .logo img{width: 96px; height: auto; max-width: 100%;}
.header-tel{padding-left: 30px; background: url(../images/tel_icon1.png) no-repeat left center;}
.header-tel .tel-text{font-size: 16px; color: #000; font-family: Arial;}
.header-search{position: relative; margin-left: 20px; padding-left: 20px;}
.header-search::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 25px; background-color: #eaeaea;}
.header-search .search-box{width: 190px; height: 32px; border: 1px solid #eaeaea; border-radius: 32px; overflow: hidden;}
.header-search .search-text{width: calc(100% - 40px); float: left; height: 100%; padding: 0 0 0 10px; font-size: 14px; color: #333;}
.header-search .search-btn{width: 40px; float: left; height: 100%; background: url(../images/search_icon1.png) no-repeat center center;}
/* 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: 100%; background-color: #fff;}
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%; border-top: 2px solid #e9e9e9;}
.header-nav .nav-list>li{width: calc(100% / 8); float: left; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 50px; font-size: 16px; color: #232536; display: block;}
.header-nav .nav-list>li>a::before{content: ""; position: absolute; top: -2px; left: 0; width: 0; height: 2px; transition: all .4s; background-color: #c7161d;}
.header-nav .nav-list>li:hover>a{font-weight: bold;}
.header-nav .nav-list>li:hover>a::before{width: 100%;}
.header-nav .nav-list>li.on>a{font-weight: bold;}
.header-nav .nav-list>li.on>a::before{width: 100%;}
.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); background-color:#f4f4f4;}
.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%;}
/*  */
.padding1{padding: 50px 0;}
.title-index{display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px;}
.title-index .title1{font-size: 30px; color: #262626;}
.title-index .title2{font-size: 16px; color: #949494; line-height: 25px;}
.title-index .more{display: inline-block; width: 110px; height: 35px; line-height: 35px; border-radius: 35px; text-align: center; font-size: 14px; color: #fff; background-color: var(--main-color);}
.title-index .more:hover{transform: scale(1.1)}
/*  */
.nav-index{width: 100%; background-color: #f2f3f5; overflow: hidden;}
.nav-index .nav-list{overflow: hidden;}
.nav-index .nav-list li{width: 50%; float: left;}
.nav-index .nav-list .item{width: 100%;}
.nav-index .nav-list .item .img-box{position: relative; overflow: hidden;}
.nav-index .nav-list .item .img-box::before{content: ""; display: block; padding-top: 52%;}
.nav-index .nav-list .item .mask{position: absolute; bottom: 30px; right: 30px; width: 130px;}
.nav-index .nav-list .item .title{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.nav-index .nav-list .item .text{font-size: 14px; color: rgba(255,255,255,.8); line-height: 20px; margin-bottom: 20px;}
.nav-index .nav-list .item .icon{width: 18px; height: 15px; background: url(../images/nav_icon1.png) no-repeat; background-size: 100% 100%;}
.nav-index .nav-list .item:hover .img-box img{transform: scale(1.1);}
.nav-index .nav-list li:nth-child(2) .item .mask{bottom: auto; top: 30px;}
/*  */
.product{width: 100%; overflow: hidden;}
.product .tab{width: 100%; margin-bottom: 10px; border-top: 1px solid #e2e2e2; border-bottom: 4px solid #e2e2e2; text-align: center;}
.product .tab .tab-list{font-size: 0; display: flex; justify-content: center;}
.product .tab .tab-list li{flex: 1; float: left;}
.product .tab .tab-list li a{display: block; text-align: center; font-size: 16px; color: #0f0f0f; line-height: 45px; position: relative;}
.product .tab .tab-list li a::before{content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 4px; background-color: var(--main-color);}
.product .tab .tab-list li a::after{content: ""; position: absolute; bottom: -9px; left: 0; right: 0; margin: auto; width: 10px; height: 5px; display: none; background: url(../images/product_tab_icon.png) no-repeat; background-size: 100% 100%;}
.product .tab .tab-list .select a::before{width: 100%;}
.product .tab .tab-list .select a::after{display: block;}
.product .tab-content{width: 100%; overflow: hidden;}
.product .tab-content .con{display: none;}
.product .tab-content .con.act{display: block;}
.product-list{width: calc(100% + 20px);}
.product-list li{width: calc(100% / 5 - 20px); float: left; margin: 20px 20px 0 0;}
.product-list .item{display: block; width: 100%;}
.product-list .item .img-box{position: relative; overflow: hidden; border:1px solid #f1f1f1;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 80%;}
.product-list .item .content{margin-top: 20px; border-left: 2px solid #c7161d; padding-left: 10px;}
.product-list .item .text1{font-size: 14px; color: #828282; line-height: 22px;}
.product-list .item .text2{font-size: 14px; color: #282828; font-weight: bold; line-height: 22px;}
.product-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.application{width: 100%; background-color: #f2f3f5; overflow: hidden;}
.application-list{width: calc(100% + 20px);}
.application-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.application-list .item{width: 100%; display: block; position: relative;}
.application-list .item .img-box{position: relative; overflow: hidden;}
.application-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.application-list .item .mask{position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background-color: rgba(0,0,0,.4);}
.application-list .item .text1{font-size: 14px; color: #fff; font-weight: bold;}
.application-list .item .icon{position: relative; overflow: hidden; width: 35px; height: 35px;}
.application-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.about{width: 100%; overflow: hidden;}
.about .wrap{background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .about-logo{margin-bottom: 25px; text-align: center;}
.about .about-logo img{max-width: 100%;}
.about .about-text{font-size: 14px; color: rgba(255,255,255,.8); line-height: 25px; text-align: center;}
.about-more{text-align: center; background-color: var(--main-color);}
.about-more .more-text{display: inline-block;}
.about-more .more-text span{font-size: 18px; color: #fff; padding-right: 40px; line-height: 60px; background: url(../images/about_more.png) no-repeat right center;}
/*  */
.news{width: 100%; background-color: #f2f3f5; overflow: hidden;}
.news .item{display: block; width: 100%;}
.news .item .img-box{position: relative; overflow: hidden;}
.news .item .img-box::before{content: ""; display: block; padding-top: 45%;}
.news .item .content{background-color: #fff; padding: 25px; overflow: hidden; border-bottom: 3px solid var(--main-color);}
.news .item .time{font-size: 14px; color: #979797; margin-bottom: 10px;}
.news .item .title{font-size: 16px; color: #262626; font-weight: bold; margin-bottom: 10px;}
.news .item .text{font-size: 14px; color: rgba(38,38,38,.8); height:44px; line-height:22px; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.news .item:hover .img-box img{transform: scale(1.1);}
.news .item:hover .content{background-color: var(--main-color);}
.news .item:hover .time{color: #fff;}
.news .item:hover .title{color: #fff;}
.news .item:hover .text{color: #fff;}
/*  */
.product-news{width: 100%; background-color: #dfe0e2; overflow: hidden;}
.product-news .item{display: block; width: 100%; padding-bottom:10px; position: relative;}
.product-news .item::before{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--main-color); transition: all .4s;}
.product-news .item .time{font-size: 14px; color: #333; margin-bottom: 10px; font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-news .item .text1{font-size: 12px; color: #333; line-height: 20px; margin-bottom: 10px; height:60px; overflow:hidden;}
.product-news .item .text2{font-size: 12px; color: #7e7e7e;}
.product-news .item:hover::before{width: 100%;}
/*  */
.footer1{width: 100%; background-color: #262626; overflow: hidden; padding: 50px 0; border-bottom: 1px solid rgba(255,255,255,.18);}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer_nav{width: 55%; display: flex; justify-content: space-between;}
.footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer_nav dt a{color: #fff;}
.footer_nav dd{font-size: 14px; color: rgba(255,255,255,.6); line-height: 25px;}
.footer_nav dd a{color: rgba(255,255,255,.6);}
.footer_nav dd a:hover{text-decoration: underline;}
.footer-QR{text-align: center; overflow: hidden;}
.footer-QR img{width: 100px; height: 100px;}
.footer-QR .text{font-size: 12px; color: rgba(255,255,255,.6); margin-top: 5px; text-align: center;}
.footer-content{float: right;}
.footer-logo{overflow: hidden; text-align: left;}
.footer-logo img{max-width: 100%; height: auto;}
.footer-contact{display: inline-block; background-color: var(--main-color); margin-top: 15px; padding: 10px 20px; border-radius: 10px;}
.footer-contact .tel-text1{font-size: 14px; color: rgba(255,255,255,.8); padding-left: 30px; line-height: 25px; background: url(../images/tel_icon2.png) no-repeat left center;}
.footer-contact .tel-text2{font-size: 26px; color: #fff; line-height: 30px;}
.footer-text{margin-top: 15px; font-size: 14px; color: rgba(255,255,255,.6);}
.footer2{width: 100%; background-color: #262626; padding: 25px 0;}
.footer2 .copyright{font-size: 12px; color: rgba(255,255,255,.6);}
.footer2 .copyright a{color: rgba(255,255,255,.6);}
/*  */
.inner-page{width: 100%; overflow: hidden; padding: 30px 0; background: url(../images/inner-page-bg.jpg) no-repeat center center; background-size: cover;}
.inner-page-wrap{width: 100%; background-color: #fff; padding: 25px 15px; border-top: 1px solid #a6a8aa;}
.breadcrumb{margin-bottom: 15px; padding-left: 25px; font-size: 12px; color: #404040; background: url(../images/breadcrumb_icon1.png) no-repeat left center;}
.title-page{margin-bottom: 20px;}
.title-page .title1{font-size: 24px; color: #262626;}
.sideBar{width: 200px; float: left;}
.sideBar .sideBar-title{font-size: 16px; color: #fff; padding: 10px; background-color: var(--main-color); position: relative;}
.sideBar .sideBar-title .icon{position: absolute; top: 0; bottom: 0; right: 10px; margin: auto; width: 25px; height: 25px; line-height: 25px; font-size: 20px; color: #fff;}
.sideBar>ul{overflow: hidden;}
.sideBar>ul>li{border-bottom: 1px solid #d5d5d5; position: relative;}
.sideBar>ul>li>a{display: block; font-size: 14px; color: #343434; line-height: 45px; background-color: #f2f2f2; padding: 0 15px; position: relative;}
.sideBar>ul>li>a::before{content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background-color: #323232; opacity: 0; transition: all .4s;}
.sideBar>ul>li:hover>a{background-color: var(--main-color); color: #fff;}
.sideBar>ul>li:hover>a::before{opacity: 1;}
.sideBar>ul>li.act>a{background-color: var(--main-color); color: #fff;}
.sideBar>ul>li.act>a::before{opacity: 1;}
.sideBar-down{width: 100%; background-color: #f2f2f2; padding: 10px 10px 10px 10px; display: none;}
.sideBar-down>li{}
.sideBar-down>li>a{display: block; font-size: 14px; color: #343434; line-height: 30px; padding: 0 0 0 16px;}
.sideBar-down>li:hover>a{color: var(--main-color); font-weight: bold;}
.sideBar-down>li.act>a{color: var(--main-color); font-weight: bold;}
.sideBar-san{width: 100%; background-color: #f2f2f2; display: none; padding-top:4px; padding-bottom:0px;}
.sideBar-san>li{overflow: hidden;}
.sideBar-san>li>a{display: block; font-size: 12px; color: #343434; line-height: 26px; padding: 0 0 0 32px;}
.sideBar-san>li>a:hover{color: var(--main-color);}
.sideBar-san>li>a.act{color: var(--main-color);}

.sideBar-QR{padding: 20px; background-color: #ebebeb;}
.sideBar-QR img{width: 100%; height: 100%;}
.sideBar-QR .text{font-size: 14px; color: #3c3c3c; margin-top: 5px; text-align: center;}
.sideBar-right{width: calc(100% - 230px); float: right;}
/*  */
.product-tab{width: 100%; margin-bottom: 10px; border-top: 1px solid #e2e2e2; border-bottom: 4px solid #e2e2e2; text-align: center;}
.product-tab .tab-list{font-size: 0; display: flex; justify-content: center;}
.product-tab .tab-list li{flex: 1; float: left;}
.product-tab .tab-list li a{display: block; text-align: center; font-size: 16px; color: #0f0f0f; line-height: 45px; position: relative;}
.product-tab .tab-list li a::before{content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 4px; background-color: var(--main-color);}
.product-tab .tab-list li a::after{content: ""; position: absolute; bottom: -9px; left: 0; right: 0; margin: auto; width: 10px; height: 5px; display: none; background: url(../images/product_tab_icon.png) no-repeat; background-size: 100% 100%;}
.product-tab .tab-list .select a::before{width: 100%;}
.product-tab .tab-list .select a::after{display: block;}
.product .tab-content{width: 100%; overflow: hidden;}
.product .tab-content .con{display: none;}
.product .tab-content .con.act{display: block;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden; margin-bottom: 15px;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{font-size: 14px; color: #333; line-height: 28px;}
.about-page .content img{ max-width:100% !important; height:auto !important;}
/*  */
.product-page .product-list li{width: calc(100% / 4 - 20px);}
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{background-color: #fff; padding: 20px 0; overflow: hidden;}
.product-details .wrap1 .img-box{width: 45%; float: left; border: 1px solid #e4e4e4; text-align: center; overflow: hidden;}
.product-details .wrap1 .img-box img{width: 100%; height: auto;}
.product-details .wrap1 .txt-box{width: 55%; float: left; padding-left: 20px;}
.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 .wrap2{width: 100%; background-color: #fff;}
.product-details .product-details-tab{width: 100%; background-color: #efefef;}
.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: #333;}
.product-details .product-details-tab .tabList .select a{background: #a2a2a2; color: #fff;}
.product-details .product-details-tab-content{width: 100%; overflow: hidden; padding: 20px 0;}
.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;}
.product-details .tel .tel-text{font-size: 20px; color: #333;}
.product-details .tel .tel-btn{width: 120px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; margin-left: 15px; background-color: var(--main-color); text-align: center;}
.product-details .wrap2{width: 100%; background-color: #fff;}
.product-details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px; padding-top:10px;}
.product-details .wrap2 .content img{max-width: 100% !important; height: auto !important;}
.product-details .wrap2 .content a{ font-size:16px !important; line-height:34px !important; color:#222 !important; padding-left:4px;}
.product-details .wrap2 .content a:hover{ color:#f00 !important; text-decoration:underline;}
/*  */

.application-page .application-list li{width: calc(100% / 3 - 20px);}
/*  */
.application-details{width: 100%; overflow: hidden;}
.application-details .img-box{text-align: center; overflow: hidden; margin-bottom: 10px;}
.application-details .img-box img{max-width: 100%; height: auto;}
.application-details .content{font-size: 14px; color: #333; line-height: 25px;}
/*  */
.download-page{width: 100%; overflow: hidden;}
.download-list{width: 100%;}
.download-list li{border-bottom: 1px dotted #ccc; padding: 10px 0;}
.download-list li a{display: block; width: 100%; font-size: 14px; color: #333; line-height: 25px; position: relative; padding-right: 20px;}
.download-list li a .icon{position: absolute; top: 5px; right: 0; font-size: 14px;}
/*  */
.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: 18%; float: left; position: relative;}
.news-page-list .item .img-box::before{content: ""; display: block; padding-top: 50%;}
.news-page-list .item .content{width: 82%; 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: 10px;}
.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: 18px; 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;}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{overflow: hidden; 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: 1199px){
    .application-list .item .mask{padding: 20px;}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}

}

@media (max-width: 991px){
    .header-content{height: 60px;}
    .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; border: none;}
    .header-nav .nav-list>li{width: 100%; text-align: left;}
    .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;}
    /*  */
    .padding1{padding: 30px 0;}
    .title-index .title1{font-size: 22px;}
    .title-index{margin-bottom: 15px;}
    .title-index .title2{font-size: 14px;}
    .title-index .more{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .nav-index .nav-list .item .mask{bottom: 15px; right: 15px; width: 120px;}
    .nav-index .nav-list li:nth-child(2) .item .mask{top: 15px; right: 15px;}
    .nav-index .nav-list .item .title{font-size: 14px; margin-bottom: 5px;}
    .nav-index .nav-list .item .text{font-size: 12px; margin-bottom: 5px; display:none}
    .product-list{width: calc(100% + 10pxx);}
    .product-list li{width: calc(100% / 5 - 10px); margin: 10px 10px 0 0;}
    .product-list .item .content{margin-top: 10px;}
    .product-list .item .text1{font-size: 12px;}
    .product-list .item .text2{font-size: 12px;}
    .application-list{width: calc(100% + 10px);}
    .application-list li{width: calc(100% / 4 - 10px); margin: 0 10px 10px 0;}
    .application-list .item .mask{padding: 10px;}
    .application-list .item .icon{width: 30px; height: 30px;}
    .about .about-logo{margin-bottom: 15px;}
    .about .about-text{font-size: 12px;}
    .about-more .more-text span{font-size: 14px; line-height: 40px;}
    .news .item .content{padding: 15px;}
    .news .item .time{margin-bottom: 10px;}
    .news .item .text{font-size: 12px; line-height: 20px;}
    .product-news .item .text1{margin-bottom: 10px;}
    .footer1{display: none;}
    .footer2{padding: 15px 0;}
    /*  */
    .inner-page-wrap{padding: 10px;}
    .title-page {margin-bottom: 15px;}
    .title-page .title1{font-size: 18px;}
    .sideBar-right{width: calc(100% - 220px);}
    .product-page .product-list li{width: calc(100% / 3 - 10px);}
    .application-page .application-list li{width: calc(100% / 3 - 10px);}

}

@media (max-width: 767px){
    .padding1{padding: 20px 0;}
    .nav-index .nav-list li{width: 50%;}
	.nav-index .nav-list .item .icon{ display:none;}
    .nav-index .nav-list .item .mask{bottom: 10px; right: 10px; width: 100px;}
    .title-index .title1{font-size: 18px;}
    .title-index .more{width: 80px; height: 25px; line-height: 25px;}
    .product-tab{border-bottom: 2px solid #e2e2e2;}
    .product-tab .tab-list li a{font-size: 12px; line-height: 35px;}
    .product-tab .tab-list li a::before{height: 2px; bottom: -2px;}
    .product-tab .tab-list .select a::after{bottom: -7px;}
    .product-list li{width: calc(100% / 2 - 10px);}
    .title-index .title1{font-size: 16px;}
    .title-index .title2{font-size: 12px;}
    .application-list li{width: calc(100% / 2 - 10px);}
    .application-list .item .mask{padding: 5px;}
    .application-list .item .text1{font-size: 12px;}
    .about .about-logo img{max-width: 30%;}
    .about-more .more-text span{font-size: 12px; line-height: 30px;}
    .news .item .content{padding: 5px;}
    .news .item .time{margin-bottom: 5px;}
    .news .item .title{margin-bottom: 5px;}
    /*  */
    .inner-page{padding: 20px 0;}
    .breadcrumb{margin-bottom: 10px;}
    .sideBar{width: 100%;}
    .sideBar-right{width: 100%;}
    .sideBar>ul{display: none;}
    .sideBar>ul>li>a{line-height: 40px;}
    .sideBar-right{margin-top: 10px;}
    .title-page .title1{font-size: 16px;}
    .product-page .product-list li{width: calc(100% / 2 - 10px);}
    .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;}
    .application-page .application-list li{width: calc(100% / 2 - 10px);}
    .download-list li{padding: 5px 0;}
    .download-list li a{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: 100%;}
}