/* media */
/* 横屏 */
@media screen and (orientation:landscape){
}
/* 竖屏 */
@media screen and (orientation:portrait){
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width:1199px){
	/*head*/	
	.head-top .dec i{display: none;}
	.menu{width: 50px;float: right;}
  	.cd-auto-hide-header .nav-trigger {display: block; float: right; }
	.cd-auto-hide-header .nav-trigger {display: table; height: 100%; padding: 0 2.8em; text-transform: uppercase; color: #25283D; font-weight: bold; margin-top:46px;}
	.cd-auto-hide-header .nav-trigger span { display: table-cell; vertical-align: middle; }
	.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before { /* this is the menu icon */ display: block; position: relative; height: 2px; width: 30px; background-color: #25283D; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
	.cd-auto-hide-header .nav-trigger em { /* this is the menu central line */ margin: 6px auto 14px; -webkit-transition: background-color .2s; transition: background-color .2s; }
	.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after { position: absolute; content: ''; left: 0; -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }
	.cd-auto-hide-header .nav-trigger em::before { /* this is the menu icon top line */ -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }
	.cd-auto-hide-header .nav-trigger em::after { /* this is the menu icon bottom line */ -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); }
	.cd-auto-hide-header.nav-open .nav-trigger em { /* transform menu icon into a 'X' icon */ background-color: rgba(255, 255, 255, 0); }
	.cd-auto-hide-header.nav-open .nav-trigger em::before { /* rotate top line */ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	.cd-auto-hide-header.nav-open .nav-trigger em::after { /* rotate bottom line */ -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
 	.nav-open .cd-primary-nav ul, .cd-primary-nav ul:target { display: table-cell; }
	#cd-navigation{display: none; background-color: #ffffff; position: absolute; z-index: 50; left: 0; top: 101px; width: 100%; height:250px; background: rgba(0,0,0,.8);}
	.nav-open #cd-navigation{display: block;}
	.nav-open #cd-navigation li{width:33.333333%;font-size: 1.6rem; height:20px; line-height:20px;}
	.nav-open #cd-navigation li.last{}
	.cd-primary-nav > ul a { /* target primary-nav links */ display: block; height:20px; line-height:20px; padding-left: 5%; color: #25283D; font-size: 1.8rem; border-top: 1px solid #f2f2f2; }
	.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active { color: #8F3985; }
	.menu .drop-hover:hover .drop-menu{opacity: 0; overflow: hidden;}
	
	.contact-form label{display: block; text-align: left;}
	.contact-form input[type='text'] , .contact-form textarea{float: left; margin-top: 10px;}
	.contact-form input[type='submit']{margin-left: 0;}
	/*contact*/
	.contact h2{font-size: 2.8rem;}
	.map{height: auto;}
    .map .bgc ,.map .pic{display: none;}
	.map .text{padding: 30px; background: #3f92f7; width: 100%; margin-top: 0;}
	
	.about1-1 .text{padding: 3%; line-height: 1.8;}
	
	/*service*/
	.service-row1 .r{padding-top: 20%;}
	.service-row1 em{font-size: 3.2rem;}
	.service-row1 .dec:before{width: 100px;}
	.service-row1 .dec{font-size: 2rem;}
	.service-row2 h1{font-size: 3rem;}
	.service-row2 li{font-size: 1.5rem;}
	.service-row2 li:after{font-size: 6rem;}
	.service-row3 em{font-size: 3rem;}
	.service-row3 label{display: block;}
	.service-row3 input[type='text']{width: 90%; margin-top: 15px;}
	.service-row3 textarea{margin-top: 15px; width: 95%;}
	.service-row4 .list-case{overflow: hidden;}
	.service-row4 .thumb{width: 40%;}
	
	/*index*/
	.zzsc .content li figure img{max-height: 109px;}
	.index .section3 li.text , .index .section3 li.text2{line-height: 20px; font-size: 1.2rem;}
	.index .section3 li strong{font-size: 1.4rem;}
	
	.index .section5 li p{font-size: 1.2rem;}
	/*order*/
	.m-order{margin-top: 50px;}
	
	/*products*/
	.index-pro .top-menu li{width: 23%; margin-bottom: 10px;}
	.index-pro .bottom-pro > ul > li figcaption{height: 36px; overflow: hidden;}
	.index-pro .bottom-pro > ul > li figcaption a{font-size: 1.2rem; line-height: 1.5;}
	.index-pro .bottom-pro > ul > li img{width: auto; height: auto;}
  
    .sidebar .t strong:after{display:none;}
	
	/*sevice*/
	.single-service .content .cnt .f-fl , .single-service .content .cnt .f-fr{width: 100%;}
	
	/*footer*/
	.footer .footer-search input[type=text]{width: 80%;}
	.footer .footer-us .tel .l , .footer .footer-us .tel .r{width: 100%;}
	
	.p-pp{ display:none;}
	/*product list begin*/
    .p-list dl{ float:left; width:30%; height:auto; margin:10px;}

    /*product news begin*/
    .p-news dl{ float:left;width:100%; margin:18px; background:#fff;}
    .p-news dl dd.pic{float:left;width:30%;}
    .p-news dl dt{float:left;width:68%; margin-left:11px; padding:10px 6px; font-size:1.6rem; font-weight:bold; }
	
    .m-online-bt{ display:none;}	
	.img_div {position:relative; float:left;margin:15px 0 15px 9px;width:18%; height:auto;}
    .mask {position: absolute; top: 0; left: 0; width:100%; height:auto; background: rgba(101, 101, 101, 0.6); color: #ffffff;  opacity: 0;}
	.mask h3 { margin-top:80px;text-align: center; font-size:3.0rem;}
	
	.nTab .TabContent{clear:both; max-height:434px;overflow:hidden; background:#fff; display:block}
	.nTab .TabContent dl dd.pic{float:left;margin:6px 2px 0 auto;width:50%; height:100%;}
    .nTab .TabContent dl dd{float:left; margin:6px 0 3px 6px; padding:22px;width:24%; height:205px;background:#f5f5f5; line-height:24px;}
	
	.p-all dl{ float:left; margin:16px 11px;width:46%;background:#f5f5f5;}
	.p-all dl dd.info{float:left;width:41%; max-height:210px;padding:0 30px;font-size:1.5rem; line-height:1.8rem; text-align:justify; color:#999; overflow:hidden;}
	.p-all dl dd.more{float:left; margin:22px 0 0 20px;width:81px; height:26px; border:solid #CCC 1px;border-radius:5px; text-align:center; line-height:26px; }
    .p-all dl dd.chat a{float:left;margin:22px 0 0 10px;width:81px; height:26px; border:solid #F00 1px; border-radius:5px; text-align:center; line-height:26px; color:#FFF;background:#C00;}
	
	.subMenu2 { display:none;}
    .fixnav{ display:none;}
	.box-pro .pro-title .download{ display:none;}
	
	.fixedMenu{ display:none;}
}
/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width:767px){
	/*header*/
	.head .logo , .head .menu{width: 100%;}
	.head .menu li a{line-height: 1.5; padding: 10px 0; height: auto;}
  	#last-search{display: none;}
	#search-form{top: 159px;}
	
	/*product list begin*/
.p-list{ margin:40px auto;}
.p-list dl{ float:left; width:30%; height:auto; margin:10px;}
.p-list dl dd{ float:left; width:100%;}
.p-list dl dt{ float:left; width:100%;text-align:center; height:36px; line-height:36px;}

/*product news begin*/
.p-news{margin:10px auto; clear:both;}
.p-news-bt{ width:100%; height:60px; line-height:60px; text-align:center; font-size:3.6rem; font-weight:500; background:url(../img/bt_bg.gif) center bottom no-repeat;}
.p-news-bg{ margin:5px auto; background: #EFEFEF; height:auto; padding:26px 0;}
.p-news dl{ float:left;width:100%; margin:18px 0; background:#fff;}
.p-news dl dd.pic{float:left;width:100%;}
.p-news dl dt{float:left;width:100%; margin-left:11px; padding:10px 6px; font-size:1.6rem; font-weight:bold; }
.p-news dl dt a{color:#333;}
.p-news dl dd.info{float:left;width:100%;margin-left:11px; padding:4px 6px; font-size:1.4rem; color:#999;}
	
.p-pp{ display:none;}
	
.p-nav dl dd{ float:left; width:18%; text-align:center;;}
.p-news dl{ float:left;width:100%; margin:18px; background:#fff;}
.p-list dl{ float:left; width:42%; height:auto; margin:20px;}
.p-pp-case dl{ float:left; width:50%; margin-top:20px;}
	
	
	.nTab .TabTitle1 li{float:left;cursor:pointer;padding:40px 0;height:12px;line-height:12px;text-align:center;width:32%;background:#f5f5f5; border-right: solid #FFF 1px;border-bottom:solid #f5f5f5 2px;}
	
	.p-all dl{ float:left; margin:16px 11px;width:100%;background:#f5f5f5;}
	.p-all dl dd.info{float:left;width:41%; max-height:210px;padding:0 30px;font-size:1.5rem; line-height:1.8rem; text-align:justify; color:#999; overflow:hidden;}
	.img_div {position:relative; float:left;margin:15px 0 15px 9px;width:30%; height:auto;}
    .mask {position: absolute; top: 0; left: 0; width:100%; height:100%; background: rgba(101, 101, 101, 0.6); color: #ffffff;  opacity: 0;}
	.mask h3 { margin-top:80px;text-align: center; font-size:3.0rem;}
	.nTab .TabContent dl dd.pic{float:left;margin:6px 2px 0 auto;width:100%; height:100%;}
    .nTab .TabContent dl dd{float:left; margin:6px 0 3px 6px; padding:22px;width:48%; height:205px;background:#f5f5f5; line-height:24px;}
	
	/*artile-valve*/
	.valve .img{width: 100%;}
    .valve .tt{width: 100%;}
	.valve-nav{ display:none;}
	.valve-nav li{float: left; width: 33%; position: relative;}
	.wrap-valves h1{font-size: 2.4rem;}
	.wrap-valves .tt .r{width: 100%;}
	.wrap-valves .tt li{font-size: 1.4rem;}
	.valves .box a{font-size: 1.2rem; line-height: 28px; height: 28px;}
	.wrap-valve4{padding-bottom: 30px;}
	.wrap-valve4 li{float: left; margin-left: 2.3333%; width:100%;}
	.wrap-valve5 li{float: left; width: 49%; margin-left: 1%;}
	
	.wrap-valve6 .dec{padding-left: 10px;}
    .wrap-valve6 .form-row{width:100%;}
    .wrap-valve6 label{font-size: 1.6rem; width: 25%; display: inline-block; margin-right: 1%; text-align: right; vertical-align: middle;}
    .form-area label{width:25%; vertical-align: top; height: 50px;}
    .form-area textarea{width:70%; padding: 5px 10px;  font-size: 1.6rem; }
    .wrap-valve6 .form-row input{width: 70%; height: 50px; line-height: 50px; font-size: 1.6rem; padding: 5px; color: #333; }
	
	.subMenu2 { display:none;}
    .fixnav{ display:none;}
	.box-pro .pro-title .download{ display:none;}
	.article-pro .subNavBtn {height: 50px; line-height: 30px; float: left; text-decoration: none;font-size: 12px;width: 16.566666666667%; margin-left: 0.1%; text-align: center;color: #444; background: #EFEFEF; padding: 10px 0;}
    .fixedMenu{ display:none;}
	
	/*index*/
	.zzsc .tab a{width: 25%;}
	.zzsc .content li figure img{max-height: 112px;}
	.zzsc .content li figure:last-of-type{display: none;}
	.zzsc .content li figure:nth-last-child(2){border-right: 1px solid #ddd;}
	.zzsc .content li figure{width: 25%;}	
	.index .section2 figure{max-height: 160px; overflow: hidden;}
	.index .section2 li{width: 48%;}
	.index .section3 li{width: 50%; margin-top: 1px;}
	.index .section3 li img{width: 100%;}
	.index .section3 li.text, .index .section3 li.text2{font-size: 1.4rem; line-height: 24px;}
	.index .section4 .news.f-fl , .index .section4 .special.f-fr{width: 100%;}
	.index .section5 li p{display: none;}
	
	/*order*/
	.m-online li{width: 50%;}
	
	/*about*/
	.single-about .head{height: auto;}
	.single-about .top{padding: 0;}
	.single-about .head .f-fl , .single-about .head .f-fr {width: 100%;}
	
	/*footer*/
	.footer .footer-nav dt a{font-size: 1.6rem;}
	.footer .footer-us .tel .l{margin-bottom: 10px;}
	.footer .footer-us .tel span{font-size: 1.6rem;}
	.footer .footer-qr{display: none;}
	.footer .footer-search input[type=submit]{width: 19%;}
  
  /*index-pro*/
  .sidebar .side-nav a:after{display: none;}
  .sidebar .t strong{font-size: 2rem;}
  .sidebar .t span{font-size: 1.3rem;}
  .side-tell b{font-size: 1.6rem;}
  
  
  /*about*/
	.about1 h2 , .about h2{font-size: 2.8rem;}
	.about1-1 .text{width: 100%;}
	.about1-1 .img{display: none;}
	.about1-2 .text{position: static; width: 100%; padding: 15px;}
	.about-test{padding-top: 30px; margin-top: 30px;}
	.about-word{padding: 30px 0;}
	.about-word .thumb, .about-word .text{width: 100%;}
	.about-word .thumb{text-align: center;}
	.about-word .text{margin-top: 30px;}
	
	.fixedMenu{ display:none;}
	/*index-news*/
	.index-news .row1 .l, .index-news .row1 .r{width: 100%;}
	.index-news .row1 .l{margin-bottom: 30px;}
	.index-news .row2 ul{margin-left: 0;}
	.index-news .row2 li{width: 100%; margin-left: 0; margin-bottom: 15px;}
	.index-news time{display: none;}
	.index-news h3{font-size: 1.5rem;}
	.index-news .row3 p{font-size: 1.3rem;}
	.index-news .row3{padding-bottom: 30px;}

}



/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width:639px){
	/*head*/
	.head{height: 67px;}
	.head .logo, .head .menu{width: 50%;}
	.head .logo a {font-size: 2.2rem; font-weight: 600; color: #333;}
	.head .logo img{height: 50px;}
	.head .logo{text-align: left;}
	
	.hamburger{display: inline-block; float: right; padding: 10px;}
	.hamburger-box{width: 30px; }
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{height: 2px; width: 30px;}
	.head .menu ul{position: absolute; left: 0; right: 0; top: 67px; display: none; z-index: 99; background: rgba(0,0,0,.8);}
	.head .menu ul li{display: block; width: 100%;}
	.head .menu ul li#last-search{display: none;}
	.head .menu ul li a{color: #fff;}
	
	.g-mt30{margin-top: 15px;}
	.g-mt90{margin-top: 30px;}
	.g-pb30{padding-bottom: 15px;}
	.map{ height:200px;}
    .map .bgc{background-color: #3f92f7; width:100%; height:200px; position: absolute; left: 0; top: 0; z-index: -1;}
	.map p{font-size: 1.6rem;}
	.map .pic{ width:100%; margin-top:50px; margin-bottom:30px;}
	.contact .tt p{font-size: 1.4rem; text-align: left;}
	.contact-form .w50 , .contact-form input[type='text'], .contact-form textarea{width: 100%;}
	.contact-form input[type='submit']{width: 50%;}
	.contact-form input[type='reset']{width: 40%;}
	.contact-form .btn input{font-size: 1.6rem; line-height: 35px;}
	
	/*about*/
	.about-test{padding-bottom: 60px;}
	.about-test li:after{display: none;}
	.about-test li{width: 97%; margin-bottom: 15px;}
	.about-info{padding: 30px 0;}
	.about-info span{font-size: 4rem;}
	
	/*service*/
	.service-row1{background: none; color: #333; height: auto;}
	.service-row1 .l, .service-row1 .r{width: 100%;}
	.service-row1 .dec:before{background: #333;}
	.service-row1 .text{margin-top: 25px;}
	.service-row1 .r{padding-top: 0;}
	.service-row2 h1+p{margin-top: 25px;}
	.service-row2 li{width: 46.66666%; height: 270px; margin-top: 15px;}
	.service-row3 .w50{width: 100%;}
	.service-row3 .w50:nth-child(2){margin-top: 15px;}
	.service-row3 textarea{height: 100px;}
	.service-row4 .list-case{width: 100%;}
	.service-row4 .thumb{display: none;}
	
	/*index*/
	.zzsc .content li figure{width: 50%;margin-top: -1px;}
	.zzsc .content li figure:nth-child(2){border-right: 1px solid #ddd;}
	.index .section3 li.text, .index .section3 li.text2{font-size: 1.2rem; line-height: 1.5;}
  .index .section5 li strong a{font-size: 1.3rem;}
	
	/*products*/
	.crm{margin-top: 15px; margin-bottom: 15px;}
	.index-pro .bottom-pro{margin-top: 30px;}
  #pro-nav{width: 100%; height: auto;}
  .index-pro .bottom-pro ul ul li , .index-pro .bottom-pro > ul > li{width: 31.3333%}
  .index-pro .bottom-pro > ul > li figcaption a{height: 36px; overflow: hidden;}
  .nTab .TabContent{clear:both; max-height:644px;overflow:hidden; background:#fff; display:block}
  .fixedMenu{ display:none;}
  	
	.i-pro .section{width: 68%;}
	.i-pro .section h3{height: 36px; overflow: hidden;}
	.i-pro .section h3 a{font-size: 1.2rem; line-height: 1.5;}
	.i-pro .sidebar{width: 30%;}
	.i-pro .section li{width: 47.6666%;}
	.i-pro .row .t{padding-left: 0;}
	.i-pro .row .more{font-size: 1.2rem;}
	.i-pro .row h2{font-size: 1.6rem; }
	.sidebar .side-nav li ul{padding-left: 0;}
	.sidebar .t strong{font-size: 1.8rem;}
	.sidebar .t span{display: none;}
	.i-pro .row6 a{font-size: 2rem;}
	
	.m-order{margin-top: 30px;}
	.m-order p{padding: 0;}
	.m-online{padding: 20px 0; margin-bottom: 30px;}
	.box-pro .pro-title .online{padding-bottom: 50px;}
	.article-pro .subMenu{display: none;}
	
	/*article-pro*/
	.box-pro .pro-img{width: 100%;}
	.box-pro .pro-title{width: 100%;}
    .box-pro .pro-title h2{font-size: 2rem;}
    .box-pro .pro-title p{line-height: 1.5; font-size: 1.2rem;}
    .box-pro .pro-title .online a.chat{margin-bottom: 5px;}
    .article-pro .section h3{font-size: 1.8rem;}
    .inner{padding: 15px 0}
    .article-pro .s4 li , .article-pro .s5 li{width: 48%; margin-bottom: 10px;}
	
	/*solution*/
    .list-solution .content li h3 a{font-size: 1.4rem;}
    .list-solution .content ul{margin-top:0;}
	.list-solution .content li figure img , .list-solution .content li figcaption{height: auto;}
	.list-solution .content li figure img{max-height: 120px;}
	.list-solution .content li figcaption{max-height: 140px; font-size: 1.2rem; line-height: 1.5;}
	
	/*about*/
    .single-about .top h2 , .single-service .content h2, .list-solution h2{font-size: 2rem;}
	.single-about .top ul li{width: 31.3333%; margin-bottom: 10px;}
	.single-about .top ul li a{font-size: 1.4rem;}
	.single-about .customer{margin-top: 0;}	
	.single-about .customer ul{margin-top: 30px;}
	.single-about .customer li{width: 48%;}
	.single-about .customer li:nth-of-type(3){display: none;}

	
	/*news*/
	.list-news .news-nav ul{padding: 0;}
	.list-news .special .f-fl , .list-news .special .f-fr{width: 100%; height: auto;}
	.list-news .special .f-fr a.more{display: none;}
  .article-news .top h2{font-size: 1.8rem;}	
  .article-news .top p{font-size: 1.2rem;}
	
	/*footer*/
	.footer .footer-nav{display: none;}
	.footer .footer-us{width: 100%;}
	
	.fixedMenu{ display:none;}
	/*index-news*/
	.index-news h1, .index-news h2{font-weight: normal;font-size: 2rem;}
	.index-news .list-item p , .index-news .row2 li p{font-size: 1.3rem;}
	.index-news .row3 h1+div{margin-left: 0;}
	.index-news .row3 figure{width: 100%; margin-left: 0; margin-bottom: 15px;}
	.index-news .more{padding: 8px 30px;}
}
/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width:479px){
	.header .top .f-fl , .side-tell{display: none;}
	.head .logo{width: 70%;}
	.head .logo{margin-top:8px;}
	.head .menu{width: 30%;}
	.i-pro .sidebar , .i-pro .section{width: 100%;}
	.sidebar .side-nav ul ul li{display: inline-block;}
	.m-online li a i{font-size: 2rem;}
	.footer-b p{width: 100%; text-align: center;}
	.footer .footer-b a{float: none;}
	.footer .footer-us .tel .l, .footer .footer-us .tel .r{width: 50%;}
	
/*product nav begin*/
.p-nav{background: #FAFAFA;}
.p-nav dl{ width:100%; background:#F8F8F8; border-bottom:dashed #CCCCCC 1px; height:40px; line-height:40px; clear:both;}
.p-nav dl.last{ border-bottom:none;clear:both; }
.p-nav dl dt{ float:left; font-size:1.6rem; font-weight:bolder;padding:0 10px;}
.p-nav dl dd{ float:left; width:33%; text-align:center;}
.p-nav dl dd a{}
.p-nav dl dd a:hover{background:#C00; color:#FFF; display:block;}
/*product nav end*/

/*product list begin*/
.p-list{ margin:40px auto;}
.p-list dl{ float:left; width:42%; height:auto; margin:10px;}
.p-list dl dd{ float:left; width:100%;}
.p-list dl dt{ float:left; width:100%;text-align:center; height:36px; line-height:36px;}

/*product news begin*/
.p-news{margin:10px auto; clear:both;}
.p-news-bt{ width:100%; height:60px; line-height:60px; text-align:center; font-size:3.6rem; font-weight:500; background:url(../img/bt_bg.gif) center bottom no-repeat;}
.p-news-bg{ margin:5px auto; background: #EFEFEF; height:auto; padding:26px 0;}
.p-news dl{ float:left;width:100%; margin:18px 0; background:#fff;}
.p-news dl dd.pic{float:left;width:100%;}
.p-news dl dt{float:left;width:100%; margin-left:11px; padding:10px 6px; font-size:1.6rem; font-weight:bold; }
.p-news dl dt a{color:#333;}
.p-news dl dd.info{float:left;width:100%;margin-left:11px; padding:4px 6px; font-size:1.4rem; color:#999;}
	

	
	.p-pp{ display:none;}
	.m-online-bt{ display:none;}
	
	.img_div {position:relative; float:left;margin:15px 0 15px 9px;width:46%; height:auto;}
    .mask {position: absolute; top: 0; left: 0; width:100%; height:auto; background: rgba(101, 101, 101, 0.6); color: #ffffff;  opacity: 0;}
	.mask h3 { margin-top:80px;text-align: center; font-size:3.0rem;}
	
	.nTab .TabContent{clear:both; max-height:644px;overflow:hidden; background:#fff; display:block}
	.nTab .TabContent dl dd.pic{float:left;margin:6px 2px 0 auto;width:100%; height:100%;}
    .nTab .TabContent dl dd{float:left; margin:6px 0 3px 6px; padding:12px;width:47.8%; height:205px;background:#f5f5f5; line-height:24px; overflow:hidden;}
	
	.subMenu2 { display:none;}
    .fixnav{ display:none;}
	.article-pro .subNavBtn { display:none;}
	.fixedMenu{ display:none;}
	
	/*artile-valve*/
	.valve .img{width: 100%;}
    .valve .tt{width: 100%;}
	.valve-nav{ display:none;}
	.valve-nav li{float: left; width: 33%; position: relative;}
	.wrap-valves .tt .r{width: 100%;}
	.wrap-valves .tt li{font-size: 1.4rem;}
	.valve .btn a{font-size: 1.6rem; height: 40px; line-height: 40px; padding: 0 10px;}
	.valves .box a{font-size: 1.2rem; line-height: 28px; height: 28px;}
	.wrap-valve4{padding-bottom: 20px;}
	.wrap-valve4 li{float: left; margin-left: 2.3333%; width:100%;}
	.wrap-valve5 li{float: left; width: 49%; margin-left: 1%;}
	
	.wrap-valve6 .dec{font-size: 1.4rem; padding-left: 10px;}
    .wrap-valve6 .form-row{width:100%;}
    .wrap-valve6 label{font-size: 1.4rem; width: 25%; display: inline-block; margin-right: 1%; text-align: right; vertical-align: middle;}
    .form-area label{width:25%; vertical-align: top; height:30px;}
    .form-area textarea{width:70%; padding: 5px 8px;  font-size: 1.6rem; }
    .wrap-valve6 .form-row input{width: 70%; height: 50px; line-height: 50px; font-size: 1.6rem; padding: 5px; color: #333; }
    .wrap-valve6 .btn{margin-left:6.5%;}
    .wrap-valve6 .btn input{border: none; line-height: 44px; font-size: 1.6rem; padding: 0 40px;}
	
	
	
	.p-all dl{ float:left; margin:16px 11px;width:100%;background:#f5f5f5;}
	.p-all dl dt{float:left;padding:30px 0 10px 30px; width:100%;background:#f5f5f5; font-size:2.0rem; font-weight:500;}
    .p-all dl dd.pic{ float:left; width:100%;background:#fafafa;}
	.p-all dl dd.info{display:none;}
	.p-all dl dd.more{float:left; margin:22px 0 0 20px;width:81px; height:26px; border:solid #CCC 1px;border-radius:5px; text-align:center; line-height:26px; }
    .p-all dl dd.chat a{float:left;margin:22px 0 0 10px;width:81px; height:26px; border:solid #F00 1px; border-radius:5px; text-align:center; line-height:26px; color:#FFF;background:#C00;}
	
	.box-pro .pro-title .online a.chat{background: #ff3f3c; color: #fff; margin-right: 10px; width: 110px;}
    .box-pro .pro-title .online a.tel{background: #424355; color: #fff; width: 170px;}
	
	.fixedMenu{ display:none;}
}
/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped){
}
/* 打印 */
@media print{
}
/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped){
}
/* 打印 */
@media print{
}