@charset "utf-8";

@import url(public.css);
/* header */
.header{width: 100%; position: relative;}
.header-content{width: 100%; position: relative; height: 95px; 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 a{display: flex; align-items: center; height: 100%;}
.header .logo .logo-img1{max-width: 100%; max-height: 100%; width: 112px; height: auto;}
.header .logo .logo-img2{max-width: 100%; max-height: 100%; width: 360px; height: auto; margin-left: 15px;}
/* 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-right{float: right; width: 65%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.header-nav{position: relative; flex: 1;}
.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>i{display: none;}
.header-nav .nav-list>li>a{line-height: 95px; font-size: 17px; color: var(--main-font-color); display: block; position: relative;}
.header-nav .nav-list>li>a::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0; height: 3px; background-color: var(--main-color); transition: all .4s;}
.header-nav .nav-list>li:hover>a{color: var(--main-color); font-weight: bold;}
.header-nav .nav-list>li.on>a{color: var(--main-color); font-weight: bold;}
.header-nav .nav-list>li:hover>a::before{width: 100%;}
.header-nav .nav-list>li.on>a::before{width: 100%;}
.header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 150px; box-shadow: 0 0 5px #ccc; 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-search{float: left; position: relative; margin-left: 3%;}
.header-search .icon{width: 21px; height: 21px; 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: var(--main-color); font-size: 16px; color: #fff; letter-spacing: 3px; border: none;}
.header-tel{float: left; margin-left: 3%;}
.header-tel .tel{font-size: 18px; color: var(--main-color2); padding-left: 25px; line-height: 40px; background: url(../images/tel_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: 60px 0;}
.title-index{text-align: center; margin-bottom: 50px; padding-top: 40px; position: relative; z-index: 2;}
.title-index .title1{font-size: 36px; color: var(--main-color); font-weight: bold;}
.title-index .title1 span{color: var(--main-color2);}
.title-index .title2{font-size: 100px; color: rgba(0,0,0,.1); position: absolute; top: 0; left: 0; width: 100%; text-align: center; z-index: -1; text-transform: uppercase; font-family: "Impact"; line-height: 1;}
.title-index .title3{font-size: 18px; color: #4b4b4b; margin-top: 15px;}
/*  */
.intro{width: 100%; background-color: #f8f9fb; overflow: hidden;}
.intro-list{display: flex; justify-content: space-between;}
.intro-list li{width: calc(20% - 20px);}
.intro-list .item{width: 100%; padding: 50px 20px; text-align: center; background: linear-gradient(#fff, #eee); border-radius: 10px; box-shadow: 0 0 10px #ccc;}
.intro-list .item .text1{font-size: 16px; color: #6a6a6a;}
.intro-list .item .text1 span{font-size: 30px; color: var(--main-color); font-weight: bold;}
.intro-list .item .text2{font-size: 18px; color: #000; margin-top: 10px; line-height: 25px;}
.intro .txt-box{text-align: center; margin-top: 50px;}
.intro .txt-box .text1{font-size: 30px; color: var(--main-color2); font-weight: bold;}
.intro .txt-box .text2{font-size: 24px; color: #353535; margin-top: 5px;}
/*  */
.sideBar-left{width: 285px; float: left;}
.sideBar-right{width: calc(100% - 305px); float: right;}
.sideBar{width: 100%; overflow: hidden;}
.sideBar-title{background-color: var(--main-color); padding: 25px 35px; text-align: left; position: relative; margin-bottom: 1px;}
.sideBar-title .text1{font-size: 30px; color: #fff; line-height: 1;}
.sideBar-title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; display: none;}
.sideBar .list{overflow: hidden;}
.sideBar .list>li{border-bottom: 1px solid #d3d3d3;}
.sideBar .list>li>a{display: block; height: 66px; line-height: 66px; text-align: left; background-color: #eee; font-size: 16px; color: #282828; padding: 0 5px 0 60px; position: relative;}
.sideBar .list>li>a::before{content: ""; position: absolute; top: 0; bottom: 0; left: 30px; margin: auto; width: 13px; height: 15px; background-image: url(../images/sideBar_icon.png); background-repeat: no-repeat; background-position: left center; transition: all .4s;}
.sideBar .list>li:hover>a , .sideBar .list>li.active>a {background-color: var(--main-color2); color: #fff;}
.sideBar .list>li:hover>a::before , .sideBar .list>li.active>a::before{background-image: url(../images/sideBar_icon_act.png);}
.sideBar .list>li:last-child{border-bottom: none;}
.sideBar .sideBar-down{width: 100%;}
.sideBar .sideBar-down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .sideBar-down li a{display: block; height: 40px; line-height: 40px; color: #333;}
.sideBar .sideBar-down li a:hover{color: #f00;}
/*  */
.product{width: 100%; overflow: hidden; background: url(../images/product_bg.jpg) no-repeat center center; background-size: cover;}
.product .sideBar .list>li>a{background-color: var(--main-color); color: #fff;}
.product .sideBar .list>li>a:hover{background-color: var(--main-color2);}
.product-list{width: calc(100% + 20px);}
.product-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product-list .item{display: block; width: 100%; background-color: #fff; padding: 15px; box-shadow: 0 0 10px #ccc;}
.product-list .item .img-box{position: relative; overflow: hidden;}
.product-list .item .img-box::before{content: ""; display: block; padding-top: 80%;}
.product-list .item .text{font-size: 16px; color: #363636; margin-top: 6px; text-align: center; line-height: 30px;}
.product-list .item:hover{background-color: var(--main-color);}
.product-list .item:hover .img-box img{transform: scale(1.1);}
.product-list .item:hover .text{color: #fff;}
/*  */
.equipment{width: 100%; overflow: hidden; background: url(../images/equipment_bg.jpg) no-repeat center center; background-size: cover;}
.equipment-title{margin-bottom: 50px; text-align: center;}
.equipment-title .title1{font-size: 36px; color: #fff; font-weight: bold;}
.equipment-title .title2{font-size: 30px; color: #fff;}
.equipment-list .item{display: block; width: 100%; border-radius: 0 0 0 80px; overflow: hidden;}
.equipment-list .item .img-box{position: relative; overflow: hidden;}
.equipment-list .item .img-box::before{content: ""; display: block; padding-top: 55%;}
.equipment-list .item .content{background-color: #fff; padding: 45px 10px 25px; position: relative; text-align: center;}
.equipment-list .item .number{width: 80px; height: 80px; line-height: 60px; text-align: center; border-radius: 50%; border: 10px solid #fff; font-size: 18px; color: #fff; background-color: var(--main-color2); position: absolute; top: -40px; left: 0; right: 0; margin: auto;}
.equipment-list .item .text1{font-size: 24px; color: #424242;}
.equipment-list .item .text2{font-size: 12px; color: #999; text-transform: uppercase; margin-top: 5px;}
.equipment-list .item:hover .content{background-color: var(--main-color2);}
.equipment-list .item:hover .text1{color: #fff;}
.equipment-list .item:hover .text2{color: #fff;}
/*  */
.case{width: 100%; background-color: #fff; overflow: hidden;}
.case-list{width: calc(100% + 20px);}
.case-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.case-list .item{display: block; width: 100%;}
.case-list .item .img-box{position: relative; overflow: hidden;}
.case-list .item .img-box::before{content: ""; display: block; padding-top: 78%;}
.case-list .item .text{text-align: center; font-size: 16px; color: #4b4b4b; margin-top: 10px;}
.case-list .item:hover .img-box img{transform: scale(1.1);}
/*  */
.advantage{width: 100%; overflow: hidden; background-color: #f5f5f5;}
.advantage-title{margin-bottom: 100px; text-align: center;}
.advantage-title .title1{font-size: 36px; color: var(--main-color); font-weight: bold;}
.advantage-title .title1 span{color: var(--main-color2);}
.advantage-title .title2{font-size: 18px; color: #4b4b4b; margin-top: 10px;}
.advantage .tab-content{width: 100%;}
.advantage .tab-content .con{display: none;}
.advantage .tab-content .con.act{display: block;}
.advantage .wrap{background-color: #fff; position: relative; border-radius: 10px;}
.advantage .img-box{float: right; width: 50%; font-size: 0;}
.advantage .img-box img{max-width: 100%; height: auto; transform: translateY(-50px);}
.advantage .content{float: left; width: 50%; padding: 40px;}
.advantage .box{display: flex; align-items: center;}
.advantage .box .number{font-size: 140px; color: rgba(0,0,0,.1); font-weight: bold; line-height: 1;}
.advantage .box .txt-box{margin-left: 15px;}
.advantage .box .txt-box .text1{font-size: 36px; color: #292929; margin-bottom: 5px;}
.advantage .box .txt-box .text2{display: inline-block; height: 60px; line-height: 60px; padding: 0 30px; border-radius: 0 20px 0 20px; font-size: 18px; color: #fff; background: linear-gradient(to right, #c8252b, #113586);}
.advantage .txt{font-size: 16px; color: #4b4b4b; line-height: 30px; margin-top: 15px;}
.advantage .tab{margin-top: 40px;}
.advantage .tab .tab-list{display: flex; justify-content: space-between;}
.advantage .tab li{width: calc(25% - 20px);}
.advantage .tab li a{display: flex; align-items: center; justify-content: center; background-color: #fff; padding: 30px 0; border-radius: 5px;}
.advantage .tab .icon{position: relative; overflow: hidden; width: 40px; height: 40px;}
.advantage .tab .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.advantage .tab .icon .img{opacity: 1;}
.advantage .tab .icon .img-act{opacity: 0;}
.advantage .tab .text{font-size: 24px; color: #535353; margin-left: 10px;}
.advantage .tab li:hover a{background-color: var(--main-color);}
.advantage .tab li:hover .icon .img{opacity: 0;}
.advantage .tab li:hover .icon .img-act{opacity: 1;}
.advantage .tab li:hover .text{color: #fff;}
.advantage .tab li.select a{background-color: var(--main-color);}
.advantage .tab li.select .icon .img{opacity: 0;}
.advantage .tab li.select .icon .img-act{opacity: 1;}
.advantage .tab li.select .text{color: #fff;}
/*  */
.application{width: 100%; overflow: hidden;}
.application .item{display: block; width: 100%;}
.application .item .img-box{position: relative; overflow: hidden; border-radius: 10px;}
.application .item .img-box::before{content: ""; display: block; padding-top: 135%;}
.application .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));}
.application .item .mask .text{font-size: 18px; color: #fff; font-weight: bold; position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center;}
.application .item .mask .application-more{transform: scale(0); position: absolute; bottom: 20px; left: 20px; padding: 30px 60px 20px 20px; font-size: 14px; color: #fff; background: var(--main-color); border-radius: 10px;}
.application .item .mask .application-more::before{content: ""; position: absolute; top: 20px; right: 20px; width: 19px; height: 19px; background: url(../images/application_icon.png) no-repeat; background-size: 100% 100%;}
.application .item:hover .mask{height: 100%;}
.application .item:hover .mask .text{bottom: auto; left: 20px; top: 20px; width: auto;}
.application .item:hover .mask .application-more{transform: scale(1);}
/*  */
.repair{width: 100%; overflow: hidden; background: url(../images/repair_bg.jpg) no-repeat center center; background-size: cover;}
.repair .item{display: block; width: 100%;}
.repair .item .img-box{position: relative; overflow: hidden; border-radius: 10px;}
.repair .item .img-box::before{content: ""; display: block; padding-top: 85%;}
.repair .item .text{font-size: 16px; color: #373737; margin-top: 15px; text-align: center;}
.repair .item:hover .img-box img{transform: scale(1.1);}
/*  */
.service{width: 100%; background: url(../images/service_bg.jpg) no-repeat center center; background-size: cover;}
.service .wrap{padding: 160px 0; position: relative;}
.service .service-title{text-align: center;}
.service .service-title .title1{font-size: 24px; color: #fff;}
.service .service-title .title2{font-size: 48px; color: #fff;}
.service .content{padding: 30px 0; background-color: #fff; display: flex; box-shadow: 0 0 10px #ccc; position: absolute; bottom: -160px; left: 0; z-index: 2;}
.service .content .icon{width: 23%; float: left; text-align: center; overflow: hidden;}
.service .content .icon img{width: 220px;}
.service .content .txt-box{width: 77%; float: right; border-left: 1px solid #e9e9e9; padding: 0 50px;}
.service .content .txt-box .text{font-size: 16px; color: #474747; line-height: 25px; overflow: hidden; height: 75px;}
.service .more{width: 145px; height: 50px; line-height: 50px; text-align: center; background-color: var(--main-color2); font-size: 14px; color: #fff; display: inline-block; border-radius: 10px; margin-top: 30px;}
/*  */
.news{width: 100%; background-color: #fff; padding: 240px 0 50px 0; overflow: hidden;}
.news .wrap{display: flex; justify-content: space-between;}
.news .box{background-color: #fff; border-radius: 10px; padding: 20px 30px; box-shadow: 0 0 10px #ccc; width: calc(100% / 3 - 30px);}
.news .news-title{margin-bottom: 20px; font-size: 24px; color: #1f1f1f; display: flex; align-items: center;}
.news .news-title img{max-width: 100%; max-height: 100%; object-fit: contain; margin-left: 10px;}
.news .news-title .icon{width: 27px; height: 27px; object-fit: contain;}
.news .img-box{position: relative; overflow: hidden; border-radius: 10px;}
.news .img-box::before{content: ""; display: block; padding-top: 60%;}
.news .img-box:hover img{transform: scale(1.1);}
.news .news-list{width: 100%; margin-top: 10px;}
.news .news-list li{padding: 5px 0;}
.news .news-list li a{display: block; font-size: 16px; color: #4b4b4b; line-height: 25px;}
.news .news-list li a:hover{color: var(--main-color2);}
/*  */
.footer1{background-color: #113586; padding: 50px 0; overflow: hidden;}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer-content{width: 20%;}
.footer-logo{overflow: hidden; display: flex; align-items: center; flex-wrap: wrap;}
.footer-logo img{max-width: 100%; margin-right: 20px;}
.footer-tel{margin-top: 30px; padding-left: 65px; background: url(../images/tel_icon2.png) no-repeat left center;}
.footer-tel .tel-text1{font-size: 16px; color: rgba(255,255,255,.68);}
.footer-tel .tel-text2{font-size: 24px; color: #fff; margin-top: 5px;}
.footer-nav{width: 30%; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.2); border-right: 2px solid rgba(255,255,255,.2)}
.footer-nav ul{display: flex; flex-wrap: wrap; overflow: hidden;}
.footer-nav ul li{width: 50%; float: left; text-align: center;}
.footer-nav ul li a{display: inline-block; font-size: 16px; color: #fff; line-height: 50px;}
.footer-nav ul li a:hover{text-decoration:underline}
.footer-contact{width: 25%; font-size: 16px; color: #fff; line-height: 40px;}
.footer-QR{text-align: center; overflow: hidden;}
.footer-QR img{width: 120px; height: 120px;}
.footer-QR .text{font-size: 14px; color: rgba(255,255,255,.5); margin-top: 5px;}
.footer2{width: 100%; background-color: #0d2c70; padding: 25px 0;}
.footer2 .copyright{font-size: 14px; color: #fff; text-align: center;}
.footer2 .copyright a{color: #fff;}
/*  */
.inner-page{width: 100%; padding: 50px 0; min-height: 500px; overflow: hidden; background-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: 28px;}
/*  */
.product-page{width: 100%; }
/*  */
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{background-color: #fff; padding: 0; overflow: hidden;}
.product-details .wrap1 .img-box{width: 50%; float: left; border: 1px solid #e4e4e4; 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 .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;}
.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: 200px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; background-color: var(--main-color); text-align: center;}
.product-details .wrap2{width: 100%; background-color: #fff;}
.product-details .wrap2 .content{font-size: 16px; color: #333; line-height: 28px;}
.product-details .wrap2 .content img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.product-details .wrap2 .content table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.product-details .wrap2 .content table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
/*  */
.case-page{width: 100%; overflow: hidden;}
/*  */
.case-details{width: 100%; overflow: hidden;}
.case-details .img-box{text-align: center; overflow: hidden;}
.case-details .img-box img{max-width: 100%; height: auto;}
.case-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: 75%;}
.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: 16px; color: #333; line-height: 28px; margin-top: 20px;}
/*  */
.partner-list{width: calc(100% + 20px);}
.partner-list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.partner-list .img-box{position: relative; overflow: hidden; border: 1px solid #ccc;}
.partner-list .img-box::before{content: ""; display: block; padding-top: 40%;}
.partner-list .img-box:hover{border-color: var(--main-color);}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{font-size: 16px; color: #333; line-height: 28px;}
.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: 1499px){
    .header-nav .nav-list>li>a{font-size: 16px;}
    .header-search{margin-left: 2%;}
    .header-tel{margin-left: 2%;}
}

@media (max-width: 1399px){
    .header .logo .logo-img2{width: 260px;}
    .header .logo .logo-img1{width: 100px;}
    /*  */
    .padding1{padding: 40px 0;}
    .intro-list .item{padding: 30px 10px;}
    .intro-list .item .text1{font-size: 14px;}
    .intro-list .item .text1 span{font-size: 34px;}
    .intro-list .item .text2{margin-top: 5px;}
    .intro .txt-box{margin-top: 40px;}
    .intro .txt-box .text1{font-size: 24px;}
    .intro .txt-box .text2{font-size: 20px;}
    .title-index{padding-top: 25px; margin-bottom: 30px;}
    .title-index .title1{font-size: 30px;}
    .title-index .title2{font-size: 70px;}
    .title-index .title3{font-size: 16px;}
    .sideBar-left{width: 250px;}
    .sideBar-right{width: calc(100% - 270px);}
    .sideBar .list>li>a{line-height: 60px; height: 60px; font-size: 16px;}
    .product-list .item .text{font-size: 16px;}
    .equipment-title{margin-bottom: 30px;}
    .equipment-title .title1{font-size: 30px;}
    .equipment-title .title2{font-size: 24px;}
    .equipment-list .item .content{padding: 50px 10px 30px 10px;}
    .advantage .box .number{font-size: 100px;}
    .advantage .box .txt-box .text1{font-size: 28px;}
    .advantage .box .txt-box .text2{height: 40px; line-height: 40px; padding: 0 20px; font-size: 16px;}
    .advantage .tab{margin-top: 30px;}
    .advantage .tab li a{padding: 20px 0;}
    .advantage .tab .text{font-size: 20px;}
    .application .item .mask .text{font-size: 16px;}
    .service .wrap{padding: 80px 0 180px 0;}
    .service .content{bottom: -120px;}
    .news{padding: 160px 0 50px 0;}
    .news .box{width: calc(100% / 3 - 20px);}
    .news-page-list .item .img-box{width: 25%;}
    .news-page-list .item .content{width: 75%;}
}

@media (max-width: 1199px){
    .header .logo .logo-img1{width: 80px;}
    .header .logo .logo-img2{width: 220px;}
    .header-nav .nav-list>li>a{font-size: 14px;}
    .header-tel .tel{font-size: 16px;}
    .header-search{margin-left: 1%;}
    .header-tel{margin-left: 1%;}
    /*  */
    .intro-list .item{padding: 20px 5px;}
    .intro-list .item .text1 span{font-size: 30px;}
    .intro-list .item .text2{font-size: 14px; margin-top: 0;}
    .title-index{margin-bottom: 20px; padding-top: 10px;}
    .title-index .title1{font-size: 26px;}
    .title-index .title2{font-size: 50px;}
    .sideBar-left{width: 240px;}
    .sideBar-right{width: calc(100% - 260px);}
    .sideBar .list>li>a::before{left: 15px;}
    .sideBar .list>li>a{height: 50px; line-height: 50px; padding: 0 5px 0 40px;}
    .product-list .item{padding: 10px;}
    .product-list .item .text{font-size: 14px; margin-top: 5px;}
    .equipment-list .item{border-radius: 0 0 0 30px;}
    .equipment-list .item .number{width: 60px; height: 60px; font-size: 16px; border: 5px solid #fff; line-height: 50px; top: -30px;}
    .equipment-list .item .content{padding: 30px 5px 20px 5px;}
    .equipment-list .item .text1{font-size: 18px;}
    .case-list .item .text{font-size: 16px;}
    .advantage .content{padding: 20px;}
    .advantage .box .number{font-size: 80px;}
    .advantage .box .txt-box .text1{font-size: 22px;}
    .news .box{padding: 20px;}
    .news .news-title{font-size: 20px; margin-bottom: 15px;}
    .news .news-list li a{font-size: 14px;}
    .footer-tel .tel-text2{font-size: 18px;}
    .footer-nav ul li a{font-size: 16px;}
    .footer-contact{font-size: 14px;}
    .footer2{padding: 20px 0;}

}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header-content{height: 80px;}
    .header-right{width: auto;}
    .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>a::before{display: none;}
    .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>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%;}
    /*  */
    .padding1{padding: 30px 0;}
    .title-index .title3{font-size: 14px; margin-top: 5px;}
    .intro-list li{width: calc(20% - 10px);}
    .intro-list .item{padding: 15px 5px;}
    .intro-list .item .text1 span{font-size: 24px;}
    .intro-list .item .text2{font-size: 12px;}
    .intro .txt-box{margin-top: 20px;}
    .intro .txt-box .text1{font-size: 20px;}
    .intro .txt-box .text2{font-size: 16px;}
    .sideBar-left{width: 220px;}
    .sideBar-right{width: calc(100% - 240px);}
    .sideBar .list>li>a{height: 40px; line-height: 40px; font-size: 14px;}
    .product-list{width: calc(100% + 10px); margin-top: 10px;}
    .product-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product-list .item{padding: 5px;}
    .product-list .item .text{line-height: 25px;}
    .equipment-title{margin-bottom: 20px;}
    .equipment-title .title1{font-size: 24px;}
    .equipment-title .title2{font-size: 20px;}
    .case-list .item .text{font-size: 14px;}
    .advantage-title{margin-bottom: 50px;}
    .advantage-title .title1{font-size: 24px;}
    .advantage-title .title2{font-size: 16px; margin-top: 5px;}
    .advantage .box .number{font-size: 60px;}
    .advantage .box .txt-box .text1{font-size: 18px;}
    .advantage .box .txt-box .text2{height: 35px; line-height: 35px; font-size: 16px;}
    .advantage .txt{font-size: 14px; line-height: 25px;}
    .advantage .img-box img{transform: translateY(-20px);}
    .advantage .tab li{width: calc(25% - 10px);}
    .advantage .tab .text{font-size: 16px;}
    .advantage .tab li a{padding: 10px 0;}
    .repair .item .text{font-size: 14px; margin-top: 5px;}
    .service .wrap{padding: 30px 0 50px 0;}
    .service .content{bottom: -150px; padding: 10px 0;}
    .service .content .icon img{width: 150px; height: 150px;}
    .service .content .txt-box{padding: 0 20px;}
    .service .content .txt-box .text{font-size: 14px;}
    .service .more{width: 120px; height: 35px; line-height: 35px; margin-top: 15px;}
    .service .service-title .title1{font-size: 20px;}
    .service .service-title .title2{font-size: 30px;}
    .news{padding: 180px 0 50px 0;}
    .news .box{padding: 10px;}
    .news .news-title{font-size: 16px; margin-bottom: 10px;}
    .news .news-title .icon{width: 20px; height: 20px;}
    .news .news-list{margin-top: 5px;}
    .news .news-list li{padding: 2px 0;}
    .news .box{width: calc(100% / 3 - 10px);}
    .news .news-list li a{font-size: 12px;}
    .footer1{display: none;}
    .footer2{padding: 15px 0;}
    .partner-list{width: calc(100% + 10px);}
    .partner-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
	.inner-page{ padding: 10px 0 10px 0;}
	.case-page {margin-top: 10px;}
	.news-page {margin-top: 10px;}
	.news-details {margin-top: 10px;}
	.repair-page {margin-top: 10px;}
	.partner-page {margin-top: 10px;}
	.contact-page {margin-top: 10px;}
	.product-details {margin-top: 10px;}
	.about-page {margin-top: 10px;}
	.about-page .content {font-size: 14px !important;color: #333;line-height: 24px !important;}
	.about-page .content p{font-size: 14px !important;color: #333;line-height: 24px !important;}
	.about-page .content img{ max-width: 100% !important; height: auto !important;}
}

@media (max-width: 767px){
    .header-content{height: 70px;}
    .header .logo img{width: 140px;}
    .padding1{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: 10px 5px;}
    .intro-list .item .text2{line-height: 16px; height: auto; overflow: hidden;}
    .intro-list .item .text1 span{font-size: 16px;}
    .intro .txt-box{margin-top: 10px;}
    .intro .txt-box .text1{font-size: 18px;}
    .intro .txt-box .text2{font-size: 14px;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{font-size: 40px;}
    .title-index .title3{font-size: 12px;}
    .sideBar-left{width: 100%;}
    .sideBar-right{width: 100%;}
    .sideBar-title{padding: 15px 10px;}
    .sideBar-title .text1{font-size: 18px;}
    .sideBar-title .icon{display: block;}
    .sideBar .list{display: none;}
    .product-list li{width: calc(100% / 2 - 10px);}
    .product-list .item .text{font-size: 12px;}
    .equipment-title{margin-bottom: 15px;}
    .equipment-title .title1{font-size: 18px;}
    .equipment-title .title2{font-size: 16px;}
    .equipment-list .item .number{width: 40px; height: 40px; top: -20px; line-height: 30px; font-size: 14px;}
    .equipment-list .item .content{padding: 25px 5px 10px 5px;}
    .equipment-list .item .text1{font-size: 16px;}
    .case-list{width: calc(100% + 10px);}
    .case-list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case-list .item .text{font-size: 12px; margin-top: 5px;}
    .advantage-title .title1{font-size: 18px;}
    .advantage-title .title2{font-size: 12px;}
    .advantage .img-box{width: 100%;}
    .advantage .content{width: 100%;}
    .advantage .img-box img{transform: translateY(0);}
    .advantage .content{padding: 10px;}
    .advantage .box .number{font-size: 40px;}
    .advantage .box .txt-box{margin-left: 10px;}
    .advantage .box .txt-box .text1{font-size: 16px;}
    .advantage .box .txt-box .text2{height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px;}
    .advantage .txt{font-size: 12px;}
    .advantage .tab{margin-top: 15px;}
    .advantage .tab .tab-list{overflow: hidden; display: block;}
    .advantage .tab li{width: calc(50% - 10px); margin: 0 10px 10px 0; float: left;}
    .advantage .tab .icon{width: 30px; height: 30px;}
    .advantage .tab .text{font-size: 14px;}
    .application .item .mask .text{font-size: 14px; bottom: 10px;}
    .application .item:hover .mask .text{left: 10px; top: 10px;}
    .application .item .mask .application-more{bottom: 10px; left: 10px; padding: 20px 50px 10px 10px;}
    .application .item .mask .application-more::before{width: 10px; height: 10px; right: 10px; top: 10px;}
    .service .wrap{padding: 20px 0 30px 0;}
    .service .service-title .title1{font-size: 16px;}
    .service .service-title .title2{font-size: 20px;}
    .service .content{position: static; margin-top: 10px; display: block; overflow: hidden;}
    .service .content .icon{width: 100%;}
    .service .content .txt-box{width: 100%; padding: 0 10px;}
    .service .content .txt-box .text{font-size: 12px; line-height: 20px; height: auto;}
    .service .more{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .news{padding: 20px 0;}
    .news .wrap{display: block; overflow: hidden;}
    .news .box{width: 100%; margin: 0 0 10px 0;}
    /*  */
    .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;}
    .partner-list li{width: calc(100% / 2 - 10px);}
}