/*公共css设计*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #6D6D6D;
}

img {
	border: 0px;
}

a,
input,
textarea,
select {
	hide-focus: expression( this.hideFocus=true);
	outline: none;
}

div,
form,
ul,
li,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
select {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

ul,
li {
	list-style-type: none;
}

.clear {
	clear: both;
}



.img {
	border: 0px;
	min-width: 30px;
	_width: expression(this.width<30?"30px":this.width);
	min-height: 30px;
	_height: expression(this.height<30?"30px":this.height);
	max-width: 885px;
	_width: expression(this.width>885?"885px":this.width);
	/*max-height:800px; 
_height:expression(this.height>800?"800px":this.height);*/
}


/*顶部css设计开始*/

.top {
	min-width: 1170px;
	background: #2d3e50;
	background-color: rgb(45, 62, 80);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	height: 40px;
	color: #a1a9b1;
	font-size: 12px;
}

.top .top_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: 40px;
	border: 0px #F00 solid;
}

.top_box .pingtai {
	float: left;
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #1bb8b6;
	border: 0px #06F solid;
}

.top_box .line {
	float: left;
	display: inline-block;
	width: 3px;
	height: 40px;
	background: url(../image/top_line.png) left top no-repeat;
}

.top_box .weixin {
	float: left;
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #a1a9b1;
	padding-left: 25px;
	background: url(../image/weixin.png) 5px 11px no-repeat;
	position: relative;
	border: 0px #06F solid;
}

.top_box .weixin a {
	color: #a1a9b1;
}

.top_box #wxImg {
	top: 40px;
	left: 0px;
	z-index: 99999;
	display: none;
	position: absolute;
	border: 1px #edf3f9 solid;
}

.top_box .tel {
	float: right;
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: url(../image/tel.png) 5px 5px no-repeat;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1bb8b6;
	padding-left: 40px;
	border: 0px #06F solid;
}


/*顶部css设计结束*/


/*头部开始*/

.head {
	margin: 0px auto;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: 95px;
	border-bottom: 1px #edf3f9 solid;
}

.head .head_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: 95px;
	border: 0px #F00 solid;
}

.head .head_box  .logo{
	width:250px;
}
.head_box .head_left {
	float: left;
	display: block;
	width: 320px;
	height: 95px;
	border: 0px #F00 solid;
}

.head_box .head_right {
	float: right;
	display: block;
	width: 680px;
	height: 95px;
	line-height: 95px;
	border: 0px #F00 solid;
}

.head_right ul {
	list-style-type: none;
	clear: both;
}

.head_right ul li {
	float: left;
	display: block;
	display: inline;
	margin-left: 40px;
	height: 95px;
	line-height: 95px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #5d6e80;
	border: 0px #00F solid;
	position: relative;
	z-index: 999;
}

.head_right ul li a {
	font-family: "微软雅黑";
	color: #5d6e80;
}

.head_right ul li a:hover {
	color: #1bb8b6;
	font-weight: normal;
}

.head_right ul li .nav_visited {
	color: #1bb8b6;
	font-weight: normal;
}

.head_right ul li ul {
	display: block;
	margin-top: 10px;
	display: none;
}

.head_right ul li:hover ul {
	display: block;
	position: absolute;
	top: 70px;
	padding-top: 5px;
	padding-bottom: 10px;
	left: -15px;
	width: 100px;
	background: #FFF;
	z-index: 999;
	border: 1px #1bb8b6 solid;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.head_right ul li:hover ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.head_right ul li:hover ul li a {
	display: block;
	line-height: 30px;
	color: #5d6e80;
	text-align: center;
	font-size: 12px;
}

.head_right ul li:hover ul li a:hover {
	color: #1bb8b6;
	text-decoration: underline;
}


/*头部结束*/




/* banner+导航 */

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 100;
	min-width: 1200px;
}

.banner img {
	width: 100%;
	vertical-align: bottom;
}

.banner .swiper-container .swiper-slide {
	text-align: center;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}

.banner .swiper-container .pageye {
	bottom: 76px;
}

.banner .swiper-container .pageye .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 6px;
}

.banner .swiper-container .pageye .swiper-pagination-bullet-active {
	background: #fff;
	width: 18px;
}

.banner .banner1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .banner1 ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 1000%;
	height: 100%;
}

.banner .banner1 ul li {
	float: left;
	height: 100%;
}

.banner .banner1 ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.banner .banner1 ul li a img {
	width: 100%;
}

.banner .banner1 ol {
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 100%;
	height: 38px;
	bottom: 30px;
}

.banner .banner1 ol li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	background: url(../image/a61.png) left top no-repeat;
	background-size: 100% auto;
	border-radius: 5px;
}

.banner .banner1 ol li.cur {
	width: 18px;
	height: 10px;
	background: url(../image/a62.png) left top no-repeat;
	background-size: 100% auto;
}

.banner .banner1 span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35.5px;
	z-index: 3;
	width: 71px;
	height: 71px;
	display: inline-block;
	cursor: pointer;
}

.banner .banner1 span.prev {
	margin-left: -590px;
	background: url(../image/banner6.png) no-repeat;
}

.banner .banner1 span.next {
	margin-left: 530px;
	background: url(../image/banner7.png) no-repeat;
}

.banner .banner1 img {
	width: 100%;
	vertical-align: bottom;
}

/*幻灯开始*/

.ad {
	margin: 5px auto;
	display: block;
	width: 100%;
	height: 400px;
	border: 0px #edf3f9 solid;
	clear: both;
}


/*幻灯结束*/


/*主要开始*/


/*首页设计开始*/


/*首页服务项目开始*/

.index_project {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(255, 255, 255);
	border: 0px #F00 solid;
	clear: both;
}

.index_project_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_project h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_project ul {
	width: 1300px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.index_project ul li {
	width: 262px;
	height: 190px;
	padding-top: 133px;
	float: left;
	margin-right: 40px;
	background: rgb(247, 247, 247);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-box-shadow: 0 3px 2px rgb(240, 240, 240);
	-moz-box-shadow: 0 3px 2px rgb(240, 240, 240);
	box-shadow: 0 3px 2px rgb(240, 240, 240);
	position: relative;
}

.index_project ul li:hover {
	background: rgb(229, 239, 240);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.index_project ul li .img {
	top: 10px;
	left: 5px;
	border: 0px #963 solid;
	position: absolute;
}

.index_project ul li img:hover {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.index_project ul li .index_project_content {
	top: 270px;
	left: 40px;
	width: 180px;
	height: 50px;
	font-size: 16px;
	position: absolute;
	border: 0px #963 solid;
}

.index_project_content .index_project_button {
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	width: 156px;
	line-height: 40px;
	text-align: center;
	background: rgb(27, 184, 182);
	border: none;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.index_project_content .index_project_button:hover {
	background: #bf1214;
	border: none;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


/*首页服务项目结束*/


/*首页主营项目开始*/

.main_business {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(251, 251, 251);
	border: 0px #F00 solid;
	clear: both;
}

.main_business_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.main_business h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.main_business .carousel {
	width: 1300px;
	height: 330px;
	border: 0px #F00 solid;
}

.main_business .carousel .prev,
.main_business .carousel .next {
	height: 23px;
	width: 23px;
	overflow: hidden;
	display: block;
	margin-top: 120px;
	text-decoration: none;
	cursor: pointer;
}

.main_business .carousel .prev {
	float: left;
	background: url(../image/left.png) no-repeat;
	width: 29px;
	height: 50px;
}

.main_business .carousel .next {
	float: left;
	background: url(../image/right.png) no-repeat;
	width: 29px;
	height: 50px;
}

.main_business .jCarouselLite {
	float: left;
	display: inline-block;
	width: 1100px;
	height: 330px;
	margin: 0px 5px;
	border: 0px #F00 solid;
	overflow: hidden;
}

.main_business ul li {
	width: 262px;
	height: 190px;
	padding-top: 133px;
	float: left;
	margin-right: 20px;
	background: rgb(247, 247, 247);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-box-shadow: 0 3px 2px rgb(240, 240, 240);
	-moz-box-shadow: 0 3px 2px rgb(240, 240, 240);
	box-shadow: 0 3px 2px rgb(240, 240, 240);
	position: relative;
}

.main_business ul li:hover {
	background: rgb(229, 239, 240);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.main_business ul li .img {
	top: 10px;
	left: 5px;
	border: 0px #963 solid;
	position: absolute;
}

.main_business ul li img:hover {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.main_business ul li .main_business_content {
	top: 270px;
	left: 40px;
	width: 180px;
	height: 50px;
	font-size: 16px;
	position: absolute;
	border: 0px #963 solid;
}

.main_business_content .main_business_button {
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	width: 156px;
	line-height: 40px;
	text-align: center;
	background: rgb(27, 184, 182);
	border: none;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.main_business_content .main_business_button:hover {
	background: #bf1214;
	border: none;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.main_business .jCarouselLite li a {
	display: block;
}

.main_business .jCarouselLite li a:link img,
.jCarouselLite li a:visited img {
	border: 0px solid #ddd;
}

.main_business .jCarouselLite li a:hover img {
	border: 0px solid #d10300;
}

.main_business .jCarouselLite li a .staff {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.main_business .jCarouselLite li a .staff p {
	display: block;
	line-height: 25px;
}

.main_business .jCarouselLite li a .staff p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.main_business .jCarouselLite li a .staff p span {
	display: inline-block;
	margin-left: 5px;
}

.main_business .jCarouselLite li a:hover .staff {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}


/*首页主营项目结束*/


/*首页优秀员工开始*/

.index_staff {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(251, 251, 251);
	border: 0px #F00 solid;
	clear: both;
}

.index_staff_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_staff h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_staff .carousel {
	width: 1300px;
	height: 310px;
	border: 0px #F00 solid;
}

.index_staff .carousel .prev,
.index_staff .carousel .next {
	height: 23px;
	width: 23px;
	overflow: hidden;
	display: block;
	margin-top: 120px;
	text-decoration: none;
	cursor: pointer;
}

.index_staff .carousel .prev {
	float: left;
	background: url(../image/left.png) no-repeat;
	width: 29px;
	height: 50px;
}

.index_staff .carousel #sj_prev_staff {
	background: url(../image/imageNavLeft.gif) no-repeat;
	width: 29px;
	height: 50px;
}

.index_staff .carousel .next {
	float: left;
	background: url(../image/right.png) no-repeat;
	width: 29px;
	height: 50px;
}

.index_staff .carousel #sj_next_staff {
	background: url(../image/imageNavRight.gif) no-repeat;
	width: 29px;
	height: 50px;
}

.index_staff .jCarouselLite {
	float: left;
	width: 1110px;
	height: 310px;
	overflow: hidden;
}

.index_staff .jCarouselLite li {
	display: block;
	height: 310px;
	width: 210px;
	text-align: center;
	margin-left: 10px;
	position: relative;
}

.index_staff .jCarouselLite li a {
	display: block;
}

.index_staff .jCarouselLite li a:link img,
.jCarouselLite li a:visited img {
	border: 0px solid #ddd;
}

.index_staff .jCarouselLite li a:hover img {
	border: 0px solid #d10300;
}

.index_staff .jCarouselLite li a .staff {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.index_staff .jCarouselLite li a .staff p {
	display: block;
	line-height: 25px;
}

.index_staff .jCarouselLite li a .staff p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.index_staff .jCarouselLite li a .staff p span {
	display: inline-block;
	margin-left: 5px;
}

.index_staff .jCarouselLite li a:hover .staff {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}


/*首页优秀员工结束*/


/*首页优秀就业开始*/

.index_guarantee {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(251, 251, 251);
	border: 0px #F00 solid;
	clear: both;
}

.index_guarantee_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_guarantee h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_guarantee ul {
	list-style-type: none;
	border: 0px #F00 solid;
}

.index_guarantee li {
	float: left;
	display: block;
	display: inline;
	height: 310px;
	width: 210px;
	text-align: center;
	margin-left: 20px;
}

.index_guarantee li a {
	display: block;
}

.index_guarantee li a:link img,
li a:visited img {
	border: 0px solid #ddd;
}

.index_guarantee li a:hover img {
	border: 0px solid #d10300;
}


/*首页优秀就业结束*/


/*首页顾问服务开始*/

.index_server {
	margin: 0px auto;
	display: block;
	padding-bottom: 20px;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(247, 247, 247);
	border: 0px #F00 solid;
	clear: both;
}

.index_server_box {
	margin: 5px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_server h3 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_server .server_content {
	width: 1200px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.server_content .server_left {
	float: left;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 30px;
	border: 0px #900 solid;
	width: 260px;
	height: 397px;
	background: rgb(229, 239, 239);
	-webkit-box-shadow: 0 3px 2px rgb(220, 220, 220);
	-moz-box-shadow: 0 3px 2px rgb(220, 220, 220);
	box-shadow: 0 3px 2px rgb(220, 220, 220);
	overflow: hidden;
}

.server_left img {
	display: block;
	border: 0px;
}

.server_left img:hover {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.server_left p {
	line-height: 28px;
	padding: 0 37px;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 37px;
	color: rgb(121, 128, 140);
}

.server_left p em {
	display: inline-block;
	width: 12px;
	height: 12px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgb(27, 184, 182);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
}

.server_left .server_button {
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 14px;
	width: 156px;
	line-height: 40px;
	text-align: center;
	background: rgb(27, 184, 182);
	border: none;
	margin-bottom: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.server_left .server_button:hover {
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
	background: rgb(255, 131, 131);
}

.server_content .server_middle {
	float: left;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 30px;
	width: 480px;
	height: 397px;
	border: 1px solid rgb(241, 240, 239);
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 3px 5px rgb(220, 220, 220);
	-moz-box-shadow: 0 3px 5px rgb(220, 220, 220);
	box-shadow: 0 3px 5px rgb(220, 220, 220);
}

.server_middle ul {
	margin: 0px auto;
	width: 90%;
	list-style-type: none;
}

.server_middle ul li {
	position: relative;
	padding: 16px 0;
	border-bottom: 1px dashed rgb(217, 225, 226);
}

.server_middle .server_middle_img {
	float: left;
	display: inline-block;
	margin-right: 15px;
	width: 66px;
	height: 66px;
}

.server_middle ul li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.server_middle .server_middle_text {
	float: left;
	width: 250px;
	border: 0px #09F solid;
}

.server_middle_text p {
	line-height: 33px;
	color: rgb(122, 130, 141);
	cursor: default;
}

.server_middle .server_know {
	float: left;
	display: inline-block;
	margin: 30px 0px 0px 15px;
	width: 76px;
	text-align: center;
	line-height: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px dashed rgb(255, 111, 111);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 111, 111);
	cursor: pointer;
}

.server_middle .server_know:hover {
	color: rgb(27, 184, 182);
	border: 1px dashed rgb(27, 184, 182);
}

.server_content .server_right {
	float: left;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 30px;
	width: 387px;
	height: 397px;
	border: 0px #933 solid;
}

.server_right .server_img1 {
	display: block;
	border: 1px solid rgb(241, 240, 239);
	-webkit-box-shadow: 0 3px 5px rgb(220, 220, 220);
	-moz-box-shadow: 0 3px 5px rgb(220, 220, 220);
	box-shadow: 0 3px 5px rgb(220, 220, 220);
}

.server_right .server_img2 {
	display: block;
	margin-top: 15px;
	border: 1px solid rgb(241, 240, 239);
	-webkit-box-shadow: 0 3px 5px rgb(220, 220, 220);
	-moz-box-shadow: 0 3px 5px rgb(220, 220, 220);
	box-shadow: 0 3px 5px rgb(220, 220, 220);
}

.server_right img:hover {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


/*首页顾问服务结束*/


/*首页广告位开始*/

.guang_position {
	margin: 0px auto;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 1170px;
	height: 100px;
	border: 0px #F00 solid;
	clear: both;
}


/*首页广告位结束*/


/*首页新闻资讯开始*/

.index_news {
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(255, 255, 255);
	border: 0px #F00 solid;
	clear: both;
}

.index_news .index_news_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_news .index_news_left {
	float: left;
	width: 764px;
	height: auto;
	border: 0px #993 solid;
	overflow: hidden;
}

.index_news_left ul {
	width: 800px;
	border: 0px #00F solid;
	clear: both;
}

.index_news_left ul li {
	float: left;
	width: 240px;
	height: auto;
	margin-right: 21px;
	border-right: 0px #F00 solid;
}

.index_news_left ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}

.index_news_left .news_img {
	display: block;
}

.index_news_left .news_img img {
	width: 240px;
	height: 146px;
}

.index_news_left h6 {
	font-size: 18px;
	line-height: 28px;
	padding: 20px 17px 8px;
	color: rgb(106, 116, 129);
}

.index_news_left p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
	color: rgb(142, 146, 152);
}

.index_news_left p a {
	color: rgb(98, 199, 199);
}

.index_news .index_news_right {
	float: right;
	width: 387px;
	height: auto;
	border: 0px #F00 solid;
	overflow: hidden;
}

.index_news_right .right_content_list {
	background: rgb(255, 255, 255);
	padding-left: 15px;
	padding-right: 35px;
}

.index_news_right .right_content_list ul li {
	margin-bottom: 16px;
}

.index_news_right .right_content_list p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_right .right_content_list .right_list_number {
	display: inline-block;
	width: 21px;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	background: #1bb8b6;
	color: rgb(255, 255, 255);
	margin-right: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.index_news_right .right_content_list a {
	font-size: 16px;
	color: rgb(94, 104, 119);
}

.index_news_right .right_content_list a:hover {
	color: rgb(27, 184, 182);
}

.index_news .index_news_head {
	padding-left: 16px;
	padding-right: 17px;
	background: rgb(239, 239, 239);
	margin-bottom: 20px;
}

.index_news_head h5 {
	padding-left: 22px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	color: rgb(106, 116, 129);
}

.index_news_head h5::before {
	content: "";
	position: absolute;
	height: 18px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 4px solid rgb(27, 184, 182);
}

.index_news_head a {
	font-size: 14px;
	position: absolute;
	right: 0;
	font-family: "微软雅黑";
	font-weight: normal;
	color: rgb(106, 116, 129);
}

.index_news_head a:hover {
	color: rgb(27, 184, 182);
}


/*首页新闻资讯结束*/


/*首页合作伙伴开始*/

.index_join {
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	min-width: 500px;
	height: auto;
	background: rgb(247, 247, 247);
	border: 0px #F00 solid;
	clear: both;
}

.index_join_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}


.index_join_box ul img {
	width: 227px;
	height: 76px;
}
.index_join h4 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_join ul {
	width: 1190px;
	padding-bottom: 30px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.index_join ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 14px;
	width: 227px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.index_join a:hover img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}


/*首页合作伙伴结束*/


/*首页我们的优势开始*/

.index_good {
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 80px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(255, 255, 255);
	border: 0px #F00 solid;
	clear: both;
}

.index_good_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.index_good h3 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.index_good ul {
	width: 1190px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.index_good ul li {
	float: left;
	display: block;
	display: inline;
	background: rgb(247, 247, 247);
	color: rgb(94, 104, 119);
	width: 216px;
	height: 216px;
	margin-right: 22px;
	margin-bottom: 22px;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
	position: relative;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
	border: 0px #930 solid;
	position: relative;
}

.index_good ul li:hover {
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
	background: rgb(255, 131, 131);
}

.index_good ul li:hover p,
.index_good ul li:hover p a {
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	transition: color .3s ease-in;
	color: rgb(255, 255, 255);
}

.index_good .good_img1 {
	display: block;
	left: 68px;
	top: 45px;
	width: 79px;
	height: 79px;
	background: url(../image/icon_good.png) -3px -349px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img1 {
	display: block;
	left: 68px;
	top: 45px;
	width: 79px;
	height: 79px;
	background: url(../image/icon_good.png) -87px -349px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img2 {
	display: block;
	left: 70px;
	top: 45px;
	width: 68px;
	height: 80px;
	background: url(../image/icon_good.png) -3px -796px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img2 {
	display: block;
	left: 70px;
	top: 45px;
	width: 68px;
	height: 80px;
	background: url(../image/icon_good.png) -77px -796px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img3 {
	display: block;
	left: 55px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -3px 0px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img3 {
	display: block;
	left: 55px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -107px 0px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img4 {
	display: block;
	left: 65px;
	top: 40px;
	width: 80px;
	height: 82px;
	background: url(../image/icon_good.png) -3px -440px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img4 {
	display: block;
	left: 65px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -85px -440px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img5 {
	display: block;
	left: 55px;
	top: 40px;
	width: 97px;
	height: 73px;
	background: url(../image/icon_good.png) -3px -537px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img5 {
	display: block;
	left: 55px;
	top: 40px;
	width: 97px;
	height: 73px;
	background: url(../image/icon_good.png) -105px -537px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img6 {
	display: block;
	left: 60px;
	top: 50px;
	width: 98px;
	height: 69px;
	background: url(../image/icon_good.png) -2px -723px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img6 {
	display: block;
	left: 60px;
	top: 50px;
	width: 98px;
	height: 69px;
	background: url(../image/icon_good.png) -101px -723px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img7 {
	display: block;
	left: 65px;
	top: 40px;
	width: 76px;
	height: 83px;
	background: url(../image/icon_good.png) -2px -176px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img7 {
	display: block;
	left: 65px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -79px -176px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img8 {
	display: block;
	left: 60px;
	top: 40px;
	width: 90px;
	height: 90px;
	background: url(../image/icon_good.png) -2px -621px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img8 {
	display: block;
	left: 60px;
	top: 40px;
	width: 90px;
	height: 90px;
	background: url(../image/icon_good.png) -95px -621px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img9 {
	display: block;
	left: 65px;
	top: 40px;
	width: 86px;
	height: 80px;
	background: url(../image/icon_good.png) -3px -264px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img9 {
	display: block;
	left: 65px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -90px -264px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good .good_img10 {
	display: block;
	left: 55px;
	top: 40px;
	width: 98px;
	height: 82px;
	background: url(../image/icon_good.png) -3px -89px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good ul li:hover .good_img10 {
	display: block;
	left: 55px;
	top: 40px;
	width: 99px;
	height: 84px;
	background: url(../image/icon_good.png) -105px -89px no-repeat;
	border: 0px #930 solid;
	position: absolute;
}

.index_good p {
	display: inline-block;
	width: 100%;
	left: 0px;
	top: 140px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	border: 0px #F00 solid;
}


/*首页我们的优势结束*/


/*首页设计结束*/

.main {
	margin: 0px auto;
	display: block;
	width: 1170px;
	min-width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
}

.main .main_title {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #5d6e80;
	display: block;
	height: 30px;
	line-height: 30px;
	border: 0px #F00 solid;
	clear: both;
}

.main .main_left {
	float: left;
	width: 235px;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(207, 216, 224);
	border: 1px #cfd8e0 solid;
}

.main .main_left ul li {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px #cfd8e0 dashed;
}

.main .main_left ul li:hover {
	background: #f0f4f8;
}

.main .main_left ul li a {
	margin: 0px auto;
	display: block;
	width: 90%;
	height: 59px;
	line-height: 59px;
}

.main .main_left ul li a:hover {
	background: #f0f4f8;
	color: #1bb8b6;
}

.main .main_left .left_bg {
	background: #f0f4f8;
	color: #1bb8b6;
}

.main .main_left ul li .left_line {
	border-bottom: 1px #cfd8e0 dashed;
}

.main .main_right {
	float: right;
	width: 890px;
	height: auto;
	border: 0px #F00 solid;
}

.main .main_right .main_right_title {
	width: 890px;
	height: 52px;
	font-size: 16px;
	background: rgb(240, 244, 248);
	font-size: 16px;
	color: rgb(93, 110, 128);
	border: 1px solid rgb(207, 216, 224);
	position: relative;
	line-height: 52px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #cfd8e0 solid;
}

.main_right .main_right_title span {
	display: block;
	background: url(../image/right_img.png) 15px 16px no-repeat;
	margin-left: 10px;
	padding-left: 30px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: rgb(93, 110, 128);
	border: 0px #F00 solid;
}

.main_right .main_right_content {
	width: 890px;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	line-height: 30px;
	color: rgb(93, 110, 128);
	overflow: hidden;
}


/*子页职业培训开始*/


/*职业培训流程开始*/

.sub_train {
	margin: 0px auto;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(255, 255, 255);
	border: 0px #F00 solid;
	clear: both;
}

.sub_train_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.sub_train h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	border: 0px #F00 solid;
}

.sub_train .train_all {
	width: 1170px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 0px #F90 solid;
	position: relative;
}


/*职业培训结束*/


/*子页职业培训结束*/


/*子页母婴服务开始*/


/*母婴服务开始*/

.sub_bady {
	margin: 0px auto;
	padding-bottom: 40px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(255, 255, 255);
	border: 0px #F00 solid;
	clear: both;
}

.sub_bady_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.sub_bady h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
	clear: both;
}

.sub_bady .sub_bady_content {
	width: 1170px;
	list-style-type: none;
	border: 0px #F00 solid;
}


/*母婴服务结束*/


/*子页母婴服务结束*/


/*子页优秀就业开始*/

.sub_guarantee {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(247, 247, 247);
	border: 0px #F00 solid;
	clear: both;
}

.sub_guarantee_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.sub_guarantee h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.sub_guarantee ul {
	width: 1300px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.sub_guarantee li {
	float: left;
	display: block;
	display: inline;
	height: 210px;
	width: 210px;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
}

.sub_guarantee li a {
	display: block;
}

.sub_guarantee li a:link img,
.main_right_content li a:visited img {
	border: 0px solid #ddd;
}

.sub_guarantee li a:hover img {
	border: 0px solid #d10300;
}

.sub_guarantee li a .guarantee {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.sub_guarantee li a .guarantee p {
	display: block;
	line-height: 25px;
}

.sub_guarantee li a .guarantee p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.sub_guarantee li a .guarantee p span {
	display: inline-block;
	margin-left: 5px;
}

.sub_guarantee li a:hover .guarantee {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}

.main_right_content ul {
	width: 1000px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.main_right_content li {
	float: left;
	display: block;
	display: inline;
	height: 210px;
	width: 210px;
	text-align: center;
	margin-left: 8px;
	margin-top: 8px;
	position: relative;
}

.main_right_content li a {
	display: block;
}

.main_right_content li a:link img,
.main_right_content li a:visited img {
	border: 0px solid #ddd;
}

.main_right_content li a:hover img {
	border: 0px solid #d10300;
}

.main_right_content li a .guarantee {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.main_right_content li a .guarantee p {
	display: block;
	line-height: 25px;
}

.main_right_content li a .guarantee p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.main_right_content li a .guarantee p span {
	display: inline-block;
	margin-left: 5px;
}

.main_right_content li a:hover .guarantee {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}


/*子页优秀就业结束*/


/*子页优秀员工开始*/

.sub_staff {
	margin: 0px auto;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: rgb(247, 247, 247);
	border: 0px #F00 solid;
	clear: both;
}

.sub_staff_box {
	margin: 0px auto;
	display: block;
	width: 1170px;
	height: auto;
	border: 0px #F00 solid;
	clear: both;
	overflow: hidden;
}

.sub_staff h2 {
	display: block;
	text-align: center;
	font-size: 28px;
	color: rgb(94, 104, 119);
	text-align: center;
	padding-top: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	border: 0px #F00 solid;
}

.sub_staff ul {
	width: 1300px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.sub_staff li {
	float: left;
	display: block;
	display: inline;
	height: 310px;
	width: 210px;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
}

.sub_staff li a {
	display: block;
}

.sub_staff li a:link img,
.main_right_content li a:visited img {
	border: 0px solid #ddd;
}

.sub_staff li a:hover img {
	border: 0px solid #d10300;
}

.sub_staff li a .staff {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.sub_staff li a .staff p {
	display: block;
	line-height: 25px;
}

.sub_staff li a .staff p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.sub_staff li a .staff p span {
	display: inline-block;
	margin-left: 5px;
}

.sub_staff li a:hover .staff {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}

.main_right_content ul {
	width: 1000px;
	list-style-type: none;
	border: 0px #F00 solid;
}

.main_right_content li {
	float: left;
	display: block;
	display: inline;
	height: 310px;
	width: 210px;
	text-align: center;
	margin-left: 8px;
	margin-top: 8px;
	position: relative;
}

.main_right_content li a {
	display: block;
}

.main_right_content li a:link img,
.main_right_content li a:visited img {
	border: 0px solid #ddd;
}

.main_right_content li a:hover img {
	border: 0px solid #d10300;
}

.main_right_content li a .staff {
	display: block;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}

.main_right_content li a .staff p {
	display: block;
	line-height: 25px;
}

.main_right_content li a .staff p b {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.main_right_content li a .staff p span {
	display: inline-block;
	margin-left: 5px;
}

.main_right_content li a:hover .staff {
	width: 205px;
	height: 80px;
	background: #000;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10px;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font: bold 12px/30px Verdana, Arial;
	text-align: left;
	font-size: 15px;
	padding-left: 5px;
	cursor: hand;
	z-index: 1000;
	;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	overflow: hidden;
}


/*子页优秀员工结束*/


/*子页新闻资讯开始*/

.main .main_right .main_right_list {
	border: 0px #963 solid;
	padding: 20px 0px;
}

.main_right_list ul {
	border: 0px #F00 solid;
}

.main_right_list ul li {
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	border-bottom: 1px #999 dashed;
	overflow: hidden;
}

.main_right_list ul li .list_left {
	float: left;
	width: 700px;
	height: 120px;
	border: 0px #600 solid;
}

.list_left a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}

.list_left p {
	line-height: 30px;
}

.main_right_list ul li .list_right {
	float: right;
	width: 150px;
	height: 120px;
	border: 0px #930 solid;
	position: relative;
}

.list_right span {
	top: 30px;
	left: 45px;
	padding-left: 18px;
	background: url(../image/time.gif) 0px 2px no-repeat;
	position: absolute;
	border: 0px #930 solid;
}

.list_right a {
	display: block;
	width: 67px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 10px;
	top: 60px;
	left: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border: 0px #999 solid;
	position: absolute;
}


/*分页开始*/

.page {
	display: block;
	font-size: 14px;
	height: 60px;
	text-align: center;
	margin-top: 20px;
	border: 0px #F00 solid;
	position: relative;
	clear: both;
}

.page_num a {
	display: inline-block;
	width: 30px;
	height: 28px;
	line-height: 26px;
	background: url("../image/page.png") no-repeat;
	overflow: hidden;
}

.page_num a {
	background-position: -65px 0;
	color: #FF3333;
	overflow: hidden;
}

.page_num .prev {
	background-position: 1px -33px;
}

.page_num .unprev {
	background-position: 1px 0;
	cursor: default;
}

.page_num .next {
	background-position: -32px 0;
}

.page_num .unnext {
	background-position: -32px -33px;
	cursor: default;
}

.page_num .current {
	background-position: -99px 0;
	color: #FFFFFF;
}

.page_num .etc {
	background-position: -172px 8px;
}


/*分页结束*/


/*子页新闻资讯结束*/


/*主要结束*/


/*尾部开始*/

.foot {
	margin: 0px auto;
	display: block;
	width: 100%;
	min-width: 1170px;
	height: 140px;
	border: 0px #edf3f9 solid;
	background: #2c3e50;
	background-color: rgb(44, 62, 80);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	clear: both;
}

.foot .foot_content {
	margin: 0px auto;
	display: block;
	width: 1030px;
	height: 140px;
	clear: both;
	border: 0px #F00 solid;
}

.foot_content .foot_left {
	float: left;
	display: inline-block;
	margin-top: 35px;
	width: 310px;
	padding-top: 10px;
	height: 50px;
	overflow: hidden;
	border: 0px #F00 solid;
}

.foot_left span,
.foot_left a {
	color: #bfc6cd;
	margin-left: 10px;
	line-height: 20px;
}

.foot_content .foot_right {
	float: left;
	display: inline-block;
	margin-top: 35px;
	width: 700px;
	height: 60px;
	border: 0px #F00 solid;
}

.foot_content .foot_right .foot_line {
	float: left;
	margin-left: 75px;
	margin-top: 12px;
	width: 3px;
	height: 44px;
	background: url(../image/foot_line.png) 0px 0px no-repeat;
}

.foot_content .foot_right .foot_tel {
	float: left;
	background: url(../image/foot_tel.png) 5px 5px no-repeat;
	width: 260px;
	height: 60px;
	border: 0px #F00 solid;
}

.foot_tel .foot_tel_content {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	width: 170px;
	border: 0px #F00 solid;
}

.foot_tel_content p {
	color: #bfc6cd;
	font-size: 16px;
}

.foot_content .foot_right .foot_qq {
	float: left;
	background: url(../image/foot_qq.png) 5px 5px no-repeat;
	width: 260px;
	height: 60px;
	border: 0px #F00 solid;
	overflow: hidden;
}

.foot_qq .foot_qq_content {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	width: 175px;
	border: 0px #F00 solid;
}

.foot_qq_content p {
	color: #bfc6cd;
	font-size: 16px;
}

.foot_content .foot_right .foot_weixin {
	float: left;
	background: url(../image/foot_weixin.png) 5px 5px no-repeat;
	width: 170px;
	height: 60px;
	border: 0px #F00 solid;
}

.foot_weixin .foot_weixin_img {
	float: left;
	padding-left: 10px;
	width: 70px;
	border: 0px #F00 solid;
}

.foot_bottom {
	width: 100%;
	min-width: 1170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	color: #bfc6cd;
	background: #2c3e50;
	border-top: 1px #394c5f solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(57, 76, 95);
	clear: both;
}


/*尾部结束*/