@CHARSET "UTF-8";
@media screen and (max-width:639px) { 
/* site-nav */
.site-nav{
	height: 30px; 
	line-height: 30px;
	background: #fafafa;
	overflow: hidden;
}
.top{
	width: 98%;
	margin: 0 1%;
}

.top-left{
	display: none;
}


.top-right{
	width: 100%;
	float: right;
	text-align: right;
	font-size: 1em;
}
.top-right a:hover{
	color: #ff0000;
	text-decoration:underline;
}
.top-right span{
	padding:0 8px;
}

.top-right i{
	display: inline-block;
	height: 13px;
	line-height: 13px;
}

/* logo */
.logo{
	height: 60px;
	width: 100%;
	margin: 0 auto;
	margin-top:10px;
	background: url(../image/will.png) 190px center no-repeat;
}
.logo img{
	height: 60px;
	width: 170px; 
	overflow: hidden;
}

/* tap */
.tap{
	height: 36px;
	line-height: 36px;
	width: 98%;
	margin:0 1%;
}
.tap-list{
	width: 98%;
	float: left;
	margin-left: 1%;
}
.tap li{
	float: left;
	width: 30%;
	height: 35px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	margin-right: 1%;
	text-align: center;
}
.tap li:hover{
	background: #fff;
}

.now{
	background: #fff;
	border: 1px solid #fff !important;
	border-bottom:none !important;
}
.have{
	display: none;
}


/* contact */
.main{
	width: 98%;
	margin:0 1%;
	overflow: hidden;
	background: #fff;
}

.detal{
	text-align: center;
	width: 100%;
	height: auto;
}
.detal img{
	width: 100%;
	height: auto;
}

.main h2{
	width: 100%;
	height: 73px;
	background: url(../image/imtion2.gif) center bottom repeat-x;
	border-top: 1px solid #e4e4e4;
	line-height: 73px;
	overflow: hidden;
	font-weight: normal;
	padding-left: 16px;
}

.main h2 a{
	display: none;
	float: right;
	padding-right: 16px;
	color: blue;
}

.main h1{
	font-size: 14px;
	height: 33px;
	border-top: 1px solid #e4e4e4;
	background: url(../image/h1.jpg) center center repeat-x;
	line-height: 33px;
	font-weight: normal;
	color: #333;
	padding-left: 16px;
	margin-bottom: 30px;
}
.main p{
	width: 98%;
	margin:0 1%;
	margin-bottom:30px;
	overflow: hidden;
	text-align: center;
}
.main p i{
 display: none;
}
.main p span{
display: none;
}

.information{
	padding:0px;
	margin: 0px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e4e4e4;
	width: 98%;
	outline: none;
	font-family: "微软雅黑";
	text-indent: 1em;
}

.main .s1{
	height: 34px;
	width: 89px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: "微软雅黑";
	color: #999;
	text-indent: 1em;
}

.main .s2{
}

.main .s3{
	height: 34px;
	width: 98%;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: "微软雅黑";
	color: #999;
	text-indent: 1em;
}
.main .s4{
	height: 36px;
	width: 98%;
	border: none;
	outline: none;
	font-family: "微软雅黑";
	color: #666;
	border-radius: 2px;
	margin-top: 10px;
}

.main .s5{
	height: 34px;
	width: 98%;
	margin-top: 10px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: "微软雅黑";
	color: #666;
	border-radius: 2px;
}


.main .s6{
	margin-right: 17px;
}

.check{
	margin-bottom: 10px !important;
}
.tijiao{
	height: 37px;
	width:98%;
	margin:0 1%;
	background: #e3393c;
	border-radius: 3px;
	border: none;
	outline: none;
	color: #fff;
	font-weight: bold;
	font-family: "微软雅黑";
	cursor: pointer;
}


/* foot */
.foot{
	width: 98%;
	margin-left:1%;
	margin-right:1%;
	padding: 10px 0px;
	margin-top: 15px;
}
.foot p{
	line-height: 30px;
	text-align: center;
}
.foot p a{
	padding: 0px 5px;
}

.in1{
	background: url(../image/in1.png) 95% center no-repeat;
}

.in2{
	background: url(../image/in.png) 95% center no-repeat;
}
.p1{
	display: none;
}

}


