/*common*/
.clearfix{
	zoom: 1;
}
.clearfix:after{
	height: 0;
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.zy_banner {
	width: 100%;
	position: relative;
	height: 354px;
	overflow: hidden;
}

.zy_banner img {
	display: block;
	width: 1920px;
	height: 354px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}


/*other_bg*/

.other_bg {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
}

.other_nav {
	width: 100%;
	height: 57px;
	background-color: #fff;
	margin-top: 20px;
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}

.about_location {
	height: 50px;
}

.local_circle {
	width: 27px;
	height: 27px;
	float: left;
	margin-top: 7px;
}

.local {
	width: 300px;
	float: right;
	margin-top: 13px;
}

.local_icon {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.local span {
	font-size: 13px;
	color: #666;
}

.nav_bottom_bg {
	width: 100%;
	height: 56px;
	background: url(../img/line.png) center no-repeat;
}

.nav_cell {
	width: 165px;
	height: 50px !important;
	border-left: 1px dotted #aaa;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.nav_cell p {
	font-size: 16px;
	line-height: 50px;
	color: #000;
	text-align: center;
}

.nav_cell a {
	display: block;
}

.nav_on {
	width: 164px;
	height: 70px !important;
	background: url(../img/nav_mask.png) no-repeat !important;
	border-left: none;
}

.nav_cell:hover {
	width: 164px;
	height: 70px !important;
	background: url(../img/nav_mask.png) no-repeat !important;
	border-left: none;
}

.nav_cell:hover a p {
	color: #fff;
}

.nav_on a p {
	color: #fff !important;
}

.jiant_l {
	width: 19px;
	height: 50px;
	float: left;
	background: url(../images/jiant_left.jpg) center center no-repeat;
	margin-right: 21px;
	cursor: pointer;
}

#fixed {
	z-index: 3;
}

.other_main {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	margin-top: 40px;
	background-color: #fff;
	padding-bottom: 70px;
	box-shadow: 0 0 black;
}

.about_title {
	width: 1140px;
	margin: 0px auto;
	padding-top: 20px;
}

.about_title span {
	background: url(../img/js.png) no-repeat left;
	padding-left: 40px;
	font-size: 26px;
}

.other_cont {
	width: 1140px;
	margin: 0px auto;
	margin-top: 35px;
	overflow: hidden;
}

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


/*新闻中心*/

.new_box2 {
	margin-top: 30px;
	width: 322px;
	margin-right: 40px;
	padding-bottom: 15px;
	position: relative;
	background: #F7F7F7;
}

.new_box2 .new_img {
	width: 322px;
	height: 190px;
	overflow: hidden;
	display: block;
}

.new_box2 .new_titlw {
	padding: 5px 12px 5px 13px;
	display: block;
	font-size: 17px;
	color: #353535;
	height: 39px;
	overflow: hidden;
	line-height: 49px;
	margin-top: 10px;
}

.new_box2 .new_txt {
	color: #5c5b5b;
	font-size: 13px;
	padding: 5px 12px 5px 13px;
	height: 79px;
	overflow: hidden;
	line-height: 25px;
}

.new_titlw:hover {
	color: #006ECD;
}

.new_box2 .new_time {
	position: absolute;
	width: 91px;
	height: 67px;
	background: #0962B4;
	top: 0px;
}

.new_box2 .new_time .time_p1 {
	height: 30px;
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-top: 10px;
}

.new_box2 .new_img:hover img {
	transform: scale(1.14, 1.14);
	-ms-transform: scale(1.14, 1.14);
	-webkit-transform: scale(1.14, 1.14);
	opacity: 1;
}

.new_box2 a img {
	max-width: 100%;
	min-height: 100%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
}

dl.dl_list {
	overflow: hidden;
	width: 100%;
	height: 115px;
	padding: 30px 0;
	border-bottom: 2px solid #e9e9e9;
}

dl.dl_list dt {
	float: left;
	width: 100px;
	height: 115px;
	background-color: #999;
	color: #dfdfdf;
}

dl.dl_list dd {
	overflow: hidden;
	width: 1002px;
	float: right;
	height: 139px;
}

dl.dl_list dt b {
	display: block;
	text-align: center;
	font-size: 54px;
	margin-top: 12px;
}

dl.dl_list dt em {
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	margin-top: -3px;
}

dl.dl_list dd h4 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}

dl.dl_list dd h4 a {
	color: #333
}

dl.dl_list dd span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}

dl.dl_list dd p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
}

dl.dl_list dd a {
	text-decoration: none;
}

dl.dl_list:hover dt {
	background-color: #1461AC;
	color: #fff;
}

dl.dl_list:hover h4 a {
	color: #1461AC;
}


/*新闻详情*/

.newslist_left {
	overflow: hidden;
	padding-top: 4px;
}

.newslist_right {
	overflow: hidden;
	width: 310px;
	float: right;
	margin-top: 30px;
}

.newslist_right>h4 {
	font-weight: normal;
	font-size: 24px;
	color: #555;
	margin-bottom: 20px;
}

.newslist_right .zw_tu {
	display: block;
	margin: 0 auto;
}

.newslist_right>a {
	display: block;
}


/*æ–°é—»é¡µ*/

h2.wen_h2 {
	text-align: center;
	font-size: 29px;
	color: #333;
	margin-bottom: 25px;
}

.xq_share {
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 50px;
}

.xq_share p {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 34px;
}

.xq_share p i {
	margin: 0 5px;
}

.xq_share p img {
	margin-left: 10px;
}

.xq_share span {
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
	position: relative;
	top: 13px;
}

.xq_share span img {
	margin-left: 10px;
	position: relative;
	top: 3px;
}

.news_wen {
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}

.news_wen p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-indent: 28px;
	margin-bottom: 10px;
}

.page_wen {
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	margin-top: 71px;
}

.page_wen .page_left {
	float: left;
	width: 390px;
	background-color: #f7f7f7;
}

.page_wen .page_right {
	float: right;
	width: 390px;
	background-color: #f7f7f7;
}

.page_wen .btn {
	display: block;
	text-decoration: none;
	width: 80px;
	height: 60px;
	line-height: 60px;
	background-color: #e8e8e8;
	text-align: center;
}

.page_wen .page_title {
	display: block;
	width: 270px;
	margin-left: 20px;
	float: left;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
}

.page_wen .page_left:hover .page_title {
	color: #0146AB;
}

.page_wen .page_left:hover .btn {
	background: #0068cc;
	color: #fff;
}

.page_wen .page_right:hover .page_title {
	color: #0146AB;
}

.page_wen .page_right:hover .btn {
	background: #0068cc;
	color: #fff;
}

.page_wen .page_left .btn {
	float: left
}

.page_wen .page_right .btn {
	float: right
}


/*车队展示*/

.s_service {
	margin-top: -4px !important;
}

.s_service ul li {
	float: left;
	margin-left: 16px;
	width: 267px;
	text-align: center;
	margin-top: 15px;
}

.s_service ul li a.service_img {
	width: 267px;
	height: 176px;
	display: block;
	overflow: hidden;
	margin: auto;
}

.s_service ul li a.service_img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.s_service ul li a.service_img:hover img {
	transform: scale(0.94, 0.94);
	transition: all 1s;
	opacity: 0.9;
}

.s_service ul li p {
	color: #0055a5;
	color: text-align:center;
	line-height: 40px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-weight: bold;
	font-size: 15px;
	height: 45px;
	background: #e5e5e5;
}

.s_service ul li:hover {
	transform: scale(0.94, 0.94);
	transition: all 1s;
	opacity: 0.9;
}

.s_service ul li:hover p {
	background: #0055a5;
	color: #fff;
}


/*人才招聘*/

.sideMenu {
	border: 1px solid #ddd;
}

.sideMenu h3 {
	height: 40px;
    line-height: 40px;
	padding-left: 10px;
	border-top: 1px solid #e3e3e3;
	background: #f4f4f4;
	font-size: 16px;
	cursor: pointer;
	
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	background: url(../img/icoAdd.png) 16px 12px no-repeat;
	cursor: pointer;
	    padding-right: 39px;
}

.sideMenu h3.on em {
	background-position: 16px -57px;
}

.sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}

.sideMenu ul li p{
	font-size: 14px;
	color: #333;
}
/*联系我们*/

#bd:after {
	clear: both;
}

#bd {
	zoom: 1;
}

#bd {
	margin-bottom: 50px;
}

.map-box {
	position: relative;
	height: 450px;
}

.BMapLabel {
	display: none !important;
}

.map-info {
	position: absolute;
	right: 60px;
	width: 350px;
	height: 320px;
	background-color: #ebebeb;
	background-color: rgba(235, 235, 235, .85);
	padding: 30px 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	top: 0;
	margin-top: 45px;
}

.baidu-map img {
	max-width: 555555px;
}

.map-info h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	color: #296fb7;
}

.map-info h3:after {
	position: absolute;
	content: '';
	border-top: 4px solid #296fb7;
	left: 0;
	bottom: -6px;
	width: 46px;
}

.map-info h4 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.tit_1.tit_left {
	text-align: left;
	margin-bottom: 20px;
}

.tit_1.tit_left img {
	margin: 20px 0;
	clear: both;
}

.tit_1 {
	text-align: center;
	color: #000;
}

.tit_1 h5 {
	font-size: 32px;
	padding: 10px 0;
	color: #da261c;
}

.tit_1 h2 {
	font-weight: bold;
	font-size: 38px;
	margin: 10px 0;
}

/*翻页*/
.page {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}
.page div{
	display: inline-block;
}
.page a,
.page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page .current {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

.page a:first-child,
.page span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page a:last-child,
.page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}