@charset "utf-8";
body 
{
	width:100%;
	padding:0;
	margin:0;
	border:none;
	background:url(bg.jpg) no-repeat top center;
}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ color:#000000; text-decoration:none;}
a:hover{ color:#014a97;}
img{ border:0;}
.container{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.logo{
	width:100%;
	float:left;
	text-align:center;
	padding-top:100px;
}
.title{
	width:100%;
	float:left;
	text-align:center;
	margin-top:50px;
}
.searchmethod{
	width:100%;
	float:left;
	text-align:center;
	color:#e0e5e9;
	font-size:14px;
	margin-top:40px;
	line-height:30px;
	font-family:微软雅黑;
	margin-bottom:56px;
}
.searchmethod span{
	color:#fff;
	font-size:15px;
}
.searchmethod p{
	opacity:0.6;
	line-height:25px;
}
.form{
	width:360px;
	margin:0 auto;
}
.form input{
	width:360px;
	height:50px;
	border:none;
	background:url(textbg.png) no-repeat top center;
	outline:none;
	text-indent:10px;
	font-family:微软雅黑;
	margin-bottom:5px;
	color:#fff;
}
.form a{
	width:100%;
	height:53px;
	line-height:53px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	background:#f94558;
	font-family:微软雅黑;
	color:#fff;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	margin-top:10px;
}
.form a:hover{
	background:#d81b2f;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.wcode{
	width:100%;
	float:left;
	text-align:center;
	padding-top:90px;
	color:#fff;
	line-height:20px;
	font-size:13px;
	font-family:微软雅黑;
	
}
.wcode p{
	opacity:0.6;
	padding-bottom:20px;
	padding-top:10px;
}

/*******内页样式******/
.container_reulst{
	width:1200px;
	margin:0 auto;
	margin-top:6%;
}
.detail{
	width:calc(100% - 40px);
	float:left;
	height:635px;
	background:url(ico_detailbg.png) repeat top center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #37485f;
	padding:20px;
}
.detail_con{
	width:calc(100% - 120px);
	height:100%;	
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	padding-left:60px;
	padding-right:60px;
}
.detail_con .title{
	width:100%;
	float:left;
	text-align:center;
	color:#f94558;
	font-size:25px;
	font-family:微软雅黑;
	margin-top:45px;
}
.result_data{
	width:100%;
	float:left;
	margin-top:30px;
}
.result_data ul{
	clear:both;
	list-style-type:none;
	border-bottom:1px solid #f6f6f6;
	float:left;
	width:calc(100% - 45px);
}
.result_data ul li{
	width:14.2857%;
	float:left;
	text-align:center;
	font-size:14px;
	color:#888384;
	font-family:微软雅黑;
}
.result_data ul.data li{
	width:14.2857%;
	float:left;
	text-align:center;
	font-size:14px;
	color:#161516;
	font-family:微软雅黑;
	padding-bottom:20px;
	padding-top:10px;
}
.result_data ul.data{
	margin-bottom:200px;
}
.file{
	width:330px;
	margin:0 auto;
}
.result_data a{
	width:154px;
	height:36px;
	float:left;
	line-height:36px;
	background:#cccccc;
	color:#908b8c;
	text-align:center;
	font-size:14px;
	font-family:微软雅黑;
	border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-border-radius:2px;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.result_data a:hover{
	background:#ff9801;
	color:#fff;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.result_data a:nth-child(2n)
{
	float:right;
}