@CHARSET "UTF-8";
@media (min-width: 1001px){
/* site-nav */
.site-nav{
	height: 30px; 
	line-height: 30px;
	background: #fafafa;
	overflow: hidden;
}
.top{
	width: 990px;
	margin: 0 auto;
}

.top-left{
	float: left;
	cursor: pointer;
}

.top-left b{
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	background: url(../image/star.jpg) no-repeat;
	transition:transform 0.2s ease-in 0s;
}

.top-left:hover b{
	transform:rotate(150deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.top-right{
	float: right;
	text-align: right;
}
.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: 990px;
	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: 992px;
	margin:0 auto;
	margin-top: 5px;
}
.tap-list{
	width: 300px;
	float: left;
	margin-left: 400px;
}
.tap li{
	float: left;
	width: 93px;
	height: 35px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	margin-right: 5px;
	text-align: center;
}
.tap li:hover{
	background: #fff;
}
.tap li a{
	display: inline-block;
	width: 93px;
	height: 35px;
}
.now{
	background: #fff;
	border: 1px solid #fff !important;
	border-bottom:none !important;
}
.have{
	float: right;
}
.have a{
	color: blue;
	padding-left: 10px;
}

/* contact */
.main{
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.detal{
	text-align: center;
}

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

.main h2 a{
	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: 390px;
	margin:0 auto;
	margin-bottom:30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.main p i{
	color: #ff0000;
	display: inline-block;
	font-size: 14px;
	width: 20px;
	text-align: center;
}
.main p span{
	color: #666;
	display: inline-block;
	font-size: 14px;
	width: 80px;
	text-align: right;
	margin-right: 8px;
}

.information{
	padding:0px;
	margin: 0px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e4e4e4;
	width: 270px;
	outline: none;
	font-family: "微软雅黑";
	text-indent: 1em;
}
.in1{
	background: url(../image/in1.png) 240px center no-repeat;
}

.in2{
	background: url(../image/in.png) 240px center no-repeat;
}

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

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

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

.main .s5{
	margin-left: 7px;
	height: 34px;
	width: 130px;
	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: 390px;
	background: #e3393c;
	border-radius: 3px;
	border: none;
	outline: none;
	color: #fff;
	font-weight: bold;
	font-family: "微软雅黑";
	cursor: pointer;
}


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

}