@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: relative;}
.header .header_content{width: 100%; position: relative; height: 110px; background-color: #fff;}
.header .box{display: flex; justify-content: space-between; align-items: center;}
.header .left{width: 38%; height: 100%; display: flex; align-items: center;}
.header .logo{background-color: #0094ea; height: 100%; display: flex; align-items: center; flex: 1; padding-right: 10px; position: relative; box-shadow: 2px 0px 10px 0 #858585;}
.header .logo img{height: auto; max-width: 100%;}
.header .logo::before{content: ""; position: absolute; right: 100%; top: 0; width: 2000px; height: 100%; background-color: #0094ea; z-index: 1;}
.header .header_text{margin-left: 15px; width: 140px;}
.header .header_text .text1{font-size: 16px; color: #333; height: 25px; line-height: 25px; overflow: hidden; background-color: #ebebeb; padding: 0 15px; text-align: center;}
.header .header_text .text2{font-size: 16px; color: #0094ea; letter-spacing: 2px;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#333; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; height: 100%; width: 38%;}
.header .header_nav .nav{max-width: 1200px; margin: 0 auto; height: 100%}
.header .header_nav .nav_list{width: 100%; height: 100%;}
.header .header_nav .nav_list>li{width: calc(100% / 6); float: left; position: relative; text-align: center; padding: 0 5px;}
.header .header_nav .nav_list>li>a{display: block; height: 110px; position: relative; display: flex; align-content: center; flex-wrap: wrap;}
.header .header_nav .nav_list>li>a .CN{display: block; width: 100%; font-size: 16px; color: #333; line-height: 25px;}
.header .header_nav .nav_list>li>a .EN{display: block; width: 100%; font-size: 12px; color: #b9b9b9; line-height: 20px;}
.header .header_nav .nav_list>li>a::before{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #0094ea; transition: all .6s;}
.header .header_nav .nav_list>li:hover>a::before{width: 100%;}
.header .header_nav .nav_list>li.on>a::before{width: 100%;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_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 .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #fe4800;}
.header .nav_right{overflow: hidden;}
.header .header_tel{float: right; padding-left: 55px; background: url(../images/header_tel_icon.png) no-repeat left center;}
.header .header_tel .tel1{font-size: 14px; color: #8f8f8f;}
.header .header_tel .tel2{font-size: 24px; color: #fe4800; font-family: Impact;}
.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: #0094ea; opacity: 1;}
/*  */
.title_index{width: 100%; text-align: center; overflow: hidden; margin-bottom: 30px;}
.title_index .title1{font-size: 30px; color: #0094ea; font-weight: bold; display: inline-block; position: relative; padding: 0 20px;}
.title_index .title1::before, .title_index .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 17px; height: 21px; background: url(../images/title_icon1.png) no-repeat; background-size: 100% 100%;}
.title_index .title1::before{left: 100%; transform:rotate(180deg);}
.title_index .title1::after{right: 100%;}
.title_index .title2{font-size: 14px; color: #333; margin-top: 8px;}
.spacing_index{padding: 40px 0;}
.more{text-align: center; margin-top: 20px;}
.more a{display: inline-block; width: 200px; height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #777; background-color: #e5e5e5;}
.more a:hover{background-color: #0094ea; color: #fff; transform: scale(1.05);}
/*  */ 
.services{width: 100%; overflow: hidden;}
.services .item{width: 100%; padding: 0 40px; border-right: 1px solid #ebebeb;}
.services .item .imgbox{position: relative; overflow: hidden;}
.services .item .imgbox::before{content: ""; display: block; padding-top: 95%;}
.services .item .text1{font-size: 16px; color: #fff; line-height: 35px; background-color: #0094ea; text-align: center; padding: 0 10px; border-radius: 5px;}
.services .item .text2{font-size: 14px; color: #333; line-height: 35px; text-align: center;}
.services .item:hover .imgbox img{transform: scale(1.1);}
.services .swiper-slide:nth-child(1) .item{border-left: 1px solid #ebebeb;}
.services .swiper-slide:nth-child(1n) .item .text1{background-color: #0094ea;}
.services .swiper-slide:nth-child(2n) .item .text1{background-color: #34bbce;}
.services .swiper-slide:nth-child(3n) .item .text1{background-color: #28a79e;}
.services .swiper-slide:nth-child(4n) .item .text1{background-color: #60b741;}
/*  */
.product{width: 100%; background: url(../images/product_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.product .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden;}
.product .tab .tabList{overflow: hidden; width: 100%; font-size: 0; display: flex; justify-content: center; flex-wrap: wrap;}
.product .tab .tabList li{float: left; padding: 0 10px 10px 10px;}
.product .tab .tabList li a{display: block; width: 150px; height: 40px; line-height: 34px; border: 3px solid #0094ea; border-radius: 40px; text-align: center; background-color: #fff; font-size: 16px; color: #333;}
.product .tab .tabList .select a{background: #0094ea; color: #fff;}
.product .tabContent{width: 100%; overflow: hidden;}
.product .tabContent .con{display: none;}
.product .tabContent .con.act{display: block;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{border: 2px solid #e2e2e2; overflow: hidden;}
.product_list .item .imgbox{position: relative; overflow: hidden;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.product_list .item .txtbox{height: 45px; line-height: 43px; background-color: #fff; padding: 0 20px; overflow: hidden; border-top: 2px solid #e2e2e2;}
.product_list .item .txtbox .text1{ font-size: 16px; color: #333;}
.product_list .item .txtbox .text1 span{float: right; font-size: 14px;}
/* .product_list .item .txtbox .text2{float: right;} */
.product_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.about{width: 100%; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .title_index .title1{color: #fff;}
.about .title_index .title1::before, .about .title_index .title1::after{background: url(../images/title_icon2.png) no-repeat;}
.about .title_index .title2{color: #fff;}
.about .wrap{display: flex; background-color: #fff; overflow: hidden; border-radius: 20px 0 0 20px;}
.about .imgbox{width: 50%; border-radius: 20px; overflow: hidden; font-size: 0;}
.about .imgbox img{width: 100%; height: auto;}
.about .txtbox{width: 50%; padding: 30px;}
.about .txtbox .title{font-size: 20px; color: #333; font-weight: bold;}
.about .txtbox .text{font-size: 14px; color: #333; line-height: 30px; height: 210px; overflow: hidden; margin-top: 20px;}
.about .more{margin-top: 30px;}
/*  */
.choose{width: 100%; overflow: hidden; background: url(../images/choose_bg.jpg) no-repeat center center; background-size: cover;}
.choose_list{overflow: hidden;}
.choose_list li{width: calc(50% - 70px); float: left; margin-bottom: 30px; position: relative;}
.choose_list li::before{content: ""; position: absolute; left: 100%; top: 0; width: 70px; height: 100%; background-image: url(../images/choose_left_icon1.png); background-position: center center; background-size: 100% 100%;}
.choose_list .item{padding: 10px 20px; background-color: #fff; overflow: hidden; zoom: 1;}
.choose_list .item .number{width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 25px; color: #fff; font-family: Impact; float: left; background-color: #9574cd; border-radius: 50%;}
.choose_list .item .txtbox{width: calc(100% - 50px); float: left; padding-left: 20px;}
.choose_list .item .txtbox .title{font-size: 18px; color: #333; font-weight: bold;}
.choose_list .item .txtbox .text{font-size: 14px; color: #333; height: 25px; line-height: 25px; overflow: hidden; margin-top: 3px;}
.choose_list li:nth-child(even){float: right;}
.choose_list li:nth-child(even)::before{right: 100%; left: auto;}
.choose_list li:nth-child(1)::before{background-image: url(../images/choose_left_icon1.png);}
.choose_list li:nth-child(2)::before{background-image: url(../images/choose_right_icon1.png);}
.choose_list li:nth-child(3)::before{background-image: url(../images/choose_left_icon2.png);}
.choose_list li:nth-child(4)::before{background-image: url(../images/choose_right_icon2.png);}
.choose_list li:nth-child(5)::before{background-image: url(../images/choose_left_icon3.png);}
.choose_list li:nth-child(6)::before{background-image: url(../images/choose_right_icon3.png);}
.choose_list li:nth-child(1) .item .number{background-color: #9574cd;}
.choose_list li:nth-child(2) .item .number{background-color: #5b6bc0;}
.choose_list li:nth-child(3) .item .number{background-color: #5877fc;}
.choose_list li:nth-child(4) .item .number{background-color: #53baed;}
.choose_list li:nth-child(5) .item .number{background-color: #03bbd6;}
.choose_list li:nth-child(6) .item .number{background-color: #51b9af;}
/*  */
.equipment{width: 100%; overflow: hidden; background: url(../images/equipment_bg.jpg) no-repeat center center; background-size: cover;}
.equipment .swiper-slide{height: calc(100% / 2);}
.equipment .item{width: 100%; overflow: hidden;}
.equipment .item .imgbox{position: relative; overflow: hidden;}
.equipment .item .imgbox::before{content: ""; display: block; padding-top: 52%;}
.equipment .item .text{font-size: 16px; color: #333; line-height: 50px;}
.equipment .item:hover .imgbox img{transform: scale(1.1);}


.equipment_list{width: calc(100% + 20px);}
.equipment_list li{width: calc(100% / 2 - 20px); float: left; margin: 0 20px 0 0;}
.equipment_list .item{width: 100%; overflow: hidden;}
.equipment_list .item .imgbox{position: relative; overflow: hidden;}
.equipment_list .item .imgbox::before{content: ""; display: block; padding-top: 52%;}
.equipment_list .item .text{font-size: 16px; color: #333; line-height: 50px;}
.equipment_list .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.news{width: 100%; overflow: hidden; background-color: #eee;}
.news .tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden;}
.news .tab .tabList{overflow: hidden; width: 100%; font-size: 0; display: flex; justify-content: center; flex-wrap: wrap;}
.news .tab .tabList li{float: left; padding: 0 10px 10px 10px;}
.news .tab .tabList li a{display: block; width: 150px; height: 40px; line-height: 34px; border: 3px solid #0094ea; border-radius: 40px; text-align: center; background-color: #fff; font-size: 16px; color: #333;}
.news .tab .tabList .select a{background: #0094ea; color: #fff;}
.news .tabContent{width: 100%;}
.news .tabContent .con{display: none;}
.news .tabContent .con.act{display: block;}
.news .left{width: 33%;}
.news .right{width: 67%; padding-left: 30px;}
.news .imgbox1{text-align: center; overflow: hidden; border: 2px solid #fff; font-size: 0;}
.news .imgbox1 img{width: 100%; height: auto;}
.news .txtbox1{margin-top: 8px; border-top: 3px solid #0094ea; background-color: #fff; padding: 10px;}
.news .txtbox1 .title{font-size: 16px; color: #333; line-height: 25px;}
.news .txtbox1 .title span{float: right; font-size: 14px; color: #999;}
.news .txtbox1 .text{font-size: 14px; color: #333; line-height: 25px; height: 50px; overflow: hidden;}
.news_list{width: 100%;}
.news_list li{margin-bottom: 15px;}
.news_list .item{border: 2px solid #fff; background-color: #fff;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{position: relative; overflow: hidden; width: 25%; float: left;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 68%;}
.news_list .item .txtbox{flex: 1; padding: 15px 20px;}
.news_list .item .txtbox .title{font-size: 16px; color: #333; line-height: 25px;}
.news_list .item .txtbox .title span{float: right; font-size: 14px; color: #999;}
.news_list .item .txtbox .text{font-size: 14px; color: #333; line-height: 25px; height: 50px; overflow: hidden; margin-top: 10px;}
.news_list .item:hover{transform: translateY(-3px); box-shadow: 5px 5px 10px 0 #aaa;}
/*  */
.footer1{width: 100%; overflow: hidden; background-color: #4a4a53; padding: 30px 0;}
.footer1 .left{width: 75%;}
.footer1 .footer_nav{display: flex; justify-content: space-between;}
.footer1 .footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer1 .footer_nav dt a{color: #fff;}
.footer1 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px;}
.footer1 .footer_nav dd a{color: #fff;}
.footer1 .footer_nav dd a:hover{text-decoration: underline;}
.footer1 .right{width: 25%;}
.footer1 .right .QR{float: right;}
.footer1 .right .QR .QR_item{float: left; text-align: center;}
.footer1 .right .QR .QR_item img{width: 120px; height: 120px;}
.footer1 .right .QR .QR_item .text{text-align: center; font-size: 14px; color: #fff; margin-top: 5px;}
.footer2{background-color: #34343a; padding: 12px 0;}
.footer2 .copyright, .footer2 .text{font-size: 14px; color: #fff; line-height: 20px;}
.footer2 .copyright a, .footer2 .text a{color: #fff;}

/*  */
.inner_page{width: 100%; overflow: hidden; padding: 30px 0; min-height: 500px;}
.inner_left{width: 270px; float: left;}
.inner_right{width: calc(100% - 270px); float: left; padding-left: 40px;}
.breadcrumb{border-bottom: 1px solid #e1e1e1; margin-bottom: 20px;}
.breadcrumb .text1{float: left; width: 165px; height: 40px; line-height: 40px; background-color: #0094ea; text-align: center; font-size: 16px; color: #fff; font-weight: bold; border-radius: 0 20px 20px 0;}
.breadcrumb .text2{float: right; line-height: 40px; font-size: 14px; color: #333;}
.sideBar{width: 100%; overflow: hidden;}
.sideBar .sideBar_title{background-color: #0094ea; padding: 15px 0; text-align: center; position: relative;}
.sideBar .sideBar_title .text1{font-size: 26px; color: #fff; font-weight: bold;}
.sideBar .sideBar_title .text2{font-size: 24px; color: #fff; font-weight: bold; font-family: Arial; text-transform: uppercase;}
.sideBar .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{border: 3px solid #0094ea; padding: 2px;}
.sideBar .list>li{margin-bottom: 5px;}
.sideBar .list>li>a{display: block; height: 45px; line-height: 45px; text-align: left; background-color: #0094ea; font-size: 16px; color: #fff; position: relative; padding: 0 25px 0 45px;}
.sideBar .list>li>a::before{content: ""; position: absolute; bottom: 0; top: 0; left: 15px; margin: auto; width: 10px; height: 10px; background-color: #fff; border-radius: 50%; z-index: 1;}
.sideBar .list>li>a span{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 15px; height: 15px; text-align: center; line-height: 15px; font-size: 14px; color: #fff;}
.sideBar .list>li:hover>a{color: #fff; background-color: #fe4800;}
.sideBar .drop_down{width: 100%; display: none;}
.sideBar .drop_down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .drop_down li a{display: block; height: 40px; line-height: 40px; color: #333;}
.sideBar .drop_down li a:hover{color: #fe4800;}
.sideBar_down{background-color: #0094ea;}
.sideBar_down .sideBar_title{background-color: #0094ea; padding: 15px 0; text-align: center; position: relative;}
.sideBar_down .sideBar_title .text1{font-size: 26px; color: #fff; font-weight: bold;}
.sideBar_down .sideBar_title .text2{font-size: 24px; color: #fff; font-weight: bold; font-family: Arial; text-transform: uppercase;}
.sideBar_down .box{background-color: #fff; padding: 10px; border: 2px solid #0094ea;}
.sideBar_down .imgbox{text-align: center; overflow: hidden;}
.sideBar_down .imgbox img{width: 100%; height: auto;}
.sideBar_down .text{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.product_page .product_list li{width: calc(100% / 3 - 20px);}
/*  */
.product_details{width: 100%; overflow: hidden;}
.product_details .imgbox{text-align: center; overflow: hidden; width:100%; padding-top:10px;}
.product_details .imgbox img{max-width: 100%; height: auto;}
.product_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px;}
.product_details .txtbox img{ max-width:100% !important; height:auto !important;}
.product_details .titbox{ font-size:18px; line-height:2; width:100%; text-align:center;}

/*  */
.equipment_page{width: 100%; overflow: hidden;}
/*  */
.equipment_details{width: 100%; overflow: hidden;}
.equipment_details .imgbox{text-align: center; overflow: hidden; padding-top:10px;}
.equipment_details .imgbox img{max-width: 100%; height: auto;}
.equipment_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 15px;}
.equipment_details .txtbox img{ max-width:100% !important; height:auto !important;}
.equipment_details .titbox{ font-size:18px; line-height:2; width:100%; text-align:center;}
/*  */
.news_page{width: 100%; overflow: hidden;}
/*  */
.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 .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto;}
.news_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}
.news_details .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 10px;}
.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 .left{width: 40%;}
}

@media (max-width: 1299px){
    .header .header_nav{width: 40%;}
}

@media (max-width: 1199px){
    .header .header_content{height: 100px;}
    .header .header_text{width: 120px;}
    .header .header_text .text1{font-size: 12px;}
    .header .header_text .text2{font-size: 12px; letter-spacing: 0;}
    .header .header_nav .nav_list>li>a{height: 100px;}
    .header .header_nav .nav_list>li>a .CN{font-size: 14px;}
    .header .header_tel .tel1{font-size: 12px;}
    .header .header_tel .tel2{font-size: 18px;}
    /*  */
    .inner_left{width: 240px;}
    .inner_right{width: calc(100% - 240px); padding-left: 30px;}
    .sideBar .sideBar_title .text1{font-size: 22px;}
    .sideBar .sideBar_title .text2{font-size: 20px;}
    .sideBar_down .sideBar_title .text1{font-size: 22px;}
    .sideBar_down .sideBar_title .text2{font-size: 20px;}
}

@media (min-width: 991px){
    .header .header_nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header_content{height: 90px;}
    .header .left{width: 30%;}
    .header .header_text{display: none;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li>a{color: #333; line-height: 50px; height: 50px;}
    .header .header_nav .nav_list>li.on>a .CN{color: #0094ea;}
    .header .header_nav .nav_list>li>a .EN{display: none;}
    .header .header_nav .nav_list>li.on>a::before{display: none;}
    .header .header_nav .nav_list>li:hover>a::before{display: none;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; z-index: 2; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    /*  */
    .spacing_index{padding: 30px 0;}
    .title_index{margin-bottom: 25px;}
    .title_index .title1{font-size: 24px;}
    .title_index .title2{font-size: 12px;}
    .more{margin-top: 15px;}
    .more a{width: 120px; height: 30px; line-height: 30px; font-size: 12px;}
    .services .item .text1{font-size: 14px; line-height: 30px;}
    .services .item .text2{font-size: 12px; line-height: 30px;}
    .product .tab{margin-bottom: 10px;}
    .product .tab .tabList li{padding: 0 5px 5px 5px;}
    .product .tab .tabList li a{width: 120px; height: 32px; line-height: 30px; border: 1px solid #0094ea; font-size: 12px;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .txtbox{padding: 0 10px; height: 30px; line-height: 29px; border-top: 1px solid #e2e2e2;}
    .product_list .item .txtbox .text1{font-size: 12px;}
    .product_list .item .txtbox .text1 span{font-size: 12px;}
    .about .txtbox{padding: 10px;}
    .about .txtbox .title{font-size: 14px;}
    .about .txtbox .text{font-size: 12px; line-height: 25px; height: 175px; margin-top: 10px;}
    .about .more{margin-top: 15px;}
    .choose_list .item{padding: 10px;}
    .choose_list .item .txtbox{padding-left: 10px;}
    .choose_list .item .txtbox .title{font-size: 14px;}
    .choose_list .item .txtbox .text{font-size: 12px;}
    .choose_list li::before{width: 50px;}
    .choose_list li{width: calc(50% - 50px);}
    .equipment_list .item .text{line-height: 40px; font-size: 14px;}
    .equipment .item .text{line-height: 40px; font-size: 14px;}
    .news .tab{margin-bottom: 10px;}
    .news .tab .tabList li{padding: 0 5px 5px 5px;}
    .news .tab .tabList li a{width: 120px; height: 32px; line-height: 30px; border: 1px solid #0094ea; font-size: 12px;}
    .news .txtbox1 .title{font-size: 14px;}
    .news .txtbox1 .text{font-size: 12px;}
    .news .right{padding-left: 20px;}
    .news_list .item .imgbox::before{padding-top: 55%;}
    .news_list .item .txtbox{padding: 10px;}
    .news_list .item .txtbox .title{font-size: 14px; line-height: 20px;}
    .news_list .item .txtbox .text{font-size: 14px; height: 60px; line-height: 20px;}
    .footer1{display: none;}
    /*  */
    .inner_left{width: 220px;}
    .inner_right{width: calc(100% - 220px); padding-left: 20px;}
    .sideBar .sideBar_title{padding: 10px 0;}
    .sideBar .sideBar_title .text1{font-size: 18px;}
    .sideBar .sideBar_title .text2{font-size: 16px;}
    .sideBar_down .sideBar_title{padding: 10px 0;}
    .sideBar_down .sideBar_title .text1{font-size: 18px;}
    .sideBar_down .sideBar_title .text2{font-size: 16px;}
    .sideBar .list>li>a{height: 35px; line-height: 35px; font-size: 14px; padding: 0 25px 0 30px;}
    .sideBar .list>li>a::before{left: 10px;}
    .sideBar .list>li>a span{right: 10px;}
    .breadcrumb .text1{width: 140px; height: 30px; line-height: 30px; font-size: 14px;}
    .breadcrumb .text2{line-height: 30px;}
    .product_page .product_list{width: calc(100% + 10px);}
    .product_page .product_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
}

@media (max-width: 767px){
    .header .header_content{height: 60px;}
    .spacing_index{padding: 20px 0;}
    .title_index{margin-bottom: 15px;}
    .title_index .title1{font-size: 18px;}
    .more{margin-top: 10px;}
    .services .item{padding: 0 10px;}
    .services .item .text1{line-height: 25px; font-size: 12px;}
    .services .item .text2{line-height: 25px; font-size: 12px;}
    .product_list li{width: calc(100% / 2 - 10px);}
    .about .wrap{flex-wrap: wrap;}
    .about .imgbox{width: 100%;}
    .about .txtbox{width: 100%; }
    .choose_list li{width: 100%; margin-bottom: 10px;}
    .choose_list li::before{display: none;}
    .choose_list .item .txtbox .text{max-height: 40px; height: auto; line-height: 20px;}
    .equipment_list{width: calc(100% + 10px);}
    .equipment_list li{width: calc(100% / 2 - 10px); margin: 0 10px 0 0;}
    .equipment_list .item .text{line-height: 30px; font-size: 12px;}
    .equipment .item .text{line-height: 30px; font-size: 12px;}
    .news .left{width: 100%;}
    .news .right{width: 100%; padding: 15px 0 0 0;}
    .news_list .item .imgbox{width: 30%;}
    .footer2 .copyright, .footer2 .text{width: 100%; text-align: center;}
    /*  */
    .inner_page{padding: 20px 0;}
    .inner_left{width: 100%;}
    .inner_right{width: 100%; padding: 0; margin-top: 15px;}

    .sideBar .sideBar_title .text2{display: none;}
    .sideBar .sideBar_title .icon{display: block;}
    .sideBar .list{display: none;}
    .sideBar_down{display: none;}
    .product_page .product_list li{width: calc(100% / 2 - 10px);}
}

@media (max-width: 500px){
    .header .left{width: 60%;}
}