/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.headerBox{width:100%; float:left ;background:url(../image/header_bj.jpg) no-repeat center center; background-size:cover;}
.topbox{width:100%; line-height:38px; font-size:14px; color:#000; border-top:1px solid #0068b7; border-bottom:1px solid #dbdcdf;}
.top_lx{width:105px;}
.top_lx a{display:block; overflow:hidden; height:38px; line-height:38px; text-align:center; background:#0068b7; font-size:14px; color:#fff;}
.top_lx a:hover{ color:#fff; text-decoration:underline !important;}
.top_nav a{ color:#000; font-size:14px; margin:0 10px;}
.top_nav a:hover{ color:#0068b7; text-decoration:underline !important;}

.header{width:100%; padding:16px 0;}
.logo img{width:100%; max-width:252px; max-height:70px;}
.logo_txt img{max-width:337px;}
.header_dianhua{height:60px; line-height:24px; color:#000; font-size:14px; background:url(../image/header_dianhua.png) no-repeat left center; padding-left:76px; margin-top:8px;}
.header_dianhua span{display:block; overflow:hidden; line-height:36px; font-size:32px; font-family:Impact; color:#e00005;}

nav{background:#f3f3f3; border-top:1px solid #bcbcbc; border-bottom:1px solid #b7b7b7; position:relative; left:0; top:0; z-index:99999999999;}
.nav{width:100%;}
.nav>li{width:12.5%; border-right:1px solid #bbb;}
/*.nav>li:nth-child(2){width:16%;}
.nav>li:nth-child(3){width:16%;}
.nav>li:nth-child(4){width:16%;}
.nav>li:nth-child(6){width:16%;}
.nav>li:last-child{border:none;}*/
.nav>li>a{width:100%; height:65px; display:flex; flex-wrap:wrap; align-content:center; align-items:center; justify-content:center;}
.nav>li>a>div{width:100%; float:left; text-align:center; transition:all 0.4s;}
.nav>li>a>.nav_p{line-height:28px; font-size:16px; color:#333;}
.nav>li>a>.nav_sp{line-height:20px; font-size:12px; color:#a4a4a4; text-transform:uppercase;}
.nav>li:hover>a{background:#0068b7;}
.nav>li:hover>a>.nav_p{color:#fff;}
.nav>li:hover>a>.nav_sp{color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:26.04167%;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../image/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../image/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.picBox{width:100%; overflow:hidden; background:#f1f1f1;}
.pic_ul{display:block; overflow:hidden;}
.pic_ul li{width:25%; float:left; border-right:1px solid #d8d8d8;}
.pic_ul li a{display:block; overflow:hidden; padding:40px 35px;}
.pic_ul li a .pic_logo{display:block; overflow:hidden; height:50px; background-position:center top,center 50px; background-repeat:no-repeat,no-repeat;}
.pic_ul li a .pic_p{display:block; overflow:hidden; margin-top:20px; line-height:36px; text-align:center; font-size:22px; color:#000;text-overflow:ellipsis; white-space: nowrap;}
.pic_ul li a .pic_heng{display:block; overflow:hidden; width:35px; height:2px; background:#e00005; margin:15px auto;}
.pic_ul li a .pic_txt{display:block; overflow:hidden; line-height:24px; height:48px; color:#333; text-align:center;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.pic_ul li a:hover .pic_logo{background-position:center -50px,center top;}
.pic_ul li a:hover .pic_p{color:#0068b7;}
.pic_ul li:last-child{border:none;}

.cpzx{width:100%; overflow:hidden; padding:50px 0 0 0; background:url(../image/cpzx_bj.jpg) no-repeat center 50px;}
.cpzx_title{display:block; overflow:hidden; text-align:center; background:url(../image/cpzx_heng.png) no-repeat center center;}
.cpzx_p{line-height:50px; font-size:36px; color:#353431;}
.cpzx_sp{line-height:36px; font-size:20px; color:#8d8d8d;}
.con {display:block; overflow:hidden; padding-top:50px; position:relative;}
#tags {width:512px; float:left; position:absolute; left:0; bottom:20px;}
#tags LI {display:block; overflow:hidden; margin-bottom:20px;}
#tags LI A {display:flex; align-items:center; overflow:hidden; height:106px; background:url(../image/cpzx_li.png) no-repeat center center; background-size:100% 100%; padding:0 10px 10px 35px;}
#tags LI A>span{float:left; font-size:26px; line-height:30px; color:#000; background:url(../image/cpzx_jiantou1.png) no-repeat left center; padding-left:50px;}
#tags LI.selectTag A {background:url(../image/cpzx_hover.png) no-repeat center center; background-size:100% 100%;}
#tags LI.selectTag A>span {background:url(../image/cpzx_jiantou2.png) no-repeat left center; color:#fff;}
#tagContent {display:block; overflow:hidden; min-height:635px;}
.tagContent {DISPLAY: none;}
#tagContent div.selectTag {DISPLAY: block}
.cpzx_left{width:535px; float:left;}
.cpzx_pp{display:block; overflow:hidden; height:42px; line-height:42px; font-size:26px; color:#0068b7; font-weight:bold;}
.cpzx_txt{display:block; overflow:hidden; height:160px; line-height:32px; font-size:16px; color:#000; margin-top:10px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}
.cpzx_img{width:50%; float:right; padding:25px 25px 0 0;}
.cpzx_img img{display:block; max-width:100%; height:auto; margin:0 auto;}

.ys{width:100%; overflow:hidden;}
.ys_p{line-height:60px; font-size:44px; color:#0068b7; font-weight:bold;}
.ys_contect{display:block; overflow:hidden; padding:45px 0 95px 0;}
.ys_ul{width:100%; float:left; position:relative;}
.ys_ul::before{content:""; width:1px; height:100%; background:#999; position:absolute; left:50%; top:0; transform: translateX(-50%);}
.ys_ul li{width:100%; float:left;}
.ys_ul li a{width:100%; float:left; position:relative;}
.ys_ul li a .ys_logo{width:88px; float:left; height:88px; border:4px solid #666; border-radius:50%; background-image:url(../image/ys_icon.png); background-color:#fff; background-repeat:no-repeat; background-size:400px 160px; position:absolute; left:50%; transform: translateX(-50%); transition:all 0.4s;}
.ys_ul li a .ys_img{float:left;}
.ys_ul li a .ys_img>img{display:block; max-width:100%; height:auto;}
.ys_ul li a .ys_txtB{width:475px; float:right; padding-top:10px;}
.ys_ul li a .ys_txtB .ys_pp{display:block; overflow:hidden; line-height:50px; font-size:26px; color:#0068b7; font-weight:bold;}
.ys_ul li a .ys_txtB .ys_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#333;}
.ys_ul li a .ys_txtB .ys_txt>span{font-weight:bold; display:block;}
.ys_ul li:first-child a .ys_logo{background-position:left top; top:0;}
.ys_ul li:first-child a .ys_img{width:500px;}
.ys_ul li:first-child a:hover .ys_logo{background-position:left bottom; border-color:#0068b7;}

.ys_ul li:nth-child(2) a .ys_logo{background-position:-80px top;}
.ys_ul li:nth-child(2) a .ys_img{width:500px; float:right; margin-top:-70px;}
.ys_ul li:nth-child(2) a .ys_txtB{float:left; padding-top:40px;}
.ys_ul li:nth-child(2) a:hover .ys_logo{background-position:-80px bottom; border-color:#0068b7;}

.ys_ul li:nth-child(3){margin-top:60px;}
.ys_ul li:nth-child(3) a .ys_logo{background-position:-243px -4px;}
.ys_ul li:nth-child(3) a .ys_img{width:500px; float:left; margin-top:-100px;}
.ys_ul li:nth-child(3) a:hover .ys_logo{background-position:-243px bottom; border-color:#0068b7;}

.ys_ul li:nth-child(4){margin-top:40px;}
.ys_ul li:nth-child(4) a .ys_logo{background-position:right -4px;}
.ys_ul li:nth-child(4) a .ys_img{width:500px; float:right; margin-top:-130px;}
.ys_ul li:nth-child(4) a .ys_txtB{float:left;}
.ys_ul li:nth-child(4) a:hover .ys_logo{background-position:right -84px; border-color:#0068b7;}

.ys_ul li:nth-child(5){margin-top:30px;}
.ys_ul li:nth-child(5) a .ys_logo{background-position:-160px top;}
.ys_ul li:nth-child(5) a .ys_img{width:500px; float:left; margin-top:-180px;}
.ys_ul li:nth-child(5) a .ys_txtB{float:right; padding:0; margin-top:-45px;}
.ys_ul li:nth-child(5) a:hover .ys_logo{background-position:-160px bottom; border-color:#0068b7;}


.gsjj{width:100%; overflow:hidden;}
.gsjj_contect{display:block; overflow:hidden; margin-top:45px; background:#f6f6f6;}
.gsjj_contect>.container{display:flex; flex-wrap:wrap;}
.gsjj_left{width:50%; float:left; padding:30px 60px 30px 0;}
.gsjj_p{display:block; overflow:hidden; line-height:54px; font-size:24px; color:#0068b7;}
.gsjj_txt{display:block; overflow:hidden; line-height:32px; font-size:14px; color:#333;}
.gsjj_more{display:block; overflow:hidden; padding-top:40px;}
.gsjj_more a{display:block; width:114px; height:36px; line-height:34px; text-align:center; border:1px solid #353431; font-size:14px; color:#000;}
.gsjj_more a:hover{border-color:#0068b7; background:#0068b7; color:#fff;}
.gsjj_img{width:50%; float:left; display:flex; background-position:center; background-repeat:no-repeat; background-size:cover;}

.pisBox{width:100%; overflow:hidden; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.pis_ul{display:block; overflow:hidden;}
.pis_ul li{width:33.33%; float:left; border-right:1px solid #e5e5e5; display:flex; padding:30px; align-content:center;}
.pis_ul li img{float:left; height:50px; margin:7px 30px 0 0; transition:all 0.4s;}
.pis_ul li .pis_txt{display:block; overflow:hidden; font-size:14px; color:#333; line-height:26px;}
.pis_ul li:last-child{border:none;}
.pis_ul li:hover img{-webkit-transform: rotateX(360deg); transform: rotateX(360deg)}
.pis_ul li:hover .pis_txt{color:#0068b7;}

.sheB{width:100%; overflow:hidden; padding:50px 0 0 0;}
.sheB_title{display:block; overflow:hidden; text-align:center;}
.sheB_p{line-height:50px; font-size:36px; color:#353431;}
.sheB_sp{line-height:34px; font-size:20px; color:#777;}
.sheB_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding-top:40px;}
.sheB_ul li{width:155px; float:left;}
.sheB_ul li .sheB_B{width:100%; overflow:hidden; position:relative; padding-right:15px;}
.sheB_ul li .sheB_B::before{content:"";width:0; height:0; border-left:19px solid #0068b7; border-top:15px solid transparent; border-bottom:15px solid transparent; position:absolute;right:0;top:50%; transform: translateY(-50%); transition:all 0.4s;}
.sheB_ul li .sheB_B .sheB_img{width:100%; overflow:hidden; border-radius:50%; border:4px solid #0068b7; background-position:center; background-repeat:no-repeat; background-size:cover;}
.sheB_ul li .sheB_B .sheB_img::before{content:""; display:block; padding-top:100%;}
.sheB_ul li .sheB_txt{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:15px; color:#353431; font-size:20px; font-weight:bold; text-align:center; padding-right:15px;}
.sheB_ul li:hover .sheB_B::before{border-left-color:#d22b27;}
.sheB_ul li:hover .sheB_B .sheB_img{border-color:#d22b27;}

.dianhua{width:100%; overflow:hidden; position:relative; padding:30px 0;
display:-webkit-box; display:-ms-flexbox; display:flex;
-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;
-webkit-box-align:center; -ms-flex-align:center; align-items:center;
-ms-flex-line-pack:center; align-content:center;
}
.dianhua::before{content:""; width:100%; float:left; height:1px; background:#c1c1c1; position:absolute; left:0; top:50%;transform: translateY(-50%); z-index:0;}
.dianhua_L{float:left;width:24px; height:44px; background:url(../image/dianhua_jiantou1.jpg) no-repeat center center; background-size:100% 100%; position:relative; z-index:1;}
.dianhua_R{float:left;width:24px; height:44px; background:url(../image/dianhua_jiantou2.jpg) no-repeat center center; background-size:100% 100%; position:relative; z-index:1;}
.dianhua_C{float:left; width:320px; height:44px; line-height:42px; border-top:1px solid #bbb; border-bottom:1px solid #bbb; position:relative; z-index:1; background:#fff; padding:0 30px;}
.dianhua_txt{padding-left:30px; font-size:16px; color:#d10000; background:url(../image/dianhua.png) no-repeat left center;}
.dianhua_txt>span{font-size:24px; color:#e61414; font-weight:bold; float:right;}

.case{width:100%; overflow:hidden; padding:15px 0 0 0;}
.case_nav{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:30px; overflow:hidden;}
.case_nav li{width:194px; float:left; margin-top:10px;}
.case_nav li a{display:block; overflow:hidden; height:48px; background:#d6d6d6; line-height:48px; text-align:center; font-size:18px; color:#000;}
.case_nav li a:hover{background:#d10000; color:#fff;}
.case-imgbox{ padding-top:25px;}
.case-imgbox .swiper-slide .case_B{width:100%; overflow:hidden;}
.case-imgbox .swiper-slide .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide .case_B .case_img::before{content:""; display:block; padding-top:75.6757%;}
.case-imgbox .swiper-slide .case_txtB{display:block; overflow:hidden; border:1px solid #aeaeae; padding:15px;}
.case-imgbox .swiper-slide .case_txtB .case_p{display:block; overflow:hidden; height:26px; line-height:26px; text-align:center; font-size:16px; color:#333; font-weight:bold;}
.case-imgbox .swiper-slide .case_txtB .case_txt{display:block; overflow:hidden; height:84px; line-height:28px; text-align:center; font-size:14px; color:#333;}
.case-imgbox .swiper-slide .case_txtB .case_M{display:block; overflow:hidden; margin:15px auto 0 auto; width:106px; height:38px; line-height:36px; text-align:center; border:1px solid #d9d9d9; font-size:14px; color:#333;}
.case-imgbox .swiper-slide:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case-imgbox .swiper-slide:hover .case_txtB{background:#d10000; border-color:#d10000;}
.case-imgbox .swiper-slide:hover .case_txtB .case_p{color:#fff;}
.case-imgbox .swiper-slide:hover .case_txtB .case_txt{color:#fff;}
.case-imgbox .swiper-slide:hover .case_txtB .case_M{color:#fff;}

/*.cons {display:block; overflow:hidden; padding-top:30px;}
#tagss {display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
#tagss LI {width:220px; float:left; margin-top:10px;}
#tagss LI A {display:block; overflow:hidden; height:48px; background:#d6d6d6; line-height:48px; text-align:center; font-size:18px; color:#000;}
#tagss LI.selectTags A {background:#d10000; color:#fff;}
#tagContents {display:block; overflow:hidden;}
.tagContents {DISPLAY: none;}
#tagContents div.selectTags {DISPLAY: block}
.case_ul{display:block; overflow:hidden; width:1245px;}
.case_ul li{width:370px; float:left; margin:25px 45px 0 0;}
.case_ul li .case_B{width:100%; overflow:hidden;}
.case_ul li .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul li .case_B .case_img::before{content:""; display:block; padding-top:75.6757%;}
.case_ul li .case_txtB{display:block; overflow:hidden; border:1px solid #aeaeae; padding:15px;}
.case_ul li .case_txtB .case_p{display:block; overflow:hidden; height:26px; line-height:26px; text-align:center; font-size:16px; color:#333; font-weight:bold;}
.case_ul li .case_txtB .case_txt{display:block; overflow:hidden; height:84px; line-height:28px; text-align:center; font-size:14px; color:#333;}
.case_ul li .case_txtB .case_M{display:block; overflow:hidden; margin:15px auto 0 auto; width:106px; height:38px; line-height:36px; text-align:center; border:1px solid #d9d9d9; font-size:14px; color:#333;}
.case_ul li:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li:hover .case_txtB{background:#d10000; border-color:#d10000;}
.case_ul li:hover .case_txtB .case_p{color:#fff;}
.case_ul li:hover .case_txtB .case_txt{color:#fff;}
.case_ul li:hover .case_txtB .case_M{color:#fff;}*/


.news{width:100%; overflow:hidden; padding:40px 0;}
.news_contect{display:flex; flex-wrap:wrap; overflow:hidden; padding-top:40px;}
.news_L{width:51%; float:left;}
.news_L .news_B{width:100%; overflow:hidden;}
.news_L .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_L .news_B .news_img::before{content:""; display:block; padding-top:59.15033%;}
.news_L .news_p{display:block; overflow:hidden; height:28px; line-height:28px; margin-top:15px; font-size:16px; color:#3a3a3a;text-overflow:ellipsis; white-space: nowrap; padding-right:15px;}
.news_L .news_p>span{float:right; font-size:12px; color:#9f9f9f;}
.news_L .news_txt{display:block; overflow:hidden; height:78px; line-height:26px; margin-top:10px; font-size:14px; color:#3a3a3a; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; padding-right:15px;}
.news_L:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_L:hover .news_p{color:#0068b7;}

.news_R{width:49%; float:left; background:#f1f1f1;}
.news_ul{width:100%; float:left; position:relative; padding:25px 15px 10px 15px;}
.news_ul li{width:100%; float:left; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dotted #b8b8b7;}
.news_ul li a{display:block; overflow:hidden; padding:0 8px;}
.news_ul li a .news_sub{width:88px; float:left; height:72px; border:1px solid #d1d1d1; background:#fff; display:flex; align-content:center ;align-items:center; justify-content:center; font-family:Arial; font-size:48px; color:#000; margin-right:15px;}
.news_ul li a .news_p{display:block; overflow:hidden; height:24px; line-height:24px; font-size:16px; color:#353431;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:14px; color:#353431; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul li a:hover .news_sub{border-color:#0068b7; color:#0068b7;}
.news_ul li a:hover .news_p{color:#0068b7;}
.news_ul li:nth-child(6){position:absolute; left:calc(-100% - 30px); bottom:0; margin:0; padding:20px 0 0 0; border-bottom:initial; border-top:1px dotted #b8b8b7;}

.lxwm{width:100%; overflow:hidden;}
.lxwm_contect{display:block; overflow:hidden; background:url(../image/lxwm_bj.jpg) no-repeat center center; background-size:cover; padding:25px 0; margin-top:40px;}
.lxwm_L{width:60%; float:left;}
.lxwm_p{display:block; overflow:hidden; line-height:34px; font-size:20px; color:#1a1e20;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#444; line-height:36px; margin-top:10px; background:url(../image/lxwm_logo.png) no-repeat left center; padding-left:50px;}
.lxwm_pp{display:block; overflow:hidden; margin-top:50px; font-size:20px; color:#333; line-height:30px;}
.lxwm_nav{display:block; overflow:hidden; margin-top:5px; font-size:14px; color:#333; line-height:24px;}
.lxwm_nav a{color:#333; margin:0 10px;}
.lxwm_nav a:hover{color:#d41f1f; text-decoration:underline!important;}
.lxwm_nav a:first-child{margin:0 10px 0 0;}
.lxwm_R{width:385px; float:right; padding-right:25px;}
.lxwm_form{display:block; overflow:hidden; padding-top:15px;}
.lxwm_B{width:100%; float:left; border:1px solid #ccc; background:#fff; margin-bottom:15px;}
.lxwm_sp{width:80px; float:left; height:34px; line-height:34px; text-align:right; font-size:14px; color:#737373;}
.lxwm_inp1{width:calc(100% - 80px); float:left; height:34px; padding:0 5px; font-size:14px; color:#333;}
.lxwm_btn{width:100%; float:left; height:38px; margin-top:15px; background:#d00700; font-size:16px; color:#fff; border-radius:19px;}
/*END-首页内容*/

/*底部*/
footer{background:#e6e6e6; font-size:14px; color:#333; line-height:24px; padding:25px 0; text-align:center;}
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*螺杆鼓风机/螺杆空压机/螺杆真空泵*/
.N_banner{width:100%; float:left;}
.N_banner img{width:100%;}

.dqwz_title{width:100%; float:left; line-height:60px; border-bottom:1px solid #e5e5e5;}
.dqwz_p{float:left; font-size:16px; color:#353535; background:url(../image/dqwz_logo.png) no-repeat left center; padding-left:40px;}
.dqwz_p>span{color:#dc0100; font-weight:bold;}
.dqwz_contect{width:100%; float:left; padding:40px 0;}
.cp_ul{width:100%; float:left;}
.cp_ul li{width:100%; float:left; margin-bottom:2px;}
.cp_ul li .cp_title{display:flex; max-width:906px; margin:0 auto; background:#0068b7; position:relative;}
.cp_ul li .cp_title::before{content:""; width:50px; float:left; height:50px; border-radius:50%; background-image:url(../image/cp_jiantou.png); background-position:center; background-repeat:no-repeat; background-color:#0068b7; position:absolute; left:50%; top:-32px; transform: translateX(-50%); z-index:999;}
.cp_ul li .cp_title .cp_p{width:107px; float:left; height:70px; display:flex; align-content:center; align-items:center; justify-content:center; background:#7fb3db; font-size:56px; color:#fff; border-right:2px solid #fff;}
.cp_ul li .cp_title .cp_sp{width:calc(100% - 107px);background: #0068b7; float:left; display:flex; align-content:center; align-items:center; justify-content:center; font-size:30px; color:#fff; font-weight:bold;}
.cp_ul li .cp_title .cp_sp>span{float:left; padding:0 20px; position:relative;}
.cp_ul li .cp_title .cp_sp>span::before{content:""; width:90px; float:left; height:1px; background:#fff; position:absolute; left:100%; top:50%; transform: translateY(-50%);}
.cp_ul li .cp_title .cp_sp>span::after{content:""; width:90px; float:left; height:1px; background:#fff; position:absolute; right:100%; top:50%; transform: translateY(-50%);}
.cp_ul li>a{display:block; overflow:hidden; background:#ececec; margin-top:2px; padding:20px;}
.cp_ul li>a .cp_B{width:400px; float:left; overflow:hidden; margin-right:20px;}
.cp_ul li>a .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li>a .cp_B .cp_img::before{content:"";display:block; padding-top:69.5%;}
.cp_ul li>a .cp_txt{display:block; overflow:hidden; font-size:14px; color:#343434; line-height:32px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.cp_ul li>a .cp_more{display:block; overflow:hidden; width:104px; height:38px; line-height:36px;text-align:center; border:1px solid #adadad; margin-top:25px; font-size:14px; color:#393939;}
.cp_ul li>a:hover{background:#7fb3db;}
.cp_ul li>a:hover .cp_B .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li>a:hover .cp_txt{color:#fff;}
.cp_ul li>a:hover .cp_more{border-color:#fff; color:#fff;}
.cp_ul li:first-child .cp_title::before{display:none;}
.cp_ul li:nth-child(even) .cp_title{background:#dc0100;}
.cp_ul li:nth-child(even) .cp_title .cp_p{background:#0068b7; border:none; border-left:2px solid #fff;}
.cp_ul li:nth-child(even) .cp_title::before{background-color:#0068b7; }
.cp_ul li:nth-child(even)>a:hover{background:#7fb3db;}

.cp_bottom{width:100%; float:left; display:flex; justify-content:center; overflow:hidden; padding:50px 0;}
.cp_bottom a{float:left; padding:2px 8px; font-size:16px; color:#000; margin:0 5px;}
.cp_bottom a:hover{background:#b70000; color:#fff;}
.cp_bottom a.activd{background:#b70000; color:#fff;}

.cp_imgB{width:100%; float:left;}

.cpxq_L{width:40%; float:left; border:1px solid #ddd;}
.cpxq_R{width:60%; float:right; padding-left:40px;}
.cpxq_R .xwxq_p {line-height:34px; font-size: 24px;color: #0068b7;}
.cpxq_T{width:100%; float: left; position:relative; margin:20px 0;}
.cpxq_T::before{content: ""; width:100%; float:left; height:2px; background:#ccc; position:absolute; left: 0; bottom: 0;}
.cpxq_T>span{float:left; height:50px; line-height:50px; border-bottom:2px solid #0068b7; font-size:20px; color: #0068b7;font-weight: bold; position:relative; z-index: 2;}

.mycontent{margin-top: 20px;max-width: 100%;float: left; margin:0px 200px;}
.mycontent table{max-width: 100%!important;border:1px solid #000; border-collapse:collapse;}
.mycontent table td{padding:0px 20px;vertical-align: middle;border:1px solid #000;}
.mycontent table td img{max-width: 100%; height: auto;margin:10px 30px;}
.mycontent img{max-width: 100%; height: auto!important;}

/*END-螺杆鼓风机/螺杆空压机/螺杆真空泵*/

/*新闻&案例*/
.xw{width:100%; overflow:hidden; margin-bottom:30px;}
.xw_title{display:block; overflow:hidden; line-height:60px; border-bottom:2px solid #eee;}
.xw_T{float:left; font-size:30px; color:#005b9e;}
.xw_more{float:right;}
.xw_more>a{font-size:16px; color:#000;}
.xw_more>a:hover{color:#005b9e; text-decoration:underline!important;}
.xw_contect{display:block; overflow:hidden; padding-top:30px;}
.xw_L{width:59.5%; float:left;}
.xw_up{display:block; overflow:hidden;}
.xw_up .xw_B{width:100%; overflow:hidden; border:1px solid #d7d7d7;}
.xw_up .xw_B .xw_img{width:100%; overflow:hidden; position:relative;}
.xw_up .xw_B .xw_img::before{content:""; display:block; padding-top:61.1236%;}
.xw_up .xw_p{display:block; overflow:hidden; line-height:28px; margin-top:15px; font-size:16px; color:#0068b7; text-overflow:ellipsis; white-space: nowrap;}
.xw_up .xw_sp{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#333;}
.xw_up .xw_txt{display:block; overflow:hidden; line-height:26px; font-size:14px; color:#333; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_up:hover .xw_B .xw_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

.xw_dowm{display:block; overflow:hidden; padding-top:35px;}
.xw_dowm li{display:block; overflow:hidden; border-bottom:1px dotted #b2b2b2;}
.xw_dowm li a{display:block; overflow:hidden; height:48px; line-height:48px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#333; padding-left:20px; position:relative;}
.xw_dowm li a>span{float:right; color:#000;}
.xw_dowm li a::before{content:""; width:8px; float:left; height:8px; border-radius:50%; background:#b2b2b2; position:absolute; left:0; top:50%; z-index:999; transform: translateY(-50%);}
.xw_dowm li a:hover{color:#0068b7;}

.xw_R{width:37%; float:right;}
.xw_R li{display:block; overflow:hidden; margin-bottom:15px;}
.xw_R li .xw_B{width:100%; overflow:hidden; border:1px solid #d7d7d7;}
.xw_R li .xw_B .xw_img{width:100%; overflow:hidden; position:relative;}
.xw_R li .xw_B .xw_img::before{content:""; display:block; padding-top:61.1236%;}
.xw_R li .xw_p{display:block; overflow:hidden; line-height:28px; margin-top:20px; font-size:16px; color:#0068b7; text-overflow:ellipsis; white-space: nowrap;}
.xw_R li .xw_sp{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#333;}
.xw_R li .xw_txt{display:block; overflow:hidden; line-height:26px; font-size:14px; color:#333; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_R li:hover .xw_B .xw_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

.alzs{display:block; overflow:hidden; width:1244px; padding-top:30px;}
.alzs li{width:267px; float:left; margin:0 44px 30px 0;}
.alzs li .xw_B{width:100%; overflow:hidden; border:1px solid #d7d7d7;}
.alzs li .xw_B .xw_img{width:100%; overflow:hidden; position:relative;}
.alzs li .xw_B .xw_img::before{content:""; display:block; padding-top:61.1236%;}
.alzs li .xw_p{display:block; overflow:hidden; line-height:26px; margin-top:10px; font-size:16px; color:#0068b7; text-overflow:ellipsis; white-space: nowrap;}
.alzs li .xw_sp{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#333;}
.alzs li .xw_txt{display:block; overflow:hidden; line-height:26px; height: 52px; font-size:14px; color:#333; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.alzs li .xw_M{display:block; width:92px; height:34px; line-height:32px; text-align:center; border:1px solid #b3b3b3; color:#333; font-size:14px; margin-top:15px;}
.alzs li:hover .xw_B .xw_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.alzs li:hover .xw_M{background:#0068b7; border-color:#0068b7; color:#fff;}

.knowledge_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.knowledge_ul li{width:47.5%; float:left; margin-top:30px;}
.knowledge_ul li a{display:block; overflow:hidden; background:#f2f2f2; padding:15px;}
.knowledge_ul li a .knowledge_sub{width:110px; float:left; height:110px; display:flex; align-content:center; align-items:center; justify-content:center; border:1px solid #b3b3b3; background:#fff; font-size:60px; color:#005b9e; margin-right:20px;}
.knowledge_ul li a .knowledge_p{display:block; overflow:hidden; line-height:30px; text-overflow:ellipsis; white-space: nowrap; font-size:16px; color:#0068b7;}
.knowledge_ul li a .knowledge_txt{display:block; overflow:hidden; line-height:26px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; font-size:14px; color:#333;}
.knowledge_ul li a .knowledge_sp{display:block; overflow:hidden; line-height:24px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#005b9e; background:url(../image/kn_logo.png) no-repeat left center; padding-left:20px;}
.knowledge_ul li a:hover{ background:#005b9e;}
.knowledge_ul li a:hover .knowledge_p{color:#fff;}
.knowledge_ul li a:hover .knowledge_txt{color:#fff;}
.knowledge_ul li a:hover .knowledge_sp{color:#fff;}


.xw_nav{display:block; overflow:hidden; padding-bottom:7px; margin-bottom:30px;}
.xw_nav li{width:50%; float:left; position:relative;}
.xw_nav li::before{content:""; width:0; height:0; border-top:7px solid #fff; border-left:7px solid transparent; border-right:7px solid transparent; position:absolute;left:50%; bottom:-7px; transform: translateX(-50%); transition:all 0.4s;}
.xw_nav li a{display:block; overflow:hidden; height:70px; line-height:68px; text-align:center; background:#f3f3f3; border:1px solid #d0d0d0; font-size:24px; color:#393939;}
.xw_nav li:hover a{border-color:#e00000; background:#e00000; color:#fff;}
.xw_nav li:hover::before{border-top-color:#e00000;}
.xw_nav li.xw_on a{border-color:#e00000; background:#e00000; color:#fff;}
.xw_nav li.xw_on::before{border-top-color:#e00000;}

.xw_ul{display:block; overflow:hidden; width:1220px;}
.xw_ul li{width:285px; float:left; margin:0 20px 20px 0;}
.xw_ul li .xw_B{width:100%; overflow:hidden; border:1px solid #d7d7d7;}
.xw_ul li .xw_B .xw_img{width:100%; overflow:hidden; position:relative;}
.xw_ul li .xw_B .xw_img::before{content:""; display:block; padding-top:61.1236%;}
.xw_ul li .xw_p{display:block; overflow:hidden; line-height:28px; margin-top:10px; font-size:16px; color:#0068b7; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li .xw_sp{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#333;}
.xw_ul li .xw_txt{display:block;height: 52px; overflow:hidden; line-height:26px; font-size:14px; color:#333; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.xw_ul li .xw_M{display:block; width:92px; height:34px; line-height:32px; text-align:center; border:1px solid #b3b3b3; color:#333; font-size:14px; margin-top:10px;}
.xw_ul li:hover .xw_B .xw_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li:hover .xw_M{background:#0068b7; border-color:#0068b7; color:#fff;}

.knowledge_ul1{padding:0;}

.xwxq{display:block; overflow:hidden;}
.xwxq .xw_L{width:770px;}
.xwxq .xw_R{width:380px;}
.xwxq .xw_R li .xw_p {margin-top:10px;}
.xwxq .xw_R li .xw_txt {-webkit-line-clamp:2;}
.xwxq_box{border-bottom:1px solid #e5e5e5; padding-bottom:45px;}
.xwxq_p{display:block; overflow:hidden; line-height:40px; font-size:30px; text-align:center; color:#000;}
.xwxq_sp{display:block; overflow:hidden; line-height:22px; font-size:16px; text-align:center; color:#333; padding:15px 0 5px 0; border-bottom:1px solid #e5e5e5;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#333; line-height:30px; padding:20px 0;}
.xwxq_txt img{max-width: 100%; height: auto;}
.xwxq_tj{display:block; overflow:hidden; padding-top:50px;}
.xwxq_tj_T{display:block; overflow:hidden; line-height:58px; border-bottom:1px solid #e5e5e5; font-size:24px; color:#000; padding-left:40px; background:url(../image/tj_logo.png) no-repeat 6px center;}
.xwxq_tj .xw_dowm{padding:0;}
/*END-新闻&案例*/

/*维修&售后*/
.service_title{display:block; overflow:hidden; text-align:center;}
.service_p{display:block; overflow:hidden; line-height:100px; font-family:Impact; font-size:82px; color:#eeeeee; text-transform:uppercase;}
.service_sp{display:block; overflow:hidden; width:416px; height:55px; line-height:55px; margin:-35px auto 0 auto; background:#dc0100; border-radius:20px; font-size:30px; color:#fff; position:relative; z-index:2;}
.service_form{display:block; overflow:hidden; padding-top:15px;}
.service_B{display:block; overflow:hidden; border-bottom:1px solid #bbb;}
.service_spp{width:88px; float:left; height:90px; line-height:90px; text-align:right; font-size:16px; color:#393939;}
.service_inp1{width:calc(100% - 88px); float:left; height:90px; font-size:16px; color:#000; padding:0 10px;}
.service_B1{border-left:1px solid #bbb; border-right:1px solid #bbb;}
.service_inp2{width:calc(100% - 88px); float:left; height:272px; font-size:16px; color:#000; padding:10px; border:none; outline:none;}
.service_Btn{display:flex; align-content:center; align-items:center; justify-content:space-between; padding:70px 10% 0 10%;}
.service_Btn>input{width:45%; float:left; height:52px; background:#dadada; font-size:16px; color:#000; cursor:pointer; transition:all 0.4s;}
.service_Btn>input:hover{background:#dc0100; color:#fff;}

.service_img{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding-top:70px;}
.service_img a{width:385px; float:left;}
.service_img a img{display:block; width:100%; height:auto; display:block;}
/*END-维修&售后*/
.myservice img{max-width: 100%; height: auto;}
/*关于我们*/
.company{display:block; overflow:hidden; font-size:16px; line-height:32px; color:#000;}
/*.company img{padding-bottom:20px;}*/
/*END-关于我们*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; float:left; height:400px; border:1px solid #ddd;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:16px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.pic_ul li a {padding:30px 25px;}
.cpzx {padding:40px 1% 0 1%; background: url(../image/cpzx_bj.jpg) no-repeat center 40px;}
.con {padding-top:40px;}
#tags {width:48%;}
.cpzx_left {width:48%;}
.ys{padding:0 1%;}
.ys_contect {padding:40px 0 80px 0;}
.ys_ul li:first-child a .ys_img {width:45%;}
.ys_ul li:nth-child(2) a .ys_img {width:45%;}
.ys_ul li:nth-child(3) a .ys_img {width:48%;}
.ys_ul li:nth-child(4) a .ys_img {width:45%;}
.ys_ul li:nth-child(5) a .ys_img {width:48%; margin-top:-150px;}
.ys_ul li a .ys_txtB {width:42%;}
.ys_ul li:nth-child(5) a .ys_txtB {margin-top:-10px;}

.gsjj .cpzx_title{margin:0 1%;}
.gsjj_contect {margin-top:40px; padding:0 1%;}
.gsjj_left {padding:30px 40px 30px 0;}
.pis_ul li {padding:20px;}

.sheB {padding:40px 1% 0 1%;}
.case {padding:15px 1% 0 1%;}
#tagss LI {width: 190px;}
.case_ul {width:100%;}
.case_ul li {width:31.33%; margin:25px 1% 0 1%;}

.news {padding:40px 1%;}
.news_L .news_B .news_img::before {padding-top: 68.15033%;}

.lxwm .cpzx_title{margin:0 1%;}
.lxwm_contect {padding:25px 1%;}
/*END-首页内容*/

/*螺杆鼓风机/螺杆空压机/螺杆真空泵*/
.dqwz_title{padding:0 1%;}
.dqwz_contect{padding:40px 1%;}
.cp_ul li .cp_title{max-width:85%;}
.cp_bottom{padding:40px 0;}
/*END-螺杆鼓风机/螺杆空压机/螺杆真空泵*/

/*新闻&案例*/
.alzs{width:100%;}
.alzs li{width:23%; margin:0 1% 30px 1%;}

.xw_ul{width:100%;}
.xw_ul li{width:23%; margin:0 1% 20px 1%;}

.xwxq .xw_L{width:64%;}
.xwxq .xw_R{width:34%;}
/*END-新闻&案例*/

/*维修&售后*/
.service_img a{width:31.33%;}
/*END-维修&售后*/
.mycontent{overflow:auto;width:100%; margin:0px 100px;}
}

@media (max-width:991px){
	.mycontent{overflow:auto;width:100%; margin:0px 0px;}
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%; display:flex; align-content:center; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; height:6px; float:left; margin:3px 0; display:flex; justify-content:center;}
.icon-menu span::before{content:""; width:100%; float:left; height:100%; background:#0068b7;}

.topbox{padding:0 0 0 10px; overflow:hidden;}
.headerBox{position:relative; left:0; top:0; z-index:999999999;}
.header{padding:0;}
.logo {width:100%; position:relative; padding:15px 10px;}
nav{position:relative; z-index:9999;}

.nav {display:none; width:175px; padding:1px; position:absolute; right:10px; top:0; background:rgba(5, 128, 210, 0.8);}
.nav>li{width:100%; border:none; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:auto; padding:5px;}
.nav>li>a>.nav_p {line-height:24px; font-size:14px; color:#fff;}
.nav>li>a>.nav_sp {line-height:16px; font-size:12px; color:#fff;}
.nav>li>a:hover{background:#fff; color:#0068b7;}
.nav>li>a:hover>.nav_p{color:#0068b7;}
.nav>li>a:hover>.nav_sp{color:#0068b7;}
.nav>li:nth-child(2) {width:100%;}
.nav>li:nth-child(3) {width:100%;}
.nav>li:nth-child(4) {width:100%;}
.nav>li:nth-child(6) {width:100%;}
/*END-头部+导航*/

/*首页内容*/
.pic_ul li a {padding:20px 15px;}
.pic_ul li a .pic_p {margin-top:10px; height:30px; line-height:30px; font-size:20px;}
.pic_ul li a .pic_heng {margin:10px auto;}

.cpzx {padding:30px 10px 0 10px; background: url(../image/cpzx_bj.jpg) no-repeat center 30px;}
.con {padding-top:30px;}
#tags LI A {height:80px;}
#tagContent {min-height:540px;}
.cpzx_txt {height:144px; line-height:24px; font-size:14px; -webkit-line-clamp: 6;}
.cpzx_img{padding:25px 0 0 0;}

.ys {padding: 0 10px;}
.ys_contect {padding:30px 0;}
.ys_ul li:first-child a .ys_img {width:42%;}
.ys_ul li:nth-child(2) a .ys_img {width:42%; margin-top:-40px;}
.ys_ul li:nth-child(3) a .ys_img {width:42%; margin-top:-40px;}
.ys_ul li:nth-child(4) a .ys_img {width:42%; margin-top:-100px;}
.ys_ul li:nth-child(5) a .ys_img {width:42%; margin-top:-70px;}
.ys_ul li:nth-child(5) {margin-top: 0;}
.ys_ul li:nth-child(2) a .ys_txtB {padding-top:20px;}

.gsjj .cpzx_title {margin: 0 10px;}
.gsjj_contect {margin-top:30px;padding: 0 10px;}
.gsjj_left {padding:20px 20px 20px 0;}
.gsjj_txt {line-height:24px;}
.gsjj_more {padding-top:30px;}

.pis_ul li {padding:15px;}
.pis_ul li img {margin:7px 15px 0 0;}
.pis_ul li .pis_txt {line-height:24px;}

.sheB {padding:30px 10px 0 10px;}
.sheB_ul {padding-top:30px;}
.sheB_ul li {width: 140px;}
.sheB_ul li .sheB_txt {margin-top:10px; font-size:18px;}

.case {padding:15px 10px 0 10px;}
.cons {padding-top:20px;}
#tagss LI {width: 140px;}
#tagss LI A {height:42px; line-height:42px; font-size:16px;}
.case_ul li .case_txtB {padding:10px;}
.case_ul li .case_txtB .case_txt {height:72px; line-height:24px;}

.news {padding:30px 10px;}
.news_contect {padding-top:30px;}
.news_ul {padding:15px 10px 10px 10px;}
.news_ul li {padding-bottom:10px; margin-bottom:10px;}
.news_L .news_B .news_img::before {padding-top: 59.15033%;}

.lxwm_contect {padding:25px 10px; margin-top:30px;}
.lxwm_L {width:55%;}
.lxwm_R {width:40%; padding-right:0;}
.lxwm_pp {margin-top:30px;}
/*END-首页内容*/

/*螺杆鼓风机/螺杆空压机/螺杆真空泵*/
.dqwz_title{padding:0 10px;}
.dqwz_contect{padding:30px 10px;}
.cp_bottom{padding:30px 0;}
/*END-螺杆鼓风机/螺杆空压机/螺杆真空泵*/


}

@media (max-width:767px){
.case_nav li{width: 45%;}
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:25px;}
.icon-menu span{margin:2px 0; height:3px;}
/*banner*/
.banner .banner-imgbox .swiper-slide {background-image:none !important;}
/*END-头部+导航*/

/*首页内容*/
.picBox {padding:10px;}
.pic_ul{ border-top: 1px solid #d8d8d8;border-left: 1px solid #d8d8d8;}
.pic_ul li {width:50%;border-bottom: 1px solid #d8d8d8;}
.pic_ul li:last-child {border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8;}
.pic_ul li a {padding:10px;}
.pic_ul li a .pic_p {margin-top:5px; height:24px; line-height:24px; font-size:16px;}
.pic_ul li a .pic_heng {margin:5px auto;}
.pic_ul li a .pic_txt {line-height:16px; height:32px; font-size:12px;}

.cpzx {padding:10px 10px 0 10px; background: url(../image/cpzx_bj.jpg) no-repeat center 10px;}
.cpzx_title {background: url(../image/cpzx_heng.png) no-repeat center center; background-size:200% auto;}
.cpzx_p {line-height: 30px; font-size: 20px;}
.cpzx_sp {line-height:30px; font-size:12px;}
.con {padding-top:10px;}
#tags {width:100%; position:relative; bottom:initial;}
#tags LI {width:100%; margin-bottom:5px;}
#tags LI A {height:40px; padding:0 10px;}
#tags LI A>span {font-size:16px; padding-left:40px;}
#tagContent {width:100%; float:left; min-height:initial;}
.cpzx_left {width:100%;}
.cpzx_pp {height:30px; line-height:30px; font-size:16px;}
.cpzx_img {width:100%; padding:10px 0 0 0;}

.ys {padding:10px;}
.ys_p {line-height:30px; font-size:20px;}
.ys_contect {padding:10px 0 0 0;}
.ys_ul::before {left:21px; top: 0; transform: translateX(0%);}
.ys_ul li{margin-bottom:10px;}
.ys_ul li a .ys_logo {width:42px; height:42px; border:2px solid #666; background-image: url(../image/ys_icon.png); background-size:210px 84px; left:0; transform: translateX(0%);}
.ys_ul li a .ys_txtB {width:calc(100% - 52px);}
.ys_ul li a .ys_txtB .ys_pp {line-height:30px; font-size:20px;}
.ys_ul li a .ys_txtB .ys_txt {line-height:22px; font-size:12px;}

.ys_ul li:first-child a .ys_logo {background-position:-3px -1px;}
.ys_ul li:first-child a .ys_img {width:calc(100% - 52px); float:right;}
.ys_ul li:first-child a:hover .ys_logo{background-position:-3px -43px;}

.ys_ul li:nth-child(2) a .ys_logo {background-position:-42px top;}
.ys_ul li:nth-child(2) a .ys_img {width:calc(100% - 52px); margin-top:0;}
.ys_ul li:nth-child(2) a .ys_txtB {width:calc(100% - 52px); padding-top:10px; float:right;}
.ys_ul li:nth-child(2) a:hover .ys_logo{background-position:-42px -43px;}

.ys_ul li:nth-child(3) {margin-top:0;}
.ys_ul li:nth-child(3) a .ys_logo {background-position:-86px -1px;}
.ys_ul li:nth-child(3) a .ys_img{width:calc(100% - 52px); float:right; margin:0;}
.ys_ul li:nth-child(3) a:hover .ys_logo{background-position:-86px -43px;}

.ys_ul li:nth-child(4) {margin-top:0;}
.ys_ul li:nth-child(4) a .ys_logo {background-position:-129px -4px;}
.ys_ul li:nth-child(4) a .ys_img{width:calc(100% - 52px); float:right; margin:0;}
.ys_ul li:nth-child(4) a .ys_txtB {width:calc(100% - 52px); padding-top:10px; float:right;}
.ys_ul li:nth-child(4) a:hover .ys_logo{background-position:-129px -44px;}

.ys_ul li:nth-child(5) a .ys_logo {background-position: -170px -3px;}
.ys_ul li:nth-child(5) a .ys_img{width:calc(100% - 52px); float:right; margin:0;}
.ys_ul li:nth-child(5) a .ys_txtB {width:calc(100% - 52px); padding-top:10px; float:right; margin:0;}
.ys_ul li:nth-child(5) a:hover .ys_logo{background-position:-170px -46px;}

.gsjj_contect {margin-top:10px;}
.gsjj_left {width:100%;padding:0;}
.gsjj_p {line-height:34px; font-size:18px;}
.gsjj_more {padding-top:10px;}
.gsjj_img {width:100%; margin-top:10px;}
.gsjj_img::before{content:""; display:block; padding-top:55%;}

.pisBox {margin-top:10px;}
.pis_ul li {width:100%; border-bottom:none; border-bottom: 1px solid #e5e5e5; padding:10px;}

.sheB {padding:10px;}
.sheB_p {line-height:30px; font-size: 20px;}
.sheB_sp {line-height: 24px; font-size: 14px;}
.sheB_ul {padding-top:10px;}
.sheB_ul li {width: 31.33%; margin-bottom:10px;}

.dianhua {padding:10px 0;}
.dianhua_C {width:auto; padding:0 10px;}
.dianhua_txt { font-size: 14px;}
.dianhua_txt>span {font-size:20px;}

.case {padding:10px;}
.cons {padding-top:10px;}
#tagss LI {width:31.33%; margin-top:5px;}
#tagss LI A {height:32px; line-height:32px; font-size:14px;}
.case_ul li {width:100%; margin:10px 0 0 0;}
.case_ul li .case_txtB .case_M {margin:5px auto 0 auto;}

.news {padding:10px;}
.news_contect {padding-top:10px;}
.news_L {width:100%;}
.news_L .news_p {margin-top:5px; padding-right:0;}
.news_L .news_txt {height: 72px; line-height:24px; margin-top:5px; padding-right:0;}
.news_R {width:100%; margin-top:10px;}
.news_ul {padding:10px;}
.news_ul li a {padding:0;}
.news_ul li a .news_sub {margin-right:10px;}
.news_ul li:last-child{position:relative; left:initial; margin:0; padding:0 0 10px 0;border-bottom:1px dotted #b8b8b7; border-top:initial;}

.lxwm_contect {padding:10px; margin-top:10px;}
.lxwm_R{width:100%;}
.lxwm_form {padding-top:10px;}
.lxwm_B {margin-bottom:10px;}
.lxwm_btn {margin-top:5px;}
/*END-首页内容*/

/*底部*/
footer{padding:10px; line-height:20px;}
/*END-底部*/

/*螺杆鼓风机/螺杆空压机/螺杆真空泵*/
.dqwz_title{padding:0;}
.dqwz_T{display:block; overflow:hidden; height:50px; line-height:50px; font-size:18px; background:url(../image/sj_jiantou.png) no-repeat right center #0068b7; padding-left:20px; color:#fff;}
.dqwz_contect{padding:10px;}
.cp_ul li .cp_title {max-width:100%;}
.cp_ul li .cp_title::before {display:none;}
.cp_ul li .cp_title .cp_p {width:50px; height:50px; font-size:30px;}
.cp_ul li .cp_title .cp_sp {width: calc(100% - 50px); font-size:16px;}
.cp_ul li .cp_title .cp_sp>span{padding:0 10px;}
.cp_ul li .cp_title .cp_sp>span::before {width:25px;}
.cp_ul li .cp_title .cp_sp>span::after {width:25px;}
.cp_ul li>a {padding:5px;}
.cp_ul li>a .cp_B {width:100px; margin-right:10px;}
.cp_ul li>a .cp_B .cp_img::before {padding-top:100%;}
.cp_ul li>a .cp_txt {font-size:12px; line-height:20px;}

.cp_bottom{padding:10px 0;}
.cp_bottom a {font-size:13px;}
.cpxq_R .xwxq_p{font-size: 16px; font-weight: bold;}
.cpxq_L{width:100%;}
.cpxq_R{width:100%; padding:10px 0 0 0;}
.cpxq_T{margin:10px 0;}
.mycontent{overflow:auto;width:100%; margin:0px 0px;}
.mycontent table{width: 100% !important;}
.mycontent table td{vertical-align: middle;}
.mycontent table td img{max-width: 100%!important; height: auto !important;margin:10px 10px;}

/*END-螺杆鼓风机/螺杆空压机/螺杆真空泵*/

/*新闻&案例*/
.xw {margin-bottom:10px;}
.xw_title {line-height:40px;}
.xw_T {font-size:20px;}
.xw_more>a {font-size:14px;}
.xw_contect {padding-top:10px;}
.xw_L{width:100%;}
.xw_up .xw_p {margin-top:10px;}
.xw_dowm {padding-top:10px;}
.xw_dowm li a {height:34px; line-height:34px;}
.xw_R{width:100%; padding-top:10px;}
.xw_R li .xw_p {margin-top: 10px;}

.alzs{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.alzs li{width:calc(50% - 5px); margin:0 0 10px 0;}
.alzs li .xw_M {margin-top:10px;}

.knowledge_ul li {width:100%; margin-top:10px;}
.knowledge_ul li a {padding:5px;}
.knowledge_ul li a .knowledge_sub {width:90px; height:90px; margin-right:10px;}
.knowledge_ul li a .knowledge_p {line-height:28px;}
.knowledge_ul li a .knowledge_txt {line-height:20px;}
.knowledge_ul li a .knowledge_sp {line-height:22px;}

.xw_nav {margin-bottom:10px;}
.xw_nav li a {height:40px; line-height:38px; font-size:18px;}

.xw_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.xw_ul li .xw_txt {line-height:22px;}

.xwxq .xw_L{width:100%;}
.xwxq .xw_R{width:100%;}
.xwxq_box {padding-bottom:10px;}
.xwxq_p {line-height:24px; font-size:20px;}
.xwxq_sp {font-size:12px; padding:5px 0;}
.xwxq_txt {line-height:22px; padding:10px 0;}
.xwxq_tj {padding-top:10px;}
.xwxq_tj_T {line-height:40px; font-size:18px;}
/*END-新闻&案例*/

/*维修&售后*/
.service_p{line-height:50px;font-size:30px;}
.service_sp{width:60%; height:40px; line-height:40px; margin:-15px auto 0 auto; border-radius:15px; font-size:20px;}
.service_form{padding-top:10px;}
.service_spp{width:80px; float:left; height:40px; line-height:40px; font-size:14px;;}
.service_inp1{width:calc(100% - 80px); height:40px; font-size:14px; padding:0 5px;}
.service_inp2{width:calc(100% - 80px); height:200px; font-size:14px; padding:5px;}
.service_Btn{padding:20px 5% 0 5%;}
.service_Btn>input{width:45%; height:40px; font-size:14px;}

.service_img{padding-top:10px;}
.service_img a{width:100%; float:left; margin-bottom:10px;}
/*END-维修&售后*/

/*关于我们*/
.company{font-size:14px; line-height:24px;}
.company img{/*padding-bottom:10px;*/width: 100%;}
/*END-关于我们*/

/*联系我们*/
.contact_map{height:200px;}
/*END-联系我们*/
}
/*手机底部*/
.bottom_kong{width:100%; height:62px; float:left; background:#fff;}
.bottom{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#0068b7;}
.bottom a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:2px solid #fff; font-size:12px; font-weight:normal;}
.bottom a>div{width:100%; float:left;}
.bottom a>div:first-child span{ font-size:20px;}
.bottom a:last-child{border:none;}
.bottom a:hover{background:#d20000; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #d20000;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*End*/