﻿/* css 重置 */
	body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
	img { border:0; margin: 0; padding: 0;   }
	body { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }
	header, section, footer { display: block; margin: 0; padding: 0 }
	a{text-decoration:none;color:#000;}
	a:hover{text-decoration:underline;}
    .clear{clear:both;}
body{ background:#f4f4f4; background-size:100% auto; }
	/* 头部 */
.header{position:relative;height:50px;background:#fff; padding:5px 5px;}
.header .logo{display:block;width:130px;height:50px;padding:}
.header .logo img{display:block;height:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
	/* 头条 */
	.headNew{ padding-top:10px;  }
	.headNew,.subNew{ text-align:center;  }
	.headNew a{ color:#B63B34; font-size:20px;  }
	.subNew a{ color:#999;  font-size:14px; margin:0 5px;   }
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
	/* 头条 */
	.headNew{ padding-top:10px;  }
	.headNew,.subNew{ text-align:center;  }
	.headNew a{ color:#B63B34; font-size:20px;  }
	.subNew a{ color:#999;  font-size:14px; margin:0 5px;   }

	/* 焦点图 */
	.slideBox{ position:relative; overflow:hidden; margin:0 auto;max-width:560px;/* 设置焦点图最大宽度 */ }
	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBox .hd li.on{ background:#fff;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative; text-align:center;  }
	.slideBox .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/focusbg.png) repeat-x; color:#fff;  text-align:left;  }
	
	/* Tab切换 */
	.tabBox{ margin:10px auto;  text-align:left; }
	.tabBox .hd{ height:40px; line-height:40px; font-size:18px; overflow:hidden; background:#eee; border-top:1px solid #ccc;  padding:0 10px;  }
	.tabBox .hd h3{ float:left; font-size:18px; }
	.tabBox .hd h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
	.tabBox .hd ul{ float:right;font-size:12px;margin-right:5px;}
	.tabBox .hd ul li{ float:left;  padding:0 5px; vertical-align:top;  }
	.tabBox .hd ul li.on a{ color:#fa841d; display:block; height:38px; line-height:38px;   border-bottom:2px solid #fa841d;  }
	.tabBox .bd ul{ padding:10px;font-size:14px;}
	.tabBox .bd ul li{ border-bottom:1px dotted #ddd;  }
	.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
	.readMore{ display:block; height:30px; line-height:30px; margin:10px auto 20px auto;  text-align:center; text-decoration:underline;   }

    .hd1{ height:40px; line-height:40px; font-size:18px; overflow:hidden; background:#eee; border-top:1px solid #ccc;  padding:0 10px;  }
	.hd1 h3{ float:left; font-size:18px; }
    .hd1 h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
	/* 多图滚动 */
	.scrollBox{ margin:0px 1% 0px 1%; text-align:center; padding:10px 0;  background:#fff; }
	.scrollBox .bd li{ width:50%; float:left; font-size:14px; margin-top:5px;     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
	.scrollBox .bd li p{ width:80%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center; line-height:18px; margin-bottom:10px; margin:3px auto;}
	.adpages li p{margin-bottom:10px;}
	.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}  
	.scrollBox .bd li img{ width:168px;height:142px; background:url(../images/loading.gif) #fff center center no-repeat; border:1px solid #ccc; }
	.scrollBox .hd{ overflow:hidden; }
	.scrollBox .hd ul{ display:inline-block; padding-top:5px; }	
	.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; 
	}
	.scrollBox .hd .on{ background:#fa841d;}
	.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(../images/wyicons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
	.scrollBox .next{ background-position:-105px 0; }
    
    .effectNav{ margin-top:10px;background:fff; padding-bottom:50px;text-align:center;font-size:12px;}
	.effectNav h3{background:#fa841d; color:#fff;margin-bottom:10px;height:5px;}

    
    
.btnkefu{position:fixed;bottom:0;height:50px;line-height:77px;width:100%;overflow:hidden;background:#fa841d;z-index:10;border-top: 1px solid #fff;}
.btnkefu a{display:inline-block;height:50px;width:32.9%;border-right:1px solid #fff;margin:0;text-align:center;font-size:14px;color:#fff;float:left;background:url(../images/ico-wx.png) no-repeat center 5px;}
.btnkefu a.qq1{border-left:none;background:url(../images/ico-nav2.png) no-repeat center 5px;}
.btnkefu a.qq3{border-left:none;background:url(../images/zaixzx.png) no-repeat center 5px;}

.btnkefu a.qq4{border-right:none; background:url(../images/fenxianghs.png) no-repeat center 5px;}
.btnkefu a:hover{color:#fff;}


.addnext{margin:20px auto;font-size:12px;clear: both;line-height:2;padding:20px 15px 0;border-top: 1px solid #ddd;}
.fenye{margin:20px auto;text-align:center;font-size:12px;clear: both;}

.fenye b{font-weight:normal;background:#fa841d;color:#fff;padding:4px 10px;border:1px solid #fa841d;margin:0 5px;}
.fenye a b{font-weight:normal;background:none;color:#333;display:inline-block;padding:0;border:none;}
.fenye a:hover b{color:#fff;}
.fenye a:hover{background:#fa841d;color:#fff;border:1px solid #fa841d;}

.mbnav{font-size:12px;margin:0 0 10px 0;padding:0 10px; text-align:left;}
.info{font-size:16px;margin:10px 0 20px;text-align:center;}
.info span{font-size:12px;padding:10px 0;}
.addcontents{font-size:14px;line-height:2;padding:0 5px;}
.addcontents img{max-width:90%;height:auto!important;display:block;margin:10px auto;}

/*.header .logo{display:block; width:142px;overflow:hidden;}
.header .logo img{float:left;}
.header .logo .ywtc-logowz{width:280px;border-left:1px solid #a4a4a4;float:left; font:12px 微软雅黑; color:#fa841d;line-height:34px;    padding:6px 0 6px 5px; margin:18px 0 0 5px;}
.header .logo .ywtc-logowz span{font-size:12px; color:#333333;}*/

.comment_form {
	float: left;
	width: 100%;
	margin-top:10px;
   
}
fieldset{ border:none;}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.comment_form label{
	float: left;
	width:120px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.input_bg {
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.textarea_bg {
	float: left;
	width: 90%;
	height: 110px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
    resize:none;
    overflow-y:auto;
}

.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 40px;
	margin: 20px 0;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}


.checkbtn{display:block;padding:10px 0;text-align:center; overflow:hidden;}
.checkbtn a{display:block;float:left;width:32.2%;height:30px;line-height:30px;margin:0.5% 0.5%;background:#ccc;color:#fff;border-radius:2px;font-size:12px;}
.checkbtn a:hover{color:#fff;background:#fa841d;}
#on{background:#fa841d;}




.slideTxtBoxs{ overflow:hidden;margin:6px auto; background:#f6f7f9;z-index:9999;}
		.slideTxtBoxs .hd{ height:76px; line-height:34px; position:relative;overflow:hidden; }
		.slideTxtBoxs .hd ul{   line-height:34px;border-top:1px solid #fff;border-bottom:1px solid #fff;}
		.slideTxtBoxs .hd ul li{ float:left;cursor:pointer;text-align:center; margin-bottom:4px;border-left:1px solid #fff;border-right:1px solid #fff;width:32%;background:#898989;color:#fff;font-size:0.8em;}
		.slideTxtBoxs .hd ul li.on{ height:34px;  background:#fa841d; }
		.slideTxtBoxs .bd{overflow:hidden;padding:10px 10px 25px 10px;background:#f6f7f9;position:relative;}
        .slideTxtBoxs .bd ul{ overflow:hidden;  }
        .slideTxtBoxs .bd .shijt{overflow:hidden;width:100%; margin:0 auto;}
        .slideTxtBoxs .bd .shijt img{width:100%;height:auto;}
        .slideTxtBoxs .bd .jieshao{overflow:hidden;}
        .slideTxtBoxs .bd .jieshao h2{color:#fa841d;font-weight:normal;font-size:20px;padding:15px 0 10px 0;}
        .slideTxtBoxs .bd .jieshao h2 a{color:#fa841d;font-weight:normal;font-size:20px;padding:15px 0 20px 0;}        
        .slideTxtBoxs .bd .jieshao h2 span{font-size:16px;}
        .slideTxtBoxs .bd .jieshao p{line-height:30px;font-size:14px;color:#333}
		 .slideTxtBoxs .bd .jieshao a{font-size:12px; color:#fa841d;}
		
		



.advantages-b{overflow:hidden;padding:40px 50px 40px 0;width:100%;}
.advantages-b ul{overflow:hidden;}
.advantages-b ul li{overflow:hidden;padding:0 0 0 0;}
.advantages-b .advantages-b1{width:28%;text-align:center;}
.advantages-b .advantages-b1 img{width:100%; height:auto;}
.advantages-b .advantages-b2{width:60%;padding:0 10px 0 10px;}
.advantages-b .advantages-b2 h2{color:#fa841d;font-size:25px;}
.advantages-b .advantages-b2 p{line-height:25px;color:#999;font-size:14px;}

	.fl{float:left;}
.fr{float:right;}	
	
.zaixldjag{    overflow: hidden;
    margin: 10px 1%;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;}	
	
	
	
	
	
	
	
	
	
	
	 .zpxapsdiqmsaf{ overflow:hidden;}
.zpxapsdiqmsaf li{overflow:hidden;}

.zpxapsdiqmsaf ul li input {

height:33px;
line-height: 26px;
width:90%;
padding:0 10px 0 10px;
color: #666;

font-size: 12px;
background:#fff;
border-radius:4px;
border:1px solid #e2e2e2;
}
.zpxapsdiqmsaf ul{overflow:hidden;}

.zpxapsdiqmsaf ul li label {

width:74px;
text-align: right;
padding-left:2px;
font:14px 微软雅黑;
color:#333333;

}
.zpxapsdiqmsaf ul li {
position: relative;
font-size: 14px;

padding-left:5%;

overflow: hidden;}

.zpxapsdiqmsaf ul li textarea {
float: left;
background:#fff;
font-size:12px;
line-height:18px;
padding:4px 10px 4px 10px;
width:90%;
height:72px;
border-radius:4px;
border:1px solid #e2e2e2;
margin-bottom:6px;
}
.zpxapsdiqmsaf ul li select{
height: 33px;
    line-height: 26px;
    width: 97.8%;
    padding: 0 10px 0 10px;
    color: #666;
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    margin: 5px 0;}


.zpxapsdiqmsaf ul li span{font:18px 微软雅黑;
color:#585858;
line-height:48px; margin-left:12px;}
 

#pidueuads{width:54%; margin:0 auto; padding-left:0px;}
#pidueuads input{width:100%;  padding-left:0px; cursor: pointer;  text-align:center; background:none;  height:28px; border:1px #e2e2e2 solid; border-radius:4px; font:12px 微软雅黑; color:#fff;}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
