
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
html {
	-webkit-text-size-adjust: none;/*只针对低版本谷歌*/
}
body {
	font-size: 14px;
	color: #333;
	_overflow: hidden;
	overflow-x: hidden;
	background: #fff;
	width: 100%;
	*cursor: default;
	/*font-family:"HanHei SC",PingHei,"PingFang SC",STHeitiSC-Light,"Helvetica Neue",Helvetica,'microsoft yahei ui','microsoft yahei',simsun,arial,sans-serif;*/
	font-family:"Microsoft YaHei", "novecento_widenormal", "STHeiti", "Microsoft JhengHei", tahoma;
}
@media (max-width:767px) {
	.animated {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-fill-mode: none !important;
		animation-fill-mode: none !important;
	}
	.mayun, .index-news, .banner-inside, .gaoduan, .shop-youshi {
		background-attachment: inherit !important;
	}
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
/*-------将特定标签设成块---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	color: #333;
}
a, #index-job a dd, .index-job a dd {
	-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;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover, #index-job a dd:hover, .index-job a dd:hover {
	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;
}
a:active, a:hover, a:visited, a {
	text-decoration: none;
}
a, area, a:active {
	blr:expression(this.onFocus=this.blur());
	text-decoration: none;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color: #000;
}
::-moz-selection {
	color: #fff;
	background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #222;
	scrollbar-track-color: #222;
	scrollbar-darkshadow-color: #000;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
	width:8px;
	height: 8px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #211F1F;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.bg-f6 {
	height: auto;
	overflow: hidden;
	width: 100%;
	background: #f6f6f6;
}
.bg-ff {
	height: auto;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.pd0
{
	padding: 0px
}
.p-b {
	padding-bottom: 35px;
}
.p-b20 {
	padding-bottom: 20px;
}
.pt-10
{
	padding-top: 10px;
}
.pt-20
{
	padding-top: 20px;
}
.pt-30
{
	padding-top: 30px;
}
.pt-80
{
	padding-top: 80px;
}
.pt-120
{
	padding-top: 120px;
}
.w1200
{
	width: 1200px;
}
.tx-l
{
	text-align: left;
}
.tx-r
{
	text-align: right;
}
.tx-c
{
	text-align: center;
}
.b4-radius {
    border-radius: 4px;
}
.colorf2f
{
	color:#e52f2f;
}
@media (max-width: 768px) {
	.p-b {
		padding-bottom: 25px;
	}
	.pt-120
	{
		padding-top: 88px
	}
}
/*首页*/
.menu-area {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
header {
	
	height: 120px;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.logo {
	float: left;
	padding-left: 3%;
	height: 100px;
	margin: 10px 0px 5px 0px;
}
@media (max-width: 768px) {
	.logo {
		margin: 10px 0;
	}
}
.logo img {
	height: 100%;
}
.topMenu {
	float: right;
	padding:35px 80px 0px 10px;
	font-size: 0;
}
.topMenu a {
	display: inline-block;
	width: auto;
	padding: 0 18px;
	line-height: 20px;
	vertical-align: top;
	
	float: left;
}
.topMenu a p
{
	font-size: 20px;
	color: #333;
}
.topMenu a i {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
	width: 0px;
	height: 1px;
	background-color: #333;
	transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.topMenu a.on i, .topMenu a:hover i {
	width: 15px;
}
.topMenu .cnen b
{
	font-size: 16px;
	padding-left: 25px;
	background:url(../images/en-ico.png) center left no-repeat;
}
.nav-er1 {
	position: absolute;
	display: block;
	transition: 0.3s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	top: 90px;
	background: #fff;
	padding: 10px 20px;
	margin-left: 5px;
}
.ho-nav {
	float: left;
}
.nav-er1 a {
	display: block;
	clear: both;
	line-height: 35px;
	padding-left: 0;
	font-size: 14px;
}
.nav-er1 a:last-child {
	padding-bottom: 0;
}
.nav-er1 a:hover {
	color: #0071a8;
}
.body-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
}
.body-bg.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
/*移动端导航*/
.mob-nav {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 60px;
	overflow: hidden;
	 
	top: 0;
}
div.screen {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
div.burger {
	height: 44px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
div.x, div.y, div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background: #0071a8;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
div.x, div.y, div.z {
	height: 2px;
	width: 20px;
}
div.y {
	top: 16px;
}
div.z {
	top: 33px;
}
div.nav-collapse {
	top: 20px;
	background: #0071a8;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
	display: block;
}
div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.navbar {
	height: 60px;
	margin: 0;
}
div.circle {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand {
	width: 100%;
	height: 100%;
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.menu ul li {
	list-style: none;
	position: absolute;
	top: 50px;
	left: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	font-size: 0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	display: block;
}
div.menu li .nav-er {
	font-size: 14px !important;
	color: #666 !important;
	margin: 14px auto 0 !important;
	text-align: left;
	width: 110px !important;
}
div.menu li.animate {
	font-size: 18px;
	opacity: 1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1) {
	top: 80px;
	transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2) {
	top: 140px;
	transition-delay: 0.03s;
}
div.menu li.animate:nth-of-type(3) {
	top: 200px;
	transition-delay: 0.06s;
}
div.menu li.animate:nth-of-type(4) {
	top: 260px;
	transition-delay: 0.09s;
}
div.menu li.animate:nth-of-type(5) {
	top: 320px;
	transition-delay: 0.12s;
}
div.menu li.animate:nth-of-type(6) {
	top: 380px;
	transition-delay: 0.15s;
}
div.menu li.animate:nth-of-type(7) {
	top: 440px;
	transition-delay: 0.18s;
}
div.menu li.animate:nth-of-type(8) {
	top: 500px;
	transition-delay: 0.21s;
}
@media (min-width: 767px) {
	.mob-nav {
		display: none;
	}
}
@media (max-width: 768px) {
	header .topMenu {
		display: none;
	}
	.mob-nav {
		display: block;
	}
	header {
		top: 0;
		height: 6px;
	}
	header.active {
		top: 0px;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		height: 60px;
		padding-top: 10px;
	}
	header .logo, header.active .logo a img, header .logo a img {
		height: 40px;
	}
}
@media (min-width:768px) and (max-width: 880px) {
	.topMenu a {
		padding: 0 0 0 15px;
		font-size: 13px;
	}
}
/*banner*/
/*banner*/
.module-content {
	clear: both;
	padding-top: 80px;
}
.carousel-btn {
	text-align: center;
	margin: 10px 0;
	line-height: normal;
	margin-top: 100px;
}
.carousel-btn a {
	cursor: pointer;
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 1px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
	margin-left: 5px;
	z-index: 3;
}
.carousel-btn .selected {
	background: #0071a8;
	cursor: default;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
}
.carousel-btn a span {
	display: none;
}
.carousel-btn-fixed {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
	z-index: 100;
}
.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;
}
@media (min-width:768px) and (max-width:991px) {
	.slideshow {
		height: 380px !important;
	}
	.slideshow img {
		height: 380px !important;
	}
}
@media screen and (max-width:768px) {
	.module-content {
		padding-top: 60px;
	}
	.slideshow {
		height: 380px !important;
	}
	.slideshow img {
		height: 380px !important;
	}
}
@media screen and (max-width:640px) {
	.slideshow {
		height: 320px !important;
	}
	.slideshow img {
		height: 320px !important;
	}
}
@media screen and (max-width:480px) {
	.slideshow {
		height: 220px !important;
	}
	.slideshow img {
		height: 220px !important;
	}
}
/*公共标题*/
.tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 40px auto 15px;
	padding: 0 5%;
}
.tit h2 {
	width: 100%;
	line-height: 35px;
	font-size: 36px;
	margin: 0;
	float: left;
	color: #000;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.tit  p
{
	font-size: 22px;
	color:#a8a9ab;
}
#index-service .index-adt
{
	width: 28%;
	padding:10px 0px;
	margin:3px 2%;
	border:3px solid #f0f0f0;
	border-radius: 30px
}

@media (min-width:488px) and (max-width:768px) {
	.tit {
		margin: 40px auto 30px;
	}
	#index-service .index-adt
	{
		width: 97%;

	}

}
@media (max-width:487px) {
	.tit {
		margin: 30px auto 30px;
	}
	#index-service .index-adt
	{
		width:97%;

	}
}
/*轮播公共部分开始*/
.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 25px;
	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 {
	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
}
.owl-carousel .owl-controls .owl-nav .owl-prev
{
	width: 50px;
	height: 50px;
	background: url(../images/prev-owl.jpg) 0 0 no-repeat;
	background-size: 50px;
}
.owl-carousel .owl-controls .owl-nav .owl-next
{
	width: 50px;
	height: 50px;
	background: url(../images/next-owl.jpg) 0 0 no-repeat;
	background-size: 50px;
}
.owl-carousel .owl-controls .owl-dots
{
	display: none
}
.index-team .owl-controls
{
	position: absolute;
	bottom:-55px;
	left:45%;
}
.owl-carousel .owl-controls .owl-dot
{
	display: none
}
.recuit-left-con
{
	 padding-top: 30px
}
#index-job .owl-controls {
		display: block;
	}
#index-job .owl-controls .owl-nav .owl-prev
{
	background: url(../images/sprite-l.png) 0 0 no-repeat;
	opacity: 0.2;
}
@-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;
	text-align: center;
	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( ) 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: 46px;
	margin: 44px 0 13px 0;
	font-weight: bold;
	color:#ce0c0c;
}
#index-service dl dd p {
	font-size:16px;
	line-height: 24px;
	margin: 5px auto 25px;
	color: #000;
}
#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 {
			
		}
	}
	@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;
		}
	}
	/*首页-新闻*/
	.Scale-img {
		overflow: hidden;
		text-align: center;
		cursor: pointer;
		zoom: 1;
		overflow: hidden;
	}
	.newsbox .box {

		margin: 0px 0px 20px 0px;
		position: relative;
	}
    .container .col-tit
	{
		height: 45px;
		width: 100%;
		clear: both;
	}
	.container .col-tit h3,.container .col-tit i
	{
		float: left;
		line-height: 40px;
		font-size:24px;
	}
	.container .col-tit h3
	{ 
		
		color:#111;
	}
	.container .col-tit i
	{
		 
		padding-left: 12px;	 
		color:#c2c2c2;
	}
	.newsbox .img {

		height: 350px;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.newsbox a
	{
      display: block;
	}
	.newsbox .img span {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	.newsbox .tits {
		width: 100%;
		height: 80px;
		bottom: 00px;
		left: 0px;
		padding:2% 15% 0 2%;
		position: absolute;
		line-height: 24px;
		font-size: 18px;
		color: #fff;
		z-index: 2;
		font-weight: normal;
		text-align: left;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		background:url(../images/news-icon.png) center right no-repeat rgba(214, 214, 214, 0.3);
		background-size: 30px;
	}
	.newsbox a:hover .tits
	{
		background-color: rgba(0, 0, 0, 0.5)
	}
	/*首页-就业岗位*/
	#index-job, .index-job {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	#index-job a, .index-job a {
		display: block;
	}
	#index-job a dd, .index-job a dd {
		width: 100%;
		line-height: 24px;
		height:60px;
		padding: 10px 0px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	.index-job a dd span
	{
		color: #000;
		font-weight: bold;
	}
	.index-job a dd i
	{
		color:#333;
		font-size:12px;
	}

	#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: #fff;
		color: #fff;
	}
	#index-job .owl-controls {
		display: block;
	}
    #index-job .owl-controls .owl-nav .owl-prev
    {
	position: absolute;
	left: -20px;
	top:20px;
	background: url(../images/sprite-l.png) 0 0 no-repeat;
	opacity: 0.2;
   }
    #index-job .owl-controls .owl-nav .owl-next
   {
	position: absolute;
	right: -40px;
	top:20px;
	background: url(../images/sprite-r.png) 0 0 no-repeat;
	opacity: 0.2;
  }
	/* expo-con */
	.expo-progress
	{
	    padding:20px 20px;
    	
	}
	.expo-progress a
	{
		padding-left: 30px;
		font-size:20px;
    	line-height: 50px;
	}
    .expo-con
    {
      font-size: 18px;
      line-height: 40px
    }
    .expo-con  dl
    {

    }
    .expo-con dl dd
    {
    	width: 100%;
    	margin:20px 0px;
    	padding:20px 20px;
    	font-size:18px;
    	line-height: 50px;
    	color:#737373;
    	background-color: #f6f6f6
    }
  .expo-con dl dd span
  {
  	width: 450px;
    float: right;
  	text-align:left;

  }
  .expo-con article
  {
  	width: 92%;
  	padding: 2% 4%;
  	line-height: 40px;
  	font-size:18px;
  }
  .expo-con .expo-map
  {
  	width: 100%
  }

	@media (min-width:1400px) {
		#index-job a dt img, .index-job a dt img {
			width: 100%;
		}
	}
	@media (min-width:1200px) and (max-width:1399px) {
		#index-job a dt img, .index-job a dt img {
			width: 100%;
		}
	}
	@media (min-width:992px) and (max-width:1199px) {
		#index-job a dt img, .index-job a dt img {
			width: 100%;
		}
	}
	@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: 100%;
		}
	}
	@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: #fff;
		height: auto;
		overflow: hidden;
	}
	.about-left {
		padding: 0;
	}
	.about-left img {
		width: 100%;
	}
	.about-right img {
		width: 100%

	}
	.about-left .about-left-con {
		color: #777;
		line-height: 32px;
		font-size: 16px;
		padding:0px 30px;
	}
	.about-left .about-left-con p
	{
		text-indent: 2em;
		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;
	}
	.expo-ad
	{
		padding: 20px 0px 40px 0px
	}
	.expo-ad img
	{
		width: 80%;
		padding: 20px;
	}
	.page-contact
	{
		padding-top: 50px;
	}
	.page-contact-tit
	{

	}
	.page-contact-tit h2
	{
	  padding:10px 0px;
      font-size: 32px;
    
	}
	.page-contact-tit span
	{
      font-size: 30px;
      color: #b6b6b6
	}
	.page-contact-con
	{
        
	}
	.page-contact-con h3
	{
       font-size:22px;
	}
	.page-contact-con section
	{
		 width:80%;
		 padding-top: 20px;
		 border-bottom:1px solid #333;
	}
	.page-contact-con p
	{
		height: 30px;
		line-height: 30px;
		color:#737373;
		font-size: 18px;
		 
	}
@media (max-width:768px) {
	.page-contact-tit, .page-contact-con h3
	{
		width:96%;
		 
		 padding-left: 2%;
	}

		.page-contact-con section
	  {
	 	 width:96%;
		 padding-top: 20px;
		 padding-left: 2%;
		 border-bottom:1px solid #333;
	  }
       .page-contact-con p
	{
		height: auto;
		line-height: 2em;
		color:#737373;
		font-size: 1.2em;
		 
	}
	.inside-news a
	{
		display: block;
	}
	.inside-news dl dd
	{
		height: 2em;
		overflow: hidden;
	}

	}

	.about-tit
	{
      color:#000;
      padding: 40px 0px 0px 50px;
	}
	.about-tit h3
	{
		float: left;
        font-size:42px;

	}
	.about-tit span
	{
		 float: left;
		 padding-left: 20px;
         color:#94999c;
         font-size:32px;
	}
	.about-tit p
	{
		 padding:20px 50px;
        font-size: 28px;
        clear: both
	}
	@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%;
		color:#000;
		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: #333;
	}
	.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: 82px;
		font-size:12px;
		padding-top: 10px
	}
	.index-news dl dt {
		overflow: hidden;
	}
	.index-news dl dd
	{
		padding:10px;
		background-color: #f5f5f5
	}
	.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 .news-col
         {
           width: 20%;
           padding:8px;
        }
		.index-news dl {
			background: #fff;
			 
		}
		.index-news dl:hover {
			margin-top: -7px;
		}
		.index-news {
			margin-top: 0px;
		}
		.index-news a {
			padding-top: 25px;
		}
	}
	@media (min-width:1400px) {
		.index-news dl dt img {
			width: 100%;
			 

		}
	}
	@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;
		}
	}

	.about2-banner
	{
		height: 250px;
		width: 100%
	}
	.about3-banner
	{
		padding:30px 0px;
		height: 780px;
		width: 100%
	}
	.about-bits img
	{
		width: 400px;
	}
	.index-honner
	{

	}
	.index-honner a
	{
		display: block;
		margin:40px;
		background: #f6f6f6
	}
	.index-honner a dt
	{
		text-align: center;
	}
	.index-honner a dt img
	{
		width: 100%;
		text-align: center;
		padding:20px;
	}
	.index-honner a dd
	{
		text-align: center;
		padding:20px 20px 30px 20px;
		border-top:1px solid #ddd;
	}
	.index-team
	{
		padding: 50px 0px
	}
	.index-team a
	{
		display: block;
		background: #fff;
		margin:30px;

	}
	.index-team a dt img
	{
		width: 100%;
		text-align: center;
		padding:50px;
	}
	.recuit-left-con img
	{
		width: 100%;
		margin-right: 20px
	}
	.recuit-right
	{

	}
	.recuit-right img
	{
		width: 40%
	}
	.recuit-right p
	{
		width:100%;
		padding: 12px;
		font-size: 20px;
		line-height: 50px;
		height: 500px;
		background: url(../images/about-join-2.jpg) right bottom no-repeat;
		background-size: 350px;
	}
	.recuit-right p span
	{
		display: block;
		padding-top: 50px
	}

	/*  expo */

	.blog-article {
		width: 100%;
		padding:40px 0px;
		margin:20px 0px;
	}
	.blog-article figure {


		margin-right: 25px;
		margin-bottom: 10px;
	}
	.blog-article,.blog-article a,.blog-article .post-meta ul li
	{
		font-size: 18px;
		color: #000
	}
	.blog-article .post-meta ul li{
		padding: 0;
	}
	.blog-article .post-meta {

		margin: 0 30px 15px 0;
		color: #a5aaae;
		font-size: 12px;
		text-align: right;

	}
	.blog-article .post-summary {
		margin:10px;
		line-height: 50px;
		color: #666;
	}
	.blog-article .post-summary .entry-time
	{
		padding-top:5px
	}
	.blog-article .post-meta ul li {
		margin: 0 0 6px;
		padding: 4px 0;
		text-transform: uppercase;
		background: none;
	}
	.blog-article .post-meta ul li i.d{
		font-weight: bold;
		color:#c60000;

	}
	h2.post-title a{
		font-size: 24px;
		color:#111;
		letter-spacing: normal;
		margin-top: 0;
		margin-bottom: 12px;
		line-height: 1.4;
		overflow-x: hidden;
		text-overflow: ellipsis;
	

	}
	h2.post-title a.colorf2f
	{
		color: #e52f2f
	}
	.blog-article .img-responsive {
		display: block;
		max-width: 100%;
		height: auto;
	}
	h2.post-title a:hover{
		color:#b57f4d;
	}

	.blog-article figure {
		float: left;
		width: 250px;
		margin-right: 25px;
		margin-bottom: 10px;
	}
	@media (max-width:768px) {
		.blog-article figure
		{
			width: 100%;
			height:auto;
		}
.blog-article .post-summary
{
	width: 100%;
	margin:0px;
	clear: both;
}
     .blog-article .post-meta
     {
     	text-align: left;
     }


	}


	.midd-12
	{
		padding: 30px 0px 0px 10px;
	}
	.form-group
	{
		padding-bottom: 30px;
	}
	.form-group span
	{
		 display: block;
		 padding-bottom: 6px;
		 font-size:16px;
		 color:#585858;
	}
	.form-control {
		box-sizing: border-box;
		display: block;
		width:80%;
		height: 45px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #f6f6f6;
		background-image: none;
		border: 0px solid #ccc;
		border-radius: 5px;

	}
	.m-form .btn {
		width: 100%;
		border-radius:14px;
		padding: 11px 12px;
		border: 1px solid #e70707;
		background: #e70707;
		color: #fff;
	}
	.full-row .row .span-6, .span-6 {
		float: left;
		margin-right: 2%;
		width: 48%;
		transition: .2s width ease;
	}
	textarea.form-control {
		width: 90%;
		height: 180px;
	}
	.expo-guid
	{
		margin-top: 20px;
	}
	.expo-guid img,.expo-map figure img
	{
		width:100%

	}

	/*首页-合作伙伴*/
	.partner {
		height: auto;
		overflow: hidden;
		padding-top: 50px;
	}
	.partner dl {
		margin-bottom: 30px;
	}
	.partner dl img {
		width: 100%;
		text-align: center;
		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 {
			
		}
		#index-job .owl-controls .owl-nav .owl-next
		{

		}
		.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;
		}
	}
	/*底部*/
	.foot {
		background: #212528;
		height: auto;
		overflow: auto;
		padding: 30px 0;
	}
	.foot h3 {
		font-size: 16px;
		display: block;
		width: 100%;
		color: #eaeaec;
		line-height: 48px;
	}
	.foot p
	{
		padding-right: 60px;
		color:#5c605f
	}
	.foot font {
		width: 30px;
		height: 2px;
		background: #fff;
		display: inline-block;
		margin-bottom: 7px;
	}
	.foot li {
		width: 100%;
	}
	.foot li a {
		display: inline-block;
		float: left;
		color: #d5d5d5;
		clear: both;
		line-height: 30px;
	}
	.foot li a:hover {
		color: #fff;
	}
	.foot .col-sm-2 {
		width: 12.5%;
	}
	.foot li dl {
		float: left;
		width: 40%;
		margin-right: 10%;
	}
	.foot li dl dt img {
		width: 100%;
	}
	.foot li dl:last-child {
		margin-right: 0px;
	}
	.foot li dl dt {
		margin: 5px 0 10px;
	}
	.foot li dd {
		color: #fff;
		text-align: center;
		font-size: 14px;
	}
	.foot-t-con  .icon {
		float: left;
		width: 80px;
	}
	.icon a {
		padding-bottom: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		border-radius: 15%;
	}
	.icon img {
		display: block;
		width: 60px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.foot-t-con .info {
		margin-left: 60px;
		padding: 5px 0;
	}
	.foot-t-con  h3 {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5em;
		font-weight: normal;
	}
	.foot-t-con  .meta {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height: 26px;
		overflow: hidden; 
	}
	.foot .PC-foot h2
	{
		color: #eaeaec;
       font-size: 22px;
	}
    .foot .foot-qr
    {

    }
    .foot .foot-qr dt
    {
    	 width: 40%;
    	 float: left;
    	 padding-right: 5%;
    	 overflow: hidden;
    }
    .foot .foot-qr dt img
    {
    	width: 90%;
    }
   .foot .form-control {
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    background-color: #393a3e;
    border: 1px solid #393a3e;
    color: #5d5e60;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	.cor {
		background: #054768;
		color: #ddd;
		text-align: center;
		padding: 25px 15px;
	}
	.cor span {
		line-height: 30px;
		display: inline-block;
	}
	.wap-foot {
		display: none;
	}
	@media (min-width:768px) and (max-width:992px) {
		.foot .col-sm-2 {
			width: 25%;
			height: 198px;
		}
		.foot .col-sm-3 {
			width: 50%;
		}
		.foot .col-sm-3 img {
			width: 138px;
		}
	}
	@media (max-width:768px) {
		.PC-foot {
			display: none;
		}
		.wap-foot {
			display: block;
		}
		.foot .col-sm-3 {
			width: 50%;
			float: left;
		}
		.foot li a {
			clear: none;
			margin-right: 20px;
		}
	}
	/*内页-banner*/
	.inside-banner {
		position: relative;
		top: 120px;
		width: 100%;
		height: 380px;
	}
	.inside-news-icon
	{
		position: relative;
		width: 100%;
		height:42px;
	}
	.inside-nav {
		padding-left: 20px;
		min-height: 80px;
	}
	.inside-nav a {
		display: inline-block;
		line-height: 32px;
	    height: 40px;
		color: #333;
		font-size:24px;
		text-align: center;
		margin: 0px 20px;
		overflow: hidden;
		position: relative;
		border-bottom: 2px #fff solid;
	}
	.inside-nav i
	{
		display: inline-block;
		height: 32px;
		line-height: 32px;
		width: 1px;
		background-color: #333
	}
	.inside-nav a.active {
		border-bottom: 2px #e01212 solid;
		color: #e01212;
	}

	.inside-nav a:hover {
		
		color: #e01212;
		border-bottom: 2px #e01212 solid;
	}
	
	.inside-top {
		margin: 110px auto 0px;
	}
	.inside-top .tit {
		margin-bottom: 25px !important;
	}

	@media (min-width:488px) and (max-width:768px) {
		.inside-top {
			margin: 100px auto 0px;
		}
	}
	@media (max-width:487px) {
		.inside-top {
			margin: 80px auto 0px;
		}
	}
	@media (min-width:992px) and (max-width:1200px) {
		.inside-nav {
			min-height: 80px;
		}
		.inside-nav a {
			line-height: 38px;
			margin: 0px 10px 20px;
		}
		.inside-banner {
			height: 400px;
			background-size: cover;
		}
	}
	@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;
		}
	}
	/*新闻中心*/
	
	.index-news dl dd h3
	{
		font-size:16px;
	}
	
	.index-job {
			margin-top: 15px;
		}
		.index-job .item {
			padding: 0 25px;
			margin-bottom: 10px;
		}
		.index-job a dd {
			background: #fff;
		}
		.index-job a dd:hover {
			background: #fafafa;
		}

	.inside-top .tit
	{
		text-align:left;
		padding-left: 20px;
	}
	.inside-top .tit h2
	{
		padding-bottom: 10px
	}
	.inside-news {
		padding-bottom: 20px;
	}
	.inside-news a{
		
	}
	.inside-news.index-news dl {
		position: relative;
		padding: 0px
	}
	.inside-news.index-news dl:hover {
		margin-top: 0px;
	}
	.inside-news  dl dd
	{
		position: absolute;
		width:100%;
		height: auto;
		color:#fff;
		padding: 20px 5px;
		font-size:20px;
		font-weight: bold;
		z-index: 999;
		top: 0px;
		left: 0px;
		background-color: rgba(255, 255, 255, 0.2); }
	}
	
	.inside-news a img
	{
		width: 100%;
		border-radius: 20px;
	}
	.inside-news a h3
	{
		padding:5px 0px 0px 20px;
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
	}
	.inside-news  dl dd span
	{
		color:#fff;
		font-size:16px;
		font-weight: bold;
		padding: 30px 20px 13px 20px
		
	}
	.inside-news 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;
	}
    .inside-news 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 */
	}
	 .inside-news a:hover dd
	 {
	 	background-color: rgba(255, 255, 255, 0.6); 
	 }
	.pages {
		width: 100%;
		text-align: center;
		float: left;
	}
	.pages a {
		display: inline-block;
		min-width: 36px;
		padding: 0 15px;
		line-height: 36px;
		
		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;
			}
		}
		/*就业岗位*/
		
		/*招贤纳士*/
		.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;
		}
		.contact-left {
			background: #fff url(http://m125.xl.doubai.net/static/mubanbaba/web/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;
			width: 100%;
		}
		.contact-left h3 {
			font-size: 30px;
			line-height: 45px;
			margin-top: 5px;
			width: 100%;
		}
		.contact-left h4 {
			font-size: 30px;
			width: 100%;
		}
		.contact-left p {
			font-size: 18px;
			display: inline-block;
			line-height: 37px;
			margin: 10px 0 0px;
			width: 100%;
		}
		.contact-left span {
			display: inline-block;
			line-height: 30px;
			margin: 12px 0 20px;
			font-size: 16px;
			width: 100%;
		}
		.contact-right {
			padding: 0px 40px 0;
			margin-top:50px;
		}
		.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(http://m125.xl.doubai.net/static/mubanbaba/web/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(http://m125.xl.doubai.net/static/mubanbaba/web/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;
				position: inherit;
			}
			.contact-left {
				background: #fff url(http://m125.xl.doubai.net/static/mubanbaba/web/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: 870px;
		}
		@media (min-width: 992px) and (max-width:1200px) {
			.hu {
				padding-top: 1360px;
			}
		}
		@media (min-width: 768px) and (max-width:991px) {
			.hu {
				padding-top: 1323px;
			}
		}
		@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%;
			}
		}

		.PageCrumbList{width: 100%; padding-top: 120px}
		.PageCrumbList .wrap{height: 60px;line-height: 60px; position:relative;}
		.PageCrumbList ul{position: absolute; left: 0px; top: 20px;}
		.PageCrumbList ul li{float: left; height: 45px; padding: 0 3px; line-height: 45px; margin: 1px;}
		.PageCrumbList ul li.hover{border: 1px solid #ebebeb; border-bottom: 1px solid #fff; background: #fff; font-weight: bold;}
		.PageCrumbList ul li a{font-size: 16px; color: #454545; padding:10px 5px}
		.PageCrumbList ul li.hover a, .PageCrumbList ul li a:hover{color: #111;}

		.newsTit {
			width: 100%;
			text-align: left;
			padding-bottom: 24px;
		}
		.newsTit h1 {
			font-size: 28px;
			color: #e52f2f;
			padding: 10px 0;
			font-weight: bold;
			line-height: 1.3;
		}
		.newsTit p {
			font-size: 14px;
			padding-top: 30px;
			color: #454545;
			text-align: left;
		}
		.newsTit p span
		{
			padding-right:20px
		}
		.content_video p,.content_video p video
		{
			margin:0 auto;
            text-align: center;
		}
		.newsDetailCur li.r {
			/* float: right; */
			/* text-align: right; */
		}
		.newsDetailCur li {

			/* float: left; */
			padding:10px 0px;
			font-size: 14px;
			position: relative;
			z-index: 1111;
			overflow: hidden;
		}
      .container  .expo-detail .newsTit h1 
      {
         
         color:#111;
         padding: 30px 0px;
         font-size: 42px;
      }
      .container  .expo-detail
      {
      		color: #888;
      }
      .container dl.expo-imp dd
     {
     	height: 36px;
     	line-height: 36px;
     	font-size:18px

     }  .container dl.expo-imp dd strong
     {
       padding-right: 5px;
     	
     }
     .container .wrap
     {
     	width: 90%;
     	padding-left: 5%
     }
      .container .expo-detail .content-expo
      {
      	 width: 100%;
      	 font-size:18px;
         line-height: 38px;
         clear: both;
      }
		/*城市二级联动*/
		.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;
		}
