/**-----menu top-----**/
body {
	background-color:#fff;
}
.neck-menu{
}
.bannertop {
	display:none;
}
.bannertop_l {
	width:55%;
	height:133px;
	float:left;
	background:top left no-repeat url(images/logo2.png);
}
.bannertop_r {
	width:45%;
	float:left;
	height:133px;
}
.bannertop_menu {
	display:none;
}
.bannertop_callicon {
	width:50px;
	float:right;
	height:50px;
	margin:10px 20px 0 0;
	background-image:url(images/phone_icon.png);
}
.bannertop_call {
	width:42%;
	float:right;
	padding:10px 0; 
	color:#e00707;
	//font-size:1.5rem;
	font-size:1.3rem;
	line-height:1.4em;
	font-weight:600;
	letter-spacing:0.05em;
}
.bannertop_search {
	width:100%;
	float:left;
	height:50px;
	background-image:url(images/se_bg.png);
}
.contact1 {
	width:25%;
	float:left;
	color:#fff;
	font-size:1.5rem;
	line-height:1.4em;
	font-weight:600;
	padding:10px 0px 10px 30px;
}
.contact2 {
	width:50%;
	float:left;
	padding:10px 0;
}
.contact3 {
	width:85px;
	float:left;
	background-color:#034692;
	color:#fff;
	margin-top:7px;
	padding:8px 15px;
	font-size:1.4rem;
	text-transform:uppercase;
	border: 0px solid #eeeeee;
}
.contact3 a{
	color:#fff;
}
@media only screen and (min-width: 1000px) {
.bannertop {
	width:100%;
	margin:0 auto;
	height:133px;
	display:block;
}
.bannertop_menu {
	width:100%;
	margin:0 auto;
	display:block;
}
#menu_top {
	background-color:#000;
	height:40px;
}
#menu_top li {
	color:#FFF;
	float:left;
	border:1px solid #777;
	border-bottom:none;
	border-top:none;
	border-right:none;
	background-color:#000;
	font-size:1.4rem;
	line-height:1.4em;
	letter-spacing:0.01em;
	padding:10px 12px;
}
#menu_top li a {
	color:#FFF;
}
}
@media only screen and (min-width: 1170px) {
.bannertop {
	width:76%;
}
.bannertop_menu {
	width:76%;
}
.bannertop_l {
	width:60%;
}
.bannertop_r {
	width:40%;
}
}
@media only screen and (min-width: 1400px) {
.bannertop {
	width:70%;
}
.bannertop_menu {
	width:70%;
}
}
@media only screen and (min-width: 1600px) {
.bannertop {
	width:66%;
}
.bannertop_menu {
	width:66%;
}
#menu_top {
	height:45px;
}
#menu_top li {
	font-size:1.5rem;
	letter-spacing:0.05em;
	padding:12px 15px;
}
}
@media only screen and (min-width: 1800px) {
.bannertop {
	width:60%;
}
.bannertop_menu {
	width:60%;
}
}


/**-----banner-----**/
.feature-img{
	width:100%;
	background-color:#ebebeb;
	position:relative;
	clear:both;
}
@media only screen and (min-width: 1170px) {
.feature-img{
	width:76%;
	margin:0 auto;
}
}
@media only screen and (min-width: 1400px) {
.feature-img{
	width:70%;
	margin:0 auto;
}
}
@media only screen and (min-width: 1600px) {
.feature-img{
	width:66%;
}
}
@media only screen and (min-width: 1800px) {
.feature-img{
	width:60%;
}	
}
/**-----slide-----**/
.index-intro{
	width:100%;
	text-align:left;
	padding:0px;
	font-size:1.6rem;
	line-height:1.4em;
	float:left;
}
h2{
	color:#000;
	font-size:1.6rem;
	line-height:1.6rem;
	padding-bottom:5px;
	text-transform:uppercase;
}
#slideShow p {
	font-size:1.4rem;
	line-height:1.4em;
	color:#777;
}
#slideShow{
	background:#fff;
	width:100%;
	float:left;
	border:1px solid #ccc;
	padding:10px 10px 10px 10px;
}
#slideShowItems div{
	width:100%;
	float:left;
}
#slideShowItems{
	min-height:105px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#slideShowItems img {
	float:left;
	height:100px;
	margin:0 10px 0 0;
	border:1px solid #ccc;
}
ul#slideShowCount{
	width:100%;
	float:left;
}
ul#slideShowCount li.slide{
	float:right;
	cursor:pointer;
	display:block;
	background-color:#fff;
	margin:5px 0px 10px 5px;
	padding:6px 9px 6px 9px;
	border-radius:50px;
}
ul#slideShowCount li.slide span{
	color:#605f5e;
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
a { color:#1681f8;}
ul#slideShowCount li.slide.selectedTab{
	background-color:#fa8527;
}
ul#slideShowCount li.slide:hover{
	background-color:transparent;
}
@media only screen and (min-width: 360px) {
	#slideShowItems{
	  	height:125px;
	}
	#slideShowItems img {
		height:120px;
	}
}
@media only screen and (min-width: 768px) {
	#slideShowItems{
	  	height:145px;
	}
	#slideShowItems img {
		height:140px;
	}
}
@media only screen and (min-width: 1000px) {
	ul#slideShowCount{
		padding-right:40%;
	}
}

@media only screen and (min-width: 1300px) {
	h2{
		font-size:2rem;
		line-height:1.6em;
		padding-bottom:10px;
	}
	#slideShow p {
		font-size:1.6rem;
		line-height:1.6em;
	}
}	
@media only screen and (min-width: 1600px) {
	ul#slideShowCount{
		padding-right:45%;
	}
}


/**-----menu-----**/
.k-sidebar{
	display:none;
}
.k-content{
	width:100%;
	padding:30px 5% 0px 5%;
}
.sideno{
	background-image:url(images/bullet_square_blue2.png);
	width:25px;
	height:25px;
	float:left;
	color:#ffffff;
	text-align:center;
	font-size:1.4rem;
	padding:2px 0px 0px 0px;
}
.sideno1{
	padding:0px 0px 5px 0px;
	background-image:url(images/bullet_square_blue2.png);
	width:25px;
	height:25px;
	float:left;
	color:#ffffff;
	text-align:center;
	font-size:1.4rem;
}
.sideno_tx, .sideno_tx1 {
	float:left;
	width:80%;
	padding-left:10px;
	color:#000;
	font-size:1.4rem;
}
.sideno_tx1 {
	color:#ffffff;
}
@media only screen and (min-width: 1170px) {
	.sideno_tx1{
		color:#0183fd;
	}
}
@media only screen and (min-width: 768px) {	
	.k-sidebar{
		width:40%;
		float:left;
		display:block;
		padding-top:30px;
	}
	.k-content{
		width:60%;
		float:left;
		padding:30px 0 0px 0;
	}
	
.k-cate-block{
	position:relative;
	padding:10px 5%;
	width: 250px;
	border:1px solid #ddd;
	background-image:url(images/se_bg1.png);
	z-index:3;
}
.k-cate-block h4{
	color:#000;
	font-size:2rem;
	font-weight:bold;
	text-align:center; 
}
#nav,#nav ul {
	border:1px solid #ddd;
    list-style:none outside none;
	padding-bottom:10px;
}
#nav {
    display: block;
    position: relative;
    width: 250px;
	z-index:2;

    -moz-perspective: 250px;
    -ms-perspective: 250px;
    -webkit-perspective: 250px;
    -o-perspective: 250px;
    perspective: 250px;
}
#nav ul {
    left: -9999px;
    opacity:0;
    overflow:hidden;
    position:absolute;
    top: -9999px;
	background-color:#caf2ff;
	
    -moz-transform: rotateY(70deg);
    -ms-transform: rotateY(70deg);
    -o-transform: rotateY(70deg);
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.3s linear, opacity 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear, opacity 0.3s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}
#nav li {
    position: relative;
	padding:0px 10px;
}
#nav > li {
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#nav li a {
	border-bottom:1px dashed #1690f8;
    color:#000000;
    display:block;
    font-size:1.4rem;
	line-height:1.4em;
	font-weight:bold;
    text-decoration: none;
    width:225px;
	padding:10px 0;

    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#nav li:hover > a  {
    color: #636e77;
}
#nav li:hover ul.subs {
    left:245px;
    opacity:1;
    top:0;
	
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;

    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#nav ul li {
    width:100%;
	background-color:#caf2ff;
}
#nav ul li a {
	padding:10px 0;
	background-color:#caf2ff;
}
.sideno_tx{
	width:80%;
}
}
@media only screen and (min-width: 1000px) {
	.k-sidebar{
		width:30%;
		margin-left:2%;
	}
	.k-content{
		width:66%;
		margin-right:2%;
	}
}
@media only screen and (min-width: 1170px) {
	.k-sidebar{
		width:22%;
		margin-left:12%;
	}
	.k-content{
		width:54%;
		margin-right:12%;
	}
}
@media only screen and (min-width: 1400px) {
	.k-sidebar{
		width:20%;
		margin-left:15%;
	}
	.k-content{
		width:50%;
		margin-right:15%;
	}
}
@media only screen and (min-width: 1600px) {
	.k-sidebar{
		width:18%;
		margin-left:17%;
	}
	.k-content{
		width:48%;
		margin-right:17%;
	}
.k-cate-block{
	width:250px;
}
#nav {
    width:250px;
	-moz-perspective: 250px;
    -ms-perspective: 250px;
    -webkit-perspective: 250px;
    -o-perspective: 250px;
    perspective: 250px;
}
#nav li a {
    width:230px;
}
#nav li:hover ul.subs {
    left:245px;
}
}
@media only screen and (min-width: 1800px) {
	.k-sidebar{
		width:16%;
		margin-left:20%;
	}
	.k-content{
		width:44%;
		margin-right:20%;
	}
}

/**-----contact-----**/
.input_text {
	background-color:#FFFFFF;
    width:180px;
	color:#000;
	padding:4px;
	font-size:1.4rem;
	letter-spacing:0.08em;
	border:1px solid #ccc;
}
.input_text:focus{
    background-color:#ffffff;
	color:#000;
}
@media only screen and (min-width: 1600px) {
.input_text {
	width:200px;
}
}

/**-----footer-----**/
.k-footer{
	background-color:#000;
	width:100%;
	margin-top:30px;
	padding:10px 0;
}
.k-footer-txt{
	padding:10px;
	line-height:1.4em;
}
.k-footer-txt a{
	color:#FFFFFF;
}
@media only screen and (min-width: 1000px) {
.k-footer-txt{
	padding:15px;
}
}


/**-----clear-----**/
.k-clear{
	clear:both;
}




/** content-index**/
.colleft {
    float:left;
    width:100%;
	margin:10px 0;
}
.fontHead_22_Blue_b,.fontHead_22_Blue_b1,.fontHead_22_Blue_b2 {
    color:#01438d;
    font-weight:bold;
	float:left;
    width:100%;
	font-size:2rem;
	line-height:1.4em;
	padding-bottom:20px;
}
.fontHead_22_Blue_b1 {
    color:#01438d;
	text-align:center;
}
.fontHead_22_Blue_b2 {
    color:#f88b16;
	text-align:center;
}
.main-product {
    float:left;
	width:100%;
	padding-bottom:10px;
}
.a {
	width:40px;
	float:left;
}
.b, .d {
	float:left;
	background-image:url(images/bg_air.png);
	background-size:cover;
	width:230px;
	height:105px;
}
.d {
	background-image:url(images/bg_liquid.png);
	background-size:cover;
}
.c {
	float:left;
	background-image:url(images/title_air.png);
	background-size:cover;
	width:220px;
	height:20px;
	text-align:center;
    font-size:1.6rem;
	line-height:1.6em;
    font-weight:bold;
	overflow:hidden;
}
.c a {
	color:#9f0739;
}
.number1 {
    padding:0px 0px;
	background-image:url(images/number1.png);
	width:35px;
	height:33px;
	float:left;
	color:#0137b1;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	padding:10px 0px 0px 0px;
}
.number2 {
    padding:0px 0px;
	background-image:url(images/number2.png);
	width:35px;
	height:33px;
	float:left;
	color:#ffffff;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	padding:10px 0px 0px 0px;
}
.air-img {
    float:left;
    width:60px;
	margin:10px;
}
.air-detail, .air-detail1 {
    float:left;
	width:140px;
	height:70px;
	font-size:1.4rem;
	line-height:1.4em;
	padding:8px 0;
	overflow:hidden;
}
.air-detail a {
	color:#fff;
}
.air-detail1 a {
	color:#563301;
}
@media only screen and (min-width: 360px) {
.a {
	width:42px;
}
.b, .d {
	width:260px;
	height:119px;
}
.c {
	width:250px;
}
.air-detail, .air-detail1 {
	width:170px;
	height:90px;
}
}
@media only screen and (min-width: 400px) {
.b, .d {
	width:290px;
	height:133px;
}
.c {
	width:280px;
}
.air-img {
    width:80px;
}
.air-detail, .air-detail1 {
	width:180px;
	height:105px;
}
}
@media only screen and (min-width: 500px) {
.b, .d{
	width:400px;
	height:183px;
}
.c {
	width:400px;
}
.air-img {
    width:100px;
}
.air-detail, .air-detail1 {
	width:270px;
	height:150px;
}
}
@media only screen and (min-width: 600px) {
.b, .d {
	width:450px;
	height:206px;
}
.c {
	width:450px;
	height:28px;
}
.air-img {
    width:120px;
	margin:15px;
}
.air-detail, .air-detail1 {
	width:280px;
	height:165px;
}
}
@media only screen and (min-width: 768px) {
.b, .d {
	width:360px;
	height:165px;
}
.c {
	width:350px;
}
.air-img {
    width:100px;
	margin:10px;
}
.air-detail, .air-detail1 {
	width:230px;
	height:125px;
}
}
@media only screen and (min-width: 1000px) {
.colleft {
    width:50%;
}
.main-product {
		margin:0 10px 10px 0;
}
.b, .d {
	width:270px;
	height:124px;
}
.c {
	width:260px;
}
.air-img {
    width:60px;
}
.air-detail, .air-detail1 {
	width:175px;
	height:85px;
}
}
@media only screen and (min-width: 1170px) {
.b, .d {
	width:290px;
	height:133px;
}
.c {
	width:280px;
}
.air-img {
    width:70px;
}
.air-detail, .air-detail1 {
	width:190px;
	height:95px;
}
}
@media only screen and (min-width: 1400px) {
.b, .d {
	width:300px;
	height:137px;
}
.c {
	width:290px;
}
.air-img {
    width:70px;
}
.air-detail, .air-detail1 {
	width:200px;
	height:100px;
}
}
@media only screen and (min-width: 1600px) {
.b, .d {
	width:330px;
	height:151px;
}
.c {
	width:320px;
	height:28px;
}
.air-detail, .air-detail1{
	width:205px;
	height:115px;
	font-size:1.6rem;
	line-height:1.6em;
}
.air-img {
	width:95px;
}
}
@media only screen and (min-width: 1800px) {
.b, .d {
	width:350px;
	height:160px;
}
.c {
	width:340px;
	height:31px;
}
.air-detail, .air-detail1{
	width:220px;
	height:120px;
}
}


.a1{
	width:15%;
	float:left;
}
.a2{
	width:85%;
	float:left;
}
.bb {
	float:left;
	color:#fff;
}
a:link {
    text-decoration: none;
	
}
@media only screen and (min-width: 600px) {
.a1{
	width:10%;
}
.a2{
	width:90%;
}
}
@media only screen and (min-width: 1000px) {
.a1{
	width:8%;
}
.a2{
	width:92%;
}
}
@media only screen and (min-width: 1600px) {
.a1{
	width:6%;
}
.a2{
	width:94%;
}
}



/**-----category------**/
.airflowwrap {
    float:left;
	width:100%;
	margin:10px 0;
	border:2px dashed #ddd;
	border-left:none;
	border-right:none;
	border-top:none;
}
.cate-desc{
	float:left;
	width:100%;
	height:160px;
	overflow:hidden;
}
.air-im {
	float:left;
    width:100%;
	height:150px;
}
.air-im img{
    width:150px;
	border:1px solid #cccccc;
}
.air-topic {
    color:#db730d;
    font-size:1.6rem;
	line-height:1.6em;
    font-weight:bold;
	padding-bottom:5px;
	width:100%;
	float:left;
}
.air-topic a {
    color:#db730d;
    text-decoration:none;
}
.font_airflow {
    color:#000;
    font-size:1.4rem;
	line-height:1.5em;
	height:100px;
	font-weight:normal;
}
.font_airflowfull {
    color:#000;
    font-size:1.6rem;
	line-height:1.6em;
}
.readmore {
	width:120px;
	height:35px;
	background-image:url(images/readmore10.png);
	background-size:cover;
	float:right;
	margin:10px 0 10px 0;
}
@media only screen and (min-width: 768px) {
	.air-im {
		width:50%;
	}
	.cate-desc{
		width:50%;
	}
}
@media only screen and (min-width: 1000px) {
	.air-im {
		width:40%;
	}
	.cate-desc{
		width:60%;
	}
}
@media only screen and (min-width: 1170px) {
	.air-im {
		width:35%;
	}
	.cate-desc{
		width:65%;
	}
}
@media only screen and (min-width: 1400px) {
	.air-im {
		width:30%;
	}
	.cate-desc{
		width:70%;
	}
}
@media only screen and (min-width: 1600px) {
	.air-im {
		width:25%;
	}
	.cate-desc{
		width:75%;
	}
}



/**-----product detail-----**/
.p-detail-block{
	margin:20px 0 30px 0;
	float:left;
	width:100%;
}
.p-right-block{
	float:left;
	width:100%;
	margin:20px 0 0px 0;
}
.k-main-img {
	float:left;
    width:200px;
}
.k-main-img img{
    width:150px;
	border:1px solid #cccccc;
}
.k-main-small-img {
	float:left;
    width:300px;
	padding:20px 0;
}
.k-main-small-img img{
    width:60px;
	margin:0 10px 0 0;
	border:1px solid #cccccc;
}
.k-main-img a img{
	cursor:url(/images/magnify.cur), pointer;
}
@media only screen and (min-width: 1000px) {
.p-detail-block{
	width:40%;
}
.p-right-block{
	width:60%;
}	
}
@media only screen and (min-width: 1170px) {
.k-main-img img{
    width:250px;
}
.p-detail-block{
	width:35%;
}
.p-right-block{
	width:65%;
}
}
@media only screen and (min-width: 1400px) {
.p-detail-block{
	width:30%;
}
.p-right-block{
	width:70%;
}
}


/**-----pdf-----**/
.p-product-desc2{
	padding-top:30px;
	float:left;
	width:100%;
}
.p-product-desc2 h1 {
	color:#000;
	font-weight:bold;
	font-size:1.6rem;
	padding-bottom:10px;
}
.p-product-pdfall {
	float:left;
	width:100%;
	padding:10px 20px 0 0px;
}
.p-product-pdfpic {
	float:left;
	width:50px;
}
.p-product-pdf {
	font-size:1.4rem;
	line-height:1.4em;
	float:left;
}
.p-product-pdf a{
	color:#0a04fc;
}

/**-----highlight-----**/
.highlight{
	background:#FFFF66;
	font-weight:bold;
	padding:0 5px;
}




/**-----button-----**/
.button_a {
	display:none;
}
@media only screen and (min-width: 1024px){
.button_a {
	color:#fff;
	display:block;
	background-color:#064499;
	padding:8px 0;
	width:140px;
	text-align:center;
	position:relative;
	top:20px;
	left:20px;
	border-radius:4px;
	border:1px solid #ccc;
	float: left;
}
.button_a a{
	color:#FFF;
}
}




/**-----contact-----**/
.text1 ,.text2 ,.text3 ,.text4{
	width:100%;
	float:left;
	padding:0.2em 0;
	color:#01438d;
}
.text1 {
	font-size:3rem;
	font-weight:bold;
}
.text2 {
	font-weight:500;
	font-size:2rem;
}
.text3 {
	font-size:2rem;
	line-height:1.4em;
	font-weight:500;
	padding:0.4em 0;
	color:#3b6390;
}
.text4 {
	font-size:1.4rem;
	line-height:1.4em;
	font-weight:600;
	padding:0.4em 0;
}
.text_pic1{
	width:25%;
	float:left;
	text-transform:uppercase;
}
.text_pic2{
	width:5%;
	float:left;
}
.text_pic3{
	width:60%;
	float:left;
}
@media only screen and (min-width: 1000px) {
.text_pic1{
	width:15%;
}
.text_pic2{
	width:5%;
}
.text_pic3{
	width:80%;
}
.text2 {
	font-size:3rem;
}
.text3 {
	font-size:2.2rem;
}	
}



/**-----link a-z-----**/
.k-ling-page{
	width:100%;
	float:left;
}	
.k-ling {
	width:100%;
	float:left;
}
.k-ling-header{
	width:100%;
	float:left;
	color:#01438d;
	padding:0.2em 0;
	font-size:3rem;
	line-height:1.6em;
	text-transform:uppercase;
}
.k-ling li, .k-ling li a {
    color:#000000;
    font-size:1.6rem;
	line-height:1em;
    padding:0.2em 5% 0.2em 0;
	list-style:none;
}
.k-ling li a:hover{
    color:#0183fd;
    text-decoration:none;
}
@media only screen and (min-width: 1000px) {
	.k-ling-page {
		width:50%;
	}
}


/**-----contact-mobile-----**/
.contact_call {
	width:100%;
	float:left;
	display:block;
	background-color:#000;
}
.contact_call_l {
	width:15%;
	float:right;
	margin-left:8%
}
.contacttop_call {
	width:45%;
	float:right;
	padding:10px 0 10px 10px; 
	color:#ffffff;
	font-size:1.3rem;
	line-height:1.4em;
	font-weight:600;
	letter-spacing:0.05em;
}
@media only screen and (min-width:360px) {
.contact_call_l {
	width:15%;
}
.contacttop_call {
	font-size:1.5rem;
	line-height:1.4em;
}

}
@media only screen and (min-width:400px) {
.contacttop_call {
	width:45%;
}

}
@media only screen and (min-width:500px) {
.contacttop_call {
	width:35%;
}

}
@media only screen and (min-width:600px) {
.contact_call_l {
	width:12%;
}
.contacttop_call {
	width:30%;
}
}
@media only screen and (min-width:750px) {
.contact_call_l {
	width:10%;
}
.contacttop_call {
	width:25%;
}

}
.menu_about{
	display:none;
} 
@media only screen and (min-width:1000px) {
.contact_call {
	display:none;
}
.menu_about{
	display:block;
} 
}


/**-----contact-footer-----**/
.contact_footer {
	float:left;
	display:block;
	padding:0 10px;
	//border:1px solid #F00;
	border-bottom:none;
	border-top:none;
	border-left:none;
	color:#ffffff;
	font-size:1.5rem;
	line-height:1.4em;
}
.contact_footer a{
	color:#ffffff;
}
@media only screen and (min-width:1000px) {
.contact_footer {
	display:none;
}
}