.product-list-page .web .banner{
	height: 299px;
	line-height: 299px;
	background-repeat: repeat;
	background-image: url(../images/bg_blue.png);
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.product-list-page .web .nav{
	background-color: #fff;
	text-align: center;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.product-list-page .web .nav table{
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
}
.product-list-page .web .nav table td{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 290px;
}
.product-list-page .web .nav a{
	display: block;
	font-size: 18px;
	color: #444;
}
.product-list-page .mobile .banner{
	height: 150px;
	line-height: 150px;
	background-color: #0190dc;
	font-size: 3rem;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.product-list-page .mobile .nav{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	color: #444;
	background-color: #ffd900;
}
/*净化器列表*/
.product-list-page.product-01 .web .frame-box{
	background-color: #fafafa;
	padding: 30px 0 50px;
}
.product-list-page.product-01 .web .frame-box .content-box{
	width: 1600px;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 auto 30px;
	position: relative;
}
.product-list-page.product-01 .web .frame-box .content-box:last-child{
	 margin-bottom: 0;
}
.product-list-page.product-01 .web .frame-box .content-box img{
	width: 100%;
}
.product-list-page.product-01 .mobile .frame-box{
	background-color: #fafafa;
	padding-top: 40px;
}
.product-list-page.product-01 .mobile .frame-box .content-box{
	width: 93.75%;
	margin: 0 auto 40px;
	text-align: center;
}
.product-list-page.product-01 .mobile .frame-box .content-box img{
	width: 100%;
	border: 1px solid #f6f6f6;
	margin-top: 35px;
}
.product-list-page.product-01 .mobile .frame-box .content-box h3{
	font-size: 1.8rem;
	color: #0091db;
	margin-bottom: 9px;
	font-weight: normal;
}
.product-list-page.product-01 .mobile .frame-box .content-box h4{
	font-size: 2.4rem;
	color: #414141;
	margin-bottom: 10px;
	font-weight: normal;
}
.product-list-page.product-01 .mobile .frame-box .content-box p{
	font-size: 1.1rem;
	color: #7d7d7d;
	line-height: 20px;
	font-weight: lighter;
	text-align: center;
	width: 83%;
	margin: 0 auto 10px;
}
.product-list-page.product-01 .mobile .frame-box .content-box a{
	font-size: 1.1rem;
	color: #0091db;
	font-weight: bold;
}
/*服务体验产品*/
.product-list-page.product-02 .nicescroll-rails{
	border-radius: 4px;
}
.product-list-page.product-02 .web .content-box .img-box{
	width: 60%;
	float: right;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.product-list-page.product-02 .web .content-box .img-box img{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.product-list-page.product-02 .web .content-box .text-box{
	width: 40%;
	float: left;
	background-color: #0091db;
	text-align: center;
	height: 700px;
}
.product-list-page.product-02 .web .content-box:nth-child(even) .text-box{
	float: right;
}
.product-list-page.product-02 .web .content-box:nth-child(even) .img-box{
	float: left;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box{
	line-height: 1;
	width: 79%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	overflow-y: scroll;
	max-height: 84%;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box h3{
	font-size: 28px;
	color: #fff;
	font-weight: lighter;
	line-height: 46px;
	margin-bottom: 20px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box .price{
	font-size: 12px;
	color: #fff;
	margin-bottom: 30px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box .price b{
	font-size: 14px;
	font-weight: bold;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box .price span{
	font-family: Arial;
	font-size: 24px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box p{
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	line-height: 26px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box p b{
	font-weight: bold;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box p.tip{
	margin-bottom: 23px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box a{
	display: block;
	width: 130px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box a:hover{
	color: #0091db;
	background-color: #fff;
}
.product-list-page.product-02 .web .content-box .text-box .middle-box a img{
	vertical-align: middle;
	margin-right: 9px;
}
.product-list-page.product-02 .mobile .content-box .img-box img{
	width: 100%;
}
.product-list-page.product-02 .mobile .content-box .text-box{
	background-color: #0091db;
	padding: 37px 8% 50px;
}
.product-list-page.product-02 .mobile .content-box .text-box h3{
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 17px;
}
.product-list-page.product-02 .mobile .content-box .text-box .price{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 30px;
}
.product-list-page.product-02 .mobile .content-box .text-box .price b{
	font-size: 1.1rem;
	font-weight: bold;
}
.product-list-page.product-02 .mobile .content-box .text-box .price span{
	font-family: Arial;
	font-size: 1.8rem;
}
.product-list-page.product-02 .mobile .content-box .text-box p{
	font-size: 1.1rem;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
}
.product-list-page.product-02 .mobile .content-box .text-box p b{
	font-weight: bold;
}
.product-list-page.product-02 .mobile .content-box .text-box p.tip{
	margin-bottom: 10px;
}
.product-list-page.product-02 .mobile .content-box .text-box a{
	display: block;
	width: 78px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
}
.product-list-page.product-02 .mobile .content-box .text-box a img{
	vertical-align: middle;
	margin-right: 5px;
	height: 9px;
}
/*配件产品*/
.product-list-page.product-03 .web .tab-control{
	background-color: #f6f7f9;
	height: 200px;
	line-height: 200px;
	text-align: center;
}
.product-list-page.product-03 .web .tab-control a{
	display: inline-block;
	width: 210px;
	height: 55px;
	line-height: 51px;
	border: 2px solid #dcdcdc;
	border-radius: 27px;
	margin: 0 15px;
	font-size: 18px;
	color: #999;
	font-family: Arial;
	overflow: hidden;
	vertical-align: middle;
}
.product-list-page.product-03 .web .tab-control a.active,.product-list-page.product-03 .web .tab-control a:hover{
	border: 2px solid #0091db;
	background-color: #0091db;
	color: #fff;
}
.product-list-page.product-03 .web .tab-content{
	display: none;
}
.product-list-page.product-03 .web .tab-content.active{
	display: block;
}
.product-list-page.product-03 .web .tab-content h3{
	font-size: 30px;
	color: #323237;
	font-weight: lighter;
	margin-bottom: 22px;
}
.product-list-page.product-03 .web .tab-content p{
	font-size: 14px;
	color: #585858;
	line-height: 28px;
	text-align: left;
	margin-bottom: 10px;
}
.product-list-page.product-03 .web .tab-content p.last{
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: bold;
}
.product-list-page.product-03 .web .tab-content p.last b{
	font-size: 14px;
}
.product-list-page.product-03 .web .tab-content p.last span{
	font-size: 14px;
}
.product-list-page.product-03 .web .tab-content p b{
	font-size: 18px;
	font-weight: bold;
}
.product-list-page.product-03 .web .tab-content p span{
	font-weight: bold;
}
.product-list-page.product-03 .web .tab-content a{
	display: block;
	width: 130px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #b5b5b5;
	text-align: center;
	color: #585858;
	font-size: 14px;
}
.product-list-page.product-03 .web .tab-content a span{
	vertical-align: middle;
	margin-right: 9px;
	display: inline-block;
	width: 17px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_icon1.png);
}
.product-list-page.product-03 .web .tab-content a:hover{
	border: 1px solid #0091db;
	color: #fff;
	background-color: #0091db;
}
.product-list-page.product-03 .web .tab-content a:hover span{
	background-image: url(../images/header_right_tianmao1.png);
}
.product-list-page.product-03 .web .tab-content .text-box{
	display: inline-block;
	text-align: left;
	width: 47%;
	line-height: 1;
	vertical-align: middle;
}
.product-list-page.product-03 .web .tab-content .sec1{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_img1.jpg);
	background-position: center center;
	background-size: auto 100%;
}
.product-list-page.product-03 .web .tab-content .sec1 .inner{
	text-align: right;
	height: 530px;
	line-height: 530px;
}
.product-list-page.product-03 .web .tab-content .sec2{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_img2.jpg);
	background-position: center center;
	background-size: auto 100%;
}
.product-list-page.product-03 .web .tab-content.content2 .sec2{
	background-image: url(../images/product_list_03_img5.jpg);
}
.product-list-page.product-03 .web .tab-content .sec2 .inner{
	text-align: left;
	height: 640px;
	line-height: 640px;
}
.product-list-page.product-03 .web .tab-content .sec3{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_img3.jpg);
	background-position: center center;
	background-size: auto 100%;
}
.product-list-page.product-03 .web .tab-content .sec3 .inner{
	text-align: left;
	height: 613px;
	line-height: 613px;
}
.product-list-page.product-03 .web .tab-content .sec3 h3,.product-list-page.product-03 .web .tab-content .sec3 p,.product-list-page.product-03 .web .tab-content .sec3 a{
	color: #fff;
}
.product-list-page.product-03 .web .tab-content .sec3 a{
	border: 1px solid #fff;
}
.product-list-page.product-03 .web .tab-content .sec3 a span{
	background-image: url(../images/header_right_tianmao1.png);
}
.product-list-page.product-03 .web .tab-content .sec3 a:hover{
	background-color: #fff;
	color: #0091db;
}
.product-list-page.product-03 .web .tab-content .sec3 a:hover span{
	background-image: url(../images/header_right_tianmao4.png);
}
.product-list-page.product-03 .web .tab-content .sec4{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_img4.jpg);
	background-position: center center;
	background-size: auto 100%;
}
.product-list-page.product-03 .web .tab-content .sec4 .inner{
	text-align: right;
	height: 650px;
	line-height: 650px;
}
.product-list-page.product-03 .web .qudao{
	padding-top: 80px;
	height: 362px;
}
.product-list-page.product-03 .web .qudao h3{
	font-size: 30px;
	color: #313131;
	font-weight: lighter;
	margin-bottom: 50px;
	text-align: center;
}
.product-list-page.product-03 .web .qudao li{
	width: 33%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.product-list-page.product-03 .web .qudao li img{
	margin-bottom: 14px;
}
.product-list-page.product-03 .web .qudao li p{
	font-size: 14px;
	color: #9f9f9f;
	line-height: 24px;
	text-align: center;
}
.product-list-page.product-03 .web .qudao li a{
	color: #4c4c4c;
}
.product-list-page.product-03 .web .qudao li p b{
	color: #4c4c4c;
	font-weight: normal;
}
.product-list-page.product-03 .mobile .tab-control{
	background-color: #f6f7f9;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.product-list-page.product-03 .mobile .tab-control a{
	display: inline-block;
	width: 134px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #dcdcdc;
	border-radius: 18px;
	margin: 0 5px;
	font-size: 1.2rem;
	color: #999;
	font-family: Arial;
	overflow: hidden;
	vertical-align: middle;
}
.product-list-page.product-03 .mobile .tab-control a.active,.product-list-page.product-03 .mobile .tab-control a:hover{
	border: 1px solid #0091db;
	background-color: #0091db;
	color: #fff;
}
.product-list-page.product-03 .mobile .tab-content{
	display: none;
}
.product-list-page.product-03 .mobile .tab-content.active{
	display: block;
}
.product-list-page.product-03 .mobile .tab-content h3{
	font-size: 1.8rem;
	color: #323237;
	font-weight: lighter;
	margin-bottom: 9px;
}
.product-list-page.product-03 .mobile .tab-content p{
	font-size: 1.1rem;
	color: #585858;
	line-height: 20px;
	margin-bottom: 5px;
}
.product-list-page.product-03 .mobile .tab-content p.last{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4rem;
}
.product-list-page.product-03 .mobile .tab-content p b{
	font-size: 1.1rem;
	font-weight: bold;
}

.product-list-page.product-03 .mobile .tab-content p span{
	font-weight: bold;
	font-size: 1.1rem;
}
.product-list-page.product-03 .mobile .tab-content a{
	display: block;
	width: 78px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #b5b5b5;
	text-align: center;
	color: #585858;
	font-size: 1rem;
}
.product-list-page.product-03 .mobile .tab-content a img{
	vertical-align: middle;
	margin-right: 5px;
	height: 9px;
}
.product-list-page.product-03 .mobile .tab-content .text-box{
	width: 85%;
	margin: 0 auto;
}
.product-list-page.product-03 .mobile .tab-content .sec1{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_m_img1.jpg);
	background-position: center top;
	background-size: 100% auto;
}
.product-list-page.product-03 .mobile .tab-content .sec1 .inner{
	padding-top: 220px;
	height: 500px;
}
.product-list-page.product-03 .mobile .tab-content .sec2{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_m_img2.jpg);
	background-position: center top;
	background-size: 100% auto;
}
.product-list-page.product-03 .mobile .tab-content.content2 .sec2{
	background-image: url(../images/product_list_03_m_img5.jpg);
}
.product-list-page.product-03 .mobile .tab-content .sec2 .inner{
	padding-top: 150px;
	height: 500px;
}
.product-list-page.product-03 .mobile .tab-content .sec3{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_m_img3.jpg);
	background-position: center top;
	background-size: 100% auto;
}
.product-list-page.product-03 .mobile .tab-content .sec3 .inner{
	padding-top: 35px;
	height: 500px;
}
.product-list-page.product-03 .mobile .tab-content .sec3 h3,.product-list-page.product-03 .mobile .tab-content .sec3 p,.product-list-page.product-03 .mobile .tab-content .sec3 a{
	color: #fff;
}
.product-list-page.product-03 .mobile .tab-content .sec3 a{
	border: 1px solid #fff;
}
.product-list-page.product-03 .mobile .tab-content .sec4{
	background-repeat: no-repeat;
	background-image: url(../images/product_list_03_m_img4.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-color: #f7f7f7;
}
.product-list-page.product-03 .mobile .tab-content .sec4 .inner{
	padding-top: 355px;
	height: 740px;
}
.product-list-page.product-03 .mobile .qudao{
	padding-top: 40px;
	height: 286px;
}
.product-list-page.product-03 .mobile .qudao h3{
	font-size: 1.8rem;
	color: #313131;
	font-weight: lighter;
	margin-bottom: 20px;
	text-align: center;
}
.product-list-page.product-03 .mobile .qudao ul{
	width: 85%;
	margin: 0 auto;
}
.product-list-page.product-03 .mobile .qudao li{
	margin-bottom: 22px;
}
.product-list-page.product-03 .mobile .qudao li img{
	margin-right: 14px;
	height: 27px;
	vertical-align: middle;
}
.product-list-page.product-03 .mobile .qudao li p{
	font-size: 1.2rem;
	color: #9f9f9f;
	line-height: 15px;
	width: 82%;
	display: inline-block;
	vertical-align: middle;
}
.product-list-page.product-03 .mobile .qudao li p a{
	color: #4c4c4c;
}
.product-list-page.product-03 .mobile .qudao li p b{
	color: #4c4c4c;
	font-weight: normal;
}
@media only screen and (max-width:870px){
	.product-list-page .web .nav td{
		width: 33.3%;
	}
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:414px){
	.product-list-page.product-03 .mobile .tab-content.content1 .sec2 .inner{
		height: 400px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec2 .inner{
		height: 600px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec4 .inner{
		height: 900px;
	}
	.product-list-page.product-03 .mobile .tab-content .sec3 .inner{
		padding-top: 70px;
	}
	.product-list-page.product-03 .mobile .tab-content .sec4 .inner{
		padding-top: 450px;
		height: 800px;
	}
}
@media only screen and (max-width:375px){
	.product-list-page.product-03 .mobile .tab-content.content1 .sec2 .inner{
		height: 400px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec2 .inner{
		height: 585px;
		padding-top: 140px;
	}
	.product-list-page.product-03 .mobile .tab-content .sec4 .inner{
		padding-top: 400px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec4 .inner{
		height: 850px;
	}
}
@media only screen and (max-width:320px){
	.product-list-page.product-03 .mobile .tab-content.content1 .sec2 .inner{
		height: 430px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec2 .inner{
		height: 630px;
	}
	.product-list-page.product-03 .mobile .tab-content.content2 .sec4 .inner{
		height: 850px;
	}
	.product-list-page.product-03 .mobile .tab-content .sec4 .inner{
		padding-top: 350px;
	}
	.product-list-page.product-03 .mobile .tab-content .sec3 .inner{
		padding-top: 35px;
	}
}