@charset "UTF-8";
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, button, textarea, p, blockquote, th, td
	{
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

:focus {
	outline: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

abbr
,
acronym
,
{
border
:
 
0;
font-variant
:
 
normal
;
 
}
code, kbd, samp, tt {
	font-size: 100%;
}

input, button, textarea, select {
	*font-size: 100%;
	border: none;
}

ol, ul {
	list-style: none;
}

i, em {
	font-style: normal;
}

a {
	text-decoration: none;
}

body {
	background: #fff;
	color: #5e5e5e;
	font: 12px/1.4 Microsoft YaHei, SimSun, Arial;
	background: #f7f6f4;
}

a:hover {
	text-decoration: none;
}

/*top*/
.xf_bigtop {
	position: relative;
	z-index: 10;
}

.xf_dzzytop {
	height: 98px;
	width: 100%;
	background: url(../images/xf_topbg.png) top center #1c747e no-repeat;
}

.xf_topinner {
	width: 1100px;
	margin: 0 auto;
}

.xf_jginner ul li a {
	color: #555;
}

.xf_logo {
	float: left;
}

.xf_navleft a:hover {
	text-decoration: none;
} /*修改导航的超链接的样式，取消下划线*/
.xf_topright {
	font-family: 'SimSun';
	float: right;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
}

.xf_topright ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #c8c8c8;
}

.xf_topright ul .bor_none {
	border: 0;
}

.xf_topright ul li a {
	color: #fff;
}
/*top end*/

/*top nav*/
.xf_bigtop.cur {
	padding-top: 42px;
}

.xf_topnav {
	position: relative;
	z-index: 3;
	height: 42px;
	background: #e8ebec;
	border-bottom: 1px solid #c3bfbf;
}

.xf_bigtop.cur .xf_topnav {
	top: 0;
	width: 100%;
	left: 0;
	position: fixed;
}

.xf_topnavinner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.xf_topnavinner .xf_navleft ul {
	float: left;
}

.xf_topnavinner .xf_navleft ul li {
	padding: 5px 20px 5px 0;
	position: relative;
	float: left;
	z-index: 2;
}

.xf_topnavinner .xf_navleft ul li a {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #323637;
	border-radius: 2px;
}

.xf_topnavinner .xf_navleft ul li .xf_navmore {
	width: 110px;
	text-indent: -10px;
	background: url(../images/xf_icon.png) no-repeat 92px -200px;
}

.xf_topnavinner .xf_navleft ul li .xf_navmore:hover {
	background: url(../images/xf_icon.png) #ff8400 no-repeat 92px -230px;
}

.xf_topnavinner .xf_navleft ul li .xf_navmorecur {
	color: #fff;
	background: url(../images/xf_icon.png) #ff8400 no-repeat 92px -230px;
}

.xf_topnavinner .xf_navleft ul li a:hover {
	color: #fff;
	background: #ff8400;
}

.xf_topnavinner .xf_navleft ul li .cur {
	color: #fff;
	background: #ff8400;
}

.xf_shoucang {
	position: absolute;
	top: -6px;
	right: 0;
	float: right;
}

.xf_shoucang a {
	display: block;
	width: 176px;
	height: 43px;
	background: url(../images/xf_icon.png) no-repeat;
}

.xf_shoucang .sccur {
	background: url(../images/xf_icon.png) 0 -305px no-repeat;
}

.xf_topnavqita, .xf_scbox {
	z-index: 9;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.xf_topnavqita.cur {
	position: fixed;
	left: 50%;
	margin-left: -550px;
	top: 42px;
}

.xf_topnavqita ul {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 5px 4px;
	right: 250px;
	width: 120px;
	background: #e8ebec;
	border: 1px solid #c3bfbf;
	box-shadow: 1px 2px 5px #ccc;
}

.xf_topnavqita ul li {
	width: 100%;
	margin: 0;
	padding-bottom: 3px;
}

.xf_topnavqita ul li a {
	display: block;
	width: 100%;
	height: 26px;
	color: #444444;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	font-family: 'SimSun';
}

.xf_topnavqita ul li a:hover {
	background: #1d6070;
	color: #fff;
}
/* .xf_topnavinner .xf_navleft ul li ul{
	display: none;
	position: absolute;
	top: 42px;
	padding:  5px 4px;
	left: 1px;
	width: 120px;
	background: #e8ebec;
	border: 1px solid #c3bfbf;
	box-shadow: 1px 2px 5px #ccc;
}
.xf_topnavinner .xf_navleft ul li ul li{
	width: 100%;
	margin: 0;
	padding-bottom: 3px;
}
.xf_topnavinner .xf_navleft ul li ul li a{
	display: block;
	width: 100%;
	height: 26px;
	color:#444444;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	font-family: 'SimSun';
}
.xf_topnavinner .xf_navleft ul li ul li a:hover{
	background: #1d6070;
	color:#fff;
} */
/*top nav end*/

/*搜索区域*/
.xf_sosuoqy {
	position: relative;
	z-index: 2;
	width: 1030px;
	margin: 0 auto;
	min-height: 63px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0 0 3px 3px;
	padding-top: 19px;
	padding-left: 68px;
}

.xf_sosuoqy em {
	margin-right: 19px;
	font-size: 18px;
	color: #f56400;
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
}

.xf_sslx {
	margin-right: 8px;
	border-radius: 2px;
	color: #000;
	font-family: 'SimSun';
	font-size: 12px;
	line-height: 44px;
	padding-left: 10px;
	float: left;
	position: relative;
	width: 129px;
	height: 44px;
	border: 1px solid #cfcbc8;
	background: #fbfbfa;
}

.xf_sslx i {
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 39px;
	height: 44px;
	background: url(../images/xf_icon.png) -120px -50px no-repeat;
}

.xf_sslx ul {
	display: none;
	padding: 5px 4px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 128px;
	background: #e8ebec;
	border: 1px solid #c3bfbf;
	box-shadow: 1px 2px 5px #ccc;
}

.xf_sslx ul li {
	display: inline;
}

.xf_sslx ul li a {
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 26px;
	color: #444444;
	line-height: 26px;
	text-indent: 5px;
	font-size: 12px;
	font-family: 'SimSun';
}

.xf_sslx ul li a:hover {
	background: #1d6070;
	color: #fff;
}

.xfsosuoinput {
	position: relative;
	float: left;
	width: 62%;
	width: 70%;
	padding-right: 93px;
	height: 35px;
	padding-top: 9px;
	border-radius: 2px;
	border: 1px solid #cfcbc8;
	background: #fbfbfa;
}

.xfsosuoinput input {
	width: 95%;
	padding-left: 10px;
	line-height: 26px;
	height: 26px;
	background: #fbfbfa;
	font-size: 16px;
}

.xfsosuoinput a {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 93px;
	height: 46px;
	background: url(../images/xf_icon.png) no-repeat 0 -85px;
}

.xfsosuoinput a:hover {
	background: url(../images/xf_icon.png) no-repeat 0 -132px;
}
/*搜索区域end*/

/*我的收藏*/
.xf_shoucanginner {
	/* display: none; */
	font-family: 'SimSun';
	top: -375px;
	right: 0;
	position: absolute;
	width: 418px;
	padding: 0 10px;
	height: 363px;
	*height: 366px;
	background: #e8ebec;
	border: 1px solid #c3bfbf;
	border-radius: 3px;
}

.xf_shoucanginner i {
	position: absolute;
	top: -10px;
	right: 70px;
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/xf_icon.png) no-repeat -132px -165px;
}

.xf_shoucanginner ul {
	min-height: 332px;
}

.xf_shoucanginner ul li {
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dashed #aeaca9;
}

.xf_shoucanginner ul li img {
	float: left;
	margin-right: 10px;
	width: 98px;
	height: 62px;
}

.xf_shoucanginner ul li em {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
	width: 235px;
}

.xf_shoucanginner ul li p {
	color: #666666;
	font-size: 12px;
	width: 235px;
	float: left;
}

.xf_shoucanginner ul li a {
	color: #6c6c6c;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	float: right;
	display: block;
	width: 61px;
	height: 30px;
	background: url(../images/xf_icon.png) no-repeat -102px -106px;
}

.xf_shoucanginner .xf_scxfy ul {
	padding-top: 7px;
	*padding-top: 3px;
	float: right;
}

.xf_shoucanginner .xf_scxfy ul li {
	padding: 0;
	border: 0;
	float: left;
	display: inline;
	margin-right: 10px;
	width: 18px;
}

.xf_shoucanginner .xf_scxfy ul li a {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #a4a9ae;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #e8ebec;
	background: none;
}

.xf_scxfy ul li a:hover {
	background: #e8ebec;
	color: #a4a9ae;
	border-color: #cacdd0;
}

.xf_shoucanginner .xf_scxfy ul .cur a {
	color: #fff;
	border-color: #ffa200;
	background: #ffa200;
}
/*我的收藏end*/

/*内容区域*/
.xf_jginner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 19px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.xf_jginner ul li {
	float: left;
	position: relative;
	font-family: 'hiragino';
	padding: 8px 11px;
	width: 337px;
	height: 124px;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 8px;
	border-radius: 2px;
	border: 1px solid #ececec;
	overflow: hidden;
}

.xf_jginner ul .xf_marnone {
	margin-right: 0;
}

.xf_jginner ul li h3 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	color: #222;
	border-bottom: 1px solid #f2f2f2;
}

.xf_jginner ul li h3 span {
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 5px;
	color: #999999;
	font-size: 12px;
}

.xf_jginner ul li div {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding: 7px 0 3px;
	cursor: pointer;
}

.xf_jginner ul li div img {
	width: 98px;
	height: 62px;
	float: left;
}

.xf_jginner ul li div span {
	display: block;
	width: 230px;
	float: right;
	height: 92px;
}

.xf_jginner ul li p i {
	-webkit-user-select: none;
	float: left;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	width: 96px;
	height: 24px;
	border: 1px solid #dbdbdb;
	line-height: 24px;
	text-align: center;
	color: #666666;
	text-indent: 15px;
	/* background: url(../images/xf_icon.png) no-repeat -149px -139px; */
}

.xf_jginner ul li p i b {
	font-weight: normal;
	font-size: 20px;
	display: block;
	width: 5px;
	float: left;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 24px;
	/* border:1px solid #dbdbdb; */
	line-height: 24px;
	text-align: center;
	color: #666666;
	margin-top: 3px;
}

.xf_jginner ul li p i:hover {
	background: #efefef;
}

.xf_jginner ul li p a {
	z-index: 2;
	position: absolute;
	right: 11px;
	bottom: 8px;
	/*display: none;*/
	float: right;
	width: 76px;
	color: #fff;
	text-indent: 40px;
	line-height: 28px;
	height: 28px;
	background: url(../images/xf_icon.png) 0 -275px no-repeat;
	opacity: 0;
	filter: alpha(opacity = 00);
}

.xf_jginner ul li p .xf_dianjih {
	z-index: 1;
	background: url(../images/xf_icon.png) -80px -275px no-repeat;
}

.xf_jginner ul li p .cur {
	z-index: 3;
}

.xf_innerfenye {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.xf_innerfenye ul {
	overflow: hidden;
	/* padding-left: 380px; */
	display: inline-block;
}

.xf_innerfenye ul li {
	float: left;
	margin-right: 12px;
}

.xf_innerfenye ul li .xf_fenyesx {
	display: block;
	width: 56px;
	height: 26px;
	text-align: center;
	color: #fff;
	background: #349dad;
	border-radius: 3px;
}

.xf_innerfenye ul li .xf_fenyesx:hover {
	color: #fff;
	background: #16899b;
}

.xf_innerfenye ul li a {
	line-height: 26px;
	font-size: 14px;
	display: block;
	min-width: 10px;
	color: #a4a9ae;
}

.xf_innerfenye ul li a:hover {
	color: #ff8400;
}

.xf_innerfenye ul .cur a {
	color: #ff8400;
}
/*内容区域end*/

/*右侧悬浮*/
.xf_rightxf {
	border-radius: 3px 3px 0 0;
	z-index: 12;
	position: fixed;
	right: 5px;
	top: 15%;
	width: 110px;
	padding-bottom: 15px;
	background: #fff;
}

.xf_rightxf em {
	display: block;
	width: 100%;
	background: #00a766;
	color: #fff;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
}

.xf_rightxf .xf_xfjsinner ul {
	display: none;
}

.xf_rightxf .xf_xfjsinner ul li {
	position: relative;
	cursor: pointer;
	padding: 10px 0 2px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #fff;
	border-bottom: 1px dashed #f1f1f1;
}

.xf_rightxf .xf_xfjsinner ul li i {
	display: none;
	right: -1px;
	top: -1px;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/xf_icon.png) no-repeat -90px -55px;
}

.xf_rightxf .xf_xfjsinner ul .bordercur {
	border: 1px dashed #00a766;
}

.xf_rightxf .xf_xfjsinner ul .bordercur i {
	display: block;
}

.xf_rightxf .xf_xfjsinner ul li img {
	width: 78px;
	height: 49px;
}

.xf_xffenye ul {
	height: 20px;
	padding-top: 5px;
	padding-left: 30px;
}

.xf_xffenye ul li {
	margin: 0 5px;
	float: left;
}

.xf_xffenye ul li a {
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: #666666;
}

.xf_xffenye ul li a:hover {
	color: #fff;
	background: url(../images/xf_icon.png) -160px -190px no-repeat;
}

.xf_xffenye ul .cur a {
	color: #fff;
	background: url(../images/xf_icon.png) -160px -190px no-repeat;
}

.xf_xffenye i {
	margin: 0 auto;
	display: block;
	width: 76px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #4f89b1;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
/*右侧悬浮 end*/
.xf_jginner ul li div.per-btn {
    /* float: right; */
    /* padding-top: 0px; */
    position: absolute;
    right: 12px;
    bottom: 0;
}

.per-btn input {
	border: none;
	cursor: pointer;
	outline: none;
}

.guannei, .guanwai {
	width: 76px;
	height: 28px;
	background: url(../images/guannei.png) no-repeat;
}

.guanwai {
	background-image: url(../images/guanwai.png);
}

/*版权*/
.xf_banq {
	padding-top: 15px;
	text-align: center;
	color: #595e61;
	font-size: 12px;
	font-family: 'SimSun';
	height: 100px;
	background: #e2e6e7;
}

.xf_banq p {
	margin-bottom: 15px;
}
/*版权end*/
/*评价弹出框 start*/
.pj_ico {
	width: 12px;
	height: 12px;
	background: url(../images/pj-ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 4px 0 0;
}

.pj_font {
	color: #5084c5;
	font-size: 12px;
}

.pj_font:hover {
	color: #FFFFFF;
	background: #5084c5;
	cursor: pointer;
}

.pj_tanchu {
	padding: 10px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 10px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 5;
	display: none;
}

.pj_con {
	width: 500px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}

.pj_con_top {
	padding: 18px 12px 18px 25px;
	background: #e1f8ff;
	border-radius: 4px 4px 0 0;
}

.pj_con_top h3 {
	font-size: 16px;
	color: #333;
}

.pj_gb {
	width: 12px;
	height: 12px;
	background: url(../images/pj-gb.png) no-repeat;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 5%;
}

.pj_con_bot {
	width: 474px;
	padding: 40px 0 26px 26px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

.gradecon {
	width: 230px;
	margin: 0 auto;
	padding-bottom: 34px;
}

.rev_pro li .revtit {
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	width: 70px;
}

.level .level_solid, .level .level_hollow {
	float: left;
	background-image: url("../images/pjstar.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 46px;
	height: 30px;
}

.level .level_solid {
	background-position: 0px 0px;
}

.level .level_hollow {
	background-position: -46px 0px;
}

.revgrade {
	margin-left: 20px;
}

.pj_con_bot p {
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
}

textarea {
	resize: none;
}

.pj_inner {
	border: 1px solid #e8e8e8;
	background: #fafafa;
	width: 436px;
	height: 78px;
	padding: 5px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.pj_tj {
	width: 100px;
	height: 44px;
	background: #4294d3;
	border-radius: 2px;
	float: right;
	margin-right: 26px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.score {
	width: 50px;
	height: 50px;
	background: #FBBE01;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	font-family: 'Comic Sans MS', cursive, sans-serif;
	color:white;
}
.scorePopover{
	color: #5084c5;
	font-size: 12px;
}

.scorePopover:hover {
	color: #FFFFFF;
	background: #5084c5;
}
/*评价弹出框 end*/