* {
	padding: 0;
	margin: 0;
}

@charset "utf-8";
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;
	font: inherit;
	vertical-align: baseline;
	font-family: "microsoft yahei", simhei;
	font-size: 0px;
	font-style: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none !important
}

s {
	text-decoration: none;
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	font-size: 14px
}

body, html {
	height: 100%
}

img {
	border: 0
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

select, input {
	vertical-align: middle
}

input, textarea {
	border: 0;
	outline: 0;
	/*-webkit-appearance: none;*/
	margin: 0;
	padding: 0
}

.spacer {
	clear: both;
	font-size: 0;
	height: 0
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #ff6500
}

.clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
}

.clearfix {
	zoom: 1;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}

.fl {
	float: left;
}

.fr {
	float: right;
}

::-webkit-input-placeholder {
	color: #3f3f3f;
	font-family: "microsoft yahei", simhei
}

:-moz-placeholder {
	color: #3f3f3f;
	font-family: "microsoft yahei", simhei
}

::-moz-placeholder {
	color: #3f3f3f;
	font-family: "microsoft yahei", simhei
}

body {
	background-color: #f7f7f7;
	_text-align: center;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000000;
}

fieldset, img {
	border: 0 none;
}

mark {
	background: none repeat scroll 0 0 #d4d0d0;
}

* html .clearfix {
	zoom: 1;
	height: auto;
}

.max_width {
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden
}

.min_width {
	min-width: 1180px
}

#site-nav {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	height: 30px;
	width: 100%;
	min-width: 1180px;
	color: #666;
	background: #f9f9f9;
	font: 12px/30px Microsoft Yahei, sans-serif;
}

#site-nav-bd {
	color: #000000;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	padding: 2px 0;
	position: relative;
	z-index: 10000;
	width: 990px;
}

#site-nav .login-info {
	float: left;
	width: 450px;
}

#site-nav .quick-menu {
	position: absolute;
	right: 0;
	top: 1px;
}

#site-nav .quick-menu li {
	background-position: right 6px;
	float: left;
	margin-left: -1px;
	padding: 1px 10px 0;
}

#site-nav .quick-menu li.last {
	background: none repeat scroll 0 0 transparent;
}

#site-nav .apc-site-nav a {
	color: #336699;
}

.apc-site-nav h4 {
	font-weight: 400;
}

.header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 5px 0;
	height: 88px;
	background-color: #2e2e2e;
	border-bottom: solid 1px #d6d6d6;
	border-bottom: solid 1px rgba(50, 50, 50, .2);
	-webkit-transition: padding .3s, background-color .3s, box-shadow .3s, border-bottom .3s;
	-moz-transition: padding .3s, background-color .3s, box-shadow .3s, border-bottom .3s;
	transition: padding .3s, background-color .3s, box-shadow .3s, border-bottom .3s;
}

.header.active1 {
	top: 0;
	padding: 0;
	background-color: #fff;
	background-color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.header.active2 {
	top: 0;
	padding: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	border-bottom: solid 1px rgba(255, 255, 255, .1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.header .head_box {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header .head_box .logo {
	float: left;
	margin-right: 30px;
	width: 280px;
	height: 48px;
	background: url(images/logo.png) 0 0/100% 100%;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	overflow: hidden;
	text-indent: -999px;
}

.header .head_box .city {
	color: #565656;
	margin: 20px 0 0 8px;
	height: 60px
}

.header .head_box .city:hover .sub em {
	color: #ff6500
}

.header .head_box .city .tit {
	font-size: 18px;
	line-height: 24px
}

.header .head_box .city .sub {
	display: block;
	font-size: 14px
}

.header .head_box .city .sub em {
	font-size: 14px
}

.header .head_box .city .citylist {
	position: absolute;
	z-index: 50;
	width: 112px;
	border: 1px solid #dadada;
	background-color: #fff;
	top: 80px;
	margin-left: -36px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0
}

.header .head_box .city .citylist li {
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #dadada;
	cursor: pointer
}

.header .head_box .city .citylist li.on {
	color: #ff6500
}

.header .head_box .city .citylist li.last_child {
	border-bottom: 0
}

.header .head_box .up_arrow {
	border-color: transparent transparent #dadada;
	border-style: dashed dashed solid;
	border-width: 0 9px 9px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	top: -9px;
	margin-left: 47px
}

.header .head_box .up_arrow i {
	border-color: transparent transparent #fff;
	border-style: dashed dashed solid;
	border-width: 0 7px 7px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	left: -7px;
	top: 2px;
	z-index: 2
}

.header .head_box .menu {
	float: right;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .head_box .menu li {
	position: relative;
	float: left;
	margin-left: 1px;
}

.header .head_box .menu li s, .header .head_box .menu li b, .header .head_box .menu li a {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	color: #333;
}

.header .head_box .menu li a {
	display: block;
	position: relative;
	padding: 0 10px 0;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
}

.header .head_box .menu li a.active:after, .header .head_box .menu li a:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header .head_box .menu li a:after {
	content: '';
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 3px;
	z-index: 1;
	background-color: #ff6500;
	border-radius: 3px;
	-webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	-moz-transition: transform .2s, opacity .2s, visibility .2s, -moz-transform .2s;
	transition: transform .2s, opacity .2s, visibility .2s;
	transition: transform .2s, opacity .2s, visibility .2s, -webkit-transform .2s, -moz-transform .2s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .head_box .menu li.last_child {
	padding-right: 0
}

.header .head_box .menu li s.current a, .header .head_box .menu li a:hover {
	color: #ff6500
}

.header .head_box .menu li.last_child:hover {
	color: #565656
}

.header .head_box .menu .phone, .header .head_box .menu .weixin, .header .head_box .menu .tel,
.header .head_box .menu li:hover .phone, .header .head_box .menu li:hover .weixin {
	background-image: url(images/index_menu_icon.png);
	background-size: 29px;
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 60px
}

.header .head_box .menu .phone {
	background-position: 0 20px;
}

.header .head_box .menu .weixin {
	background-position: 1px -265px
}

.header .head_box .menu .tel {
	background-position: 1px -133px;
}

.header .head_box .menu .phoneNumber {
	padding: 3px 10px;
	background: #ff6500;
	border-bottom: 1px solid #eb8417;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	margin-top: 10px \9; /* IE 8 鍙婁綆浜嶪E8鐗堟湰 */
	*margin-top: 10px; /* IE 7 鍙婁綆浜嶪E7鐗堟湰 */
	_margin-top: 10px; /* IE 6 */
}

.header .head_box .menu li:hover .phone {
	background-position: 0 -196px
}

.header .head_box .menu li:hover .weixin {
	background-position: 1px -265px
}

.header .head_box .menu .weixin_l .weixin_erwei, .header .head_box .menu .phone_l .app_erwei {
	width: 130px;
	height: 130px;
	background-color: #fff;
	border: 1px solid #dedcd7;
	border-top: 0;
	position: fixed;
	z-index: 100;
	display: none;
	top: 81px;
	margin-left: -50px
}

.active1 .head_box .menu .weixin_l .weixin_erwei, .active1 .head_box .menu .phone_l .app_erwei {
	width: 130px;
	height: 130px;
	background-color: #fff;
	border: 1px solid #dedcd7;
	border-top: 0;
	position: fixed;
	z-index: 100;
	display: none;
	top: 65px;
	margin-left: -50px
}

.active2 .head_box .menu .weixin_l .weixin_erwei, .active2 .head_box .menu .phone_l .app_erwei {
	width: 130px;
	height: 130px;
	background-color: #fff;
	border: 1px solid #dedcd7;
	border-top: 0;
	position: fixed;
	z-index: 100;
	display: none;
	top: 65px;
	margin-left: -50px
}

.header .head_box .menu .up_arrow {
	margin-left: 57px
}

.header .head_box .menu .weixin_l:hover .weixin_erwei, .header .head_box .menu .phone_l:hover .app_erwei {
	display: block;
	z-index: 300
}

.header .head_box .menu .phone_l .app_erwei {
	background-image: url(images/app_erweima.png);
	background-position: center;
	background-size: cover;
	babackground-repeat: no-repeat;
}

.header .head_box .menu .weixin_l .weixin_erwei {
	background-image: url(images/weixin_erweima.png);
	background-position: center;
	background-size: cover;
	babackground-repeat: no-repeat;
}

.foot_box {
	width: 100%;
	background-color: #2e2e2e;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 70px;
}

.foot_box .foot_linkBox {
	background-color: #FFFFFF;
	color: #000000;
}

.foot_box .foot_linkBox .foot_link {
	position: relative;
	padding: 50px 0 70px 250px;
	overflow: hidden;
	zoom: 1;
}

.foot_box .foot_linkBox .foot_link .icon-footer-logo {
	position: absolute;
	left: 0;
	top: 38px;
	width: 180px;
	height: 45px;
}

.foot_box .foot_linkBox .foot_link .icon-footer-logo img {
	max-width: 100%;
	height: auto;
}

.foot_box .foot_linkBox .foot_link dl {
	float: left;
	padding: 0 98px 0 0;
}

.foot_box .foot_linkBox .foot_link dl.long {
	padding: 0;
}

.foot_box .foot_linkBox .foot_link dl dt {
	padding: 0 0 20px;
	font-size: 16px;
	color: #666;
}

.foot_box .foot_linkBox .foot_link dl dd a {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.foot_box .foot_linkBox .foot_link dl dd a:hover {
	color: #ff6500;
}

.foot_box .foot_linkBox .foot_link dl dd.weib {
	position: relative;
}

.foot_box .foot_linkBox .foot_link dl dd.weib a {
	position: relative;
	display: block;
	padding: 8px 0 7px 36px;
}

.foot_box .foot_linkBox .foot_link dl dd.weib .icon-weibo-copy {
	position: absolute;
	left: 0px;
	top: 9px;
}

.foot_box .foot_linkBox .foot_link dl dd.weib .icon-dianhuahover {
	position: absolute;
	left: 0px;
	top: 9px;
}

.foot_box .foot_linkBox .foot_link dl dd.weib .icon-unie655 {
	position: absolute;
	left: 0px;
	top: 9px;
}

.foot_box .foot_linkBox .foot_link dl dd.weib .erwm {
	display: none;
	position: absolute;
	left: 15px;
	bottom: 41px;
	width: 100px;
	height: 100px;
	padding: 4px 5px 3px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.foot_box .foot_linkBox .foot_link dl dd.weib:hover .erwm {
	display: block;
}

dd.weib .erwm .erwm-sjiao {
	position: absolute;
	bottom: -10px;
	left: 51px;
	width: 0;
	height: 0;
	border-top: 9px solid #e5e5e5;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	line-height: 0;
}

dd.weib .erwm .erwm-sjiao i {
	position: absolute;
	top: -11px;
	right: -8px;
	width: 0;
	height: 0;
	border-top: 9px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	line-height: 0;
}

.foot_box .foot_linkBox .foot_link dl.fr {
	float: right;
	width: 195px;
	padding: 0;
}

.foot_box .foot_linkBox .foot_link dl.fr dt {
	padding: 0 0 26px;
}

.foot_box .foot_linkBox .foot_link dl.fr dd {
	float: left;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.foot_box .foot_linkBox .foot_link dl.fr dd p {
	padding: 8px 0 0;
	font-size: 12px;
}

.foot_box .foot_linkBox .foot_link dl.fr dd.fr {
	float: right;
}

.foot_box .foot_friendLink {
	padding: 10px 0 5px;
	text-align: left;
}

.foot_box .foot_friendLink .linkTextList {

}

.foot_box .foot_friendLink .linkTextList li {
	display: inline-block;
	*display: inline;
	float: left;
	line-height: 25px;
	font-size: 14px;
}

.foot_box .foot_friendLink .linkTextList li a {
	font-size: inherit;
	color: #FFFFFF;
	margin: 0 10px;
}

.foot_box .foot_friendLink .linkTextList li a:hover {
	color: #ff6500;
}

.foot_box .foot_main {
}

.foot_box .foot_main p {
	font-size: 14px;
	line-height: 30px
}

.foot_box .foot_main p a {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal
}

.foot_box .foot_main p a:hover {
	color: #ff6500;
}

.dialog {
	position: fixed;
	width: 300px;
	background: rgba(0, 0, 0, 0.6);
	height: auto;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	z-index: 900
}

@keyframes toast_open {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes toast_open {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes toast_open {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes toast_open {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.toast_container {
	animation: toast_open .5s;
	-moz-animation: toast_open .5s;
	-webkit-animation: toast_open .5s;
	-o-animation: toast_open .5s
}

.toast_container, .pop_container {
	width: 100%;
	height: 100%;
	background-color: hsla(0, 1%, 21%, 0.7);
	position: fixed;
	top: 0;
	z-index: 80000
}

.toast_body, .pop_body {
	width: 300px;
	margin: 0 auto;
	margin-top: 220px;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden
}

.toast_container .toast_body .toast_tit {
	width: auto;
	margin: 0 15px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #314e55;
	text-align: center;
	border-bottom: 1px solid #e4e4e4
}

.toast_container .toast_body .toast_mess {
	height: auto;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
	color: #314e55;
	padding: 16px 0;
	margin: 0 15px;
	word-wrap: break-word
}

.toast_container .toast_body .toast_btn_center, .toast_container .toast_body .toast_btn_left, .toast_container .toast_body .toast_btn_right {
	font-size: 18px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	cursor: pointer
}

.toast_container .toast_body .toast_btn_center {
	width: 100%;
	color: #fff;
	background-color: #ff6500
}

.toast_container .toast_body .toast_btns_con {
	height: 36px;
	width: 100%;
	margin: 0 auto;
	font-size: 0
}

.toast_container .toast_body .toast_btn_left {
	width: 50%;
	color: #314e55;
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	float: left;
	height: 35px
}

.toast_container .toast_body .toast_btn_right {
	width: 50%;
	color: #fff;
	background-color: #ff6500;
	float: right
}

.toast_container .toast_body .toast_btn_center.hover, .toast_container .toast_body .toast_btn_right.hover {
	background-color: #ff6500
}

.toast_container .toast_body .toast_btn_left.hover {
	background-color: #dee5ef
}

.loading_t {
	background-color: #000;
	opacity: .5;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000
}

.loading {
	top: 40%;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 50px;
	position: absolute
}

.container1 > div, .container2 > div, .container3 > div {
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.circle1 {
	top: 0;
	left: 0
}

.circle2 {
	top: 0;
	right: 0
}

.circle3 {
	right: 0;
	bottom: 0
}

.circle4 {
	left: 0;
	bottom: 0
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0)
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0)
	}
}

.banner_box {
	width: 100%;
	height: 480px;
	background-color: #f5f5f5;
	position: relative;
	max-width: 1920px;
	overflow: hidden;
}

.banner_box .banners {
	zoom: 1;
	-webkit-backface-visibility: hidden;
	height: 100%
}

.banner_box .slider {
	overflow: hidden;
	width: 100%;
	top: 0;
	z-index: 10;
}

@media screen and (max-height: 780px) {
	.banner_box .slider {
		width: 100%;
		height: 480px
	}
}

.banner_box .slider .swiper-slide {
	display: block;
	width: 100%;
	height: 480px;
}

.banner_box .slider .swiper-slide a {
	width: 100%;
	height: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center
}

.banner_box .banners .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_box .banners .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_box .banners li {
	width: 100%;
	height: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center
}

.banner_box .banner_f {
	width: auto;
	height: 10px;
	margin: 0 auto;
	margin-top: -46px;
	position: relative;
	z-index: 3
}

.banner_box .banner_f li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	background-image: url(images/banner_kx.png);
	margin: 0 4px;
	cursor: pointer
}

.banner_box .banner_f li.on {
	background-image: url(images/banner_sx.png)
}

.container, .content {
	padding: 35px 0 0;
}

.box_header {
	padding: 35px 0 15px;
	color: #999;
}

.box_header span {
	color: inherit;
	font-size: 14px;
	padding-left: 5px;
}

.box_header h2 {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 24px;
	color: #333;
	font-weight: 400;
}

.box_header a.more {
	position: relative;
	float: right;
	padding: 5px 1px 0 0;
	color: #999;
	margin-right: 0px;
}

.box_header a.more:hover {
	color: #ff6500;
}

.memberLevel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	padding-left: 5px;
}

.memberLevel .star-w-s {
	display: inline-block;
	margin: -6px 8px 0 0;
	vertical-align: middle;
	width: 101px;
	height: 20px;
	background: url(/resources/images/starBg.png) left center no-repeat;
}

.memberLevel .star-w-s > .bfb {
	height: 100%;
	background: url(/resources/images/star.png) left center no-repeat;
}

.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.layer-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.layer .layer-bg {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	filter: alpha(opacity=50);
}

.layer-userInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 300px;
	padding: 0 35px;
	margin: -150px 0 0 -215px;
	background: #fff;
	color: #999;
	text-align: center;
}

.layer-userInfo .icon-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 28px;
}

.layer-userInfo h2 {
	padding: 45px 0 26px;
	font-size: 24px;
	color: #666;
	font-weight: 400;
}

.layer-userInfo .userInfo-input {
	padding: 13px 20px;
	border-radius: 5px;
	background: #f0f3f5;
	margin-bottom: 15px;
}

.layer-userInfo .userInfo-input input {
	width: 100%;
	height: 22px;
	background: 0 0;
	line-height: 22px;
	font-size: 14px;
}

.layer-userInfo .layer-userInfo-btn {
	display: block;
	width: 100%;
	height: 48px;
	margin: 14px 0 13px;
	padding: 0;
	border: none;
	outline: 0 !important;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: #ff6500;
	cursor: pointer;
}

.buyTicketActivity {
	width: 100%;
	margin: 15px auto 0;
	max-height: 200px;
}

.buyTicketActivity .course-info-btn {
	font-size: 20px;
}

.buyTicketActivity img {
	width: 100%;
	max-height: 100%;
}

.layer-consult {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 350px;
	padding: 0 35px;
	margin: -150px 0 0 -215px;
	background: #fff;
	color: #999;
	text-align: center;
}

.layer-consult .icon-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 28px;
}

.layer-consult h2 {
	padding: 45px 0 26px;
	font-size: 24px;
	color: #666;
	font-weight: 400;
}

.layer-consult .userInfo-input {
	padding: 13px 20px;
	border-radius: 5px;
	background: #f0f3f5;
	margin-bottom: 15px;
}

.layer-consult .userInfo-input input {
	width: 100%;
	height: 22px;
	background: 0 0;
	line-height: 22px;
	font-size: 14px;
}

.layer-consult .layer-consult-btn {
	display: block;
	width: 100%;
	height: 48px;
	margin: 14px 0 13px;
	padding: 0;
	border: none;
	outline: 0 !important;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: #ff6500;
	cursor: pointer;
}

.userinfo_box {
	border-top: 1px solid #d6d6d6;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	bottom: 0
}

.userinfo_box .body {
	margin: 0 auto;
	width: 1100px;
	border-top: 0px;
	display: flex;
}

.freeTestActivity {
	display: inline-block;
	width: 280px;
	height: 75px;
	margin: 0 auto;
	line-height: 75px;
	text-align: right;
}

.freeTestActivity span {
	display: inline-block;
	font-size: 14px;
}

.freeTestActivity .title {
	padding: 0 15px 0 0;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.freeTestActivity .num {
	font-style: normal;
	font-size: 14px;
	color: #fc9425;
}

.userinfo_form {
	width: 740px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	float: right;
	display: flex;
}

.userinfo_form dt, .userinfo_form dd {
	height: 48px;
	line-height: 48px;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #3f3f3f
}

.userinfo_box .userinfo_form dt {
	width: 240px;
	position: relative;
	cursor: text;
	margin-right: 10px;
	background-color: #f8f8f8;
}

.userinfo_box .userinfo_form dt input {
	width: 60%;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f8f8f8;
}

.userinfo_box .userinfo_form dt .phone_error {
	width: auto;
	padding: 0 15px;
	margin: -48px 0px 0;
	height: 48px;
	line-height: 48px;
	background-color: #f8f8f8;
	color: #828282;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
}

.userinfo_box .userinfo_form dt input.focus, .userinfo_box .userinfo_form dt input:focus {
	color: #828282
}

.userinfo_box .userinfo_form dd {
	width: 230px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background-color: #ff6500;
	color: #fff;
}

.userinfo_box .userinfo_form dd:hover {
	background-color: #f00f00;
}

.userinfo_box .userinfo_form dd.on {
	background-color: #ff3315;
	color: #fff;
}

.classType-tab {
	padding: 0 25px;
	border: 0px solid #dcdcdc;
	border-top: none;
}

.classType-tab .classType-tab-header {
	padding: 15px 0 0px;
	overflow: hidden;
}

.classType-tab .classType-tab-header span {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 5px 12px;
}

.classType-tab .classType-tab-header span.active,
.classType-tab .classType-tab-header span:hover {
	color: #FFFFFF;
	background-color: #ff6500;
	border: 1px solid #eb8417;
}

.classType-tab .classType-tab-header .more {
	float: right;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #999;
	padding: 5px 0px;
}

.classType-tab .classType-tab-header .more:hover {
	color: #ff6500;
}

.classType-tab-bodys {
	height: auto;
}

.classType-tab-bodys .classType-tab-body {
	display: none;
}

.classType-tab-bodys .classType-tab-body .no-list {
	height: 329px;
	margin: 0 0 24px;
	background: #f2f4f5;
	line-height: 329px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.classType-tab-bodys .classType-tab-body .no-list a {
	color: #369ad9;
}

.classType-tab-bodys .classType-tab-body.active {
	display: block;
}

/*
.classType-tab-lists {
	height: 340px;
	margin-left: -10px;
	padding: 0 0 13px;
	overflow: hidden;
	zoom: 1;
}

.classType-tab-lists li {
	position: relative;
	float: left;
	width: 160px;
	height: 122px;
	padding: 14px 22px 14px 195px;
	margin: 0 0 20px 9px;
	background: #f2f4f5;
}

.classType-tab-lists li .toux {
	position: absolute;
	left: 14px;
	top: 15px;
	width: 160px;
	height: 120px;
}

.classType-tab-lists li .toux img {
	width: 100%;
	min-height: 100%;
}

.classType-tab-lists li h1 {
	overflow: hidden;
	padding: 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

.classType-tab-lists li .position {
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.classType-tab-lists li .money {
	padding-top: 8px;
	font-size: 18px;
	color: #3594d1;
}

.classType-tab-lists li.no-data {
	width: 377px;
	height: 150px;
	padding: 0;
	line-height: 150px;
	text-align: center;
}

.classType-tab-lists li.no-data a {
	color: #369ad9;
}

.classType-tab-lists li .icon-tuijian {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*display: inline;
	*zoom: 1;
	width: 40px;
	height: 18px;
	margin: 4px 0 0 7px;
	border-radius: 9px;
	background: #ee9d3d;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.classType-tab-lists li .icon-remeng {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*display: inline;
	*zoom: 1;
	width: 40px;
	height: 18px;
	margin: 4px 0 0 7px;
	border-radius: 9px;
	background: #e56a34;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
*/

.service_box {
	margin: 15px auto 0;
}

.service_box .infoList {
	background: #fff;
	overflow: hidden;
	display: flex;
	margin: 0 auto;
	padding: 20px;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.service_box .infoList .infoList_item {
	max-width: 33.3333%;
	float: left;
	display: block;
	min-height: 1px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-right: 35px \9; /* IE 8 鍙婁綆浜嶪E8鐗堟湰 */
	*padding-right: 35px; /* IE 7 鍙婁綆浜嶪E7鐗堟湰 */
	_padding-right: 35px; /* IE 6 */
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.service_box .infoList .infoList_item :hover {
	color: #ff6500;
}

.service_box .infoList .infoList_item:hover .icon {
	transform: scale(1.08);
	z-index: 999;
	transition: all .5s ease-in-out;
	background-color: #ff6500;
	color: white;
}

.service_box .infoList .infoList_item:hover h3, .service_box .infoList .infoList_item:hover p {
	color: #ff6500;
}

.service_box .infoList .infoList_item .icon {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	float: left;
	text-align: center;
	line-height: 92px;
	font-size: 60px;
	color: #ff6500;
	transition: all .5s ease-in-out;
}

.service_box .infoList .infoList_item .text {
	width: 211px;
	float: left;
	margin-left: 23px;
}

.service_box .infoList .infoList_item h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	color: #4b4b4b;
}

.service_box .infoList .infoList_item p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 20px;
	margin: 0 auto 20px;
	text-align: left;
	max-width: 240px;
}

.service_box .infoList .tit {
	font-size: 20px;
	color: #3f3f3f;
	line-height: 30px;
	margin-top: 10px;
	text-align: center
}

.service_box .infoList .interpretation {
	font-size: 14px;
	color: #828282;
	line-height: 20px;
	margin-top: 5px;
	text-align: center
}


.school_box {
	width: 100%;
}

.school_box .box ul {
	width: 100%;
}

.school_box .schoolBox-content {
	padding: 15px 0 0 0;
	margin: 0 -20px 0px 0px;
}

.school_box .schoolBox-content li {
	float: left;
	width: 521px;
	height: 276px;
	margin: 0 0 20px 0px;
	padding: 0 27px 0 30px;
	background: #fff;
	font-size: 18px;
}

.school_box .schoolBox-content li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.school_box .schoolBox-content li:nth-child(1),
.school_box .schoolBox-content li:nth-child(3),
.school_box .schoolBox-content li:nth-child(5),
.school_box .schoolBox-content li:nth-child(7) {
	margin-right: 20px;
}

.school_box .schoolBox-content .schoolBox-content-header {
	padding: 24px 0;
	overflow: hidden;
	zoom: 1;
}

.schoolBox-content .schoolBox-content-header h3 {
	float: left;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

.schoolBox-content .schoolBox-content-header h3 span {
	float: left;
	font-size: 18px;
}

.schoolBox-content .schoolBox-content-header h3 span.tj {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.schoolBox-content .schoolBox-content-header h3 span.rm {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.schoolBox-content .schoolBox-content-header .position {
	float: left;
	margin: 1px 0 0 15px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.schoolBox-content .schoolBox-content-header .position i {
	color: #ff6500;
}

.schoolBox-content .schoolBox-content-header .position span {
	font-size: 14px;
}

.schoolBox-content .num {
	float: right;
	font-size: 23px;
	color: #ff6500;
}

.schoolBox-content .schoolBox-content-body {
	position: relative;
	height: 170px;
	padding: 0 0 0 260px;
	overflow: hidden;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-img {
	position: absolute;
	left: 0;
	width: 236px;
	overflow: hidden;
	zoom: 1;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-img img {
	width: 100%;
	min-height: 100%;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.schoolBox-content .schoolBox-content-body dl {
	margin: 15px 0 0;
	color: #999;
	overflow: hidden;
	zoom: 1;
}

.schoolBox-content .schoolBox-content-body.has-youhui dl {
	height: 84px;
	margin: -6px 0 0;
	overflow: hidden;
}

.schoolBox-content .schoolBox-content-body dd {
	float: left;
	width: 50%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}

.schoolBox-content .schoolBox-content-body dd .iconfont {
	float: left;
	margin: 1px 8px 0 0;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-youhui {
	height: 32px;
	padding: 8px 0 0;
	overflow: hidden;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-youhui p {
	font-size: 12px;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-youhui span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	padding: 0 12px;
	border: 1px dashed #e5e5e5;
	line-height: 30px;
	font-size: 18px;
	color: #999;
}

.schoolBox-content .schoolBox-content-body .schoolBox-body-youhui span em {
	font-style: normal;
	color: #ff6500;
	font-weight: bold;
	font-size: 18px;
}

.schoolBox-content .schoolBox-body-sum {
	position: absolute;
	bottom: 1px;
	width: 250px;
	color: #999;
	overflow: hidden;
	zoom: 1;
	font-size: 18px;
}

.schoolBox-content .schoolBox-body-sum span {
	float: left;
	padding: 7px 0;
	font-size: 14px;
}

.schoolBox-content .schoolBox-body-sum em {
	font-style: normal;
	color: #ff6500;
	font-size: 18px;
}

.schoolBox-content .schoolBox-body-sum a.btn {
	float: right;
	width: 130px;
	height: 34px;
	background: #ff6500;
	border-bottom: 2px solid #eb8417;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
}

.schoolBox-content .schoolBox-body-sum a.btn:hover {
	background: #f00f00;
	border-bottom: 2px solid #f00f00;
}

.school_box .schoolBox-content li.no-data {
	width: 530px;
	height: 216px;
	padding: 30px;
	font-size: 18px;
	color: #999;
}

.schoolBox-content li.no-data .more-courses {
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 18px;
}

.schoolBox-content li.no-data .more {
	display: block;
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 20px;
	color: #999;
}

.schoolBox-content li.no-data .more span {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 50px 0 0;
	font-size: 18px;
}

.schoolBox-content li.no-data .more span i.icon-list-more {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -16px 0 0;
}

.classType_box {
	width: 100%;
}

.classType_box .box ul {
	width: 100%;
}

.classType_box .classTypeBox-content {
	padding: 15px 0 0 0;
	margin: 0 -20px 0px 0px;
}

.classType_box .classTypeBox-content li {
	float: left;
	width: 521px;
	height: 276px;
	margin: 0 0 20px 0px;
	padding: 0 27px 0 30px;
	background: #fff;
	font-size: 18px;
}

.classType_box .classTypeBox-content li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.classType_box .classTypeBox-content li:nth-child(1),
.classType_box .classTypeBox-content li:nth-child(3),
.classType_box .classTypeBox-content li:nth-child(5),
.classType_box .classTypeBox-content li:nth-child(7) {
	margin-right: 20px;
}

.classType_box .classTypeBox-content .classTypeBox-content-header {
	padding: 24px 0;
	overflow: hidden;
	zoom: 1;
}

.classTypeBox-content .classTypeBox-content-header h3 {
	float: left;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

.classTypeBox-content .classTypeBox-content-header h3 span {
	float: left;
	font-size: 18px;
}

.classTypeBox-content .classTypeBox-content-header h3 span.tj {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.classTypeBox-content .classTypeBox-content-header h3 span.rm {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.classTypeBox-content .classTypeBox-content-header .position {
	float: left;
	margin: 1px 0 0 15px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.classTypeBox-content .classTypeBox-content-header .position i {
	color: #ff6500;
}

.classTypeBox-content .classTypeBox-content-header .position span {
	font-size: 14px;
}

.classTypeBox-content .num {
	float: right;
	font-size: 23px;
	color: #ff6500;
}

.classTypeBox-content .classTypeBox-content-body {
	position: relative;
	height: 170px;
	padding: 0 0 0 260px;
	overflow: hidden;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-img {
	position: absolute;
	left: 0;
	width: 236px;
	overflow: hidden;
	zoom: 1;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-img img {
	width: 100%;
	min-height: 100%;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.classTypeBox-content .classTypeBox-content-body dl {
	margin: 15px 0 0;
	color: #999;
	overflow: hidden;
	zoom: 1;
}

.classTypeBox-content .classTypeBox-content-body.has-youhui dl {
	height: 84px;
	margin: -6px 0 0;
	overflow: hidden;
}

.classTypeBox-content .classTypeBox-content-body dd {
	float: left;
	width: 50%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}

.classTypeBox-content .classTypeBox-content-body dd .iconfont {
	float: left;
	margin: 1px 8px 0 0;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-youhui {
	height: 32px;
	padding: 8px 0 0;
	overflow: hidden;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-youhui p {
	font-size: 12px;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-youhui span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	padding: 0 12px;
	border: 1px dashed #e5e5e5;
	line-height: 30px;
	font-size: 18px;
	color: #999;
}

.classTypeBox-content .classTypeBox-content-body .classTypeBox-body-youhui span em {
	font-style: normal;
	color: #ff6500;
	font-weight: bold;
	font-size: 18px;
}

.classTypeBox-content .classTypeBox-body-sum {
	position: absolute;
	bottom: 1px;
	width: 250px;
	color: #999;
	overflow: hidden;
	zoom: 1;
	font-size: 18px;
}

.classTypeBox-content .classTypeBox-body-sum span {
	float: left;
	padding: 7px 0;
	font-size: 14px;
}

.classTypeBox-content .classTypeBox-body-sum em {
	font-style: normal;
	color: #ff6500;
	font-size: 18px;
}

.classTypeBox-content .classTypeBox-body-sum a.btn {
	float: right;
	width: 130px;
	height: 34px;
	background: #ff6500;
	border-bottom: 2px solid #eb8417;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
}

.classTypeBox-content .classTypeBox-body-sum a.btn:hover {
	background: #f00f00;
	border-bottom: 2px solid #f00f00;
}

.classType_box .classTypeBox-content li.no-data {
	width: 530px;
	height: 216px;
	padding: 30px;
	font-size: 18px;
	color: #999;
}

.classTypeBox-content li.no-data .more-courses {
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 18px;
}

.classTypeBox-content li.no-data .more {
	display: block;
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 20px;
	color: #999;
}

.classTypeBox-content li.no-data .more span {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 50px 0 0;
	font-size: 18px;
}

.classTypeBox-content li.no-data .more span i.icon-list-more {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -16px 0 0;
}

.resume_box {
	height: 420px;
}

.resume_box .resume_list {
	width: 100%;
	height: 300px;
	margin-top: 10px;
}

.resume_box .resume_list .resumeSummary {
	width: 100%;
	height: 100%;
	float: right;
	overflow: hidden;
	position: relative
}

.resume_box .resume_list div p {
	font-size: 18px;
	color: #3f3f3f;
	line-height: 36px;
	margin: 0 5px 0 15px;
}

.resume_box .resume_list div img {
	width: 100%;
	margin-top: 10px;
}

.ensure_box {
	height: 500px
}

.ensure_box .ensure_list {
	width: 100%;
	height: 260px;
	/*background: url(images/index_ensure_bg.png) no-repeat center;*/
	margin-top: 25px
}

.ensure_box .ensure_list li {
	width: 18%;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #eeeeee;
	margin: 0 10px;
}

.ensure_box .ensure_list li.first_child {
	margin-left: 0
}

.ensure_box .ensure_list li.last_child {
	margin-right: 0
}

.ensure_box .ensure_list li .normal, .ensure_box .ensure_list li .mouseon {
	width: 100%;
	height: 100%;
	position: absolute
}

.ensure_box .ensure_list li .mouseon .up {
	top: 94px
}

.ensure_box .ensure_list li .mouseon .center {
	top: 106px
}

.ensure_box .ensure_list li .mouseon .down {
	top: 112px
}

.ensure_box .ensure_list li:hover .mouseon .up {
	font-size: 18px
}

.ensure_box .ensure_list li:hover .mouseon .center {
	font-size: 18px
}

.ensure_box .ensure_list li:hover .mouseon .down {
	font-size: 14px
}

.ensure_box .ensure_list li.odd .normal {
	/*background: rgba(0, 0, 0, 0.1);
	-pie-background: rgba(0, 0, 0, 0.1);*/
	background: rgba(255, 255, 255, 0.1);
	-pie-background: rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)
}

.ensure_box .ensure_list li.even .normal {
	background: rgba(255, 255, 255, 0.1);
	-pie-background: rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff)
}

.ensure_box .ensure_list li .normal {
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transition: background .35s, transform .35s;
	-moz-transition: background .35s, -moz-transform .35s;
	-webkit-transition: background .35s, -webkit-transform .35s;
	-o-transition: background .35s, -o-transform .35s
}

.ensure_box .ensure_list li:hover .normal {
	background: rgba(0, 0, 0, 0);
	-pie-background: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);
	transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	transition: background .35s, transform .35s;
	-moz-transition: background .35s, -moz-transform .35s;
	-webkit-transition: background .35s, -webkit-transform .35s;
	-o-transition: background .35s, -o-transform .35s
}

.ensure_box .ensure_list li .mouseon {
	color: #fff;
	background: rgba(255, 104, 74, 0);
	-pie-background: rgba(255, 104, 74, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ff684a, endColorstr=#00ff684a);
	transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	transition: background .35s, transform .35s;
	-moz-transition: background .35s, -moz-transform .35s;
	-webkit-transition: background .35s, -webkit-transform .35s;
	-o-transition: background .35s, -o-transform .35s
}

.ensure_box .ensure_list li:hover .mouseon {
	background: rgba(255, 104, 74, 1);
	-pie-background: rgba(255, 104, 74, 1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff684a, endColorstr=#ffff684a);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transition: background .35s, transform .35s;
	-moz-transition: background .35s, -moz-transform .35s;
	-webkit-transition: background .35s, -webkit-transform .35s;
	-o-transition: background .35s, -o-transform .35s
}

.ensure_box .ensure_list li p {
	font-size: 0;
	text-align: center;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	transition: font-size .05s, opacity .35s;
	-moz-transition: font-size .05s, -moz-opacity .35s;
	-webkit-transition: font-size .05s, opacity .35s;
	-o-transition: font-size .05s, opacity .35s
}

.ensure_box .ensure_list li:hover p {
	opacity: 1;
	-moz-opacity: 1;
	transition: font-size .35s, opacity .35s;
	-moz-transition: font-size .35s, -moz-opacity .35s;
	-webkit-transition: font-size .35s, opacity .35s;
	-o-transition: font-size .35s, opacity .35s
}

.ensure_box .ensure_list li .icon {
	width: 76px;
	height: 76px;
	background-image: url(images/index_ensure_icon.png);
	background-repeat: no-repeat;
	display: block;
	margin: 50px auto 0
}

.ensure_box .ensure_list li em {
	font-size: 16px;
	color: #686868;
	text-align: center;
	display: block;
	line-height: 30px;
	margin: auto 20px;
}

.ensure_box .ensure_list .mnks .icon {
	background-position: 0 -280px
}

.ensure_box .ensure_list .jsxxy .icon {
	background-position: -87px -280px
}

.ensure_box .ensure_list .grxx .icon {
	background-position: -176px -280px
}

.ensure_box .ensure_list .xydp .icon {
	background-position: -263px -280px
}

.ensure_box .ensure_list .bcjs .icon {
	background-position: -350px -280px
}

.ensure_box .ensure_list .xftm .icon {
	background-position: -85px -100px
}

.ensure_box .ensure_list .ccxs .icon {
	background-position: -175px -100px
}

.ensure_box .ensure_list .fqxf .icon {
	background-position: -262px -100px
}

.ensure_box .ensure_list .xswq .icon {
	background-position: -351px -100px
}

.ensure_box .ensure_list .smqj .icon {
	background-position: 0 -192px
}

.ensure_box .ensure_list .yfdd .icon {
	background-position: -85px -192px
}

.ensure_box .ensure_list .bxxs .icon {
	background-position: -175px -192px
}

.ensure_box .ensure_list .jjlc .icon {
	background-position: -262px -192px
}

.ensure_box .ensure_list_button {
	width: 100%;
	height: 40px;
	margin-top: 10px;
}

.ensure_box .ensure_list_button li {
	width: 18%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
}

.ensure_box .ensure_list_button li.first_child {
	margin-left: 0
}

.ensure_box .ensure_list_button li.last_child {
	margin-right: 0
}

.ensure_box .ensure_list_button li a {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #ff6500;
	text-align: center;
	display: block;
	line-height: 40px;
	margin: auto 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ensure_box .ensure_list_button li a:hover {
	background-color: #f00f00;
}

#field_box {
	width: 1180px;
	height: auto;
	margin: 0 auto
}

.field_box {
	width: 100%;
	height: 650px
}

.field_box .box {
	max-height: 626px;
	position: absolute;
	margin-top: 10px;
}

.field_box .box ul {
	width: 1180px
}

.field_box .box ul li {
	display: inline-block;
	height: 301px;
	margin-top: 12px;
	position: relative;
	cursor: pointer
}

.field_box .box ul li:nth-child(2), .field_box .box ul li:nth-child(5) {
	margin: 12px 8px 0
}

.field_box .box ul li:nth-child(1), .field_box .box ul li:nth-child(6) {
	width: 470px;
}

.field_box .box ul li:nth-child(2), .field_box .box ul li:nth-child(3),
.field_box .box ul li:nth-child(4), .field_box .box ul li:nth-child(5) {
	width: 345px;
}

.field_box .box ul li img {
	width: 100%;
	height: 301px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
/*
.field_box .box ul li.on img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
*/
.field_box .box ul li.on .mess {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px
}

.field_box .box ul li.on .mess p {
	color: #fff;
	margin-left: 22px;
	font-size: 20px;
	position: absolute
}

.field_box .box ul li.on .mess .down {
	font-size: 14px;
	bottom: 20px
}

.field_box .box ul li.on .mess .up {
	bottom: 43px
}

.field_box .buttons {
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 20px auto 0;
	background-color: #000;
	opacity: .2;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	position: relative;
	top: 645px
}

.field_box .buttons span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(images/cd_btns_bg.png);
	background-size: 37px;
	background-repeat: no-repeat;
	background-position: -25px 0;
	margin-top: 6px;
	cursor: pointer;
	margin-left: 15px
}

.field_box .buttons span:hover, .field_box .buttons span.on {
	background-position: 0 0
}

.field_box .buttons .one {
	margin-left: 0
}

#xyfk_box {
	width: 1180px;
	height: auto;
	margin: 10px auto 0;
	position: relative
}

#xyfk_box .photo_box {
	height: 390px
}

#xyfk_box .photo_box .wrap {
	width: 1072px;
	float: left;
	height: 370px;
	margin: 0 18px;
	overflow: hidden
}

#xyfk_box .prevs, #xyfk_box .nexts {
	width: 36px;
	height: 65px;
	display: inline-block;
	background-image: url(images/icons_change.png);
	background-size: 36px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 155px;
	cursor: pointer
}

#xyfk_box .nexts {
	float: right;
	background-position: 0 -88px
}

#xyfk_box .pic_box {
	width: 1072px;
	margin: 0 auto
}

#xyfk_box .wrap ul li {
	float: left;
	padding-right: 8px;
	position: relative;
	cursor: pointer;
	line-height: 18px;
}

#xyfk_box .wrap ul li img {
	display: block;
	width: 260px;
	height: 370px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#xyfk_box .wrap ul {
	margin-left: 3px
}

#xyfk_box .wrap li .toast_mess, #xyfk_box .wrap li .toast_mess_on {
	width: 260px;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	position: absolute;
	bottom: 0
}

#xyfk_box .wrap li .toast_mess_on {
	height: 370px
}

#xyfk_box .wrap li .toast_mess_on .mess_list {
	position: absolute;
	left: 21px;
	bottom: 20px
}

#xyfk_box .wrap li .toast_mess_on .intro_mess {
	line-height: 18px
}

#xyfk_box .wrap li p {
	width: 218px;
	margin: 0 auto
}

#xyfk_box .wrap li .name {
	font-size: 22px;
	color: #fff;
	margin-top: 18px
}

#xyfk_box .wrap li .job {
	font-size: 14px;
	color: #ffa4a4;
	margin: 12px auto
}

#xyfk_box .wrap li .intro_mess {
	font-size: 14px;
	color: #fff;
	overflow: hidden
}

#xyfk_box .wrap li .toast_mess .intro_mess {
	height: 24px
}

#xcfc_box {
	width: 1180px;
	height: auto;
	margin: 30px auto 0;
	position: relative
}

#xcfc_box .photo_box {
	height: 390px
}

#xcfc_box .photo_box .wrap {
	width: 1072px;
	float: left;
	height: 370px;
	margin: 0 18px;
	overflow: hidden
}

#xcfc_box .prevs, #xcfc_box .nexts {
	width: 36px;
	height: 65px;
	display: inline-block;
	background-image: url(images/icons_change.png);
	background-size: 36px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 155px;
	cursor: pointer
}

#xcfc_box .nexts {
	float: right;
	background-position: 0 -88px
}

#xcfc_box .pic_box {
	width: 1072px;
	margin: 0 auto
}

#xcfc_box .wrap ul li {
	float: left;
	padding-right: 8px;
	position: relative;
	cursor: pointer;
	line-height: 18px;
}

#xcfc_box .wrap ul li img {
	display: block;
	width: 260px;
	height: 370px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#xcfc_box .wrap ul {
	margin-left: 3px
}

#xcfc_box .wrap li .toast_mess, #xcfc_box .wrap li .toast_mess_on {
	width: 260px;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	position: absolute;
	bottom: 0
}

#xcfc_box .wrap li .toast_mess_on {
	height: 370px
}

#xcfc_box .wrap li .toast_mess_on .mess_list {
	position: absolute;
	left: 21px;
	bottom: 20px
}

#xcfc_box .wrap li .toast_mess_on .intro_mess {
	line-height: 18px
}

#xcfc_box .wrap li p {
	width: 218px;
	margin: 0 auto
}

#xcfc_box .wrap li .name {
	font-size: 22px;
	color: #fff;
	margin-top: 18px
}

#xcfc_box .wrap li .job {
	font-size: 14px;
	color: #ffa4a4;
	margin: 12px auto
}

#xcfc_box .wrap li .intro_mess {
	font-size: 14px;
	color: #fff;
	overflow: hidden
}

#xcfc_box .wrap li .toast_mess .intro_mess {
	height: 24px
}

#yxjl_box {
	width: 1180px;
	height: auto;
	margin: 40px auto 0;
	position: relative
}

#yxjl_box .photo_box {
	height: 390px
}

#yxjl_box .photo_box .wrap {
	width: 1072px;
	float: left;
	height: 370px;
	margin: 0 18px;
	overflow: hidden
}

#yxjl_box .prevs, #yxjl_box .nexts {
	width: 36px;
	height: 65px;
	display: inline-block;
	background-image: url(images/icons_change.png);
	background-size: 36px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 155px;
	cursor: pointer
}

#yxjl_box .nexts {
	float: right;
	background-position: 0 -88px
}

#yxjl_box .pic_box {
	width: 1072px;
	margin: 0 auto
}

#yxjl_box .wrap ul li {
	float: left;
	padding-right: 8px;
	position: relative;
	cursor: pointer
}

#yxjl_box .wrap ul li img {
	display: block;
	width: 260px;
	height: 370px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#yxjl_box .wrap ul {
	margin-left: 3px
}

#yxjl_box .wrap li .toast_mess, #yxjl_box .wrap li .toast_mess_on {
	width: 260px;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	position: absolute;
	bottom: 0
}

#yxjl_box .wrap li .toast_mess_on {
	height: 370px
}

#yxjl_box .wrap li .toast_mess_on .mess_list {
	position: absolute;
	left: 21px;
	bottom: 20px
}

#yxjl_box .wrap li .toast_mess_on .intro_mess {
	line-height: 22px
}

#yxjl_box .wrap li p {
	width: 218px;
	margin: 0 auto
}

#yxjl_box .wrap li .name {
	font-size: 22px;
	color: #fff;
	margin-top: 18px
}

#yxjl_box .wrap li .job {
	font-size: 12px;
	color: #ff6500;
	margin: 12px auto
}

#yxjl_box .wrap li .intro_mess {
	font-size: 14px;
	color: #fff;
	overflow: hidden
}

#yxjl_box .wrap li .toast_mess .intro_mess {
	height: 14px
}

#coach_box {
	width: 1180px;
	height: auto;
	margin: 0 auto
}

.coach_box {
	width: 100%;
	height: 400px
}

#coach_box .prevs, #coach_box .nexts {
	width: 36px;
	height: 65px;
	display: inline-block;
	background-image: url(images/icons_change.png);
	background-size: 36px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 125px;
	cursor: pointer
}

#coach_box .nexts {
	float: right;
	background-position: 0 -88px
}

.coach_box .box {
	max-height: 600px;
	width: 1097px;
	float: left;
	height: 295px;
	margin: 10px 5px 0px;
	overflow: hidden;
}

.coach_box .box ul {
	width: 1097px;
}

.coach_box .box ul li {
	width: 19%;
	display: inline-block;
	height: 280px;
	position: relative;
	cursor: pointer;
	margin: 5px;
}

.coach_box .box ul li img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.coach_box .box ul li.on .mess {
	width: 100%;
	min-height: 100px;
	max-height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px
}

.coach_box .box ul li.on .mess p {
	color: #fff;
	margin: auto 20px;
	font-size: 20px;
	overflow: hidden;
	line-height: 20px;
}

.coach_box .box ul li.on .mess .down {
	font-size: 14px;
	bottom: 20px
}

.coach_box .box ul li.on .mess .up {
	bottom: 43px
}

.coach_box .buttons {
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 20px auto 0;
	background-color: #000;
	opacity: .2;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	position: relative;
	top: 645px
}

.coach_box .buttons span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(images/cd_btns_bg.png);
	background-size: 37px;
	background-repeat: no-repeat;
	background-position: -25px 0;
	margin-top: 6px;
	cursor: pointer;
	margin-left: 15px
}

.coach_box .buttons span:hover, .coach_box .buttons span.on {
	background-position: 0 0
}

.coach_box .buttons .one {
	margin-left: 0
}

.news_box {
	margin-bottom: 10px;
}

.index-news-l {
	float: left;
	width: 770px;
}

.index-news-l .index-news-l-lists {
	padding: 27px 25px 8px;
	background: #fff;
	overflow: hidden;
	zoom: 1;
}

.index-news-l .index-news-l-lists .index-news-l-list {
	position: relative;
	height: 156px;
	padding: 0 0 0 330px;
	margin: 0 0 20px;
}

.index-news-l .index-news-l-lists .index-news-l-list .news-img {
	position: absolute;
	left: 0;
	width: 302px;
	height: 156px;
}

.news-img img {
	width: 100%;
	max-height: 100%;
}

.index-news-l .index-news-l-lists .index-news-l-list .news-content {
	height: 156px;
	border-bottom: 1px dashed #eee;
}

.index-news-l .index-news-l-lists .index-news-l-list h1 {
	padding: 0px 0 4px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 22px;
}

.index-news-l .index-news-l-lists .index-news-l-list small {
	font-size: 12px;
	color: #999;
}

.index-news-l .index-news-l-lists .index-news-l-list p {
	height: 95px;
	padding: 8px 0 0;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	font-size: 14px;
}

.index-news-l .index-news-l-lists .index-news-l-list:hover p {
	color: #ff6500;
}

.index-news-r {
	float: right;
	width: 390px;
}

.index-news-r .index-news-r-list {
	height: 342px;
	padding: 19px 26px 26px;
	background: #fff;
}

.index-news-r .index-news-r-list li {
	position: relative;
	padding: 10px 0 25px;
	border-bottom: 1px dashed #eee;
}

.index-news-r .index-news-r-list li a {
	display: block;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news-r .index-news-r-list li a:hover {
	color: #ff6500;
}

.index-news-r .index-news-r-list li span {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 12px;
	color: #ccc;
}

#ie6-warning {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid gray;
	font-size: 12px;
	z-index: 999;
	background: white;
	color: black;
	text-align: center;
}

#ie6-warning a {
	text-decoration: underline;
	color: black;
}

.msg, .msg24 {
}

.msg .error, .msg .stop, .msg .alert, .msg .attention, .msg .tips, .msg .ok, .msg .notice, .msg .question, .msg .help, .msg .small-help {
	background: url("images/msg_bg.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #DDDDDD;
	color: #404040;
	float: left;
	line-height: 18px;
	padding: 2px 10px 2px 23px;
}

.msg .error {
	background-color: #FFF2F2;
	background-position: 3px 3px;
	border-color: #FF8080;
}

.msg .stop {
	background-color: #FFF2F2;
	background-position: 3px -47px;
	border-color: #FF8080;
}

.msg .alert {
	background-color: #FFF5F6;
	background-position: 3px -97px;
	border-color: #FF8C40;
}

.msg .attention {
	background-color: #E5F5FF;
	background-position: 3px -147px;
	border-color: #40B3FF;
}

.msg .tips {
	background-color: #FFFFE5;
	background-position: 3px -197px;
	border-color: #FFCC7F;
}

.msg .ok {
	background-color: #F0FFE5;
	background-position: 3px -247px;
	border-color: #4DBF00;
}

.msg .notice {
	background-color: #E6F5FF;
	background-position: 5px -295px;
	border-color: #40B3FF;
}

.msg .question {
	background-color: #F2F2F2;
	background-position: 3px -347px;
	border-color: #BFBFBF;
}

.msg .small-help {
	background-color: #FFFFFF;
	background-position: 5px -1095px;
	border-color: #FFFFFF;
}

.msg .help {
	background-color: #FFFFFF;
	background-position: 3px -1197px;
	border-color: #FFFFFF;
}

.msg24 .error, .msg24 .attention, .msg24 .tips, .msg24 .ok, .msg24 .question {
	background: url("images/msg_bg.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #DDDDDD;
	color: #404040;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 17px 10px 17px 56px;
}

.msg24 .error {
	background-color: #FFF2F2;
	background-position: 12px -388px;
	border-color: #FF8080;
}

.msg24 .attention {
	background-color: #E5F5FF;
	background-position: 12px -488px;
	border-color: #40B3FF;
}

.msg24 .tips {
	background-color: #FFFFE5;
	background-position: 15px -888px;
	border-color: #FFCC7F;
}

.msg24 .ok {
	background-color: #F0FFE5;
	background-position: 12px -988px;
	border-color: #4DBF00;
}

.msg24 .question {
	background-color: #F2F2F2;
	background-position: 12px -788px;
	border-color: #BFBFBF;
}

.msg .naked, .msg24 .naked {
	background-color: transparent;
	border: 0 none;
}

.msg24 .naked-tips {
	background-position: 15px -688px;
}

.msg24 .naked-ok {
	background-position: 12px -588px;
}

.msg:after, .msg24:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}

#page, #header, #content, #footer {
	margin-left: auto;
	margin-right: auto;
}

.w950 {
	width: 950px;
}

.col-main {
	float: left;
	min-height: 1px;
	width: 100%;
}

.col-sub, .col-extra {
	float: left;
}

.hidden {
	display: none;
}

.dis {
	display: block
}

.undis {
	display: none
}

#content {
	color: #474747;
	padding: 0px 0 15px;
}

.apc-gray-nosub {
	background: url("images/apc-gray-nosub.png") repeat-x scroll 0 0 #F4F4F4;
}

.apc-gray-sub {
	background: url("images/apc-gray-nosub.png") repeat-x scroll 0 0 #F4F4F4;
}

.apc-nonav {
	border-top: 1px solid #FFFFFF;
}

.mbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5 #DCDCDC #D2D2D2;
	border-style: solid;
	border-width: 1px;
	color: #474747;
}

.mbox .header {
	background: url("images/box_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	border-bottom: 1px dashed #D2D2D2;
	color: #474747;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-indent: 15px;
}

.mbox .area {
	overflow: hidden;
	width: 98%;
	padding: 3px;
}

.index_main {
	float: left;
	width: 650px;
	_width: 650px;
}

.index_sidebar {
	float: left;
	width: 330px;
	_width: 330px;
	margin-left: 10px;
}

.main {
	font-size: 14px;
	float: right;
	width: 76.5%;
	_width: 76.5%;
	background-color: #FFFFFF;
	padding: 5px 20px 15px;
}

.main div, .main span, .main h1, .main h2, .main h3, .main h4, .main h5, .main h6, .main p, .main blockquote, .main pre,
.main a, .main abbr, .main acronym, .main address, .main big, .main cite, .main code, .main del, .main dfn, .main em,
.main ins, .main kbd, .main q, .main s, .main samp, .main small, .main strike, .main strong, .main sub, .main sup,
.main tt, .main var, .main b, .main u, .main dl, .main dt, .main dd, .main ol, .main ul, .main li, .main fieldset,
.main form, .main label, .main legend, .main table, .main caption, .main tbody, .main tfoot, .main thead, .main tr,
.main th, .main td, .main article, .main aside, .main canvas, .main details, .main embed, .main figure, .main figcaption,
.main footer, .main header, .main hgroup, .main menu, .main nav, .main output, .main section, .main summary,
.main time, .main mark, .main audio, .main video {
	font-size: 14px;
}

.sidebar {
	float: left;
	width: 18%;
	_width: 18%;
	margin-right: 15px;
}

.sidebar .mbox {
	margin-bottom: 10px;
}

#sysTitle {
	height: 50px;
	line-height: 30px;
	width: 100%;
	background: #057BD2;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#sysTitle .sysTitle_l {
	float: left;
	font-size: 100%;
	margin-left: 10px;
	padding-top: 10px;
}

#sysTitle .sysTitle_r {
	float: right;
	font-size: 100%;
	margin-right: 10px;
	padding-top: 10px;
}

/* copy style from old file */
.navbar {
	font-size: 16px;
	border-bottom: 2px solid #ff6500;
	height: 40px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 10px;
}

.navbar .navbar_l {
	float: left;
	width: 10px;
	margin-top: 12px;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #ff6500;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.navbar .navbar_r {
	font-size: 100%;
	float: left;
	width: 96%;
	margin: 4px 0px 0px;
}

.navbar a {
	font-size: 100%;
	text-decoration: none;
}

.navbar span {
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 1px;
}

.workspace {
	width: 97%;
	_width: 98.5%;
	margin: 0px;
	padding: 5px;
}

.column {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

.more {
	float: right;
	font-size: 14px;
	margin-right: 10px;
}

.errorMessage {
	height: 80px;
	width: 95%;
	margin-top: 10px;
}

.errorMessage .message {
	border: 1px solid #ff6500;
	padding: 3px;
	width: 95%;
	line-height: 30px;
	background: #ffecec url(images/error.gif) no-repeat 10px 10px;
}

.search_button {
	float: right;
	color: #002f85;
	text-align: center;
	font-size: 12px;
	background: url(images/search.gif) no-repeat 0 0;
	width: 76px;
	_width: 76px;
	height: 20px;
	margin: 0px 10px 0px 2px;
}

.maps {
	background: url(images/maps.gif) no-repeat 0 0;
	width: 268px;
	height: 290px;
}

.RelatedNews {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5 #DCDCDC #D2D2D2;
	border-style: solid;
	border-width: 0px;
	color: #474747;
}

.RelatedNews .RelatedNews_h {
	background: url("images/box_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	border-bottom: 1px dashed #D2D2D2;
	color: #474747;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-indent: 15px;
}

.RelatedNews .RelatedNews_b {
	overflow: hidden;
	width: 97%;
	padding: 8px 10px;
}

.box2 {
	font-size: 14px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5 #DCDCDC #D2D2D2;
	border-style: solid;
	border-width: 1px;
	color: #474747;
	margin-bottom: 10px;
}

.box2 .box2_h {
	background: #ff6500;
	border-bottom: 1px solid #eeeeee;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.box2 .box2_h h3 {
	font-weight: inherit;
}

.box2 .box2_b {
	line-height: 50px;
	overflow: hidden;
	width: 100%;
}

#photoBox2 {
	border-color: #fad674;
}

#photoBox2 .box2_h {
	background: #fce9b4
}

#photoBox2 .box2_b {
	_padding: 5px 8px 8px;
}

#photoBox2 .photoList2 {
	_padding: 0 0 8px
}

#photoBox2 .photoList2 li {
	overflow: hidden;
	text-align: center;
	_margin: -3px 0;
}

#topViewBox .articleList2 {
	list-style: none;
}

#topViewBox .articleList2 li a {
	left: 0
}

#topViewBox .articleList2 li span {
	width: 3.5em;
	padding-left: .5em;
}

.wide {
	margin: 0px 11px;
}

.newsbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5 #DCDCDC #D2D2D2;
	border-style: solid;
	border-width: 1px;
	color: #474747;
	margin-bottom: 10px;
}

.newsbox .box_h {
	background: #f9f9f9;
	border-bottom: 1px dashed #f9f9f9;
	color: #474747;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
}

.newsbox .box_b {
	overflow: hidden;
	width: 97%;
	padding: 8px 10px;
}

.newsbox h3 {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	width: 600px;
}

.newsbox .more {
	color: #474747;
	float: right;
	font-size: 14px;
}

.forumbox {
	height: 1%;
	background: #fff;
	margin-bottom: 10px;
	border: 2px #0070b8 solid;
	border-collapse: separate;
}

.forumbox .forumbox_h {
	margin: 1px;
	padding: 0px;
	color: #ffa34f;
	height: 35px;
	line-height: 35px;
	background-color: #0070b8;
	text-align: center;
}

.forumbox .forumbox_b {
	margin: 1px;
	padding: 0px;
	line-height: 25px;
	background-color: #efefef;
}

.forumbox .forumbox_f {
	margin: 1px;
}

.forum_title .folder, .subject, .author, .number, .lastpost {
	border-right: 1px solid white;
}

.forum_title .folder {
}

.forum_title .lastpost {
	border-right: 0px solid white;
}

.forum_list .folder, .subject, .author, .number, .lastpost {
	border-right: 1px solid white;
}

.forum_list .author {
	background-color: #d1d7dc;
	text-align: center;
}

.forum_list .number {
	background-color: #dee3e7;
	text-align: center;
}

.forum_list .lastpost {
	background-color: #d1d7dc;
	border-right: 0px solid white;
	text-align: center;
}

.forumbox ul {
	margin: 28px 20px 0px 18px;
	font-size: 12px;
	color: #000;
}

.forumbox li {
	list-style: none;
	clear: both;
	line-height: 22px;
}

.forumbox li #n1 {
	float: left;
	width: 65px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.forumbox li #n2 {
	float: left;
	width: 60px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.forumbox li #n3 {
	float: right;
	width: 60px;
	padding: 0px;
	margin: 0px;
}

.adbox {
	padding: 0px;
	width: 713px;
	height: 105px;
	line-height: 0px;
	margin: 0px 0px 10px 0px;
}

.commentList {
	position: relative;
	font-size: 14px;
}

.commentList .dl_commentList {
	clear: both;
	margin: 10px 0 0 0;
	position: relative;
	min-height: 150px;;
	line-height: 20px;
	border: 1px solid #ddd;
	font-size: 14px;
	background-color: #FFFFFF;
}

.commentList .dl_commentList .photo {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.commentList .dl_commentList .photo img {
	max-width: 96px;
	max-height: 96px;
	margin: 10px 0 0;
}

.commentList .dl_commentList .right {
	float: right;
	width: 86%;
	min-height: 150px;
	border-left: 1px solid #ddd;
	font-size: 14px;
}

.commentList .dl_commentList .header {
	background: #f5f5f5;
	line-height: 26px;
	height: 26px;
	position: relative;
	font-size: 14px;
}

.commentList .dl_commentList .header a {
	margin-left: 10px;
	font-size: 14px;
}

.commentList .dl_commentList .header span {
	position: absolute;
	right: 10px;
	top: -3px;
	top: -4px \9;
	font-size: 28px;
	color: #ccc;
}

.commentList .dl_commentList .header span sup {
	font-size: 14px;
}

.commentList .dl_commentList .comment {
	margin: 10px 10px;
	min-height: 50px;
	font-size: 14px;
}

.commentList .dl_commentList .comment p {
	font-size: 14px;
}

.commentList .dl_commentList .replyHeader {
	background: #f5f5f5;
	padding: 0 10px;
	line-height: 26px;
	height: 26px;
	margin: 1px 1px 0;
	position: relative;
	font-size: 14px;
}

.commentList .dl_commentList .replyContent {
	margin: 10px 10px;
	min-height: 50px;
	font-size: 14px;
}

.commentList .dl_commentList .add {
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 12px;
	clear: both;
	font-size: 14px;
}

.commentList .dl_commentList .add a {
	text-decoration: underline;
	font-size: 14px;
}

.commentList .dl_commentList .user {
	font-style: normal;
	font-size: 14px;
}

.commentList .last {
	border-bottom: 1px solid #ddd;
}

* html .dl_commentList .header {
	padding: 5px 0 0 10px;
}

.article {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5 #DCDCDC #D2D2D2;
	border-style: solid;
	border-width: 0px;
	color: #474747;
	line-height: 25px;
	padding-top: 0.5em;
	text-align: justify;
	margin: auto;
	margin-bottom: 10px;
}

.article dl {
}

.article dt.title {
	margin: 1em 0em 0.5em;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #4C4C4C;
}

.article dt.title span, .article dd.subtitle span {
	font-size: inherit;
	font-weight: bold;
	font-size: 20px;
}

.article dd.subtitle {
	text-align: center
}

.article dd.line {
	border-bottom: #ccc 0px dashed;
	margin: 8px 0px;
	_height: 1px;
	line-height: 1px;
	font-size: 0
}

.article dd.author {
	text-align: center;
	font-size: 14px;
}

.article dd.author span {
	font-size: inherit;
}

.article dd.tag {
	color: #1a1aaa;
	margin-left: 8px;
}

.article dd.send {
	margin: 1.5em 0;
	text-align: center;
}

.article dd.addfav {
	margin: 2em 8px 0.5em 0;
	text-align: right;
}

.article dd.content {
	margin: 10px 0px 10px 0px;
}

.article dd.content p {
	padding: 6px 0 0;
}

.article dd.photo {
	width: auto;
}

.article dd.photo {
	margin: 20px auto 0;
	text-align: center;
}

.article dd.photo img {
	width: auto;
	max-width: 100% !important;
	border: #ccc 0px solid;
}

.article dd.content img {
	width: auto;
	max-width: 100% !important;
	border: #ccc 0px solid;
}

.article dd.content .summary {
	color: #999;
	border-bottom: #ccc 1px dotted;
	padding: 8px 0px;
}

* html .article dd.content img {
	MAX-WIDTH: 650px;
	WIDTH: auto;
	WIDTH: expression(this.width > 650  ? 650 : true);
}

* html .article dd.photo img {
	MAX-WIDTH: 650px;
	WIDTH: auto;
	WIDTH: expression(this.width > 650  ? 650 : true);
}

.articleList {
	position: relative;
	margin: 0 0 1.2em;
}

.articleList li {
	position: relative;
	border-bottom: 1px dotted #ccc;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	padding-left: 5px;
}

.articleList li:hover {
	background: #f7f7f7;
}

.articleList li.header {
	font-weight: bold;
}

.articleList li.header .title {
	width: 28em;
	float: left;
	text-align: center;
	background: transparent
}

.articleList li a.title {
	float: left;
	width: auto;
	padding-left: .8em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.articleList li a.title {
	background: url(images/li_flag.gif) no-repeat left center;
}

.articleList li .author {
	float: left;
	width: 6em;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.articleList li .view {
	float: left;
	width: 5em;
	text-align: center;
	overflow: hidden;
}

.articleList li .comment {
	float: left;
	width: 5em;
	text-align: center;
	overflow: hidden;
}

.articleList li.header:hover {
	background: transparent;
}

.articleList li > span {
	height: 2em;
	display: inline-block;
}

.articleList li span.date {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.0em !important;
	_width: 6.0em;
	color: #757575;
	text-align: right;
	padding-left: .2em;
}

.articleList li span.date a {
	width: 6.0em !important;
	color: #757575 !important
}

.articleList2 {
	line-height: 2.2em;
	*line-height: 2.0em;
	_line-height: 2.0em;
	position: relative;
	list-style: none;
	color: #063;
	margin: 0 0 10px 0px
}

.articleList2 li {
	overflow: hidden;
	height: 2.2em;
	*height: 2.0em;
	_height: 2.0em;
	position: relative;
	padding: 0 .8em 0 0;
	background: url(images/li_flag.gif) no-repeat 2px 10px;
	margin-left: 4px;
	border-bottom: #d4d4d4 0px dotted;
}

.articleList2 li a {
	width: auto;
	position: absolute;
	left: 1em !important;
	top: 0;
	text-overflow: ellipsis;
}

.articleList2 li span.date {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.0em !important;
	_width: 6.0em;
	color: #757575;
	text-align: right;
	padding-left: .2em;
}

.articleList2 li span.date a {
	width: 6.0em !important;
	color: #757575 !important
}

.articleList2 li span {
	position: absolute;
	right: 0;
	top: 0;
	width: 5.0em;
	_width: 5.0em;
	color: #999;
	text-align: right;
	padding-left: .2em;
}

.articleList2 li span a {
	width: 5.0em !important;
	_width: 5.0em;
	color: #999
}

.menuList2 {
	margin-left: 20px;
	font-size: 14px;
}

.menuList2 ul {
	line-height: 1.8em;
	position: relative;
	list-style: none;
	color: #360;
}

.menuList2 ul li {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 0 .8em 0 0;
	text-align: center;
}

.menuList3 li {
	border-bottom: 1px solid #DCDCDC;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

.menuList3 li .current a {
	display: block;
	font-size: 16px;
	color: #ff6500;
}

.menuList3 li a {
	display: block;
	font-size: 16px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
}

.menuList3 li a:hover {
	color: #ff6500;
	font-weight: 700;
}

.menuList3 .last {
	border-bottom: 0 none;
}

#topViewBox .box2_b {
	_width: 230px;
}

* + html #topViewBox .box2_b {
	width: 230px;
}

.headerTitle {
	padding: 4px 0px 0 0px;
	height: 35px;
	line-height: 30px;
	background: url(images/newsbox_head_dot.gif) repeat-x left bottom;
}

.photoList {
	height: 1%;
	margin: 0 0 2em
}

.photoList li {
	overflow: hidden;
	text-align: center;
	float: left;
	_display: inline;
	width: 230px;
	margin: 5px 2px;
}

.photoList img {
	width: 210px;
	height: 160px;
	display: block
}

.photoList li.photo img {
	border: 1px solid #ccc;
	padding: 1px;
}

.photoList li a:hover img {
	border: 1px solid #ff6500;
}

.photoList li.title {
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.photoList3 {
	padding: 0 25px 0 15px;
}

.photoList3 li {
	position: relative;
	padding: 20px 0 20px 300px;
	vertical-align: top;
	min-height: 150px;
}

.photoList3 li .list-img {
	position: absolute;
	left: 0;
	width: 276px;
	height: 150px;
	overflow: hidden;
}

.photoList3 li .list-img img {
	width: 100%;
	max-height: 100%;
}

.photoList3 li h2 {
	padding: 15px 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.photoList3 li .tip {
	font-size: 12px;
	color: #999;
	padding: 3px 0px 5px;
}

.photoList3 li .summary {
	text-indent: 0em;
	line-height: 25px;
	color: #333;
}

.photoList3 li a {
	color: #000;
}

.photoList3 li .summary a {
	color: #09f;
}

/*blogIndex forumIndex */
.thumbList {
	height: 1%;
}

.thumbList li {
	overflow: hidden;
	text-align: center;
	float: left;
	_display: inline;
	width: 230px;
	margin: 5px 2px;
}

.thumbList li.photo a {
	border: 1px solid #ccc;
	border: 0;
	display: table-cell;
	height: 160px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 210px;
	line-height: 160px;
}

.thumbList li.photo img {
	max-height: 160px;
	max-width: 210px;
	vertical-align: middle;
}

.thumbList li.title {
	height: 20px;
	line-height: 20px;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: -3px 0 0;
}

.col_l {
	float: left;
	width: 353px;
	margin-right: 4px;
	height: 545px;
	clear: left;
	_width: 353px;
	height: 1%;
	background: url(images/news_bg.gif) repeat-y;
}

.col_r {
	float: right;
	width: 353px;
	margin-right: 2px;
	height: 545px;
	clear: right;
	_width: 353px;
	height: 1%;
	background: url(images/news_bg.gif) repeat-y;
}

.col_l .articleList2 li a, .col_r .articleList2 li a {
	position: absolute;
	left: 0em;
	width: 17.5em
}

.col_l .articleList2 li span a, .col_r .articleList2 li span a {
	color: #999 !important;
	font-size: 12px;
}

.forum_nav {
	height: 1%;
	margin: -5px -8px 0;
}

.forum_nav dt {
	clear: both;
	color: #CC3300;
	margin: 5px 0 0;
}

.forum_nav dt a {
	color: #c30;
}

.forum_nav dt span {
	margin: 0 0 0 5px;
	font-size: 12px;
}

.forum_nav dt span a {
	color: #999;
}

.forum_nav dd {
	margin: 0 0 5px 5px;
}

.forum_nav dd li {
	float: left;
	_display: inline;
	width: 6em;
	font-size: 13px;
	padding: 0 0 0 5px;
	white-space: nowrap;
	overflow: hidden;
}

a.rtfl {
	font-weight: bold;
	color: #093;
	text-decoration: underline;
}

/*homepage css*/

/*photo ad*/
#focus {
	MARGIN: 10px 0 0;
	WIDTH: 223px;
	_width: 223px;
	POSITION: relative;
	HEIGHT: 190px;
	_height: 190px;
	BORDER: #f7f7f7 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
}

#au {
	WIDTH: 220px;
	HEIGHT: 190px
}

#au IMG {
	BORDER: #f7f7f7 1px solid;
	WIDTH: 220px;
	HEIGHT: 190px
}

#conau {
	BACKGROUND: #f7f7f7;
	FLOAT: left;
	padding: 0 5px;
	HEIGHT: 22px;
	line-HEIGHT: 22px;
	overflow: hidden;
	width: 100%;
	left: 0;
	POSITION: absolute;
	bottom: 0
}

#conau A {
	COLOR: #505050
}

.bbg0, .bbg1 {
	FONT-SIZE: 10px;
	BACKGROUND: #ff8c00;
	CURSOR: pointer;
	COLOR: white;
	LINE-HEIGHT: 11px;
	FONT-FAMILY: Arial
}

.bbg0 A, .bbg1 A {
	COLOR: white;
	TEXT-DECORATION: none
}

.bbg1 {
	BACKGROUND: #65ab31;
}

#no {
	right: 1px;
	POSITION: absolute;
	bottom: 23px
}

#no LI {
	FLOAT: left;
	WIDTH: 17px;
	MARGIN-RIGHT: 1px;
	PADDING-TOP: 2px;
	HEIGHT: 11px;
	TEXT-ALIGN: center
}

.contact {
	margin: 0 auto;
}

.contact li {
	display: inline;
	border-right: 1px solid #868686;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
}

.contact li.last {
	border: 0;
}

.ztxx_2col {
	height: 1%;
}

.ztxx_2col li {
	width: 46%;
	margin: 0 1%;
	float: left;
	_display: inline;
}

.ztxx_2col li a {
	width: 18.5em;
}

.ztxx_2col li span a {
	width: 4.5em;
}

.ztxx_2col:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.widthauto li a {
	width: auto !important;
	position: relative !important;
	left: 0 !important;
}

* + html .widthauto li {
	height: 1.9em !important;
}

* html .widthauto li {
	height: 1.9em !important;
}

* html .widthauto li a {
	width: auto;
	left: 0;
}

/*height*/
/*.gg_height{height:76px;height:69px\9;*height:73px;_height:72px;}*/
.gg_height {
	height: 76px;
	height: 185px \9;
	height: 185px;
	_height: 185px;
}

.hy_height {
	height: 66px;
}

.tags {
	height: 132px;
	height: 130px \9;
	overflow: hidden
}

.reg_count {
	height: 40px;
	line-height: 20px;
}

.grid, .tdbox {
	margin: 10px 0 0;
	overflow: hidden;
	position: relative;
}

.main-wrap {
	margin-left: 280px;
}

.col-main {
	float: left;
	margin-right: -100%;
	width: 100%;
}

.col-sub {
	float: left;
	width: 270px;
}

#examInfo {
	margin-top: 0;
}

.tdbd {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	overflow: hidden;
	padding: 1px;
}

.join:link, .join:visited {
	background: url("images/arrow.png") no-repeat scroll right center transparent;
	color: #057BD2;
	display: block;
	padding-right: 15px;
	position: absolute;
	right: 15px;
	text-decoration: none;
	top: 10px;
}

.join:hover {
	color: #FF4400;
	text-decoration: underline;
}

.box-grey-title {
	font-size: 20px;
	background: url(images/box_title_bg.png) repeat-x scroll 0 0 transparent;
	border-bottom: 1px solid #F0F0F0;
	font: 600 18px/20px 'microsoft yahei';
	height: 34px;
	overflow: hidden;
	padding-left: 13px;
	padding-top: 0px;
}

.box-grey-title span, .box-grey-title a, .box-grey-title a:hover {
	font-size: 100%;
	display: block;
	height: 22px;
	margin: 6px 0;
	overflow: hidden;
	width: 148px;
}

.tdbd a.join:link, .tdbd a.join:visited {
	color: #057BD2;
	text-decoration: none;
}

.tdbd a.join:hover {
	color: #FF4400;
	text-decoration: underline;
}

.list-item li {
	background: url("images/dot.png") no-repeat scroll left 10px transparent;
	overflow: hidden;
}

.list-item2 li {
	background: url("images/list-item.png") no-repeat scroll left 10px transparent;
	overflow: hidden;
}

#announce {
	height: 380px;
}

#announce .tdbd {
	height: 376px;
}

.announce-list {
	border-bottom: 1px dashed #C4C4C4;
	color: #474747;
	font-size: 14px;
	margin: 0 13px;
	padding: 13px 0;
}

.announce-list li {
	font-size: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding-left: 8px;
}

.announce-list li span {
	font-size: 100%;
	color: #057BD2;
	margin-left: 10px;
}

.announce-list li a {
	font-size: 100%;
	color: #057BD2;
	margin-left: 10px;
}

.announce-list li a:hover {
	color: #FF4400;
	margin-left: 10px;
}

#studentPhoto {
	padding: 13px;
}

#studentPhoto p {
	text-align: center;
}

.replay-image img {
	border: 1px solid #E3E3E3;
	height: 145px;
	width: 120px;
}

#technique {
	min-height: 380px;
	margin-top: 10px;
}

#technique .tdbd {
	min-height: 376px;
}

.techniques {
	font-size: 14px;
	padding: 0 13px 15px;
}

.technique-type {
	font-size: 16px;
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	position: relative;
	width: 100%;
}

.technique-title {
	font-size: 100%;
	color: #E44B07;
	padding: 4px 0 0 5px;
}

.appsHintMessage {
	color: #f00f00;
	width: 99%;
	margin: 10px 0px;
	text-align: center;
}

.appsHintMessage li {
	color: #f00f00;
	width: 100%;
	border-bottom: #333 1px dotted;
}

.apps_subTitle {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom: #333 2px solid;
}

.apps_box {
	height: 100px
}

.apps_box .apps_action_list {
	width: 100%;
}

.apps_box .apps_action_list li {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 10px 10px;
	padding: 5px 0px;
	list-style: none;
	display: inline;
}

.apps_box .apps_action_list li.first_child {
	margin-left: 0
}

.apps_box .apps_action_list li.last_child {
	margin-right: 0
}

.apps_box .apps_action_list li a {
	display: inline-block;
	padding: 2px 10px;
	color: #474747;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}

.apps_box .apps_action_list li a i {
	color: #FF8888;
}

.apps_box .apps_action_list li a i:hover {
	color: #f00f00;
}

.apps_box .apps_action_list li a p {
	color: #FF8888;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 25px;
	margin: 0 5px;
}

.apps_box .apps_action_list li a p:hover {
	color: #f00f00;
}

.problemPhoto {
	padding: 5px;
}

.problemPhoto p {
	text-align: center;
}

.problemPhoto p img {
	border: 1px solid #E3E3E3;
	height: 100px;
	width: 120px;
}

.editTable {
	background: #f9f9f9;
	color: #666;
	border: 1px solid #eeeeee;
}

.editTable tr {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.editTable tr td {
	font-size: 14px;
	height: 30px;
	padding: 5px 5px;
	vertical-align: middle;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.editTable .titleColumn {
	background-color: #f9f9f9;
	color: #474747;
	text-align: center;
}

.editTable .valueColumn {
	text-align: left;
}

.editTable .c {
	text-align: center;
}

.editTable .r {
	text-align: right;
}

/*琛ㄦ牸鐨勭嚎*/
#dataList {
	color: #000;
	line-height: 20px;
}

/*鍗曞厓鏍肩殑绾跨瓑*/
#dataList td {
	padding: 5px;
}

#dataList th {
	background: url("images/three.png") no-repeat 0 0 transparent;
	height: 31px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

#dataList .c {
	text-align: center;
}

#dataList .r {
	text-align: right;
}

/*table涓伓鏁拌*/
.even-row {
	background-color: #FCFFFE;
}

/*table涓鏁拌*/
.odd-row {
	background-color: #f4f3f3;
}

/**table涓椿鍔ㄥ綋鍓嶈*/
.active-row {
	background-color: #e1f1fc;
}

/**table涓�変腑琛�*/
.selected-row {
	background-color: #f3faff;
}

.box_sidebar {
	position: relative;
	width: 100%;
	height: 1%;
	_overflow: visible;
	margin: 0 0 10px;
	padding: 0px;
}

.box_sidebar img {
	width: 100%;
	height: 100%;
}

.picgd {
	position: relative;
}

.picgd a.up {
	background: url("images/three.png") repeat scroll 0 -192px transparent;
	display: block;
	height: 30px;
	left: 1px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 50px;
	width: 28px;
}

.picgd a.down {
	background: url("images/three.png") repeat scroll -38px -192px transparent;
	display: block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 1px;
	text-indent: -9999px;
	top: 50px;
	width: 28px;
}

.picgd a.up:hover {
	background: url("images/three.png") repeat scroll -76px -192px transparent;
}

.picgd a.down:hover {
	background: url("images/three.png") repeat scroll -114px -192px transparent;
}

.picgd .pic {
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 18px;
	width: 550px;
}

.picgd .pic div {
	float: left;
}

.picgd .pic li {
	float: left;
	padding: 0 10px;
}

.picgd .pic li img {
	border: 1px solid #CCCCCC;
}

.specialLink {
	padding: 0px;
	_height: 1%;
	margin-bottom: 10px;
}

.specialLinkList_nowrap {
	clear: both;
	overflow: hidden;
	height: 190px;
}

.specialLinkList_nowrap li {
	float: left;
	_display: inline;
	padding-right: 0px;
}

.specialLinkList_nowrap li img {
	display: block
}

.productList {
	line-height: 2.2em;
	*line-height: 2.0em;
	_line-height: 2.0em;
	position: relative;
	list-style: none;
	margin: 0 0 10px 0px
}

.productList li {
	overflow: hidden;
	height: 10.0em;
	*height: 10.0em;
	_height: 10.0em;
	position: relative;
	padding: 0 .8em 0 0;
	margin-left: 4px;
	border-bottom: #d4d4d4 1px dotted;
}

.productList li a {
	width: auto;
	position: absolute;
	top: 0;
	text-overflow: ellipsis;
}

.productList li:hover {
	background: #f7f7f7;
}

.productList li:hover a {
	color: #c30;
}

.productList li.header {
	font-weight: bold;
}

.productList li.header .title {
	width: 35em;
	float: left;
	text-align: center;
	background: transparent
}

.productList li .title {
	float: left;
	width: 35em;
	padding-left: .8em;
	text-overflow: ellipsis;
	overflow: hidden;
}

.productList li .title a {
	color: #E56700;
	font-weight: bold;
}

.productList li .title .summary {
	color: #757575 !important;
	line-height: 22px;
}

.productList li .author {
	padding-top: 40px;
	float: left;
	width: 6em;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.productList li .view {
	padding-top: 40px;
	float: left;
	width: 5em;
	text-align: center;
	overflow: hidden;
}

.productList li .comment {
	padding-top: 40px;
	float: left;
	width: 5em;
	text-align: center;
	overflow: hidden;
}

.productList li .price {
	padding-top: 40px;
	float: left;
	width: 8em;
	text-align: center;
	overflow: hidden;
	color: #E56700;
	font-weight: bold;
}

.productList li .date {
	padding: 40px 5px 0;
	float: right;
	width: 6.0em;
	_width: 6.0em;
	text-align: right;
	_white-space: nowrap;
	overflow: hidden;
	color: #757575 !important;
	position: absolute;
	right: 0;
	top: 0;
}

.productList li .register {
	margin: 40px 5px 0;
	float: right;
	width: 90px;
	_width: 90px;
	height: 25px;
	_height: 25px;
	line-height: 22px;
	border: 0;
	text-align: center;
	_white-space: nowrap;
	overflow: hidden;
	background: url(images/buttonBg.jpg) no-repeat 0px 0px;
	position: absolute;
	right: 0;
	top: 0;
}

.productList li .register a {
	position: relative;
	color: #FFF;
}

.productList li.header:hover {
	background: transparent;
}

.productList li > span {
	height: 2em;
	display: inline-block;
}

.cooperat-org .cooperat {
	background-image: url("http://img04.taobaocdn.com/tps/i4/T1DtelXcVpXXXXXXXX-250-1000.png");
	background-repeat: no-repeat;
}

.cooperat-org a.pre, .cooperat-org a.pre:hover, .cooperat-org a.next, .cooperat-org a.next:hover {
	background-image: url("http://img03.taobaocdn.com/tps/i3/T1NRpZXilHXXXXXXXX-39-514.gif");
	background-repeat: no-repeat;
}

.cooperat-org {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #E1E1E1;
	height: 78px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 988px;
}

.cooperat-org .cooperat {
	background-position: 0 -559px;
	float: left;
	height: 78px;
	width: 92px;
}

.cooperat-org .tab-nav {
	display: none;
}

.cooperat-org .show-box {
	float: right;
	height: 60px;
	margin: 9px 29px 0 0;
	overflow: hidden;
	position: relative;
	width: 842px;
}

.cooperat-org .show-box .tab-pannel {
	float: left;
	height: 60px;
	margin-left: 18px;
	text-decoration: none;
	width: 85px;
}

.cooperat-org .show-box .tab-pannel a {
	border: 1px solid #EFEFEF;
	display: block;
	height: 58px;
	text-decoration: none;
	width: 83px;
}

.cooperat-org .show-box .tab-pannel a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #666;
	border-radius: 3px 3px 3px 3px;
	height: 58px;
	width: 83px;
}

.cooperat-org .show-box .tab-pannel .pic {
	display: block;
	height: 32px;
	margin-top: 4px;
	text-align: center;
	width: 83px;
}

.cooperat-org .show-box .tab-pannel .name {
	color: #474747;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 83px;
}

.cooperat-org .show-box .tab-pannel a:hover .name {
	color: #474747;
}

.cooperat-org .show-box .tab-pannel .name a {
	text-decoration: none;
}

.cooperat-org a.pre, .cooperat-org a.next {
	display: block;
	height: 60px;
	position: absolute;
	top: 9px;
	width: 16px;
}

.cooperat-org a.pre {
	background-position: 0 -385px;
	left: 97px;
}

.cooperat-org a.pre:hover {
	background-position: -19px -385px;
}

.cooperat-org a.next {
	background-position: 0 -454px;
	right: 9px;
}

.cooperat-org a.next:hover {
	background-position: -19px -454px;
}

.main .examForm {
	text-align: center;
	width: 100%;
}

.main .examForm h3, .examForm li {
	font-size: 14px;
	line-height: 30px;
}

.main .examForm a div {
	width: 28%;
	height: 48px;
	line-height: 48px;
	margin: 15px 35%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	background-color: #ff6500;
	color: #fff;
}

.main .examForm a div:hover {
	background-color: #ff6500;
}

.main .passwordForm {
	width: 100%;
	font-size: 14px;
}

.main .passwordForm li {
	color: #b87b04;
	clear: both;
	height: 35px;
	line-height: 30px;
	text-align: left;
	padding: 8px 5px 0px 5px;
}

.main .passwordForm li .name {
	float: left;
	font-size: 14px;
	width: 90px;
	text-align: right;
	color: #000;
}

.main .passwordForm li .input {
	float: left;
	font-size: 14px;
	width: 250px;
	color: #000;
	height: 30px;
	border: 1px solid #d6d6d6;
}

.main .passwordForm li .input2 {
	float: left;
	font-size: 14px;
	width: 560px;
	color: #000;
	height: 25px;
}

.main .passwordForm li input.Text {
	font-size: 14px;
	width: 90%;
	height: 25px;
}

.main .passwordForm li .desc {
	float: left;
	font-size: 14px;
	width: 300px;
	color: #999;
	margin-left: 10px;
}

.main .passwordForm .btn input {
	text-align: center;
	width: 28%;
	height: 48px;
	line-height: 48px;
	margin: 15px 35%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	background-color: #ff6500;
	color: #fff;
}

.main .passwordForm .btn input:hover {
	background-color: #f00f00;
}

.ui-growl {
	font-size: 14px;
}

.ui-growl span {
	font-size: 14px;
}

ul#errors {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0px;
	display: none;
	background-color: #FFE;
	border: 1px solid #CC9;
	color: #C00;
	line-height: 2em;
	width: 100%;
}

ul#errors li {
	margin-left: 20px;
	list-style-position: outside;
	color: #c00;
	cursor: pointer;
	line-height: 1.8em;
}

ul#errors li li {
	list-style-type: circle;
}

ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: bold;
}

.actionButtonlist {
	margin: 10px;
}

.actionButtonlist li {
	display: inline-block;
	min-width: 50px;
	margin-top: 3px;
	margin-right: 3px;
}

.actionButtonlist li i {
	margin-right: 7px;
}

.actionButtonlist a {
	text-align: center;
	padding: 7px 20px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background-color: #ff6500;
	color: #fff;
	text-indent: 1px;
}

.actionButtonlist a:hover {
	background-color: #f00f00;
}

.examRemainingTimeHint {
	color: #FFF;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

.examRemainingTime {
	display: inline-block;
	float: right;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 60px;
	color: #ff0000;
}

.problem_area {
	width: 100%;
	height: auto;
}

.problem_area .problem_area_left {
	width: 65%;
	height: 100%;
	float: left;
}

@media screen and (max-width: 800px) {
	.problem_area .problem_area_left {
		width: 100%;
	}
}

.problem_area .problem_area_left .problem_title {
	width: 98%;
	min-height: 10px;
	font-size: 17px;
	line-height: 26px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.problem_area .problem_area_left .problem_title span {
	font-size: 100%;
}

.problem_area .problem_area_left .problem_option {
	width: 98%;
	font-size: 17px;
	margin-left: 20px;
}

.problem_area .problem_area_left .problem_option input {
	font-size: 17px;
	visibility: hidden;
}

.problem_area .problem_area_left .problem_option .choose_type input {
	font-size: 17px;
	visibility: visible;
}

.problem_area .problem_area_left .problem_option li {
	font-size: 100%;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.problem_area .problem_area_left .problem_option tr {
	font-size: 100%;
	height: 27px;
	line-height: 27px;
}

.problem_area .problem_area_left .problem_option label {
	font-size: 17px;
}

.problem_area .problem_area_left .problem_button {
	font-size: 100%;
	width: 98%;
	height: 50px;
	margin-top: 10px;
	margin-left: 5px;
}

.problem_area .problem_area_left .problem_button .my_answer_area {
	font-size: 17px;
	font-weight: bold;
	width: 205px;
	float: left;
	margin-top: 15px;
}

.problem_area .problem_area_left .problem_button .my_answer_area span {
	font-size: 17px;
}

.problem_area .problem_area_left .problem_button .my_answer_area .title {
	display: inline-block;
	float: left;
}

.problem_area .problem_area_left .problem_button .my_answer_area .my_answer {
	display: inline-block;
	float: left;
	color: #e91226;
	font-size: 25px;
	margin-top: -3px;
}

.problem_area .problem_area_left .problem_button .pro_opt_but {
	font-size: 17px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 20px;
}

.problem_area .problem_area_left .problem_button .pro_opt_but span {
	font-size: 17px;
	display: inline-block;
	float: left;
}

.problem_area .problem_area_left .problem_button .pro_opt_but input {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-indent: 1px;
}

.problem_area .problem_area_left .problem_button .pro_opt_but input:hover {
	color: #ffffff;
	background-color: #f00f00;
}

.problem_area .problem_area_right {
	width: auto;
	height: 100%;
	float: left;
}

.problemNavigation {
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 15px;
}

.problemNavigation .sub_one {
	margin: 3px 3px 3px 10px;
}

.problemNavigation .sub_one li {
	display: inline-block;
	width: 2.6%;
	min-width: 25px;
	height: 30px;
	margin-top: 3px;
	margin-right: 3px;
}

.problemNavigation .sub_fou {

}

.problemNavigation .sub_fou li {
	display: inline-block;
	float: left;
	width: 5%;
	min-width: 25px;
	height: 31.1px;
	margin-top: 3px;
	margin-right: 3px;
}

.problemNavigation li a {
	width: 100%;
	height: 99%;
	text-align: center;
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}

.problemNavigation li a span {
	font-size: 12px;
}

.problemNavigation li .ExamOrderViewVisited {
}

.problemNavigation li .ExamRight {
}

.problemNavigation li .ExamWrong {
	background-color: #f00f00;
	color: #ffffff;
}

.problemNavigation li .ExamOrderViewCurr {
	background-color: #f3601e;
	color: #ffffff;
}

.problem_action_bar {
	float: left;
	width: 100%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	margin-top: 15px;
}

.problem_action_bar input {
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background-color: #ff6500;
	color: #fff;
	text-indent: 1px;
}

.problem_action_bar input:hover {
	background-color: #f00f00;
}

.problem_image_area {
	width: auto;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.problem_image_area img {
	width: 100%;
}

.maskLayout {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	display: none;
}

.submitPaperProcess {
	position: absolute;
	z-index: 11;
	text-align: center;
	display: none;
}

.submitPaperProcess .animation {
	width: 35px;
	height: 35px;
	display: inline-block;
	clear: both;
}

.submitPaperProcess .hintInfo {
	display: inline-block;
	color: white;
	clear: both;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

#submitPaperHintInfo {
	width: 350px;
	height: 120px;
	color: #f00f00;
	text-align: center;
	line-height: 120px;
	font-size: 16px;
	font-weight: bold;
	background-color: #add8e6;
	z-index: 10;
	display: none;
	position: absolute;
}

.problem_analysis {
	display: block;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	display: none;
}

.examResultHint {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.examResultHint span {
	font-size: 100%;
}

.examResultActionBar {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.examResultActionBar a {
	color: white;
	font-size: 18px;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #ff6500;
	cursor: pointer;
}

.examResultActionBar a:hover {
	background-color: #f00f00;
}

.examResultActionBar .answerRight {
	background-color: #3288ea;
}

.examResultActionBar .answerRight:hover {
	background-color: #3288ea;
}

.examResultActionBar .answerWrong {
	background-color: #3288ea;
}

.examResultActionBar .answerWrong:hover {
	background-color: #3288ea;
}

.examResult {
	font-size: 14px;
}

.examResult td {
	font-size: 14px;
	vertical-align: middle;
	line-height: 30px;
}

.examResult li {
	font-size: 14px;
	line-height: 30px;
}

.examResult td span, .examResult td a, .examResult td div, .examResult li span {
	font-size: 100%;
}

.examResult td a {
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}

.pageControl {
	font-size: 14px;
}

.pageControl span {
	font-size: 14px;
}

.pageControl a {
	font-size: 14px;
}

.rightFloatLayer {
	position: fixed;
	top: 50%;
	right: -10px;
	margin: -88px 0 0;
	padding: 60px 0 0;
	z-index: 10000;
}

.rightFloatLayer a {
	color: #FFFFFF;
}

.rightFloatLayer span {
	position: relative;
	left: 0;
	display: block;
	color: #fff;
	height: 55px;
	margin: 0 0 4px;
	padding: 0 10px 0 55px;
	background: #ff6500;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.rightFloatLayer span:hover {
	left: -10px;
}

.rightFloatLayer span.phone {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	padding: 0 18px 0 55px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 55px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	white-space: nowrap;
}

.rightFloatLayer span.phone:hover {
	left: -156px;
	padding: 0 18px 0 45px;
}

.rightFloatLayer span i {
	position: absolute;
	top: 30%;
	left: 22%;
	font-size: 24px;
}

.rightFloatLayer span.phone i {
	top: 1%;
	left: 7%;
}

.reviewListBox {
	margin-top: 15px;
	background-color: #ffffff;
}

.reviewList {
	display: inline-block;
	width: 100%;
}

.reviewList li {
	padding: 25px 0;
	border-bottom: 1px solid #e9e9e9;
}

.reviewList .clearfix:after {
	clear: both;
}

.reviewList .clearfix:after, .reviewList .clearfix:before {
	display: table;
	content: " ";
}

.reviewList .item-left {
	float: left;
	margin-left: 20px;
}

.reviewList .item-right {
	margin-left: 150px;
	margin-right: 30px;
}

.reviewList .item-left .img-w {
	border-radius: 0%;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.reviewList .item-left .img-w img {
	display: block;
	width: 100px;
	height: auto;
}

.reviewList .item-right > .content-top {
	height: 25px;
	line-height: 25px;
}

.reviewList .item-right > .content-top .author-name {
	font-size: 16px;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.reviewList .item-right .item-static {
	font-size: 14px;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.reviewList .item-right .item-static .col {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 22px;
	line-height: 22px;
	margin: 15px auto;
}

.reviewList .item-right .item-static .col .lable {
	color: #999;
	padding-right: 15px;
	font-size: 14px;
}

.reviewList .star-w {
	display: inline-block;
	vertical-align: top;
	width: 101px;
	height: 100%;
	background-size: 100%;
}

.reviewList .star-w .star {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/resources/images/star.png) left center no-repeat;
}

.reviewList .item-right .item-static .col .score {
	padding-left: 15px;
	font-size: 14px;
}

.reviewList .item-right .content {
	margin: 10px 0;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
}

.reviewList .item-right .content-bottom {
	display: block;
	line-height: 25px;
}

.reviewList .item-right .content-bottom .date {
	color: #999;
	font-size: 14px;
}

.reviewList .left {
	float: left;
}

.reviewList .right {
	float: right;
}

.reviewList .item-right .content .reviewPhoto {
	display: block;
	width: 100%;
}

.reviewList .item-right .content img {
	display: inline-block;
	width: 200px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
}

.reviewListLi2 {
	float: left;
	width: 50%;
}

.reviewList .reviewListLi2 .item-right .item-static .col {
	margin: 0px auto;
}

.reviewList .reviewListLi2 .item-right .content {
	margin: 5px 0;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uk-notice-main {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	z-index: 30;
	display: none;
}

.uk-notice-main .uk-notice-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	z-index: 3;
}

.uk-notice-main .uk-notice-content .uk-flex-close {
	position: absolute;
	top: 60px;
	right: 100px;
	height: 32px;
	width: 32px;
	line-height: 30px;
	border: none;
	font-size: 24px;
	color: #e6e6e6;
	text-align: center;
	cursor: pointer;
}

.uk-notice-main .uk-notice-content .uk-bg-img {
	position: absolute;
	top: 0;
	left: 100px;
	width: 160px;
	height: 125px;
}

.uk-notice-text {
	padding-top: 60px;
	padding-left: 30px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	letter-spacing: 1px;
}

.uk-notice-text .color2 {
	color: #ff6500;
	font-size: 32px;
}

.uk-notice-text .uk-notice-btn {
	vertical-align: middle;
	height: 36px;
	width: 50px;
	background-color: #00a0e9;
	background-size: cover;
	margin-left: 40px;
	line-height: 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 26px;
	border: none;
}

.uk-notice-main .uk-bg-color {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0;
	background-color: #2e2e2e;
	z-index: -1;
}

.layer-anim {
	border-radius: 10px !important;
}

#tzltk {
	height: 100%;
	display: none;
	border-radius: 10px;
	background: white;
	overflow: hidden;
}

.tzl-notice-board-img {
	width: 100%;
	height: 155px;
}

.tzl-notice-board-img img {
	width: 100%;
	height: 100%;
}

.tzl-notice-board-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	font-size: 32px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}

.tzl-notice-board {
	width: 100%;
	height: 473px;
	position: relative;
	z-index: 1;
}

.tzl-notice-board form {
	display: block;
	width: 100%;
	height: 473px;
	margin-top: -8px;
	overflow: hidden;
}

.tzl-notice-board-left {
	float: left;
	width: 450px;
	height: 100%;
}

.tzl-notice-board-left h2 {
	text-align: center;
	color: #231815;
	font-weight: bold;
	margin-top: 20px;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.tzl-notice-board-left h4 {
	color: #666666;
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
}

.tzl-notice-board-left ul {
	width: 300px;
	margin: 20px auto;
}

.tzl-notice-board-left ul li {
	overflow: hidden;
	margin: 40px 0;
}

.tzl-notice-board-left ul li span {
	float: left;
	display: block;
	line-height: 35px;
	font-size: 16px;
}

.tzl-notice-board-left ul li span:nth-child(1) {
	width: 20px;
	color: #f6c03e;
	font-size: 30px;
	margin-top: 5px;
}

.tzl-notice-board-left ul li span:nth-child(2) {
	width: 70px;
	text-align: center;
	color: #333333;
}

.tzl-notice-board-left ul li input {
	width: 200px;
	float: right;
	border: 1px solid #dddddd;
	line-height: 35px;
	text-indent: 10px;
}

.tzl-notice-board-left ul li select {
	width: 200px;
	float: right;
	border: 1px solid #dddddd;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
}

.tzl-notice-board-left h4 span {
	color: #f6c03e;
	margin: 0 5px;
	font-size: 14px;
	text-align: center;
}

.tzl-notice-board-left ul li input::input-placeholder {
	color: #333 !important;
}

.tzl-notice-board-left ul li input::-webkit-input-placeholder {
	color: #666 !important;
}

.tzl-notice-board-left ul li input:-moz-placeholder {
	color: #666 !important;
}

.tzl-notice-board-left ul li input::-moz-placeholder {
	color: #666 !important;
}

.tzl-notice-board-left ul li input:-ms-input-placeholder {
	color: #666 !important;
}

.tzl-notice-board-middle {
	float: left;
	width: 154px;
	height: 100%;
	background: url("/resources/images/calculateFee-btn-bj.png") no-repeat center;
}

.tzl-notice-board-middle ul {
	width: 53px;
	height: 63px;
	padding: 25px 30px;
	line-height: 33px;
	border-radius: 50%;
	border: 5px solid #f6c03e;
	background: #f6c03e;
	margin: 155px auto 0;
	text-align: center;
	color: #FFFfff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	animation: all 0.8s infinite alternate;
}

@keyframes all {
	0% {
		border: 5px solid #f6c03e;
	}
	20% {
		border: 5px solid #f8cd65;
	}
	50% {
		border: 5px solid #fadf9e;
	}
	75% {
		border: 5px solid #fdf2d8;
	}
	100% {
		border: 5px solid #fff;
	}
}

.tzl-notice-board-right {
	float: left;
	width: 396px;
	height: 100%;
}

.tzl-notice-board-right h2 {
	text-align: center;
	font-size: 24px;
	color: #231815;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.tzl-notice-board-right h2 span {
	color: #f6c03e;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.tzl-notice-board-right ul {
	width: 60%;
	margin: 20px auto 10px;
	padding: 5px 20px;
	border: 1px solid #dddddd;
}

.tzl-notice-board-right ul li {
	overflow: hidden;
	line-height: 18px;
	font-size: 16px;
}

.tzl-notice-board-right ul li p {
	float: left;
	margin: 10px 0;
	font-size: 16px;
}

.tzl-notice-board-right ul li p span {
	color: #f6c03e;
	margin-right: 10px;
	font-weight: bold;
	font-size: 18px;
}

.tzl-notice-board-right ul li p:nth-child(2) {
	float: right;
}

.tzl-notice-board-text {
	width: 100%;
	text-align: right;
	color: #f6c03e;
	font-size: 16px;
}

.tzl-notice-board-text a {
	display: block;
	width: 70%;
	margin: 0 auto;
	color: #f6c03e;
	font-size: 16px;
}

/*瀛﹁溅璐圭敤*/
.product_list {
	margin-top: 34px;
}

.product_list ul li {
	border: 1px #e7e7e7 solid;
	margin-bottom: 23px;
	min-height: 220px;
	background-color: #FFFFFF;
}

.product_pic {
	border-right: 0px #e7e7e7 solid;
	width: 30%;
	height: 100%;
}

.product_pic img {
	width: 100%;
}

.product_txt {
	position: relative;
	width: 64%;
	height: 100%;
	display: table;
	padding: 2% 3% 2% 0;
}

.product_txt_top {
}

.product_name {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 60px;
	font-family: 'SourceHanSansCN-Bold';
}

.product_name span {
	font-size: 16px;
	font-weight: normal;
}

.product_price {
	font-size: 18px;
	color: #ff6500;
	margin: 20px 0 0 72px;
}

.product_price span {
	font-size: 30px;
}

.product_btn {
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff6500;
	border-radius: 40px;
	overflow: hidden;
	margin-top: 13px;
}

.product_btn a {
	color: #fff;
	font-size: 18px;
	display: block;
	cursor: pointer;
}

.product_txt_bom {
	margin-top: 39px;
}

.product_txt_bom h4 {
	color: #282828;
	font-size: 18px;
	margin-bottom: 20px;
}

.product_txt_bom p {
	color: #999999;
	line-height: 24px;
	font-size: 14px;
}


.school_list {
	width: 100%;
}

.school_list .box ul {
	width: 100%;
}

.school_list .schoolList-content {
	padding: 15px 0 0 0;
	margin: 0 -20px 0px 0px;
}

.school_list .schoolList-content li {
	float: left;
	width: 94%;
	margin: 0 0 20px 0px;
	padding: 0 20px 0 20px;
	background: #fff;
	font-size: 18px;
	border-bottom: 1px dashed #e9e9e9;
}

.school_list .schoolList-content li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


.schoolList-content .fl {
	width: 240px;
}

.schoolList-content .fr {
	width: calc(100% - 250px);
	padding-left: 10px;
}

.schoolList-content .schoolList-img {
	position: relative;
	width: 236px;
	overflow: hidden;
	padding-top: 20px;
}

.schoolList-content .schoolList-img img {
	width: 100%;
	min-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.school_list .schoolList-content .schoolList-content-header {
	padding: 20px 0 10px;
	overflow: hidden;
	zoom: 1;
}

.schoolList-content .schoolList-content-header h3 {
	float: left;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
}

.schoolList-content .schoolList-content-header h3 span {
	float: left;
	font-size: 18px;
}

.schoolList-content .schoolList-content-header h3 span.tj {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.schoolList-content .schoolList-content-header h3 span.rm {
	height: 20px;
	padding: 0 14px;
	margin: 0px 10px 0 10px;
	background: #ff6500;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: bottom;
}

.schoolList-content .schoolList-content-header .position {
	float: left;
	margin: 1px 0 0 15px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.schoolList-content .schoolList-content-header .position i {
	color: #ff6500;
}

.schoolList-content .schoolList-content-header .position span {
	font-size: 14px;
}

.schoolList-content .num {
	float: right;
	font-size: 23px;
	color: #ff6500;
}

.schoolList-content .schoolList-content-body {
	position: relative;
	height: 170px;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.schoolList-content .schoolList-content-body dl {
	margin: 15px 0 0;
	color: #999;
	overflow: hidden;
	zoom: 1;
}

.schoolList-content .schoolList-content-body.has-youhui dl {
	margin: -6px 0 0;
	overflow: hidden;
}

.schoolList-content .schoolList-content-body dd {
	float: left;
	width: 25%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}

.schoolList-content .schoolList-content-body dd .iconfont {
	float: left;
	margin: 1px 8px 0 0;
}

.schoolList-content .schoolList-content-body .schoolList-body-youhui {
	padding: 8px 0 0;
	overflow: hidden;
}

.schoolList-content .schoolList-content-body .schoolList-body-youhui p {
	font-size: 12px;
}

.schoolList-content .schoolList-content-body .schoolList-body-youhui span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	padding: 0 12px;
	border: 1px dashed #e5e5e5;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-bottom: 3px;
}

.schoolList-content .schoolList-content-body .schoolList-body-youhui span em {
	font-style: normal;
	color: #ff6500;
	font-weight: bold;
	font-size: 18px;
}

.schoolList-content .schoolList-body-sum {
	position: absolute;
	bottom: 1px;
	right: 1px;
	color: #999;
	overflow: hidden;
	zoom: 1;
	font-size: 18px;
	margin-bottom: 10px;
}

.schoolList-content .schoolList-body-sum span {
	float: left;
	padding: 7px 0;
	font-size: 14px;
}

.schoolList-content .schoolList-body-sum em {
	font-style: normal;
	color: #ff6500;
	font-size: 18px;
}

.schoolList-content .schoolList-body-sum a.btn {
	float: right;
	width: 130px;
	height: 34px;
	background: #ff6500;
	border-bottom: 2px solid #eb8417;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
}

.schoolList-content .schoolList-body-sum a.btn:hover {
	background: #f00f00;
	border-bottom: 2px solid #f00f00;
}

.school_list .schoolList-content li.no-data {
	width: 530px;
	height: 216px;
	padding: 30px;
	font-size: 18px;
	color: #999;
}

.schoolList-content li.no-data .more-courses {
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 18px;
}

.schoolList-content li.no-data .more {
	display: block;
	height: 216px;
	background: #f7f7f7;
	line-height: 216px;
	text-align: center;
	font-size: 20px;
	color: #999;
}

.schoolList-content li.no-data .more span {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 50px 0 0;
	font-size: 18px;
}

.schoolList-content li.no-data .more span i.icon-list-more {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -16px 0 0;
}

/*瀛﹁溅闂瓟*/
.FAQs_head {
	text-align: center;
}

.FAQs_head h4 {
	color: #282828;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: 'SourceHanSansCN-Bold';
}

.FAQs_head p {
	color: #282828;
	font-size: 16px;
	line-height: 35px;
}

.FAQs_list {
	margin-top: 34px;
}

.FAQs_list ul li {
	border-bottom: 1px #e7e7e7 solid;
	padding: 0 0 22px 0;
	margin: 0 0 30px 0;
}

.question {
	padding: 0 0 0 58px;
	position: relative;
	color: #282828;
	line-height: 38px;
	font-size: 18px;
}

.question:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	background: url(./images/wen.png) no-repeat;
}

.answer {
	padding: 0 0 0 58px;
	position: relative;
	color: #999999;
	line-height: 38px;
	min-height: 38px;
	margin-top: 22px;
	font-size: 16px;
}

.answer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	background: url(./images/da.png) no-repeat;
}
