@charset "utf-8";
@font-face {
	font-family: DINCOND-MEDIUM;
	src: url(../font/DINCOND-MEDIUM.OTF);
}

.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
/* 第一屏 */

.page1 {
	width: 100%;
	margin-bottom: 60px
}

.header {
	width: 100%;
	height: 141px;
	background-color: #ffffff;
}

.logo {
	float: left;
	padding-top: 45px;
}

.share {
	float: left;
	margin-left: 416px;
	margin-top: 54px;
	margin-right: 30px;
}

.weibo,
.weixin,
.phone_icon {
	width: 34px;
	height: 34px;
	background: url(../image/weibo1.png);
	display: inline-block;
	margin-right: 30px;
}

.weibo:hover {
	background: url(../image/weibo.png);
}

.weixin {
	background: url(../image/weixin.png);
}

.weixin:hover {
	background: url(../image/weixin1.png);
}

.phone_icon {
	background: url(../image/phone.png);
	margin-right: 0;
}

.phone_icon:hover {
	background: url(../image/phone1.png);
}

.phone {
	float: right;
	line-height: 140px;
	font-size: 16px;
	color: #666666;
	font-family: 'Microsoft YaHei', '微软雅黑';
}

.phone span {
	font-size: 24px;
	color: #007cc3;
	font-family: Arial
}


/* 导航 */

.nav {
	width: 100%;
	height: 55px;
	color: #ffffff;
	background-color: #007cc3;
}

.nav .on {
	background-color: #ed6c00;
}

.nav .warp2 {
	width: 1200px;
	height: 55px;
	margin: 0 auto
}

.nav .warp2 li {
	float: left;
	height: 55px;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}

.nav .warp2 li:hover {
	background-color: #ed6c00;
}

.nav .warp2 li a {
	color: #ffffff;
	margin-top: 12px;
	display: block;
}

.nav .warp2 li span {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
}

.nav .warp2 li:last-child {
	border: none
}

.nav .warp2 .slide_down {
	position: absolute;
	width: 100%;
	background-color: #f6f6f6;
	z-index: 99;
	top: 55px;
	display: none;
}

.nav .warp2 .slide_down li {
	background-color: #f6f6f6;
	text-align: center;
	color: #FFFFFF;
	height: 54px;
	display: block;
	line-height: 54px;
	float: none;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}

.nav .warp2 .slide_down li:hover {
	background-color: #ed6c00;
}

.nav .warp2 .slide_down li:last-child {
	border: none;
}

.nav .warp2 li:hover .slide_down {
	display: block;
}

.nav .warp2 .slide_down li:hover a {
	color: #FFFFFF;
}

.nav .warp2 .slide_down li a {
	color: #666666;
	display: block;
	margin-top: 0;
}


/* 轮播图 */

.banner image {
	max-width: 100%;s
.s
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	width: 100% !important;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	height: 15px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.slideBox .hd ul li.on {
	background: #ed6c00;
	opacity: 1;
	filter: alpha(opacity=100);
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd ul {
	width: 100% !important
}

.slideBox .bd li {
	width: 100% !important;
	height: 884px;
	position: relative;
	zoom: 1;
	vertical-align: middle;
	color: #fff;
	font: normal 22px/200% "Microsoft YaHei";
	margin: :0 auto;
}

.slideBox .bd dd {
	position: absolute;
	display: none
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 32px;
	height: 70px;
	line-height: 70px;
	background: url(../image/prev.png) no-repeat;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
	background: url(../image/next.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	background: url(../image/prev_hover.png) no-repeat;
}

.slideBox .next:hover {
	background: url(../image/next_hover.png) no-repeat;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/* 这里的定位需与dd的playOut属性一致 */

.slideBox .bd .item1 .dd1 {
	top: 209px;
	right: 578px;
	font-size: 50px;
	line-height: 150%;
}

.slideBox .bd .item1 .dd2 {
	top: 140px;
	right: 340px;
}

.slideBox .bd .item1 .dd3 {
	top: 190px;
	right: 340px;
}

.slideBox .bd .item2 .dd1 {
	top: 209px;
	left: 40px;
	font-size: 50px;
	line-height: 150%;
}

.slideBox .bd .item2 .dd2 {
	top: 140px;
	left: 340px;
}

.slideBox .bd .item2 .dd3 {
	top: 190px;
	left: 340px;
}

.slideBox .bd .item3 .dd1 {
	top: 0;
	left: 25%;
	font-size: 50px;
	line-height: 150%;
}

.slideBox .bd .item3 .dd2 {
	top: 0;
	left: 25%;
}

.slideBox .bd .item3 .dd3 {
	top: 0;
	left: 25%;
}

.slideBox .bd .item4 .dd1 {
	bottom: 0;
	right: 25%;
	font-size: 50px;
	line-height: 150%;
}

.slideBox .bd .item4 .dd2 {
	bottom: 0;
	right: 25%;
}

.slideBox .bd .item4 .dd3 {
	bottom: 0;
	right: 25%;
}

.slideBox .bd .item5 .dd1 {
	top: 0;
	left: 25%;
	font-size: 50px;
	line-height: 150%;
}

.slideBox .bd .item5 .dd2 {
	bottom: 0;
	left: 25%;
}


/* 养老服务 */

.page2 {
	
	font-size: 0;
}
.margin_page2{margin-top: 60px;
	padding-bottom: 60px;}

.border_short {
	height: 3px;
	background-color: #FAFAFA;
	width: 39px;
	display: inline-block;
}

.border_short_long {
	height: 3px;
	background-color: #FAFAFA;
	width: 46px;
	display: inline-block;
}

.border_long {
	height: 3px;
	background-color: #FAFAFA;
	width: 200px;
	display: inline-block;
}

.title {
	width: 275px;
	margin: 0 auto 47px;
	font-size: 30px;
	text-align: center;
}

.title_border span {
	margin-top: 14px;
	;
	font-size: 16px;
	color: #d1d1d1;
	font-family: Arial, "MS Trebuchet", sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.title_border .text {
	background-color: #ffffff;
	width: 170px;
	margin: -20px auto 0;
	font-size: 30px;
}

.title_border {
	width: 275px;
	height: 2px;
	background-color: #e6e6e6;
	display: inline-block;
	vertical-align: middle;
}

.services {
	margin-top: 48px;
	margin-bottom: 62px;
}

.service_list {
	width: 285px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
	transition: .5s ease-out;
	position: relative;
	top: 2px;margin-bottom: 20px;
}

.service_list:hover {}

.service_list:hover .border_short {
	background-color: #ed6d00;
}

.service_list:hover .border_short_long {
	background-color: #14a83b;
}

.service_list:hover .border_long {
	background: #90c31f
}

.service_list:last-child {
	margin-right: 0px;
}

.service_list:hover {
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
	color: #ed6c00 !important;
	top: -2px;
}

.service_list:hover h3 {
	color: #ed6c00 !important
}

.service_pic {
	width: 285px;
	height: 290px;
	text-align: center;
	line-height: 290px;
	overflow: hidden;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
}

.service_list:hover image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.service_pic image {
	max-width: 285px;
	max-height: 290px;
	vertical-align: middle;
	transition: .5s ease-out;
}

.service_list .text {
	padding-top: 30px;
	background: #fafafa;
	padding-bottom: 26px;
	padding-left: 31px;
}

.service_list .text h3 {
	font-size: 20px;
	color: #007cc3;
	font-family: 'Microsoft YaHei', '微软雅黑';
}

.service_list .text p {
	color: #777777;
	font-size: 14px;
	margin-top: 19px;
	width: 197px
}


/* 全国地图 */

.national {
	/*	background-color: #f8f8f8;*/
	padding-top: 47px;
	padding-bottom: 43px;
	height: 923px;
	background-image: url(../image/mapbg.png);
	background-repeat: no-repeat;
}


.national .text {}

.map {
	position: relative;
	text-align: center;
}

.map_pic {}

.country,
.country1,
.country2,
.country3,
.country4,
.country5,
.country6,
.country7,
.country8,
.country9 {
	cursor: pointer;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: absolute;
	box-shadow: 0px 3px 15px 0px rgba(204, 204, 204, 0.6);
	background: #FFFFFF;
	top: 277px;
	left: 0;
	border: 5px solid #FFFFFF;
	text-align: center;
	overflow: hidden;
	opacity: 0;
}

.country .mask,
.country1 .mask,
.country2 .mask,
.country3 .mask,
.country4 .mask,
.country5 .mask,
.country6 .mask,
.country7 .mask,
.country8 .mask,
.country9 .mask {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 100%;
	-webkit-border-radius: 136px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -200px;
	text-transform: uppercase;
	color: #ffffff;
	transition: .2s ease-out;
}

.country:hover,
.country1:hover,
.country2:hover,
.country3:hover,
.country4:hover,
.country5:hover,
.country6:hover,
.country7:hover,
.country8:hover,
.country9:hover {
	background: #ED6D00;
	border-color: #ED6D00;
}

.country:hover image,
.country9:hover image,
.country2:hover image,
.country3:hover image,
.country4:hover image,
.country5:hover image,
.country6:hover image,
.country7:hover image,
.country8:hover image {}

.country:hover .mask,
.country1:hover .mask,
.country2:hover .mask,
.country3:hover .mask,
.country4:hover .mask,
.country5:hover .mask,
.country6:hover .mask,
.country7:hover .mask,
.country8:hover .mask,
.country9:hover .mask {
	top: 0px;
}

.country p,
.country1 p,
.country2 p,
.country3 p,
.country4 p,
.country5 p,
.country6 p,
.country7 p,
.country8 p,
.country9 p {
	margin-top: 52px
}

.country image,
.country2 image,
.country3 image,
.country4 image,
.country5 image,
.country6 image,
.country7 image,
.country8 image,
.country9 image {
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	width: 140px;
	height: 140px;
	margin-top: 0px;
	/*	border: 2px solid;*/
}

.country2 {
	top: 70px;
	left: 90px
}

.country3 {
	left: 536px;
	top: 0px;
}

.country4 {
	left: 918px;
	top: 197px
}

.country5 {
	top: 360px;
	right: 0px;
	left: auto
}

.country6 {
	top: 523px;
	right: 177px;
	left: auto
}

.country7 {
	top: 604px;
	right: 379px;
	left: auto
}

.country8 {
	top: 544px;
	left: 408px
}

.country9 {
	left: 112px;
	top: 514px
}

.cmap {
	width: 708px;
	height: 585px;
	position: relative;
	margin: 0 auto
}

.part1 {
	width: 113px;
	height: 89px;
	background: url(../image/part1.png) no-repeat;
	position: absolute;
	bottom: 33px;
	right: 136px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.part1 p {
	margin-top: 20px;
	margin-left: 13px
}

.part1:hover {
	background: none;
}

.part2 {
	width: 112px;
	height: 87px;
	position: absolute;
	bottom: 46px;
	right: 216px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.part2 p {
	margin-top: 30px;
	margin-left: 13px
}

.part2:hover {
	background: url(../image/part3.png) no-repeat;
}

.part3 {
	width: 159px;
	height: 139px;
	position: absolute;
	bottom: 122px;
	right: 267px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.part3 p {
	margin-top: 50px
}

.part3:hover {
	background: url(../image/part2.png) no-repeat;
}

.part4 {
	width: 84px;
	height: 65px;
	position: absolute;
	bottom: 218px;
	right: 85px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap
}

.part4 p {
	margin-top: 20px;
	margin-left: 40px
}

.part4:hover {
	background: url(../image/part4.png) no-repeat;
}

.part5 {
	width: 200px;
	height: 169px;
	position: absolute;
	top: 185px;
	right: 270px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.part5 p {
	margin-top: 92px;
	margin-left: 75px
}

.part5:hover {
	background: url(../image/part5.png) no-repeat;
}

.show {
	width: 339px;
	background-color: #FFFFFF;
	position: absolute;
	height: auto;

	top: -7px;
	left: 91px;
	z-index: 99;
	display: none;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.show_content {
	width: 280px;
	margin: 0 auto
}

.show_content ul li {
	height: 60px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
}

.show_pic {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-top: 15px
}

.show_text {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 14px;
	color: #555555;
	padding-top: 23px
}

.page {
	text-align: center;
	font-size: 0;
	margin-top: 20px
}

.page .prev {
	display: inline-block;
	width: 51px;
	height: 25px;
	background: url(../image/prev.jpg) no-repeat;
	margin-right: 10px
}

.page .next {
	display: inline-block;
	width: 51px;
	height: 25px;
	background: url(../image/next.jpg) no-repeat;
}

.part1:hover .show {
	display: block
}

.part2:hover .show {
	display: block
}

.part3:hover .show {
	display: block
}

.part4:hover .show {
	display: block
}

.part5:hover .show {
	display: block
}


/* 新闻 */

.page4 {
	padding-top: 52px;
}

.news .hd {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px
}

.news .hd .on {
	background-color: #ed6c00;
}

.news .hd ul {
	border-radius: 5px;
}

.news .hd ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	width: 160px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	background-color: #007cc3;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.news .hd ul li:nth-child(2) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.news .bd ul {
	font-size: 0
}

.news .bd ul li {
	opacity: 0;
	display: inline-block;
	vertical-align: top;
	width: 580px;
	margin-right: 20px
}

.news .bd ul li:hover .newtext h4 {
	color: #21853f;
}

.news .bd ul li:hover .newpic image {
	transform: scale(1.2);
}

.news .bd ul li:hover .more {
	color: #ED6D00;
}

.news .bd ul li:nth-child(even) {
	margin-right: 0
}

.newpic {
	width: 200px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	line-height: 120px;
	overflow: hidden;
}

.newpic image {
	max-width: 200px;
	max-height: 120px;
	vertical-align: middle;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
}

.newtext {
	display: inline-block;
	width: 360px
}

.newtext h4 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px
}

.newtext p {
	font-size: 14px;
	color: #777777
}

.newtext .more {
	color: #21853f;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}


/* 美好风采 */

.page5 {
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 68px;
	font-size: 0
}

.page5 .text {
	background: #f8f8f8
}

.page5 .pic {
	display: inline-block;
	position: relative;
	width: 550px;
	height: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.page5 .pic image {
	display: inline-block;
	position: relative;
	max-width: 550px;
	max-height: 400px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic2 {
	display: inline-block;
	position: relative;
	width: 260px;
	height: 400px;
	margin-bottom: 10px;
	overflow: hidden
}

.page5 .pic2 image {
	max-width: 550px;
	max-height: 400px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic3 {
	display: inline-block;
	width: 350px;
	height: 350px;
	margin-right: 10px;
	overflow: hidden;
	position: relative
}

.page5 .pic3 image {
	max-width: 350px;
	max-height: 350px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic4 {
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	width: 227px;
	height: 350px;
	position: relative
}

.page5 .pic4 image {
	max-width: 227px;
	max-height: 350px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic5 {
	display: inline-block;
	overflow: hidden;
	width: 221px;
	height: 350px;
	position: relative
}

.page5 .pic5 image {
	max-width: 221px;
	max-height: 350px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic6 {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 178px;
	height: 181px;
	position: relative
}

.page5 .pic6 image {
	max-width: 178px;
	max-height: 181px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic7 {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 176px;
	height: 180px;
	position: relative
}

.page5 .pic7 image {
	max-width: 176px;
	max-height: 180px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .pic8 {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 370px;
	height: 570px;
	position: relative
}

.page5 .pic8 image {
	max-width: 370px;
	max-height: 570px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .mask {
	background: rgba(0, 167, 60, 0);
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s ease-out;
	color: #ffffff;
	text-align: center;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.page5 .mask h4 {
	margin-top: 20%;
	font-size: 20px;
	opacity: 0;
	transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
}

.page5 .mask p {
	font-size: 16px;
	margin-top: 30px;
	opacity: 0;
	transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
}

.page5 .mask image {
	opacity: 0;
	transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
}

.page5 .pic:hover .mask,
.page5 .pic2:hover .mask,
.page5 .pic3:hover .mask,
.page5 .pic4:hover .mask,
.page5 .pic5:hover .mask,
.page5 .pic6:hover .mask,
.page5 .pic7:hover .mask,
.page5 .pic8:hover .mask {
	background: rgba(0, 167, 60, 0.8);
}

.page5 .pic:hover .mask h4,
.page5 .pic2:hover .mask h4,
.page5 .pic3:hover .mask h4,
.page5 .pic4:hover .mask h4,
.page5 .pic5:hover .mask h4,
.page5 .pic6:hover .mask h4,
.page5 .pic7:hover .mask h4,
.page5 .pic8:hover .mask h4 {
	opacity: 1;
}

.page5 .pic:hover .mask p,
.page5 .pic2:hover .mask p,
.page5 .pic3:hover .mask p,
.page5 .pic4:hover .mask p,
.page5 .pic5:hover .mask p,
.page5 .pic6:hover .mask p,
.page5 .pic7:hover .mask p,
.page5 .pic8:hover .mask p {
	opacity: 1;
}

.page5 .pic:hover .mask image,
.page5 .pic2:hover .mask image,
.page5 .pic3:hover .mask image,
.page5 .pic4:hover .mask image,
.page5 .pic5:hover .mask image,
.page5 .pic6:hover .mask image,
.page5 .pic7:hover .mask image,
.page5 .pic8:hover .mask image {
	opacity: 1;
}

.page5 .pic:hover image,
.page5 .pic2:hover image,
.page5 .pic3:hover image,
.page5 .pic4:hover image,
.page5 .pic5:hover image,
.page5 .pic6:hover image,
.page5 .pic7:hover image,
.page5 .pic8:hover image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.pic_list {
	margin-top: 43px
}

.pic_l {
	display: inline-block;
	width: 820px;
	margin-right: 10px;
	vertical-align: top
}

.pic_r {
	display: inline-block;
	width: 370px;
	vertical-align: top
}


/* 体验预约 */

.page6 {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 437px;
}

.page6_cover {
	background: rgba(0, 101, 57, .8);
	width: 100%;
	height: 437px;
	position: relative;
}

.page6 .title {
	position: absolute;
	top: 55px;
	width: 100%;
	text-align: center;
}

.page6_icon {
	width: 123px;
	height: 122px;
	display: inline-block;
	vertical-align: top;
}

.icon_text {
	width: 208px;
	height: 116px;
	border: 1px solid #83b19e;
	border-left: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	vertical-align: top;
}

.icon_box {
	position: absolute;
	top: 213px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}

.icon_text p {
	margin-top: 45px;
	font-size: 18px;
}

.icon_box2 {
	position: absolute;
	top: 213px;
	left: 400px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}

.icon_box2 .icon_text span {
	display: block;
	font-size: 18px;
	text-indent: 33px;
}

.icon_box2 .icon_text p {
	margin-top: 35px;
}

.icon_box3 {
	position: absolute;
	top: 213px;
	right: 60px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}

.icon_box3 .icon_text p {
	margin-top: 35px;
}

.icon_box3 .icon_text span {
	display: block;
	font-size: 18px;
	text-indent: 33px;
}


/* 脚部 */

.footer {
	width: 100%;
	background: #007cc3;
	padding-top: 40px;
	font-size: 0;
	position: relative;
	
}

.copyright {
	color: #ffffff;
	border-top: 1px solid #4db479;
	height: 55px;
	line-height: 40px;
	margin-top: 30px;
	font-size: 14px
}

.copyright a {
	color: #FFFFFF;margin-right: 2%;
}

.company,
.footer_service,
.contact {
	display: inline-block;
	vertical-align: top
}

.company,
.footer_service,
.contact {
	width: 180px;
	margin-right: 166px
}

.contact {
	margin-right: 0;
	opacity: 1;
}

.company {
	opacity: 1;
}

.company .h4 {
	color: #ffffff;
	font-size: 18px;
	height: 39px;
	margin-bottom: 35px
}

.company ul li {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 17px
}

.company ul li a {
	color: #ffffff;
}

.footer_line {
	width: 30px;
	height: 1px;
	background: #85cba3;
	display: inline-block
}

.footer_line2 {
	width: 150px;
	height: 1px;
	background: #33a965;
	display: inline-block
}

.tel_text {
	display: inline-block;
}

.tel {
	font-size: 14px;
	width: 100px;
	display: inline-block;
	vertical-align: top
}

.address {
	width: 133px;
	display: inline-block;
	vertical-align: top
}

.contact .h4 {
	color: #ffffff;
	font-size: 18px;
	height: 39px;
	margin-bottom: 35px
}

.contact ul li {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}

.erweima {
	display: inline-block;
	vertical-align: top;
	width: 142px;
	margin-left: 176px;
	margin-top: 28px;
	position: relative;
	opacity: 1;
}

.top {
	width: 65px;
	height: 65px;
	position: fixed;
	right: 0;
	display: inline-block;
	background-image: url(../image/top.png);
	background-color: #33a965;
	bottom: 145px;
	right: 100px;
	border-radius: 5px;
}

.bottom {
	font-size: 0;
	width: 100%;
	height: 102px;
	background: #007cc3;
	display: none;
}

.close {
	width: 26px;
	height: 24px;
	position: absolute;
	background: url(../image/close.jpg) no-repeat;
	right: -58px;
	margin-top: 35px;
}

.name {
	height: 41px;
	width: 151px;
	background: #ffffff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 30px;
}

.name_l {
	width: 80px;
	float: left;
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.name_r {
	width: 69px;
	float: right;
	margin-top: 10px;
}

.name_input {
	width: 69px;
	border: none;
	font-size: 14px;
}

.name_phone {
	height: 41px;
	width: 200px;
	background: #ffffff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 30px;
	line-height: 40px;
}

.name_phone .name_r {
	float: left
}

.name_phone .name_input {
	width: 118px;
	border: none;
	font-size: 14px;
}

.footer_address,
.footer_address2 {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	height: 41px;
	background: #ffffff;
	border-radius: 5px;
	margin-top: 30px;
	margin-right: 10px
}

.footer_address2 {
	margin-right: 0
}

.footer_address select,
.footer_address2 select {
	width: 260px;
	height: 41px;
	font-size: 14px;
	border-radius: 5px;
	background-image: url(../image/select.png);
	background-repeat: no-repeat;
	background-position-x: 230px;
	background-position-y: 16px;
	color: #666666;
	border: none;
	outline: none;
}

.footer_address2 select {
	width: 239px;
}

.fadd {
	width: 60px;
	display: inline-block;
	font-size: 14px;
	text-indent: 10px;
}

.footer_address2 .fadd {
	width: 81px;
}

.footer_address2 select {
	background-position-x: 215px;
}

.name_phone .fadd {
	width: 81px;
}

.name_phone select {
	font-size: 14px;
	border: none;
	outline: none;
	width: 117px;
	background-image: url(../image/select.png);
	background-repeat: no-repeat;
	background-position-x: 90px;
	background-position-y: 16px;
}


/* 动画 */

@keyframes part {
	from {
		left: -100px
	}
	to {
		left: 0px
	}
}

@-webkit-keyframes part {
	from {
		left: -100px
	}
	to {
		left: 0px
	}
}

@-moz-keyframes part {
	from {
		left: -100px
	}
	to {
		left: 0px
	}
}

.anser {
	animation: fadeInLeft .8s linear forwards;
	-webkit-animation: fadeInLeft .8s linear forwards;
	-moz-animation: fadeInLeft .8s linear forwards;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.anser2 {
	animation: fadeInUp 1s linear forwards;
	-webkit-animation: fadeInUp 1s linear forwards;
	-moz-animation: fadeInUp 1s linear forwards;
}

.anser3 {
	animation: fadeIn 1.5s linear forwards;
	-webkit-animation: fadeIn 1.5s linear forwards;
	-moz-animation: fadeIn 1.5s linear forwards;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.icon_box .page6_icon image,
.icon_box2 .page6_icon image,
.icon_box3 .page6_icon image {
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}

.icon_box:hover .page6_icon image,
.icon_box2:hover .page6_icon image,
.icon_box3:hover .page6_icon image {
	transform: scale(1.1);
}

.personal {
	width: 85px;
	height: 75px;
	background: url(../image/personal.png);
	position: fixed;
	top: 235px;
	right: 50px;
	display: none;
	z-index: 99;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.personal h3 {
	margin-top: 40px;
}

.date h3 {
	margin-top: 40px;
}

.date {
	width: 85px;
	height: 75px;
	background: url(../image/yuyue.png);
	position: fixed;
	top: 315px;
	right: 50px;
	display: none;
	z-index: 99;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.back-top {
	width: 65px;
	height: 65px;
	position: absolute;
	background: url(../image/top.png);
	background-repeat: no-repeat;
	background-color: #119cec;
	top: 58px;
	right: 60px;
	z-index: 99;
}


/* 集团概况  */

.about1 {
	width: 100%;
	background: #FFFFFF;
	/*	padding-top: 22px;*/
}

.about_title {
	font-size: 18px;
	font-weight: bold;
	color: #ed6c00;
	line-height: 60px;
	border-bottom: 1px solid #e8e8e8;
}

.about_title .fr {
	color: #666666;
}

.about_title .fr a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	height: 58px;
}

.about_title .fr .on {
	border-bottom: 2px solid #ed6c00;
}

.about_title .fr image {
	vertical-align: middle;
}

.about_company {
	margin-top: 60px;
	padding-bottom: 60px;
}

.about_company_title {
	position: relative;
	z-index: 2;
	font-size: 26px;
	color: #000000;
	height: 99px;
}

.about_company_bigtitle {
	position: absolute;
	bottom: 20px;
	z-index: 2;
}

.span {
	font-size: 70px;
color: #ebe9e9;
	font-family: Calisto MT;
	z-index: 1;
	top: 0;
	position: absolute;
	font-style: italic;
}

.title_line {
	width: 56px;
	height: 5px;
	border-radius: 2.5px;
	background: #ed6c00;
	display: inline-block;
	margin-bottom: 30px;
}

.p {
	color: #666666;
	font-size: 14px;
}

.about_left {
	width: 600px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.about_right {
	width: 574px;
	display: inline-block;
	vertical-align: top;
}

.company_culture {
	background: #f8f8f8;
	padding-bottom: 60px;
	padding-top: 60px;
}

.company_culture .span {
	color: #eeeeee;
}

.time {
	height: 292px;
}

.time_line {
	position: relative;
	height: 1px;
	background: #007cc3;
	margin-top: 17px;
	margin-bottom: 17px;
}

.time_line .dot {
	width: 15px;
	height: 15px;
	background: rgba(0, 167, 60, .3);
	position: absolute;
	border-radius: 50%;
	left: 47px;
}

.time_line .dot_s {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #007cc3;
	position: absolute;
	border-radius: 50%;
	left: 2px;
	top: 2px;
}

.time_dot {
	width: 77px;
	height: 119px;
	background: url(../image/aboutbg.png) no-repeat;
	display: inline-block;
	margin-left: 130px;
}

.time_dot p {
	color: #FFFFFF;
	font-size: 16px;
	width: 33px;
	margin-left: 23px;
	margin-top: 20px;
}

.time_point {
	position: absolute;
	display: inline-block;
	width: 126px;
	top: -7px;
	left: 115px;
	height: 100px;
	color: #333333;
}

.time_point p {
	margin-top: 25px;
	font-size: 14px;
}

.time_point:first-child {
	width: 112px;
}

.time_point:nth-child(2) {
	left: 308px;
}

.time_point:nth-child(2) p {
	margin-top: 0px;
	position: absolute;
	top: -33px;
	white-space: nowrap
}

.time_dot:nth-child(2) {
	margin-left: 113px;
	transform: rotate(180deg);
	position: relative;
	top: 155px;
}

.time_point:nth-child(3) {
	left: 542px;
}

.time_dot:nth-child(3) {
	margin-left: 152px;
}

.time_point:nth-child(4) {
	left: 728px;
	width: 185px;
}

.time_point:nth-child(4) .dot {
	left: 85px;
}

.time_point:nth-child(4) p {
	margin-top: 0px;
	position: absolute;
	top: -53px;
}

.time_point:nth-child(5) {
	left: 1000px;
}

.time_dot:nth-child(4) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	position: relative;
	top: 155px;
	left: 13px;
}

.time_dot:nth-child(4) p {
	width: 47px;
	margin-left: 12px;
	margin-top: 20px;
	transform: rotate(180deg);
}

.time_dot:nth-child(2) p {
	transform: rotate(180deg);
}

.time_dot:nth-child(5) {
	margin-left: 165px;
	position: relative;
	top: 20px;
}

.time_point:nth-child(5) p {
	white-space: nowrap;
	text-align: center;
}

.about_honor {
	padding-bottom: 60px;
	padding-top: 60px;
}

.big_note {
	background: #f8f8f8;
	padding-top: 60px;
}

.big_note .span {
	color: #eeeeee;
}

.year {
	text-align: right;
}

.year p {
	font-size: 24px;
	color: #d5d5d5;
	font-style: italic;
}

.year h3 {
	font-size: 38px;
	color: #ed6c00;
	font-style: italic;
}

.year_line_box {
	height: auto;
	text-align: center;
	background: url(../image/00.png) no-repeat;
	background-position-y: 105px;
	background-position-x: center;
	overflow: hidden;
	padding-bottom: 30px;
}

.year_circle {
	width: 20px;
	height: 20px;
	position: relative;
	border: 2px solid #007cc3;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}

.year_circle_s {
	width: 14px;
	height: 14px;
	border: 2px solid #007cc3;
	border-radius: 50%;
	display: inline-block;
	margin: 1px auto 0;
}

.year_line {
	width: 100%;
	background-image: url(../image/linebg.png);
	background-repeat: repeat-y;
	display: inline-block;
	height: auto;
	background-position: center;
	position: relative;
}

.year_line .branch {
	height: 1px;
	width: 8px;
	background-color: #007cc3;
	position: relative;
	display: inline-block;
	margin-top: 62px;
	margin-left: 365px;
}

.branch_circle {
	position: absolute;
	left: -96px;
	top: -40px;
	text-align: center;
}

.branch_text {
	display: inline-block;
	position: absolute;
	left: -330px;
	top: 0;
	font-size: 14px;
	color: #333333;
	text-align: right;
	width: 255px;
}

.branch_text h3 {
	font-size: 28px;
	color: #007cc3;
}

.pic_circle {
	width: 82px;
	height: 82px;
	display: inline-block
}

.branch_circle2 {
	position: absolute;
	left: 16px;
	top: -40px;
	text-align: center;
}

.branch_circle2 .branch_text {
	left: 100px;
	width: 330px;
	text-align: left;
}

.branch_circle image {
	width: 82px;
	height: 82px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
}

.branch_circle2 image {
	width: 82px;
	height: 82px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
}

.botton {
	font-size: 14px;
	color: #666666;
	background: transparent;
	border: none;
	position: absolute;
	top: -30px;
	left: -40px;
	font-style: italic;
}

.year_line2 {
	width: 2px;
	background: #007cc3;
	display: block;
	height: 233px;
	margin: 40px auto 0;
	position: relative;
}

.year_line_scroll {
	height: 353px;
	overflow: auto;
	margin-bottom: 50px;
}

.year_line2 .branch {
	height: 1px;
	width: 8px;
	background-color: #007cc3;
	position: relative;
	display: inline-block margin-top: 62px;
	margin-left: 365px;
}

.line_box {
	height: 110px;
	width: 826px;
	position: relative;
	padding-bottom: 20px;
}

.line_box:nth-child(even) .branch {
	float: right;
	margin-right: 217px;
}

.line_box:nth-child(even) .branch .branch_circle {
	right: 0;
	left: 20px;
}

.line_box:nth-child(even) .branch .branch_circle .branch_text {
	left: 95px;
	text-align: left;
}

.line_box:nth-child(even) .branch .branch_circle .branch_text h3 {
	text-align: left
}

.branch_text p {
	width: 324px;
}


/* 宣传视频  */

.abvideo {
	background: #FFFFFF;
	padding-bottom: 60px;
	padding-top: 60px;
}

.abmore {
	text-transform: uppercase;
	font-size: 14px;
	color: #ed6c00;
	margin-left: 30px;
}


/* 职业学校  */

.school_left {
	width: 595px;
	display: inline-block;
	margin-right: 15px;
}

.school_right {
	width: 568px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.school_right image {
	max-width: 100%;
}

.Teachers {
	background: #F8F8F8;
	padding-bottom: 60px;
	padding-top: 60px;
}

.Teachers .span {
	color: #eeeeee;
}

.guild {
	position: relative;
	z-index: 3;
	margin: 37px auto 0;
}

.guild ul {
	margin: 0 auto;
}

.guild ul .list {
	display: inline-block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid transparent;
}

.guild ul .on {
	border: 1px solid #ed6c00;
	border-radius: 25px;
}

.guild ul .list.on a {
	color: #ed6c00;
}

.guild ul .list:hover {
	border: 1px solid #ed6c00;
	border-radius: 25px;
}

.guild ul .list:hover a {
	color: #ed6c00;
}

.guild ul .list a {
	font-size: 14px;
	color: #666666;
	display: block;
}

.slide {}

.slide .bd {
	height: 450px;
	background: #FFFFFF;
}

.slide .bd ul li {
	padding-left: 45px;
	display: none;
}

.slide .bd ul li .text {
	width: 653px;
	display: inline-block;
	color: #666666;
}

.slide .bd ul li.on {
	display: block;
}

.slide .bd ul li .text p {
	line-height: 30px;
	font-size: 14px;
}

.slide .bd ul li .pic {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-left: 47px;
}

.slide .bd ul li .pic image {
	max-width: 100%;
}

.text .tename {
	color: #ED6C00;
	font-size: 26px;
	margin-top: 50px;
}

.text .line {
	width: 56px;
	height: 1px;
	background: #d2d2d2;
	display: inline-block;
}

.picScroll-left {
	width: 748px;
	margin: 45px auto 0;
	height: 55px;
}

.picScroll-left ul li {
	width: 115px;
	overflow: hidden;
	height: 84px;
	display: inline-block;
	margin-right: 1px;
	cursor: pointer;
}

.picScroll-left ul li image {
	max-width: 100%;
}

.picScroll-left .prev {
	width: 21px;
	height: 55px;
	background: url(../image/prev_s.png) no-repeat;
	display: inline-block;
	float: left;
	margin-right: 1px;
	margin-top: 15px;
}

.picScroll-left .next {
	width: 21px;
	height: 55px;
	background: url(../image/next_s.png) no-repeat;
	display: inline-block;
	float: right;
	margin-right: 8px;
	margin-top: 15px;
}

.Student {
	padding-top: 60px;
	padding-bottom: 60px;
}

.Student_ul li {
	width: 375px;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}

.Student_ul li:nth-child(3n) {
	margin-right: 0;
}

.Student_ul li .spic {
	width: 373px;
	height: 250px;
	transition: 1s ease-out;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: 1s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	line-height: 250px;
}

.Student_ul li:hover .spic {
	top: -5px;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.13);
}

.Student_ul li:hover h3 {
	color: #ed6c00;
}

.Student_ul li .spic image {
	width: 100%;
	height: 248px;
	vertical-align: middle;
}

.Student_ul li a {
	color: #666666;
}

.Student_ul li h3 {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.Recruit {
	background: #f8f8f8;
	padding-bottom: 60px;
	padding-top: 60px;
	height: 380px;
}

.Recruit .span {
	color: #EEEEEE;
}

.Recruit_list {
	width: 156px;
	height: 156px;
	background: url(../image/2.png) no-repeat;
	text-align: center;
	display: inline-block;
	margin-right: 100px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
}

.Recruit_list:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 167, 60, 0.17);
}

.Recruit_list:hover .re_text {
	display: block;
}

.Recruit_list image {
	margin-top: 40px;
}

.Recruit_list h3 {
	margin-top: 20px;
	font-size: 14px;
}

.Recruit_list:last-child {
	margin-right: 0;
}

.re_text {
	width: 375px;
	height: 282px;
	color: #FFFFFF;
	background: #007cc3;
	position: absolute;
	top: -40px;
	left: 170px;
	z-index: 1;
	display: none;
	border-radius: 5px;
}

.re_text p {
	padding-left: 20px;
	padding-right: 15px;
	text-align: left;
	padding-top: 30px;
	line-height: auto;
}

.re_arrow {
	width: 0;
	height: 0;
	border-top: 12.5px solid transparent;
	border-right: 9px solid #007cc3;
	border-bottom: 12.5px solid transparent;
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 110px;
}

.abContact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.abContact_phone {
	width: 225px;

	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-right: 130px;
}

.abContact_phone h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.abContact_phone p {
	color: #999999;
}

.abContact_qq {
	width: 146px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	margin-right: 100px;
}

.abContact_qq h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.abContact_qq p {
	color: #999999;
}

.abContact_address {
	width: 312px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	margin-right: 75px;
}

.abContact_address h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.abContact_address p {
	color: #999999;
}

.abContact_work {
	width: 195px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
}

.abContact_work h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.abContact_work p {
	color: #999999;
}


/* 联系我们 */

.contact_us {
	width: 100%;
	height: 390px;
	background: url(../image/contact.png) no-repeat;
	margin-top: 60px;
	position: relative;
}

.contact_ul {
	width: 673px;
	margin-left: 315px;
	padding-top: 170px;
}

.contact_phone {
	text-align: center;
	width: 100px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin-right: 150px;
	vertical-align: top;
}

.contact_phone p {
	margin-top: 10px;
}

.contact_fax {
	text-align: center;
	width: 141px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin-right: 110px;
	vertical-align: top;
}

.contact_fax p {
	margin-top: 10px;
}

.Contact_address {
	width: 160px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	vertical-align: top;
	margin-top: 0;
}

.Contact_address p {
	margin-top: 10px;
}

.contactmap {
	width: 1090px;
	margin: -80px auto 69px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contactmap image {
	max-width: 100%;
	border-radius: 8px;
}


/* 宣传视频 */

.video_ul {
	margin-top: 60px;
}

.video_list {
	width: 365px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
	margin-bottom: 50px;
	text-align: center;
	color: #666666;
}

.video_list h1 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.video_list h1 a {
	color: #666666;
}

.video_list:hover h1 a {
	color: #ED6C00;
}

.video_list:nth-child(3n) {
	margin-right: 0;
}

.video_list image {
	max-width: 100%;
	max-height: 245px;
}

.pages {
	text-align: center;
	margin: 70px 0;
}

.pages ul li {
	display: inline-block;
	height: 40px;
	border: 1px solid #f0f0f0;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: #FFFFFF;
}

.pages ul .on {
	background: #ed6c00;
}

.pages ul .on a {
	color: #FFFFFF;
}

.pages ul li a {
	color: #777777;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.pages ul li:hover {
	background: #ed6c00;
}
.pages ul li:hover span{color: #FFFFFF;}
.pages ul li:hover a {
	color: #FFFFFF;
}


/* 人才招聘  */

.zhaopin_content {
	background: #F8F8F8;
}

.zhaopin_ul {
	margin-top: 60px;
}

.zhaopin_list {
	width: 368px;
	height: 278px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}

.zhaopin_list:nth-child(3n) {
	margin-right: 0;
}

.zhaopin_list:hover {
	border-color: #ED6C00;
	box-shadow: 0px 6px 8px 6px rgba(0, 0, 0, 0.13);
}

.zhaopin_list:hover h3,
.zhaopin_list:hover p {
	color: #ed6c00;
}

.zhaopin_list:hover .zhaopin_pic image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zhaopin_pic {
	width: 100%;
	height: 130px;
	overflow: hidden;
	text-align: center;
}

.zhaopin_pic image {
	width: 100%;
	height: 130px;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.zhaopin_list h3 {
	font-size: 18px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 30px;
}

.zhaopin_list p {
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}


/* 环境设施 */

.Environmental {
	background: #F8F8F8;
	padding-top: 60px;
	padding-bottom: 60px;
}

.Environmental .span {
	color: #EEEEEE;
}

.guild_yanglao {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 635px;
}

.guild_cover {
	background: rgba(0, 101, 57, .8);
	width: 100%;
	height: 575px;
	padding-top: 60px;
}

.guild_cover .span {
	color: #478b6f;
}

.guild_cover .about_company_title {
	color: #FFFFFF;
}

.guild_cover .title_line {
	background: #00923f;
}

.guild_ul {
	font-size: 0;
	border: 1px solid #54947c;
	border-radius: 5px;
	height: 380px;
}

.guild_ul a {
	color: #FFFFFF;
	display: block;
}

.guild_ul .one,
.guild_ul .two,
.guild_ul .three,
.guild_ul .four,
.guild_ul .five {
	display: inline-block;
	width: 238px;
	height: 205px;
	border-right: 1px solid #54947C;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
}

.guild_ul .six,
.guild_ul .seven,
.guild_ul .eight,
.guild_ul .nine {
	border-top: 1px solid #54947C;
	width: 298px;
	border-right: 1px solid #54947C;
	height: 175px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
}

.guild_ul .nine {
	border-right: none;
	width: 300px;
}

.one .image,
.two .image,
.three .image,
.four .image,
.five .image {
	width: 60px;
	height: 52px;
	margin: 25px auto 20px;
	padding-top: 10px;
}

.six .image,
.seven .image,
.eight .image,
.nine .image {
	width: 60px;
	height: 52px;
	margin: 10px auto 15px;
}

.one h3,
.two h3,
.three h3,
.four h3,
.five h3,
.six h3,
.seven h3,
.eight h3,
.nine h3 {
	width: 54px;
	height: 33px;
	border-right: 1px solid #54947C;
	font-size: 30px;
	text-align: center;
	line-height: 33px;
	color: #4fa889;
	font-family: DINCOND-MEDIUM;
}

.one p,
.two p,
.three p,
.four p,
.five p,
.six p,
.seven p,
.eight p,
.nine p {
	margin: 0px auto 0;
	width: 182px;
}

.guild_ul .five {
	border: none;
	width: 242px;
}


/* 入住指南 */

.Institutional_Dynamics {
	background: #F8F8F8;
	padding-top: 60px;
	padding-bottom: 60px;
}

.Institutional_Dynamics .span {
	color: #EEEEEE;
}

.Institutional_Dynamics_ul {
	margin-top: 30px;
}

.Institutional_Dynamics_ul li {
	width: 368px;
	padding: 10px;
	border: 1px solid transparent;
	background: #FFFFFF;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	overflow: hidden;
	top: 2px;
}

.Institutional_Dynamics_ul li:hover {
	border-color: #ed6c00;
	top: -2px;
	box-shadow: 0px 6px 8px 6px rgba(0, 0, 0, 0.13);
	color: #ED6C00;
}

.Institutional_Dynamics_ul li:hover .image image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.Institutional_Dynamics_ul li:hover h3 {
	color: #ED6C00;
}

.Institutional_Dynamics_ul li:hover a {
	color: #ED6C00;
}

.Institutional_Dynamics_ul li:nth-child(3n) {
	margin-right: 0;
}

.Institutional_Dynamics_ul .image {
	width: 100%;
	overflow: hidden;
	height: 212px;
	line-height: 207px;
	text-align: center;
	margin-bottom: 30px;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
}

.Institutional_Dynamics_ul h3 {
	padding-left: 10px;
	font-size: 16px;
	color: #666666;
	width: 331px;
}

.Institutional_Dynamics_ul .line {
	width: 56px;
	height: 2px;
	background: #ED6C00;
	display: block;
	margin-top: 23px;
	margin-left: 14px;
	margin-bottom: 20px;
}

.Institutional_Dynamics_ul p {
	color: #666666;
	line-height: 19px;
	padding-left: 14px;
	margin-bottom: 30px;
	font-size: 12px;
}

.Institutional_Dynamics_ul .image image {
	vertical-align: middle;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	width: 100%;
	height: 212px;
}

.Institutional_Dynamics_ul .time {
	font-size: 12px;
	color: #999999;
	height: auto;
	padding-left: 14px;
}

.Institutional_Dynamics_ul .time a {
	color: #999999;
}

.Institutional_Dynamics_ul .share {
	margin-right: 13px;
	margin-left: 0;
	float: right;
	margin-top: 0px;
}

.yanglao_Contact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.yanglao_Contact_phone {
	width: 126px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-right: 190px;
	color: #333333;
	vertical-align: top;
	;
}

.yanglao_Contact_phone h3 {
	margin-top: 25px;
	font-size: 12px;
	margin-bottom: 20px;
}

.yanglao_Contact_phone h3 span {
	font-size: 14px;
}

.yanglao_Contact_phone p {
	color: #999999;
}

.yanglao_Contact_mobile {
	width: 153px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-right: 115px;
	vertical-align: top;
}

.yanglao_Contact_mobile h3 {
	margin-top: 25px;
	font-size: 12px;
	margin-bottom: 20px;
}

.yanglao_Contact_mobile h3 span {
	font-size: 14px;
}

.yanglao_Contact_mobile p {
	color: #999999;
}

.yanglao_Contact_address {
	width: 263px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-right: 130px;
	vertical-align: top;
	text-transform: capitalize;
}

.yanglao_Contact_address h3 {
	margin-top: 25px;
	font-size: 12px;
	margin-bottom: 20px;
}

.yanglao_Contact_address h3 span {
	font-size: 14px;
}

.yanglao_Contact_address p {
	color: #999999;
}

.yanglao_Contact_work {
	width: 196px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	text-transform: capitalize;
}

.yanglao_Contact_work h3 {
	margin-top: 25px;
	font-size: 12px;
	margin-bottom: 20px;
}

.yanglao_Contact_work h3 span {
	font-size: 14px;
}

.yanglao_Contact_work p {
	color: #999999;
}


/* 新闻 */

.new {
	background: #F8F8F8;
	overflow: hidden;
}

.news_ul {
	margin-bottom: 60px;
	vertical-align: top;
}
.news_ul li{
	margin-right: 10px;
}

.news_ul li {
	margin-bottom: 30px;
}


/* 新闻详情 */

.detail {
	margin-top: 60px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 75px;
}

.detail_l {
	width: 815px;
	display: inline-block;
	margin-right: 40px;
}

.news_title {
	font-size: 26px;
	color: #333333;
}

.release_date {
	margin-top: 40px;
	height: 23px;
	margin-bottom: 45px;
	color: #666666;
	background: url(../image/date.png) no-repeat;
}

.Recommend {
	display: inline-block;
	width: 335px;
	vertical-align: top;
}
.Recommend h3{
	font-size: 16px;
}
.Recommend_title {
	width: 325px;
	border-left: 10px solid #ececec;
	background: #f4f4f4;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	font-size: 12px;
	color: #d7d7d7;
	margin-bottom: 25px;
}

.Recommend_title span {
	color: #ed6c00;
	font-size: 14px;
}

.re_pic {
	width: 86px;
	height: 86px;
	overflow: hidden;
	display: inline-block;
	margin-right: 5px;
}

.re_pic image {
	width: 86px;
	height: 86px;
}

.Recommend ul li h3 {
	margin-bottom: 15px;
	color: #666666;
}

.jc li {
	height: 140px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.Recommend_div{ margin-bottom:30px;}
.about { margin-top:-20px;}
.about li {
    width: 95%;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
	padding-left:5%;
}
.about li a{ color:#666666;width: 100%;display: inline-block;}
.about li:hover a {
	color: #ED6C00;
}

.Recommend ul li:hover h3 {
	color: #ED6C00;
}

.Recommend ul li p {
	height: 70px;
}

.reco_text {
	font-size: 14px;
	width: 230px;
	display: inline-block;
	vertical-align: top;
	color: #666666;
}

.reco_time {
	text-align: right;
	font-size: 12px;
	font-family: arial;
	color: #999999;
}


/* 居家养老 */

.jujia {
	margin-top: 60px;
	margin-bottom: 60px;
}

.jujia .silde {
	width: 825px;
	height: 334px;
	display: inline-block;
	margin-right: 10px;
}

.jujia .silde .hd {
	display: inline-block;
	width: 204px;
}

.jujia .silde .hd ul li {
	width: 200px;
	height: 109px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid transparent;
}

.jujia .silde .hd ul li.on {
	border-color: #ED6C00;
}

.jujia .silde .hd ul li image {
	width: 202px;
	height: 109px;
}

.jujia .silde .bd {
	display: inline-block;
	width: 606px;
	height: 333px;
	vertical-align: top;
}

.jujia .silde .bd ul li {
	width: 606px;
	height: 333px;
	overflow: hidden;
}

.jujia .silde .bd ul li image {
	width: 606px;
	height: 333px;
}

.jujia .buy {
	width: 355px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #333333;
}

.buy p {
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.normal {
	font-size: 14px;
	color: #666666;
}

.normal .price {
	font-size: 20px;
	color: #ED6C00;
}

.normal_span {
	font-size: 12px;
	width: 50px;
	height: 25px;
	background: #007cc3;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}

.preferential {
	text-decoration: line-through;
	font-size: 14px;
	color: #666666;
	margin-top: 7px;
}

.member_price {
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.member_price image {
	vertical-align: middle;
	display: inline-block;
}

.member_price span {
	font-size: 24px;
	color: #ed6c00;
}

.member_price i {
	font-style: normal;
	color: #ED6C00;
}

.buy_btn {
	width: 355px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #ED6C00;
	text-align: center;
	font-size: 18px;
	color: #ED6C00;
	margin-top: 10px;
	line-height: 50px;
}


/* 服务项目详情 */

.service_items_title {
	height: 30px;
	border-bottom: 1px solid #00933f;
	margin-bottom: 30px;
}

.service_items_title_text {
	width: 118px;
	height: 30px;
	background: #00933F;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.service_items_text {
	color: #666666;
	font-size: 14px;
	margin-bottom: 60px;
}

.service_items_text p {
	line-height: 28px;
}

.Related {
	margin-bottom: 60px;
}

.Relatedbg {
	background: #f7f7f7;
	padding-bottom: 10px;
}

.Relatedbg .hd {
	height: 40px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
}

.Relatedbg .hd ul li {
	width: 85px;
	text-align: center;
	line-height: 39px;
	display: inline-block;
	cursor: pointer;
	height: 39px;
	border-bottom: 2px solid transparent;
	margin-right: 25px;
}

.Relatedbg .hd ul li.on {
	border-bottom: 2px solid #ED6C00;
}

.Relatedbg .bd {
	padding-left: 10px;
	padding-right: 10px;
}

.Relatedbg .bd li {
	background: #FFFFFF;
	width: 368px;
	border: 1px solid #FFFFFF;
	min-height: 270px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}

.Relatedbg .bd li:hover {
	border-color: #ED6C00;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.Relatedbg .bd li:hover .tag {
	background: #ED6C00;
}

.Relatedbg .bd li h4 {
	color: #666666;
	font-size: 18px;
}

.Relatedbg .bd li:nth-child(3n) {
	margin-right: 0;
}

.rela_pic {
	margin-bottom: 30px;
	width: 100%;
	height: 127px;
	text-align: center;
	overflow: hidden;
}

.rela_pic image {
	max-height: 127px;
	max-width: 100%;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
}

.rela_pic:hover image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.Relatedbg .bd ul li h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.Relatedbg .bd ul {
	display: none;
}

.Relatedbg .bd .pageshow {
	display: block;
}

.tag {
	width: 65px;
	height: 24px;
	background: #007cc3;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	display: inline-block;
	border-radius: 2px;
	vertical-align: top;
	font-size: 12px;
	margin-top: 20px;
}

.rela_price {
	text-align: left;
	margin-top: 28px;
	margin-bottom: 10px;
}

.Special_price {
	font-size: 24px;
	color: #666666;
}

.Special_price span {
	color: #999999;
	font-size: 14px;
	text-decoration: line-through;
	margin-left: 10px;
}

.Special {
	display: inline-block;
}

.member {
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 31px;
	color: #666666;
	margin-right: 5px
}

.member span {
	color: #ed6c00;
	text-decoration: none;
	font-size: 24px;
}

.member span i {
	font-style: normal;
	color: #999999;
	font-size: 12px;
	margin-left: 10px;
}


/* 居家养老 */

.Relatedul li {
	margin-right: 10px;
	margin-bottom: 35px;
}

.Relatedul .bd {
	padding: 0;
}

.Relatedul li:nth-child(3n) {
	margin-right: 0;
}


/* 商城 */

.mall {
	padding-left: 30px;
	padding-right: 30px;
	height: 200px;
	background: #FFFFFF;
	margin-bottom: 20px;
	border: 1px solid #EBEBEB;
	padding-top: 30px;
}

.mall ul li {
	margin-bottom: 15px;
}

.type {
	width: 53px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	background: #ED6C00;
	display: inline-block;
}

.type_ul {
	display: inline-block;
	width: 1060px;
	padding-top: 5px;
	vertical-align: top;
}

.mall .type_ul li {
	display: inline-block;
	width: 56px;
	border-right: 2px solid #989898;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
	margin-right: 0;
	height: 14px;
	cursor: pointer;
}

.mall .type_ul li:hover {
	color: #ed6c00;
}

.type_ul li:last-child {
	border-right: none;
}

.toggle {
	width: 114px;
	height: 30px;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	display: inline-block;
	margin: 36px auto 0;
	font-size: 12px;
	background-image: url(../image/toggle.png);
	background-repeat: no-repeat;
	background-position-x: 98px;
	background-position-y: 12px;
	border-bottom: none;
}

.selected {
	height: 56px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 56px;
}

.selected div {
	display: inline-block;
	vertical-align: top;
}

.selected .s_span {
	height: 30px;
	width: 75px;
	text-align: center;
	background: #e4e4e4;
	color: #6666666;
	font-size: 12px;
	display: inline-block;
	line-height: 30px;
	margin-left: 5px
}

.s_close {
	width: 15px;
	height: 15px;
	background: url(../image/close.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.delete {
	font-size: 12px;
	color: #666666;
	background: transparent;
	border: none;
}


/* 3D轮播图效果  */

.dg-container {
	width: 100%;
	height: 450px;
	position: relative;
}

.dg-wrapper {
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.dg-wrapper a {
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper a.dg-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a image {
	display: block;
	padding: 41px 0px 0px 1px;
}

.dg-wrapper a div {
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}

.dg-wrapper a.dg-center div {
	display: block;
}

.dg-container nav {
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}

.dg-container nav span {
	text-indent: -9000px;
	float: left;
	cursor: pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
}

.dg-container nav span:hover {
	opacity: 1;
}

.dg-container nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}

.zixun {
	width: 60px;
	height: 60px;
	background: url(../image/zixun.png) no-repeat;
	display: inline-block;
}

.one:hover .zixun {
	background: url(../image/zixun_hover.png) no-repeat;
}

.one:hover p {
	color: #4fa889;
}

.shenqing {
	width: 39px;
	height: 45px;
	background: url(../image/meihaojiayuan.png) no-repeat;
	display: inline-block;
}

.two:hover .shenqing {
	background: url(../image/meihaojiayuan_hover.png) no-repeat;
}

.two:hover p {
	color: #4fa889;
}

.shenhe {
	width: 45px;
	height: 45px;
	background: url(../image/shenhe.png) no-repeat;
	display: inline-block;
}

.three:hover .shenhe {
	background: url(../image/shenhe_hover.png) no-repeat;
}

.three:hover p,
.four:hover p,
.five:hover p,
.six:hover p,
.seven:hover p,
.eight:hover p,
.nine:hover p {
	color: #4fa889;
}

.tijianbaogao {
	width: 44px;
	height: 47px;
	background: url(../image/tijianbaogao.png) no-repeat;
	display: inline-block;
}

.four:hover .tijianbaogao {
	background: url(../image/tijianbaogao_hover.png) no-repeat;
}

.pingding {
	width: 49px;
	height: 48px;
	background: url(../image/pingding.png) no-repeat;
	display: inline-block;
}

.five:hover .pingding {
	background: url(../image/pingding_hover.png) no-repeat;
}

.ruzhu {
	width: 44px;
	height: 29px;
	background: url(../image/ruzhu.png) no-repeat;
	display: inline-block;
}

.six:hover .ruzhu {
	background: url(../image/ruzhu_hover.png) no-repeat;
}

.dangan {
	width: 42px;
	height: 41px;
	background: url(../image/dangan.png) no-repeat;
	display: inline-block;
}

.seven:hover .dangan {
	background: url(../image/dangan_hover.png) no-repeat;
}

.hetong {
	width: 48px;
	height: 45px;
	background: url(../image/hetong.png) no-repeat;
	display: inline-block;
}

.eight:hover .hetong {
	background: url(../image/hetong_hover.png) no-repeat;
}

.fangjian {
	width: 33px;
	height: 47px;
	background: url(../image/fangjian.png) no-repeat;
	display: inline-block;
}

.nine:hover .fangjian {
	background: url(../image/fangjian_hover.png) no-repeat;
}

.jujiayanglao {
	font-size: 0;
	margin-bottom: 50px
}

.jujiayanglao div {
	opacity: 1;
}

.service_list:nth-child(4) {
	margin-right: 0;
}

.jujiayanglao .text {
	background: #FFFFFF;
}

.form_win {
	width: 430px;
	height: 560px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -280px;
	z-index: 99;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	display: block;
}

.form_win .box {
	width: 430px;
	font-size: 0;
	margin-top: 35px;
}

.box_l {
	width: 90px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #f8f8f8;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.box_r {
	width: 335px;
	background: #f8f8f8;
	font-size: 14px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
}

.box_r input {
	background: transparent;
	border: none;
	height: 40px;
	width: 335px;
}

.box_r select {
	background-color: transparent;
	border: none;
	height: 40px;
	width: 335px;
	outline: none;
	background-image: url(../image/select.png);
	background-repeat: no-repeat;
	background-position-x: 300px;
	background-position-y: 15px;
}

.submit {
	width: 200px;
	height: 40px;
	background: #00923f;
	text-align: center;
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	margin-top: 45px;
}

.box_close {
	width: 40px;
	height: 40px;
	background: #00a73d;
	text-align: center;
	position: absolute;
	right: -40px;
	top: 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.box_close image {
	vertical-align: middle;
}

.mall_bg {
	background: #F7F7F7;
}

.select_l {
	display: inline-block;
	max-width: 600px;
}

.select_r {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #666666;
	max-width: 590px;
	text-align: right;
	color: #666666;
}

.select_r span {
	color: #ED6D00;
}

.pay_win {
	width: 430px;
	height: 560px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -280px;
	z-index: 99;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	display: none;
	border-radius: 5px;
	font-size: 18px;
	color: #333333;
}

.pay_win_close {
	width: 40px;
	height: 40px;
	background: #00a73d;
	text-align: center;
	position: absolute;
	right: -40px;
	top: 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.pay_win .pay_win_close image {
	margin: 8px;
}

.pay_win image {
	margin-top: 100px;
	margin-bottom: 30px;
}

.win_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 99;
}

.leftButton {
	position: absolute;
	top: 105px;
	left: 50px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, .7);
}

.leftButton image {
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rightButton {
	position: absolute;
	top: 105px;
	right: 50px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, .7);
}

.rightButton image {
	vertical-align: middle;
}

@font-face {
	font-family: abheiti;
	src: url(../font/DINCOND-MEDIUM.OTF);
}

.Student_ul_fengcai li {
	width: 375px;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.Student_ul_fengcai li .spic {
	width: 373px;
	height: 250px;
	transition: 1s ease-out;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: 1s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	line-height: 250px;
}

.Student_ul_fengcai li .spic image {
	width: 100%;
	height: 248px;
	vertical-align: middle;
}

.Student_ul_fengcai li h3 {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.Student_ul_fengcai li:nth-child(3n) {
	margin-right: 0;
}

.Student_ul_fengcai li a {
	color: #666666;
}

.Student_ul_fengcai li:hover .spic {
	top: -5px;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.13);
}

.Student_ul_fengcai li:hover h3 {
	color: #ed6c00;
}

.type_ul .on {
	color: #ED6C00;
}

.show_arrow {
	background-color: rgb(255, 255, 255);
	width: 12px;
	height: 23px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	left: 0;
	top: 25px;
}

.Recruit_list:nth-child(4) .re_text{
	right: 170px;
	left: auto;
}
.Recruit_list:nth-child(4) .re_text .re_arrow {
	right: -9px;
	left: auto;
	width: 0;
	height: 0;
	border-top: 12.5px solid transparent;
	border-left: 9px solid #007cc3;
	border-bottom: 12.5px solid transparent;
	display: inline-block;
	position: absolute;
	top: 110px;
	border-right: 0;
} 

.Recruit_list:last-child .re_text {
	right: 170px;
	left: auto;
}

.Recruit_list:last-child .re_text .re_arrow {
	right: -9px;
	left: auto;
	width: 0;
	height: 0;
	border-top: 12.5px solid transparent;
	border-left: 9px solid #007cc3;
	border-bottom: 12.5px solid transparent;
	display: inline-block;
	position: absolute;
	top: 110px;
	border-right: 0;
}

.tips{
	width: 300px;
	height: 160px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -73.5px;
	margin-left: -170px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	border: 1px solid #00A73D;
	box-shadow: 2px 2px 5px #cccccc;
}
.tips p{margin-top: 50px;}
.tips input{
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	background: #00A73D;
	margin-top: 25px;
	z-index: 2;

}

.slideBox .bd li{
	position: absolute;
	left: 0;
	top: 0;
}
.slideBox .bd li image{

}
.company_fw li{ width:90px; display:inline-block; text-align:center;}
.nry{width:94%;margin:3%;padding-bottom: 60px;border-bottom: solid 1px #c2c2c2;font-size: 16px;color: #4b4b4b;line-height: 35px;overflow: hidden;}
.nry_bottom{width:94%;margin:3%;}
.nry_bot1{width:50%;text-align: center;font-size:16px;color:#4b4b4b;display: inline-block;}
.wzlb{vertical-align: top;width: 47%;padding-bottom: 5px;margin-left: 2%;display: inline-block;border: 1px solid #ededed;}
.wzlb span{width:96%;height: 35px;line-height: 35px;background: #007cc3;display: inline-block;
color: #fff;font-size: 17px;padding-left: 4%;}
.wzlb li{height: 40px;line-height: 40px;border-bottom: dashed 1px #ededed;background-color: white;
width: 92%;margin: 0 4%;display: inline-block;}
.xwlb{width:100%;}
.lby2{ margin-top:-25px;}
.lby2 li{width:100%;border-bottom:1px solid #e8e8e8;text-align: center;line-height:50px;float: left;}
.lby2 li span{width:49%;display: inline-block;font-size:16px;float: left;}
.bor_rig{border-right:1px solid #e8e8e8;}
.lby2 li span:hover{color: #ed6c00;}
.nr9{ width:94%; display: inline-block; font-size:14px; color:#1a1a1a; margin:40px 0;margin-left: 6%;}