﻿
.carousel {
	position: relative;
	z-index: 10;
}
.carousel-item {
	position: relative;
	float: left;
	display: block;
}
.carousel-item .carousel-img {
	display: block;
}
.carousel-item .carousel-img a[href="javascript:;"] {
	cursor: default;
}
.carousel-item .carousel-img img {
	display: block;
}
.banner_pic{ width:100% !important}
 @media (min-width:768px) and (max-width:991px) {
.slideshow {
	
}
.slideshow img {
	
}
}
 @media screen and (max-width:768px) {
.module-content {
	padding-top: 60px;
}
.slideshow {
	
}
.slideshow img {
	
}
}
 @media screen and (max-width:640px) {
.slideshow {
	
}
.slideshow img {
	
}
}
@media screen and (max-width:480px) {
.slideshow {
	
}
.slideshow img {
	
}
}

/*轮播公共部分开始*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #969696;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
/*轮播公共部分结束*/
/*首页-服务项目*/
#index-service .owl-nav {
	display: none;
}
#index-service dl {
	padding: 0 11%;
}
#index-service a:hover {
	color: #333;
}
#index-service dl dd h3 {
	font-size: 18px;
	margin: 44px 0 13px 0;
	font-weight: bold;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis; 
}
#index-service dl dd p {
	line-height: 24px;
	margin: 5px auto 25px;
	color: #666;
}
#index-service dl, #index-service dl dt img {
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	cursor: pointer;
}
#index-service dl:hover dt img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
@media (min-width:1200px) {
.owl-controls {
	display: none;
}
}
@media (min-width:1200px) {
#index-web dl dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	height: 72px;
}
#index-web .owl-controls {
	display: none;
}
}
@media (min-width:992px) and (max-width:1199px) {
#index-web dl {
	padding: 0 8%;
}
#index-web dl dd p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	height: 72px;
}
}
@media (min-width:488px) and (max-width:991px) {
#index-web dl dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	height: 72px;
}
}
@media (max-width:487px) {
#index-web dl dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
}
}
/*首页-就业岗位*/
#index-job, .index-job {
	width: 100%;
}
#index-job a, .index-job a {
	display: block;
}
#index-job a dd, .index-job a dd {
	width: 100%;
	line-height: 60px;
	height: 60px;
	color: #333;
	padding: 0 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	font-size: 18px;
	text-align: center;
}
#index-job .owl-controls {
	display: none;
}
#index-job a dt, .index-job a dt {
	overflow: hidden;
}
#index-job a dt img, .index-job a dt img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari Ã¥'Å’ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
#index-job a:hover dt img, .index-job a:hover dt img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05); 	/* IE 9 */
	-moz-transform: scale(1.05, 1.05); 	/* Firefox */
	-webkit-transform: scale(1.05, 1.05); /* Safari Ã¥'Å’ Chrome */
	-o-transform: scale(1.05, 1.05); 	/* Opera */
}
#index-job a:hover dd, .index-job a:hover dd {
	background: #0071a8;
	color: #fff;
}
@media (min-width:1400px) {
#index-job a dt img, .index-job a dt img {
	width: 460px;
	height: 346px;
}
}
@media (min-width:1200px) and (max-width:1399px) {
#index-job a dt img, .index-job a dt img {
	width: 393px;
	height: 296px;
}
}
@media (min-width:992px) and (max-width:1199px) {
#index-job a dt img, .index-job a dt img {
	width: 316px;
	height: 238px;
}
}
@media (min-width:768px) and (max-width:991px) {
#index-job, .index-job {
	padding: 0 20px;
}
#index-job a dt img, .index-job a dt img {
	width: 350px;
	height: 263px;
}
}
@media (max-width:767px) {
#index-job, .index-job {
	padding: 0 20px;
}
#index-job a dt img, .index-job a dt img {
	width: 100%;
}
}
.a-more {
	width: 120px;
	line-height: 40px;
	display: block;
	margin: 40px auto 0;
	background: #0071a8;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}
.a-more:hover {
	color: #fff;
	background: #0089cc;
}
/*首页-关于我们*/
.index-about {
	background: #f6f6f6;
	height: auto;
	overflow: hidden;
}
.about-left {
	padding: 0;
}
.about-left img {
	width: 100%;
}
.about-right {
	padding: 40px;
}
.about-right .about-right-con {
	color: #777;
	line-height: 32px;
	font-size: 16px;
}
.about-right-a {
	width: 160px;
	line-height: 40px;
	background: #0071a8;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 40px;
}
.about-right-a:hover {
	background: #0089cc;
	color: #fff;
}
@media (min-width:1400px) {
.about-left img {
	width: 700px;
	height: 466px;
}
.about-right {
/*	padding: 52px;*/
}
.about-right .about-right-con {
	line-height: 34px;
	min-height: 280px;
	overflow: hidden;
}
}
@media (min-width:1200px) and (max-width:1399px) {
.about-left img {
	width: 600px;
	height: 400px;
}
.about-right .about-right-con {
	min-height: 256px;
	overflow: hidden;
}
.about-right-a {
	margin-top: 24px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.about-right {
	padding: 30px;
}
.about-left img {
	width: 485px;
	height: 323px;
}
.about-right .about-right-con {
	line-height: 25px;
	font-size: 14px;
	height: 200px;
	overflow: hidden;
}
.about-right-a {
	margin-top: 24px;
}
}
@media (max-width:991px) {
.about-right-a {
	margin: 24px auto 10px;
}
}
@media (max-width:767px) {
.about-right {
	padding: 20px;
}
}
/*首页-新闻资讯*/
.index-news {
	height: auto;
	overflow: hidden;
}
.index-news a {
	display: block;
}
.index-news dl {
	background: #fff;
	padding: 25px 20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.index-news dl:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px #dedede;
	-moz-box-shadow: 0px 0px 15px #dedede;
	box-shadow: 0px 0px 15px #dedede;
}
.index-news dl dd h3 {
	width: 100%;
	font-size: 16px;
/*	height: 16px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news dl dd span, .index-news dl dd p {
	color: #666;
}
.index-news dl dd span {
	margin: 11px 0 6px;
	display: inline-block;
}
.index-news dl dd p {
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	height: 72px;
}
.index-news dl dt {
	overflow: hidden;
}
.index-news dl dt img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari Ã¥'Å’ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.index-news dl:hover dt img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05); 	/* IE 9 */
	-moz-transform: scale(1.05, 1.05); 	/* Firefox */
	-webkit-transform: scale(1.05, 1.05); /* Safari Ã¥'Å’ Chrome */
	-o-transform: scale(1.05, 1.05); 	/* Opera */
}
@media (min-width:1200px) {
.index-news dl {
	background: #fff;
	padding: 30px;
}
.index-news dl:hover {
	margin-top: -7px;
}
.index-news {
	margin-top: -25px;
}
.index-news a {
	padding-top: 25px;
}
}
@media (min-width:1400px) {
.index-news dl dt img {
	width: 260px;
	height: 175px;
}
}
@media (min-width:1200px) and (max-width:1399px) {
.index-news dl dt img {
	width: 210px;
	height: 142px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.index-news dl dt img {
	width: 395px;
	height: 267px;
}
.index-news dl {
	margin-bottom: 30px;
	padding: 35px 30px 30px;
}
.index-news a:nth-child(3) dl {
	margin-bottom: 0;
}
.index-news a:nth-child(4) dl {
	margin-bottom: 30px;
}
}
@media (min-width:768px) and (max-width:991px) {
.index-news dl dt img {
	width: 285px;
	height: 192px;
}
.index-news dl {
	margin-bottom: 30px;
	padding: 35px 30px 30px;
}
.index-news a:nth-child(3) dl, .index-news a:nth-child(4) dl {
	margin-bottom: 0;
}
}
@media (max-width:767px) {
.index-news dl {
	margin-bottom: 30px;
	padding: 35px 30px 30px;
}
.index-news a:last-child dl {
	margin-bottom: 0;
}
}
/*首页-合作伙伴*/
.partner {
	height: auto;
	overflow: hidden;
}
.partner dl {
	margin-bottom: 30px;
}
.partner dl img {
	width: 100%;
	visibility: visible;
	cursor: pointer;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.partner dl:hover img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(0.95);
}
@media (min-width:1400px) {
.partner dl img {
	width: 203px;
	height: 88px;
}
}
@media (min-width:1200px) and (max-width:1399px) {
.partner dl img {
	width: 170px;
	height: 73px;
}
}
@media (min-width:1200px) {
.partner dl:nth-child(7), .partner dl:nth-child(8), .partner dl:nth-child(9), .partner dl:nth-child(10), .partner dl:nth-child(11), .partner dl:nth-child(12) {
	margin-bottom: 0;
}
}
@media (min-width:768px) and (max-width:1399px) {
.partner dl:nth-child(9), .partner dl:nth-child(10), .partner dl:nth-child(11), .partner dl:nth-child(12) {
	margin-bottom: 0;
}
}
@media (min-width:992px) and (max-width:1199px) {
.partner dl img {
	width: 212px;
	height: 92px;
}
}
@media (min-width:768px) and (max-width:991px) {
.partner dl img {
	width: 157px;
	height: 68px;
}
}
@media (min-width:768px) and (max-width:1399px) {
.partner dl:nth-child(9), .partner dl:nth-child(10), .partner dl:nth-child(11), .partner dl:nth-child(12) {
	margin-bottom: 0;
}
}
@media (max-width:767px) {
.partner dl img {
	height: 13vw;
}
.partner {
	padding: 0 10px;
}
.partner dl {
	padding: 0 5px;
	margin-bottom: 10px;
}
.partner dl:nth-child(10), .partner dl:nth-child(11), .partner dl:nth-child(12) {
	margin-bottom: 0;
}
}

.active12{ width:25%; text-align:center !important;}


@media (min-width:768px) and (max-width:991px) {
.inside-nav {
	min-height: 80px;
}
.inside-nav a {
	line-height: 38px;
	margin: 0px 10px 20px;
}
.inside-banner {
	height: 350px;
	background-size: cover;
}
}
@media (max-width:767px) {
.inside-nav {
	min-height: 60px;
}
.inside-nav a {
	line-height: 33px;
	margin: 0px 2px 14px;
	width: auto;
	padding: 0px 9px;
	font-size: 13px;
}
.inside-nav a:before, .inside-nav a:after {
	display: none;
}
.inside-nav a:hover {
	background: #fff;
	color: #0071a8;
	border: 1px #0071a8 solid;
}
.inside-banner {
	top: 60px;
	height: 150px;
	background-size: cover;
}
}
/*新闻中心*/
.inside-news.index-news dl {
	background: #fafafa;
}
.inside-news.index-news dl:hover {
	margin-top: 0px;
}
.inside-news {
	padding-bottom: 20px;
}
.pages {
	width: 100%;
	text-align: center;
	float: left;
}
.pages a {
	display: inline-block;
	min-width: 36px;
	padding: 0 15px;
	line-height: 36px;
	border-radius: 50px 50px 0 50px;
	background: #eee;
	margin: 15px 10px 0;
}
.pages a:hover {
	background: #0071a8;
	color: #fff;
}
.pages a.page-num-current {
    color: #fff;
    background-color: #0071a8;
	border-color: #0071a8;}
.inside-tit {
	width: 100%;
	text-align: center;
	padding: 0px 0 15px;
	border-bottom: 1px #dedede dashed;
	margin-bottom: 35px;
}
.inside-tit h2 {
	font-size: 24px;
	line-height: 36px;
	padding: 7px;
}
.inside-tit span {
	color: #999;
	margin: 8px 0;
	display: inline-block;
}
.inside-tit span font {
	margin-right: 15px;
}
.news-inside-con, .news-inside-con p, .news-inside-con span, .news-inside-con font, .news-inside-con h1, .news-inside-con h2, .news-inside-con h3, .news-inside-con h4, .news-inside-con h5, .news-inside-con h6 {
	line-height: 30px;
}
.news-inside-con img {
	width: auto;
	margin: 10px auto;
	max-width: 100%;
	display: block;
	height:auto;
}
.news-inside-con p{ text-indent:2em;
}
.news-inside {
	padding-bottom: 30px;
}
.pian {
	width: 100%;
	border-top: 1px #dedede dashed;
	padding: 20px 0 0;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.pian a:hover {
	color: #0071a8;
}
.pian p {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
@media (max-width:768px) {
.news-inside {
	padding: 0 20px 30px 20px;
}
.pian p {
	margin-bottom: 15px;
}
.pian p:last-child {
	margin-bottom: 0;
}
}
/*就业岗位*/
.index-job {
	margin-top: 15px;
}
.index-job .item {
	padding: 0 5px;
	margin-bottom: 10px;
}
.index-job a dd {
	background: #fafafa;
}
/*招贤纳士*/
.job {
	margin-bottom: 10px;
}
@media (max-width:768px) {
.job {
	margin-bottom: 0px;
}
}
.job .panel-title {
	margin: 23px 0;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	border-left: 4px solid #0071a8;
	padding-left: 15px;
	display: inline-block;
}
.job .panel-body {
	border-top: 1px dashed #eee;
	background: #fbfbfb;
	line-height: 27px;
	padding: 18px 25px;
}
/*联系我们map地图*/
.map {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 500px;
}
.contact.container {
	width: 1100px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -550px;
	top: 620px;
}
.contact-left {
	background: #fff url(../images/contact-bg.png) repeat;
	padding: 40px 50px;
	margin-top: -135px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.contact-left h2 {
	font-size: 26px;
	line-height: 55px;
}
.contact-left h3 {
	font-size: 30px;
	line-height: 45px;
	margin-top: 5px;
}
.contact-left h4 {
	font-size: 30px;
}
.contact-left p {
	font-size: 18px;
	display: inline-block;
	line-height: 37px;
	margin: 10px 0 0px;
}
.contact-left span {
	display: inline-block;
	line-height: 30px;
	margin: 12px 0 40px;
	font-size: 16px;
}
.contact-right {
	padding: 0px 40px 0;
}
.contact-right h2 {
	font-size: 30px;
}
.contact-right h2 font {
	font-size: 16px;
	margin-left: 20px;
}
.contact-right span {
	width: 26px;
	height: 3px;
	background: #333;
	display: inline-block;
	margin: 30px 0 20px;
}
.contact-right p {
	margin-bottom: 15px;
}
.contact-right p {
	padding: 0;
}
.contact-right p.text-right label {
	padding-right: 10px;
}
.contact-right p label {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin: 0;
	width: 80px;
}
.contact-right label b {
	font-size: 16px;
	color: #f00;
}
.contact-right p input, .contact-right .sub {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	float: right;
	background: #fff;
}
.contact-right p input {
	border: 1px #ccc solid;
	border-radius: 7px;
	padding: 11px 20px;
}
.contact-right p select {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	float: right;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 7px;
	padding: 0px 20px;
	height: 44px;
}
.contact-right .sub {
	border-radius: 7px;
	text-align: center;
	display: inline-block;
	background: #d83232;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	border: none;
}
.contact-right label b {
	font-size: 16px;
	color: #f00;
}
@media (min-width: 992px) and (max-width:1200px) {
.contact.container {
	width: 970px;
	margin-left: -485px;
}
.contact-left {
	background: #fff url(../images/contact-bg.png) repeat;
	padding: 50px 50px;
}
.contact-right {
	padding: 0px 40px 0;
}
}
@media (min-width: 768px) and (max-width:991px) {
.contact.container {
	width: 750px;
	margin-left: -375px;
}
.contact-left {
	background: #fff url(../images/contact-bg.png) repeat;
	padding: 40px;
}
.contact-right {
	padding: 0px 0 0 40px;
}
.contact-right h2 {
	font-size: 26px;
	margin-bottom: 16px;
}
.contact-right h2 font {
	font-size: 14px;
	margin-left: 8px;
}
.contact-right span {
	display: none;
}
.contact-left h3 {
	font-size: 26px;
	line-height: 40px;
}
.contact-left h2 {
	font-size: 22px;
	line-height: 40px;
}
.contact-left span {
	line-height: 26px;
}
.contact-left h4 {
	font-size: 24px;
}
.contact-left p {
	font-size: 14px;
	line-height: 32px;
}
.contact-right p input, .contact-right a {
}
.contact-right p textarea {
	padding: 13px 20px;
	height: 80px;
}
}
@media (max-width:767px) {
.contact-right .sub {
	float: none;
	margin: 0 auto;
	display: block;
}
.contact-right p.text-right label {
	text-align: left !important;
	padding-right: 0px;
}
.contact.container {
	width: 100%;
	margin-left: 0%;
	left: 0;
	margin-top: 60px;
	position: inherit;
}
.contact-left {
	background: #fff url(../images/contact-bg.png) repeat;
	padding: 27px;
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contact-left h3 {
	font-size: 24px;
	line-height: 37px;
	margin-top: 0;
}
.contact-left h2 {
	font-size: 20px;
	line-height: 36px;
}
.contact-left span {
	display: inline-block;
	line-height: 23px;
	margin: 7px 0 13px;
}
.contact-left p {
	font-size: 16px;
	display: inline-block;
	line-height: 31px;
}
.contact-left h4 {
	margin-bottom: 0;
	font-size: 26px;
}
.contact-right {
	padding: 27px 27px 0;
}
.contact-right p:last-child {
	margin-bottom: 0;
}
.contact-right h2 {
	font-size: 23px;
}
.contact-right h2 font {
	font-size: 14px;
	margin-left: 15px;
}
.contact-right span {
	width: 22px;
	height: 2px;
	margin: 18px 0 18px;
}
.map {
	height: 400px;
}
.BMap_Marker {
	width: 150px !important;
	height: 154px !important;
	background: none !important;
	background-size: 100% !important;
	top: 50px !important;
	left: 150px !important;
}
.BMap_Marker div {
	width: 150px !important;
	height: 154px !important;
}
.BMap_Marker img {
	width: 100%;
}
}
.hu {
	width: 100%;
	padding-top: 800px;
}
@media (min-width: 992px) and (max-width:1200px) {
.hu {
	padding-top: 800px;
}
}
@media (min-width: 768px) and (max-width:991px) {
.hu {
	padding-top: 800px;
}
}
@media (max-width:767px) {
.hu {
	padding: 0;
	height: 30px;
}
.map {
	top: 60px;
}
}
/*我要找工作按钮*/
.zhao {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.zhao a {
	display: inline-block;
}
.zhao a img {
	width: 350px;
}
.zhao-a {
	width: 200px;
	line-height: 50px;
	background: #0071a8;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
}
.zhao-a:hover {
	background: #005b88;
	color: #fff;
}
@media (max-width:767px) {
.zhao a img {
	width: 80%;
}
}
/*城市二级联动*/
.liandong {
	padding: 0;
	margin-bottom: 15px;
}
.city-picker-selector {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	float: right;
}
.liandong label {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin: 0;
	width: 80px;
}
.city-picker-selector .selector-item {
	border: 1px #ccc solid;
	border-radius: 7px;
	width: 47.5%;
	height: 44px;
	line-height: 44px;
	float: left;
	margin-left: 5%;
	position: relative;
	background: #fff;
}
.city-picker-selector .selector-item:first-child {
	margin-left: 0
}
.city-picker-selector .selector-item:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #ccc;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 15px;
	right: 5px;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms
}
.city-picker-selector .selector-show .selector-list {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.city-picker-selector .selector-show:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.city-picker-selector .selector-name {
	border-radius: 5px;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	width: 100%;
	padding: 0 20px;
}
.city-picker-selector .selector-name.df-color {
	color: #999
}
.city-picker-selector .selector-name.forbid {
	cursor: default
}
.city-picker-selector .selector-name.disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}
.city-picker-selector .selector-list {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 44px;
	left: -1px;
	z-index: 1;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.city-picker-selector ul {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto
}
.city-picker-selector li {
	border-top: 1px solid #f7f7f7;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	padding: 0 5%;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.city-picker-selector li:first-child {
	border-top: none
}
.city-picker-selector li.placeholder-li {
	cursor: default
}
.city-picker-selector li strong {
	color: #6ab9d8;
	padding: 0 5px
}
.city-picker-selector li.caller:hover {
	background: #f5f5f5
}
.city-picker-selector li.caller.active, .city-picker-selector li.caller.active:hover {
	background: #6ab9d8;
	color: #fff
}
.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}
.city-picker-selector .selector-search {
	border: 1px solid #ececec;
	border-top: none;
	background: #f8f8f8;
	font-size: 0;
	padding: 10px;
	height: 54px;
	margin-left: -1px;
	margin-right: -1px
}
.city-picker-selector .input-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px\9;
	padding: 0;
	text-indent: 5px
}
.city-picker-selector .input-search:focus {
	outline: none
}
.city-picker-selector .input-search::-webkit-input-placeholder {
color:#bababa
}
.city-picker-selector select {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	outline: none;
	width: 160px;
	height: 36px;
	margin-right: 10px;
	box-shadow: 0 0 5px #eee
}
.city-picker-selector select:disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}
.city {
	padding: 0;
	margin-bottom: 15px;
}
.city dl {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	float: right;
}
.city label {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin: 0;
	width: 80px;
}
.city dl select {
	width: 49%;
	margin-right: 2%;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 7px;
	padding: 0px 20px;
	height: 44px;
	float: left;
}
.city dl select:last-child {
	margin-right: 0;
}

.cor a{ color:#ddd}