@charset "gb2312";

/* CSS Document */
/* 重置 */
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}

body {
	background-color: #fff;
}

/* 头部导航*/
.juzhong {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

.header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #cacaca;
	position: fixed;
	top: 0;
	z-index: 999;
}

.header_content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	float: left;
	padding-top: 18px;
	padding-bottom: 21px;
	margin-right: 65px;
}

.header ul {
	float: left;
}

.header ul li {
	float: left;
}

.header ul li a {
	font-size: 16px;
	line-height: 84px;
	color: #222;
	padding-right: 22px;
	padding-left: 21px;
	border-right: 1px #222 solid;
}

.header ul li:hover {
	background-image: -moz-linear-gradient(360deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(360deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(360deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(360deg, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
}

.header ul ol {
	position: absolute;
	top: 84px;
}

.header ol li {
	clear: both;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 1px #999 solid
}

.header ol li a {
	clear: both;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	padding-right: 26px;
	padding-left: 25px;
	margin-right: 0;
	border-right: none;
	display: block;
}

.header ol li a:hover {
	color: #222;
}

.header .lianxi {
	float: right;
	margin-top: 29px;
}

.header .lianxi img {
	margin-left: 10px;
}

.erweima {
	position: absolute;
	top: 75px;
	right: 44px;
}

/*banner*/
.banner img {
	width: 100%;
	height: 100%;
}

/*专业*/
.majoy {
	width: 1200px;
	margin: 0 auto;
}

.title {
	margin-top: 44px;
	margin-bottom: 30px;
	text-align: center;
}

.majoy h1 {
	font-size: 24px;
	color: #fd5e27;
	font-weight: 550;
}

.majoy p {
	font-size: 18px;
	color: #9e9e9e;
}

.content {
	width: 100%;
	height: 100%;
}

.content ul {}

.content li {
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #eee;
}

.content li:nth-child(3),
.content li:nth-child(6) {
	margin-right: 0;
}

.content li h3 {
	font-size: 18px;
	color: #5e3700;
	margin-top: 14px;
}

.content li p {
	font-size: 14px;
	margin-top: 4px;
	color: #5e3700;
}

.content button {
	cursor: pointer;
	margin-top: 26px;
	margin-bottom: 18px;
}

.content .one {
	cursor: pointer;
	background: #e60012;
	margin-right: 20px;
	padding: 6px 26px;
	color: #fff;
}

.content .two {
	cursor: pointer;
	background: #fd8705;
	margin-left: 20px;
	padding: 6px 26px;
	color: #fff;
}

/*技能+学历*/
.skill {
	width: 1200px;
	margin: 0 auto;
}

.skill h1 {
	font-size: 24px;
	color: #fd5e27;
	font-weight: 500;
}

.skill p {
	font-size: 18px;
	color: #9e9e9e;
}

.skill .content {
	width: 1120px;
	background: #f5f5f5;
	font-size: 18px;
	padding: 20px 40px;
	text-align: center;
}

.skill .content h4 {
	color: #00000c;
}

.skill .content span {
	font-size: 14px;
	color: #999595;
	text-transform: uppercase;
}

.skill .content p {
	margin-top: 10px;
	font-size: 16px;
	color: #555353;
}

.detail {
	width: 1190px;
	margin-top: 10px;
	position: relative;
}

.detail li {
	width: 256px;
	height: 336px;
	text-align: center;
	background: #ff5d13;
}

.detail li:nth-child(2) {
	position: absolute;
	left: 608px;
	top: 0;
}

.detail li h3 {
	padding-top: 30px;
	padding-bottom: 24px;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
}

.detail li p {
	margin-top: 18px;
	color: #fff;
	font-size: 18px;

}

.detail button {
	cursor: pointer;
	padding: 6px 36px;
	color: #ff5d13;
	margin-top: 34px;
	background: #ffdb45;
	font-size: 16px;
}

.detail .show {
	position: absolute;
	top: 0;
	left: 256px;
}

/*表单 start*/
.Form {
	width: 100%;

	float: left;
	background: url("../images/bg.jpg");
	padding: 30px 0;
	margin-top: 60px;
}

.Form .x_frm {
	width: 1200px;

	margin: 0 auto;
	padding-left: 300px;
}

.pho04 {
	width: 580px;
	height: 40px;
	float: left;
	border-radius: 30px;
	text-align: center;
	color: hsla(0, 0%, 29%, 1.00);
	font-size: 18px;
}

.x_frmBtn {
	cursor: pointer;
	width: 160px;
	height: 40px;
	float: left;
	background: hsla(0, 0%, 100%, 1.00);
	margin-left: 20px;
	border-radius: 30px;
	color: hsla(359, 100%, 50%, 1.00);
	font-size: 18px;
}

.wt_1_button {
	padding: 4px 6px;
	width: 88px;
	margin: 0 auto;
	margin-top: 10px;
	background: #b5b5b5;
	border-radius: 50px;
}

.wt_1_button:hover {
	cursor: pointer;
	padding: 4px 6px;
	width: 88px;
	margin: 0 auto;
	margin-top: 10px;
	background: #ff7e36;
	color: #fff;
	border-radius: 50px;
}

/*校园环境*/
.box_xyhj {
	margin-top: 30px;
}

.box_xyhj h1 {

	font-size: 24px;
	color: #fd5e27;
	font-weight: 550;
}

.box_xyhj p {
	font-size: 18px;
	color: #9e9e9e;
}


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

.box_button {
	width: 300px;
	height: 34px;
	margin: 30px auto;

	background: #e60012;
	text-align: center;
	line-height: 34px;
	color: hsla(0, 0%, 100%, 1.00);
	border-radius: 17px;
}

/*梦想从这里启航*/
.box_mx {
	padding: 10px 0;
	background: url(../picture/bj1.jpg) no-repeat top center;
}

.box_mx h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 550;
}

.box_mx p {
	font-size: 18px;
	color: #FFFFFF;
}


.box_mx_tu_top {
	width: 100%;

	float: left;
}

.box_mx_tu_top img {
	width: 24.5%;
}

.box_mx_tu_bottom {
	width: 100%;
}

.box_mx_tu_bottom img {
	width: 24.5%;
}

/*就业保障*/
.employment {
	width: 100%;
	padding: 60px 0;
}

.employment h1 {
	font-size: 24px;
	color: #fd5e27;
	font-weight: 550;
}

.employment p {
	font-size: 18px;
	color: #9e9e9e;
}

.employmentbox {
	width: 1200px;
	height: 573px;
	margin: 30px auto;
}

.employment1 {

	background: url(../picture/jy01.png) no-repeat top center;
}

.employment1 p {
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 73px;
	left: 53px;
}

.fh {
	width: 37px;
	height: 4px;
	background: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 83px;
	left: 53px;
}

.employment1 ul {
	width: 1117px;
	height: 453px;


}

.employment1 ul li {
	width: 28%;
	margin-left: 5%;
	margin-top: 143px;
	float: left;
}

.employment1 ul li>span {
	width: 100%;
	height: 56px;
	background: hsla(0, 0%, 0%, 1.00);
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;

}

.employment2 {
	background: url(../picture/jy02.png) no-repeat top center;

}

.employment2 p {
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 73px;
	left: 833px;
}

.fh2 {
	width: 37px;
	height: 4px;
	background: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 83px;
	left: 833px;
}

.employment2 ul {
	width: 1117px;
	height: 453px;
	margin-left: 2%;

}

.employment2 ul li {
	width: 28%;
	margin-left: 5%;
	margin-top: 143px;
	float: left;
}

.employment2 ul li:first-child {
	margin-left: 2%;
}

.employment2 ul li>span {
	width: 100%;
	height: 56px;
	background: hsla(0, 0%, 0%, 1.00);
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;

}

/**/
.employment3 {

	background: url(../picture/jy03.png) no-repeat top center;
}

.employment3 p {
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 73px;
	left: 53px;
}

.fh {
	width: 37px;
	height: 4px;
	background: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 83px;
	left: 53px;
}

.employment3 ul {
	width: 1117px;
	height: 453px;


}

.employment3 ul li {
	width: 28%;
	margin-left: 5%;
	margin-top: 143px;
	float: left;
}

.employment3 ul li>span {
	width: 100%;
	height: 56px;
	background: hsla(0, 0%, 0%, 1.00);
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;

}

.employment4 {
	background: url(../picture/jy04.png) no-repeat top center;

}

.employment4 p {
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 73px;
	left: 833px;
}

.fh4 {
	width: 37px;
	height: 4px;
	background: hsla(0, 0%, 100%, 1.00);
	position: relative;
	top: 83px;
	left: 833px;
}

.employment4 ul {
	width: 1117px;
	height: 453px;
	margin-left: 2%;

}

.employment4 ul li {
	width: 28%;
	margin-left: 5%;
	margin-top: 143px;
	float: left;
}

.employment4 ul li:first-child {
	margin-left: 2%;
}

.employment4 ul li>span {
	width: 100%;
	height: 56px;
	background: hsla(0, 0%, 0%, 1.00);
	color: hsla(0, 0%, 100%, 1.00);
	position: relative;

}

/*好就业好未来*/
.future {
	width: 100%;
	background: #fbf4e9;
	padding: 30px 0;
	float: left;
}

.future_n {
	width: 100%;
}

.future_n ul {
	width: 1180px;
	height: 446px;
	margin: 0 auto;
}

.future_n ul li {
	width: 259px;
	height: 442px;
	background: hsla(0, 0%, 100%, 1.00);
	float: left;
	margin-left: 30px;

}

.future_n ul li h3 {
	width: 173px;
	height: 38px;
	margin: 0 auto;
	background: url(../picture/xz.png) no-repeat top center;
	position: relative;
	top: -22px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: hsla(0, 0%, 100%, 1.00);
	font-weight: normal;
}

.future_n ul li p {
	text-align: center;
}

/*轮播问题*/
.problem {

	width: 100%;
	padding: 30px 0;
}

.problem h4 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}


/* 本例子css */
.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 33px;
	height: 63px;
	background: #b5b5b5;
	top: 50px;
}

.picScroll-left .hd .next {
	background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	padding: 10px;
}

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

.picScroll-left .bd ul li {
	margin: 0 30px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #eeeeee;
	padding: 20px 0px;
}

.picScroll-left .bd ul li img {
	width: 40%;
}

.picScroll-left .bd .tempWrap {
	margin: 0 auto;
}

.picScroll-left .bb .prev {
	background: url("../picture/left.png") no-repeat left top;
	left: 0;
}

.picScroll-left .bb .next {
	background: url("../picture/right.png") no-repeat left top;
	right: 0;
}


/*表单 end*/
.biaod {
	width: 100%;
	background: url(../picture/bj.jpg) no-repeat center top;
	padding: 20px 0;
}

.biaod_box {
	width: 429px;
	height: 403px;
	padding: 20px 0;
	position: relative;
	left: 1050px;
	background: hsla(0, 0%, 100%, 1.00);
}

.biaod_box h3 {
	font-size: 26px;
	margin-top: 20px;
	text-align: center;
}

.biaod_box p {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	color: #333;
}

#form1 {
	margin-top: 10px;
}

.biaod_box div {}

.i_input {
	width: 70%;
	height: 40px;
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15%;
	border: hsla(0, 0%, 61%, 1.00) thin solid;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;

}

.sum {
	width: 70%;
	height: 40px;
	margin-top: 30px;
	border-radius: 50px;
	color: hsla(0, 0%, 100%, 1.00);
	font-size: 16px;
	margin-left: 15%;
                text-align: center;
	background-image: -moz-linear-gradient(0deg, rgb(255, 134, 93) 0%, rgb(255, 84, 92) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(255, 134, 93) 0%, rgb(255, 84, 92) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(255, 134, 93) 0%, rgb(255, 84, 92) 100%);
}



/*底部*/
.h47_bg {
	background: url(/templets/v201206/image/h47_bg.png) repeat-x bottom;
	min-width: 1200px;
}

.bottom_bg {
	width: 1200px;
	margin: 0px auto;
	color: #ffffff;
	line-height: 47px;
	height: 47px;
	text-align: center;
}

.bottom_bg_1 {
	width: 1200px;
	margin: 0px auto;
	color: #ffffff;
	padding-top: 225px;
	line-height: 47px;
	height: 47px;
	text-align: center;
}

.w11_right {
	margin-left: 35px;
	display: inline-block;
	padding-left: 20px;
	text-align: center;
	background: url(/templets/v201206/image/w11_right.png) no-repeat left;
}

.p30_mw1200 {
	background: #484848;
	padding: 30px 0px;
	min-width: 1200px;
}

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

.bottom_title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

.bottom_show {
	line-height: 24px;
	color: #898787;
}

.br_bl {
	border-right: 1px solid #5e5d5d;
	padding: 0px 35px;
}

.right_phone {
	background: url(/templets/v201206/image/zx_1.png) no-repeat left;
	line-height: 24px;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.br_bk1 {
	border-right: 1px solid #5e5d5d;
}

.bottom_phone {
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
}

.zx_3 {
	background: url(/templets/v201206/image/zx_3.png) no-repeat left;
	padding-left: 24px;
}

.zx_2 {
	background: url(/templets/v201206/image/zx_2.png) no-repeat left;
	padding-left: 24px;
}

.zx_h30 {
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.zx_h30 a:link,
.zx_h30 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.zx_h30 a:hover {
	color: #ee7800;
}

.color_1 {
	color: #ee7800;
}

.br_p045 {
	border-right: 1px solid #5e5d5d;
	padding: 0px 45px;
}

.bottom_show a:link,
.bottom_show a:visited {
	color: #898787;
}

.bottom_show a:hover {
	color: #ee7800;
}

.bottom_title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

.right_phone {
	background: url(/templets/v201206/image/zx_1.png) no-repeat left;
	line-height: 24px;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


.zx_3 {
	background: url(/templets/v201206/image/zx_3.png) no-repeat left;
	padding-left: 24px;
}

.zx_2 {
	background: url(/templets/v201206/image/zx_2.png) no-repeat left;
	padding-left: 24px;
}

.zx_h30 {
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.zx_h30 a:link,
.zx_h30 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.zx_h30 a:hover {
	color: #ee7800;
}

.bottom_right_font {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	height: 20px;
	margin-top: 5px;
}