@charset "utf-8";

/* reset */


html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Microsoft Yahei', Airal;
}

html,
body,
p,
i,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font: 14px/1.5 "Microsoft Yahei", tahoma, Srial, helvetica, sans-serif;
}

input {
	border: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	font-size: 12px;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl {
	float: left;
}

.flr,
.fr {
	float: right;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper_980 {
	width: 980px;
	margin: 0 auto;
}

.wrapper_1000 {
	width: 1000px;
	margin: 0 auto;
}

.wrapper_1200 {
	width: 1200px;
	margin: 0 auto;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hover90:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
	cursor: pointer;
}


/*index_top*/

.index_top {
	height: 120px;
	overflow: hidden;
	background: url(../images/index_top.png) no-repeat 0px 4px;
}


/*logo*/

.logo {
	width: 612px;
	height: 79px;
	display: inline-block;
	margin-top: 20px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.index_top p {
	color: #ed3c3b;
	font-size: 20px;
	margin-top: 45px;
	margin-right: 0px;
	letter-spacing: 1.8px;
}


/*nav_wrapper*/

.nav_wrapper {
	/* height: 664px;  */
	height: 50px;
	/* overflow: hidden;  */
	position: relative;
}


/*栏目*/

.nav {
	margin-top: 4px;
	height: 50px;
	line-height: 50px;
	background: #dc0303;
	z-index: 99;
}

.nav>div>ul {
	margin-left: 50px;
}

.nav>div>ul>li {
	float: left;
	padding: 0px 18px;
	z-index: 9999;
	height: 50px;
	position: relative;
}

.nav>div>ul>li>a {
	font-size: 18px;
	color: white;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav>div>ul>li:hover,
.nav>div>ul>li.hover {
	background: #e67d14;
}

.nav>div>ul>li .serNavList {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 90;
	display: none;
}

.nav>div>ul>li .serNavList>li {
	height: 40px;
	background: #e67d14;
	text-align: center;
	line-height: 40px;
}

.nav>div>ul>li .serNavList>li a {
	font-size: 16px;
	color: white;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}

.nav>div>ul>li .serNavList>li:hover {
	background: #0191b4;
}


/*banner*/

.banner {
	width: 100%;
	position: relative;
	height: 500px;
	overflow: hidden;
}

.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}

.banner .bd li a {
	display: block;
	height: 600px;
}

/*通知公告  全文搜索*/

.hotNew {
	height: 48px;
	line-height: 48px;
	background: #dc0303;
}

@keyframes lingdang {
	0% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}

	50% {
		transform: rotate(-20deg);
		transform-origin: 20px top;
	}

	100% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}
}

@keyframes lingdang {
	0% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}

	50% {
		transform: rotate(-20deg);
		transform-origin: 20px top;
	}

	100% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}
}

@-webkit-keyframes lingdang {
	0% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}

	50% {
		transform: rotate(-20deg);
		transform-origin: 20px top;
	}

	100% {
		transform: rotate(20deg);
		transform-origin: 20px top;
	}
}

.hotNew-left {
	position: relative;
}

.hotNew-left .bd .tempWrap {
	width: 770px !important;
}

.hotNew-left .bd .x-ld {
	display: block;
	position: absolute;
	left: -45px;
	animation: lingdang 1s infinite;
	-webkit-animation: lingdang 1s infinite;
	top: 0;
	height: 50px;
	width: 50px;
	background: url(../images/xz.png) no-repeat;
}

.hotNew-left .bd h2 {
	color: #fff000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.hotNew-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.hotNew-left .bd ul li {
	margin-right: 50px;
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: left;
	_display: inline;
	width: auto !important;
}

.hotNew-left .bd ul li a {
	color: #fffbb7;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.hotNew-left .bd ul li a:hover {
	color: #fff000;
}


/*全文搜索*/
/*.serch*/


.sreachBox {
	width: 330px;
	margin-top: 10px;
}

.sreachBox input {
	padding-left: 30px;
	width: 253px;
	float: left;
	line-height: 28px;
	height: 28px;
	background: url(../images/aa7466de31d044849dfd3786b4dd4b2d.gifserchbg.png) white no-repeat 6px center;
}

.sreachBox a.sreach_btn {
	display: inline-block;
	width: 46px;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #e7e7e7;
	font-size: 12px;
	text-align: center;
	background: #f3a21b;
}


/* serbanner */

.serbanner {
	height: 250px;
	background: url(../images/serbanner.gif) no-repeat top center;
	)
}


/*专业导航*/


/*专业简介*/

.professionalInfo {
	width: 630px;
	height: 563px;
	margin-left: -4px;
	display: inline-block;
	/* margin-top: -3px; */
	overflow: hidden;
}

.professionalInfo ul li {
	background: #fff;
	padding: 32px 20px;
	height: 500px;
	display: none;
}

.professionalInfo ul li h2 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
}

.professionalInfo ul li p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
}

.professionalInfo ul li img {
	margin-top: 10px;
	width: 402px;
	height: 132px;
}

.professionalInfo ul li h6 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.professionalInfo ul li span {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	display: inline-block;
}

.professionalInfo ul li .professionaldetail a {
	width: 136px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	margin-top: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background: #e67d14;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.professionalInfo ul li .professionaldetail a:hover {
	background: #ea9641;
}

.professionalInfo ul li .professionaldetail a.knowDetail {
	margin-left: 20px;
}

.professionalInfo ul li .professionaldetail a.knowService {
	width: 250px;
	margin-left: 25px;
}


/*commontitle*/

.commontitle {
	height: 80px;
	text-align: center;
	position: relative;
}

.commontitle h2 {
	color: #666;
	font-size: 32px;
	font-weight: 500;

}

.commontitle p {
	color: #888;
	font-size: 18px;
	line-height: 30px;

}

/* .commontitle span {
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 32%;
}
 */

/*热门话题*/

.hotTopicbodyimg {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	margin-top: 20px;
}

.hotTopicbodyimg img {
	width: 290px;
	height: 180px;
	float: left;
	margin-left: 15px;
}

.hotTopicbodyimg a img:hover {
	border-color: #999;
}


/*在线答疑*/

.onlineAnswer {
	width: 1200px;
	margin-top: 30px;
}

.onlineAnswer01 {
	height: 280px;
}


.onlineAnswer01 ul {}

.onlineAnswer01 ul li {
	float: left;
	width: 240px;
	line-height: 50px;
	margin-top: 35px;
}

.onlineAnswer01 ul li a {
	width: 225px;
	cursor: pointer;
	color: #323232;
	font-size: 16px;
	display: inline-block;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 25px;
	border: 2px solid #f5a31b;
	text-align: center;
}

.onlineAnswer01 ul li a:hover {
	color: #fff;
	background: #ff943d;
}


/*报名热线*/

.onlineAnswer02 h2 {
	color: #323232;
	font-size: 26px;
	height: 67px;
	line-height: 67px;
	text-indent: 15px;
}

.onlineAnswer02 p {
	color: #d81e06;
	font-size: 18px;
	font-weight: 600;
	text-indent: 15px;
	height: 47px;
	line-height: 47px;
}

/*专业介绍*/

.hot-major {
	width: 1200px;
	margin: 0 auto;
}

.hot-major .commontitle {
	height: auto;
}

.hot-major .hot-majorlist {
	width: 1198px;
	margin-top: 35px;
	background: #fff;
	border: 1px solid #dadada;
	overflow: hidden;
}

.hot-major .hot-majorlist>h2 {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 20px;
	border-bottom: 1px solid #dadada;
	padding-left: 15px;
}

.hot-major .hot-majorlist ul {
	height: 450px;
	overflow: hidden;
}

.hot-major .hot-majorlist ul li {
	width: 72px;
	border-right: 1px solid #fff;
	float: left;
	cursor: pointer;
}

.hot-major .hot-majorlist ul li.long {
	width: 613px;
}

.hot-major .hot-majorlist ul li.hot-majoritem09 {
	border-right-color: #dadada;
}

.hot-major .hot-majorlist ul li.hot-majoritem01 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat;
}

.hot-major .hot-majorlist ul li.hot-majoritem02 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -72px 0px;
}

.hot-major .hot-majorlist ul li.hot-majoritem03 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -144px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem04 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -216px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem05 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -288px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem06 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -360px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem07 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -432px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem08 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -504px 0px;
	;
}

.hot-major .hot-majorlist ul li.hot-majoritem09 .hot-majorlist-title {
	background: url(../images/skilsbg.jpg) no-repeat -576px 0px;
	;
}

.hot-major .hot-majorlist ul li .hot-majorlist-title {
	width: 72px;
	height: 450px;
	float: left;
	overflow: hidden;
}

.hot-major .hot-majorlist ul li .hot-majorlist-title p {
	color: #fff;
	font-size: 22px;
	padding: 25px 24px;
	height: 100%;
	background: rgba(51, 51, 51, .6);
}

.hot-major .hot-majorlist ul li .hot-majorlist-title p.show {
	background: transparent;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body {
	width: 520px;
	padding: 5px 5px 5px 10px;
	float: left;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .hot-majorlist-pic {
	width: 520px;
	height: 180px;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .hot-majorlist-pic img {
	width: 500px;
	height: 180px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #cccccc;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content {
	padding-right: 10px;
	padding-left: 10px;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils h2 {
	color: #333;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 6px;
	font-weight: 700;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils p,
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils span {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h3 {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: 700;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h5 {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h5 i {
	font-style: normal;
	color: #e67d14;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail {
	margin-top: 11px;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a {
	width: 120px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	display: inline-block;
	background: #e67d14;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 30px;
}

.goldList li .majorlist-content .goldList-skils h2:hover,
.goldList li .majorlist-content .goldList-future h3:hover {
	color: #555;
}

.goldList li .majorlist-content .goldList-skils p:hover,
.goldList li .majorlist-content .goldList-skils span:hover,
.goldList li .majorlist-content .goldList-future h5:hover {
	color: #999;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a:hover {
	background: #ea9641;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a.goldList-knowService {
	width: 185px;
}


/*优秀毕业生*/
.industry-advantage .row {
	width: 75%;
}

.industry-advantage .graduatea {
	width: 100%;
	height: 50px;
	border: 1px solid #dadada;
	margin-top: 35px;
	overflow: hidden;
}

.industry-advantage .graduatea img {
	width: 45px;
	height: 45px;
	float: left;
}

.industry-advantage .graduatea h2 {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 22px;
	float: left;
	margin: 0 5px;
}

.industry-advantage .graduatea p {
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 12px;
	float: left;
}

.industry-advantage .graduatea a {
	color: #666666;
	font-size: 14px;
	line-height: 50px;
	float: right;
	margin-right: 20px;
}

.industry-advantage .graduatea a:hover {
	color: #ff2e2e;
}

/*专业*/
.graduateb {
	width: 100%;
	height: 100%;
}

.graduateb ul {
	margin-top: 16px;
	margin-left: -12px;
}

.graduateb ul li {
	width: 290px;
	height: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	float: left;
	margin-left: 12px;
	border: 1px solid #dadada;
}

.graduateb ul li a img {
	width: 289px;
	height: 190px;
	float: left;
	margin-right: 16px;
	border: 1px solid #a49f9c;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	margin-bottom: 5px;
}

.graduateb ul li h2 {
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
}

.graduateb ul li p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 3px;
}

.graduateb ul li h6 {
	color: #fff;
	font-size: 16px;
	width: 135px;
	height: 40px;
	line-height: 40px;
	margin: 8px 0px 10px 5px;
	text-align: center;
	background: #fe6606;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.graduateb ul li:hover h2 {
	color: #666;
}

.graduateb ul li:hover h6 {
	background: #ff0000;
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.graduateb ul li:hover img {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.graduateb .goldList-detail h5 a {
	color: #fff;
	font-size: 16px;
	width: 135px;
	height: 40px;
	line-height: 40px;
	margin: 8px 0px 10px 7px;
	text-align: center;
	background: #fe6606;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	float: left;
}

/*报名 助学金*/
.industry-advantage .card {
	width: 24%;
	margin-top: 35px;
}

.industry-advantage .card .m-row {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.industry-advantage .card .m-row .max-row {
	border: 1px solid #fe6606;
	text-align: center;
	width: 46%;
	flex: 1;
	line-height: 50px;
}

.industry-advantage .card .m-row .max-row1 {
	color: #ffffff;
	background: #fe6606;
}

.industry-advantage .card .m-row .max-row2 {
	color: #fe6606;
	background: #ffffff;
}

.industry-advantage .card .m-row .max-row a {
	outline: .14em dotted red !important;
	outline-offset: .2em;
}

.industry-advantage .card .baoming {}

.industry-advantage .card .baoming ul {}

.industry-advantage .card .baoming ul li {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-top: 1px dotted #dbdbdb;
}

.industry-advantage .card .baoming ul li p {
	font-size: 14px;
	display: inline-block;
	width: 60px;
	color: #666;



	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.industry-advantage .card .baoming ul li a {
	font-size: 14px;
	display: inline-block;
	color: #ff6700;
}

.baoming_part {
	display: block;
	text-align: center;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #fe405e;
}

.jiaru {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.jiaru span {
	width: 218px;
	left: 0;
	background: #FFBA91;
}

.jiaru a {
	width: 87px;
	right: 0;
	background: #fc5b32;
}

.jiaru a,
.jiaru span {
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	display: block;
}

.baoming_lists {
	position: relative;
	height: 472px;
	padding-bottom: 5px;
	border: 1px solid #fe405e;
	border-top: 0px;
	margin-bottom: 10px;
}

.card .biaoti {
	overflow: hidden;
	border: 1px solid #fe405e;
	border-bottom: 0px;
}

.card .biaoti span {
	width: 70px;
	display: block;
	float: left;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


/*报名表单*/

.industry-advantage .card .reportForm {
	width: 286px;
	border: 1px solid #fe405e;
}

.industry-advantage .card .reportForm dl {
	margin-top: 15px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	margin-left: 8px;
}

.industry-advantage .card .reportForm dl dt {
	float: left;
	width: 90px;
	color: #333333;
	font-size: 16px;
}

.industry-advantage .card .reportForm dl dd select {
	width: 177px;
	height: 34px;
	line-height: 34px;
	text-indent: 0.3em;
	font-size: 16px;
	color: #888;
}

.industry-advantage .card .reportForm dl dd input {
	width: 177px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	text-indent: .6em;
	font-size: 16px;
	color: #888;
	padding: 0;
}

.industry-advantage .card .reportForm .bm-an {
	background: #e23919 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 5px;
	float: right;
	margin-right: 9px;
}




/*新闻中心*/

.newsCenter {
	height: 660px;
	overflow: hidden;
}

.newsCenter .commontitle {
	margin-top: 20px;
}

.newsCenterlist {
	margin-top: 20px;
}

.newsCenterlist .parHd {
	height: 70px;
	position: relative;
	width: 900px;

}

.newsCenterlist .parHd ul {
	float: left;
	position: absolute;
	left: -10px;
}

.newsCenterlist .parHd ul li {
	float: left;
	width: 217px;
	height: 70px;
	line-height: 45px;
	text-align: center;
	background: #fe6606;
	cursor: pointer;
	margin-left: 10px;
}

.newsCenterlist .parHd ul li:hover {
	background: #0191b4;
}

.newsCenterlist .parHd ul li a {
	font-size: 22px;
	color: #fff;
}

.newsCenterlist .parHd ul li a font {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 15px;
}

.newsCenterlist .parHd ul li.on {
	background-position: 0px 0px;
}


.newsCenterlist .xinwen {
	width: 900px !important;
	height: 580px;
	float: left;
}

.newsCenterlist .parBd {}


.newsCenterlist .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-top: 15px;
}

.newsCenterlist .slideBox .tempWrap {
	width: 900px !important;
}



.newsCenterlist .parBd .slideBox-ul01 {
	overflow: hidden;
	zoom: 1;
}

.newsCenterlist .parBd .slideBox-ul01 li {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 150px;
	margin-right: 25px;
	margin-bottom: 14px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.newsCenterlist .parBd .slideBox-ul01 li img {
	width: 200px;
	height: 150px;
	padding: 1px;
	display: block;
	float: left;
}

.newsCenterlist .parBd .slideBox-ul01 li .img-content {
	width: calc(100% - 220px);
	margin-left: 15px;
	float: left;
	position: relative;
	height: 100%;
}

.newsCenterlist .parBd .slideBox-ul01 li h2 {
	margin: 12px 10px 0;
	color: #666;
	font-size: 16px;
	text-align: left;
	width: 93%;
	font-weight:bold;

}

.newsCenterlist .parBd .slideBox-ul01 li p {

	margin: 12px 10px;
	text-align: left;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 24px;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;


}

.newsCenterlist .parBd .slideBox-ul01 li p>i {

	float: right;
	margin-right: 15px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-style: normal;
}

.newsCenterlist .parBd .slideBox-ul01 li span {
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	display: inline-block;
	color: #666;
	font-size: 14px
}

.newsCenterlist .parBd .slideBox-ul01 li:hover h2 {
	color: #666;
}

.newsCenterlist .parBd .slideBox-ul01 li:hover p {
	color: #999;
}

/* .newsCenterlist .parBd  .slideBox-ul01 li:hover {
	background: #f39800;
}
 */

.newsCenterlist .parBd .slideBox-ul02 li {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 39px;
	border-bottom: 1px dashed #ccc;
}

.newsCenterlist .parBd .slideBox-ul02 li a {}

.newsCenterlist .parBd .slideBox-ul02 li a i {
	color: #4d4d4d;
	float: left;
	font-style: normal;
	padding: 0 10px;
}

.newsCenterlist .parBd .slideBox-ul02 li a p {
	color: #4d4d4d;
	font-size: 14px;
	float: left;
	display: block;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
}

.newsCenterlist .parBd .slideBox-ul02 li a span {
	color: #a9bcdc;
	font-size: 14px;
	float: right;
	padding-right: 10px;
}

.newsCenterlist .parBd .slideBox-ul02 li:hover {
	cursor: pointer;
}

.newsCenterlist .parBd .slideBox-ul02 li:hover p {
	color: #999;
}

/*问答*/
.newsCenterlist .wenda {
	width: 280px;
	float: right;
}

.newsCenterlist .wenda .wdliaojie {}

.newsCenterlist .wenda .wdliaojie h4 {
	font-size: 15px;
	background: #fe405e;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.newsCenterlist .wenda .wdliaojie li {
	margin-bottom: 6px;
	line-height: 35px;
	height: 35px;
	color: #fe6606;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #eee;
}

.newsCenterlist .wenda .wdliaojie li a {
	font-size: 14px;
	color: #fe6606;
}

.newsCenterlist .wenda .wdliaojie li a:hover {
	color: #2097ad;
}

.newsCenterlist .wenda .wdxzbk {
	border:1px solid #eee;
	
}

.newsCenterlist .wenda .wdxzbk h4 {
	font-size: 15px;
	background: #fe405e;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

.newsCenterlist .wenda .wdxzbk ul {}

.newsCenterlist .wenda .wdxzbk ul li {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px dashed #35bbca;
}

.newsCenterlist .wenda .wdxzbk ul li a {
	font-size: 14px;
	color: #666666;
}

.newsCenterlist .wenda .wdxzbk ul li a:hover {
	color: #fe7a15;
}

/*校园生活*/

.schoolLife {
	margin-top: 25px;
}


/*校园生活导航*/

.schoolLifetitle {
	width: 710px;
	margin: 20px auto 0;
}

.schoolLifetitle li {
	float: left;
	width: 166px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../images/newscentertabbg.png) no-repeat -165px 0px;
	cursor: pointer;
}

.schoolLifetitle li a {
	font-size: 18px;
	color: #fff;
}

.schoolLifetitle li.on {
	background-position: 0px 0px;
}

.schoolLifetitle li.on a {
	color: #fff;
}

.schoolLifeContenttop {
	width: 100%;
	height: 480px;
	background: url(../images/beijing.png) no-repeat center;
}

.schoolLifeContent {
	width: 1200px;
	margin: 0 auto;
}

.schoolLifeContent .schoolLifeContentitem {
	display: none;
	margin-top: 30px;
	overflow: hidden;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent01 {
	width: 360px;
	height: 480px;
	display: inline-block;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent01 a {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent01 img {
	width: 100%;
	height: 100%;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent01 p {
	cursor: pointer;
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0px;
	background: url(../images/schoollifecontent01bg.png);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent02 {
	width: 830px;
	height: 480px;
	display: inline-block;
	margin-right: 5px;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent02 a {
	float: left;
	width: 271px;
	height: 237px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.schoolLifeContent .schoolLifeContentitem .schoolLifeContent02 p {
	line-height: 30px;
}


/*学校概况*/

.schoolInfo {
	height: 520px;
	margin-top: 5px;
	overflow: hidden;
}

.schoolInfo .commontitle {
	margin-top: 20px;
}

.schoolInfo .commontitle h2,
	{
	color: #323232;
}


/*学校资质证书*/

.scoolHonor {
	margin-top: 30px;
	width: 580px;
}




/*学校简介*/

.scoolMessage {
	width: 610px;
	height: 400px;
	margin-left: 10px;
	margin-top: 30px;
	background: #fe6606;

}

.scoolMessage h2 {
	width: 40px;
	font: 39px/52px "微软雅黑";
	color: #ffffff;
	margin: 80px 15px 0 15px;
	float: left;

}

.scoolMessage .xxjj {

	width: 470px;
	height: 353px;
	background: #FFFFFF;
	border-radius: 18px;
	float: left;
	margin-top: 18px;
	padding: 12px 25px 0 25px;
}



.scoolMessage p {
	color: #444;
	font-size: 14px;
	line-height: 28px;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;
}

.scoolMessage a {
	color: #fff;
	font-size: 16px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	background: #fe6606;
	display: inline-block;
	margin-top: 20px;
	margin-left: 180px;
}

.scoolMessage a:hover {
	background: #ff943d;
	border-radius: 2rem;
	-moz-border-radius: 2rem;
	-o-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-webkit-border-radius: 2rem;
}


/*就业中心*/

.employmentCenter {
	margin-top: 30px;
}

.employmentCentertop {
	margin-top: 25px;
}

.employmentCentertopleft {
	width: 466px;
	height: 350px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.employmentCentertopleft img {
	width: 100%;
	height: 100%;
}

.employmentCentertopleft p {
	color: #fff;
	font-size: 16px;
	font-family: simhei;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	position: absolute;
	bottom: -40px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.employmentCentertoplist {
	width: 715px;
}

.employmentCentertoplist li {
	width: 345px;
	height: 167px;
	float: left;
	margin-bottom: 16px;
	margin-right: 15px;
	cursor: pointer;
}

.employmentCentertoplist li img {
	width: 224px;
	height: 167px;
	float: left;
}

.employmentCentertoplist li div {
	margin-left: 18px;
	width: 90px;
	float: left;
}

.employmentCentertoplist li div h2 {
	color: #323232;
	font-size: 14px;
	line-height: 30px;
}

.employmentCentertoplist li div p {
	width: 60px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin-top: 12px;
	color: #fff;
	font-size: 12px;
	background: #1b75ce;
}

.employmentCentertoplist li:hover h2 {
	color: #555;
}


/*就业中心 图片滚动列表*/

.employmentCenterScroll {
	width: 100%;
	height: 350px;
	margin: 15px auto 15px 0;
	position: relative;
	/* overflow: hidden; */
}

.employmentCenterScroll .employmentCenterScrollWrap {
	width: 100% !important;
	overflow: hidden;
	position: absolute;
	margin-top: 20px;
}

.employmentCenterScroll .employmentCenterScrollWrap .tempWrap {}

.employmentCenterScroll .employmentCenterScrollWrap .dlList {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	display: block;
	margin-right: -88px !important;

}

.employmentCenterScroll dl {
	cursor: pointer;
	float: left;
	height: 270px;
	width: 360px;
	text-align: center;
	position: relative;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.employmentCenterScroll dl a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.employmentCenterScroll dl img {
	width: 100%;
	height: 100%;
}

.employmentCenterScroll dl p {
	color: #fff;
	font-size: 16px;
	font-family: simhei;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #000;
	position: absolute;
	bottom: -24px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.employmentCenterScroll .prev,
.employmentCenterScroll .next {
	width: 20px;
	height: 63px;
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/ladyscrollicon.png) no-repeat -4px -5px;
}

.employmentCenterScroll .next {
	left: auto;
	right: 0px;
	background-position: -29px -5px;
}


/*报名指南*/

.registrationGuide {
	overflow: hidden;
	margin-top: 25px;
	background: url(../images/newscenter.jpg) no-repeat top center;
}

.registrationGuide .commontitle {
	margin-top: 42px;
}

.registrationGuide .registrationGuideList {
	margin: 10px;
}

.registrationGuide .registrationGuideItem {
	float: left;
	margin-bottom: 34px;
	border: 1px solid #ccc;
}

.registrationGuide .registrationGuideItem h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 15px 10px 15px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.registrationGuide .registrationGuideItem h2 p {
	display: inline-block;
	font-size: 12px;
	padding-left: 5px;
}

.registrationGuide .registrationGuideItem h2 a {
	display: inline-block;
	font-size: 12px;
	float: right;
	padding-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	color: #999;
}

.registrationGuide .registrationGuideItem h2 a:hover {
	color: #f00;
}

.registrationGuide .registrationGuideItem2 {
	float: right;
}

.registrationGuide .registrationGuideItem .registrationGuideListimg {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}

.registrationGuide .registrationGuideItem .registrationGuideListimg img {
	width: 298px;
	height: 198px;
	border: 1px solid #ccc;
}

.registrationGuide .registrationGuideItem .registrationGuideListimg:hover img {
	border-color: #A0A0A0;
	-webkit-box-shadow: 0px 1px 20px #a5a5a5;
	-moz-box-shadow: 0px 1px 20px #a5a5a5;
	-o-box-shadow: 0px 1px 20px #a5a5a5;
	box-shadow: 0px 1px 20px #a5a5a5;
}

.registrationGuide .registrationGuideItem ul {
	float: left;
	width: 565px;
	padding-left: 15px;
}

.registrationGuide .registrationGuideItem ul li {
	line-height: 34px;
}

.registrationGuide .registrationGuideItem ul li a {
	color: #444;
	font-size: 14px;
	cursor: pointer;
}

.registrationGuide .registrationGuideItem ul li a:hover {
	color: #f00;
}

.registrationGuide .registrationGuideItem ul li span {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #999;

}

/* 校企合作 */


.dy_title {
	width: 1200px;
	margin: auto;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	letter-spacing: 1.5px;
}

.dy_p {
	width: 1200px;
	margin: auto;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #000000;
	letter-spacing: .5px;
}

.dy_kong {
	width: 100px;
	margin: auto;
	height: 8px;
	background: #ff6600;
}

.in_news {
	width: 1200px;
	margin: auto;
	height: 610px;
	margin-top: 10px;
}

.in_newsl {
	width: 772px;
	height: 610px;
	float: left;
}

.in_newslt {
	width: 772px;
	height: 70px;
	float: left;
}

.in_newslt li {
	width: 249px;
	height: 58px;
	float: left;
	border: solid 1px #000000;
	color: #000000;
	padding: 5px 0;
	margin-left: 5px;
}

.in_newslt li span {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
	line-height: 32px;
	color: #f60;
}

.in_newslt li font {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #f60;
}

.in_newslt .dian {
	border: solid 1px #ff6600;
	color: #fff;
	background: #ff6600;
}

.in_newslt .dian a {
	color: #FFFFFF;
}

.in_newslt .dian span,
.in_newslt .dian font {
	color: #FFFFFF;
}

.in_newslnew {
	width: 772px;
	height: 540px;
	float: left;
	overflow: hidden;
	display: none;
}

.in_newslnew .pic_list,
.in_newsr .pic_list {
	width: 100%;
	height: 290px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	margin-top: 10px;
}

.in_newslnew .pic_list li,
.in_newsr .pic_list li {
	float: left;
	width: 381px;
	height: 290px;
}

.in_newslnew .pic_list li:nth-child(2) {
	margin-left: 10px;
}

.in_newslnew .pic_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.in_newslnew .pic_list li .imgbox,
.in_newsr .pic_list li .imgbox {
	width: 381px;
	height: 254px;
	overflow: hidden;
}

.in_newslnew .pic_list li .imgbox img,
.in_newsr .pic_list li .imgbox img {
	width: 381px;
	height: 254px;
}

.in_newslnew .pic_list li .title,
.in_newsr .pic_list li .title {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #636363;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in_newslnew .pic_list li .title:hover,
.in_newsr .pic_list li .title:hover {
	color: #fc5b32 !important;
}

.in_newslnew .ul_list,
.in_newsr .ul_list {
	width: 100%;
	height: 220px;
}

.in_newslnew .ul_list li,
.in_newsr .ul_list li {
	width: 100%;
	border-bottom: dashed 1px #c0c0c0;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	color: #333333;
}

.in_newslnew .ul_list a,
.in_newsr .ul_list a {
	color: #333333;
	font-size: 14px;
}

.in_newslnew .ul_list a:hover {
	color: #FF0000;
}

.in_newslnew .ul_list .title {
	width: 83%;
	float: left;
}

.in_newslnew .ul_list .date {
	width: 13%;
	float: right;
}

.in_newslnew .ul_list li:last-child {
	border-bottom: solid 1px #c4c4c4;
}

.in_newsr {
	width: 381px;
	height: 610px;
	float: left;
	margin-left: 23px;
	background: #f9f9f9;
	padding: 0 12px;
	overflow: hidden;
}

.in_newsrt {
	width: 381px;
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.in_newsrt>a {
	display: inline;
}

.in_newsrt img {
	width: 38px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}



.box_m {
	width: 37px;
	height: 40px;
	position: relative;
	float: right;
	margin-top: 10px;
	transform: rotate(180deg);
}

.box_m span {
	position: absolute;
	background: #7f7f7f;
	width: 4px;
}

.box_m span:nth-child(1) {
	height: 40px;
	left: 0px;
	animation: run 0.8s linear 0s infinite alternate;
}

.box_m span:nth-child(2) {
	height: 40px;
	left: 8px;
	animation: run 0.9s linear 0s infinite alternate;
}

.box_m span:nth-child(3) {
	height: 40px;
	left: 16px;
	animation: run 1s linear 0s infinite alternate;
}

.box_m span:nth-child(4) {
	height: 40px;
	left: 24px;
	animation: run 0.7s linear 0s infinite alternate;
}

.box_m span:nth-child(5) {
	height: 40px;
	left: 30px;
	animation: run 0.8s linear 0s infinite alternate;
}

@keyframes run {
	10% {
		height: 20%;
	}

	20% {
		height: 40%;
	}

	40% {
		height: 60%;
	}

	70% {
		height: 80%
	}

	100% {
		height: 100%
	}
}

.in_newsr .ul_list a:hover {
	color: #FF0000;
}

.in_newsr .ul_list .title {
	width: 80%;
	float: left;
}

.in_newsr .ul_list .date {
	width: 18%;
	float: right;
	font-size: 14px;
}


.tuji .show,
.mingshil .show,
.in_news .show,
#in_zy1 .show {
	display: block;
}

.tuji .hide,
.mingshil .hide,
.in_news .hide,
#in_zy1 .hide {
	display: none;
}




/* 相关链接 */

.links {
	width: 1200px;
	margin: auto;
	height: 440px;
	margin-bottom:20px;
}

.zuihou {
	margin: auto;
	width: 670px;
	height: 60px;
	margin-top: 15px;
}

.zuihou ul li {
	float: left;
	padding: 10px 40px;
	font-size: 20px;
	line-height: 38px;
	color: #666668;
	border: 1px solid #666668;
	cursor: pointer;
	margin-right: 90px;
}

.zuihou ul li:nth-child(3) {
	margin-right: 0;
}

.zuihou ul:after {
	content: "";
	display: block;
	clear: both;
}

.zuihou ul li.on {
	color: #fff;
	border: 1px solid #ee7b1d;
	background: #ee7b1d;
}

.box_zuihou {
	margin-top: 25px;
	height: 200px;
	display: none;
}

#zuihou_bd .show {
	display: block;
}

#zuihou_bd .hide {
	display: none;
}

.box_zh1 ul li {
	width: 240px;
	height: 146px;
	float: left;
}

.box_zh2 ul li {
	width: 240px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.box_zh2 ul li {
	margin-top: 5px;
}

.box_zh2 ul li a {
	margin: 0 10px 0 10px;
	color: #666;
}

.box_zh2 ul li a:hover {
	color: red;
}

/*还在等什么？马上报名吧*/

.sign-up {
	width: 100%;
	position: relative;
	height: 708px;
	/**margin-top: 20px;*/
	background: #0287c4 url(../images/bg3.png) no-repeat center center;
}

.sign-up h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 114px;
}

.sign {
	width: 800px;
	border: 10px solid #2b9ace;
	margin: 0 auto;
	background: #007cb5;
	position: relative;
	z-index: 1;
	height: 353px;
}

.sign p {
	padding: 16px 16px 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.sign h3 {
	font-size: 16px;
	padding: 0 16px;
	color: #ffde00;
}

.sign form {
	padding: 0 16px 70px;
}

.sign form dl {
	width: 350px;
	margin-top: 20px;
	float: left;
	line-height: 40px;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.sign form dl.dl1 {
	z-index: 3;
}

.sign form dl dt {
	float: left;
	width: 90px;
	color: #fff;
	font-size: 16px;
}

.sign form dl dd {
	float: right;
	width: 260px;
	height: 40px;
}

.sign form dl dd input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	font-size: 14px;
	padding: 0;
	*margin-left: -14px;
}

.sign form dl dd select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 0.3em;
	font-size: 14px;
	*margin-left: -14px;
}

.bm-an {
	background: #e23919 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	margin-top: 2px;
	text-align: center;
}

.sign form dl dd .choice {
	position: relative;
	width: 100%;
	height: 40px;
}

.sign form dl dd .choice1 {
	position: relative;
	width: 58px;
	height: 40px;
}

.sign form dl dd .choice .select {
	margin-top: 0;
	width: 100%;
	float: none;
	height: 40px;
}

.sign form dl dd .choice .select dt {
	height: 40px;
	width: 100%;
	display: inline-block;
	background: #fff url(../images/ico17_1.png) no-repeat 96% center;
	;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	text-indent: 1em;
	text-align: left;
	color: #333333;
	z-index: 99;
	float: none;
}

.sign form dl dd .choice .select dd {
	position: absolute;
	left: 0;
	top: 40px;
	background: #fff;
	color: #333333;
	float: none;
	margin-left: 0;
	border-top: 0;
	display: none;
	width: 100%;
	height: auto;
	line-height: 32px;
	text-indent: 1em;
	font-size: 16px;
}

.sign-bg {
	background: url(../images/bg4.png) no-repeat top center;
	width: 100%;
	height: 275px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.footer-info {
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #066e88;
	margin: 0 auto 100px;
}

/*尾部

.footer {
	background: #666;
	height: 220px;
	overflow: hidden;
	margin-top:30px;
}

.footer>div {
	margin-top: 35px;
}

.footer h2 {
	color: #fefefe;
	font-size: 14px;
	line-height: 38px;
	width: 80px;
}

.footer ul {
	width: 1120px;
	text-align: center;
	margin: 0 auto 7px;
	max-height: 80px;
	overflow: hidden;
}

.footer ul li {
	float: left;
	margin: 0px 12px;
	line-height: 38px;
}

.footer ul li a,
.footer h6,
.footer p {
	text-align: center;
	line-height: 40px;
	color: #fefefe;
	font-size: 14px;
}

.footer ul li a {
	cursor: pointer;
}

.footer ul li a:hover {
	color: #cacaca;
}

*/

/*尾部*/
/*foot style*/
.lt {
	float: left;
}

.rt {
	float: right;
}

.s1 {
	font-size: 12px;
}

.s2 {
	font-size: 14px;
}

.s3 {
	font-size: 16px;
}

.s4 {
	font-size: 20px;
	font-family: "Microsoft Yahei"
}

.fm1 {
	font-family: "Microsoft Yahei"
}

.cl1 {
	color: #fff;
}

.cl2 {
	color: #000;
}

.clear {
	clear: both;
	overflow: hidden;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.foot_new {
	padding-top: 30px;
}

.index_hr {
	overflow: hidden;
}

.foot-dh {
	float: right;
	width: 250px;
	margin-top: 5px;
}

.baoming_lt {
	width: 18%;
	height: 330px;
	margin: 4% 0 0
}

.baoming_center {
	width: 56%;
	height: 330px;
	margin-top: 4%;
	padding: 0 2%;
}

.baoming_center ul {
	width: 14.5%;
	margin: 0 1%;
	font-size: 16px;
	float: left;
}

.baoming_center ul li:first-child {
	font-size: 20px;
	border-bottom: 1px #f8d90f solid;
	text-align: center;
	padding-bottom:10px;
}

.baoming_center ul li {
	margin: 5px 0;
	width: 100%;
	color: #ffffff;
	text-align:center;
}

.baoming_center ul li a {
	color: #ffffff;
	text-align: center;
}

.foot_baoming {
	font-size: 30px;
	display: inline-block;
	border-bottom: #f8d90f 3px solid;
	margin-bottom: 15px;
	padding-right: 45px;
	padding-left:45px;
	color: #fff9d0;
	padding-bottom: 10px;
	text-align: center;
}

.baoming_rt {
	width: 20%;
	height: 330px;
	margin: 70px 0 0 24px;
}

.input-field {
	margin-bottom: 10px;
}

.form-control {
	width: 93%;
	border: 1px solid #ececec;
	padding: 6px 12px;
	border-radius: 0;
	box-shadow: none;
	color: #818181;
	font-size: 16px;
	height: 40px;
}

.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#submit:hover {
	color: #fff;
}

#submit:before {
	background-color: #0A85BB;
}

#submit.btn-effect:after {
	background: #2E2E2E;
}

.btn {
	border-radius: 0;
	border: 0;
	position: relative;
	text-transform: uppercase;
}

.btn-blue {
	background-color: #fd7919;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 5px 55px;
	color: #fff;
	font-size: 27px;
	border-radius: 5px;
}

.btn-border {
	border: 2px solid #fff;
	padding: 12px 35px;
}

.bg-blue {
	background-color: #009EE3;
}

.baoming_rt p {
	font-size: 20px;
	line-height: 32px;
}

.baoming_rt p a {
	font-size: 18px;
}

.foot_db {
	width: 100%;
	height: 170px;
	background: #2E2E2E;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	padding: 30px 0 85px 0;
	font-size: 16px;
}
/*二维码*/
.erweima .erweima1 {
    margin-right: 25px;
}

.erweima .erweima1, .erweima .erweima2 {
    width: 106px;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 14px;
}
.erweima .erweima1 img, .erweima .erweima2 img {
    width: 100%;
    height: auto;
}
/*高中部报名浮动窗口*/
.gzbzs{
	background: url(../images/tl-bg1.jpg) no-repeat top center;
	height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.gzbzs .gzbzx{
	width:1200px;
	margin:0 auto;
	position: relative
}
.gzbzs .gzbzx a{
	position: absolute;
    top: 54px;
    right: 114px;
    font-size: 18px;
    color: #9d22d6;
}


/*学校概况*/


/*school_info_item01*/

.school_info_item01 {
	margin-top: 58px;
	overflow: hidden;
	background: url(../images/school_info_item01.png) no-repeat top center;
}

.school_info_item01>div {
	margin: 397px auto 0;
	width: 1214px;
}

.school_info_item01>div>div {
	float: left;
	width: 275px;
}

.school_info_item01>div>div h2 {
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-top: 5px;
}

.school_info_item01>div>div p {
	color: #666;
	margin-top: 5px;
	line-height: 30px;
	font-size: 14px;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;
}

.school_info_item01>div>div.schoolitem01 {
	margin-right: 38px;
}

.school_info_item01>div>div.schoolitem03 {
	margin-left: 40px;
}

.school_info_item01>div>div.schoolitem04 {
	float: right;
}


/*我们在这里等待你的加入*/

.school_info_item02 {
	height: 522px;
	margin-top: 36px;
	overflow: hidden;
	background: url(../images/school_info_item02.jpg) no-repeat top center;
}


/*东方学院教学成果*/

.school_info_item03 {
	height: 544px;
	margin-top: 86px;
	overflow: hidden;
	background: url(../images/school_info_item03.png) no-repeat top left;
}

.school_info_item03num {
	color: #028fbc;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 42px;
}

.school_info_item03num i {
	color: #fa0001;
	font-family: Candara;
	font-size: 42px;
}


/*school_info_item03content*/

.school_info_item03content {
	margin-top: 95px;
	margin-left: 55px;
}

.school_info_item03content h2 {
	float: left;
	color: #fa0001;
	font-family: Candara;
	font-size: 42px;
}

.school_info_item03content div {
	width: 425px;
	float: left;
	margin-top: 19px;
	margin-left: 10px;
}

.school_info_item03content div p {
	color: #333;
	font-size: 18px;
	font-family: "SimSun";
	font-weight: 600;
}

.school_info_item03content div span {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-family: "SimSun";
	display: inline-block;
	margin-top: 4px;
}

.school_info_item03content ul {
	float: right;
	width: 646px;
}

.school_info_item03content ul li {
	width: 213px;
	height: 177px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}

.school_info_item03content ul li img {
	width: 213px;
	height: 177px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.school_info_item03content ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*荣誉证书*/

.school_info_item04 {
	height: 588px;
	margin-top: 84px;
	overflow: hidden;
	background: url(../images/school_info_item04.jpg) no-repeat top center;
}

.school_info_item04 h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-indent: 35px;
	margin-top: 18px;
}

.school_info_item04 ul {
	margin-top: 50px;
}

.school_info_item04 ul li {
	width: 285px;
	height: 188px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}

.school_info_item04 ul li img {
	width: 285px;
	height: 188px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.school_info_item04 ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*学习环境*/

.school_info_item05 {
	margin-top: 45px;
}

.school_info_item05 h2 {
	color: #000000;
	font-size: 40px;
	text-align: center;
	height: 56px;
	background: url(../images/school_info_item05bg.png) no-repeat center;
}

.school_info_item05 ul {
	margin-top: 30px;
}

.school_info_item05 ul li {
	width: 260px;
	height: 183px;
	float: left;
	margin-right: 53px;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}

.school_info_item05 ul li img {
	width: 260px;
	height: 183px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.school_info_item05 ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*列表分页代码*/

.page {
	text-align: center;
}

.tieluPage {
	display: inline-block;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 95px;
	border-radius: 3px;
	margin-bottom: 95px;
	clear: both;
}

.tieluPage li {
	font-size: 14px;
	padding: 3px 5px;
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	height: 23px;
	line-height: 22px;
}

.tieluPage li a {
	display: inline-block;
	background-color: #f9f9f9;
	color: #999;
}

.tieluPage li a:hover {
	text-decoration: none;
}

.tieluPage li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}

.tieluPage li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.tieluPage li:last-child {
	border-radius: 0 3px 3px 0;
}

.tieluPage .pageinfo {
	color: #444;
}


/*  *  *  *  *  *  * */

.tieluMain {
	background: #f0f0f0;
	height: auto;
	overflow: hidden;
}

.tieluMain>div {
	background: #fff;
}

.position {
	height: 75px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

.position h2 {
	color: #444444;
	font-size: 20px;
	border-bottom: 2px solid #1b75ce;
	height: 70px;
	line-height: 114px;
	margin-left: 12px;
	padding: 0px 10px 3px;
}

.position p,
.position p a {
	color: #444;
	font-size: 16px;
}

.position p {
	margin-right: 20px;
	line-height: 120px;
}

.position p a:hover {
	color: #666;
}


/*占位符*/

.placeholder {
	background: #f0f0f0;
	height: 35px;
}


/*  *  * list-pic *  *  *  * */

.tieluListpic {
	margin: 38px 20px 0;
	background: #fff;
}

.tieluListpic li {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	width: 372px;
	height: 312px;
	overflow: hidden;
	background: url(../images/list_picbg.png) no-repeat;
	cursor: pointer;
}

.tieluListpic li img {
	width: 358px;
	height: 248px;
	padding: 6px;
	border: 1px solid transparent;
}

.tieluListpic li p {
	text-align: center;
	margin-top: 18px;
	color: #333;
	font-size: 18px;
}

.tieluListpic li:hover img {
	border-color: #aaa;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
}


/*  *  * list-article *  *  *  * */

.tieluListarticle {
	height: auto;
	margin-top: 15px;
}

.tieluListarticle li {
	margin-left: 30px;
	margin-right: 30px;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 1138px;
	height: 140px;
	border-bottom: 1px dashed #ccc;
}

.tieluListarticle li img {
	width: 210px;
	height: 140px;
	float: left;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.tieluListarticle li div {
	width: 906px;
	margin-left: 20px;
}

.tieluListarticle li div>h2 {
	color: #006eb6;
	font-size: 16px;
}

.tieluListarticle li div>p {
	color: #444;
	font-size: 14px;
	margin-right: 5px;
}

.tieluListarticle li div>span {
	color: #444;
	font-size: 14px;
	line-height: 30px;
	width: 804px;
	display: inline-block;
	margin-top: 15px;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;
}

.tieluListarticle li:hover div>h2 {
	color: #7cb3c7;
}

.tieluListarticle li:hover div>span {
	color: #666;
}


/* list_article2.htm ----新闻列表2----------*/

.news_list_ul {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.news_list_li {
	width: 1142px;
	height: 120px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 1% 0;
	margin-bottom: 20px;
}

.news_list_li_left {
	float: left;
	width: 66px;
	height: 53px;
	background-color: #999999;
	text-align: center;
	padding: 14px 0 15px 0;
	margin-left: -1px;
}

.news_list_li_left_span1 {
	font-size: 21px;
	color: #ffffff;
	display: block;
	width: 47px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}

.news_list_li_left_span2 {
	display: block;
	width: 47px;
	height: 1px;
	background-color: #ffffff;
	margin: 9px auto 10px;
}

.news_list_li_left_span3 {
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 47px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}

.news_list_li_right {
	width: 1030px;
	height: auto;
	margin-left: 20px;
	float: left;
}

.news_list_li_title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.news_list_li_title h4 {
	float: left;
	font-size: 20px;
	color: #333333;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.news_list_li_title span {
	float: right;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
}

.news_list_li_title span {
	float: right;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
}

.news_list_li_right>p {
	font-size: 16px;
	color: #666666;
	height: 72px;
	line-height: 36px;
	overflow: hidden;
}

.news_list_li>a>span {
	width: 18px;
	height: 18px;
	display: block;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.news_list_li:hover>a .news_list_li_left {
	float: left;
	width: 66px;
	height: 53px;
	background-color: #0056a6;
	text-align: center;
	padding: 14px 0 15px 0;
	margin-left: -1px;
}

.news_list_li:hover>a .news_list_li_title h4 {
	float: left;
	font-size: 20px;
	color: #0056a6;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.news_list_li:hover>a>span {
	width: 18px;
	height: 18px;
	display: block;
	background-color: #0056a6;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
}


/*2017秋季定向委培选拔招录名额在线申请*/

.indexReportWrapper {
	margin: 0 auto 20px;
}

.indexReportWrapper .specialThree {
	margin: 0 auto;
}

.indexReportWrapper .specialThree img {
	width: 1200px;
	height: 102px;
}

.report {
	height: 525px;
	margin-bottom: 100px;
	overflow: hidden;
}

.report>div {
	text-align: center;
}

.report>div>h2 {
	color: #333;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 16px;
	border-bottom: 4px solid #e6e6e6;
}

.report>div>p {
	font-size: 17px;
	color: #ff6600;
	padding-top: 16px;
}

.report .reportForm {
	padding-left: 110px;
	padding-top: 38px;
	width: 410px;
}

.report .reportForm dl {
	width: 338px;
	margin-top: 22px;
	float: left;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.report .reportForm dl.dl1 {
	z-index: 3;
}

.report .reportForm dl dt {
	float: left;
	width: 90px;
	color: #333333;
	font-size: 16px;
}

.report .reportForm dl dd {
	float: right;
	width: 247px;
	height: 40px;
}

.report .reportForm dl dd input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	text-indent: .6em;
	font-size: 16px;
	color: #888;
	padding: 0;
	*margin-left: -14px;
}

.report .reportForm dl dd select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 0.3em;
	font-size: 16px;
	color: #888;
	*margin-left: -14px;
}

.report .bm-an {
	background: #e23919 none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	margin-top: 2px;
	text-align: center;
}

.report .reportForm dl dd .choice {
	position: relative;
	width: 100%;
	height: 40px;
}

.report .reportForm dl dd .choice1 {
	position: relative;
	width: 58px;
	height: 40px;
}

.report .reportForm dl dd .choice .select {
	margin-top: 0;
	width: 100%;
	float: none;
	height: 40px;
}

.report .reportForm dl dd .choice .select dt {
	height: 40px;
	width: 100%;
	display: inline-block;
	background: #fff url(../images/ico17_1.png) no-repeat 96% center;
	;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	text-indent: 1em;
	text-align: left;
	color: #333333;
	z-index: 99;
	float: none;
}

.report .reportForm dl dd .choice .select dd {
	position: absolute;
	left: 0;
	top: 40px;
	background: #fff;
	color: #333333;
	float: none;
	margin-left: 0;
	border-top: 0;
	display: none;
	width: 100%;
	height: auto;
	line-height: 32px;
	text-indent: 1em;
	font-size: 16px;
}


/*报名须知：*/

.report .report_order {
	width: 500px;
	height: 372px;
	margin-top: 38px;
	position: relative;
	margin-left: 80px;
	background: url(../images/report_order.png) no-repeat;
}

.report .report_order>span {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	margin-top: 68px;
	margin-left: 5px;
}

.report .report_order>span i {
	color: #ff6600;
	font-style: normal;
}

.report .weixin {
	width: 134px;
	height: 134px;
	position: absolute;
	left: 68px;
	top: 182px;
}

.report .weibo {
	width: 134px;
	height: 134px;
	position: absolute;
	left: 286px;
	top: 182px;
}


/*  *  *  *  * 内容页代码 *  *  *  *  *  * */

.tieluarticle {
	text-align: center;
	margin: 0 20px;
}


/*内容页标题*/

.tieluarticleTitle {
	border-bottom: 1px dashed #ccc;
}

.tieluarticleTitle>h2 {
	color: #333333;
	font-size: 25px;
	margin-top: 40px;
}

.tieluarticleTitle>span {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
}

.tieluarticleTitle>span>p {
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 18px;
}


/* .tieluarticleTitle>span>p:last-child{margin-right: 0;} */


/*内容页内容区域*/

.tieluarticleMain {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}

.tieluarticleMain img {
	max-width: 1160px;
	height: auto !important;
}


/*上一、下篇代码*/

.tieluarticlePiece {
	width: 100%;
	height: 60px;
	line-height: 35px;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.tieluarticlePiece a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
	margin-right: 15px;
}

.tieluarticlePiece .tieluarticlePiece_pre {
	display: block;
}

.tieluarticlePiece .tieluarticlePiece_next {
	display: block;
}

.tieluarticlePiece a:hover {
	color: #2D90F8;
}


/*专业页面*/


/* .index_skils01 .banner{ background: url(../images/index_skils06.jpg) no-repeat top center;}.index_skils02 .banner{ background: url(../images/index_skils06.jpg) no-repeat top center;}.index_skils03 .banner{ background: url(../images/index_skils06.jpg) no-repeat top center;}.index_skils04 .banner{ background: url(../images/index_skils06.jpg) no-repeat top center;}.index_skils05 .banner{ background: url(../images/index_skils06.jpg) no-repeat top center;} */

.index_skils01 .banner {
	background: url(../images/index_skils01.png) no-repeat top center;
}

.index_skils02 .banner {
	background: url(../images/index_skils02.png) no-repeat top center;
}

.index_skils03 .banner {
	background: url(../images/index_skils03.png) no-repeat top center;
}

.index_skils04 .banner {
	background: url(../images/index_skils04.png) no-repeat top center;
}

.index_skils05 .banner {
	background: url(../images/index_skils05.png) no-repeat top center;
}

.index_skils06 .banner {
	background: url(../images/index_skils06.png) no-repeat top center;
}

.index_skils07 .banner {
	background: url(../images/index_skils07.png) no-repeat top center;
}

.index_skils08 .banner {
	background: url(../images/index_skils08.png) no-repeat top center;
}

.index_skils09 .banner {
	background: url(../images/index_skils09.png) no-repeat top center;
}

.index_skils10 .banner {
	background: url(../images/index_skils10.png) no-repeat top center;
}

.index_skils11 .banner {
	background: url(../images/index_skils11.png) no-repeat top center;
}

.index_skils12 .banner {
	background: url(../images/index_skils12.png) no-repeat top center;
}

.index_skils13 .banner {
	background: url(../images/index_skils13.png) no-repeat top center;
}

.index_skils14 .banner {
	background: url(../images/index_skils14.png) no-repeat top center;
}

.index_skils15 .banner {
	background: url(../images/index_skils15.png) no-repeat top center;
}

.index_skils .banner .bd {
	display: none;
}


/* .index_skils12 */

.index_skils12 .index_article_skils .skilsNav li {
	border-color: #ed4518;
}

.index_skils12 .index_article_skils .skilsNav li a {
	color: #ed4518;
}

.index_skils12 .index_article_skils .skilsNav li:hover {
	background: #ed4518;
}

.index_skils12 .index_article_skils .skilsNav li:hover a {
	color: #fff;
}

.index_skils12 .skilscommon-title h2 rem {
	color: #ed4518;
}

.index_skils12 .skilscommon-title a {
	background: #ed4518;
}


/*专业页面 公共头部样式*/

.skilscommon-title {
	width: 854px;
	text-align: center;
	margin: 0 auto;
}

.skilscommon-title h2 {
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 2px solid #898989;
	color: #333333;
	font-size: 40px;
	font-weight: 600;
}

.skilscommon-title h2 rem {
	color: #1b75ce;
	margin-left: 22px;
}

.skilscommon-title a {
	color: #fff;
	font-size: 25px;
	width: 262px;
	height: 55px;
	transform: skewX(0deg);
	line-height: 55px;
	background: #1b75ce;
	margin-top: 35px;
	display: inline-block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.skilscommon-title a:hover {
	/*border-radius: 2rem ;	-moz-border-radius: 2rem ;	-webkit-border-radius: 2rem ;	-o-border-radius: 2rem ;*/
	color: #d9d9d9 \9;
	transform: skewX(-10deg);
}


/*专业导航*/

.skilsNav {
	margin-top: 42px;
}

.skilsNav li {
	float: left;
	width: 143px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	margin-right: 62px;
	/*transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid #1b75ce;
}

.skilsNav li a {
	color: #1b75ce;
	font-size: 25px;
	display: block;
}

.skilsNav li:hover {
	background: #1b75ce;
}

.skilsNav li:hover a {
	color: #fff;
}


/*烹饪人才抢手  就业炙手可热*/


/*skilsitem01*/

.skilsitem01 {
	margin-top: 50px;
}

.skilsitem01 p {
	color: #333;
	font-size: 20px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.skilsitem01 img {
	width: 1200px;
	height: 376px;
	overflow: hidden;
}


/*选择中餐烹饪管理的4大理由*/


/*skilsitem02*/

.skilsitem02 {
	height: 752px;
	margin-top: 20px;
	background: url(../images/skilsitem02bg.png) no-repeat top center;
	overflow: hidden;
}

.skilsitem02 .skilscommon-title {
	margin-top: 22px;
}

.skilsitem02 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem02 img {
	width: 100%;
	height: 514px;
	margin-top: 10px;
	overflow: hidden;
}


/*中餐烹饪管理招生简介*/


/*.skilsitem03*/

.skilsitem03 {
	margin-top: 45px;
}

.skilsitem03 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem03 .skilsitem03list {
	margin-top: 55px;
}

.skilsitem03 .skilsitem03list li {}

.skilsitem03 .skilsitem03list li h2 {
	color: #333;
	font-size: 22px;
	line-height: 38px;
	background: url(../images/jiantou.png) no-repeat left center;
	float: left;
	padding-left: 30px;
	width: 115px;
}

.skilsitem03 .skilsitem03list li p {
	color: #333;
	font-size: 16px;
	line-height: 38px;
	float: left;
	width: 1055px;
	margin-bottom: 10px;
}


/*将企业所需要的技能融入课程*/


/*.skilsitem04*/

.skilsitem04 {
	background: url(../images/skilsitem04bg.jpg) no-repeat top center;
	height: 670px;
	overflow: hidden;
}

.skilsitem04 .skilscommon-title {
	margin-top: 55px;
}

.skilsitem04 .skilscommon-title h2 {
	color: #fff;
	border-bottom-color: #fff;
}

.skilsitem04>div>p {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 35px;
	padding: 0 25px;
	margin-top: 20px;
	text-align: center;
}

.skilsitem04 .skilsitem04list {
	margin-top: 26px;
}

.skilsitem04 .skilsitem04list li {
	width: 286px;
	height: 216px;
	float: left;
	margin-right: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background: #fff;
}

.skilsitem04 .skilsitem04list li img {
	width: 280px;
	height: 210px;
	padding: 3px;
}

.skilsitem04 .skilsitem04list li h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}


/*实习活动*/


/*.skilsitem05*/

.skilsitem05 {
	margin-top: 42px;
	height: 845px;
	overflow: hidden;
}

.skilsitem05 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem05Listpic {
	margin: 38px 20px 0;
	background: #fff;
}

.skilsitem05Listpic li {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	width: 372px;
	height: 312px;
	overflow: hidden;
	background: url(../images/list_picbg.png) no-repeat;
	cursor: pointer;
}

.skilsitem05Listpic li img {
	width: 358px;
	height: 248px;
	padding: 6px;
	border: 1px solid transparent;
}

.skilsitem05Listpic li p {
	text-align: center;
	margin-top: 18px;
	color: #333;
	font-size: 18px;
}

.skilsitem05Listpic li:hover img {
	border-color: #aaa;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
}


/*在线客服*/

#haiiskefu {
	width: 112px;
	position: fixed;
	right: -80px;
	top: 50%;
	margin-top: -283px;
	z-index: 999;
}

#haiiskefu .kfleft {
	width: 32px;
	height: 168px;
	background: url(../images/kefu.png) no-repeat;
	cursor: pointer;
	float: left;
}

#haiiskefu ul {
	width: 80px;
	height: 566px;
	background: url(../images/kefu1.png) no-repeat;
	float: left;
}

#haiiskefu ul li a {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 1px;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#haiiskefu ul li a:hover {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background: #EEE;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}


/*ie6*/

*html {
	overflow: hidden;
}

*html #haiiskefu {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft))-80;
	top: expression(eval(document.documentElement.scrollTop))-283;
}


/* *  * index_article_gold 金牌专业 *  *  *  *  goldList*/

.goldList {
	height: auto;
	margin: 25px 15px;
}

.goldList li {
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 1px solid #c7c7c7;
	padding: 10px 10px;
	height: 200px;
	margin-bottom: 20px;
}

.goldList li .goldListImg {
	width: 400px;
	height: 200px;
	overflow: hidden;
}

.goldList li .goldListImg img {
	width: 400px;
	height: 200px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.goldList li .goldListImg:hover img {
	-webkit-box-shadow: 0px 1px 20px #a5a5a5;
	-moz-box-shadow: 0px 1px 20px #a5a5a5;
	-o-box-shadow: 0px 1px 20px #a5a5a5;
	box-shadow: 0px 1px 20px #a5a5a5;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.goldList li .goldList-content {
	margin-left: 20px;
	width: 727px;
}


/*专业简介*/

.goldList li .goldList-content .goldList-skils h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
}

.goldList li .goldList-content .goldList-skils p,
.goldList li .goldList-content .goldList-skils span {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}


/*专业前景*/

.goldList li .goldList-content .goldList-future h3 {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}

.goldList li .goldList-content .goldList-future h5 {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.goldList li .goldList-content .goldList-detail {
	margin-top: 11px;
}

.goldList li .goldList-content .goldList-detail a {
	width: 120px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	display: inline-block;
	background: #e67d14;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 30px;
}

.goldList li .goldList-content .goldList-skils h2:hover,
.goldList li .goldList-content .goldList-future h3:hover {
	color: #555;
}

.goldList li .goldList-content .goldList-skils p:hover,
.goldList li .goldList-content .goldList-skils span:hover,
.goldList li .goldList-content .goldList-future h5:hover {
	color: #999;
}

.goldList li .goldList-content .goldList-detail a:hover {
	background: #ea9641;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}

.goldList li .goldList-content .goldList-detail a.goldList-knowService {
	width: 185px;
}

/*商务通*/
#LRMINIWIN {
	width: 300px !important;
	height: 350px !important;
}

/*女生专题页*/

.nsxsmhbanner {

	height: 500px;
	overflow: hidden;

}

.nsxsmhbanner .bannermore {
	width: 1200px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}

.nsxsmhbanner span {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 70px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: -webkit-linear-gradient(top, #ff98b7, #ff7ba3);
}

.nsxsmhbanner span a {

	font-size: 30px;
	color: #ffffff;
}

.nsxsmhbanner span a:hover {

	color: #333;
}

.nsxsmh_introduce {
	width: 1200px;
	text-align: center;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.nsxsmh_introduce h2 {
	font-size: 60px;
	color: #354168;
	font-weight: 600;
	line-height: 140px;
}

.nsxsmh_introduce p {
	font-style: normal;
	color: #354168;
	font-size: 40px;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 20px;
}

.nsxsmh_introduce span {
	color: #354168;
	font-size: 55px;
	font-weight: 600;
	line-height: 150px;
}

.nsxsmh_introduce img {
	margin: 0 auto;

}

.Before_employment {
	height: 1339px;
	overflow: hidden;

}

.Before_employment .jiuyecenter {
	width: 1200px;
	margin: 0 auto;


}

.Before_employment .jiuyeqian {
	height: 280px;
}

.Before_employment .jiuyeqian h2 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	padding-top: 70px;
	font-weight: 600;
}

.Before_employment .jiuyeqian span {
	font-size: 45px;
	line-height: 140px;
	float: right;
	font-weight: 600;
}

.Before_employment .xiangqing {
	width: 900px;

}

.Before_employment .xiangqing p {
	font-size: 18px;
	color: #666;
	margin-left: 170px;
	height: 270px;
	padding-top: 50px;
	line-height: 35px;
	font-weight: 600;
}

.professional_recommendation {
	height: 1220px;
	overflow: hidden;
}

.professional_recommendation ul {
	width: 1200px;
	height: 720px;
	margin: 370px auto 0;
	padding: 0;

}

.professional_recommendation ul li {
	float: left;
	list-style: none;
	width: 315px;
	margin: 0 42px;
	text-align: center;
	padding-top: 140px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	height: 340px;

}

.professional_recommendation ul li h2 {
	color: #354168;
	font-size: 33px;
	margin: 0;
	font-weight: 600;
	line-height: 80px;

}

.professional_recommendation ul li p {

	color: #516091;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
}

.ouradvantage {
	width: 1200px;
	margin: 0 auto;

}

.ouradvantage h2 {
	text-align: center;
	font-size: 70px;
	line-height: 200px;
	font-weight: 600;

}

.ouradvantage ul {}

.ouradvantage ul li {
	width: 1080px;
	height: 400px;
	padding: 30px 60px;

}

.ouradvantage ul li h3 {
	font-size: 28px;
	line-height: 130px;
	font-weight: 600;
}

.ouradvantage ul li p {
	font-size: 22px;
	line-height: 45px;

}

.ouradvantage ul li span {
	float: right;
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: #dddddd;
	text-align: center;

}

.ouradvantage ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: 600;

}

.ouradvantage ul li a:hover {
	color: #d55a00;


}

.ouradvantage .ouradvantage_a {

	background: -webkit-linear-gradient(top, white, #e9f6d9, #d4ebb6);

}

.ouradvantage .ouradvantage_b {
	background: -webkit-linear-gradient(top, white, #ffb579, #ff9845);
}

.ouradvantage .ouradvantage_c {
	background: -webkit-linear-gradient(top, white, #c1daf1, #80b3e2);
}

.Professional_recommendation {
	width: 100%;
	margin-top: 50px;
}

.Professional_recommendation .tuijiantop {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/nsxsmh05.png) no-repeat bottom;
}

.Professional_recommendation .tuijiantop h2 {
	font-size: 55px;
	color: #354167;
	font-weight: 600;
	float: left;

}

.Professional_recommendation .tuijiantop p {
	font-size: 16px;
	color: #666;
	font-weight: 600;
	padding: 45px 0px 0px 15px;
	float: left;

}

.Professional_recommendation .tuijiantop a {
	font-size: 16px;
	color: #666;
	font-weight: 600;
	padding: 40px 20px;
	float: right;

}

.Professional_recommendation .tuijiantop a:hover {
	color: #ce0e0e;

}

.Professional_recommendation .tuijianzhuanye {
	width: 1200px;
	margin: 0 auto;
	height: 235px;
	margin-top: 40px;

}

.Professional_recommendation .tuijianzhuanye ul {
	width: 1200px;
	margin-right: -40px;
}

.Professional_recommendation .tuijianzhuanye li {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 270px;
	margin-right: 37px;
	border: 1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye li img {
	width: 270px;
	height: 200px;
	display: inline-block;
	cursor: pointer;
	float: left;
	border-bottom: 1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye .lastimg {
	margin-right: 0 !important;
}

.Professional_recommendation .tuijianzhuanye li h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
}

.Professional_recommendation .tuijianzhuanye .imglast {
	margin-right: 0px;
}

.School_pictures {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
	margin-top: 50px;
}


.School_pictures .picturesone {
	width: 460px;
	height: 440px;
	float: left;
	border-radius: 8px;
}

.School_pictures ul {
	width: 740px;
	float: right;
	margin-right: -35px;
}

.School_pictures ul li {
	width: 335px;
	height: 230px;
	float: left;
	margin-right: 35px;
}

.School_pictures ul li img {
	width: 335px;
	height: 210px;
	border-radius: 5px;
}

/*驾校专题*/
.driverbanner {
	height: 622px;
	overflow: hidden;
}

.drivers_school {
	width: 1200px;
	height: 2980px;
	margin: 0 auto;
	border: 15px #ffc445 solid;
	margin-top: 50px;
}

.driverone {
	height: 453px;
	background: url(../images/drivertwo.png) no-repeat;
	position: relative;
}

.driverfirst {
	width: 600px;
	position: absolute;
	left: 60px;
	top: 130px;
}

.driverone .driverfirst h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.driverone .driverfirst p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.drivertwo {
	height: 619px;
	background: url(../images/driverthree.png) no-repeat;
	position: relative;
}

.driversecond {
	width: 600px;
	position: absolute;
	right: 90px;
	top: 150px;
}

.drivertwo .driversecond h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.drivertwo .driversecond p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.driverthree {
	height: 805px;
	background: url(../images/driverfour.png) no-repeat;
	position: relative;
}

.driverthird {
	width: 600px;
	position: absolute;
	left: 90px;
	top: 110px;

}

.driverthree .driverthird h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.driverthree .driverthird p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.driverfour {
	height: 600px;
	background: url(../images/driverfive.png) no-repeat;
	position: relative;
}

.driverfour p {
	width: 950px;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 45px;
	position: absolute;
	left: 140px;
	top: 100px;
	text-indent: 2em;
}

.driverfive {
	height: 480px;
	background: url(../images/driversix.png) no-repeat;
	position: relative;
}

.driverfifth {
	width: 800px;
	height: 250px;
	position: absolute;
	right: 100px;
	top: 110px;
	border: 8px #ccc solid;
	text-align: center;
	line-height: 250px;

}

.driversix {
	height: 745px;
	overflow: hidden;
	margin-top: -80px;
}

/*升学专题*/
.gotoschool {
	height: 480px;
	overflow: hidden;
}

.gotoschoolone {
	background: url(../images/gotoschool02.png) no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: 620px;
	margin-top: 50px;
	position: relative;

}

.gotoschoolone p {
	width: 800px;
	font-size: 30px;
	line-height: 55px;
	position: absolute;
	top: 270px;
	left: 200px;
	font-weight: 600;
	color: #444;

}

.gotoschooltwo {
	height: 402px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond {
	width: 1000px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond p {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	font-weight: 600;
	padding-top: 60px;
	text-align: center;

}

.gotoschooltwo .gtsecond .gtslast {
	font-size: 28px;
}

.gotoschoolthree {
	width: 1200px;
	margin: 0 auto;
	height: 2205px;

}

.gotoschoolthree p {
	font-size: 32px;
	line-height: 80px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;

}

.gotoschoolthree img {
	margin-bottom: 70px;
}

.gotoschoolthree .gtsthird {
	background: url(../images/gotoschool05.png) no-repeat;
	position: absolute;
	height: 1850px;
}

.gotoschoolthree .gtsthird .firstli {
	width: 1200px;
	position: relative;
	top: -50px;
	left: 0px;

}

.gotoschoolthree .gtsthird .firstli h2 {
	width: 485px;
	height: 75px;
	font-size: 35px;
	background: #cc8951;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .firstli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 100px;
	color: #444;
}

.gotoschoolthree .gtsthird .secondli {
	width: 1200px;
	position: relative;
	top: 135px;
	left: 0px;

}

.gotoschoolthree .gtsthird .secondli h2 {
	width: 550px;
	height: 75px;
	font-size: 40px;
	background: #447ca9;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .secondli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolthree .gtsthird .thirdli {
	width: 1200px;
	position: relative;
	top: 350px;
	left: 0px;

}

.gotoschoolthree .gtsthird .thirdli h2 {
	width: 650px;
	height: 75px;
	font-size: 40px;
	background: #ca4342;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .thirdli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolfour {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	margin-top: 50px;
}

.gotoschoolfour img {
	width: 1200px;
	height: 150px;
}

.gotoschoolfive {
	width: 1200px;
	margin: 0 auto;

}

.gotoschoolfive h2 {
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	color: #444;
}

.gotoschoolfive ul {
	margin-top: 50px;
}

.gotoschoolfive ul li {
	width: 360px;
	height: 260px;
	margin: 0px 20px;
	float: left;
	margin-bottom: 50px;

}

.gotoschoolfive ul li img {
	width: 360px;
	height: 260px;
}



/*女生专题页*/

.nsxsmhbanner {

	height: 500px;
	overflow: hidden;

}

.nsxsmhbanner .bannermore {
	width: 1200px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}

.nsxsmhbanner span {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 70px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: -webkit-linear-gradient(top, #ff98b7, #ff7ba3);
}

.nsxsmhbanner span a {

	font-size: 30px;
	color: #ffffff;
}

.nsxsmhbanner span a:hover {

	color: #333;
}

.nsxsmh_introduce {
	width: 1200px;
	text-align: center;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.nsxsmh_introduce h2 {
	font-size: 60px;
	color: #354168;
	font-weight: 600;
	line-height: 140px;
}

.nsxsmh_introduce p {
	font-style: normal;
	color: #354168;
	font-size: 40px;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 20px;
}

.nsxsmh_introduce span {
	color: #354168;
	font-size: 55px;
	font-weight: 600;
	line-height: 150px;
}

.nsxsmh_introduce img {
	margin: 0 auto;

}

.Before_employment {
	height: 1339px;
	overflow: hidden;

}

.Before_employment .jiuyecenter {
	width: 1200px;
	margin: 0 auto;


}

.Before_employment .jiuyeqian {
	height: 280px;
}

.Before_employment .jiuyeqian h2 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	padding-top: 70px;
	font-weight: 600;
}

.Before_employment .jiuyeqian span {
	font-size: 45px;
	line-height: 140px;
	float: right;
	font-weight: 600;
}

.Before_employment .xiangqing {
	width: 900px;

}

.Before_employment .xiangqing p {
	font-size: 18px;
	color: #666;
	margin-left: 170px;
	height: 270px;
	padding-top: 50px;
	line-height: 35px;
	font-weight: 600;
}

.professional_recommendation {
	height: 1220px;
	overflow: hidden;
}

.professional_recommendation ul {
	width: 1200px;
	height: 720px;
	margin: 370px auto 0;
	padding: 0;

}

.professional_recommendation ul li {
	float: left;
	list-style: none;
	width: 315px;
	margin: 0 42px;
	text-align: center;
	padding-top: 140px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	height: 340px;

}

.professional_recommendation ul li h2 {
	color: #354168;
	font-size: 33px;
	margin: 0;
	font-weight: 600;
	line-height: 80px;

}

.professional_recommendation ul li p {

	color: #516091;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
}

.ouradvantage {
	width: 1200px;
	margin: 0 auto;

}

.ouradvantage h2 {
	text-align: center;
	font-size: 70px;
	line-height: 200px;
	font-weight: 600;

}

.ouradvantage ul {}

.ouradvantage ul li {
	width: 1080px;
	height: 400px;
	padding: 30px 60px;

}

.ouradvantage ul li h3 {
	font-size: 28px;
	line-height: 130px;
	font-weight: 600;
}

.ouradvantage ul li p {
	font-size: 22px;
	line-height: 45px;

}

.ouradvantage ul li span {
	float: right;
	width: 120px;
	height: 50px;
	line-height: 50px;
	background: #dddddd;
	text-align: center;

}

.ouradvantage ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: 600;

}

.ouradvantage ul li a:hover {
	color: #d55a00;


}

.ouradvantage .ouradvantage_a {

	background: -webkit-linear-gradient(top, white, #e9f6d9, #d4ebb6);

}

.ouradvantage .ouradvantage_b {
	background: -webkit-linear-gradient(top, white, #ffb579, #ff9845);
}

.ouradvantage .ouradvantage_c {
	background: -webkit-linear-gradient(top, white, #c1daf1, #80b3e2);
}

.Professional_recommendation {
	width: 100%;
	margin-top: 50px;
}

.Professional_recommendation .tuijiantop {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/nsxsmh05.png) no-repeat bottom;
}

.Professional_recommendation .tuijiantop h2 {
	font-size: 55px;
	color: #354167;
	font-weight: 600;
	float: left;

}

.Professional_recommendation .tuijiantop p {
	font-size: 16px;
	color: #666;
	font-weight: 600;
	padding: 45px 0px 0px 15px;
	float: left;

}

.Professional_recommendation .tuijiantop a {
	font-size: 16px;
	color: #666;
	font-weight: 600;
	padding: 40px 20px;
	float: right;

}

.Professional_recommendation .tuijiantop a:hover {
	color: #ce0e0e;

}

.Professional_recommendation .tuijianzhuanye {
	width: 1200px;
	margin: 0 auto;
	height: 235px;
	margin-top: 40px;

}

.Professional_recommendation .tuijianzhuanye ul {
	width: 1200px;
	margin-right: -40px;
}

.Professional_recommendation .tuijianzhuanye li {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 270px;
	margin-right: 37px;
	border: 1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye li img {
	width: 270px;
	height: 200px;
	display: inline-block;
	cursor: pointer;
	float: left;
	border-bottom: 1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye .lastimg {
	margin-right: 0 !important;
}

.Professional_recommendation .tuijianzhuanye li h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
}

.Professional_recommendation .tuijianzhuanye .imglast {
	margin-right: 0px;
}

.School_pictures {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
	margin-top: 50px;
}


.School_pictures .picturesone {
	width: 460px;
	height: 440px;
	float: left;
	border-radius: 8px;
}

.School_pictures ul {
	width: 740px;
	float: right;
	margin-right: -35px;
}

.School_pictures ul li {
	width: 335px;
	height: 230px;
	float: left;
	margin-right: 35px;
}

.School_pictures ul li img {
	width: 335px;
	height: 210px;
	border-radius: 5px;
}

/*驾校专题*/
.driverbanner {
	height: 622px;
	overflow: hidden;
}

.drivers_school {
	width: 1200px;
	height: 2980px;
	margin: 0 auto;
	border: 15px #ffc445 solid;
	margin-top: 50px;
}

.driverone {
	height: 453px;
	background: url(../images/drivertwo.png) no-repeat;
	position: relative;
}

.driverfirst {
	width: 600px;
	position: absolute;
	left: 60px;
	top: 130px;
}

.driverone .driverfirst h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.driverone .driverfirst p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.drivertwo {
	height: 619px;
	background: url(../images/driverthree.png) no-repeat;
	position: relative;
}

.driversecond {
	width: 600px;
	position: absolute;
	right: 90px;
	top: 150px;
}

.drivertwo .driversecond h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.drivertwo .driversecond p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.driverthree {
	height: 805px;
	background: url(../images/driverfour.png) no-repeat;
	position: relative;
}

.driverthird {
	width: 600px;
	position: absolute;
	left: 90px;
	top: 110px;

}

.driverthree .driverthird h2 {
	font-size: 28px;
	color: #ef5514;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.driverthree .driverthird p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	font-weight: 600;
	text-indent: 2em;
}

.driverfour {
	height: 600px;
	background: url(../images/driverfive.png) no-repeat;
	position: relative;
}

.driverfour p {
	width: 950px;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 45px;
	position: absolute;
	left: 140px;
	top: 100px;
	text-indent: 2em;
}

.driverfive {
	height: 480px;
	background: url(../images/driversix.png) no-repeat;
	position: relative;
}

.driverfifth {
	width: 800px;
	height: 250px;
	position: absolute;
	right: 100px;
	top: 110px;
	border: 8px #ccc solid;
	text-align: center;
	line-height: 250px;

}

.driversix {
	height: 745px;
	overflow: hidden;
	margin-top: -80px;
}

/*升学专题*/
.gotoschool {
	height: 480px;
	overflow: hidden;
}

.gotoschoolone {
	background: url(../images/gotoschool02.png) no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: 620px;
	margin-top: 50px;
	position: relative;

}

.gotoschoolone p {
	width: 800px;
	font-size: 30px;
	line-height: 55px;
	position: absolute;
	top: 270px;
	left: 200px;
	font-weight: 600;
	color: #444;

}

.gotoschooltwo {
	height: 402px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond {
	width: 1000px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond p {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	font-weight: 600;
	padding-top: 60px;
	text-align: center;

}

.gotoschooltwo .gtsecond .gtslast {
	font-size: 28px;
}

.gotoschoolthree {
	width: 1200px;
	margin: 0 auto;
	height: 2205px;

}

.gotoschoolthree p {
	font-size: 32px;
	line-height: 80px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;

}

.gotoschoolthree img {
	margin-bottom: 70px;
}

.gotoschoolthree .gtsthird {
	background: url(../images/gotoschool05.png) no-repeat;
	position: absolute;
	height: 1850px;
}

.gotoschoolthree .gtsthird .firstli {
	width: 1200px;
	position: relative;
	top: -50px;
	left: 0px;

}

.gotoschoolthree .gtsthird .firstli h2 {
	width: 485px;
	height: 75px;
	font-size: 35px;
	background: #cc8951;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .firstli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 100px;
	color: #444;
}

.gotoschoolthree .gtsthird .secondli {
	width: 1200px;
	position: relative;
	top: 135px;
	left: 0px;

}

.gotoschoolthree .gtsthird .secondli h2 {
	width: 550px;
	height: 75px;
	font-size: 40px;
	background: #447ca9;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .secondli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolthree .gtsthird .thirdli {
	width: 1200px;
	position: relative;
	top: 350px;
	left: 0px;

}

.gotoschoolthree .gtsthird .thirdli h2 {
	width: 650px;
	height: 75px;
	font-size: 40px;
	background: #ca4342;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .thirdli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolfour {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	margin-top: 50px;
}

.gotoschoolfour img {
	width: 1200px;
	height: 150px;
}

.gotoschoolfive {
	width: 1200px;
	margin: 0 auto;

}

.gotoschoolfive h2 {
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	color: #444;
}

.gotoschoolfive ul {
	margin-top: 50px;
}

.gotoschoolfive ul li {
	width: 360px;
	height: 260px;
	margin: 0px 20px;
	float: left;
	margin-bottom: 50px;

}

.gotoschoolfive ul li img {
	width: 360px;
	height: 260px;
}

/*高中部*/
.gzb01{
	height:720px;
	overflow:hidden;
}
.gzb02{
	height:1533px;
	overflow:hidden;
}
.gzb03{
	height:1231px;
	overflow:hidden;
}
.gzb04{
	height:1280px;
	overflow:hidden;
}
.gzb05{
	height:709px;
	overflow:hidden;
}
.gzb06{
	height:1536px;
	overflow:hidden;
}
.gzb07{
	height:1367px;
	overflow:hidden;
}
