@charset "utf-8";

@import url(public.css);
/* header */
.header{width: 100%; position: relative;}
.header-content{width: 100%; position: relative; height: 110px; 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: 372px; 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;}
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%;}
.header-nav .nav-list>li{float: left; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 110px; font-size: 16px; color: #333; padding: 0 20px; display: block;}
.header-nav .nav-list>li:hover>a{color: #fff; background-color: var(--main-color); font-weight: bold;}
.header-nav .nav-list>li.on>a{color: #fff; background-color: var(--main-color); 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: 150px; 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:40px; 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-tel{float: left;}
.header-tel .tel{font-size: 18px; color: var(--main-color); padding-left: 35px; line-height: 40px; background: url(../images/header_icon1.png) no-repeat left center;}
.header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;}
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: var(--main-color); opacity: 1;}
.banner .banner-prev, .banner .banner-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 33px; height: 66px; z-index: 2; line-height: 66px; text-align: center; font-size: 30px; color: #fff;}
.banner .banner-prev{left: -10%;}
.banner .banner-next{right: -10%;}
.banner:hover .banner-prev{left: 2%;}
.banner:hover .banner-next{right: 2%;}
/*  */
.padding1{padding: 90px 0;}
.padding2{padding: 90px 0 0 0;}
.title-index{text-align: center; margin-bottom: 30px; padding-bottom: 15px; position: relative;}
.title-index::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 35px; height: 4px; background-color: #110a62;}
.title-index .title1{font-size: 32px; color: #000; font-weight: bold;}
.title-index .title2{font-size: 24px; color: #dddddd; font-weight: bold; text-transform: uppercase;}
.more{text-align: center;}
.more-text{text-align: center; width: 122px; height: 35px; line-height: 35px; background-color: var(--main-color); font-size: 14px; color: #fff; display: inline-block;}
.about{width: 100%; overflow: hidden; padding: 120px 0 90px 0; background: url(../images/about_bg.png) no-repeat center bottom #fff;}
.about .content{text-align: center;}
.about .content .text1{font-size: 30px; color: #212121; font-weight: bold; margin-bottom: 20px;}
.about .content .text2{font-size: 18px; color: #212121; line-height: 30px; margin-bottom: 20px;}
.about .about-list{background-color: #fff; padding: 25px 0; margin-top: 75px;}
.about .about-list li{width: 25%; float: left; text-align: center;}
.about .about-list .icon{position: relative; overflow: hidden; width: 100%;}
.about .about-list .icon::before{content: ""; display: block; padding-top: 14%;}
.about .about-list .icon img{position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain;}
.about .about-list .txt-box{margin-top: 10px;}
.about .about-list .text1{font-size: 24px; color: #212121;}
.about .about-list .text2{font-size: 12px; color: #999999; text-transform: uppercase; line-height: 20px;}
/*  */
.product{width: 100%; overflow: hidden;}
.product .item{display: block; width: 100%; padding: 0 40px; background-color: var(--main-color);}
.product .item .title{font-size: 22px; color: #fff; line-height: 80px; text-align: center; background: url(../images/product_title_bg.png) no-repeat left bottom;}
.product .item .txt-box{overflow-y: scroll; height: 250px;}
.product .item .txt-box::-webkit-scrollbar{width: 0;}
.product .item .txt-box a{display: block; font-size: 16px; color: #fff; padding: 0 0 0 20px; line-height: 50px; position: relative; background: url(../images/product_item_gang.png) no-repeat center bottom;}
.product .item .txt-box a::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 4px; height: 4px; background-color: #fff;}
.product .more{text-align: center; padding: 30px 0;}
.product .more a{display: inline-block; width: 110px; height: 32px; line-height: 30px; text-align: center; font-size: 14px; color: #fff; border-radius: 32px; border: 1px solid rgba(255,255,255,.5);}
.product .swiper-slide:nth-child(even) .item{background-color: #287ece;}
/*  */
.service{width: 100%; overflow: hidden;}
.service .item{display: flex; flex-direction: column; width: 100%;}
.service .item .img-box{position: relative; overflow: hidden;}
.service .item .img-box::before{content: ""; display: block; padding-top: 68%;}
.service .item .content{padding: 50px 20px; text-align: center; background-color: #f2f2f2;}
.service .item .txt-box{position: relative; overflow: hidden; padding-bottom: 32px; margin-bottom: 30px;}
.service .item .txt-box::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 30px; height: 2px; background-color: var(--main-color);}
.service .item .txt-box .text1{font-size: 24px; color: #000; font-weight: bold;}
.service .item .txt-box .text2{font-size: 14px; color: #999999; margin-top: 5px;}
.service .item .more{display: inline-block; width: 105px; height: 30px; line-height: 30px; text-align: center; background-color: var(--main-color); color: #fff; border-radius: 30px;}
.service .item:hover .img-box img{transform: scale(1.1);}
.service .swiper-slide:nth-child(even) .item{flex-direction: column-reverse;}
/*  */
.video-wrap{width: 100%; padding: 180px 0; text-align: center; background: url(../images/video_bg.jpg) no-repeat center center; background-size: cover;}
.video-wrap .video-btn{display: inline-block; cursor: pointer;}
.video-wrap .video-btn .icon{width: 80px; height: 80px;}
.video-wrap .video-btn .text{font-size: 36px; color: #fff; margin-top: 15px;}
.video-wrap .video-mask{position: fixed; top: 0; left: 0; z-index: 6; width: 100%; height: 100%; display: none; background-color: rgba(0,0,0,.6);}
.video-wrap .video-mask .wrap{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.video-wrap .video-mask .box{width: 50%; position: relative; background-color: #fff;}
.video-wrap .video-mask .video-box{position: relative; width: 100%; overflow: hidden;}
.video-wrap .video-mask .video-box::before{content: ""; display: block; padding-top: 50%;}
.video-wrap .video-mask .video{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover;}
.video-wrap .video-mask .video-close{position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; text-align: center; line-height: 25px; font-size: 24px; color: #333; z-index: 2; background-color: #fff; border: 2px solid #333; border-radius: 50%;}
/*  */
.news{width: 100%; background-color: #fff; overflow: hidden;}
.news .wrap{margin-bottom: 30px;}
.news-left{width: 37%; float: left; box-shadow: 0 0 10px 5px #eee;}
.news-right{width: 63%; float: right; padding-left: 20px;}
.news-left .img-box{text-align: center; overflow: hidden; padding: 10px; background-color: #fff;}
.news-left .img-box img{width: 100%; height: auto;}
.news-left .text{font-size: 16px; color: #373737; font-weight: bold; padding: 5px 15px 20px 15px;}
.news-list{width: 100%;}
.news-list li{margin-bottom: 15px;}
.news-list .item{display: flex; box-shadow: 0 0 10px 5px #eee;}
.news-list .item .time{width: 160px; text-align: center; padding: 30px 0; background-color: #fff; float: left;}
.news-list .item .time .time-day{font-size: 48px; color: #000;}
.news-list .item .time .time-years{font-size: 12px; color: #ababab;}
.news-list .item .list-content{flex: 1; padding: 10px 30px; border-left: 1px solid #ebebeb; display: flex; align-content: center; flex-wrap: wrap;}
.news-list .item .title{font-size: 18px; color: #000; font-weight: bold; padding: 0 0 10px 25px; position: relative; margin-bottom: 10px;}
.news-list .item .title::before{content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; background: url(../images/news_icon1.png) no-repeat center center #a5a5a5;}
.news-list .item .title::after{content: ""; position: absolute; bottom: 0; left: 25px; width: 15px; height: 2px; background-color: #d3d3d3;}
.news-list .item .text{width: 100%; font-size: 13px; color: #999999; line-height: 25px; margin-bottom: 10px;}
.news-list .item .mm{width: 42px; height: 7px; background: url(../images/news_more.png) no-repeat; background-size: 100% 100%;}
.news-list .item:hover{transform: translateY(-5px);}
.news-list .item:hover .title::before{background-color: #d31e28;}
/*  */
.footer{background: url(../images/footer_bg.jpg) no-repeat center center; background-size: cover;}
.footer1{padding: 60px 0;}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer_nav{width: 50%; display: flex; justify-content: space-between;}
.footer_nav dt{padding-bottom: 20px; position: relative; font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer_nav dt::before{content: ""; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background-color: #fff;}
.footer_nav dt a{color: #fff;}
.footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer_nav dd a{color: #fff;}
.footer_nav dd a:hover{text-decoration: underline;}
.footer-content{padding: 0 60px; border-left: 1px solid rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.3);}
.footer-tel{padding-left: 50px; font-size: 36px; color: #fff; font-family: Impact; margin-bottom: 10px; background: url(../images/tel_icon1.png) no-repeat left center;}
.footer-contact{font-size: 14px; color: #fff; line-height: 30px;}
.footer-QR{text-align: center; overflow: hidden;}
.footer-QR img{width: 140px; height: 140px;}
.footer-QR .text{font-size: 14px; color: #fff; text-align: center; margin-top: 5px;}
.footer2{background-color: rgba(29,95,177,.8); padding: 20px 0;}
.footer2 .copyright{font-size: 14px; color: rgba(255,255,255,.5); text-align: center;}
.footer2 .copyright a{color: rgba(255,255,255,.5);}
/*  */
.inner-page{width: 100%; overflow: hidden;}
.sideBar{margin-bottom: 50px; overflow: hidden;}
.sideBar-list{overflow: hidden; box-shadow: 0 0 5px #ccc; border: 1px solid #e7e7e7; font-size: 0;}
.sideBar-list a{display: block; width: 100%; height: 45px; line-height: 43px; text-align: center; font-size: 18px; color: #000; overflow: hidden; border-right: 1px solid #e7e7e7;}
.sideBar-list a:hover,.sideBar-list a.active{background-color: var(--main-color); color: #fff;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{font-size: 16px; color: #333; line-height: 30px;}
.about-page .content img{display: block; max-width: 100%; height: auto; margin: 5px auto;}
/*  */
.product-page{width: 100%;}
.product-page-list{width: calc(100% + 20px);}
.product-page-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product-page-list .item{display: block; width: 100%; border: 1px solid #e7e7e7; box-shadow: 0 0 5px #ccc;}
.product-page-list .item .img-box{position: relative; overflow: hidden;}
.product-page-list .item .img-box::before{content: ""; display: block; padding-top: 75%;}
.product-page-list .item .content{border-top: 1px solid #e7e7e7; text-align: center;}
.product-page-list .item .text1{font-size: 18px; color: #000; line-height: 60px; background-color: #f7f7f7;}
.product-page-list .item .text2{font-size: 14px; color: #000; line-height: 45px; border-top: 1px solid #e7e7e7;}
.product-page-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.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;}
/*  */
.service-page{width: 100%; overflow: hidden;}
.service-page-list{width: calc(100% + 20px); float: left; margin: 0 20px 20px 0;}
.service-page-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.service-page-list .item{display: block;}
.service-page-list .item .img-box{position: relative; overflow: hidden;}
.service-page-list .item .img-box::before{content: ""; display: block; padding-top: 68%;}
.service-page-list .item .content{background-color: #f2f2f2; padding: 10px; text-align: center}
.service-page-list .item .text1{font-size: 16px; color: #333; line-height: 25px;}
.service-page-list .item .text2{font-size: 12px; color: #333; line-height: 20px;}
.service-page-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.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%; overflow: hidden;}
.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;}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 16px; color: #333; line-height: 25px; margin-bottom: 20px;}
.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-content{height: 100px;}
    .header-nav .nav-list>li>a{line-height: 100px; padding: 0 15px;}
    .padding1{padding: 70px 0;}
    .padding2{padding: 70px 0 0 0;}
    .about{padding: 80px 0;}
    .product .item{padding: 0 20px;}
    .product .item .title{font-size: 18px; line-height: 60px;}
    .product .item .txt-box{height: 200px;}
    .product .item .txt-box a{font-size: 14px; line-height: 40px; padding: 0 0 0 15px;}
    .product .more{padding: 20px 0;}
    .product .more a{width: 100px; height: 30px; line-height: 28px; font-size: 12px;}
    .video-wrap{padding: 150px 0;}
    .video-wrap .video-btn .text{font-size: 30px;}
    /*  */
    .sideBar{margin-bottom: 40px;}
    .sideBar-list a{height: 40px; line-height: 38px; font-size: 16px;}
    
}

@media (max-width: 1299px){
    .product .item .title{font-size: 16px;}
    .service .item .content{padding: 40px 10px;}
    .video-wrap .video-mask .box{width: 70%;}
    /*  */
    .sideBar-list a{height: 35px; line-height: 33px; font-size: 14px;}
    .product-page-list .item .text1{font-size: 16px; line-height: 40px;}
    .product-page-list .item .text2{line-height: 40px;}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}

}

@media (max-width: 1199px){
    .header .logo img{width: 300px;}
    .header-nav .nav-list>li>a{padding: 0 10px; font-size: 15px;}
    .title-index .title1{font-size: 26px;}
    .title-index .title2{font-size: 20px;}
    .padding1{padding: 60px 0;}
    .padding2{padding: 60px 0 0 0;}
    .about{padding: 60px 0;}
    .about .content .text1{font-size: 24px;}
    .about .content .text2{font-size: 16px;}
    .about .about-list{padding: 20px 0;}
    .about .about-list .text1{font-size: 20px;}
    .service .item .content{padding: 30px 10px;}
    .service .item .txt-box{padding-bottom: 20px; margin-bottom: 20px;}
    .service .item .txt-box .text1{font-size: 20px;}
    .video-wrap{padding: 120px 0;}
    .video-wrap .video-btn .text{font-size: 24px;}
    .news-left .img-box{padding: 5px;}
    .news-left .text{font-size: 14px; padding: 5px 10px 15px 10px;}
    .news-list .item .time{width: 140px; padding: 20px 0;}
    .news-list .item .time .time-day{font-size: 40px;}
    .news-list .item .title{font-size: 14px; padding: 0 0 8px 25px;}
    .news-list .item .title::before{top: 3px;}
    .news-list .item .text{font-size: 12px; margin-bottom: 0;}
    .news-list .item .mm{display: none;}
    .footer1{padding: 40px 0;}
    .footer-content{padding: 0 30px;}
    .footer-QR img{width: 120px; height: 120px;}
    .footer-tel{font-size: 30px;}
    /*  */
    .product-page-list .item .text1{font-size: 14px;}

    
}

@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::before{display: none;}
    .header-nav .nav-list>li>a{color: var(--main-font-color); line-height: 50px;}
    .header-nav .nav-list>li:hover>a{background-color: #fff; color: var(--main-color);}
    .header-nav .nav-list>li.on>a{background-color: #fff; color: var(--main-color);}
    .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;}
    .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%;}
    /*  */
    .title-index{margin-bottom: 20px;}
    .title-index .title1{font-size: 24px;}
    .title-index .title2{font-size: 18px;}
    .padding1{padding: 40px 0;}
    .padding2{padding: 40px 0 0 0;}
    .about{padding: 40px 0;}
    .about .content .text1{font-size: 20px;}
    .about .about-list .text1{font-size: 18px;}
    .service .item .content{padding: 20px 5px;}
    .news-list .item .time{width: 100px;}
    .news-list .item .time .time-day{font-size: 30px;}
    .news-list .item .list-content{padding: 10px;}
    .news-list .item .text{line-height: 20px;}
    .video-wrap{padding: 100px 0;}
    .footer1{display: none;}
    .footer2{padding: 15px 0;}
    /*  */
    .sideBar{margin-bottom: 30px;}
    .sideBar-list a{font-size: 12px;}
    .product-page-list{width: calc(100% + 10px);}
    .product-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .service-page-list{width: calc(100% + 10px);}
    .service-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .about-page .content{font-size: 14px; line-height: 25px;}
    
}

@media (max-width: 767px){
    .header-content{height: 60px;}
    .header .logo img{width: 240px;}
    .title-index{padding-bottom: 10px; margin-bottom: 15px;}
    .title-index::before{width: 25px; height: 2px;}
    .title-index .title1{font-size: 20px;}
    .title-index .title2{font-size: 14px;}
    .padding1{padding: 20px 0;}
    .padding2{padding: 20px 0 0 0;}
    .about{padding: 20px 0;}
    .about .content .text1{font-size: 16px; margin-bottom: 10px;}
    .about .content .text2{font-size: 12px; line-height: 25px; margin-bottom: 10px;}
    .about .about-list{margin-top: 20px;}
    .about .about-list li{width: 50%; margin-top: 10px;}
    .about .about-list .icon::before{padding-top: 20%;}
    .about .about-list .txt-box{margin-top: 5px;}
    .about .about-list .text1{font-size: 14px;}
    .product .item{padding: 0 10px;}
    .product .item .title{font-size: 14px; line-height: 40px; background-size: 100%;}
    .product .item .txt-box{height: 150px;}
    .product .item .txt-box a{font-size: 12px; line-height: 30px;}
    .product .more{padding: 10px 0;}
    .product .more a{height: 27px; line-height: 25px;}
    .service .item .content{padding: 15px 5px;}
    .service .item .txt-box{padding-bottom: 15px; margin-bottom: 15px;}
    .service .item .txt-box .text1{font-size: 16px;}
    .service .item .txt-box .text2{font-size: 12px;}
    .service .item .more{width: 100px; height: 25px; line-height: 25px; font-size: 12px;}
    .video-wrap{padding: 60px 0;}
    .video-wrap .video-btn img{width: 50px; height: 50px;}
    .video-wrap .video-btn .text{font-size: 16px; margin-top: 5px;}
    .news .wrap{margin-bottom: 15px;}
    .news-left{width: 100%;}
    .news-right{width: 100%; margin-top: 15px; padding: 0;}
    /*  */
    .sideBar{margin-bottom: 15px;}
    .sideBar-list a{height: 35px; line-height: 35px;}
    .product-page-list li{width: calc(100% / 2 - 10px);}
    .product-page-list .item .text1{font-size: 12px; line-height: 30px;}
    .product-page-list .item .text2{font-size: 12px; line-height: 30px;}
    .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;}
    .service-page-list li{width: calc(100% / 2 - 10px);}
    .service-page-list .item .content{padding: 5px;}
    .service-page-list .item .text1{font-size: 12px; line-height: 20px;}
    .service-page-list .item .text2{font-size: 12px;}
    .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;}

}