@charset "utf-8";
/* 手机Wap站使用 */
a {text-decoration:none;}
a:hover {text-decoration: none;	color: #F00;}
a img{border:none;}
@media screen and (-webkit-min-device-pixel-ratio:0) {a img{border:none;}}
/*wap站中使用rem标定字号*/
html{font-size:100px;}

/*@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}*/
/*@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}*/
/*@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}*/
/*@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}*/
/*@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}*/
/*@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}*/
/*@media screen and (min-width:800px){html{font-size:25px}}	*/

body {
	margin:0 auto;
	font-family:微软雅黑;
	text-align:center;
	padding:0;
	height:auto;
	background: url("../images/wapbg.png") 50% 0px no-repeat #fff;
	}
#bg{
	width:auto;
	height:auto;
	margin:0;
	}
#main {
	width:640px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	font-size:.40rem;
	}
#logo{
	float:left;
	margin:30px 0px 10px 20px;
	width:240px;
	height:70px;
	background:url("../images/waplogo.png");
	cursor:pointer;
	}
#biaoyu{
	float:right;
	width:300px;
	height:30px;
	margin:50px 10px 2px 0;}
#search{
	float:left;
	clear:both;
	width:640px; 
	height:auto;
	margin:0;
	}
/*包含整个搜索条的层*/	
#search_input_div {
	float:left;
	clear:both;
	width:620px;
	height:80px;
	margin:20px 0 0 10px;
	padding:0;	
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */	
	background-color:rgba(255,255,255,0.9);
	/*background:url(../images/sbg1.png) no-repeat;*/
	/*background-color:rgba(255,255,255,0.5);*/
	border:none;
    }
/*搜索关键词输入框*/
#search_input{
	float:left;
	width:500px;
	height:66px;
	margin:7px 0 7px 7px;
	padding:0 0 0 20px;
	background:none;
	line-height:60px;
	font-size:.32rem;
	text-align:left;
	border:none;
	outline:none;
	-moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
    -webkit-appearance:none ;     /*解决iphone safari上的圆角问题*/
	}	
/*大搜索按钮（bing）*/	
.search_button_main {
	float:right;
	width:80px; 
	height:66px;
    margin:7px 5px 7px 0;
	padding:0;
	box-shadow: none;
    color:#FFF;
    text-align:center;
    font-size:.36rem;
    font-family:微软雅黑;
    letter-spacing:2px;
    border:none;
	background: url(images/wapsearch.png) center no-repeat;
    /*background-color:#88a526;*/
	/*background: url(../images/search1.png) center no-repeat #88a526;*/
	/*background: url(../images/search2.png) center no-repeat #fff;*/
    -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
    -webkit-appearance:none ;     /*解决iphone safari上的圆角问题*/
	}	
.search_button_main :active,.search_button_main :visited,.search_button_main :hover {border:none;}	
/*提示“您还可以搜”*/
#tishi{
    float:left;
	text-align:left;
	clear:left;
	width:auto;
	height:auto;
	margin:30px 0 10px 280px;
	border:none;
	background-color:none;	
	font-size:.18rem;
	/*color:#88a526;*/
	color:rgba(136,165,38,0.8)
	}
/*包含大搜索按钮的层*/		
#search_button_div{
	float:left;
	clear:both;
	width:auto;
	height:auto;
	padding:0;
	background-color:none;
	border:none;
	}	
	
/*ul*/
#search_button_div ul{
	float:left;
	width:auto;
	vertical-align:top;
	list-style-type:none;
	list-style-image:none;
	padding:0; 
	margin:0;
	}
/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search_button_div ul{
	float:left;
	width:100%;
	background-color:none;
	vertical-align:top;
	list-style-type:none;
	list-style-image:none;
	padding:0; 
	margin:0;}
}	
#search_button_div li {
	float:left;
	width:auto;
	height:auto;
	text-align:center;
	margin:5px 0 10px 10px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search_button_div li {
	float:left;
	width:auto;
	height:auto;
	text-align:center;
	margin:5px 0px 10px 10px;}	
}
/*搜索按钮*/
.search_button_little {   
    float:left;
    width:100px; 
    height:60px;	
    margin:0 18px 10px 0;
	padding:0 10px 1px 12px; 
    box-shadow: none;
    color:#FFF;
	background: center no-repeat rgba(136,165,38,0.6);
    text-align:center;
	letter-spacing:2px;
    font-size:.30rem;
    font-family:微软雅黑;
    
    border: 0px solid #88a526;
    border-radius:30%;            /* W3C syntax */
    -moz-border-radius:30%;      /* Gecko browsers */
    -webkit-border-radius:30%;   /* Webkit browsers */
    -webkit-appearance:none ;     /*解决iphone safari上的圆角问题
    /*border: 0px solid #88a526;*/
}

.webtype {
	float:left;
	text-align:left;
	clear:both;
	width:auto;
	height:auto;
	margin:15px 0 10px 50px;
	border:none;
	background-color:none;	
	font-size:.18rem;
	/*color:#88a526;*/
	color:rgba(136,165,38,0.8);
	}

/*常用站*/
.weblist{
	float:left;
	clear:both;
	width:600px;
	height:auto;
	font-size:.28rem;
	border:none;
	margin:0 10px 10px 30px; 
	padding:0;
	background-color:none;
	/*background-color:rgba(255,255,255,0.5); border:1px solid #E2E89D; */
	}
.weblist ul {

	float:left;
	width:auto;
	height:auto;
	background-color:none;
	vertical-align:top;
	list-style-type:none;
	list-style-image:none;
	padding:0; 
	margin:0;
	}
	
.weblist li {
	float:left;
	width:auto;
	height:32px;
	margin:10px 10px 10px 10px;
	padding:8px 15px 10px 15px;
	/*background:center no-repeat rgba(136,165,38,0.6);*/
	background:center no-repeat rgba(219,224,133,0.3);
	border: 2px solid rgba(136,165,38,0.2);
	border-radius:20px;            /* W3C syntax */
    -moz-border-radius:20px;      /* Gecko browsers */
    -webkit-border-radius:20px;   /* Webkit browsers */
    -webkit-appearance:none ;     /*解决iphone safari上的圆角问题 */
	text-align:left;
	font-size:.24rem;
	font-family:Arial,微软雅黑;
	color:#000;
	}	
.weblist li a{color:#414141;/*color:#414141;*/}
.weblist li p{float:left;margin:0;padding:4px 0 0 0;}	



/*友情链接*/
/*通栏背景*/
#wap_partner_bg{
	clear:both;
	width:100%;
    height:auto;
	text-align:center;
	background-color:rgba(21,130,35,0.1);
	padding:20px 0 20px 0;}
/*包含内容的定位层*/	
.wap_partner{	
	clear:both;
	width:640px;
	height:340px;	
	padding:0;
	margin:0 auto 0 auto;
	text-align:left;
	}
.line_wap{
	float:left;
	clear:both;
	width:500px;
	margin:10px 70px 10px 70px;
	height:1px;
	background:center no-repeat rgba(136,165,38,0.2);
	border:none;}	
/*提示文字*/	
.wap_partnertype{
	float:left;
	text-align:left;
	clear:both;
	width:auto;
	height:auto;
	margin:15px 0 10px 50px;
	border:none;
	background-color:none;	
	font-size:.18rem;
	/*color:#88a526;*/
	color:rgba(136,165,38,0.8);
	}
/*内容层定位*/	
.wap_partnerlist{
	float:left;
	clear:right;
	width:560px;
	height:auto;
	margin:10px 0 0 60px; 
	font-size:.20rem;
	font-family: Arial,微软雅黑;
	}	
.wap_partnerlist ul{
	float:left;
	width:auto;
	position: relative;
	vertical-align:top;
	list-style-type:none;
	list-style-image:none;
	margin:0;	
	padding:0;
	}
.wap_partnerlist li{
	float:left;
	display:inline-block;
	white-space:nowrap;
	margin:0 12px 12px 0;
	padding:0;
	width:auto;	
	text-align:left; 
	vertical-align:bottom;

	}
.wap_partnerlist li a{color:rgba(68,83,19,0.5);}
.wap_partnerlist li p{margin:0;padding:2px 0 0 0;}

	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

