﻿@charset "utf-8";
/* CSS Document */

/*公共样式*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
input {
	font-family: "微软雅黑";
}

.wrapper{
	width:1200px;
	margin:0px auto;
}
.float-lt{
	float:left;
}
.float-rt{
	float:right;
}
.hidden{
	display: none;
}
.block{
	display: block;
}
.wrapper .list-lt{
	width:310px;
	position: relative;
	box-shadow: 5px 5px 5px rgba(13,72,110,.2);
}
.wrapper .list-rt{
	width:890px;
	margin-left:310px;
	background: #fff;
	margin-top:20px;
}
/*公共样式 end*/
/*header头部*/
.header-bar{
	width:100%;
	height:50px;
	padding:20px 0;
	background:#fff;
	overflow: hidden;
}
.logo{
	width:430px;
	height: 50px;
}
.logo img{
	width:auto;
	height:100%;
}
.search{
	margin-top:20px;
	margin-right:20px;
}
.search input{
	display: inline-block;
	width:200px;
	height: 36px;
	padding:0 5px;
	border:1px solid #d9d9d9;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	outline: none;
	vertical-align: top;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
}
.search input:focus{
	border:1px solid #f44536;
	border-right: 0;
}
.search a{
	display: inline-block;
	width: 64px;
	height: 38px;
	background: #f44536;
	border-radius: 0 4px 4px 0;
	text-align: center;
	vertical-align: top;
}
.search a img{
	margin:8px 0;
}
.header-enter{
	width:230px;
	margin-top:20px;
	/*margin-right:10px;*/
}
.header-enter p{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
.header-enter p a{
	font-size:17px;
	color: #1492FF;
}
.header-enter p a:hover{
	text-decoration: underline;
}
.header-enter ul li{
	display: inline-block;
	margin:0 5px;
}
.header-enter ul a{
	display: block;
	padding-left:30px;
	height: 30px;
	line-height: 30px;
	color: #1492ff;
	font-size: 16px;
}
/* .header-enter ul a:hover{
	text-decoration: underline;
} */
.en-login-btn{
	background: url(../image/login.png) no-repeat left center;

}
.en-reg-btn{
	background: url(../image/name.png) no-repeat left center;
}
.longin{
	z-index: 9999;
	position: relative;
	/*float: left;*/
	top: -40px;
	/*margin-right: 100px;*/
	width: 1142px;
	/*width:200px;*/
	margin: 0 auto;
}

.longin p a{
	font-size:17px;
	color: #1492FF;
}
.longin ul li{
	float: right;
	font-size: 20px;
	display: inline-block;
}
.longin ul a{
	display: block;
	padding-left:30px;
	height: 30px;
	line-height: 30px;
	color: #1492ff;
	font-size: 16px;
}
/*header头部 end*/
/*nav 导航*/
.nav-bar{
	width:100%;
	height:50px;
	background:#fff;
	/*min-width: 1200px;*/
	border-top:1px solid #d5d5d5;
	margin: 0 auto;
	/*width: 1200px;*/
}
.nav-bar2{
	/*position:fixed;*/
	top:0;
	width:100%;
	height:50px;
	min-width: 1200px;
	background:#fff;
	border-top:1px solid #d5d5d5;
	/*z-index:99999;*/
	box-shadow:0 5px 5px rgba(0,0,0,0.15)
}
.nav-bar .nav,.nav-bar2 .nav{
	width:1460px;
	height: 50px;
	left: 130px;
	position: relative;
	margin: 0 auto;
}
.nav li{
	width:200px;
	float: left;
	margin-right:-24px;
/*margin: 0 auto;*/
}
.nav li a{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	text-align: center;
	text-decoration: none;


}
.nav li a.nav-active{
	background: #109ced;
	color: #fff;

}
.nav li a:hover{
	background: #109ced;
	/*background: red;*/
	color: #fff;
}
/*nav 导航 end*/
.main-bg-img{
	width:100%;
	position:fixed;
	top:50px;
	z-index:-1;
}
.main-bg-img img{
	width:100%;

}
.main-bar{
	width:100%;
	min-width:1200px;
	min-height:600px;
	padding:30px 0 45px 0;
	/* background: url(../image/top-bg.png) no-repeat center top; */
	background-size: 100% auto;
	position: relative;
}
.bottom-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: auto;
	z-index: -1;
}
/*评分位置*/
.pf-x{
	display: inline-block;
	width:75px;
	height: 12px;
	background-size: 75px 12px !important;
	vertical-align: middle;
}
.pf-x-b{
	display: block;
	width:94px;
	height: 15px;
	background-size: 94px 15px !important;
	margin:10px 0;
}
.x-0{
	background: url(../image/x-0.png) no-repeat;
}
.x-1{
	background: url(../image/x-1.png) no-repeat;
}
.x-2{
	background: url(../image/x-2.png) no-repeat;
}
.x-3{
	background: url(../image/x-3.png) no-repeat;
}
.x-4{
	background: url(../image/x-4.png) no-repeat;
}
.x-5{
	background: url(../image/x-5.png) no-repeat;
}
/*评分位置 end*/

/*页码*/
/*.page{
	width:100%;
	margin:20px auto 20px auto;
	overflow: hidden; 
	font-weight: 600;
	text-align: center;
}
.page a{
	padding:8px 20px; 
	line-height: 38px; 
	border-radius: 3px; 
	border:1px solid #307cc6;
	margin:0 1px; 
	font-size: 15px; 
	color: #307cc6; 
	background: #eef6fe;
}
.page a:hover{
	background: #307cc6; 
	color: #FFFFFF; 
}
.page a.page_active{
	background: #307cc6; 
	color: #FFFFFF; 
}*/
/*页码 end*/
/*页码*/
/* .page{
	text-align: center;
	width:100%;
	margin:20px auto 20px auto;
	overflow: hidden; 
	font-weight: 600;
}
.page ul{
	text-align: center; 
	overflow: hidden;
}
.page ul li{
	display: inline-block;
	width: 50px;
	height: 38px;
	line-height: 38px; 
	text-align: center; 
	border-radius: 3px;
	margin:0 2px; 
	border:1px solid #307cc6;
	font-size: 14px; 
	color: #307cc6; 
	cursor: pointer;
}
.page li.page-up,.page li.page-text{
	width:90px; 
	background: #eef6fe;
}
.page ul li:hover{
	background: #307cc6; 
	color: #FFFFFF; 
	font-size: 16px;
}
.page a:hover{
	background: #307cc6; 
	color: #FFFFFF;
}
.page ul li.page-active{
	background: #307cc6; 
	color: #FFFFFF; 
	font-size: 16px;
} */

/*---------------------分页-----------------------------*/
.page{ width: 560px; overflow:hidden; margin: 25px auto;    text-align: center;}
.page a{display:block;float:left;width:50px;margin:0 3px; background:#f6f9fd; border:1px solid #7bafea;line-height:36px;text-align:center;font-size:15px; color: #235de0; border-radius: 3px;}
.page a:hover{background:#cfe9ff; color:#235de0}
.page a.active{background:#cfe9ff;color:#235de0;}
.page span{float:left;display:block; background:#f6f9fd; text-align:center; width:100px;height:36px;line-height:36px;font-size:15px;  cursor:pointer;font-size:15px;border-radius: 3px; color: #235de0; border:1px solid #7bafea;}
.page span.page_back{}
.page span:hover{background:#cfe9ff;color:#235de0}
.page span.page_next{}

/*修改layui默认的样式*/
.layui-laypage .layui-laypage-curr {
	width: 20px;
}
.layui-laypage span {
	width: 30px;
}
.layui-laypage a, .layui-laypage span {
	margin: 0 3px;
	background: #f6f9fd;
	border: 1px solid #7bafea;
	font-size: 15px;
	color: #235de0;
	width: 15px;
	height: 35px !important;
	line-height: 36px !important;
}
.layui-laypage .layui-laypage-last{
	width: 50px;
}
.layui-laypage .layui-laypage-next{
	width: 50px;
}
.layui-laypage .layui-laypage-prev{
	width: 50px;
}
.layui-laypage .laypage_first{
	width: 50px;
}
/*---------------------分页end-----------------------------*/
/*底部css*/
.footer{
	/*position:relative;*/
	width: 100%;
	min-width: 1250px;
	padding:10px 0;
	text-align: center;
	line-height:20px;
	background: #5b6064;
	color: #fff;
	font-size: 12px;
	z-index:999999;
}
.footer-text{
	display: inline-block;
	width:550px;
	margin:20px;
	vertical-align: middle;
}
.footer ul{
	width: 100%;
	overflow: hidden;

}
.footer li{
	width: 25%;
	float: left;
	height: 40px;
	/*line-height: 40px;*/
	text-align: center;
	border-bottom: 1px solid #999999;
}
.footer li a{
	color: #fff;
}
.footer li a:hover{
	text-decoration: underline;
}
.footer li.footer-text-p::before{
	content: "•";
	color: #fff;
	font-size: 15px;
	float: left;
	color: #999999;
}
.footer p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	margin-left: -22px;
}
.footer img{
	vertical-align: middle;
}
/*底部css end*/
/* 返回顶部 */
.top_btn{
	position:fixed;
	bottom:  10px;
	right:  20px;
	width:60px;
	height:  60px;
	background:  rgba(48,124,198,0.7);
	text-align:  center;
	border-radius:  30px;
	overflow:hidden;
	transition:  0.5s;
	-moz-transition:  0.5s;  /*  Firefox  4  */
	-webkit-transition:  0.5s;  /*  Safari  和  Chrome  */
	-o-transition:  0.5s;  /*  Opera  */

}
.top_btn:hover{
	background:  rgba(48,124,198,1);
	border-radius:  0px;
}
/* 暂无数据样式 */
.nothing{
	width:400px;
	height:400px;
	margin:50px auto;
}
.nothing img{
	width:100%;
	height:100%;
}
