@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: absolute; left: 0; top: 0; height: 110px; z-index: 5; background:#4e4f55;}
.header-content{width: 100%; position: absolute; height: 100%;}
.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: 119px;*/width: 192px; 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:#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); background-color: #333;}
.header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; background-color: #333; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header-nav{position: relative; width: 60%; }
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%; display: flex; justify-content: space-between;}
.header-nav .nav-list>li{float: left; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 60px; font-size: 16px; color: #b6b6b6; display: block;}
.header-nav .nav-list>li:hover>a{color: #fff; font-weight: bold;}
.header-nav .nav-list>li.on>a{color: #fff; font-weight: bold;}
.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; position: relative;border-bottom: 1px solid #eee;}
.header-nav .nav-down>li>a{line-height:40px; font-size: 15px; color: var(--main-font-color); display: block; padding: 0 15px;  white-space: nowrap;}
.header-nav .nav-down>li>a:hover{color: var(--main-color);}
.header-nav .san-list{position: absolute; left: 100%; top: 0; width: 140px; box-shadow: 0 0 5px #ccc; background-color: #fff; display: none;}
.header-nav .san-list li{border-bottom: 1px solid #eee; text-align: center;}
.header-nav .san-list li a{display: block; padding: 0 10px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #333;}
.header-nav .san-list li a:hover{color: var(--main-color);}
.header-nav .nav-down>li:hover .san-list{display: block;}

.header-search{float: right; position: relative;}
.header-search .icon{width: 23px; height: 23px; cursor: pointer;}
.header-search .icon img{width: 100%; height: 100%;}
.header-search .search-mask{display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 6;}
.header-search .search-mask .box{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.header-search .search-mask .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 0;}
.header-search .search-form{width: 80%; height: 50px; border-radius: 10px; background-color: #fff; overflow: hidden; position: relative; z-index: 1;}
.header-search .search-form .search-text{width: calc(100% - 100px); float: left; height: 100%; font-size: 16px; color: #333; padding: 0 15px;}
.header-search .search-form .search-btn{width: 100px; float: left; height: 100%; background-color: #333; font-size: 16px; color: #fff; letter-spacing: 3px; border: none;}
.header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; background:rgba(0,0,0,0.8); height:80px;}
@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: 80px 0;}
.padding2{padding: 80px 0 0 0;}
.title-index{text-align: center; margin-bottom: 35px;}
.title-index .title1{font-size: 36px; color: #3b5b98;}
.title-index .title2{font-size: 18px; color: rgba(0,0,0,.5); margin-top: 10px;}
/*  */
.product{width: 100%; background-color: #fff; overflow: hidden;}
.product-list .item{width: 100%; display: block; padding: 30px; background-color: #f2f2f2; text-align: center;}
.product-list .item .icon{position: relative; margin-bottom: 25px;}
.product-list .item .icon::before{content: ""; display: block; padding-top: 12%;}
.product-list .item .title{font-size: 16px; color: rgba(0,0,0,.6); margin-bottom: 15px; height:24px; overflow:hidden; line-height:24px;}
.product-list .item .mm{font-size: 14px; color: rgba(0,0,0,.8); line-height: 20px; margin-bottom: 25px; border-bottom: 1px solid rgba(0,0,0,.8); display: inline-block;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.product-list .item:hover .img-box img{transform: scale(1.06);}
/*  */
.solution{width: 100%; background-color: #fff; overflow: hidden;}
.solution-list .item{width: 100%; display: block; position: relative; overflow: hidden;}
.solution-list .item .img-box{position: relative; overflow: hidden; border-radius: 10px;}
.solution-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.solution-list .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; padding: 100px 25px 25px 25px; background: linear-gradient(rgba(0,0,0,0), #000);}
.solution-list .item .mask .title{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 15px;}
.solution-list .item .mask .text{font-size: 14px; color: rgba(0,0,0,.3); margin-bottom: 20px;}
.solution-list .item .mask .icon{width: 22px; height: 22px; display: inline-block; background: url(../images/solution_icon.png) no-repeat; background-size: 100% 100%;}
.solution-list .item:hover .img-box img{transform: scale(1.06);}
/*  */
.about{width: 100%; background: url(../images/about_bg.png) no-repeat center center #666; background-size: cover;}
.about .wrap{overflow: hidden; zoom: 1;}
.about .img-box{width: 50%; float: left; text-align: center; overflow: hidden; padding-right: 20px;}
.about .img-box img{max-width: 100%; height: auto;}
.about .content{width: 50%; float: right; padding-left: 20px;}
.about .title{font-size: 36px; color: #fff; margin-bottom: 30px;}
.about .text{font-size: 16px; color: rgba(255,255,255,.8); line-height: 30px; margin-bottom: 40px;}
.about .list{border-top: 1px solid rgba(255,255,255,.5);}
.about .list li{display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.5);}
.about .list .icon{width: 10%; height: 35px; float: left; text-align: left; overflow: hidden;}
.about .list .icon img{max-width: 100%; height: auto;}
.about .list .text1{float: left; width: 20%; font-size: 20px; color: #fff; padding-right: 20px;}
.about .list .text2{float: left; width: 70%; font-size: 16px; color: rgba(255,255,255,.5);}
/*  */
.news{width: 100%; background-color: #fff;}
.news-list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.news-list .item{display: block; width: 100%;}
.news-list .item .img-box{position: relative; overflow: hidden; border-radius: 10px; border:1px solid #f1f1f1;}
.news-list .item .img-box::before{content: ""; display: block; padding-top: 60%;}
.news-list .item .content{padding: 20px 0 0 0;}
.news-list .item .content .title{font-size: 18px; color: #333; margin-bottom: 10px; line-height:30px; height:30px; overflow:hidden;}
.news-list .item .content .text{font-size: 14px; color: rgba(0,0,0,.6); line-height: 25px; height: 50px; overflow: hidden; margin-bottom: 5px;}
.news-list .item .content .time{font-size: 12px; color: rgba(0,0,0,.6); padding-left: 30px; line-height: 25px; background: url(../images/news_icon1.png) no-repeat left center;}
.news-list .item:hover .img-box img{transform: scale(1.06);}
/*  */
.footer{padding: 60px 0; background-color: #17181d;}
.footer1{display: flex; padding-bottom: 40px;}
.footer1 .footer-logo{width: 32%; float: left;}
.footer1 .footer-logo img{max-width: 100%; height: auto;}
.footer1 .footer_nav{width: 68%; float: right; display: flex; justify-content: space-between;}
.footer1 .footer_nav dt{font-size: 18px; color: #fff; margin-bottom: 15px; line-height: 20px;}
.footer1 .footer_nav dt a{color: #fff;}
.footer1 .footer_nav dd{font-size: 14px; color: rgba(255,255,255,.5); line-height: 30px;}
.footer1 .footer_nav dd a{color: rgba(255,255,255,.8);}
.footer1 .footer_nav dd a:hover{text-decoration: underline;}
.footer2{width: 100%; display: flex; align-items: center;}
.footer2 .copyright{width: 32%; float: left; font-size: 14px; color: rgba(255,255,255,.5); line-height: 30px;}
.footer2 .footer-contact{width: 68%; float: right; display: flex; align-items: center; justify-content: space-between; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3);}
.footer2 .footer-tel{float: left; overflow: hidden;}
.footer2 .footer-tel .tel-text1{font-size: 16px; color: #ccc;}
.footer2 .footer-tel .tel-text2{font-size: 36px; color: #fff; margin-top: 10px;}
.footer2 .QR{float: right; display: flex; align-items: center;}
.footer2 .QR .text{font-size: 14px; color: rgba(255,255,255,.5); margin-right: 20px; text-align: center;}
.footer2 .QR img{width: 105px; height: 105px;}
/*  */
.banner-inner{text-align: center; overflow: hidden; position: relative; font-size: 0; height: 100px;}
.banner-inner img{width: 100%; height: auto; display: nowrap}
.banner-inner .mask{position: absolute; top: 50%; left: 0; width: 100%; text-align: center; display: none}
.banner-inner .mask .text1{font-size: 48px; color: #fff; font-weight: bold;}
.banner-inner .mask .text2{font-size: 30px; color: #fff; margin-top: 10px;}
/*  */
.inner-page{width: 100%; background-image: url(../images/bg.png);; padding: 40px 0; min-height: 500px;}
.inner-page-left{width: 260px; float: left;}
.inner-page-right{width: calc(100% - 290px); float: right;}
.sideBar{width: 100%; overflow: hidden;}
.sideBar .sideBar-title{padding: 0 0 25px 0; margin-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.3); text-align: left; position: relative;}
.sideBar .sideBar-title .text1{font-size: 20px; color: #3b5b98; line-height: 1; font-weight: bold;}
.sideBar .sideBar-title .icon{position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 25px; height: 25px; line-height: 25px; font-size: 24px; text-align: center; color: #fff; display: none; text-align: center;}
.sideBar .list>li>a{display: block; height: 50px; line-height: 50px; font-size: 16px; color: rgba(0,0,0,.6); padding: 0 5px 0 30px; position: relative;}
.sideBar .list>li>a .icon{position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 14px; height: 14px; background-image: url(../images/sideBar_icon.png); background-repeat: no-repeat; background-size: 100% 100%;}
.sideBar .list>li:hover>a .icon{background-image: url(../images/sideBar_icon_act.png);}
.sideBar .list>li.active>a{ color: #3b5b98; }
.sideBar .list>li.active>a .icon{background-image: url(../images/sideBar_icon_act.png);}
.sideBar .sideBar-down{width: 100%; display: none;}
.sideBar .sideBar-down li{border-bottom: 1px dotted #ddd; text-align: left; text-indent:48px;}
.sideBar .sideBar-down li a{display: block; height: 40px; line-height: 40px; color: #bbb;}
.sideBar .sideBar-down li a:hover,.sideBar .sideBar-down li a.act{color: #000; font-weight:bold;}
/*  */
.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: #000; line-height:2; margin-bottom: 20px;}
.about-page .content img{ max-width:100% !important; height:auto !important;}
.about-page .content table{ width:100% !important; height:auto !important;}
.about-page .content table td{ width:auto !important; height:auto !important;}
.about-page .sb img{ margin-left:10px !important;} 
.about-page .sb table td { color: #222 !important; }
.about-page .contact{font-size: 14px; color: #000; line-height:2; margin-bottom: 20px; width:40%; float:left;}
.about-page .map{ width:60%; float:left;}
.about-page .tit-box{font-size: 20px; color: #3b5b98; margin-bottom: 10px; font-weight: bold; line-height:2; width:100%; text-align:center; padding-bottom: 10px; margin-bottom10px;}
/*  */
.product-page{width: 100%; overflow: hidden;}
.product-page-list{width: calc(100% + 30px);}
.product-page-list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0;}
.product-page-list .item{display: block; width: 100%; background-color: #999; padding: 30px;}
.product-page-list .item .img-box{position: relative; overflow: hidden;}
.product-page-list .item .img-box::before{content: ""; display: block; padding-top: 80%;}
.product-page-list .item .content{text-align: center; margin-top: 25px;}
.product-page-list .item .title{font-size: 16px; color: #fff; font-weight: bold;}
.product-page-list .item .text{font-size: 14px; display: inline-block; font-size: 14px; color: #fff; margin-top: 15px; border-bottom: 1px solid rgba(0,0,0,.5);}
.product-page-list .item:hover .img-box img{transform: scale(1.06);}
/*  */
.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:#3b5b98; margin-bottom: 20px; font-weight: bold;}
.product-details .wrap1 .text{font-size: 14px; color: rgba(0,0,0,.8); line-height: 25px; margin-bottom: 20px;}
.product-details .tab{width: 100%; text-align: left;}
.product-details .product-details-tab{width: 100%; background-color: #ccc;}
.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: rgba(0,0,0,.5);}
.product-details .product-details-tab .tabList .select a{background: #888; 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: rgba(0,0,0,.5);}
.product-details .wrap2{width: 100%;}
.product-details .wrap2 .content{font-size: 14px; color: rgba(0,0,0,.5); line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}
/*  */
.solution-page{width: 100%; overflow: hidden;}
.solution-page-list{width: calc(100% + 20px);}
.solution-page-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
/*  */
.solution-details{width: 100%; overflow: hidden;}
.solution-details .tit-box{font-size: 20px; color:#3b5b98; margin-bottom: 10px; font-weight: bold; line-height:1.6; width:100%; text-align:center;}
.solution-details .img-box{text-align: center; overflow: hidden;}
.solution-details .img-box img{max-width: 100%; height: auto;}
.solution-details .content{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}
.solution-details .content img{ max-width:100% !important; height:auto !important;}
.swiper6{ height:640px;}
.swiper6 .img-box2 img{ max-height:100%; display: block;}



@media (max-width: 1499px){
    .header{height: 90px;}
    .banner-inner{ height: 90px; }
}

@media (max-width: 1399px){
    .padding1{padding: 60px 0;}
    .padding2{padding: 60px 0 0 0;}
    .solution-list .item .mask{padding: 50px 20px 20px 20px;}
    .about .text{margin-bottom: 50px;}
    .product-list .item{padding: 20px;}
    /*  */
    .banner-inner .mask .text1{font-size: 38px;}
    .banner-inner .mask .text2{font-size: 20px;}
    /*  */

    

}

@media (max-width: 1299px){
    .header-nav{width: 70%;}
    /*  */
    .title-index{margin-bottom: 30px;}
    .title-index .title1{font-size: 28px;}
    .title-index .title2{font-size: 16px;}
    .product-list .item .icon{margin-bottom: 20px;}
    .product-list .item .title{margin-bottom: 20px;}
    .solution-list .item .mask{padding: 40px 10px 10px 10px;}
    .solution-list .item .mask .title{font-size: 20px; margin-bottom: 10px;}
    .solution-list .item .mask .text{margin-bottom: 10px;}
    .about .title{font-size: 26px; margin-bottom: 20px;}
    .about .text{margin-bottom: 30px; font-size: 14px; line-height: 25px;}
    .about .list li{padding: 15px 0;}
    .about .list .text1{font-size: 16px;}
    .about .list .text2{font-size: 14px;}
    .news-list .item .content{padding: 10px 0 0 0;}
    .news-list .item .content .title{font-size: 16px;}
    /*  */
    .banner-inner .mask .text1{font-size: 30px;}
    .banner-inner .mask .text2{font-size: 18px; margin-top: 5px;}
    .inner-page-left{width: 220px;}
    .inner-page-right{width: calc(100% - 240px);}
    .product-page-list{width: calc(100% + 20px);}
    .product-page-list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .product-page-list .item{padding: 20px;}
	
	.swiper6{ height:480px;}
	.about-page .content{font-size: 14px;}

}

@media (max-width: 1199px){

}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header{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; display: block;}
    .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>li:hover>a{color: #333;}
    .header-nav .nav-list>li.on>a{color: #333;}
    .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%;}
    /*  */
    .padding1{padding: 40px 0;}
    .padding2{padding: 40px 0 0 0;}
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 20px;}
    .title-index .title2{font-size: 14px; margin-top: 5px;}
    .product-list .item{padding: 10px;}
    .product-list .item .icon{margin-bottom: 10px;}
    .product-list .item .title{margin-bottom: 10px;}
    .product-list .item .mm{margin-bottom: 15px;}
    .solution-list .item .mask{padding: 30px 10px 10px 10px;}
    .solution-list .item .mask .title{font-size: 18px; margin-bottom: 5px;}
    .solution-list .item .mask .text{font-size: 12px;}
    .about .img-box{padding-right: 10px;}
    .about .content{padding-left: 10px;}
    .about .title{font-size: 20px; margin-bottom: 10px;}
    .about .text{margin-bottom: 15px;}
    .about .list li{padding: 10px 0;}
    .about .list .text1{font-size: 14px;}
    .about .list .text2{font-size: 12px;}
    .footer{padding: 15px 0;}
    .footer1{display: none;}
    .footer2 .footer-contact{display: none;}
    .footer2 .copyright{width: 100%; line-height: 25px;}
    /*  */
    .banner-inner .mask .text1{font-size: 24px;}
    .banner-inner .mask .text2{font-size: 16px;}
    .inner-page{padding: 30px 0;}
    .product-page-list{width: calc(100% + 10px);}
    .product-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product-page-list .item{padding: 10px;}
    .product-page-list .item .content{margin-top: 10px;}
    .product-page-list .item .title{font-size: 14px;}
    .product-page-list .item .text{font-size: 12px; margin-top: 5px;}
	.solution-details .content video{ width:100% !important; height:270px !important;}
	.news-list li{width: calc(100% / 2 - 20px); float: left; margin: 0 20px 20px 0;}
	.about-page .sb img{ margin-left:0px !important;} 
	
	.about .list .icon{width: 15%;}
.about .list .text1{width: 25%;padding-right:12px;}
.about .list .text2{width: 60%;}
.banner-inner{ height: 60px; }
.header .logo img{ width: 160px; }
}

@media (max-width: 767px){
    .header{height: 60px;}
    /*  */
    .padding1{padding: 20px 0;}
    .padding2{padding: 20px 0 0 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{font-size: 12px;}
    .product-list .item{padding: 5px;}
    .solution-list .item .mask{padding: 10px;}
    .solution-list .item .mask .title{font-size: 14px;}
    .about .img-box{width: 100%; padding: 0;}
    .about .content{width: 100%; padding: 0; margin-top: 10px;}
    .about .title{font-size: 16px;}
    .about .text{font-size: 12px; margin-bottom: 10px;}
    .news-list .item .content .title{font-size: 14px;}
    .news-list .item .content .text{font-size: 12px; line-height: 20px; height: 60px;}
    /*  */
    .banner-inner .mask .text1{font-size: 16px;}
    .banner-inner .mask .text2{font-size: 12px; margin-top: 0;}
    /*  */
    .inner-page{padding: 20px 0;}
    .inner-page-left{width: 100%;}
    .inner-page-right{width: 100%; margin-top: 15px;}
    .sideBar .sideBar-title{padding: 0; margin-bottom: 0;}
    .sideBar .sideBar-title .icon{display: block;}
    .sideBar .sideBar-title .text1{height: 35px; line-height: 35px; font-size: 16px;}
    .sideBar .list{display: none;}
    .sideBar .list>li>a{line-height: 30px; height: 30px; font-size: 14px;}
    .about-page .content{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;}
    .product-page-list li{width: calc(100% / 2 - 10px);}
	
	.about-page .contact{ width:100%}
	.about-page .map{ width:100%}		
	.swiper6{ height:300px;}


}