﻿/*默认属性*/
input {
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

html, body {
	height: 100%;
	font-family: "微软雅黑";
}

html, body {
	height: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote, th, td, strong {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

/*自定义样式*/
.floor {
	width: 1200px;
	margin: 0 auto;
} /*网站楼层*/
.clear {
	clear: both;
	float: none;
	height: 0;
	border: none;
	padding: 0;
	margin: 0;
} /*清浮动*/

/********通用样式开始********/
/*头部开始*/
/*top begin*/
/*.top-wrap{ width:auto; background:url(../images/another/bg_top.png) repeat-x #39F;}
.top{ width:1200px; height:50px; margin:0 auto;}
.top span{ font-size:18px; color:#FFF; line-height:50px;}*/
/*top end*/

/*head begin*/
.head-wrap {
	width: 100%;
	background: url(../images/another/bg_head.png) #fff;
}

.head {
	width: 1200px;
	height: 73px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 999;
}

.logo {
	float: left;
	margin-top: 7px;
}

.city {
	float: left;
	margin: 42px 0 0 18px;
	position: relative;
}

.city input {
	padding-left: 18px;
	background: url(../../images/another/sy_06.jpg) no-repeat left center;
	height: 18px;
	line-height: 18px;
}

.headr {
	float: right;
	margin: 21px 2px 0 0;
}

/*head end*/

/*nav begin*/
.nav-wrap {
	width: 100%;
	background: #0fa7ff;
	height: 40px;
	line-height: 40px;
	-moz-box-shadow: 0px 2px 3px #c9c9c9;
	-webkit-box-shadow: 0px 2px 3px #c9c9c9;
	box-shadow: 0px 2px 3px #c9c9c9;
	z-index: 99999;
	position: relative;
/* 	top:78px; */
}

.nav {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	position: relative;
	z-index: 9999999;
}

.nav li {
	float: left;
	position: relative;
	z-index: 99;
}

.nav li a {
	display: block;
	width: 108px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.nav li a:hover {
	background: #f39800;
}

.nav li a img {
	margin-left: 8px;
	border: none;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}

.nav li a:hover img {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.nav li:hover ul {
	display: block;
	width: auto;
}

.nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	background: url(../../images/another/zdhbg.png);
	padding: 12px 0;
	z-index: 9999999;
}

.nav li ul li a {
	display: block;
	width: 108px;
	padding: 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #408cc6;
	text-align: center;
	font-family: '微软雅黑';
}

.nav li ul li a:hover {
	background: #9cdbfc;
	color: #002846;
}

.fixednav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #0fa7ff;
	height: 40px;
	line-height: 40px;
	-moz-box-shadow: 0px 2px 3px #adadad;
	-webkit-box-shadow: 0px 2px 3px #adadad;
	box-shadow: 0px 2px 3px #adadad;
	z-index: 9999999;
}
/*nav end*/

/*banner begin*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 420px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 420px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 420px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 12px;
	line-height: 22px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 62px;
	height: 5px;
	margin: 8px;
	background: #fff;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background: #f39800;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:22px; height:22px; margin:8px; background:url(../images/another/ban1.png) no-repeat; overflow:hidden; line-height:9999px;}
.fullSlide .hd ul .on{ background:url(../images/another/ban2.png) no-repeat; }*/
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/another/bannerjt.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}

.banbd {
	width: 368px;
	height:330px;
	background: #fff;
	position: absolute;
	left: 63%;
	top: 15%;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	z-index: 99;
}

.banbdt {
	width: 100%;
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	color: #0092e7;
	text-align: center;
}

.banbdc {
	width: 100%;
	text-align: center;
}

.banbdc input {
	width: 260px;
	height: 41px;
	line-height: 41px;
	padding-left: 39px;
	border: #dddddd 1px solid;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 18px;
	border-radius: 2px;
	margin-top: 0;
}

.banzh {
	background: url(../images/another/b_03.jpg) no-repeat left center;
}

.banmm {
	background: url(../images/another/a_06.jpg) no-repeat left center;
}

.banbdcb {
	width: 300px;
	margin: 0 auto;
}

.banbdcb input {
	width: 139px;
	padding: 0;
	padding-left: 5px;
	height: 35px;
	border: #dddddd 1px solid;
	font-size: 16px;
	border-radius: 2px;
	margin: 0;
	display: block;
	float: left;
}

.banbdcb img {
	width: 80px;
	height: 35px;
	padding: 0;
	margin: 0;
	border: #999999 1px solid;
	display: block;
	float: left;
	margin-left: 8px;
}

.banbdcb a {
	display: block;
	width: 58px;
	height: 37px;
	line-height: 37px;
	text-align: right;
	font-size: 12px;
	color: #007bb2;
	text-decoration: underline #007bb2;
	float: left;
}

.zcwmm {
	width: 254px;
	text-align: left;
	margin: 0 auto;
}

.zcwmm a {
	font-size: 12px;
	color: #007bb2;
	line-height: 36px;
}

.zcwmm span {
	float: right;
	text-decoration: underline #007bb2;
}

.banan {
	width: 301px;
	margin: 0 auto;
	margin-top: 11px;
}

.banan input {
	width: 262px;
	height: 43px;
	line-height: 43px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	background: #0fa7ff;
	text-align: center;
	border: none;
	margin-left: 22px;
}

.bandsf {
	width: 301px;
	height: 0;
	border-bottom: #eeeeee 1px solid;
	padding-top: 1px;
	margin: 0 auto;
	margin-top: 22px;
}

.bandsf span {
	display: block;
	width: 99px;
	font-size: 13px;
	color: #8d8d8d;
	height: 15px;
	line-height: 15px;
	margin: 0 auto;
	margin-top: -8px;
	text-align: center;
	background: #fff;
}

.qqwx {
	width: 204px;
	margin: 0 auto;
	margin-top: 11px;
}

.qqwx a {
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 27px;
}
/*banner end*/
.sba {
	width: auto;
	height: 434px;
	background: url(../images/another/sba_02.jpg) no-repeat center;
}

/*修改信息界面*/
.xgxxjm {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	z-index: 9999998;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}

.xgxxk {
	width: 548px;
	height: 650px;
	position: fixed;
	left: 50%;
	margin-left: -274px;
	background: #fff;
	z-index: 9999999;
	overflow-y: scroll;
	padding-bottom: 38px;
	overflow: hidden;
	display: none;
}

.xgxxt {
	width: 100%;
	height: 68px;
	background: #0081cc;
	line-height: 68px;
}

.xgxxt span {
	font-size: 18px;
	color: #fff;
	margin-left: 28px;
	font-weight: bold;
}

.xgxxt a {
	float: right;
	margin: 20px 20px 0 0;
}

.xgxxc {
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
	color: #393939;
	line-height: 30px;
	margin-top: 20px;
}

.xgxxc span {
	color: #000000;
}

.xgxxc em {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}

.xgxxb {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border: #7d7d7d 1px solid;
	position: relative;
}

.xgxxgn {
	width: 100%;
	color: #393939;
	font-size: 14px;
	margin-top: 6px;
}

.xgxxgnl {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	float: left;
}

.xgxxgnl span {
	color: #F00
}

.xgxxgnr {
	width: 390px;
	height: 40px;
	line-height: 20px;
	text-align: left;
	float: left;
}

.xgxxgnr2 {
	width: 390px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	float: left;
}

.xgxxgnr li {
	float: left;
	text-align: left;
	padding-right: 30px;
}

.xgxxgnr input {
	width: 108px;
	height: 24px;
	border: #aaaaaa 1px solid;
	float: left;
	display: block;
	margin-top: 7px;
}

.xgxxgn p {
	display: block;
	float: left;
	width: 252px;
	line-height: 20px;
	margin-left: 18px;
	color: #808080;
}

.xgma {
	width: 428px;
	padding-left: 26px;
	padding-top: 10px;
	border: #7d7d7d 1px solid;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}

.xgma li {
	width: 180px;
	height: 26px;
	float: left;
	margin: 6px 0 8px 0;
}

.xgma li span {
	display: block;
	width: 70px;
	text-align: right;
	float: left;
	line-height: 26px;
}

.xgma li input {
	display: block;
	width: 98px;
	height: 24px;
	border: #aaaaaa 1px solid;
	text-align: left;
	float: left;
}

.bcxg {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.bcxg input {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #0081cc;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 1px;
}

.zsj {
	width: 56px;
	position: absolute;
	left: 2px;
	top: -9px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	background: #fff;
}
/*头部结束*/
.f1 {
	width: 1248px;
	padding: 20px 0 6px;
	margin: 0 auto;
}

.f1 li {
	float: left;
}

.f1 li a {
	display: block;
	width: 156px;
	height: 72px;
	line-height: 72px;
	padding-top: 99px;
	font-size: 18px;
	color: #0965bc;
	text-align: center;
}

.f1 li a:hover {
	color: #ff8503;
}

.f11 {
	background: url(../images/another/sy_30.jpg) no-repeat center top;
}

.f12 {
	background: url(../images/another/sy5_05.jpg) no-repeat center top;
}

.f13 {
	background: url(../images/another/sy_34.jpg) no-repeat center top;
}

.f14 {
	background: url(../images/another/sy_36.jpg) no-repeat center top;
}

.f15 {
	background: url(../images/another/sy_38.jpg) no-repeat center top;
}

.f16 {
	background: url(../images/another/sy_40.jpg) no-repeat center top;
}

.f17 {
	background: url(../images/another/sy_43.jpg) no-repeat center top;
}

.f18 {
	background: url(../images/another/sy_46.jpg) no-repeat center top;
}

.f11:hover {
	background: url(../images/another/sy5_03.jpg) no-repeat center top;
}

.f12:hover {
	background: url(../images/another/sy_32.jpg) no-repeat center top;
}

.f13:hover {
	background: url(../images/another/sy5_07.jpg) no-repeat center top;
}

.f14:hover {
	background: url(../images/another/sy5_09.jpg) no-repeat center top;
}

.f15:hover {
	background: url(../images/another/sy5_11.jpg) no-repeat center top;
}

.f16:hover {
	background: url(../images/another/sy5_13.jpg) no-repeat center top;
}

.f17:hover {
	background: url(../images/another/sy5_15.jpg) no-repeat center top;
}

.f18:hover {
	background: url(../images/another/sy5_17.jpg) no-repeat center top;
}

.f2-wrap {
	width: auto;
	background: url(../images/another/sy_56.jpg) no-repeat center top;
}

.f2 {
	width: 1200px;
	margin: 0 auto;
	height: 733px;
	position: relative;
}

.f2bd {
	width: 354px;
	height: 236px;
	position: absolute;
	top: 352px;
	left: 767px;
}

.xzwl {
	display: block;
	width: 160px;
	height: 83px;
	background: #8ddcff;
	float: left;
	margin-right: 34px;
	margin-bottom: 12px;
}

.f2srk {
	width: 354px;
	line-height: 28px;
	height: 28px;
	font-size: 16px;
	color: #111111;
	font-family: "微软雅黑";
	margin-top: 13px;
}

.f2srk span {
	width: 54px;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
}

.f2srk input {
	width: 296px;
	padding-left: 4px;
	height: 28px;
	background: #e5e5e5;
	float: left;
}

.f2an {
	width: 354px;
	margin-top: 20px;
}

.f2an input {
	width: 160px;
	height: 38px;
	line-height: 34px;
	background: #0fa7ff;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.f2an input:hover {
	background: #f39800;
}
/*second foot end*/
.f3-wrap {
	background: url(../images/another/sy2_04.jpg) repeat-x;
	margin-top: 48px;
}

.f3-head {
	width: 128px;
	height: 64px;
	margin: 0 auto;
	padding-top:4px;
}
.f3-head h1{font-size:32px; border-bottom:3px solid #0fa7ff;}
.f3 {
	width: 1260px;
	margin: 36px auto 0;
	position:relative;
	overflow: hidden;
}



.f3 li {
	float: left;
	margin: 0 30px;
}

.f3 li a {
	display: block;
	width: 192px;
	height: 376px;
	position: relative;
}

 .f3 li a img {
	display: block;
	width: 192px;
	height: 274px;
	border-radius: 4px;
} 
.f3 li a .zjtd_bjt{
	display: block;
	width: 192px;
	height: 210px;
	border-radius: 4px;
	clear:both;
}

.f3 li a span {
	display: block;
	width: 182px;
	padding-left: 10px;
	height: 48px;
	background: url(../images/another/sy_63.jpg) no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-top: 4px;
}

.f3 li a p {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #444444;
	line-height: 20px;
}

.f3sj1 {
	width: 64px;
	height: 62px;
	background: url(../images/another/f3sj1.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.f3sj2 {
	width: 64px;
	height: 62px;
	background: url(../images/another/f3sj2.png) no-repeat;
	position: absolute;
	right: 0;
	top: 212px;
}

.f3f {
	width: 1268px;
	margin: 48px auto 70px;
}

.f3f li {
	float: left;
	margin: 0 38px;
}

.f3f li a {
	display: block;
	width: 241px;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.f3f li a img {
	display: block;
	width: 241px;
	height: 301px;
	border-radius: 4px;
}

.f3f li a span {
	display: block;
	width: 182px;
	padding-left: 10px;
	height: 48px;
	background: url(../images/another/sy_63.jpg) no-repeat;
	margin-top: 18px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-top: 4px;
}

.f3f li a p {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #444444;
	line-height: 26px;
	padding-top: 8px;
}

.f4-wrap {
	background: url(../images/another/sy_66.jpg) no-repeat center top;
}

.f4 {
	width: 1200px;
	height: 440px;
	margin: 0 auto;
	padding-top: 218px;
}


.f4 li {
	height: 64px;
	line-height: 40px;
	width: 886px;
	margin: 0 auto;
}

.f4 li span {
	font-size: 21px;
	color: #fff;
	display: block;
	float: left;
	width: 105px;
}

.f4tj {
	float: left;
	position: relative;
}

.f4tj input {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #383838;
	padding: 0 10px;
	margin-right: 14px;
	border-radius: 2px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.f4tj ul {
	width: 160px;
	height: 200px;
	overflow-y: scroll;
	background: #fff;
	border: #383838;
	position: absolute;
	display: none;
	top: 38px;
	left: 0;
	z-index: 999;
}

.f4tj ul li {
	width: 140px;
	padding: 0 10px;
	font-size: 14px;
	color: #383838;
	line-height: 20px;
	height: 20px;
}

.f4an {
	width: 112px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	background: #f39800;
	border: 0;
	text-align: center;
	float: left;
	cursor:pointer;
	vertical-align: top;
}

.f5-wrap {
	background: url(../images/another/f5_03.jpg) repeat-x;
	margin-top: 48px;
	padding-bottom: 76px;
}

.f5-head {
	width: 133px;
	height: 68px;
	margin: 0 auto;
}
.f5-head h1{font-size:32px; border-bottom:3px solid #0fa7ff;}
.kskf_1{font-size:18px; color:rgb(98,98,98); text-align:center;}
.slideTxtBox {
	width: 1252px;
	margin: 21px auto 0;
}

.slideTxtBox .hd {
	width: 1252px;
	height: 27px;
	margin: 0 auto;
}

.slideTxtBox .hd ul {
	width: 580px;
	margin: 0 auto;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 76px;
	height: 24px;
	line-height: 24px;
	margin: 0 20px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #0e0e0e;
}

.slideTxtBox .hd ul li.on {
	border-bottom: 3px solid #0fa7ff;
}

.slideTxtBox .bd ul {
	width: 1180px;
	margin: 0 auto;
}

.slideTxtBox .bd li {
	float: left;
	margin: 23px 0 0 23px;
}

.slideTxtBox .bd li a {
	display: block;
	width: 267px;
	height: 270px;
	overflow: hidden;
}

.slideTxtBox .bd li a img {
	display: block;
	width: 267px;
	height: 160px;
}

.slideTxtBox .bd li a span {
	display: block;
	width: 237px;
	height: 35px;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	font-family: "黑体";
	font-size: 16px;
	color: #2a2a2a;
	border-bottom: #fff 1px solid;
}

.slideTxtBox .bd li a p {
	display: block;
	width: 237px;
	height: 48px;
	line-height: 24px;
	padding: 6px 15px 20px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #626262;
}

.slideTxtBox .bd li a:hover span {
	color: #fff;
	background: #0fa7ff;
	border-bottom: #3fb9ff 1px solid;
}

.slideTxtBox .bd li a:hover p {
	color: #fff;
	background: #0fa7ff;
}

/*底部开始*/
.foot-wrap {
	background: #0061b4;
}

.foot1 {
	width: 1200px;
	height: 165px;
	margin: 0 auto;
}

.foot1-l {
	width: 808px;
	float: left;
	margin-top:34px;
}

.foot1-l h6 {
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
	float: left;
	display: block;
}

.foot1-l span{
	font-size:20px;
	color:#fff;
	font-weight:600;
	margin-left:20px;
}

.foot1-l p{
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
	display:inline-block;
	margin-left:20px;
	height:28px; line-height:28px;
}

.foot1-l ul {
	float: left;
	
}

.foot1-l li{
	float: left;
	margin: 0 25px 24px 25px;
	text-align: left;
	
}

.foot1-l li a {
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
}


.foot1-r {
	float: left;
	text-align: left;
	width: 273px;
	height: 145px;
	margin: 20px 0 0 70px;
}

.foot1-r img {
	width: 116px;
	height: 116px;
}

.foot1-r span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	width: 116px;
}

.foot1x {
	width: 0;
	height: 105px;
	border-left: 1px solid #004a89;
	border-right: 1px solid #3d87c6;
	float: left;
	margin-top: 33px;
	-moz-box-shadow: 0px 1px 1px #005aa9;
	-webkit-box-shadow: 0px 1px 1px #005aa9;
	box-shadow: 0px 1px 1px #005aa9;
}

.foot2 {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: url(../images/another/dbf2_03.png) repeat-x;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top: #3d87c6 1px solid;
}

.foot2 a {
	color: #fff;
}
/*底部结束*/
.wzt-wrap {
	height: 18px;
	margin: 3px 0;
}

.wzt {
	width: 1200px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 18px;
	color: #2b2b2b;
	background: url(../images/another/wzt.png) no-repeat left center;
	text-indent: 13px;
}

.wzt span {
	color: #ff8a00;
}

.wzt a {
	color: #2b2b2b;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.left {
	width: 950px;
	float: left;
}

.yxczsr {
	width: 950px;
	height: 45px;
	background: url(../images/another/yxcz2_03.jpg) no-repeat left center;
	margin: 0 0 14px;
}

.yxhzs {
	width: 748px;
	height: 45px;
	padding-left: 46px;
	line-height: 45px;
	font-size: 18px;
	color:#d6d6d6;
	border: none;
	background: none;
	
}

.yxhzd {
	width: 126px;
	height: 42px;
	line-height: 42px;
	background: #0fa7ff;
	border-radius: 2px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-left: 40px;
	border:none;
}

.yxczzt {
	width: 926px;
	height: auto;
	background: #fff;
	margin-top: 15px;
	padding-top: 14px;
	padding-bottom: 27px;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	margin-bottom: 100px;
	position:relative;
}

.yxcztj {
	width: 880px;
	border: #dfdfdf 1px solid;
	border-top: #0fa7ff 5px solid;
	margin: 0 auto;
}

.tjj {
	width: 98%;
	border-top: #dfdfdf 1px dashed;
	margin: 0 auto;
	padding: 3px 0;
}

.mczz {
	line-height: 26px;
	margin: 8px 0;
	float: left;
}

.mczz span {
	font-size: 14px;
	color: #000
}


/*对比弹出层*/
.dbtc {
	width: 246px;
	padding-bottom: 20px;
	position: fixed;
	display: none;
	left: 50%;
	margin-left: 300px;
	top: 10%;
	background: #fff;
	border: #dfdfdf 1px solid;
	moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}

.dbtct {
	cursor: move;
	width: 246px;
	height: 70px;
	line-height: 70px;
	background: #0fa7ff;
}

.dbtct span {
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}

.dbtct a {
	float: right;
	font-size: 20px;
	color: #fff;
	margin: 20px 20px 0 0;
}

.dbtct a img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.dbtc ul {
	background: #fff;
}

.dbtc ul li {
	width: 200px;
	height: 70px;
	border: #dfdfdf 1px solid;
	padding-top: 10px;
	margin: 10px auto 0;
	position: relative;
}

.dbtc ul li img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 10px;
}

.dbtc ul li span {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}

.dbtc ul li em {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.dbtc ul li a {
	position: absolute;
	right: 4px;
	top: 4px;
}

.dbtc ul li a img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.KeFuDiv {
	position: absolute;
	height: auto;
	width: 246px;
	z-index: 999999;
	background: #fff;
	padding-bottom: 20px;
	border: #dfdfdf 1px solid;
	moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}

.dbtct {
	cursor: move;
	width: 246px;
	height: 48px;
	line-height: 48px;
	background: #0fa7ff;
}

.dbtct span {
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}

.dbtct a {
	float: right;
	font-size: 20px;
	color: #fff;
	margin: 6px 9px 0 0;
}

.dbtct a img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.KeFuDiv ul {
	background: #fff;
}

.KeFuDiv ul li {
	width: 200px;
	height: 70px;
	border: #dfdfdf 1px solid;
	padding-top: 10px;
	margin: 10px auto 0;
	position: relative;
}

.KeFuDiv ul li img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 10px;
}

.KeFuDiv ul li span {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}

.KeFuDiv ul li em {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.KeFuDiv ul li a {
	position: absolute;
	right: 4px;
	top: 4px;
}

.KeFuDiv ul li a img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.szdq {
	display: block;
	float: right;
	width: 778px;
	margin-top: 8px;
	position:relative;
}

.s_szdq {
	display: block;
	float: right;
	width: 992px;;
}


.tsss_11{
	display:none;
	position:absolute;
	top:-8px;
	left:107px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_22{
	display:none;
	position:absolute;
	top:-8px;
	left:180px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_33{
	display:none;
	position:absolute;
	top:-8px;
	left:253px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_44{
	display:none;
	position:absolute;
	top:-8px;
	left:327px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_55{
	display:none;
	position:absolute;
	top:-8px;
	left:400px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_66{
	display:none;
	position:absolute;
	top: -8px;
	left: 481px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.tsss_77{
	display:none;
	position:absolute;
	top: -8px;
	left: 554px;
	color:#000;
	font-size:12px;
	background:#fff;
	border:1px solid rgb(214, 214, 214);
	box-shadow: 0 0 3px #777474;
}

.szdq li {
	position: relative;
	/* padding: 0 20px 0 10px; */
	width:65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin:4px;
	border-radius: 3px;
	
}


.s_szdq_11{
	display: block;
	float: left;
	width: 790px;
}

.xx {
	display: block;
	position: absolute;
	right: 1px;
	top: -9px;
	font-size: 15px;
}

.xx1 {
	display: block;
	position: absolute;
	right: 4px;
	top: -8px;
	font-size: 20px;
}

.bx_bx {
	display: block;
	padding: 0 20px;
	height: 16px;
	background: #FF9900;
	color: #fff;
	text-align: center;
	float: right;
	border-radius: 3px;
	cursor: pointer;
}

.szdq li a.bx_bx1 {
	display: block;
	padding: 0 20px;
	height: 32px;
	background: none;
	color: #FF9900;
	text-align: center;
	float: right;
	border-radius: 3px;
	cursor: pointer;
}

.szdq li:hover {
	background: #0fa7ff;
	color: #fff;
	cursor: pointer;
}

.szdq li.buxian_00{
	display: block;
	background: #FF9900;
	color: #fff;
	text-align: center;
}

.szdq li.buxian_01{
	background: none;
	color: #FF9900;
}

.szdq .on {
	background: #0fa7ff;
	color: #fff;
	cursor: pointer;
}

.xxsx {
	display: block;
	width: 782px;
	float: right;
	margin-top: 7px;
}

.xxsx li {
	position: relative;
	/* display: inline-block;
	*display: inline; */
	padding: 0 20px 0 10px; 
	/* min-width: 28px; */
	
	height: 30px;
	line-height: 30px;
	text-align: left;
	float: left;
	margin: 8px;
	border-radius: 3px;
}

.xxsx li:hover {
	background: #0fa7ff;
	color: #fff;
	cursor: pointer;
}
.xxsx li.buxian_00{
	display: block;
	background: #FF9900;
	color: #fff;
	text-align: center;
	padding:0 15px;
}

.xxsx li.buxian_01{
	background: none;
	color: #FF9900;
}

.xxsx .on {
	background: #0fa7ff;
	color: #fff;
	cursor: pointer;
}

.yxxxzt {
	width: 100%;/*2017-11-02 16:12:27xingzhiyun 879px;*/
	border-top: #0fa7ff 5px solid;
	margin: 16px auto 0;
}

.yxxxzt li {
	width: 99%;
	height: 138px;
	border-bottom: #a5deff 1px dashed;
	cursor:pointer;
}

.yxxxzt li img {
	display: block;
	float: left;
	margin: 14px 26px 0 20px;
}

.yxmca {
	width: 660px;
	border-bottom: #dfdfdf 1px dashed;
	float: left;
}

.yxmca span {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #010101;
	padding-right: 16px;
	float: left;
	margin-top: 14px;
}

.yxmca em {
	display: block;
	height: 16px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #f39800;
	font-style: normal;
	float: left;
	margin-right: 11px;
	border-radius: 2px;
	margin-top: 27px;
}

.yxmca .pm_qg{
	display: block;
	height: 16px;
	font-size: 14px;
	color: #fe4a00;
	text-align: center;
	float: left;
	font-weight:600;
}
.yxmca .pm_zh{
	display: block;
	height: 16px;
	font-size: 14px;
	color: #008800;
	text-align: center;
	float: left;
	font-weight:600;
}

.yxtja {
	width: 686px;/*2017-11-02 16:17:00*/
	float: left;
	margin-top: 6px;
}

.yxtja li {
	width: 169px;
	height: 28px;
	line-height: 28px;
	float: left;
	font-size: 16px;
	color: #4e4e4e;
	border-bottom: none;
}

.rsan {
	width: 102px;
	float: left;
	margin-top: -75px;
}

.rsan a {
	width: 102px;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 6px;
	border-radius: 3px;
	background: #0fa7ff;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
}

.rsan a:hover {
	background: #f39800;
}

.pag {
	width: 100%;
	margin: 36px auto 80px;
	text-align: center;
}

.pag span {
	font-size: 14px;
	color: #454444;
	margin-right: 24px;
}

.pag ul li {
	display: inline-block;
	*display: inline;
}

.pag ul li a {
	padding: 6px 12px;
	line-height: 33px;
	*padding: 5px 12px;;
	color: #0fa7ff;
	text-align: center;
	border: #dadada 1px solid;
	border-radius: 3px;
	background: url(../images/another/yxcz_28.jpg) repeat-x;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.pag li a:hover {
	background: #0fa7ff;
	border: #0fa7ff 1px solid;
	border-top: #0d8dd7 1px solid;
	color: #fff;
}

.pag li .on {
	background: #0fa7ff;
	border: #0fa7ff 1px solid;
	border-top: #0d8dd7 1px solid;
	color: #fff;
}

.right {
	width: 250px;
	float: left;
	/* margin-top: 32px; */
}

.right-t {
	width: 250px;
	background: #fff;
	padding-bottom: 20px;
	-moz-box-shadow: 0px 0px 6px #777474;
	-webkit-box-shadow: 0px 0px 6px #777474;
	box-shadow: 0px 0px 3px #777474;
}

.right-tt {
	width: 250px;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	background: url(../images/another/rightt.jpg) no-repeat;
	text-align: left;
}

.right-tt span {
	margin-left: 13px;
	color: #fff;
	font-family: "微软雅黑";
}

.right-t ul {
	width: 214px;
	margin: 0 auto;
}

.right-t li {
	width: 200px;
	padding-left: 14px;
	height: 36px;
	line-height: 36px;
	border-bottom: #dfdfdf 1px dashed;
	background: url(../images/another/yxcz_18.jpg) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-t li:hover a{color:#0fa7ff; font-weight:600;}
.right-t li a {
	font-size: 14px;
	color: #3e3e3e;
}

.right-t li span {
	float: right;
	color: #3e3e3e;
}

.right-t li:hover span {
	color: #0fa7ff;
}

.right-b {
	width: 250px;
	margin-top: 17px;
	-moz-box-shadow: 0px 0px 6px #777474;
	-webkit-box-shadow: 0px 0px 6px #777474;
	box-shadow: 0px 0px 3px #777474;
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.right-b img {
	width: 204px;
	height: 204px;
	margin: 22px 0 12px;
}

.right-b p {
	display: block;
	width: 204px;
	color: #505050;
	text-align: left;
	line-height: 26px;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
	font-family: "黑体"
}

.right-b p img {
	width: 204px;
	height: auto !important;
	margin: 0 !important;
}

/*招生计划*/
.zstb {
	
	margin: 7px auto;
	border-left: #0fa7ff 4px solid;
	padding-left: 12px;
	font-size: 16px;
	color: #606060;
	height: 26px;
	line-height: 26px;
	text-align: left;
}

.zstb li {
	display: inline-block;
	display: inline;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	font-size: 14px;
	color: #fb2121;
	margin: 0 8px;
	border: #c9c9c9 1PX solid;
}

.zstjan {
	width: 148px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #0fa7ff;
	color: #fff;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 67px;
	top: 50%;
	margin-top: -17px;
	z-index: 999;
	border-radius: 5px;
	border: none;
}

.zstj {
	width: 1198px;
	height: 134px;
	border: #e5e5e5 1px solid;
	background: #fafafa;
	position: relative;
}

.zstj li {
	width: 285px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin: 0 0 7px 15px;
	position: relative;
}

.zstj li input {
	width: 165px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	padding-left: 4px;
	*margin-top: 3px;
}

.zstj li span {
	display: block;
	width: 42px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	text-align: center;
	float: left;
	background: #fff;
}

.zstj li img {
	display: block;
	width: 27px;
	height: 27px;
	float: left;
}

.zstj li ul {
	width: 168px;
	height: 160px;
	overflow-y: scroll;
	background: #fff;
	position: absolute;
	left: 70px;
	top: 29px;
	border: #eee 1px solid;
	z-index: 999;
	display: none;
}

.zstj li ul li {
	font-size: 14px;
	line-height: 20px;
	width: 168px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 999;
}

/*招生计划表头*/
.zsjhbt {
	display: none;
}

.zsjhbt1 {
	width: 1198px;
	display: block;
	position: fixed;
	left: 50%;
	margin-left: -599px;
	top: 0;
}

.biaog {
	text-align: center;
	color: #383838;
	font-size: 14px;
}

.biaog td {
	height: 32px !important;
	vertical-align: middle;
	overflow: hidden !important;
}

.biaog tr:nth-child(2n) {
	background: #f3f3f3;
}

.biaog tr:hover {
	background: #fff3f2;
}

.mysj {
	width: 100%;
	height: 400px;
	font-size: 20px;
	color: #fd0000;
	line-height: 92px;
	text-align: center;
	font-weight: bold;
}

.sm {
	border-bottom: #999 1px dotted;
	margin-top: 5px;
	line-height: 19px;
}

.sm td {
	height: 19px !important;
	text-align: left;
}

.jzgd {
	width: 1200px;
}

.jzgd a {
	display: block;
	width: 1200px;
	background: #ececec;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	color: #454444;
	margin-top: 14px;
}
.jzgd:hover a{color:#0fa7ff; font-weight:600;}
/*专家团队*/
.zjtd-head {
	border-bottom: #d8d8d8 1px solid;
	position: relative;
	margin: 22px 0 0 0;
}

.zjtd-c {
	width: 155px;
	height: 60px;
	line-height: 60px;
	font-family: MFDianHei_Noncommercial;
	font-size: 36px;
	color: #191919;
	margin: 0 auto;
	border-bottom: #0fa7ff 3px solid;
	text-align: center;
	margin-bottom: -2px;
}

.zjtd-p {
	text-align: center;
	height: 40px;
	line-height: 72px;
	font-size: 20px;
	font-family: MFDianHei_Noncommercial;
	color: #191919;
}

.zjtdp {
	width: 1200px;
	font-size: 14px;
	line-height: 28px;
	color: #404040;
	text-align: center;
	padding: 28px 0 52px;
	margin: 0 auto;
}

.zjtdlb {
	width: 1234px;
	margin: 0 auto;
}

.zjtdlb li {
	float: left;
	margin: 26px 12px 0 12px;
	width: 220px;
	border: #e0e0e0 1px solid
}
.zjtdlb li:hover{
	box-shadow: 0px 0px 3px #f39800;
	-moz-box-shadow: 0px 0px 3px #f39800;
	-webkit-box-shadow: 0px 0px 3px #f39800;
}
.zjtdlb li a {
	display: block;
	width: 220px;
	height: 378px;
	background: #f1f1f1;
	position: relative;
}

.zjtdlb li a .zjtu {
	width: 220px;
	height: 206px;
}

.zjtdlb li a img {
	display: block;
	width: 220px;
	height: 183px;
}

.zjtdlb li a span {
	display: block;
	width: 220px;
	text-align: center;
	font-size: 20px;
	color: #0088d7;
	padding-top: 8px;
	line-height: 32px;
}

.zjtdlb li a p {
	display: block;
	width: 210px;
	height: 58px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	color: #444444;
	padding-top: 8px;
	line-height: 25px;
	margin: 0 auto;
}

.zjtdlb li a em {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	bottom: 22px;
	width: 96px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	border-radius: 3px;
	border: #959595 1px solid;
	background: #0fa7ff;
	color: #fff;
	border: #0fa7ff 1px solid;
}

.zjtdlb li a:hover em {
	background: #f39800;
	color: #fff;
	border: #f39800 1px solid;
}

/*志愿模拟*/
.tsxx {
	width: 911px;
	padding-bottom: 26px;
	padding-top: 45px;
	border: #ff9000 1px dashed;
	margin-top: 35px;
	position: relative;
	background: #fff;
}

.tsxx p {
	width: 778px;
	line-height: 24px;
	font-size: 14px;
	color: #000000;
	margin: 10px auto;
}

.tsxxd {
	width: 105px;
	height: 37px;
	position: absolute;
	left: 23px;
	top: -11px;
	background: url(../images/another/zymn_03.jpg) no-repeat;
}

.mnnr {
	width: 911px;
	height: 569px;
	border: #dfdfdf 1px solid;
	background: #fff;
	margin-top: 26px;
	margin-bottom: 162px;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.mnbd {
	width: 604px;
	height: 383px;
	border: #21b8ff 1px dashed;
	margin: 77px auto 0;
	position: relative;
	padding-top: 75px;
}

.mnbdzd {
	width: 224px;
	height: 47px;
	position: absolute;
	left: 190px;
	top: -24px;
	background: url(../images/another/zymn_07.jpg) no-repeat;
}

.mnbdz {
	width: 354px;
	height: 236px;
	margin: 0 auto 0;
}

/*志愿模拟2*/
.main2 {
	width: 1202px;
	margin: 0 auto;
}

.demo {
	width: 1202px;
	margin: 0 auto;
}

.menu_head {
	display: block;
	width: 1202px;
	height: 68px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	font-weight: bold;
}

.menu_head p {
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/another/ybx.jpg) repeat-y right;
	border-bottom: #cae6f4 1px solid;
}

.menu_head .p1 {
	width: 112px;
	height: 68px;
	line-height: 68px;
}

.menu_head .p2 {
	width: 313px;
	height: 51px;
	padding-left: 12px;
	text-align: left;
	padding-top: 17px;
	line-height: 18px;
}

.menu_head .p2 span {
	font-size: 14px;
	color: #6c6c6c;
	font-weight: normal;
}

.menu_head .p3 {
	width: 78px;
	height: 51px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
}

.menu_head .p4 {
	width: 68px;
	height: 51px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
}

.menu_head .p5 {
	width: 93px;
	height: 68px;
	text-align: center;
}

.menu_head .p5 img {
	margin-top: 20px;
}

.menu_head .p6 {
	width: 116px;
	height: 68px;
	text-align: center;
}

.menu_head .p6 img {
	margin-top: 12px;
	max-width: 116px;
	max-height: 44px;
	width: auto;
	height: auto;
}

.menu_head .p7 {
	width: 203px;
	height: 68px;
	line-height: 68px;
}

.menu_head .p8 {
	width: 204px;
	height: 51px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
	background: none;
}

.menu_head .p8 a {
	display: block;
	width: 89px;
	height: 26px;
	line-height: 26px;
	background: #0fa7ff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
}

.menu_body {
	width: 1202px;
	display: none;
	overflow: hidden;
	position: relative;
}

.menu_body em {
	display: block;
	width: 120px;
	background: #fff;
	float: left;
	margin-left: -271px;
	margin-top: 52px;
	position: relative;
	z-index: 999;
	text-align: center;
	font-style: normal;
	line-height: 60px;
}

.loadtu {
	width: 54px;
	height: 55px;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: 50%;
	margin-top: -27px;
	background: url(../images/another/o_31.gif) no-repeat;
	z-index: 999999;
}

.menu_body table input {
	width: 89px;
	height: 26px;
	line-height: 22px;
	font-size: 14px;
	color: #0fa7ff;
	border: #0fa7ff 1px solid;
	border-radius: 3px;
	background: #fff;
}

.menu_body table input:hover {
	width: 89px;
	background: #0fa7ff;
	font-size: 14px;
	color: #ffffff;
	border: #0fa7ff 1px solid;
	border-radius: 3px;
}

.zyabct {
	width: 1178px;
	padding-bottom: 30px;
	background: #fff;
	border: #e6e6e6 1px solid;
	position: relative;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.zyabctt {
	width: 100%;
	height: 84px;
	line-height: 84px;
	overflow: hidden;
}

.zyabctt li {
	width: 66px;
	padding: 0 24px;
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: lighter;
}

.tsxx2 {
	width: 1124px;
	padding: 6px 0;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.tsxx2 p {
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	margin-left: 160px;
}

.tsxxd2 {
	width: 105px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 23px;
	top: -11px;
	background: url(../images/another/zymn_03.jpg) no-repeat;
}

.wdzy {
	position: absolute;
	top: 30px;
	right: -25px;
}

.zyjh {
	width: 1202px;
	margin: 0 auto;
	margin-top: 24px;
}

.zyjht {
	overflow: hidden;
	width: 1202px;
}

.zyjht li {
	position: relative;
	height: 44px;
	line-height: 44px;
	margin-top: 8px;
	margin-right: 0.41%;
	text-align: center;
	width: 143px;
	float: left;
	font: normal 14px/37px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	background: #ebebeb;
	font-size: 18px;
	color: #747474;
}

.zyjht li.on {
	width: 155px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #0fa7ff;
	color: #0fa7ff;
	margin-top: 0;
}

.zyjht li.non {
	position: relative;
	height: 44px;
	line-height: 44px;
	margin-top: 8px;
	margin-right: 5px;
	text-align: center;
	width: 143px;
	float: left;
	font: normal 14px/37px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	background: #ebebeb;
	font-size: 18px;
	color: #747474;
}

.zyjhbt {
	width: 1202px;
	height: 58px;
	line-height: 58px;
	background: #0fa7ff;
}

.zyjhbt li {
	height: 58px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/another/ybx.jpg) repeat-y right;
}

.ttli1 {
	width: 113px;
}

.ttli2 {
	width: 325px;
}

.ttli3 {
	width: 78px;
}

.ttli4 {
	width: 68px;
}

.ttli5 {
	width: 93px;
}

.ttli6 {
	width: 116px;
}

.ttli7 {
	width: 203px;
}

.ttli8 {
	width: 206px;
	background: none !important;
}

.zyjhbb {
	width: 1202px;
	position: relative;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.zyjhbb ul {
	display: none;
}

.tjzy {
	width: 100%;
	padding: 60px 0 220px;
	text-align: center;
}

.tjzy input {
	width: 163px;
	height: 39px;
	background: #0fa7ff;
	border-radius: 3px;
	border: none;
	line-height: 39px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	moz-box-shadow: 0px 2px 2px #b6cfde;
	-webkit-box-shadow: 0px 2px 2px #b6cfde;
	box-shadow: 0px 2px 2px #b6cfde;
}

.tjzy input:hover {
	background: #ee9500;
	moz-box-shadow: 0px 2px 2px #8b5500;
	-webkit-box-shadow: 0px 2px 2px #8b5500;
	box-shadow: 0px 2px 2px #8b5500;
}

/*志愿列表*/
.tsxx1 {
	width: 911px;
	padding-top: 40px;
	border: #ff9000 1px dashed;
	margin-top: 35px;
	position: relative;
	background: #fff;
	padding-bottom: 26px;
}

.tsxx1 p {
	width: 778px;
	line-height: 26px;
	font-size: 14px;
	color: #000000;
	margin: 0px auto;
}

.zylbt {
	width: 420px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: -51px;
}

.zylbt li {
	width: 110px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center;
	float: right;
	margin-right: 20px;
	border: #dfdfdf 1px solid;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff;
}

.zylbt li:hover {
	color: #0192e5;
	height: 40px;
	line-height: 40px;
	border: #dfdfdf 1px solid;
	border-top: none;
	-moz-box-shadow: 0px 3px 4px #dfdfdf;
	-webkit-box-shadow: 0px 3px 4px #dfdfdf;
	box-shadow: 0px 3px 4px #dfdfdf;
}

.zylbt li.on {
	color: #0192e5;
	height: 40px;
	line-height: 40px;
	border: #dfdfdf 1px solid;
	border-top: none;
	-moz-box-shadow: 0px 3px 4px #dfdfdf;
	-webkit-box-shadow: 0px 3px 4px #dfdfdf;
	box-shadow: 0px 3px 4px #dfdfdf;
}

.zylbxx {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #000000;
}

.zylbxx span {
	color: #fd2322;
}

.zylb {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 400px;
}

.zylb li {
	width: 261px;
	height: 243px;
	padding-top: 42px;
	float: left;
	background: #fff;
	position: relative;
	border: #dcdcdc 1px solid;
	-moz-box-shadow: 0px 0px 6px #dcdcdc;
	-webkit-box-shadow: 0px 0px 6px #dcdcdc;
	box-shadow: 0px 0px 3px #dcdcdc;
	margin: 0 62px 58px 0;
}

.zylit {
	width: 50px;
	padding-left: 3px;
	height: 53px;
	background: url(../images/another/zylb_07.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -26px;
	margin-left: -26px;
	text-align: left;
	line-height: 53px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	font-style: oblique;
	font-family: "黑体";
	letter-spacing: -0.1em;
}

.zylb li span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0059bc;
	height: 28px;
	line-height: 28px;
}

.zylb li em {
	margin: 0;
	padding: 2px 4px;
	text-align: center;
	font-size: 14px;
	color: #ff3b2a;
	background: #fcfbb8;
	font-style: normal;
	margin-left: 20px;
}

.zylb li p {
	display: block;
	width: 218px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: left;
	font-size: 14px;
	color: #232323;
	line-height: 24px;
}

.zylb li a {
	display: block;
	width: 102px;
	height: 30px;
	border-radius: 2px;
	position: absolute;
	bottom: 29px;
	left: 50%;
	margin-left: -51px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: #10a7ff;
	text-align: center;
}

.zylb li a:hover {
	color: #131313;
	background: #ffce55;
}

/*历年数据统计*/
.zstj1 {
	width: 1198px;
	height: 94px;
	border: #e5e5e5 1px solid;
	background: #fafafa;
	padding-top: 34px;
	position: relative;
}

.zstj1 li {
	width: 246px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin: 0 0 16px 15px;
	position: relative;
}

.zstj1 li p {
	display: block;
	position: absolute;
	right: 40px;
	top: 2px;
	width: 56px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	padding-left: 4px;
	*margin-top: 3px;
	text-align: center;
	background: #fff;
}

.zstj1 li span {
	display: block;
	width: 42px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	text-align: center;
	float: left;
	background: #fff;
}

.zstj1 li img {
	display: block;
	width: 27px;
	height: 27px;
	float: left;
}

.zstj1 li ul {
	width: 168px;
	height: 160px;
	overflow-y: scroll;
	background: #fff;
	position: absolute;
	left: 42px;
	top: 29px;
	border: #eee 1px solid;
	z-index: 999;
	display: none;
}

.zstj1 li ul li {
	font-size: 14px;
	line-height: 20px;
	width: 168px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 999;
}

.lnwlk {
	width: 920px;
	height: 60px;
	margin-top: 30px;
}

.lnwlk li {
	width: 440px;
	height: 50px;
	line-height: 50px;
	background: #dbdbdb;
	text-align: center;
	margin-top: 10px;
	cursor:pointer;
}

.lnwlk li.on {
	height: 60px;
	line-height: 60px;
	background: #0fa7ff;
	float: left;
	margin-top: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.lnwlk li.off {
	height: 50px;
	line-height: 50px;
	background: #dbdbdb;
	float: left;
	margin-top: 10px;
}

.lnwlnr {
	width: 920px;
}

.lnwlnr ul {
	
}

.lnwlbt {
	display: none;
}

.lnwlbt1 {
	width: 1198px;
	display: block;
	position: fixed;
	left: 50%;
	margin-left: -599px;
	*margin-left: -600px;
	top: 0;
}

.biaog1 {
	text-align: center;
	line-height: 48px;
	color: #383838;
	margin-bottom: 100px;
	margin-top: 0;
}

.biaog1 tr:nth-child(2n) {
	background: #f3f3f3;
}

.biaog1 tr:hover {
	background: #fff0cb;
}

/*志愿咨询系列*/
.zyzx-wrap {
	width: 933px;
	float: left;
	margin-right: 45px;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px #777474;
	-webkit-box-shadow: 0px 0px 6px #777474;
	box-shadow: 0px 0px 3px #777474;
	margin-bottom: 100px;
}

.zyzxlb {
	width: 933px;
	background: #fff;
	padding-top: 30px;
}

.zyzxlb li {
	width: 262px;
	height: 328px;
	border: #e0e0e0 1px solid;
	position: relative;
	margin: 0 -1px 24px 37px;
	float: left;
	border-radius: 3px;
}

.zyzxlb li:hover {
	-moz-box-shadow: 0px 0px 6px #f39800;
	-webkit-box-shadow: 0px 0px 6px #f39800;
	box-shadow: 0px 0px 3px #f39800;
}

.zyzxlb li a {
	display: block;
	width: 262px;
	height: 325px;
	padding-top: 10px;
	position: relative;
}

.zyzxlb li a .zyzxtu {
	width: 242px;
	height: 138px;
	margin: 0 auto;
}

.zyzxlb li a img {
	width: 242px;
	height: 138px;
	display: block;
	margin: 0 auto;
}

.zyzxlb li a span {
	width: 228px;
	height: 20px;
	line-height: 20px;
	border-left: #10a7ff 4px solid;
	padding-left: 9px;
	display: block;
	margin: 20px auto 7px;
	text-align: left;
	font-size: 16px;
	color: #000000;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zyzxlb li a:hover span {
	color: #0fa7ff;
	font-weight: bold;
	font-size: 16px;
}

.zyzxlb li a p {
	width: 242px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #383838;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.zyzxlib {
	width: 260px;
	border-top: #c5c5c5 1px solid;
	position: absolute;
	left: 1px;
	bottom: 0;
}

.zyzxlibp1 {
	width: 80px;
	height: 38px;
	line-height: 38px;
	padding-left: 39px;
	font-size: 12px;
	color: #909090;
	text-align: left;
	float: right;
	background: url(../images/another/zyzx_03.jpg) no-repeat 12px center;
}

.zyzxlibp2 {
	width: 110px;
	height: 38px;
	line-height: 38px;
	padding-left: 36px;
	font-size: 12px;
	color: #909090;
	text-align: left;
	float: left;
	background: url(../images/another/zyzx_06.jpg) no-repeat 12px center;
}

.zyzxlb li a:hover .zyzxlibp1 {
	background: url(../images/another/zyzx1_03.jpg) no-repeat 12px center;
}

.zyzxlb li a:hover .zyzxlibp2 {
	background: url(../images/another/zyzx1_06.jpg) no-repeat 12px center;
}

/*首页登录后*/
.sydlh {
	width: 368px;
	height:330px;
	position: absolute;
	left: 63%;
	top: 15%;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	z-index: 99;
}

.sydlht {
	width: 368px;
	height: 143px;
	background: url(../images/another/sydlh.png) no-repeat;
	position: relative;
}

.sydlhtx {
	width: 86px;
	height: 87px;
	position: absolute;
	left: 140px;
	top: 14px;
}

.sydlhtxs {
	width: 86px;
	height: 87px;
	position: absolute;
	left: 140px;
	top: 14px;
	z-index: 1;
	background: none;
}

.sydlhtxs a {
	display: block;
	width: 86px;
	height: 87px;
	border-radius: 43px;
	background: none;
}

.sydlhtx img {
	width: 86px;
	height: 87px;
	border-radius: 43px;
}

.sydlhtxx {
    height: 22px;
    line-height: 22px;
    width: 74%;
    position: absolute;
    left: 48px;
    top: 108px;
}

.sydlhtxx span {
	font-size: 20px;
    color: #013f64;
    float: left;
    width: 211px;
    text-align: center;
}

.sydlhtxx img {
	margin: 4px 0 0 6px;
}

.sydlhb {
	width: 368px;
	background: #fff;
	margin-top: 4px;
}

.sydlhbt {
	width: 324px;
	height: 52px;
	margin: 0 auto;
}

.sydlhbtx {
	width: 1px;
	background: #e4e3e8;
	height: 56px;
	margin-top: -4px;
	float: left;
}

.sydlhbt li {
	width: 101px;
	padding-left: 40px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #414141;
	text-align: left;
	float: left;
}

.sydlhbc {
	width: 281px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	margin-top: 16px;
}

.sydlhbc span {
	float: left;
	display: block;
	width: 98px;
	font-size: 14px;
	color: #404040;
	line-height: 26px;
}

.sydlhbc ul {
	float: left;
	display: block;
	width: 180px;
}

.sydlhbc ul li {
	width: 222px;
	height: 28px;
	margin-bottom: 6px;
}

.sydlhbc ul li a {
	display: block;
	width: 200px;
	height: 28px;
	line-height: 28px;
	background: #eeeeee;
	text-align: center;
	font-size: 14px;
	color: #000000;
	border-radius: 2px;
	float: left;
}

.sydlhbb {
	width: 368px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 20px 0;
	text-align: center;
}

.sydlhbb a {
	display: block;
	width: 300px;
	height: 42px;
	line-height: 42px;
	background: #10a7ff;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	margin: 0 auto;
}

/*志愿常识-新闻内页*/
.xwny {
	width: 928px;
	border-top: #0fa7ff 2px solid;
	padding-top: 16px;
	padding-bottom: 34px;
	background: #fff;
	margin-top: 2px;
	-moz-box-shadow: 0px 4px 5px #777474;
	-webkit-box-shadow: 0px 4px 5px #777474;
	box-shadow: 0px 4px 5px #777474;
	margin-bottom: 100px;
}

.tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #3a3a3a;
	font-weight: bold;
	line-height: 36px;
}

.sub-tit {
	width: 100%;
	text-align: center;
}

.sub-tit li {
	display: inline-block;
	*display: inline;
	margin: 0 20px;
	padding-left: 20px;
	font-size: 12px;
	color: #969696;
	line-height: 32px;
}

.share {
	width: 150px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}

.nynr {
	width: 826px;
	margin: 0 auto;
	border-top: #48a4e7 1px dashed;
	border-bottom: #48a4e7 1px dashed;
	font-size: 14px;
	color: #434343;
	line-height: 32px;
	min-height: 500px;
	padding: 20px 0;
}

.nynr p {
	margin-top: 8px;
}

.sxp {
	width: 796px;
	padding: 20px 0 20px 30px;
	font-size: 14px;
	color: #454444;
	border-bottom: #e5e5e5 1px dashed;
	margin: 0 auto;
}

.sxp a {
	color: #454444;
	line-height: 24px;
	padding: 0 12px;
}

/*历年控制线*/
.kzxnf {
	width: 100%;
	height: 32px;
	margin-bottom: 20px;
}

.kzxnf span {
	display: block;
	width: 82px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #2d2d2d;
	float: left;
}

.kzxnf a {
	display: block;
	width: 80px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #2c2c2c;
	float: left;
	background: #0fa7ff;
	border-radius: 3px;
	text-align: center;
	margin-right: 30px;
}

.kzxnf a:hover {
	background: #f39801;
	color: #fff;
}

.kzxnf a.on {
	background: #f39801;
	color: #fff;
}

.kzxbt {
	width: 1200px;
	background: #10a7ff;
	border: #e5e5e3 1px solid;
	margin: 0 auto;
	border-bottom: none;
}

.kzxbgt {
	width: 920px;
	height: 70px;
	text-align: center;
}

.kzxbgt2 {
	width: 920px;
	height: 70px;
	text-align: center;
	position: fixed;
	left: 352px;
	top: 0;
	z-index: 99999;
}

.kzxbg {
	text-align: center;
	color: #383838;
	font-size: 14px;
}

.kzxbg td {
	vertical-align: middle;
	height: 48px;
}

/*我要购卡*/
.wygk-nb {
	width: 928px;
	margin: 0 auto;
	background: #fff;
}

.wygk-nb .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
	width: 602px;
	margin: 0 auto;
}

.wygk-nb .hd li {
	float: left;
	width: 301px;
	height: 50px;
	line-height: 50px;
	margin-top: 0px;
	color: #fff;
	background: #0fa7ff;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.wygk-nb .hd li.on {
	width: 301px;
	height: 50px;
	overflow: hidden;
	position: relative;
	background: #f39800;
}

.wygk-nb .bd {
	width: 928px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.wygk-nb .bd .conWrap {
	width: 928px;
}

.wygk {
	width: 1200px;
	margin: 0 auto;
	background: #F3F7FA;
	padding: 20px 0;
}

.wygk-ka1 {
	width: 930px;
	height: 500px;
	background: #fff;
	margin: 24px auto;
	border: 1px solid #E7EBEE;
}

.wygk-ka1 .wygk-ka-ul {
	margin: 34px auto;
	width: 603px;
	height: 50px;
}
.wygk-ka {
	width: 930px;
	background: #fff;
	margin: 24px auto;
	border: 1px solid #E7EBEE;
}
.wygk-ka p{
	margin:10px 32px;
}
.wygk-ka table{margin: 15px auto;}
.wygk-ka1 .wygk-ka-ul li {
	float: left;
	width: 301px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #10A7FF;
	cursor: pointer;
}

.wygk-ka1 .wygk-ka-ul li.cur_x1 {
	background: #F39801;
}

.wygm {
	margin: 39px 0 0 36px;
}

.wygm span {
	display: block;
	width: 100px;
	height: 50px;
	float: left;
	color: #232323;
	font-size: 16px;
	line-height: 70px;
	overflow: hidden;
}

.wygm li {
	float: left;
	margin-right: 28px;
	cursor: pointer;
}

.wygm li a {
	display: block;
	width: 150px;
	height: 60px;
}

.qian:before {
	content: "￥"
}

.wygk-nr {
	width: 1160px;
	height: 1200px;
	margin: 25px auto;
	background: #fff;
	border: 1px solid #E7EBEE;
}

.wygk-nr .ka {
	width: 602px;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.wygk-nr .ka ul li {
	float: left;
	width: 301px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	letter-spaceing: 3px;
	background-color: #10A7FF;
	cursor:pointer;
}

.wygk-nr .ka .z {
	border-radius: 4px 0 0 4px;
}

.wygk-nr .ka .y {
	border-radius: 0 4px 4px 0;
}

.wygk-nr .ka .cur {
	background-color: #F39801;
}

.shopping {
	width: 1105px;
	height: 357px;
	margin: 50px auto;
}

.shopping img {
	float: left;
}

.shopping .xuanxiang {
	float: left;
	margin-left: 30px;
	width: 625px;
}

.shopping .xuanxiang h6 {
	font-size: 16px;
}

.shopping .xuanxiang h6 span {
	font-size: 15px;
	color: #5AC4F6;
	margin-left: 20px;
}

.shopping .xuanxiang form {
	margin-top: 15px;
	height: 20px;
}

.shopping .xuanxiang form input[type=radio] {
	display: none;
}

.shopping .xuanxiang form label {
	vertical-align: bottom;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 2px solid #D5D5D5;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	cursor:pointer;
}

.shopping .xuanxiang form label:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #A6A6A6;
	border-radius: 50%;
	transform: scale(1);
	z-index: 999
}

.shopping .xuanxiang form input[type=radio]:checked+label {
	background-color: #F89400;
	-ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.shopping .xuanxiang form input[type=radio]:checked+label:after {
	background-color: #fff;
	-ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.shopping .xuanxiang form p {
	display: inline-block;
	font-size: 20px;
	margin: 0 20px 0 10px;
}

.shopping .xuanxiang form .sp1 {
	font-size: 14px;
	color: #FF4740;
}

.shopping .xuanxiang form .sp2 {
	font-size: 14px;
	color: #FF4740;
}

.shuoming {
	margin: 18px 0 0 0;
}

.shuoming p {
	font-size: 14px;
	color: #929292;
	margin-bottom: 20px;
}

.shuoming p span {
	font-weight: 200;
	color: #252525;
}

.tele {
	width: 284px;
	height: 16px;
	font-size: 16px;
	color: #4C4C4C;
	margin: 20px auto 0 auto;
}

.zysx {
	margin: 42px 0 0 50px;
}
.zysx p{margin:5px 0;}
.zysx li {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #5E5E5E;
}

.zysx li span {
	display: block;
	width: 100px;
	float: left;
	font-size: 15px;
	color: #1D1D1D;
	text-align: right;
}

.zysx li p {
	display: block;
	width: 800px;
	float: left;
	font-size: 14px;
	color: #232323;
	font-family: "宋体";
	text-align: left;
	line-height: 26px;
}

.zysx table {
	margin: 30px auto 0;
}

.zysx table td {
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-family: "宋体";
	font-size: 14px;
}

.zysx table td span {
	font-family: "微软雅黑";
	font-size: 15px;
}

.zysx em {
	display: block;
	width: 100%;
	font-style: normal;
	line-height: 56px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
}
/* .lxxx{ width:100%;}
.lxxx span{ font-size:16px; font-family:"微软雅黑"; margin-left:24px;}
.lxxx input{ width:138px; padding-left:3px; height:26px; line-height:26px; border:#8c8c8c 1px solid;  font-size:16px; font-family:"微软雅黑"; margin-right:48px;}
.lxxx em{ font-size:14px; color:#232323; font-style:normal; line-height:26px; font-family:"微软雅黑";} */
.ddxqp {
	float: left;
	font-size: 14px;
	color: #252525;
}

.dw {
	position: relative;
}

.hui {
	position: absolute;
	top: -18px;
	left: 165px;
	width: 20px;
	display: block;
	height: 20px;
	border: 1px solid #E8A0AE;
	border-radius: 50%;
	color: #ff0909;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}

.zfan {
	margin-top: 22px;
}

.zfan input {
	margin: 5px 194px 0 194px;
	width: 142px;
	height: 40px;
	background: #0fa3f9;
	border-radius: 3px;
	text-align: center;
	-moz-box-shadow: 0px -2px 3px #666;
	-webkit-box-shadow: 0px -2px 3px #666;
	box-shadow: 0px -2px 3px #666;
	font-size: 16px;
	color: #feffff;
	border:none;
	cursor: pointer;
}

.pay {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin-left: 86px;
}

.zffs {
	float: left;
}

.zffs li {
	width: 131px;
	height: 34px;
	float: left;
	border: #aaaaaa 1px solid;
	background: url(../images/another/zffs_11.jpg) no-repeat 15px center;
	text-align: right;
	position: relative;
	cursor: pointer;
}

.zffs li img {
	display: block;
	position: absolute;
	right: 6px;
	top: 24px;
	margin-top: -22px;
}

.zffs li:hover {
	border: #ffa000 2px solid;
	background: url(../images/another/zffs_08.jpg) no-repeat 14px center;
}

.zffs li:hover img {
	display: block;
	position: absolute;
	margin-top: -22px;
}

.zffs li.tu {
	border: #ffa000 2px solid;
	background: url(../images/another/zffs_08.jpg) no-repeat 14px center;
}

.zffs li.tu img {
	display: block;
	position: absolute;
	right: 6px;
	top: 26px;
}

.cp {
	margin: 37px 0 0 36px;;
	width: 74px;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
	color: #28A3DC;
	border-bottom: 2px solid #F29804;
}

.xq {
	width: 100%;
	margin: 50px 0 0 40px;
}

.xq p {
	line-height: 24px;
	font-size: 14px;
	color: #5E5E5E;
}

.xq p strong {
	color: #1D1D1D;
}

.ddxqp span {
	font-size: 30px;
	color: #ff0909;
	line-height: 30px;
}

.ddxqpl {
	float: left;
	line-height: 40px;
	height: 30px;
}

.ddxqpc {
	float: left;
	width: 72px;
	height: 28px;
	background: url(../images/another/yxcz_28.jpg) repeat-x;
	border: #e4e4e4 1px solid;
	border-radius: 3px;
	margin: 5px 10px 0;
	overflow: hidden;
}

.ddxqpc a {
	display: block;
	width: 22px;
	height: 28px;
	float: left;
}

.ddxqpc input {
	display: block;
	width: 24px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-right: #e4e4e4 1px solid;
	border-left: #e4e4e4 1px solid;
	float: left;
	background: none;
}

.ddxqz {
	background: url(../images/another/hzs.png) no-repeat center;
	border-right: #e4e4e4 1px solid;
}

.ddxqz:hover {
	background: url(../images/another/bzs.png) no-repeat center #0fa2f8;
}

.ddxqr {
	background: url(../images/another/hys.png) no-repeat center;
	border-left: #e4e4e4 1px solid;
}

.ddxqr:hover {
	background: url(../images/another/bys.png) no-repeat center #0fa2f8;
}

.lxxx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 232%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.lxxx .alert {
	margin: 20% auto;
	width: 549px;
	height: 411px;
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #505050;
}

.lxxx .alert .lxxx_top {
	height: 70px;
	background: #0081CC;
}

.lxxx .alert .lxxx_top .lxxx_top1 {
	width: 497px;
	margin-left: 30px;
}

.lxxx .alert .lxxx_top .lxxx_top1 h5 {
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	float: left;
}

.lxxx .alert .lxxx_top .lxxx_top1 .xxx {
	float: right;
	margin-top: 22px;
}

.lxxx .alert .lxxx_form {
	margin-top: 15px;
}

.lxxx .alert .lxxx_form h6 {
	margin: 0 237px;
	font-size: 18px;
	color: #000;
}

.lxxx .alert .lxxx_form form {
	margin: 20px 110px;
}

.lxxx .alert .lxxx_form form p {
	height: 28px;
	margin-bottom: 20px;
}

.lxxx .alert .lxxx_form form span {
	width: 80px;
	line-height: 28px;
	text-align: right;
	font-size: 12px;
	color: #000;
	display: block;
	float: left;
}

.lxxx .alert .lxxx_form form input {
	float: left;
	text-align: justify;
	border: 1px solid #ccc;
	width: 238px;
	height: 27px
}

.lxxx .alert .lxxx_form form p .ts_ts {
	color: #F04D3E;
	display: inline-block;
	width: 75%;
}

.lxxx .alert .lxxx_form input[type=submit] {
	margin: 92px 0 0 219px;
	display: block;
	width: 100px;
	height: 32px;
	color: #fff;
	background: #0081CC;
	text-algin: center;
	font-size: 14px;
	border-radius: 2px;
}

/*我要购卡改*/
.wygkg {
	width: 100%;
}

.wygkg-l {
	width: 446px;
	height: 356px;
	border: #dcdcdc 1px solid;
	float: left;
	margin: 30px 0 0 24px;
}

.wygkg-r {
	width: 568px;
	height: 356px;
	float: left;
	margin: 30px 0 0 24px;
}

.wygkg-ul {
	
}

.wygkg-ul li {
	width: 100%;
	font-size: 14px;
	font-family: MicrosoftYaHeiLight;
	line-height: 34px;
}

.wygkg-ul li input {
	margin-right: 10px;
}

.wygkg-ul li strong {
	font-size: 16px;
	color: #282828;
}

.wygkg-ul li em {
	font-style: normal;
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	color: #0fa7ff;
	margin-left: 20px;
}

.wygkg-ul li span {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #282828;
	font-weight: bold;
}

.wygkg-ul li em {
	font-style: normal;
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	color: #0fa7ff;
	margin-left: 20px;
}

.wygkg-ul li p {
	width: 480px;
	display: block;
	float: left;
}

.wygkg-ul li li {
	width: auto;
	float: left;
	height: 80px;
	line-height: 80px;
}

.wygkg-ul li .hui {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 150px;
	top: 10px;
}

.zffs2 {
	width: 100%;
	height: 50px;
}

.zffs2 li {
	width: 128px;
	height: 34px;
	float: left;
	border: #aaaaaa 1px solid;
	background: url(../images/another/zffs_11.jpg) no-repeat 15px center;
	text-align: right;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	margin-top: 6px;
}

.zffs2 li img {
	display: block;
	width: auto;
	height: 32px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -16px;
}

.zffs2 li:hover {
	border: #ffa000 2px solid;
	width: 126px;
	height: 32px;
	background: url(../images/another/zffs_08.jpg) no-repeat 14px center;
}

.zffs2 li:hover img {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -16px;
}

.zffs2 li.tu {
	border: #ffa000 2px solid;
	width: 126px;
	height: 32px;
	background: url(../images/another/zffs_08.jpg) no-repeat 14px center;
}

.zffs2 li.tu img {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -16px;
}
/*我要购书*/
.gsbanner {
	width: 1200px;
	height: 312px;
	margin: 0 auto;
	overflow: hidden;
}

.gszy {
	width: 890px;
	margin: 0 auto;
	height: auto;
}

.gszy p {
	display: block;
	width: 100%;
	line-height: 26px;
	font-size: 15px;
	color: #232323;
	font-family: "微软雅黑";
}

/*购买服务微信弹出*/
.xgxxk2 {
	width: 600px;
	height: 650px;
	position: fixed;
	left: 50%;
	margin-left: -300px;
	background: #fff;
	z-index: 99999999;
	overflow-y: scroll;
	padding-bottom: 28px;
	overflow: hidden;
	display: none;
}

.xgxxt {
	width: 100%;
	height: 54px;
	background: #0081cc;
	line-height: 54px;
}

.xgxxt span {
	font-size: 18px;
	color: #fff;
	margin-left: 28px;
	font-weight: bold;
}

.xgxxt a {
	float: right;
	margin: 6px 9px 0 0;
}

.wxtc-t {
	width: 100%;
}

.wxtc-tl {
	display: block;
	width: 174px;
	height: 174px;
	padding: 13px;
	border: #b0b0b0 1px solid;
	float: left;
	margin: 20px 0 0 34px;
}

.wxtc-tr {
	display: block;
	width: 232px;
	height: 200px;
	float: left;
	margin: 20px 0 0 40px;
}

.wxtb {
	width: 100%;
	text-align: left;
}

.wxtb span {
	font-size: 18px;
	color: #000;
	line-height: 38px;
	margin-left: 22px;
	font-weight: bold;
}

.wxtb em {
	font-style: normal;
	font-size: 18px;
	color: #ff0000;
	line-height: 38px;
	margin-left: 22px;
	font-weight: bold;
}

.wxtb p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-left: 22px;
	text-indent: 1em;
	margin-right: 22px;
}

.wxtb ul {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.wxtb ul li {
	width: 150px;
	height: 36px;
	padding-left: 32px;
	display: inline-block;
	*display: inline;
	margin: 0 8px;
}

.zfcgsb {
	width: 148px;
	height: 34px;
	line-height: 30px;
	border: #aaaaaa 1px solid;
	font-size: 14px;
	color: #555555;
	text-align: center;
	background: url(../images/another/wxzfa_03.jpg) repeat-x;
	cursor: pointer;
}

.zfcgxx {
	width: 544px;
	margin: 0 auto;
	font-size: 18px;
	color: #393939;
	line-height: 30px;
	text-indent: 2em;
	padding: 10px 0 20px;
}

.zfcgxx span {
	color: #ff0000;
}
/*职业倾向测试*/
.zycs-bann {
	width: 100%;
	height: 471px;
	background: url(../images/another/csqx_02.jpg) no-repeat center;
}

.zycs {
	width: 1200px;
	height: 940px;
	margin: 0 auto;
	background: url(../images/another/csqx_05.jpg) no-repeat center;
	position: relative;
	margin-bottom: 250px;
}

.zycslb {
	width: 146px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	font-family: "微软雅黑";
}

.zycslb li {
	width: 136px;
	padding-left: 10px;
	background: url(../images/another/zyd_03.jpg) no-repeat left center;
	color: #019ef9;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}

.t-l {
	left: 128px;
	top: 224px;
}

.t-c {
	left: 682px;
	top: 60px;
}

.t-r {
	left: 937px;
	top: 248px;
}

.b-l {
	left: 118px;
	top: 584px;
}

.b-c {
	left: 412px;
	top: 784px;
}

.b-r {
	left: 937px;
	top: 586px;
}

.zycs span {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #019ef9;
	position: absolute;
	font-weight: bold;
}

.rx1 {
	left: 378px;
	top: 304px;
}

.rx2 {
	left: 566px;
	top: 202px;
}

.rx3 {
	left: 752px;
	top: 303px;
}

.rx4 {
	left: 378px;
	top: 554px;
}

.rx5 {
	left: 566px;
	top: 656px;
}

.rx6 {
	left: 752px;
	top: 553px;
}

.zycs a {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 454px;
	top: 438px;
	width: 286px;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.zycs a em {
	font-size: 24px;
	color: #f39800;
	font-style: normal;
}

.zycsjj {
	width: 286px;
	/*height:;*/
	font-size: 16px;
	color: #0e0e0e;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 454px;
	top: 304px;
}

.zycst {
	width: 286px;
	/*height:;*/
	font-size: 14px;
	color: #4e4e4e;
	line-height: 22px;
	text-align: center;
	position: absolute;
	left: 454px;
	top: 540px;
}

/*专业导航*/
.zydhtj {
	width: 1198px;
	background: #fff;
	border: #c6cbcf 1px solid;
	margin: 0 auto;
	font-size: 14px;
	color: #444444;
	padding: 5px 0;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.zydhtj span {
	display: block;
	width: 60px;
	height: 29px;
	float: left;
	text-align: center;
	line-height: 28px;
}

.zydhtj a {
	display: block;
	margin-right: 27px;
	padding: 0 11px;
	height: 29px;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}

.zydhtj a:hover {
	background: #0fa7ff;
	color: #fff;
}

.zydhtj a.on {
	background: #f39800;
	color: #fff;
}

.zydhtj-t {
	width: 1150px;
	margin: 0 auto;
	margin-left: 27px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.zydhtj-r {
	width: 1012px;
	float: left;
	min-height: 29px;
	overflow: hidden;
}

.zymc_ss_0{
	width:696px;
	height:35px;
	margin-left: 40px;
}

.zymc_ss_0_in1{
	display:block;
	float:left;
	width:500px;
	height:30px;
	font-size:16px;
	padding-left:10px;
}

.zymc_ss_0_in2{
	display:block;
	float:right;
	width:102px;
	height:30px;
	background:#0fa7ff;
	outline:none;
	border:none;
	color:#fff;
	border-radius:4px;
	font-size:16px;
	cursor:pointer;
}
.zydhbt {
	width: 1200px;
	height: 56px;
	line-height: 56px;
	background: #0fa7ff;
	margin: 0 auto;
	margin-top: 22px;
	border: #e5e5e5 1px solid;
	border-bottom: none;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.zydhbt1 {
	width: 1200px;
	height: 56px;
	line-height: 56px;
	background: #0fa7ff;
	margin: 0 auto;
	border: #e5e5e5 1px solid;
	border-bottom: none;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.zydhbt li {
	width: 240px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
	border-right: 1px solid #949494;
}

.zydhtb {
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.zydhtb li {
	width: 100%;
	line-height: 36px;
	color: #494949;
	font-size: 14px;
	border-top: #c6cbcf 1px solid;
	text-align: center;
}

.zydhtb ul>li:first-child {
	border-top: none;
}

.zydhtb li span {
	
}

.zydhtb li a {
	color: #3484d0;
}

.zydhtb td {
	text-align: center;
	vertical-align: middle;
}

.zydhtb b {
	font-size: 14px;
	color: #494949;
}

.zydhgd {
	width: 1198px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #454444;
	border: #d5d5d5 1px solid;
	margin: 30px auto 50px;
	background: #fff;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.zydhgd a {
	color: #454444;
}

/*弹出学科介绍*/
.xgxxk3 {
	width: 680px;
	height: 650px;
	position: fixed;
	left: 28%;
	margin-top: 10px;
	background: #fff;
	z-index: 99999999;
	overflow-y: scroll;
	padding-bottom: 28px;
	overflow: hidden;
	display: none;
}

.xktc {
	width: 96%;
	height: 562px;
	margin: 0 auto;
	padding: 10px 3px 0 24px;
	font-size: 16px;
	line-height: 26px;
	overflow-y: scroll; 
}

/*常见问题*/
.yd1zx {
	width: 100%;
	border-bottom: #d8d8d8 1px solid;
	text-align: center;
	margin-top: 38px;
}

.yd1zx span {
	font-family: MFDianHei_Noncommercia "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	line-height: 56px;
}

.yd1zxlx {
	width: 192px;
	border-top: #0fa7ff 3px solid;
	margin: -2px auto 0;
}

.sg4 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #282828;
	line-height: 66px;
}



.cjwt-zxlc {
	width: 1200px;
	margin: 34px auto 60px;
	border: #bfbfbf 1px solid;
	border-radius: 6px;
}

.cjwt-zxlc li {
	width: 216px;
	height: 48px;
	line-height: 48px;
	float: left;
	background: url(../images/another/cjwtk.png) no-repeat right center;
	margin-left: -12px;
	position: relative;
	text-align: center;
	font-size: 18px;
}

.cjwt-zxlc li a {
	display: none;
	width: 210px;
	height: 50px;
	background: url(../images/another/cjwth.png) no-repeat;
	font-size: 18px;
	color: #282828;
	position: absolute;
	top: -1px;
	left: -7px;
	color: #fff;
	font-size: 18px;
	z-index: 10;
}

.cjwt-zxlc li:hover a {
	display: block;
}

.cjwt-zxlc li:hover {
	background: none;
}

.cjwt-fwjs {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.cjwt-fwjs li {
	width: 239px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: #bfbfbf 1px solid;
	float: left;
	margin-left: -1px;
	font-size: 18px;
	color: #282828;
	cursor: pointer;
}

.cjwt-fwjs li:hover {
	border: #0fa7ff 1px solid;
	position: relative;
	z-index: 1;
	color: #0fa7ff;
}

.cjwt-fwjs ul>li:first-child {
	border-radius: 4px 0 0 4px;
}

.cjwt-fwjs ul>li:last-child {
	border-radius: 4px 0 0 4px;
}

.cjwt-cjwt {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 132px;
}

.cjwt-cjwt span {
	display: block;
	width: 1176px;
	padding-left: 24px;
	color: #0fa7ff;
	font-size: 18px;
	line-height: 56px;
	float: left;
	margin-top: 26px;
}

.cjwt-cjwt em {
	display: block;
	width: 70px;
	text-align: right;
	color: #fb2121;
	font-size: 14px;
	line-height: 24px;
	float: left;
	font-style: normal;
}

.cjwt-cjwt p {
	display: block;
	width: 1130px;
	color: #282828;
	font-size: 14px;
	line-height: 24px;
	float: left;
}

.zstj9 {
	width: 920px;
	height: 104px;
	border: #e5e5e5 1px solid;
	background: #fafafa;
	padding-top: 10px;
	position: relative;
}

.zstj9 li {
	width: 224px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin: 0 0 7px -15px;
	position: relative;
}

.zstj9 li input {
	display: block;
	position: absolute;
	right: 40px;
	top: 2px;
	width: 56px;
	height: 25px;
	line-height: 21px;
	border: #eeeeee 1px solid;
	padding-left: 4px;
	*margin-top: 3px;
	text-align: center;
	background: #fff;
}

.zstj9 li span {
	display: block;
	width: 42px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	text-align: center;
	float: left;
	background: #fff;
}

.zstj9 li img {
	display: block;
	width: 27px;
	height: 27px;
	float: left;
}

.zstj8 {
	width: 1198px;
	height: 138px;
	border: #e5e5e5 1px solid;
	background: #fafafa;
	padding-top: 34px;
	position: relative;
}

.zstj8 li {
	width: 350px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin: 0 0 16px 15px;
	position: relative;
}

.zstj8 li input {
	width: 165px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	padding-left: 4px;
	*margin-top: 3px;
}

.zstj8 li span {
	display: block;
	width: 42px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	text-align: center;
	float: left;
	background: #fff;
}

.zstj8 li select {
	width: 165px;
	height: 25px;
	line-height: 24px;
	border: #eeeeee 1px solid;
	background: #fff;
	padding-left: 4px;
	*margin-top: 3px;
	text-align: left;
}

.zstj8 li img {
	display: block;
	width: 27px;
	height: 27px;
	float: left;
}

/*专家咨询-服务流程*/
.fwlc {
	width: 844px;
	height: 1480px;
	background: url(../images/another/ydyfw_03.jpg) no-repeat center;
	margin: 0 auto;
	font-family: "微软雅黑";
}

.fwlc li {
	width: 844px;
	height: 252px;
	position: relative;
}

.fwlc li span {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #0fa7ff;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 86px;
	overflow: hidden;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.fwlc li em {
	display: block;
	width: 30px;
	height: 30px;
	font-style: normal;
	font-size: 30px;
	font-family: "黑体";
	color: #0fa7ff;
	line-height: 30px;
	position: absolute;
	left: -6px;
	top: 86px;
	background: #fff;
}

.fwlc li p {
	display: block;
	width: 540px;
	height: 104px;
	line-height: 25px;
	font-size: 14px;
	color: #282828;
	text-align: left;
	position: absolute;
	top: 128px;
	left: 41px;
	letter-spacing: 0.1em;
}

.fwlc li img {
	display: block;
	width: 193px;
	height: 150px;
	background: #fff;
	line-height: 30px;
	font-size: 18px;
	color: #0fa7ff;
	text-align: center;
	position: absolute;
	left: 610px;
	top: 50px;
}

/*专家咨询-购买服务*/
.zjzx-gmfw {
	width: 1200px;
	height: 496px;
	background: url(../images/another/zjgmfw.png) no-repeat 506px 64px #f5f5f5;
	margin: 0 auto 0;
	padding-top: 2px;
}

.zjzx-gmfw span {
	display: block;
	width: 1000px;
	font-size: 14px;
	color: #000000;
	float: left;
	margin: 68px 0 0 60px;
}

.zjzx-gmfw a {
	display: block;
	width: 110px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	float: left;
	margin: 24px 0 0 344px;
	border: #bfbfbf 1px solid;
	border-radius: 4px;
}



.zjzx-jzpj-b {
	width: 1200px;
}

.zjzx-jzpj-b li {
	width: 1200px;
	min-height: 233px;
	border-top: #a1a1a1 1px dashed;
}

.zjzx-jzpj-b li .pjz {
	width: 50px;
	height: 50px;
	float: left;
	margin: 45px 0 0 28px;
	text-align: center;
}

.zjzx-jzpj-b li .pjz img {
	width: 50px;
	height: 50px;
}

.zjzx-jzpj-b li .pjz span {
	font-size: 14px;
	line-height: 22px;
}

.zjzx-jzpj-b li .pjc {
	width: 80px;
	height: 50px;
	margin-top: 36px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #282828;
	line-height: 32px;
}

.zjzx-jzpj-b li .pjc span {
	color: #f99400;
}

.zjzx-jzpj-b li .pjr {
	width: 1042px;
	float: left;
}

.zjzx-jzpj-b li .pjrt {
	width: 1042px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #404040;
	margin-bottom: 12px;
	margin-top: 43px;
}

.zjzx-jzpj-b li .pjrb {
	width: 1042px;
	font-size: 14px;
	color: #282828;
	line-height: 24px;
}

/*专家咨询-填写信息*/
.zjzx-txxx-t {
	width: 1200px;
}

.zjzx-txxx-t span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 74px;
	font-size: 18px;
	color: #282828;
}

.zjzx-txxx-t p {
	display: block;
	width: 1140px;
	font-size: 14px;
	color: #282828;
	line-height: 25px;
	margin-left: 60px;
}

.zjzx-txxx-b1 {
	color: #1191dc;
	margin-top: 30px;
}

.zjzx-txxx-b1 td {
	text-align: center;
	font-size:18px;
	font-weight:600;
	position:relative;
}
.zjzx-txxx-b1 td p{
	position:absolute;
	right:12px;
	bottom:12px;
	color:#1191dc;
	font-size:12px;
	font-weight:normal;
}
.zjzx-txxx-b2 {
	color: #1191dc;
	font-size: 14px;
}

.zjzx-txxx-b2 td {
	text-align: center;
	height: 32px;
	font-size:14px;
	border:1px solid;
}

.zjzx-txxx-b2 td span {
	color: #000000;
}

.zjzx-txxx-b2 td input {
	width: 100%;
	height: auto;
	background: none;
	border: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

.zjzx-txxx-b2 td b {
	color: #ff0e0e;
	font-weight: normal;
}

.zjzx-txxx-zs {
	width: 100%;
	font-size: 14px;
	color: #282828;
	line-height: 25px;
	margin-top:30px;
}

.zjzx-txxx-zs span {
	color: #fb2121;
}

.zjzx-txxx-tj {
	width: 100%;
	text-align: center;
	padding: 20px 0 32px;
}

.zjzx-txxx-tj input {
	width: 135px;
	height: 39px;
	line-height: 35px;
	background: #1191dc;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin: 0 35px;
	cursor: pointer;
}

/*一对一咨询*/
.zjzx-ydyt {
	width: 1200px;
	margin: 0 auto;
	font-family: "微软雅黑";
}

.zjzx-ydyt span {
	display: block;
	width: 1200px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 66px;
}

.zjzx-ydyt p {
	display: block;
	width: 1200px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-indent: 2em;
}

.zjzx-ydyt p em {
	font-style: normal;
	color: #0fa7ff;
}

.zjzx-ydyc {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	background: #0fa7ff;
	margin: 0 auto;
}

.zjzx-ydyc li {
	width: 299px;
	height: 50px;
	color: #fff;
	float: left;
	border-left: #fff 1px solid;
	text-align: center;
}

.zjzx-ydyb {
	
}

.zjzx-ydyb td {
	height: 117px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

/*院校介绍*/
.yxjs {
	width: 925px;
	height: auto;
	background: #fff;
	float: left;
	margin-right: 25px;
	margin-bottom: 100px;
	padding-bottom: 100px;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.xm {
	width: 100%;
	height: 72px;
	border-bottom: #cccccc 1px solid;
}

.xm span {
	line-height: 72px;
	font-size: 20px;
	color: #282828;
	font-family: "微软雅黑";
	margin-left: 34px;
}

.yxjj {
	width: 100%;
}

.yxjj-l {
	width: 212px;
	height: 212px;
	padding: 18px 15px;
	float: left;
	margin: 35px 0 0 34px;
}

.yxjj-r {
	width: 600px;
	float: left;
	margin: 24px 0 0 24px;
}

.yxjj-r li {
	width: 276px;
	font-size: 14px;
	color: #282828;
	line-height: 35px;
	height: 35px;
	float: left;
	margin-left: 24px;
}

.yxjj-r a {
	display: block;
	width: 92px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0fa7ff;
	color: #fff;
	font-size: 14px;
	margin-left: 26px;
	float: left;
	border-radius: 2px;
	margin-top: 23px;
}

.yxjj-r a:hover {
	background: #f39800;
}

/*内页锚定样式*/
.indexnav_wrap {
	width: 100%;
	height: 50px;
	padding-top: 35px;
}

.indexnav_wrap .index_nav { /* margin: 10px auto; */
	width: 835px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.indexnav_wrap .index_nav li {
	text-align: center;
	float: left;
}

.indexnav_wrap .index_nav a {
	display: block;
	width: 118px;
	height: 48px;
	line-height: 48px;
	color: #282828;
	font-size: 18px;
	border: #bfbfbf 1px solid;
	margin-left: -1px;
}

.indexnav_wrap .index_nav a:hover, .indexnav_wrap .index_nav a:active,
	.indexnav_wrap .index_nav a.active {
	border: #0fa7ff 1px solid;
	position: relative;
	z-index: 9;
	color: #fff;
	background:#0fa7ff;
}

.indexnav_wrap .index_nav * {
	
}

/*学校介绍内容*/
.yxjsnr {
	width: 836px;
	margin: 50px auto;
}
/*.yxjsnr span{ display:block; width:800px; border-left:#0fa7ff 2px solid; height:20px; padding-left:8px; line-height:20px; font-size:18px; color:#282828; margin:26px 0;}*/
.yxjsnr h3 {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #282828;
	margin: 26px 0;
	font-weight: normal;
	text-align: center;
}

.yxjsnrp {
	font-size: 14px;
	color: #282828;
	line-height: 30px;
}

.yxjsnrp p {
	margin-bottom: 26px;
	text-indent: 2em;
}
/*返回顶部*/
#tbox {
	width: 30px;
	height: auto;
	float: right;
	position: fixed;
	display: none;
	_position: absolute;
	_bottom: auto;
	_top: epxression(eval(document.documentElement.scrollTop +document.documentElement.clientHeight-this.offsetHeight- ( parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 50px;
	top: 10px;
	left: 50%;
	margin-left: 320px;
} /*这个只能改宽高其他的不要修改，需要滚动的内容都要放在这个div里面*/
.taoba {
	display: block;
	background: #c2c2c2;
	width: 120px;
	height: 50;
	margin-bottom: 4px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}

.taoba:active, .taoba:hover {
	background: #00aae2;
	text-decoration: none;
	color: #fff;
}

#gotop {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	color: #fff;
	background: url(../images/another/top_icon.gif) no-repeat;
	position: absolute;
	display: none;
	cursor: pointer
} /*这个样式随便改，必须有position:absolute; */
#gotop:hover {
	background-position: 0 -30px;
}

/*双重切换样式*/
.tabBar {
	width: 1200px;
	font-family: "Microsoft YaHei";
}

.tabBar .hd {
	margin: 34px 0 0px;
}

.tabBar .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
}

.tabBar .hd li {
	width: 218px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: url(../images/another/zyjt_03.jpg) no-repeat center;
	margin-left: -18px;
	position: relative;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.tabBar .hd li.on {
	position: relative;
	background: url(../images/another/zyjt.png) no-repeat right;
	z-index: 999;
}

.tabBar .hd li.on {
	color: #fff;
}

.zuiz {
	width: 210px;
	height: 50px;
}

.zuiy {
	width: 208px !important;
	height: 50px;
	background: url(../images/another/zyjt2_07.jpg) no-repeat;
	line-height: 50px;
	float: left;
	margin-left: -18px;
}

.tabBar .bd {
	width: 1200px;
	clear: both;
	overflow: hidden;
}

.tabBar .bd .conWrap {
	width: 500px;
}

.tabBar .bd .con {
	width: 1200px;
}

.tabBar .next {
	left: auto;
	right: 10px;
}

.notice {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
	overflow: hidden;
}

.notice .tab-hd {
	height: 50px;
}

.notice .tab-hd ul {
	
}

.notice .tab-hd li {
	width: 239px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: #bfbfbf 1px solid;
	float: left;
	margin-left: -1px;
	font-size: 18px;
	color: #282828;
	cursor: pointer;
}

.tab-hd ul>li:first-child {
	border-radius: 4px 0 0 4px;
	width: 238px;
	margin-left: 0px;
}

.notice .tab-hd li.on {
	border: #0fa7ff 1px solid;
	position: relative;
	z-index: 1;
	color: #0fa7ff;
}

.notice .tab-bd {
	
}

.notice .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}

/*一对一咨询购买*/
.ydyban {
	width: 1200px;
	height: 312px;
	margin: 0 auto;
	background: url(../images/another/ydygm_03.jpg) no-repeat;
}

.zysx2 {
	font-family: MicrosoftYaHeiLight, "微软雅黑";
}

.zysx2 ul {
	padding-bottom: 42px;
}

.zysx2 h3 {
	font-size: 16px;
	color: #282828;
	line-height: 64px;
	margin-left: 25px;
}

.zysx2 li {
	width: 842px;
	font-size: 14px;
	color: #282828;
	text-align: left;
	line-height: 26px;
	margin: 0 auto;
	margin-bottom: 18px;
}

.zysx2 li {
	color: #282828;
}

.zysx2 p {
	font-size: 14px;
	color: #282828;
	line-height: 26px;
	margin-left: 44px;
}

.zysx2 table {
	margin: 30px auto 0;
}

.zysx2 table td {
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.zysx2 table td strong {
	font-size: 16px;
}

.zysx2 em {
	display: block;
	width: 100%;
	font-style: normal;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
}

.wytj {
	width: 734px;
	text-align: center;
	margin: 40px 0 0 36px;
}

.wytj a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #232323;
	font-family: "微软雅黑";
}

.wytj a span {
	font-size: 18px;
	line-height: 30px;
	color: #232323;
	font-family: "微软雅黑";
}

.wytjxy {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: none;
}

.wytjxy p {
	color: #333333;
	font-family: 宋体;
	font-size: 16px;
	line-height: 1.75em;
	text-indent: 2em;
	margin: 15px 0;
}

.wytj input {
	float:left;
	width: 90px;
	height: 30px;
	line-height: 28px;
	border:none;
	border-radius: 3px;
	background: #0fa7ff;
	color: #fff;
	text-align: center;
	font-family: MicrosoftYaHeiLight, "微软雅黑";
	font-size: 14px;
	margin: 0 19px;
	cursor: pointer;
}

.wytj .ljgm_555{
	float:left; 
	width:110px; 
	background:#ccc; 
	margin-left:25px;
}

.wytj .ljgm_551{
	float:left; 
	width:110px; 
	background:#ccc; 
	margin-left:25px;
}


.wytj .ljgm_556{
	float:left; 
	width:110px; 
	background:#0fa7ff; 
	margin-left:25px;
}

.wytj .ljgm_552{
	float:left; 
	width:110px; 
	background:#0fa7ff; 
	margin-left:25px;
}

.wytj .ljgm_555:hover{background:#ccc;}
.wytj .ljgm_551:hover{background:#ccc;}

.wytj input:hover {
	background: #f39800;
}



/*一对一产品购买改*/
.ydytab {
	width: 930px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.ydytab .hd {
	margin: 0 auto;
	width: 600px;
	height: 60px;
}

.ydytab .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
}

.ydytab .hd li {
	width: 300px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #0fa7ff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	margin-top: 5px;
}

.ydytab .hd li.on {
	position: relative;
	z-index: 999;
	background: #f39800;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin-top: 0;
}

.ydytab .bd {
	width: 930px;
	clear: both;
	overflow: hidden;
}

.ydytab .bd .conWrap {
	width: 930px;
}

.ydytab .bd .con {
	width: 930px;
}

.ydyzf {
	width: 930px;
	background: #fff;
	margin: 0 auto;
}

.ydyljzf {
	display: block;
	width: 142px;
	height: 40px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0e9df0;
	border-radius: 3px;
	margin-top: 4px;
}
/*艺校导航*/
.ykban {
	width: 100%;
	height: 434px;
	background: url(../images/another/ykdh_02.jpg) no-repeat center;
}

.ykdh {
	width: 75%;
	max-width: 1200px;
	margin: 4px auto 0;
	background: #fff;
	padding: 30px 0 20px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.ykdh-tt {
	width: 100%;
	background: url(../images/another/ykx_03.jpg) repeat-x center;
	text-align: center;
}

.yxckgd {
	width: 100%;
}

.yxckgd a {
	display: block;
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
	background: #0fa7ff;
	font-family: "微软雅黑";
	border-radius: 4px;
}

.yxckgd a:hover {
	background: #f39800;
}

.layB {
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}

.layB .tbC {
	width: 90%;
	position: relative;
	margin:0 auto;
}

.layB .prev {
	background: url(../images/another/ykdh4_11.jpg) no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	left: -34px;
	top: 50%;
	margin-top: -20px;
}

.layB .next {
	background: url(../images/another/ykdh4_14.jpg) no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -20px;
}

.layB .prev:hover {
	
}

.layB .next:hover {
	
}

.layB .slide {
	width: 100%;
	overflow: hidden;
}

.layB ul {
	overflow: hidden;
	zoom: 1;
}

.layB li {
	margin: 6px 0.8%;
	display: inline-block;
	*display: inline;
	*float: left;
}

.layB li a {
	display: block;
	width: 250px;
	height: 210px;
	border: #d9d9d9 1px solid;
	position: relative;
}

.yktmbg1 {
	display: none;
	width: 100%;
	height: 17%;
	background: url(../images/another/yktmbg.png);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.yktmbg2 {
	width: 207.46px;
	height: 17px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	/* margin-top: -15px; */
	top: 13%;
	left: 7%;
	z-index: 2;
}

.layB li a {
	border: #e6b565 1px solid;
}

.layB li a .yktmbg1 {
	display: block;
}

.ykalli {
	width: 1072px;
	margin: 0 auto;
	text-align: center;
}

.ykalli li {
	width: 268px;
	float: left;
	padding-top: 18px;
}

.ykalli li a {
	display: block;
	width: 244px;
	height: 300px;
	padding: 278px 12px 0;
}

.ykalli li a span {
	display: block;
	width: 200px;
	padding-left: 10px;
	font-size: 18px;
	color: #282828;
	border-left: #f39800 2px solid;
	text-align: left;
}

.ykalli li a p {
	display: block;
	width: 122px;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	text-align: left;
	float: left;
}

.picScroll {
	position: relative;
	width: 90%;
	padding: 0 5%;
	background: #fff;
	overflow: hidden;
	margin: 20px auto 35px;
}

.picScroll .prev {
	background: url(../images/another/ykdh4_11.jpg) no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	left: 16px;
	top: 215px;
}

.picScroll .next {
	background: url(../images/another/ykdh4_14.jpg) no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	right: 16px;
	top: 215px;
}

.picScroll .prev:hover {
	
}

.picScroll .next:hover {
	
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 25%;
	float: left;
	overflow: hidden;
}


.picScroll ul li a {
	display: block;
	width: 92%;
	padding: 0 4%;
}

.picScroll ul li a .altu {
	width: 100%;
	height: 278px;
	/* padding-top: 1px; */
	border: 1px solid #ccc;
}

.picScroll ul li a .altu:hover{
	border:1px solid #0fa7ff;
}

.picScroll ul li a .altu em {
	display: block;
	width: 100%;
	height:270px;
	margin: 8% auto 0;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
}

.picScroll ul li a span {
	display: block;
	width: 200px;
	padding-left: 10px;
	font-size: 18px;
	color: #282828;
	border-left: #f39800 2px solid;
	text-align: left;
	margin: 20px 0 16px;
}

.picScroll ul li a p {
	display: inline-block;
	display: inline;
	width: 49%;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	text-align: left;
}

.ykkt {
	width: 90%;
	height: 250px;
	border-left: #0fa7ff 1px solid;
	margin: 25px auto 10px;
	padding: 15px 0;
}

.ykkt li {
	width: 95%;
	margin-left: -9px;
	padding-left: 5%;
	height: 50px;
	line-height: 50px;
	background: url(../images/another/ykdh6_03.jpg) no-repeat left center;
}

.ykkt li a {
	font-size: 18px;
	color: #282828;
	background: #fff;
	padding-left: 10px;
}

.ykkt li a:hover{
	color:#0fa7ff;
}

.ykkt li span {
	font-size: 18px;
	color: #282828;
	float: right;
	background: #fff;
	padding-left: 10px;
}

.ykkt li p {
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/another/ykxx_03.jpg) repeat-x center;
}

.ykzsjz {
	max-width: 1070px;
	width: 100%;
	height: 590px;
	overflow-y: scroll;
	margin: 26px auto 40px;
	background: url(../images/another/hsx_03.jpg) repeat-y center;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.ykzsjz ul {
	width: 508px;
	margin: 0 auto;
}

.ykzsjz li {
	width: 508px;
	height: 154px;
	margin-top: -60px;
}

.ykzsjz li a {
	display: block;
	width: 442px;
	height: 150px;
	float: left;
	background: #3ea8c2;
	padding-top: 20px;
}

.ykzsjz li a .img {
	width: 169px;
	height: 109px;
	background: #fff;
	float: left;
	text-align: center;
	margin: 0px 16px 0 20px;
}

.ykzsjz li:hover a .img{
	background:#ccc;
}
.ykzsjz li a .img img {
	width: auto;
	height: auto;
	max-height: 109px;
}

.ykzsjz li a span {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.ykzsjz li a p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.ykyfl {
	width: 508px;
	height: 154px;
	margin-left: -226px;
	*margin-left: -234px;
}

.ykyfl a {
	display: block;
	width: 442px;
	height: 134px;
	float: left !important;
	background: #3ea8c2;
	padding-top: 20px;
}

.ykyfl a .img {
	width: 169px;
	height: 109px;
	background: #fff;
	float: left !important;
	text-align: center;
	margin: 0px 20px 0 16px;
}

.ykyfl a .img img {
	width: auto;
	height: auto;
	max-height: 109px;
}

.ykyfl a span {
	width: 230px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	float: left;
}

.ykyfl a p {
	display: block;
	width: 218px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	float: left;
}

.ykyfd {
	width: 508px;
	height: 154px;
	margin-left: 242px;
	*margin-left: 235px;
}

.ykyfd a {
	display: block;
	width: 442px;
	height: 134px;
	float: right !important;
	background: #3ea8c2;
	padding-top: 20px;
}

.ykyfd a .img {
	width: 169px;
	height: 109px;
	background: #fff;
	float: right !important;
	text-align: center;
	margin: 0px 20px 0 16px;
}

.ykyfd a .img img {
	width: auto;
	height: auto;
	max-height: 109px;
}

.ykyfd a span {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	float: right;
}

.ykyfd a p {
	display: block;
	width: 218px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	float: right;
}

.snBrand {
	position: relative;
	width: 100%;
	/* padding-bottom: 20px; */
}

.snBrand ol {
	float: left;
	width: 640px;
	height: 476px;
	margin-left: 43px;
	margin-top: 28px;
}

.snBrand ol li {
	width: 96%;
	max-width: 630px;
	height: 58px;
	margin-top: 12px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	float: right;
	border: #dfdfdf 1px solid;
	margin-right: 4%;
}

.snBrand ol li .rq {
	width: 106px;
	height: 106px;
	background: url(../images/another/ykhy.png) no-repeat;
	float: left;
	margin-left: -53px;
}

.snBrand ol li .rq span {
	display: block;
	width: 50px;
	font-size: 50px;
	color: #878787;
	font-weight: bold;
	text-align: center;
	border-bottom: #878787 1px solid;
	margin: 0 auto;
}

.snBrand ol li .rq p {
	display: block;
	width: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #878787;
	text-align: center;
	margin: 0 auto;
}

.snBrand ol li a {
	display: block;
	max-width: 530px;
	width: 80%;
	height: 90px;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.snBrand ol li a span {
	font-size: 14px;
	color: #282828;
	line-height: 25px;
}

.snBrand ol li a p {
	font-size: 12px;
	color: #282828;
	line-height: 22px;
}

.snBrand ol li.on {
	background: #2982c7;
}

.snBrand ol li.on a span {
	color: #fff;
}

.snBrand ol li.on a p {
	color: #fff;
}

.snBrand ol li.on .rq {
	background: url(../images/another/ykcy.png) no-repeat;
}

.snBrand ol li.on .rq span {
	display: block;
	width: 50px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: #fff 1px solid;
	margin: 15px auto 0;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
}

.snBrand ol li.on .rq p {
	color: #fff;
}

.snBrand ul {
	float: left;
	width: 487px;
	height: 476px;
	/*background: url(../images/another/ykdh3_11.png) no-repeat;*/
	overflow: hidden;
	position:relative;
}

.snBrand ul li {
	width: 487px;
	displaly:none;
	position:absolute;
	top:10px;
	left:10px;
}

.snBrand ul li a {
	display: block;
	width: 323px;
	height: 293px;
	margin: 40px 0 0 44px;	
}

.ykbg1 {
	width: 16.66%;
	height: auto;
	position: absolute;
	left: -16.66%;
	top: 0;
}

.ykbg1 img {
	width: 100%;
	height: auto;
}

.ykbg2 {
	width: 16.66%;
	height: auto;
	position: absolute;
	right: -16.66%;
	top:300px;
	/*bottom: -30%;*/
}

.ykbg2 img {
	width: 100%;
	height: auto;
}

.ykbg3 {
	width: 6.91%;
	height: auto;
	position: absolute;
	left: -6.91%;
	top: 600px;
}

.ykbg3 img {
	width: 100%;
	height: auto;
}

.ykbg4 {
	width: 12.16%;
	height: auto;
	position: absolute;
	left: -12.16%;
	top: 900px;
}

.ykbg4 img {
	width: 100%;
	height: auto;
}

.ykbg5 {
	width: 13.25%;
	height: auto;
	position: absolute;
	right: -13.25%;
	top: 2000px;
}

.ykbg5 img {
	width: 100%;
	height: auto;
}

.ykbg6 {
	width: 75%;
	max-width: 1216px;
	margin: 0 auto;
	position: absolute;
	top:3666px;
}

.ykbg6 img {
	width: 47.33%;
	height: auto;
	margin-top: 0%;
	margin-left: 40%;
}

/*性格测试*/
.cszt {
	width: 1200px;
	margin: 0 auto;
	background: #f8f8f8;
	padding: 55px 0 136px 0;
}

.csjs {
	width: 948px;
	padding-bottom: 26px;
	padding-top: 45px;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.csjs-l {
	width: 90px;
	font-size: 14px;
	color: #232323;
	text-align: right;
	line-height: 26px;
	float: left;
	font-family: '微软雅黑';
	font-weight: bold;
}

.csjs-r {
	width: 845px;
	font-size: 14px;
	color: #3c3c3c;
	text-align: left;
	float: left;
	font-family: MicrosoftYaHeiLight;
	line-height: 26px;
}

.csjs-r p {
	margin-bottom: 18px;
}

.csjszsj {
	width: 179px;
	height: 37px;
	line-height: 36px;
	position: absolute;
	left: 5px;
	top: -19px;
	background: url(../images/another/cszsj.png) no-repeat;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.csts {
	width: 924px;
	margin: 0 auto;
	padding: 32px 0 15px;
}

.csts span {
	font-size: 18px;
	line-height: 26px;
	color: #0fa7ff;
	font-weight: bold;
	border-bottom: #f39800 2px solid;
}

.cstsnr {
	width: 860px;
	padding: 30px 45px;
	background: #fff;
	font-size: 14px;
	color: #232323;
	line-height: 24px;
	border-radius: 3px;
	margin: 0 auto;
	font-family: '微软雅黑'
}

.cst {
	width: 950px;
	font-family: "Microsoft YaHei";
	padding-top: 15px;
}

.cst .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
	height: 52px;
}

.cst .hd li {
	float: left;
	width: 228px;
	height: 44px;
	line-height: 44px;
	margin-top: 8px;
	margin-left: 6px;
	color: #747474;
	background: #ebebeb;
	text-align: center;
	cursor: pointer;
}

.cst .hd ul>li:first-child {
	margin-left: 0;
}

.cst .hd li.on {
	width: 244px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	border: 1px solid #0fa7ff;
	background: #fff;
	color: #0fa7ff;
}

.cst .bd {
	width: 880px;
	margin: 0 auto;
	padding: 0 35px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.cst .bd .conWrap {
	width: 880px;
	margin: 0 auto;
}

.cst .bd li {
	width: 880px;
	border-bottom: #a5deff 1px dashed;
	padding: 9px 0 18px;
}

.cst .bd li span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #282828;
}

.cst .bd li span input {
	border: none;
	background: none;
	width: 30px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}

.cst .bd li .xx {
	width: 700px;
	padding-left: 20px;
}

.cst .bd li a {
	display: block;
	width: 202px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #282828;
}

.cst .bd li a.on {
	color: #0fa7ff;
}

.cst .bd .an {
	width: 100%;
	text-align: center;
	padding: 79px 0 111px;
}

.cst .bd .an input {
	width: 118px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #0fa7ff;
	font-size: 16px;
	color: #ffffff;
	margin: 0 44px;
	border-radius: 3px;
	cursor: pointer;
}

/*职业测试*/
.cst2 {
	width: 950px;
	font-family: "Microsoft YaHei";
	padding-top: 15px;
}

.cst2 .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
	height: 52px;
}

.cst2 .hd li {
	float: left;
	width: 151px;
	height: 44px;
	line-height: 44px;
	margin-top: 8px;
	margin-left: 6px;
	color: #747474;
	background: #ebebeb;
	text-align: center;
	cursor: pointer;
}

.cst2 .hd ul>li:first-child {
	margin-left: 0;
}

.cst2 .hd li.on {
	width: 163px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	border: 1px solid #0fa7ff;
	background: #fff;
	color: #0fa7ff;
}

.cst2 .bd {
	width: 880px;
	margin: 0 auto;
	padding: 0 35px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.cst2 .bd .conWrap {
	width: 880px;
	margin: 0 auto;
}

.cst2 .bd li {
	width: 872px;
	padding-left: 8px;
	border-bottom: #a5deff 1px dashed;
	font-size: 14px;
	color: #282828;
	line-height: 62px;
	position: relative;
	font-family: '微软雅黑'
}

.cst2 .bd li span {
	display: block;
	width: 148px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 18px;
}

.cst2 .bd li a {
	display: block;
	width: 58px;
	height: 26px;
	background: #0fa7ff;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin: 0 8px;
	color: #fff;
	cursor: pointer;
}

.cst2 .bd li a.on {
	background: #f39800;
}

.cst2 .bd .an {
	width: 100%;
	text-align: center;
	padding: 79px 0 111px;
}

.cst2 .bd .an input {
	width: 118px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #0fa7ff;
	font-size: 16px;
	color: #ffffff;
	margin: 0 44px;
	border-radius: 3px;
	cursor: pointer;
}

/*学习压力测试*/
.xxylcs {
	width: 880px;
	margin: 0 auto;
	padding: 0 35px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.xxylcs li {
	width: 880px;
	border-bottom: #a5deff 1px dashed;
	padding: 9px 0 18px;
}

.xxylcs li span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #282828;
}

.xxylcs li span input {
	border: none;
	background: none;
	width: 30px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}

.xxylcs li .xx {
	width: 860px;
	padding-left: 20px;
}

.xxylcs li a {
	margin-right: 36px;
	line-height: 30px;
	font-size: 14px;
	color: #282828;
	cursor: pointer;
}

.xxylcs li a.on {
	color: #0fa7ff;
}

.xxylcs .an {
	width: 100%;
	text-align: center;
	padding: 79px 0 111px;
}

.xxylcs .an input {
	width: 118px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #0fa7ff;
	font-size: 16px;
	color: #ffffff;
	margin: 0 44px;
	border-radius: 3px;
	cursor: pointer;
}

/*学习压力测试改*/
.xxylcs2 {
	width: 950px;
	font-family: "Microsoft YaHei";
	padding-top: 15px;
}

.xxylcs2 .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
	height: 52px;
}

.xxylcs2 .hd li {
	float: left;
	width: 151px;
	height: 44px;
	line-height: 44px;
	margin-top: 8px;
	margin-left: 6px;
	color: #747474;
	background: #ebebeb;
	text-align: center;
	cursor: pointer;
}

.xxylcs2 .hd ul>li:first-child {
	margin-left: 0;
}

.xxylcs2 .hd li.on {
	width: 160px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	border: 1px solid #0fa7ff;
	background: #fff;
	color: #0fa7ff;
}

.xxylcs2 .bd {
	width: 950px;
	margin: 0 auto;
	padding: 0 0;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.xxylcs2 .bd li {
	width: 880px;
	border-bottom: #a5deff 1px dashed;
	padding: 9px 0 18px;
}

.xxylcs2 .bd li span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #282828;
}

.xxylcs2 .bd li span input {
	border: none;
	background: none;
	width: 30px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}

.xxylcs2 .bd li .xx {
	width: 860px;
	padding-left: 20px;
}

.xxylcs2 .bd li a {
	margin-right: 36px;
	line-height: 30px;
	font-size: 14px;
	color: #282828;
	cursor: pointer;
}

.xxylcs2 .bd li a.on {
	color: #0fa7ff;
}

.xxylcs2 .bd .an {
	width: 100%;
	text-align: center;
	padding: 79px 0 111px;
}

.xxylcs2 .bd .an input {
	width: 118px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #0fa7ff;
	font-size: 16px;
	color: #ffffff;
	margin: 0 44px;
	border-radius: 3px;
	cursor: pointer;
}

/*个人中心*/

/*个人中心左*/
.grzx-l {
	width: 298px;
	float: left;
	margin-bottom: 100px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.grzx-lp1 {
	width: 100%;
	height: 154px;
	background: url(../images/another/grzx_03.jpg) no-repeat;
	position: relative;
	background-size: 100% 154px;
}

.grzx-lp1 span {
	width: 172px;
	padding-left: 126px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: url(../images/another/grzxtm1.png);
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.grzx-lp2 {
	width: 100%;
	height: 94px;
	border-bottom: #d0d0d0 1px solid;
	position: relative;
	font-size: 14px;
	color: #282828;
}

.grzx-lp2 .tx {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 29px;
	top: -41px;
	border: #f39800 2px solid;
	border-radius: 37px;
}

.grzx-lp2 .txzs {
	width: 23px;
	height: 20px;
	background: url(../images/another/zs.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.grzx-lp2 span {
	margin-left: 126px;
	line-height: 38px;
}

.grzx-lp2 ul {
	width: 100%;
	margin-top: 8px;
}

.grzx-lp2 ul li {
	width: 78px;
	padding-left: 22px;
	float: left;
	height: 38px;
	line-height: 38px;
}

.grzx-lnav {
	background: #fff;
}

.grzx-lnav li {
	width: 100%;
	border-bottom: #d0d0d0 1px solid;
}

.grzx-lnav li a {
	display: block;
	width: 216px;
	padding-left: 82px;
	height: 40px;
	line-height: 40px;
	color: #282828;
}

.grzx-lnav li a:hover {
	background: #f39800;
	color: #fff;
}

.grzx-lnav li .a1 {
	background: url(../images/another/grzx2.png) no-repeat 48px center;
}

.grzx-lnav li .a2 {
	background: url(../images/another/grzx4.png) no-repeat 48px center;
}

.grzx-lnav li .a3 {
	background: url(../images/another/grzx6.png) no-repeat 48px center;
}

.grzx-lnav li .a4 {
	background: url(../images/another/grzx8.png) no-repeat 48px center;
}

.grzx-lnav li .a5 {
	background: url(../images/another/grzx10.png) no-repeat 48px center;
}

.grzx-lnav li .a6 {
	background: url(../images/another/grzx12.png) no-repeat 48px center;
}

.grzx-lnav li .a1:hover {
	background: url(../images/another/grzx1.png) no-repeat 48px center #f39800;
}

.grzx-lnav li .a2:hover {
	background: url(../images/another/grzx3.png) no-repeat 48px center #f39800;
}

.grzx-lnav li .a3:hover {
	background: url(../images/another/grzx5.png) no-repeat 48px center #f39800;
}

.grzx-lnav li .a4:hover {
	background: url(../images/another/grzx7.png) no-repeat 48px center #f39800;
}

.grzx-lnav li .a5:hover {
	background: url(../images/another/grzx9.png) no-repeat 48px center #f39800;
}

.grzx-lnav li .a6:hover {
	background: url(../images/another/grzx11.png) no-repeat 48px center #f39800;
}

/*个人倾向测试*/
.grzycs {
	width: 864px;
	height: 940px;
	float: left;
	padding-bottom: 160px;
	margin: 16px 0 0 38px;
	background: url(../images/another/grcsqx.jpg) no-repeat center top #fff;
	position: relative;
	margin-bottom: 250px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.grzycslb {
	width: 146px;
	overflow: hidden;
	position: absolute;
	font-family: "微软雅黑";
}

.grzycslb li {
	width: 136px;
	padding-left: 10px;
	background: url(../images/another/zyd_03.jpg) no-repeat left center;
	color: #019ef9;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}

.grt-l {
	left: 56px;
	top: 148px;
	*top: 142px;
}

.grt-c {
	left: 482px;
	top: 44px;
	*top: 38px;
}

.grt-r {
	left: 700px;
	top: 172px;
	*top: 166px;
}

.grb-l {
	left: 56px;
	top: 680px;
	*top: 674px;
}

.grb-c {
	left: 482px;
	top: 800px;
	*top: 794px;
}

.grb-r {
	left: 700px;
	top: 672px;
	*top: 666px;
}

.grzycs span {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #019ef9;
	position: absolute;
	font-weight: bold;
}

.grrx1 {
	left: 214px;
	top: 324px;
	*top: 320px;
}

.grrx2 {
	left: 402px;
	top: 222px;
	*top: 218px;
}

.grrx3 {
	left: 588px;
	top: 324px;
	*top: 320px;
}

.grrx4 {
	left: 214px;
	top: 574px;
	*top: 570px;
}

.grrx5 {
	left: 402px;
	top: 676px;
	*top: 672px;
}

.grrx6 {
	left: 588px;
	top: 574px;
	*top: 570px;
}

.grzycs a {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 290px;
	top: 460px;
	width: 286px;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.grzycs a em {
	font-size: 24px;
	color: #f39800;
	font-style: normal;
}

.grzycsjj {
	width: 286px;
	/*height:;*/
	font-size: 16px;
	color: #0e0e0e;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 294px;
	top: 330px;
}

.grzycst {
	width: 286px;
	/*height:;*/
	font-size: 14px;
	color: #4e4e4e;
	line-height: 22px;
	text-align: center;
	position: absolute;
	left: 294px;
	top: 550px;
}

.grzxxx {
	width: 864px;
	float: left;
	margin: 0 0 100px 38px;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.grzxxx li {
	width: 100%;
	line-height: 30px;
	color: #282828;
	font-size: 14px;
	margin-top: 30px;
	position: relative;
}

.grzxxx li .xgtx {
	width: 148px;
	height: 148px;
	float: left;
	border: #bfbfbf 1px solid;
	position: relative;
}

.grzxxx li .xgtx img {
	width: 148px;
	height: 148px;
}

.grzxxx li .xgtx em {
	display: block;
	font-style: normal;
	background: #7f7f7f;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.grzxxx li span {
	display: block;
	float: left;
	width: 158px;
	text-align: right;
	line-height: 30px;
	margin-right: 10px;
}

.grzxxx li select {
	width: 98px;
	height: 28px;
	line-height: 28px;
	border: #bfbfbf 1px solid;
	margin-right: 6px;
}

.grzxxx li input {
	width: 162px;
	height: 28px;
	line-height: 28px;
	border: #bfbfbf 1px solid;
}

.grxxts {
	width: 306px;
	margin-left: 158px;
	padding: 5px 0;
	color: #fb2121;
	line-height: 24px;
	font-size: 14px;
	border: #bfbfbf 1px dashed;
	margin-top: 10px;
	text-align: center;
}

.grxxts span {
	display: block;
	float: left;
	width: 62px !important;
	text-align: right;
}

.grxxts p {
	display: block;
	float: left;
	width: 230px;
	text-align: left;
}

.grxxan {
	width: 100%;
	padding: 50px 0 100px;
}

.grxxan input {
	width: 144px;
	height: 38px;
	margin-left: 79px;
	background: #fff;
	font-size: 14px;
	color: #282828;
	border: #bfbfbf 1px solid;
	border-radius: 3px;
	cursor: pointer;
}

.grxxan input:hover {
	background: #1191dc;
	color: #fff;
	border: #1191dc 1px solid;
}

.grzxxx b {
	position: absolute;
	left: 160px;
	top: 0;
	color: #fb2121;
}

.grxxts2 {
	width: 370px;
	padding: 5px 0;
	color: #fb2121;
	line-height: 24px;
	font-size: 14px;
	border: #bfbfbf 1px dashed;
	text-align: center;
	position: absolute;
	left: 380px;
	top: -3px;
}

.grxxts2 em {
	display: block;
	float: left;
	width: 62px !important;
	text-align: right;
	font-style: normal;
}

.grxxts2 p {
	display: block;
	float: left;
	width: 300px;
	text-align: left;
	line-height: 24px;
}

.grxxan2 {
	width: 100%;
	padding: 100px 0 100px;
}

.grxxan2 input {
	width: 144px;
	height: 38px;
	margin-left: 168px;
	background: #1191dc;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.grxxan2 input:hover {
	background: #f39800;
}

/*个人测试*/
.grcs {
	width: 864px;
	float: left;
	margin: 0 0 100px 38px;
	padding: 40px 0 100px;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.grcst {
	width: 740px;
	padding: 36px 33px;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
	font-size: 14px;
	color: #282828;
}

.grcstzsj {
	width: 179px;
	height: 37px;
	line-height: 36px;
	position: absolute;
	left: 5px;
	top: -19px;
	background: url(../images/another/cszsj.png) no-repeat;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.grcsb {
	width: 532px;
	height: 533px;
	background: url(../images/another/grcs_03.jpg) no-repeat;
	margin: 72px auto;
	position: relative;
}

.grcsb span {
	display: block;
	width: 112px;
	height: 60px;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	position: absolute;
}

.grcsb span p {
	font-size: 16px;
	line-height: 24px;
}

.grcsb .span1 {
	left: 77px;
	top: 104px;
	color: #f5d03b;
}

.grcsb .span2 {
	left: 344px;
	top: 104px;
	color: #d72017;
}

.grcsb .span3 {
	left: 77px;
	top: 370px;
	color: #3162ae;
}

.grcsb .span4 {
	left: 344px;
	top: 370px;
	color: #359c55;
}

.grcsb a {
	display: block;
	width: 131px;
	height: 102px;
	padding-top: 29px;
	position: absolute;
	border-radius: 65px;
	line-height: 36px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -65px;
	letter-spacing: 0.1em;
}

/*已保存的志愿表*/
.wdzyb-t {
	width: 808px;
	float: left;
	border-bottom: #d0d0d0 1px solid;
	height: 34px;
	line-height: 32px;
	font-size: 18px;
	color: #282828;
	margin-left: 28px;
}

.wdzyb-t span {
	border-left: #0fa7ff 2px solid;
	display: block;
	float: left;
	height: 18px;
	margin: 8px 8px 0 0;
}

.wdzyb-t p{
	position:relative;
	display:inline-block;
	font-size:14px;
	color:rgb(214,64,0);
	width: 235px;
	height: 30px;
	padding-left: 30px;
	border: 1px solid orange;
	background: #FFFEE2;
	line-height: 30px;
}
.wdzyb-t p img{
	position:absolute;
	left: 11px;
	top: 9px;
}
.wdzyb-b {
	display: block;
	float: left;
	width: 840px;
}

.wdzyb-b li {
	width: 250px;
	height: 196px;
	padding-top: 32px;
	border: #d0d0d0 1px solid;
	float: left;
	margin: 44px 0 26px 28px;
	position: relative;
}

.wdzyb-b li span {
	font-size: 16px;
	color: #282828;
	margin-left: 28px;
	line-height: 48px;
	font-weight: bold;
}

.wdzyb-b li p {
	font-size: 14px;
	color: #282828;
	margin-left: 28px;
	line-height: 28px;
}

.wdzyb-b li .xgck {
	width: 100%;
	padding-top: 17px;
}

.wdzyb-b li .xgck a {
	display: block;
	margin: -15px auto;
	width: 76px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
	background: #0fa7ff;
}

.wdzyb-b li .xgck a:hover {
	background: #f39800;
}

.wdzyb-b li .zszyb {
	width: 161px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/another/zyzkq.png) no-repeat;
	position: absolute;
	left: 5px;
	top: -11px;
}
/**.wdzyb-b li .zszyb{ width:94px; height:32px; line-height:32px; text-align:center; font-size:16px; color:#ffffff; background:url(../images/another/grzy.png) no-repeat; position:absolute; left:5px; top:-11px;} */
.wdzyb-c {
	width: 808px;
	margin-left: 28px;
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	padding: 14px 0 0;
	float: left;
}

.wdzyb-c span {
	font-size: 16px;
	line-height: 32px;
}

.grzyzk {
	width: 808px;
	float: left;
	margin-left: 28px;
	margin-top: 28px;
}

.grzyzk li {
	width: 100%;
	margin-bottom: 50px;
}

.grzyzk li .l {
	width: 326px;
	height: 344px;
	border: #d0d0d0 1px solid;
	float: left;
	padding-top: 26px;
	position: relative;
}

.grzyzk li .lt {
	width: 294px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: #d0d0d0 1px dashed;
	font-size: 20px;
	color: #282828;
}

.grzyzk li .lt span {
	display: block;
	float: left;
	width: 48px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #f39800;
	font-family: "黑体";
	border-radius: 2px;
	margin: 12px 28px 0 15px;
}

.grzyzk li .lc {
	width: 264px;
	height: auto;
	margin: 0 auto;
}

.grzyzk li .lc p {
	font-size: 14px;
	color: #b1b1b1;
	line-height: 30px;
}

.grzyzk li .lc p span {
	font-size: 20px;
	color: #f35000;
}

.grzyzk li .lc p em {
	font-style: normal;
	font-size: 14px;
	color: #282828;
}

.grzyzk li .lc p a {
	font-size: 14px;
	color: #282828;
}

.grzyzk li .lc p input {
	width: 44px;
	height: 24px;
	background: #0fa7ff;
	border: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	border-radius: 3px;
	margin: 0 8px;
	cursor: pointer;
}

.grzyzk li .lc p input:hover {
	background: #f39800;
}

.grzyon {
	background: #f39800 !important;
}

.grzyzk li .r {
	width: 479px;
	height: 344px;
	padding-top: 28px;
	border: #d0d0d0 1px solid;
	border-left: none;
	float: left;
	position: relative;
}

.grzyzk li .rt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: #d0d0d0 1px solid;
	font-size: 14px;
	color: #b1b1b1;
}

.grzyzk li .rt span {
	width: 92px;
	text-align: center;
	display: block;
	float: left;
}

.grzyzk li .rb {
	width: 448px;
	margin: 0 auto;
}

.grzyzk li .rb li {
	width: 448px;
	height: 44px;
	line-height: 44px;
	border-top: #d0d0d0 1px dashed;
	margin: 0 auto;
}

.grzyzk ul>li:first-child {
	border-top: none;
}

.grzyzk li .rb li span {
	display: block;
	width: 40px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	font-family: '黑体';
	color: #fff;
	float: left;
	margin: 12px 42px 0 12px;
	background: #d0d0d0;
	border-radius: 3px;
}

.grzyzk li .zszyb {
	width: 94px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/another/grzy.png) no-repeat;
	position: absolute;
	left: 5px;
	top: -11px;
}

.grzyzkb {
	width: 100%;
	text-align: center;
}

.grzyzkb input {
	width: 102px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 39px;
	background: #0fa7ff;
	border-radius: 3px;
	cursor: pointer;
}

.grzyzkb input:hover {
	background: #f39800;
}

/*应用商店*/
.gryysd-t {
	width: 100%;
	height: 154px;
	background: url(../images/another/yysd_02.jpg) no-repeat;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.gryysd {
	width: 100%;
	margin-top: 11px;
}

.gryysd li {
	width: 376px;
	height: 194px;
	background: #f8f8f8;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	position: relative;
	margin: 23px 26px 23px 18px;
	float: left;
}

.gryysd li .img {
	width: 174px;
	height: 174px;
	border: #d0d0d0 1px solid;
	float: left;
	margin: 9px 0 0 9px;
}

.gryysd li .jg {
	width: 166px;
	margin: 62px 0 0 11px;
	font-size: 14px;
	color: #a5deff;
	line-height: 24px;
	float: left;
}

.gryysd li .jg span {
	color: #fb2121;
	line-height: 40px;
}

.gryysd li .jg a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	color: #fefefe;
	background: #0fa7ff;
	border: none;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
}

.gryysd li .jg a:hover {
	background: #f39800;
}

.gryyysj {
	width: 191px;
	padding-left: 12px;
	height: 44px;
	line-height: 44px;
	background: url(../images/another/yysd.png) no-repeat right top;
	position: absolute;
	top: 9px;
	right: -12px;
	font-size: 18px;
	color: #fff;
}

.gryysd .xx {
	width: 798px;
	height: 0;
	border-bottom: #a5deff 1px dashed;
	float: left;
	margin-left: 18px;
	*display: none;
}

/*个人志愿模拟*/
.grzymn {
	width: 864px;
	float: left;
	margin: 16px 0 0 38px;
	padding: 40px 0 100px;
	background: #fff;
	margin-bottom: 100px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.grzymn-t {
	width: 740px;
	padding: 36px 33px;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
	font-size: 16px;
	color: #282828;
}

.grzymn-t p {
	line-height: 26px;
	margin-bottom: 8px;
}

.grzymnzsj {
	width: 105px;
	height: 37px;
	line-height: 36px;
	position: absolute;
	left: 22px;
	top: -12px;
	background: url(../images/another/grzymn.png) no-repeat;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.grzymn-b {
	width: 808px;
	height: 525px;
	margin: 0 auto;
	background: url(../images/another/grzymn_03.jpg) no-repeat;
	position: relative;
	margin-top: 24px;
	-moz-box-shadow: 0px 0px 5px #dfdfdf;
	-webkit-box-shadow: 0px 0px 5px #dfdfdf;
	box-shadow: 0px 0px 5px #dfdfdf;
}

.grbd {
	width: 314px;
	height: 236px;
	position: absolute;
	top: 160px;
	left: 429px;
}

.grxzwl {
	display: block;
	width: 143px;
	height: 73px;
	background: #8ddcff;
	float: left;
	margin-right: 27px;
	margin-bottom: 12px;
	background-size: 100% auto;
}

.grxzwl img {
	width: 143px;
	height: 73px;
}

.grsrk {
	width: 354px;
	line-height: 28px;
	height: 28px;
	font-size: 16px;
	color: #111111;
	font-family: "微软雅黑";
	margin-top: 13px;
}

.grsrk span {
	width: 54px;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
}

.grsrk input {
	width: 256px;
	padding-left: 4px;
	height: 28px;
	background: #e5e5e5;
	float: left;
}

.grmnan {
	width: 354px;
	margin-top: 20px;
}

.grmnan input {
	width: 134px;
	height: 38px;
	line-height: 34px;
	background: #21b8ff;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.grmnan input:hover {
	background: #f39800;
}

.grmnul {
	width: 300px;
	position: absolute;
	left: 30px;
	top: 162px;
}

.grmnul li {
	width: 270px;
	padding-left: 30px;
	height: 29px;
	line-height: 28px;
	background: url(../images/another/grdg.png) no-repeat left center;
	font-size: 14px;
	color: #ffffff;
}

.grbdbt {
	width: 314px;
	font-size: 18px;
	color: #00529e;
	position: absolute;
	left: 440px;
	top: 90px;
	line-height: 30px;
}

/*杨怀珠单页*/
.yhz-wrap {
	width: 1200px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 5px #dfdfdf;
	-webkit-box-shadow: 0px 0px 5px #dfdfdf;
	box-shadow: 0px 0px 5px #dfdfdf;
	background: #fff;
	margin-bottom: 55px;
}

.yhz-ban {
	width: 100%;
	height: 433px;
	background: url(../images/another/yhzb_03.jpg) no-repeat center center #d1e9ed;
}

.yhz {
	width: 1074px;
	margin: 0 auto;
}

.yhz-t {
	width: 1200px;
	height: 10px;
	margin-top: 94px;
	background: url(../images/another/yjty_03.jpg) no-repeat center;
}

.yhz-b {
	width: 1200px;
	height: 41px;
	padding-bottom: 60px;
	background: url(../images/another/yjty_07.jpg) no-repeat center top;
}

.yhz li {
	width: 1074px;
	*margin: -4px 0;
}

.yhz li img {
	display: block;
	width: 476px;
	height: 334px;
	float: left;
	margin: 13px 0;
}

.yhz li em {
	display: block;
	width: 122px;
	height: 334px;
	background: url(../images/another/yhz_04.jpg) no-repeat;
	text-align: center;
	line-height: 334px;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	float: left;
	padding: 13px 0;
}

.yhz li span {
	display: block;
	width: 476px;
	height: 286px;
	padding-top: 48px;
	float: left;
	margin: 13px 0;
}

.yhz li b {
	font-size: 18px;
	color: #282828;
	line-height: 68px;
}

.yhz li p {
	font-size: 14px;
	color: #282828;
	line-height: 24px;
}

/*对比展开*/
.dbzk-t {
	width: 1200px;
	height: 88px;
	line-height: 88px;
	border-bottom: #0fa7ff 2px solid;
}

.dbzk-t span {
	font-size: 20px;
	color: #282828;
	font-weight: bold;
	margin-left: 34px;
}

.dbzk {
	text-align: center;
	color: #282828;
	font-size: 14px;
	font-family: '微软雅黑';
	margin-top: 28px;
}

.dbzk td {
	height: 36px !important;
	vertical-align: middle;
	overflow: hidden !important;
	position: relative;
}

.dbzk td b {
	font-size: 16px;
}

.dbzk td a {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(../images/another/dbzkbx.png) no-repeat;
	right: 2px;
	top: 2px;
}

.dbzk td span {
	font-weight: bold;
	color: #0fa7ff;
}

.dbzk tr:nth-child(2n) {
	background: #f3f3f3;
}

.dbzk tr:hover {
	background: #fff3f2;
}

.dbzk-b {
	width: 1200px;
}

.dbzk-bl {
	width: 292px;
	height: 370px;
	float: left;
}

.dbzk-blt {
	text-align: center;
	color: #282828;
	font-size: 14px;
	font-family: '微软雅黑';
}

.dbzk-blt td {
	height: 36px !important;
	vertical-align: middle;
	overflow: hidden !important;
}

.dbzk-br {
	width: 740px;
	height: 370px;
	float: left;
	background: url(../images/another/dbtb_03.jpg) no-repeat right top;
	position: relative;
}

.dbzk-yz {
	width: 30px;
	height: 370px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 17px;
	line-height: 37px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/*志愿模拟-一键填报*/
.zyyj {
	width: 928px;
	padding-bottom: 30px;
	background: #fff;
	border: #e6e6e6 1px solid;
	position: relative;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}
.zymn_tou{
	position:absolute;
	top:0;
	left:0;
	width: 928px;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	background: url(../images/another/yylit.png) no-repeat;
	text-align: left;
}
.zymn_tou span{
	margin-left: 13px;
	color: #fff;
	font-family: "微软雅黑";
}
.zyyjt {
	width: 100%;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	padding-bottom: 14px;
	margin-top: 10px;
}

.zyyjt span {
	width: 3px;
	height: 24px;
	background: #0fa7ff;
	float: left;
	display: block;
	margin-top: 34px;
}

.zyyjt li {
	width: 160px;
	line-height: 90px;
	float: left;
	font-size: 24px;
	color: #000000;
	font-weight: lighter;
}

.zyyjt li em {
	color: #ff3d3d;
	font-style: normal;
}

.zyyjtc {
	width: 851px;
	padding: 16px 0;
	border: #ff9000 1px dashed;
	margin: 8px auto 0 auto;
	position: relative;
	background: #fff;
}

.zyyjtc p {
	display: block;
	/*width: 807px;*/
	margin: 0 auto;
	line-height: 26px;
	font-size: 14px;
	color: #000000;
}
/*.zyyjtc_pp p{width:1028px;}*/
.new-tsxx {
	width: 93px;
	height: 91px;
	line-height: 30px;
	font-size: 14px;
	text-indent: 20px;
	color: #fff;
	position: absolute;
	left: 16px;
	top: -15px;
	background: url(../images/another/new-tsxx.png) no-repeat;
}

.wdzy {
	position: absolute;
	top: 30px;
	right: -25px;
}

.zyyjb {
	width: 928px;
	margin-top: 17px;
	margin-bottom: 116px;
}

.zyyjbt {
	overflow: hidden;
	width: 928px;
	height: 43px;
}

.zyyjbt li {
	position: relative;
	height: 37px;
	line-height: 36px;
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
	width: 155px;
	float: left;
	font: normal 14px/37px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	background: #fff;
	font-size: 18px;
	color: #747474;
	cursor: pointer;
	border: #dfdfdf 1px solid;
	border-bottom: none;
}

.zyyjbt li.on {
	width: 155px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border: 1px solid #0fa7ff;
	border-bottom: none;
	color: #0fa7ff;
	margin-top: 0px;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.zyyjbt li.non {
	position: relative;
	height: 37px;
	line-height: 36px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	width: 110px;
	float: left;
	font: normal 14px/37px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	background: #fff;
	font-size: 18px;
	color: #747474;
	border: #dfdfdf 1px solid;
	border-bottom: none;
}

.zyyjbb {
	width: 928px;
	background: #fff;
	border-top: #10a8fe 1px solid;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
	position:relative;
}

.zyyjbb ul {
	display: none;
	padding-top: 32px;
}

.zyyjjs {
	width: 818px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	background: url(../images/another/th_03.gif) no-repeat 20px center #fffcd6;
	text-indent: 50px;
	font-size: 14px;
	color: #d64000;
	border: #ffc662 1px solid;
}

.zyyjbb li {
	width: 820px;
	margin: 0 auto;
	margin-top: 35px;
}

.zyyjbbt {
	width: 134px;
	height: 38px;
	line-height: 38px;
	background: #0fa7ff;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.zyyjbbb {
	width: 818px;
	height: 284px;
	border: #c9c9c9 1px solid;
	margin: 0 auto;
}

.zyyjbbbl {
	width: 287px;
	height: 250px;
	padding-top: 14px;
	border-right: #c9c9c9 1px solid;
	float: left;
	margin: 10px 0 0;
}

.zyyjbbbl ol {
	display: block;
}

.zyyjbbbl li {
	width: 267px;
	margin-left: 20px;
	font-size: 16px;
	color: #000000;
	height: 42px;
	line-height: 42px;
	margin-top: 0;
}
.zyyjbbbl li:first-child{
	line-height: 39px;
	height: 58px;
}
.zyyjbbbl li .xlb_111{
	width: 131px;
	height: 43px;
	margin-left: 86px;
}
.zyyjbbbl ol li p{
	position:absolute;
	background: url(../images/another/tanhao.png) no-repeat left center;
	padding-left: 26px;
	color: #d64000;
	font-size: 14px;
	top: 28px;
	left: 95px;
}
.zyyjbbbl li em {
	display: block;
	width: 50px;
	height: 24px;
	background: #c9c9c9;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-style: normal;
	border-radius: 2px;
	margin: 10px 14px 0 0;
}

.zyyjbbbl li a {
	color: #000000;
}

.redi {
	text-align: left;
	display: block !important;
}

.redi ul {
	display: block;
	padding: 0;
	margin: 0 0 0 119px;
}

.redi li {
	float: left;
	width: 70px;
	padding: 0;
	margin: 0;
	height: 24px;
}

.redi input {
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

.redi .on {
	background: url(../images/another/redio.png) no-repeat 0 0;
}

.redi b {
	width: 24px;
	height: 18px;
	float: left;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
	margin-right: 6px;
	background: url(../images/another/redio.png) no-repeat 0 -26px;
	font-style: normal;
}

.redi p {
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
}

.yjtab {
	margin: 0 0 0 20px;
}

.yjtab td {
	border: none;
	height: 38px;
	line-height: 38px;
	color: #cdcdcd;
	font-size: 16px;
	text-indent: 5px;
}

.yjtab td em {
	display: block;
	width: 48px;
	height: 19px;
	background: #c9c9c9;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-style: normal;
	border-radius: 2px;
	margin: 0px auto 0;
	text-indent: 0;
}

.yjtab td input {
	width: 38px;
	height: 22px;
	color: #5b5b5b;
	font-size: 12px;
	background: url(../images/another/yxcz_28.jpg) repeat-x;
	border: #e4e4e4 1px solid;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	margin: 8px -18px 0 24px;
	display: block;
	float: left;
	-moz-box-shadow: 0px 1px 1px #dfdfdf;
	-webkit-box-shadow: 0px 1px 1px #dfdfdf;
	box-shadow: 0px 1px 1px #dfdfdf;
}

.yjtab td input:hover {
	background: #ee9500;
	color: #fff;
}

.yjtab tr {
	height: 40px;
}

.yjtab tr:nth-child(even) {
	background: #f5f5f5;
	border: #c9c9c9 1px solid;
	border-left: none;
	border-right: none;
}

.yjtc-wrap {
	width: 100%;
	height: 100%;
	background: url(../images/another/grzxtm1.png);
	padding-top: 1px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999999;
	display: none;
}

.yjtc {
	width: 1200px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
}

.yjtc-t {
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #10a7ff;
	color: #fff;
	text-indent: 26px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.yjtc-t img {
	width: 24px;
	color: 24px;
	float: right;
	margin: 20px 14px 0 0;
}

.yjtc-nr {
	width: 100%;
	overflow-y: scroll;
	padding-bottom: 1px;
	overflow-x: none;
	position: relative;
}

.yjtc-c {
	width: 1148px;
	margin: 35px auto 0;
	padding: 44px 0;
	border: #ff9000 1px dashed;
	position: relative;
	background: #fff;
}

.yjtc-c p {
	margin-left: 25px;
	line-height: 26px;
	font-size: 16px;
	color: #000000;
}

.yjtc-b {
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 25px;
	margin-bottom: 25px;
}

.yjtc-b td {
	height: 58px;
	text-align: center;
}

.yjtc-b tr:nth-child(odd) {
	background: #f5f5f5;
}

.yjtc-b td input {
	width: 89px;
	height: 33px;
	background: #0da7fd;
	color: #fff;
	line-height: 32px;
	border-radius: 3px;
	cursor: pointer;
}

.yjtc-sm {
	width: 100%;
}

.yjtc-sm li {
	border-top: #d1d1d1 1px dashed;
	text-align: left;
	text-indent: 3px;
	line-height: 19px !important;
}

.yjtc-sm>li:first-child {
	border-top: none;
}
/*志愿模拟-自助填报*/
.zyyjtc2 {
	width: 851px;
	padding: 32px 0px;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.zyyjtc2 li {
	width: 996px;
	margin: 0 auto;
	line-height: 26px;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
}

.zyyjtc2 p {
	display: block;
	width: 966px;
	margin: 0 auto;
	float: left;
}

.zyyjtc2 span {
	display: block;
	float: left;
	width: 30px;
	text-align: right;
}

.zztb {
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.zztbtr1 {
	font-size: 18px;
	color: #282828;
	height: 44px;
	font-weight: bold;
}

.zztbyxmc {
	text-align: left;
	font-size: 14px;
	color: #282828;
	padding-top: 20px;
	position:relative;
}
.zytsku_11{
	position:absolute;
	top:52px;
	left:4px;
	border:1px solid orange;
	background:#FFFEE2;
	width:280px;
	height:57px;
}
.zytsku_11 img{
	display:block;
	float:left;
	margin:9px 0 0 9px;
}

.zytsku_11 p{
	color:rgb(214,64,0);
	font-size:14px;
	line-height:24px;
	float:right;
	width:243px;
	margin-top:4px;
}
.zztbyxmc li {
	width: 286px;
	line-height: 30px;
	margin-left: 5px;
}

.zztbxh {
	width: 100%;
	font-family: MicroosoftYaHeiLight;
	font-size: 16px;
}

.zztbxh li {
	height: 47px;
	line-height: 47px;
	border-top: #c9c9c9 1px solid;
}

.zztbxh>li:first-child {
	border-top: none;
}

.zztbxzxxl {
	width: 193px;
	text-indent: 2px;
	height: 27px;
	line-height: 26px;
	border: #c9c9c9 1px solid;
	border-right: none;
	margin: 0;
	float: left;
}

.zztbxzxxr {
	width: 88px;
	height: 29px;
	background: #0fa7ff;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 0;
	float: left;
	border: none;
	cursor: pointer;
}

.zztbxzxxr:hover {
	background: #f39800;
}

.zztbxzzy {
	width: 264px;
	text-indent: 2px;
	height: 27px;
	line-height: 26px;
	border: #c9c9c9 1px solid;
	margin-left: 30px;
}

.sftytj {
	width: 40px;
	text-align: left;
	margin: 0 auto;
}

.sftytj em {
	width: 24px;
	height: 18px;
	float: left;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
	font-style:normal;
}

.sftytj input {
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

.sftytj .on {
	background-position: left -55px;
}

.sftytj span {
	display:none;
	position:absolute;
	border: 1px solid orange;
	background: #FFFEE2;
	padding-left: 17px;
	color: #d64000;
	font-size: 14px;
	line-height: 23px;
	width:76px;
	left:-13px;
}
.sftytj span.sftytj_yes_s_A,.sftytj_yes_s_B,.sftytj_yes_s_C,.sftytj_yes_s_D,.sftytj_yes_s_E,.sftytj_yes_s_F,.sftytj_yes_s_G,.sftytj_yes_s_H{
	top:-48px;
	left:-13px;
}
.sftytj span img{
	position:absolute;
	left:0;
	top:4px;
}

.sftytj li {
	margin: 15px 0;
	position:relative;
}

.tctjxx {
	width: 100%;
	padding: 39px 0;
	margin-bottom: 39px;
}

.tctjxx span {
	display: block;
	float: left;
	width: 268px;
	height: 42px;
	text-indent: 153px;
	line-height: 42px;
	font-size: 16px;
	color: #0fa7ff;
}

.tctjxxc {
	width: 531px;
	height: 42px;
	text-indent: 38px;
	font-size: 16px;
	color: #333;
	background: url(../images/another/zzsrk_03.jpg) no-repeat;
	border: none;
	display: block;
	float: left;
}

.tctjxxr {
	width: 148px;
	height: 42px;
	line-height: 40px;
	font-size: 18px;
	margin-left: 38px;
	background: #0fa7ff;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	border-radius: 2px;
	cursor: pointer;
	-moz-box-shadow: 0px 2px 2px #dfdfdf;
	-webkit-box-shadow: 0px 2px 2px #dfdfdf;
	box-shadow: 0px 2px 2px #dfdfdf;
}

.tctjxxr:hover {
	background: #f39800;
}

.zyabct {
	width: 1178px;
	padding-bottom: 30px;
	background: #fff;
	border: #e6e6e6 1px solid;
	position: relative;
	-moz-box-shadow: 0px 0px 6px #dfdfdf;
	-webkit-box-shadow: 0px 0px 6px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.zyabctt {
	width: 100%;
	height: 84px;
	line-height: 84px;
	overflow: hidden;
}

.zyabctt li {
	width: 108px;
	padding: 0 24px;
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: lighter;
}

.tsxx2 {
	width: 1124px;
	padding: 6px 0;
	border: #ff9000 1px dashed;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.tsxx2 p {
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	margin-left: 160px;
}

.tsxxd2 {
	width: 105px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 23px;
	top: -11px;
	background: url(../images/another/zymn_03.jpg) no-repeat;
}

.wdzy {
	position: absolute;
	top: 30px;
	right: -25px;
}
/*性格测试结果*/
.xgcsjg {
	width: 950px;
	margin: 0 auto;
	padding: 62px 0 100px 0;
	background: #fff;
	position: relative;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.xgcsjg-t {
	width: 800px;
	font-size: 14px;
	color: #232323;
	line-height: 36px;
	margin: 0 0 50px 62px;
}

.xgcsjg-c {
	width: 840px;
	height: 504px;
	background: url(../images/another/xgcsjg_03.jpg) no-repeat 85px 0;
	margin: 0 auto;
}

.xgcsjg-cl {
	width: 85px;
	float: left;
	padding-top: 25px;
}

.xgcsjg-cl li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 30px;
}

.xgcsjg-cr {
	width: 749px;
	float: left;
	padding-top: 34px;
	margin-left: 6px;
}

.xgcsjg-cr li {
	width: 100%;
	height: 28px;
	margin-bottom: 22px;
	background: #f7ad3f;
}

.xgcsjg-b {
	width: 856px;
	font-size: 14px;
	color: #232323;
	line-height: 36px;
	margin: 58px auto 0;
}

/*自助模拟*/
.zzmn {
	width: 929px;
	float: left;
}

.zzmnt1 {
	width: 930px;
	padding: 17px 0px;
	border: #10A7FF 1px dashed;
	position: relative;
	background: #fff;
}

.zzmnt1 p {
	display: block;
	/*width: 854px;*/
	margin: 4px 45px;
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
}

.zzmnt1 p span {
	color: #ff0000;
}

.zzmnt1-tsxx {
	width: 105px;
	height: 37px;
	line-height: 36px;
	font-size: 16px;
	text-indent: 22px;
	color: #fff;
	position: absolute;
	left: -1px;
	top: -20px;
    border-radius:5px;
    background-color:#10A7FF;
	/*background: url(../images/another/zymn_03_2025.png) no-repeat;*/
}

.zzmnb1 {
	width: 929px;
	height: 560px;
	margin: 26px auto 101px;
	background: url(../images/another/zymndbg.jpg) no-repeat;
	position: relative;
	-moz-box-shadow: 0px 0px 3px #dfdfdf;
	-webkit-box-shadow: 0px 0px 3px #dfdfdf;
	box-shadow: 0px 0px 3px #dfdfdf;
}

.zzmnb1bd {
	width: 360px;
	height: 300px;
	position: absolute;
	top: 159px;
	left: 452px;
}

.zzmnb1wl {
	display: block;
	width: 165px;
	height: 87px;
	float: left;
	margin-right: 27px;
	margin-bottom: 11px;
}

.zzmnb1srk {
	width: 356px;
	height: 27px;
	font-size: 16px;
	color: #111111;
	font-family: "微软雅黑";
	margin-top: 13px;
}

.zzmnb1srk span {
	width: 56px;
	display: block;
	float: left;
	height: 27px;
	line-height: 26px;
	text-indent: 2px;
}

.zzmnb1srk input {
	width: 294px;
	padding-left: 4px;
	height: 27px;
	border: none;
	background: none;
	float: left;
}

.zzmnb1jg {
	width: 356px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #f7472b;
	text-indent: 60px;
	margin: 18px 0 25px;
}

.zzmnb1an {
	width: 254px;
	padding-left: 98px;
}

.zzmnb1an input {
	width: 134px;
	height: 38px;
	line-height: 34px;
	background: #21b8ff;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	-moz-box-shadow: 0px 2px 2px #b6cfde;
	-webkit-box-shadow: 0px 2px 2px #b6cfde;
	box-shadow: 0px 2px 2px #b6cfde;
}

.zzmnb1an input:hover {
	background: #f39800;
}

.zzmnb1ul {
	width: 300px;
	position: absolute;
	left: 68px;
	top: 185px;
}

.zzmnb1ul li {
	width: 270px;
	height: 27px;
	line-height: 26px;
	font-size: 18px;
	color: #ffffff;
}

.zzmnt2p {
	display: block;
	width: 680px;
	padding-left: 158px;
	line-height: 28px;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
}

.zzmnb2 {
	width: 968px;
	margin: 40px 0 0 -40px;
}

.zzmnb2 li {
	width: 271px;
	height: 256px;
	padding-top: 44px;
	float: left;
	background: #fff;
	position: relative;
	border: #dcdcdc 1px solid;
	-moz-box-shadow: 0px 0px 6px #dcdcdc;
	-webkit-box-shadow: 0px 0px 6px #dcdcdc;
	box-shadow: 0px 0px 3px #dcdcdc;
	margin: 0 0 46px 49px;
}

.zzmnb2t {
	width: 56px;
	height: 53px;
	background: url(../images/another/zzly.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: -22px;
	margin-left: -28px;
	text-align: left;
	line-height: 53px;
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: -0.1em;
}

.zzmnb2 li span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005abf;
	height: 28px;
	line-height: 28px;
}

.zzmnb2 li em {
	padding: 1px 4px;
	text-align: center;
	font-size: 14px;
	color: #ff3b2a;
	background: #fcfbb8;
	font-style: normal;
	margin-left: 20px;
	font-weight: lighter;
}

.zzmnb2 li p {
	display: block;
	width: 218px;
	height:123px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	color: #232323;
	line-height: 26px;
	font-weight: lighter;
}

.zzmnb2 li .aan {
	width: 100%;
	position: relative;
	bottom: 17px;
	left: 0;
}

.zzmnb2 li .aan a {
	display: block;
	width: 91px;
	height: 31px;
	border-radius: 2px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: #10a7ff;
	text-align: center;
	margin: 0 13px 0 25px;
}

.zzmnb2 li .aan a:hover {
	color: #fff;
	background: #f39800;
}

.zzmnb2 li .fbg {
	width: 224px;
	height: 31px;
	line-height: 30px;
	background: url(../images/another/yth.png) no-repeat 35px center #feece9;
	text-indent: 60px;
	font-size: 14px;
	color: #f7472b;
	margin: 0 auto;
	border-radius: 3px;
	position: absolute;
    left: 23px;
}

.zzmnb2 li .tuz {
	width: 158px;
	height: 124px;
	background: url(../images/another/tuz.png) no-repeat center;
	background-size:80% 50%;
	position: absolute;
	left: 83px;
	top: 61px;
	z-index: 99999;
}

.zzmntct {
	width: 100%;
	height: 76px;
	line-height: 76px;
	overflow: hidden;
}

.zzmntct li {
	width: 92px;
	float: left;
	font-size: 20px;
	color: #333333;
	text-indent: 33px;
	font-weight: lighter;
}

.zzmntct input {
	float: right;
	width: 148px;
	height: 42px;
	background: #10a7ff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	margin: 20px 40px 0 0;
	cursor: pointer;
}

.zzmntct input:hover {
	background: #f39800;
}

.zzmntcc {
	width: 1136px;
	margin: 10px auto 0;
	padding: 10px 0;
	border: #ff9000 1px dashed;
	position: relative;
	background: #fff;
}

.zzmntcc p {
	display: 900px;
	margin-left: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
	padding-top:10px;
}

.zzmntcc p strong{display:none;}
.zzmntcbt {
	width: 1138px;
	height: 58px;
	line-height: 58px;
	background: #0fa7ff;
	margin: 26px auto 0;
	overflow: hidden;
	z-index: 9999999999;
}

.zzmntcbt li {
	height: 58px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/another/ybx.jpg) repeat-y right;
}

.zzmntcbt1 {
	width: 1138px;
	height: 58px;
	line-height: 58px;
	background: #0fa7ff;
	position: fixed;
	left: 50%;
	margin-left: -578px;
	top: 142px;
	display: none;
	overflow: hidden;
	z-index: 9999999999;
}

.zzmntcbt1 li {
	height: 58px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/another/ybx.jpg) repeat-y right;
}

.zzmnttli1 {
	width: 104px;
}

.zzmnttli2 {
	width: 325px;
}

.zzmnttli3 {
	width: 78px;
}

.zzmnttli4 {
	width: 68px;
}

.zzmnttli5 {
	width: 95px;
}

.zzmnttli6 {
	width: 114px;
}

.zzmnttli7 {
	width: 202px;
}

.zzmnttli8 {
	width: 152px;
	background: none !important;
}

.menu_list2 {
	width: 1138px;
	margin: 0 auto;
}

.p8a {
	display: block;
	width: 986px;
	height: 58px;
	position: relative;
	float: left;
}

.p8a p {
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/another/ybx.jpg) repeat-y right;
	border-bottom: #cae6f4 1px solid;
	font-weight: lighter;
	
}

.p8a .p1 {
	width: 104px;
	height: 58px;
	line-height: 58px;
}

.p8a .p2 {
	width: 325px;
	height: 58px;
	padding-left: 58px;
	text-align: left;
	padding-top: 17px;
	line-height: 18px;
	color:#0fa7ff;
}

.p8a .p2 span {
	font-size: 14px;
	color: #6c6c6c;
	font-weight: normal;
}

.p8a .p3 {
	width: 78px;
	height: 58px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
}
.p8a .p3 .qgpm_s1{color:#FE4A00;font-weight:bold;font-size:14px;}
.p8a .p3 .qgpm_s2{color:#008800;font-weight:bold;font-size:14px;}
.p8a .p4 {
	width: 68px;
	height: 58px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
}

.p8a .p5 {
	width: 95px;
	height: 58px;
	text-align: center;
}

.p8a .p5 img {
	margin-top: 20px;
}

.p8a .p6 {
	width: 114px;
	height: 58px;
	text-align: center;
}

.p8a .p6 img {
	margin-top: 12px;
	max-width: 116px;
	max-height: 44px;
	width: auto;
	height: auto;
}

.p8a .p7 {
	width: 202px;
	height: 58px;
	line-height: 58px;
}

.menu_head2 {
	display: block;
	width: 152px;
	height: 58px;
	text-align: center;
	padding-top: 17px;
	line-height: 18px;
	background: none;
	float: left;
	border-bottom: #cae6f4 1px solid;
}

.menu_head2 a {
	display: block;
	width: 89px;
	height: 26px;
	line-height: 26px;
	background: #0fa7ff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
	cursor: pointer;
}

.menu_body2 {
	width: 1202px;
	display: none;
	overflow: hidden;
	position: relative;
}

.menu_body2 em {
	display: block;
	width: 120px;
	background: #fff;
	float: left;
	margin-left: -271px;
	margin-top: 52px;
	position: relative;
	z-index: 999;
	text-align: center;
	font-style: normal;
	line-height: 60px;
}

.menu_body2 table input {
	width: 85px;
	height: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #0fa7ff;
	border: #0fa7ff 1px solid;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}

.menu_body2 table input:hover {
	background: #0fa7ff;
	font-size: 14px;
	color: #ffffff;
}

.zzmnbg {
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	border-collapse: collapse;
	position: relative;
	overflow: hidden;
	color: #747474;
}

.zzmnbg tr:nth-child(odd) {
	background: #fff;
}

.zzmnbg tr:nth-child(even) {
	background: #effef7;
}

.gb {
	width: 1138px;
	height: 46px;
	line-height: 46px;
	background: url(../images/another/xsjt.png) no-repeat 537px center #e1f3ff;
	text-indent: 575px;
	cursor: pointer;
	font-size: 16px;
	color: #7f7f7f;
}

/*性格测试倾向*/
.n-xgcs {
	width: 928px;
	float: left;
	background: #fff;
	margin-bottom: 22px;
	-moz-box-shadow: 0px 0px 6px #dcdcdc;
	-webkit-box-shadow: 0px 0px 6px #dcdcdc;
	box-shadow: 0px 0px 3px #dcdcdc;
}

.n-xgcst {
	width: 928px;
	height: 41px;
	background: url(../images/another/nxgc_03.jpg) no-repeat;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	text-indent: 13px;
	letter-spacing: 0.15em;
}

.n-xgcsc {
	width: 860px;
	height: 78px;
	padding: 9px 13px;
	border: #f39800 1px dashed;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	float: left;
	background: #fff;
	margin: 12px 0 0 14px;
}

.n-xgcsc span {
	font-size: 18px;
	color: #f39800;
}

.n-xgcsb {
	width: 532px;
	height: 533px;
	background: url(../images/another/xg_03.jpg) no-repeat;
	float: left;
	margin: 26px 0 0 160px;
	position: relative;
}

.n-xgcsb p {
	display: block;
	width: 131px;
	height: 134px;
	position: absolute;
}

.n-xgp1 {
	left: 0;
	top: 0;
	background: url(../images/another/xgcszh0.gif) no-repeat;
}

.n-xgp2 {
	right: 0;
	top: 0;
	background: url(../images/another/xgcszh1.gif) no-repeat;
}

.n-xgp3 {
	left: 0;
	bottom: 0;
	background: url(../images/another/xgcszh2.gif) no-repeat;
}

.n-xgp4 {
	right: 0;
	bottom: 0;
	background: url(../images/another/xgcszh3.gif) no-repeat;
}

.n-xgcsb li {
	width: 116px;
	height: 84px;
	padding-top: 32px;
	position: absolute;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
}

.n-xgcsb li span {
	font-size: 16px;
	line-height: 16px;
}

.n-xga1 {
	left: 76px;
	top: 77px;
	color: #f5d03b;
}

.n-xga2 {
	right: 76px;
	top: 77px;
	color: #d72017;
}

.n-xga3 {
	left: 76px;
	bottom: 77px;
	color: #3162ae;
}

.n-xga4 {
	right: 76px;
	bottom: 77px;
	color: #359c55;
}

.n-sgks {
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	line-height: 156px;
	padding: 0;
	font-size: 24px;
	color: #0fa7ff;
	left: 34%;
	top: 36%;
	text-align: center;
	z-index: 999;
	font-weight: bold;
	background: url(../images/another/ysjtl.png) no-repeat 140px center;
	letter-spacing: 0.15em;
}
.n-sgks:hover {
	color: #f39800;
	background: url(../images/another/ysjtb.png) no-repeat 140px center;
}
.n-sgks1{
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	line-height: 156px;
	padding: 0;
	font-size: 24px;
	color: #0fa7ff;
	left: 34%;
	top: 92%;
	text-align: center;
	z-index: 999;
	font-weight: bold;
	background: url(../images/another/ysjtl.png) no-repeat 140px center;
	letter-spacing: 0.15em;
}
.n-sgks1:hover {
	color: #f39800;
	background: url(../images/another/ysjtb.png) no-repeat 140px center;
}


.n-xgb {
	width: 831px;
	margin: 51px auto 66px;
	letter-spacing: 0.07em;
	word-break: break-all;
}

.n-xgb li {
	width: 100%;
	line-height: 25px;
	display: none;
}

.n-xgb li span {
	font-size: 16px;
	color: #282828;
}

.n-xgb li p {
	font-size: 14px;
	color: #282828;
}

.n-xgb li p span {
	font-size: 14px;
	color: #282828;
	font-weight: bold;
}

/*职业测试定稿*/
.n-zycsb {
	width: 617px;
	height: 693px;
	background: url(../images/another/zycsdg_03.jpg) no-repeat;
	float: left;
	margin: 26px 0 0 160px;
	position: relative;
}

.n-zycsb li {
	display: block;
	width: 122px;
	height: 106px;
	position: absolute;
	/*cursor: pointer;*/
}

.n-zyli1 {
	left: 249px;
	top: 24px;
	background: url(../images/another/zycs0.png) no-repeat;
}

.n-zyli2 {
	left: 435px;
	top: 124px;
	background: url(../images/another/zycs1.png) no-repeat;
}

.n-zyli3 {
	left: 434px;
	top: 372px;
	background: url(../images/another/zycs2.png) no-repeat;
}

.n-zyli4 {
	left: 248px;
	top: 474px;
	background: url(../images/another/zycs3.png) no-repeat;
}

.n-zyli5 {
	left: 60px;
	top: 371px;
	background: url(../images/another/zycs4.png) no-repeat;
}

.n-zyli6 {
	left: 61px;
	top: 123px;
	background: url(../images/another/zycs5.png) no-repeat;
}

.n-zyks {
	display: block;
	position: absolute;
	width: 208px;
	height: 60px;
	line-height: 58px;
	padding: 0;
	font-size: 24px;
	color: #fff;
	left: 208px;
	top: 296px;
	text-align: center;
	z-index: 999;
	font-weight: bold;
	background: url(../images/another/ysjtlb.png) no-repeat 170px center;
	letter-spacing: 0.15em;
}

.n-zyks:hover {
	color: #f39800;
	background: url(../images/another/ysjtb.png) no-repeat 170px center;
}

.zycsjs {
	font-size: 16px;
	color: #0e0e0e;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 174px;
	top: 166px;
	letter-spacing: 0.1em;
}

.zycsjs2 {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 190px;
	top: 392px;
	letter-spacing: 0.1em;
}

.n-zyb {
	width: 834px;
	float: left;
	margin: 51px 0 50px 47px;
	word-break: break-all;
	letter-spacing: 0.09em;
}

.n-zyb li {
	width: 100%;
	line-height: 25px;
	display: none;
}

.n-zyb li span {
	font-size: 16px;
	color: #282828;
	font-weight: bold;
}

.n-zyb li p {
	font-size: 14px;
	color: #282828;
}

/*院校介绍-院校导航-定稿*/
.yxjs2 {
	width: 921px;
	height: auto;
	background: #fff;
	float: left;
	margin-right: 29px;
	margin-bottom: 13px;
	padding-bottom: 44px;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
}

.xm2 {
	width: 100%;
	height: 55px;
	border-bottom: #cccccc 1px solid;
}

.xm2 span {
	line-height: 54px;
	font-size: 20px;
	color: #282828;
	font-family: "微软雅黑";
	margin-left: 34px;
	font-weight: bold;
}

.yxjj2 {
	width: 100%;
}

.yxjj-l2 {
	width: 205px;
	height: 218px;
	padding: 18px 15px;
	border: #c6c6c6 1px solid;
	float: left;
	margin: 35px 0 0 33px;
}

.yxjj-r2 {
	width: 600px;
	float: left;
	margin: 24px 0 0 24px;
}

.yxjj-r2 li {
	width: 276px;
	font-size: 14px;
	color: #282828;
	line-height: 35px;
	height: 35px;
	float: left;
	margin-left: 24px;
}

.yxjj-r2 a {
	display: block;
	width: 92px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0fa7ff;
	color: #fff;
	font-size: 14px;
	margin-left: 26px;
	float: left;
	border-radius: 2px;
	margin-top: 23px;
}

.yxjj-r2 a:hover {
	background: #f39800;
}

/*内页锚定样式*/
.indexnav_wrap2 {
	width: 100%;
	height: 50px;
	padding: 31px 0 0 0;
}

.indexnav_wrap2 .index_nav2 { /* margin: 10px auto; */
	width: 855px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.indexnav_wrap2 .index_nav2 li {
	text-align: center;
	float: left;
}

.indexnav_wrap2 .index_nav2 a {
	display: block;
	width: 120px;
	height: 41px;
	padding-top: 8px;
	color: #0fa7ff;
	border: #bfbfbf 1px solid;
	margin-left: -1px;
}

.indexnav_wrap2 .index_nav2 a span {
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
}

.indexnav_wrap2 .index_nav2 a em {
	line-height: 16px;
	font-size: 12px;
	font-style: normal;
}

.indexnav_wrap2 .index_nav2 a:hover, .indexnav_wrap .index_nav a:active,
	.indexnav_wrap .index_nav a.active {
	border: #f39800 1px solid;
	position: relative;
	z-index: 9;
	color: #f39800;
}

.indexnav_wrap2 .index_nav2 .on {
	border: #f39800 1px solid;
	position: relative;
	z-index: 9;
	color: #f39800;
}

.indexnav_wrap2 .index_nav2 * {
	
}

.yxjsnr2 {
	width: 855px;
	margin: 17px auto;
}

.yxjsnr2 li {
	display: none;
}

.yxjsnr2 li span {
	font-size: 18px;
	color: #282828;
	line-height: 50px;
	font-weight: bold;
}

.yxjsnr2 li p {
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	margin-bottom: 18px;
}

/*院校介绍-院校导航-定稿2*/
.yxjs3 {
	width: 1200px;
	height: auto;
	padding-bottom: 44px;
}

.xm3 {
	width: 100%;
	height: 55px;
	border-bottom: #cccccc 1px solid;
}

.xm3 span {
	line-height: 54px;
	font-size: 20px;
	color: #282828;
	font-family: "微软雅黑";
	margin-left: 34px;
	font-weight: bold;
}

.yxjj3 {
	width: 1200px;
	height: 277px;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
	background: #fff;
}

.yxjj-l3 {
	width: 152px;
	height: 156px;
	border: #c6c6c6 1px solid;
	margin: 34px 0 0 32px;
	float: left;
}

.yxjj-r3 {
	width: 988px;
	float: left;
	margin: 24px 0 0 24px;
}

.yxjj-r3 li {
	width: 216px;
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	height: 30px;
	float: left;
	margin-left: 24px;
}

.yxjj-r3 a {
	display: block;
	width: 92px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0fa7ff;
	color: #fff;
	font-size: 14px;
	margin-left: 26px;
	float: left;
	border-radius: 2px;
	margin-top: 23px;
}

.yxjj-r3 a:hover {
	background: #f39800;
}

.index_nav3 { /* margin: 10px auto; */
	width: 740px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	float: right;
}

.index_nav3 li {
	text-align: center;
	float: left;
	background: url(../images/another/yxjsdh_03.jpg) no-repeat right 17px;
}

.index_nav3 a {
	display: block;
	width: 120px;
	height: 46px;
	padding-top: 11px;
	color: #0fa7ff;
}

.index_nav3 a span {
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	color: #0fa7ff;
	margin-left: 0;
}

.index_nav3 a em {
	line-height: 16px;
	font-size: 12px;
	font-style: normal;
}

.index_nav3 a:hover, .indexnav_wrap .index_nav a:active, .indexnav_wrap .index_nav a.active
	{
	color: #f39800;
	background:#fff;
}

.index_nav3 a:hover span {
	color: #f39800;
}

.index_nav3 .on {
	color: #f39800;
}

.index_nav3 .on span 
{
	color: #f39800;
	font-size:20px;
	border-style: solid;
	border-color: #000000 #000000 #f39800 #000000;
	border-width: 0px 0px 3px 0px;
	padding-bottom:5px;
}

.index_nav3 .on a {
	color: #f39800;
}

.index_nav3 * {
	
}

.yxjsnr3 {
	width: 1200px;
	margin: 0 auto;
}

.yxjsnr3 li {
	width: 1200px;
	background: url(../images/another/yylit.png) no-repeat #fff;
	-moz-box-shadow: 0px 4px 5px #dfdfdf;
	-webkit-box-shadow: 0px 4px 5px #dfdfdf;
	box-shadow: 0px 4px 5px #dfdfdf;
	margin-top: 21px;
	overflow: hidden;
	position: relative;
}

.yxjsnr3 li .yyzsj {
	width: 1166px;
	padding-left: 34px;
	height: 37px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	text-align: left;
}

.yxjsnr3 li .yybt {
	font-size: 18px;
	color: #282828;
	line-height: 50px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}

.yxjsnr3 li .yynr {
	width: 1132px;
	height: 104px;
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.yxjsnr3 li .yynr p {
	margin-bottom: 14px;
}

.yxjsnr3 li .yydb {
	width: 122px;
	height: 15px;
	margin: 0 auto;
	margin-top: 5px;
	background: url(../images/another/yyxjt.png) no-repeat;
	margin-bottom: 22px;
	cursor: pointer;
}

.yxjsnr3 li .mohu {
	width: 1130px;
	margin: -8px auto 0;
}

.yxjsnr3 li .mohu img {
	display: block;
	width: 1130px;
	height: auto;
}

.yytabl {
	border-collapse: collapse;
	vertical-align: middle;
	border-top: #0fa7ff 2px solid;
	margin-bottom: 8px;
}

.yytabl tr:nth-child(odd) {
	background: #f7f7f7;
}

.yytabl td {
	height: 39px;
	overflow: hidden;
	word-break: break-all;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}

.yytabld {
	width: 100%;
	font-size: 14px;
	color: #1d1d1d;
	border-top: #dadada 1px dashed;
	padding: 2px 0 2px;
	background: none;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent: 45px;
	text-align: left;
}

.yytabl td>div:first-child {
	border-top: none;
}

.yytabld span {
	display: block;
	width: 82px;
	line-height: 18px;
	float: left;
	text-align: right;
	text-indent: 0;
}

.yytabld em {
	display: block;
	font-style: normal;
	width: 130px;
	line-height: 18px;
	float: left;
	text-align: left;
	border-left: #dadada 1px dashed;
	padding: 0 10px;
	text-indent: 0;
}

/* 专家咨询一对一 */
.ydyzx_1 {
	width: 925px;
	height: auto;
	border: 1px solid #E6E6E6;
	margin-bottom:100px;
}

.ydyzx_1 .ydyzx_1_top {
	width: 100%;
	height: 50px;
	margin-top: 27px;
	border-bottom: 1px solid #D8D8D8;
}

.ydyzx_1 .ydyzx_1_top h1 {
	width: 194px;
	line-height: 50px;
	font-size: 36px;
	font-weight: 600;
	border-bottom: 3px solid #0FA6FF;
	margin: 0 auto;
}

.ydyzx_1_top1{
	width:386px;
	font-size:18px;
	margin:25px auto 0 auto;
}
.ydyzx_1_top1 span{
	padding:0 9px;
}

.zxlc_11{
	width:102px;
	height:42px;
	margin:50px 0 0 32px;	
}

.zxlc_11 h2{
	font-size:24px;
}

.zxlc_11 p{
	font-size:10px;
	color:#7A7A7A;
	text-align:center;
	letter-spacing:1px;
}

.zxlc_blt{
	width:844px;
	height:86px;
	margin:22px auto 0 auto;
	background:url(../images/another/zxlc_bj1.jpg) no-repeat center;
	position:relative;
}

.zxlc_blt .lsyq_0{
	width:70px;
	height:70px;
	background:#fff;
	border:1px solid #10A7FF;
	border-radius:50%;	
	cursor:pointer;
}

.zxlc_blt .lsyq_00{
	background:#F19601;
	border:1px solid #F19601;	
}
.zxlc_blt .lsyq_1{
	position:absolute;
	top:7px;
	left:34px;
}
.zxlc_blt .lsyq_2{
	position:absolute;
	top:7px;
	left:175px;
}
.zxlc_blt .lsyq_3{
	position:absolute;
	top:7px;
	left:317px;
}
.zxlc_blt .lsyq_4{
	position:absolute;
	top:7px;
	left:459px;
}
.zxlc_blt .lsyq_5{
	position:absolute;
	top:7px;
	left:601px;
}
.zxlc_blt .lsyq_6{
	position:absolute;
	top:7px;
	left:740px;
}

.lsyq_0 .hsyq_0{
	width:58px;
	height:58px;
	margin:5px;
	border-radius:50%;
	background:#C9C9C9;
	border:none;
}

.lsyq_0 .hsyq_00{
	background:#10A7FF;
	
}
.lsyq_0 .hsyq_0 p{
	font-size:16px;
	color:#fff;
	text-align: center;
	padding:7px;
	font-weight:600;
}

.xsj_xsj{
	width:780px;
	height:9px;
	margin:4px auto 0 auto;
	position:relative;
}

.xsj_xsj .xsj_0{
	width:12px;
	height:9px;
	background:url(../images/another/zxlc_xsj.jpg) no-repeat center;
}

.xsj_xsj .xsj_1{
	display:block;
	position:absolute;
	top:0;
	left:30px;
}
.xsj_xsj .xsj_2{
	display:none;
	position:absolute;
	top:0;
	left:172px;
}
.xsj_xsj .xsj_3{
	display:none;
	position:absolute;
	top:0;
	left:314px;
}
.xsj_xsj .xsj_4{
	display:none;
	position:absolute;
	top:0;
	left:456px;
}
.xsj_xsj .xsj_5{
	display:none;
	position:absolute;
	top:0;
	left:600px;
}
.xsj_xsj .xsj_6{
	display:none;
	position:absolute;
	top:0;
	left:740px;
}

.lgnr_k{
	margin-bottom:30px;
}


.lgnr_k_one{
	width:844px;
	margin:42px auto 0 auto;
}
.lgnr_k_one .lgnr_k_one_list{
	width: 844px;
	border-bottom:1px solid #0BA8F7;
	position:relative;
}
.lgnr_k_one .lgnr_k_one_list li{
	float:left;
	position:relative;
	bottom:-10px;
	width:162px;
	height:37px;
	margin-right:7px;
	background:#EBEBEB;
	color:#B5B5B5;
	font-size:16px;
	line-height:37px;
	text-align:center;
	letter-spacing:2px;
	font-weight:600;
}

.lgnr_k_one .lgnr_k_one_list li.jjjj{
	float:left;
	position:relative;
	bottom:0;
	width:162px;
	height:47px;
	margin-right:7px;
	background:#fff;
	color:#10A7FF;
	font-size:16px;
	line-height:47px;
	text-align:center;
	letter-spacing:2px;
	font-weight:600;
	border:1px solid #10A7FF;
}
.wghz_k{
	width:844px;
	margin:0 auto;
}
.wghz_k .wghz_k_one{
	width:100%;
}
.wghz_k .wghz_k_one .hhh333{
	padding-top: 52px;
	font-size:18px;
}
.wghz_k .wghz_k_one .pppp{
	padding-top: 25px;
	line-height:25px;
	font-size:14px;
	text-indent:2em;
}

.wghz_k .wghz_k_one .ydyzx_bt{
	width:844px;
	height:50px;
	padding-top:32px;
}
.ydyzx_bt1{
	position:fixed;	
	top: -32px;
	left: 52%;
	margin-left: -603px;
}

.ydyzx_bt ul li{
	float:left;
	width:210px;
	background:#10A7FF;
	color:#fff;
	font-size:18px;
	line-height:50px; 
	text-align:center;
	border-right:1px solid #BEBEBE;
}

.ydyzx_bg tr{height:135px;}

.ydyzx_bg td{
	width:210px;
	text-align: center;
	vertical-align: middle;
}
.ydyzx_bg b{
	font-size: 14px;
	font-weight:normal;
}

.zcpt {
	width: 145px;
	height:35px;
	margin-top: 32px;
}

.zcpt h4 {
	font-size: 16px;
	color: #2A2A2A;
}

.zcpt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
	padding-left:5px;
	
}

.jzpj1{
	height:155px;
	border-bottom:1px dashed #A1A1A1;
}
.jzpj_nr{
	height:140px;
	margin-top:46px;
}
.jzpj_nr_tx{
	width:50px;
	height:98px;
	float:left;
}
.jzpj_nr_tx p{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#272727;
}
.jzpj_nr_jzhp{
	width:32px;
	height:48px;
	float:left;
	margin-left:24px;
}
.jzpj_nr_jzhp h4{
	font-size:16px;
}
.jzpj_nr_fwpj{
	width:702px;
	height:140px;
	margin-left:35px;
	float:left;
}
.jzpj_nr_fwpj_xx ul li{
	float:left;
	width:204px;
	height:16px;
	margin-right:17px;
}
.jzpj_nr_fwpj_xx ul li img{
	display:inline-block;
	margin:0 2px;
	height:16px;
}
.jzpj_nr_fwpj_p{
	height:90px;
	margin-top:17px;
	font-size:14px;
	line-height:26px;
	color:#404040;
	overflow:hidden;
}
.jzpj_nr_fwpj_sj{
	margin-top:8px;
	font-size:12px;
	color:#A2A2A2;
}

.lgnr_k_two{
	width:782px;
	margin:74px auto 0 auto;
}
.gmfw_111 span{
	font-size:16px;
	color:#000;
}
.gmfw_111 a{
	display:block;
	width:114px;
	height:30px;
	border-radius:3px;
	background:#10A7FF;
	font-size:16px; 
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:30px;
}

.lgnr_k_three{
	width:842px;
	margin:21px auto 0 auto;
}
.ysmdmcwts{
	width:100%;
	height:80px;
	background:#FFFEE2;
	margin-bottom:22px;
	border:1px solid orange;
	display:none;
}
.ysmdmjs{
	width:100%;
	height:auto;
	background:#FFFEE2;
	border:1px solid orange;
	
}

.ysmdmjs p{
	margin:0 28px;
	padding:18px 0;
}



.wlk_kl,.bkbiqx,.zxzxhxk,.zxzytb,.xfyq_1,.zxhyx_lx,
.ztyyx_lx,.zxhdzy_lx,.ztydzy_lx,.zxqddf,.zbxqddf,.cjzhymjr,.cjdymjr{
	position:relative;
}

.wlk_kl_xx{
	position:absolute;
	width:186px;
}

.wlk_kl select{
	position:absolute;
	width:110px;
	top:3px;
	left:65px;
	border:none;
}

.bkbiqx select{
	position:absolute;
	width:110px;
	top:3px;
	left:65px;
	border:none;
}

.zxzxhxk input{
	position:absolute;
	width:186px;
	height:32px;
	top:0;
	left:-2px;
	border:none;
}
.zxzxhxk img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.zxqddf input{
	position:absolute;
	width:186px;
	height:32px;
	top:0;
	left:-2px;
	border:none;
}
.zxqddf img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.zxzytb select{
	position:absolute;
	width:137px;
	top:3px;
	left:38px;
	border:none;
}

.xfyq_1 select{
	position:absolute;
	width:137px;
	top:3px;
	left:38px;
	border:none;
}

.zxhyx_lx input{
	position:absolute;
	width:511px;
	top:0;
	left:0;
	border:none;
}
.zxhyx_lx img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.ztyyx_lx input{
	position:absolute;
	width:511px;
	top:0;
	left:0;
	border:none;
}
.ztyyx_lx img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.zxhdzy_lx input{
	position:absolute;
	width:511px;
	top:0;
	left:0;
	border:none;
}
.zxhdzy_lx img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.ztydzy_lx input{
	position:absolute;
	width:511px;
	top:0;
	left:0;
	border:none;
}
.ztydzy_lx img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.zbxqddf input{
	position:absolute;
	width:511px;
	top:0;
	left:0;
	border:none;
}
.zbxqddf img{
	position:absolute;
	top: 3px;
	right: 6px;
}
.cjzhymjr select{
	position:absolute;
	width:110px;
	top:17px;
	left:65px;
	border:none;
}
.cjdymjr select{
	position:absolute;
	width:110px;
	top:17px;
	left:66px;
	border:none;
}
.xuanze_sf{
	position:relative;
}
.xuanze_sf input[type="radio"]{
	width:15px;
	height:15px;
	
/* 	display: none; */
}
/* .xuanze_sf label{
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #D5D5D5;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 4px;
	cursor:pointer;
} */
/* .xuanze_sf label:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #A6A6A6;
	border-radius: 50%;
	transform: scale(1);
	z-index: 999;
} */
.xuanze_sf input[type="radio"]:checked + label {
    background-color: #F89400;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.xuanze_sf input[type="radio"]:checked + label::after {
    background-color: #fff;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.xuanze_sf p{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px 0 10px;
}
/* 
.tcbgbhk{
	width:600px;
	height:100px;
	margin:46px  auto;
	position:relative;
}
.tcbgbhk p{
	display:inline-block;
	font-size:14px;
	color:red;
	height:100px;
	line-height:100px;
	position:relative;
	bottom:40px;
	left:0;
}
.tcbgbhk textarea{
	display:inline-block;
	width:398px;
	height:100px;
	border:1px solid #000;
}
.tcbgbhk input{
	display:inline-block;
	width:102px;
	height:32px;
	border:none;
	background:rgb(0,129,204);
	color:#fff;
	font-size:14px;
	position:relative;
	left:19px;
	bottom:41px;
	
} */
/*专家咨询-服务评价*/
.lgnr_k_six{
	width:842px;
	margin:62px auto 0 auto;
}

.zjzx-jzpj {
	width: 100%;

}

.zjzx-jzpj-t {
	width: 600px;
}

.zjzx-jzpj-t span {
	width: 600px;
	height: 22px;
	line-height: 20px;
	border-left: #f39800 2px solid;
	font-size: 18px;
	color: #404040;
	text-align: center;
	padding-left: 10px;
	font-weight: bold;
}

.zjzx-jzpj-c {
	width: 100%;
	margin-top:28px;
}
.zjzx-jzpj-c ul li{
	float:left;
	width:204px;
	height:14px;
	margin-right:17px;

}
.zjzx-jzpj-c ul li img{
	display:inline-block;
	margin:0 2px;
	height:14px;
}
.zjzx-jzpj-c ul li span{
	font-size: 14px;
}
	
.zjzx-jzpj-c-d{
	width:100%;
	margin-top:25px;
}
.zjzx-jzpj-c-d p{
	float:left;
	width:28px;
	font-size:14px;
	color:#414141;
}
.zjzx-jzpj-c-d textarea{
	float:right;
	width:790px;
	height:126px;
	padding:10px;
	border: #7f9db9 1px solid;
	border-radius: 3px;
	font-size:14px;
}

.pjxz_jzxs{
	margin:12px 0 0 52px;
	padding-bottom:90px;
}

.pjxz_jzxs ul li{
	float:left;
	height:36px;
}

.pjxz_jzxs ul li input[type="radio"]{
	display: none;
}
.pjxz_jzxs ul li label{
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #D5D5D5;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 4px;
	cursor:pointer;
}
.pjxz_jzxs ul li label:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #A6A6A6;
	border-radius: 50%;
	transform: scale(1);
	z-index: 999;
}
.pjxz_jzxs ul li input[type="radio"]:checked + label {
    background-color: #F89400;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.pjxz_jzxs ul li input[type="radio"]:checked + label::after {
    background-color: #fff;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.pjxz_jzxs ul li p{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px 0 10px;
}

.tjpj input{
	width: 126px;
	height:36px;
	font-size:16px;
	color:#fff;
	background:#10A7FF;
	border-radius:4px;
	cursor:pointer;
	margin-left:10px;
}

.tjpj input:hover {
	border: #f39800 1px solid;
	background: #f39800;
	color: #fff;
}


/*性格测试试题页面开始*/
.ch_list_head{
    width: 188px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    background: #FE9254;
    position: relative;
	left: 30px;
	top:15px;
}
.ch_list_test{
    width:1140px;
    margin:0 auto;
    padding:40px 0;

}
.ch_list_ts{
    width:100%;
    height:120px;
    border:1px dashed #F19800;
    margin-top: 20px;
    position: relative;
}
.ch_list_ts p{
    width: 1052px;
    margin: 35px auto;
    line-height: 25px;
    font-size: 14px;
    color: #747474;
}
.ch_list_ts p span{color:#282828;}
.ch_list_tst1{
    position: absolute;
    top: -20px;
    left: 25px;
}
.ch_list_tst2{
    position: absolute;
    top: -20px;
    left: 19px;
}
.ch_list_test_page{
    width: 100%;
    margin-top: 34px;
}
.ch_list_test_page ul{
    width: 100%;
    height: 52px;
    border-bottom: 2px solid #10A7FF;
    position: relative;
}
.ch_list_test_page ul li.ch_list_test_page_li_xg{
    float: left;
    position: relative;
    bottom: -6px;
    width: 275px;
    height: 45px;
    background: #EBEBEB;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #747474;
    margin-right: 12px;
    cursor: pointer;
}
.ch_list_test_page ul li.ch_list_test_page_li_xx{
	float: left;
	position: relative;
	bottom: -5px;
	width: 179px;
	height: 45px;
	background: #EBEBEB;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color: #747474;
	margin-right: 12px;
	cursor: pointer;
}
.ch_list_test_page_li_xx1{
	float: left;
	position: relative;
	bottom: -5px;
	height: 45px;
	background: #EBEBEB;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color: #747474;
	padding: 0 6px;
	margin-right: 5px;
	cursor: pointer;
}

.ch_list_test_page ul li.ch_list_test_page_li{
    float: left;
    position: relative;
    bottom: 2px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    font-size: 20px;
    color: #10A7FF;
    border: 1px solid #10A7FF;
    background: #fff;
}
.ch_list_test_page_li1{
	float: left;
    position: relative;
    bottom: 2px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin-right: 5px;
    color: #10A7FF;
    border: 1px solid #10A7FF;
    background: #fff;
}
.ch_list_test_page_questions{width: 100%;}
.ch_list_test_page_questions_ch{
    width: 100%;
    height: 110px;
    border-bottom: 1px dashed #10A7FF;
}
.ch_list_test_page_questions_ch p{
    width: 100%;
    height: 16px;
    font-size: 16px;
    color: #282828;
    padding: 26px 0 0 16px;
}
.ch_list_test_page_questions_ch p span{
    display: inline-block;
    margin-right: 106px;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    cursor: pointer;
}
.ti .answer{

    margin-right: 0;
}
.syb_xyb{
    width: 410px;
    height: 40px;
    margin: 52px auto;
}
.syb_xyb a{
    display: inline-block;
    width: 114px;
    height: 40px;
    line-height: 40px;
    background: #10A7FF;
    color:#fff;
    margin: 0 44px;
    text-align: center;
    border-radius: 4px;

}
/*性格测试试题页面结束*/
/*性格测试结果页面开始*/
.ch_ts{
	font-size: 14px;
	color: #232323;
}
.ch_test_result_xg{
	width: 1000px;
	height: 504px;
	margin: 30px auto;
	position: relative;
}
.list_title1{
	position: absolute;
	top:42px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title2{
	position: absolute;
	top:92px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title3{
	position:absolute;
	top:142px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title4{
	position: absolute;
	top:191px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title5{
	position: absolute;
	top:242px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title6{
	position: absolute;
	top:291px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title7{
	position: absolute;
	top:342px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title8{
	position: absolute;
	top:392px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.list_title9{
	position: absolute;
	top:442px;
	left:14px;
	font-size: 14px;
	color: #232323;
}
.test_jdt1{
	width: 432px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:35px;
}
.test_jdt2{
	width: 354px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:86px;
}
.test_jdt3{
	width: 480px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:137px;
}
.test_jdt4{
	width: 760px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:187px;
}
.test_jdt5{
	width: 354px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:237px;
}
.test_jdt6{
	width: 528px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:286px;
}
.test_jdt7{
	width: 640px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:336px;
}
.test_jdt8{
	width: 390px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:386px;
}
.test_jdt9{
	width: 880px;
	height: 30px;
	background: #F7AD40;
	position: absolute;
	left: 74px;
	top:438px;
}
.test_js{
	width: 100%;
	margin: 56px 0;
}
.test_js h6{
	font-size: 14px;
	color: #282828;
	line-height:50px;
}
.test_js p{
	font-size: 14px;
	color: #282828;
	line-height: 25px;
}
.test_js p span{
/* 	font-weight: bold; */
}
/*性格测试结果页面结束*/
/*学习压力测试结果页面开始*/
.ch_test_result_xx{
	width: 640px;
	height: 408px;
	margin: 60px auto;
	font-size:16px;
	position: relative;
}
.list_title11{
	position: absolute;
	top:0;
	left:16px;
	font-size: 14px;
	color: #232323;
}
.list_title12{
	position: absolute;
	top:74px;
	left:19px;
	font-size: 14px;
	color: #232323;
}
.list_title13{
	position: absolute;
	top:148px;
	left:19px;
	font-size: 14px;
	color: #232323;
}
.list_title14{
	position: absolute;
	top:222px;
	left:19px;
	font-size: 14px;
	color: #232323;
}
.list_title15{
	position: absolute;
	top:296px;
	left:19px;
	font-size: 14px;
	color: #232323;
}
.list_title16{
	position: absolute;
	top:368px;
	left:19px;
	font-size: 14px;
	color: #232323;
}
.test_jdt11{
	width: 50px;
	height:240px;
	background: #F7AD40;
	position: absolute;
	left: 123px;
	bottom:30px;
}
.test_jdt12{
	width: 50px;
	height:218px;
	background: #F7AD40;
	position: absolute;
	left: 245px;
	bottom:30px;
}
.test_jdt13{
	width: 50px;
	height:196px;
	background: #F7AD40;
	position: absolute;
	left: 367px;
	bottom:30px;
}
.test_jdt14{
	width: 50px;
	height:186px;
	background: #FF3334;
	position: absolute;
	left: 489px;
	bottom:30px;
}
.test_jdt15{
	width: 50px;
	height:100px;
	background: #F7AD40;
	position: absolute;
	left:611px;
	bottom:30px;
}
.list_bottom1{
	position: absolute;
	bottom:0;
	left:127px;
	font-size: 14px;
	color: #232323;
}
.list_bottom2{
	position: absolute;
	bottom:0;
	left:245px;
	font-size: 14px;
	color: #232323;
}
.list_bottom3{
	position: absolute;
	bottom:0;
	left:367px;
	font-size: 14px;
	color: #232323;
}
.list_bottom4{
	position: absolute;
	bottom:0;
	left:488px;
	font-size: 14px;
	color: #232323;
}
.list_bottom5{
	position: absolute;
	bottom:0;
	left:615px;
	font-size: 14px;
	color: #232323;
}
/*学习压力测试结果页面结束*/
/*职业倾向测试题页面开始*/
.ch_list_test_page_questions_job_ch{
	width: 100%;
	height: 68px;
	border-bottom: 1px dashed #10A7FF;
	position: relative;
}
.ch_list_test_page_questions_job_ch p{
	width: 100%;
	height: 16px;
	font-size: 16px;
	color: #282828;
	padding: 26px 0 0 16px;
}
.ch_yes_no{
	position: absolute;
	right: 0;
	top: 22px;
}
.ch_yes_no input[type=radio]{display: none;}
.ch_yes_no label{
	width: 103px;
	height: 26px;
	margin-left: 26px;
	background: #10A7FF;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
/* .ch_yes_no input[type=radio]:checked+label{background: #F39801;} */
.ch_yes_no label.bg_color{background: #F39801;}
/*职业倾向测试题页面结束*/
/*职业倾向测试结果页面开始*/
.ch_test_result_job{
	width: 100%;
	height: 520px;
	margin-top: 92px;
}
.ch_test_result_job_img{
	float: left;
	width: 515px;
	height: 100%;
	position: relative;
}
.list_title21{
	position: absolute;
	top:0;
	left:231px;
	font-size: 18px;
	color: #282828;
}
.list_title22{
	position: absolute;
	top:131px;
	left:0;
	font-size: 18px;
	color: #282828;
}
.list_title23{
	position: absolute;
	top:377px;
	left:0;
	font-size: 18px;
	color: #282828;
}
.list_title24{
	position: absolute;
	bottom:0;
	left:232px;
	font-size: 18px;
	color: #282828;
}
.list_title25{
	position: absolute;
	top:377px;
	right:0;
	font-size: 18px;
	color: #282828;
}
.list_title26{
	position: absolute;
	top:131px;
	right: 0;
	font-size: 18px;
	color: #282828;
}
.list_num1{
	position: absolute;
	top: 35px;
	left: 233px;
	font-size: 12px;
	color: #757575;
}
.list_num2{
	position: absolute;
	top: 75px;
	left: 236px;
	font-size: 12px;
	color: #757575;
}
.list_num3{
	position: absolute;
	top: 114px;
	left: 236px;
	font-size: 12px;
	color: #757575;
}
.list_num4{
	position: absolute;
	top: 154px;
	left: 236px;
	font-size: 12px;
	color: #757575;
}
.list_num5{
	position: absolute;
	top: 194px;
	left: 236px;
	font-size: 12px;
	color: #757575;
}
.ch_test_result_job_img img{
	position: absolute;
	top:20px;
	left: 10px;
}
.ch_test_result_job_zs{
	float: right;
	width: 515px;
	height: 100%;
}
.ch_test_result_job_zs div{
	width: 100%;
	padding-bottom: 90px;
	position: relative;
}
.ch_test_result_job_zs div p{
	float: right;
	width: 472px;
	line-height: 30px;
	font-size: 14px;
	color: #282828;
	position: relative;
	top: -7px;
}
.ch_test_result_job_zs div span{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
}
/*职业倾向测试结果页面结束*/

/*学习测试页面*/
.xxyldg{ 
	width:546px; 
	height:546px; 
	background:url(../images/another/123.jpg) no-repeat; 
	float:left; 
	margin:12px 0 0 158px; 
	position:relative;
}
.xx_dq{position:relative;}
.xx_db_circle{
	width:80px; 
	height:80px; 
	background:#178DD3; 
	border-radius:50%; 
	position:absolute;
}
.xx_db_circle11{background:#CACACA;}
.xx_sb{position:relative;}
.xx_sb_circle{
	width:70px; 
	height:70px; 
	text-align:center;
	background:#E4E4E4; 
	font-size:16px; 
	font-weight:bold; 
	color: #0DA8FB;
	border-radius:50%; 
	position:absolute;
	cursor:pointer;
}
.xx_sb_circle11{background:#0B7DBC; color:#FFFFFD;}
.n-zyb2{ width:834px; float:left; margin:51px 0 50px 47px;  word-break:break-all; letter-spacing:0.09em;}
.n-zyb2 li{ width:100%; line-height:25px; display:none;}
.n-zyb2 li span{ font-size:16px; color:#282828; font-weight: bold;}
.n-zyb2 li p{ font-size:14px; color:#282828;}

.alert_box{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2000px;
	background:rgba(0,0,0,0.8);
	z-index:9999;
}
.alert_box0{
	position:relative;
	width:750px;
	height:400px;
	top:130px;
	left:25%;
}
.alert_box .alert_box1{
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
}
.alert_box .alert_box2{
	position:absolute;
	top:0;
	right:0;
	z-index:99999;
	cursor:pointer;
}	
.wjmm{
	height:528px;
	border:1px solid #D6D6D6;
	margin-bottom:38px;
}	
.wjmm_top{
	width:1200px;
	height:30px;
	border-bottom:1px solid #E5E5E5;
	background:#F9F9F9;
	padding-left:10px;	
	margin-bottom:5px;
}
.wjmm_top img{
	display:block;
	float:left;
}
.wjmm_top h6{
	float:left;
	font-size:14px;
	color:#FC211F;
	line-height:30px;
	margin-left:5px;
}
.wjmm1{
	width:1184px;
	height:490px;
	border:1px solid #E6E6E6;
	margin:0 auto;
	padding-top:92px;
}
.wjmm_form{
	width:368px;
	height:400px;
	margin:0 auto;
}
.wjmm_form input{
	display:block;
	width:368px;
	height:30px;
	border:1px solid #7FB0D9;
	border-radius:2px;
	padding-left:10px;
	margin-bottom:12px;
	font-size:16px;
	color:#B1B1B1;
}
.wjmm_form input.yzm0{
	width:180px;
	float:left;
}
.yzm1{
	display:block;
	widht:80px;
	height:30px;
	float:left;
	margin-left:10px;
}
.wjmm_form a{
	display:block;
	width:58px;
	height:30px;
	float:left;
	line-height:30px;
	font-size:14px;
	text-align:center;
	color: #007bb2;
	text-decoration: underline #007bb2;
}
.wjmm_form input.hqyzm0{
	float:left;
	width:140px;
	text-align:center;
	background:#10A7FF;
	color:#fff;
	font-size:14px;
	margin-left:48px;
	padding-left:0;
	border-radius: 4px;
	cursor:pointer;
}
.wjmm_form input.hqyzm1{
	background:#ccc;
}
.wjmm_form input.mm_bc{
	
	width:102px;
	background:#10A7FF;
	color:#fff;
	padding-left:0;
	border-radius: 4px;
	margin:5px auto 0 auto;
	cursor:pointer;	
}

.wjmm_form input.mm_bc:hover{background:#F39801;}
.load0{
	display:none;
	width:928px;
	height:356px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
}
.load0 img{
	position:absolute;
	top:20%;
	left:48%;
}
.xzybutton
{
    float:right;
    font-size:17px;
    margin-right:20px;
    border-radius:5px;
    background-color:#10A7FF;
    height:35px;
    line-height:35px;
    color:white;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
    user-select:none;
}
.xzybutton:hover
{
    background-color:#F39800;
}
.xzybutton_nohover
{
    float:right;
    font-size:17px;
    margin-right:20px;
    border-radius:5px;
    background-color:#10A7FF;
    height:35px;
    line-height:35px;
    color:white;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
    user-select:none;
}
