﻿@charset "utf-8";

/* 重置  */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.content_xiangqing .content_a table tr td p {
	margin-bottom: 0px;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

[hidefocus], summary {
	outline: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}

sup, sub {
	font-size: 83%;
}

pre, code, kbd, samp {
	font-family: inherit;
}

q:before, q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label, summary {
	cursor: default;
}

a, button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}

del, ins, u, s, a, a:hover {
	text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
	/*font: 14px "Microsoft YaHei","微软雅黑",\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", "华文细黑", STHeiti, MingLiu;*/
}

body {
	background: #fff;
	color: #333
}

html, body {
	height: 100%;
}

a {
	color: #333;
}

img {
	border: 0px
}

/* 清除浮动 */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*边距*/
.m5 {
	margin: 5px
}

.m10 {
	margin: 10px
}

.m15 {
	margin: 15px
}

.m30 {
	margin: 30px
}

.mt2 {
	margin-top: 2px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 40px
}

.mt50 {
	margin-top: 50px
}

.mt80 {
	margin-top: 80px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml50 {
	margin-left: 50px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 20px
}

.pb10 {
	padding-bottom: 10px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pl10 {
	padding-left: 10px
}

.pl15 {
	padding-left: 15px
}

.pl30 {
	padding-left: 30px
}

.pr10 {
	padding-right: 10px
}

.pr15 {
	padding-right: 15px
}

.pr30 {
	padding-right: 30px
}

/*字号*/
.bold {
	font-weight: bold !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-35 {
	font-size: 35px !important;
}

.fs-40 {
	font-size: 40px !important;
}

.fs-50 {
	font-size: 50px !important;
}


/*定位*/
.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.cb {
	clear: both
}

.cl {
	clear: left
}

.cr {
	clear: right
}

.vm {
	vertical-align: middle
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.abs-right {
	position: absolute;
	right: 0
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden
}

.none {
	display: none
}

.fw {
	font-weight: bold;
}

.fw_400 {
	font-weight: 400;
}
/*颜色*/
.gray-fc {
	color: #999
}

.gray-fc1 {
	color: #666
}

.gray-fc2 {
	color: #bcbcbc
}

.white-fc {
	color: #fff;
}

.black-fc {
	color: #000
}

.red-fc {
	color: #ff0000
}

.yellow-fc {
	color: #f2a203;
}

.green-fc {
	color: #22b512
}

.blue-fc {
	color: #00b4eb
}

.orange_fc {
	color: #ff5a05
}

/* 布局 */
.g-body, .g-head, .g-foot {
	width: 100%;
	float: left
}

.g-wrap, .g-box {
	width: 100%;
	padding: 0 calc(50% - 1200px / 2);
	box-sizing: border-box;
}
/*盒容器*/
.m-box {
	width: 100%;
	float: left;
}
/*盒容器*/
.arrow {
	position: absolute;
	left: 50%;
	width: 204px;
	margin: -40px 0 0 -102px;
}

.img {
	width: 100%;
}

.title_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

	.title_1 a {
		display: block;
		width: 350px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

		.title_1 a font {
			color: #666;
			margin-right: 10px;
		}

.title_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list_top {
	width: 100%;
}

.list_top_img {
	width: 30%;
	float: left
}

	.list_top_img img {
		width: 100%;
	}

.list_top_txt {
	width: calc(70% - 15px);
	float: right;
	line-height: 30px;
	font-size: 16px;
	white-space: normal;
}

	.list_top_txt font {
		color: #666;
		margin-right: 10px;
	}
/*字体图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot'); /* IE9*/
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
}


/*显视*/
.pc_box {
	display: block;
}

.app_box {
	display: none;
}


/*线条*/
.line_top {
	border-top: 1px solid #ededed;
}

.line_bottom {
	border-bottom: 1px solid #ededed;
}

.line_left {
	border-left: 1px solid #ededed;
}

.line_right {
	border-right: 1px solid #ededed;
}

/*按钮*/
.btn_gray {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
	padding: 0 16px;
}

	.btn_gray:hover {
		border: 1px solid #15ab47;
		background: #15ab47;
		color: #fff;
	}

.btn_green {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: #15ab47;
	color: #fff;
	border: 1px solid #15ab47;
	padding: 0 16px;
}

	.btn_green:hover {
		border: 1px solid #0aa83f;
		background: #0aa83f;
		color: #fff;
	}

.btn_green_big {
	padding: 8px 24px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: #15ab47;
	color: #fff;
	border: 1px solid #15ab47;
}

	.btn_green_big:active {
		border: 1px solid #0aa83f;
		background: #0aa83f;
		color: #fff;
	}

.btn_app_box {
	float: left;
	width: 100%;
	text-align: center;
	margin: 24px 0;
}


/* 导航 */
.nav_box {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 130px;
	background: #ffffff;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

	.nav_box .logo_img {
		margin: 25px 10px 0 0;
		float: left;
		width: 350px;
	}

	.nav_box .right_box {
		float: right;
		margin: 10px 30px 0 0;
		color: #ddd;
		line-height: 50px;
	}

		.nav_box .right_box a {
			color: #666;
			margin: 10px 0 0 0;
		}

		.nav_box .right_box img {
			height: 28px;
		}

.line {
	float: left;
	width: 20px;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 53px;
}

/* 导航-pc */
.navBar {
	float: right;
}

.nav {
	width: 810px;
	height: 100px;
	line-height: 100px;
}

	.nav h3 {
		font-size: 100%;
		font-weight: normal;
		font-size: 16px;
	}

	.nav .m {
		position: relative;
		float: left;
		width: 90px;
		display: inline;
		text-align: center;
	}

	.nav h3 a {
		zoom: 1;
		height: 100px;
		line-height: 100px;
		display: block;
		color: #666;
	}

	.nav .on h3 a {
		border-bottom: 3px solid #c00;
		background: #f2f2f2;
	}

	.nav .sub {
		display: none; /*默认隐藏*/
		width: 100%;
		padding: 0;
		position: fixed;
		left: 0;
		top: 130px;
		background: #f2f2f2;
		float: left;
		line-height: 30px;
	}

	.nav .sub {
		text-align: center;
	}

		.nav .sub .bottom_box {
			width: 1200px;
			margin: auto;
		}

			.nav .sub .bottom_box .bottom_box_a {
				width: 810px;
				float: right;
				text-align: left;
				margin: 24px 0;
			}

				.nav .sub .bottom_box .bottom_box_a a {
					font-size: 16px;
					float: left;
					padding: 0 16px;
					color: #888;
				}

					.nav .sub .bottom_box .bottom_box_a a:hover {
						color: #c00;
					}


/* 导航-app */
.leftMenu {
	background: #f5f5f5;
	left: -1000px;
	position: fixed;
	top: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 68%;
	min-width: 140px;
	max-width: 440px;
	z-index: 90002;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	overflow: hidden;
}

	.leftMenu.menu-open {
		left: 0;
	}

	.leftMenu .on {
		color: #666;
		background: #ddd;
	}

		.leftMenu .on a {
			color: #666;
			font-weight: bold;
		}

	.leftMenu a {
		text-decoration: none;
		display: block;
		padding-left: 20px;
		color: #000;
	}

		.leftMenu a:active {
			background: #f5f5f5;
		}

	.leftMenu ul {
		list-style: none;
	}

		.leftMenu ul li {
			position: relative;
			line-height: 60px;
			border-bottom: 1px solid #ededed;
		}

			.leftMenu ul li.hasChild > a:after {
				content: "+";
				position: absolute;
				right: 20px;
				top: 4px;
				font-size: 24px;
				font-weight: 300;
			}

			.leftMenu ul li.hasChild.open > a:after {
				content: "-";
				right: 23px;
				font-size: 28px;
				top: 3px;
			}

.f2, .f3 {
	background: #fff;
	height: 0;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
	background: rgba(0,0,0,0);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

	.menu-dark-backdrop.in {
		height: 100%;
		z-index: 90001;
		background: rgba(0,0,0,0.5);
	}



/* 首页 */
.index-content {
	padding: 130px 0 40px 0;
}

.index-content-1 {
	padding: 130px 0 0 0;
}

.index-txt {
	float: left;
	width: 100%;
	padding: 40px 0;
}

	.index-txt .txt_1 {
		font-size: 22px;
		color: #555;
		display: inline-block;
	}

	.index-txt .txt_2 {
		font-size: 12px;
		color: #999;
		display: inline-block;
	}
/* 首页图片轮播css */
/* banner-pc */
.banner_box {
	width: 100%;
}

	.banner_box .img {
		width: 100%;
	}

	.banner_box .top_img {
		position: absolute;
		width: 100%;
	}

.focusBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

	.focusBox .pic {
		position: relative;
		z-index: 0;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}

		.focusBox .pic img {
			display: block;
		}

	.focusBox .hd {
		width: 100%;
		position: absolute;
		bottom: 10px;
		text-align: center;
		font-size: 0;
		z-index: 1;
	}

		.focusBox .hd li {
			margin: 0 5px;
			background: url(../img/dot.png) no-repeat 0 -16px;
			height: 16px;
			overflow: hidden;
			width: 16px;
			cursor: pointer;
			display: inline-block;
			*display: inline;
			zoom: 1;
		}

		.focusBox .hd .on {
			background-position: 0 0;
		}

	.focusBox .prev,
	.focusBox .next {
		width: 60px;
		height: 90px;
		margin: -60px 0 0;
		display: none;
		background: url(../img/ad_ctr.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		filter: alpha(opacity=20);
		opacity: 0.2;
	}

	.focusBox .prev {
	}

	.focusBox .next {
		background-position: 0 -90px;
		right: 0;
	}

		.focusBox .prev:hover,
		.focusBox .next:hover {
			filter: alpha(opacity=50) !important;
			opacity: 0.5 !important;
		}
/* banner-App */
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

	.focus .hd {
		width: 100%;
		height: 11px;
		position: absolute;
		z-index: 1;
		bottom: 16px;
		text-align: center;
	}

		.focus .hd ul {
			display: inline-block;
			height: 8px;
			padding: 3px 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			font-size: 0;
			vertical-align: top;
		}

			.focus .hd ul li {
				display: inline-block;
				width: 8px;
				height: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
				background: #ddd;
				margin: 0 5px;
				vertical-align: top;
				overflow: hidden;
			}

			.focus .hd ul .on {
				background: #ffc90f;
			}

	.focus .bd {
		position: relative;
		z-index: 0;
	}

		.focus .bd li img {
			width: 100%;
			background: url(../img/loading.gif) center center no-repeat;
		}

		.focus .bd li a {
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
		}


/* 版权 */

@media screen and (min-width: 1024px) {
	.top {
		background-color: #f2f2f2;
		height: 30px;
		line-height: 30px;
		color: #999999;
		font-size: 12px;
	}

	.top-left {
		float: left;
		width: 390px;
	}

	.top-right {
		float: right;
		width: 810px;
		position: relative;
	}

	.top-search {
		float: right;
		background-color: #FFFFFF;
		border: solid 1px #DDDDDD;
		border-radius: 12px;
		height: 24px;
		width: 200px;
		padding: 0 10px;
		margin: 3px 0;
		font-size: 12px;
		color: #999999;
	}

	.top-search-btn {
		width: 15px;
		position: absolute;
		right: 10px;
		top: 7px;
	}

	.top-link {
		display: block;
		float: right;
		margin-left: 20px;
		color: #999999;
	}

	.foot {
		width: 100%;
		height: 100px;
		padding: 25px calc(50% - 1200px / 2);
		background-color: #2a2a2a;
	}

	.foot_left {
		float: left;
		position: relative;
		width: 50%;
		height: 50px;
		padding: 10px 0;
	}

	.foot_right {
		float: right;
		width: 50%;
		height: 50px;
		text-align: right;
		color: #ffffff;
		line-height: 25px;
		font-size: 14px;
	}

	.zsqy li {
		float: left;
		width: 180px;
		margin: 0 10px;
	}

		.zsqy li img {
			width: 100%;
			height: 120px;
			display:none;
		}

		.zsqy li span {
			width: 100%;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			color: #ffffff;
		}
}

@media screen and (max-width: 1024px) {
	.top {
		display: none;
	}

	.foot {
		width: 100%;
		height: 125px;
		padding: 25px calc(50% - 1200px / 2);
		background-color: #2a2a2a;
	}

	.foot_left {
		display: none;
	}

	.foot_right {
		float: right;
		width: 100%;
		padding: 0 5%;
		height: 75px;
		text-align: center;
		color: #ffffff;
		line-height: 25px;
		font-size: 14px;
	}

	.zsqy li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
	}

		.zsqy li img {
			width: 100%;
			height: 70px;
			display: none;
		}

		.zsqy li span {
			width: 100%;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			color: #ffffff;
		}
}

.erwei {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 100;
	display: none;
}

	.erwei img {
		width: 100px;
	}

.weixin {
	display: inline-block;
	background-image: url("../img/weixin.png");
	background-repeat: no-repeat;
	height: 30px;
	color: #ffffff;
	line-height: 30px;
	padding-left: 40px;
}

.share {
	display: inline-block;
	/*background-image: url("../img/share.png");
	background-repeat: no-repeat;*/
	height: 30px;
	color: #ffffff;
	line-height: 30px;
	padding-left: 40px;
	margin-left: 50px;
}

.foot a {
	color: #ffffff;
}

.foot_box {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding: 32px 0;
}

	.foot_box .erweima_box {
		float: left;
		width: 400px;
		background: #f5f5f5;
	}

		.foot_box .erweima_box img {
			float: left;
		}

		.foot_box .erweima_box .txt_left {
			margin: 90px 0 0 120px;
		}

			.foot_box .erweima_box .txt_left p {
				color: #666;
				margin-bottom: 8px;
			}

	.foot_box .txt_right {
		float: right;
		width: 800px;
	}

.cfdt_box .txt_right_1 {
	float: left;
	width: 48.5%;
}

.cfdt_box .txt_right_2 {
	float: right;
	width: 48.5%;
}

.foot_box .txt_right .list_box {
	float: left;
	width: 72px;
	margin: 0 10px;
}

	.foot_box .txt_right .list_box li {
		width: 100%;
		line-height: 30px;
	}

.foot_box .txt_right .typeface_box {
	position: relative;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #bbb;
	margin-bottom: 4px;
}

	.foot_box .txt_right .typeface_box .green_line {
		position: absolute;
		bottom: 0;
		border-bottom: 1px solid #03974d;
		left: 0;
		z-index: 10;
		width: 20px;
		height: 36px;
	}

.foot_box .txt_right a {
	color: #666;
}


/* 直属企业 */
.zsqy_box {
	width: 100%;
	height: 300px;
	background: url(../img/img_01.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
        display: none;
}

	.zsqy_box a {
		color: #fff;
	}

		.zsqy_box a:active {
			color: #fff;
		}

		.zsqy_box a:hover {
			color: #fff;
		}

	.zsqy_box .txt_a {
		width: 100%;
		font-size: 14px;
		padding: 50px 0 10px 0;
	}

	.zsqy_box .txt_b {
		width: 100%;
		font-size: 20px;
		padding-bottom: 50px;
	}

	.zsqy_box .btn_list {
		width: 560px;
		font-size: 16px;
		margin: auto;
	}

		.zsqy_box .btn_list li {
			float: left;
			width: 140px;
			padding-left: 12px;
			text-align: left;
			margin: 16px 0;
		}

	.zsqy_box .btn_list_a {
		width: 280px;
		font-size: 16px;
		margin: auto;
	}

		.zsqy_box .btn_list_a li {
			float: left;
			width: 140px;
			padding-left: 12px;
			text-align: left;
			margin: 16px 0;
		}

	.zsqy_box .line_a {
		border-left: 3px solid #e40508;
	}

	.zsqy_box .line_b {
		border-left: 3px solid #5f1a85;
	}



/* 产发动态 */
.cfdt_box {
	width: 100%;
	padding-top: 48px;
}

	.cfdt_box .img_left {
		float: left;
		width: 40%;
	}

	.cfdt_box .txt_right {
		float: right;
		width: 60%;
	}

/* 焦点图 */
.focusBox1 {
	float: left;
	position: relative;
	width: 480px;
	height: 300px;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
}

	.focusBox1 .pic img {
		width: 480px;
		height: 300px;
		display: block;
	}

	.focusBox1 .txt-bg {
		position: absolute;
		bottom: 0;
		z-index: 1;
		height: 36px;
		width: 100%;
		background: #333;
		filter: alpha(opacity=40);
		opacity: 0.4;
		overflow: hidden;
	}

	.focusBox1 .txt {
		position: absolute;
		bottom: 0;
		z-index: 2;
		height: 36px;
		width: 100%;
		overflow: hidden;
	}

		.focusBox1 .txt li {
			height: 36px;
			line-height: 36px;
			position: absolute;
			bottom: -36px;
		}

			.focusBox1 .txt li a {
				display: block;
				color: white;
				padding: 0 0 0 10px;
				font-size: 16px;
				text-decoration: none;
			}

	.focusBox1 .num {
		position: absolute;
		z-index: 3;
		bottom: 8px;
		right: 8px;
	}

		.focusBox1 .num li {
			float: left;
			position: relative;
			width: 18px;
			height: 15px;
			line-height: 15px;
			overflow: hidden;
			text-align: center;
			margin-right: 1px;
			cursor: pointer;
		}

			.focusBox1 .num li a, .focusBox1 .num li span {
				position: absolute;
				z-index: 2;
				display: block;
				color: white;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				text-decoration: none;
			}

			.focusBox1 .num li span {
				z-index: 1;
				background: black;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}

			.focusBox1 .num li.on a, .focusBox1 .num a:hover {
				background: #e60027;
			}

/* 三列 */
.three_box {
	float: left;
	width: 33.3333%;
	padding: 40px 0;
}


.three_list_box {
	margin-right: 40px;
}

.three_list_box_0 {
	margin-right: 30px;
}

.three_list_box_1 {
	margin: 0 15px;
}

.three_list_box_2 {
	margin-left: 30px;
}

.img_box {
	width: 380px;
	height: 250px;
	margin: 10px 0 0 10px;
}

/* 首页列表 */
.index_list_box {
	margin-left: 40px;
}

.index_title {
	width: 100%;
	border-bottom: 1px solid #ededed;
}

	.index_title .title_line {
		float: left;
		border-bottom: 2px solid #e60027;
		font-size: 24px;
		color: #000;
		line-height: 40px;
		font-weight: bold;
	}

		.index_title .title_line span {
			color: #e60027;
		}

	.index_title .title_more {
		float: right;
		font-size: 16px;
		color: #999;
		line-height: 40px;
	}

		.index_title .title_more a {
			color: #999;
		}

.index_list {
	width: 100%;
	font-size: 16px
}

	.index_list li {
		width: 100%;
		margin: 16px 0;
	}

		.index_list li a {
			color: #555;
		}

			.index_list li a:hover {
				color: #e60027;
			}

.index_list_a {
	width: 100%;
	font-size: 16px
}

	.index_list_a li {
		width: 100%;
		margin: 16px 0;
	}

		.index_list_a li .left_txt {
			padding: 0 100px 0 0;
		}

			.index_list_a li .left_txt h3 {
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 4px;
			}

			.index_list_a li .left_txt h4 {
				font-size: 16px;
				font-weight: 400;
				margin-bottom: 4px;
			}

			.index_list_a li .left_txt p {
				font-size: 15px;
				line-height: 25px;
				margin-top: 10px;
				color: #999;
			}

		.index_list_a li .right_time {
			float: right;
			width: 100px;
			text-align: right;
			font-size: 16px;
			color: #999;
		}

			.index_list_a li .right_time span {
				font-size: 30px;
				color: #e60027;
			}


/* 广告条 */
.advertisement_box {
	padding: 0;
}

	.advertisement_box img {
		width: 100%;
	}


/* 二级列表页 */
.erji_banner {
	width: 100%;
}

	.erji_banner img {
		width: 100%;
	}

.erji_nav {
	width: 100%;
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ededed;
}

	.erji_nav .btn_box {
		float: left;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		text-align: center;
		font-size: 16px;
		color: #666;
		display: block;
	}

		.erji_nav .btn_box:hover {
			background: #e60027;
			color: #fff;
		}

	.erji_nav .on {
		background: #e60027;
		color: #fff;
	}

.erji_list {
	width: 100%;
	background: url(../img/list_bj.png) repeat-y;
}

	.erji_list li {
		width: 100%;
		padding: 32px 0;
	}

		.erji_list li .time_left {
			float: left;
			width: 88px;
		}

			.erji_list li .time_left .red_bj {
				width: 88px;
				background: #ee0000;
				text-align: right;
				line-height: 22px;
				color: #fff;
				font-size: 16px
			}

			.erji_list li .time_left .gray_fs {
				width: 88px;
				text-align: right;
				line-height: 22px;
				color: #999;
				font-size: 12px
			}

		.erji_list li .img_box {
			float: left;
			width: 180px;
			height: 132px;
			margin: 0 0 0 50px;
		}

		.erji_list li .txt_box {
			padding: 16px 0 0 350px;
		}

			.erji_list li .txt_box h3 {
				font-size: 18px;
				font-weight: 400;
				margin-bottom: 8px;
			}

			.erji_list li .txt_box p {
				font-size: 14px;
				color: #999;
				margin-bottom: 8px;
			}

/* 普通翻页器-默认居中 */
.m-page {
	margin: 10px 0 0;
	text-align: center;
	line-height: 32px;
	font-size: 0;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	color: #999;
}

	.m-page a, .m-page i {
		display: inline-block;
		vertical-align: top;
		padding: 0 12px;
		margin-left: -1px;
		border: 1px solid #ddd;
		font-size: 12px;
		letter-spacing: normal;
		text-shadow: 0 1px #fff;
		background: #fff;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}

		.m-page a, .m-page a:hover {
			text-decoration: none;
			color: #666;
		}

			.m-page a:first-child {
				margin-left: 0;
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
			}

			.m-page a:last-child {
				margin-right: 0;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
			}

			.m-page a.pageprv:before, .m-page a.pagenxt:after {
				font-weight: bold;
				font-family: \5b8b\4f53;
				vertical-align: top;
			}

			.m-page a.pageprv:before {
				margin-right: 3px;
				content: '\3C';
			}

			.m-page a.pagenxt:after {
				margin-left: 3px;
				content: '\3E';
			}

			.m-page a:hover {
				background: #f5f5f5;
			}

			.m-page a:active {
				background: #f0f0f0;
			}

			.m-page a.z-crt, .m-page a.z-crt:hover, .m-page a.z-crt:active {
				cursor: default;
				color: #fff;
				background: #ee0000;
			}

			.m-page a.z-dis, .m-page a.z-dis:hover, .m-page a.z-dis:active {
				cursor: default;
				color: #ccc;
				background: #fff;
			}
/* 居左 */
.m-page-lt {
	text-align: left;
}
/* 居右 */
.m-page-rt {
	text-align: right;
}
/* 较小 */
.m-page-sm {
	line-height: 22px;
}

	.m-page-sm a, .m-page-sm i {
		padding: 0 8px;
	}
/* 分离 */
.m-page-sr a, .m-page-sr i {
	margin: 0 3px;
	border-radius: 2px;
}

.m-page-sr i {
	border: 0;
}

.m-page-sr a:first-child, .m-page-sr a:last-child {
	border-radius: 2px;
}

.btn_grey {
	padding: 10px 50px;
	font-size: 14px;
	border-radius: 2px;
	background: #ede9e9;
	color: #666;
	border: 1px solid #ddd;
	text-align: center;
}

	.btn_grey:a {
		background: #ee0000;
		color: #fff;
	}


/* 多行式面包屑导航-默认竖线分隔 */
.m-crumb {
	overflow: hidden;
	line-height: 56px;
	font-size: 13px;
	color: #999;
	border-bottom: solid 1px #eeeeee;
}

	.m-crumb a {
		color: #999;
	}

	.m-crumb ul {
		margin-left: -20px;
	}

	.m-crumb li {
		float: left;
		word-wrap: normal;
		white-space: nowrap;
	}

		.m-crumb li:before {
			display: inline-block;
			width: 20px;
			text-align: center;
			content: '|';
			font-size: 12px;
			color: #ccc;
			font-family: \5b8b\4f53;
		}
/* 箭头分隔 */
.m-crumb-arr li:before {
	content: '\3E';
}
/* 空白分隔 */
.m-crumb-blank ul {
	margin-left: -10px;
}

.m-crumb-blank li:before {
	width: 10px;
	content: '';
}

/* 详情页 */
.content_xiangqing {
	width: 100%;
	margin-top: -20px;
}

	.content_xiangqing .top_title {
		width: 100%;
		margin: 20px 0 40px 0;
		text-align: center;
	}

		.content_xiangqing .top_title h3 {
			padding: 16px 0 0 0;
			font-size: 26px;
			font-weight: bold;
			width: 100%;
			margin: 40px 0 10px 0;
			text-align: center;
		}

		.content_xiangqing .top_title h4 {
			padding: 0 0 30px 0;
			font-size: 20px;
			font-weight: bold;
			width: 100%;
			margin: 0 0 10px 0;
			text-align: center;
			border-bottom: 1px solid #ddd;
		}

		.content_xiangqing .top_title p {
			display: inline-block;
			font-size: 14px;
			color: #999;
		}

		.content_xiangqing .top_title a {
			color: #666;
		}

			.content_xiangqing .top_title a:hover {
				color: #ee0000;
			}

	.content_xiangqing .content_a {
		width: 100%;
		line-height: 1.75;
		font-size: 16px;
		color: #666;
	}

		.content_xiangqing .content_a p {
			line-height: 2;
			font-size: 16px;
			margin-bottom: 10px;
			color: #666;
		}

.content_img {
	max-width: 800px;
}

@media screen and (min-width: 1024px) {
	.content_xiangqing .content_a img {
		max-width: 60%;
	}
}


.news-detail-share {
	display: inline-block;
	margin-left: 20px;
}

. social-share {
	font-size: 14px;
	color: #999;
}

/* 企业文化 */
.culture_top {
	position: relative;
	width: 100%;
}

.culture_top_left1 {
	float: left;
	width: 340px;
	height: 200px;
	background-color: #be1d2c;
	text-align: left;
}

.culture_top_right1 {
	float: right;
	width: 860px;
	height: 200px;
}

.culture_top_left2 {
	float: left;
	width: 340px;
	height: 260px;
	background-color: #be1d2c;
	text-align: left;
}

.culture_top_right2 {
	float: right;
	width: 860px;
	height: 260px;
}

.culture_con {
	position: relative;
	clear: both;
	width: 100%;
	padding-left: 340px;
	background-color: #f5f5f5;
	/*background-image: url(../img/culture_bulding.png);*/
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;
}

.culture_con_title {
	position: relative;
	width: 860px;
	padding: 40px 40px 0 40px;
	background-color: #FFFFFF;
	height: 75px;
}

	.culture_con_title img {
		display: block;
		float: left;
		width: 35px;
		margin-right: 10px;
	}

	.culture_con_title font {
		display: block;
		float: left;
		font-size: 24px;
		line-height: 35px;
	}

.culture_con_con {
	position: relative;
	width: 860px;
	padding: 30px 0 30px 85px;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 35px;
	text-align: left;
}

	.culture_con_con strong {
		color: #be1d2c;
	}

@media screen and (max-width: 1024px) {
	/*显视*/
	.pc_box {
		display: none;
	}

	.app_box {
		display: block;
	}

	/* 布局 */
	.g-wrap, .g-box {
		width: 100%;
	}

	.arrow {
		width: 100px;
		margin: -20px 0 0 -50px;
	}

	/* 导航 */
	.nav_box {
		height: 60px;
	}

		.nav_box .top_box {
			height: 60px;
		}

		.nav_box .logo_img {
			margin: 10px 10px 0 15px;
			height: 44px;
		}

		.nav_box .right_box {
			margin: 3px 15px 0 0;
		}
	/* 导航-pc */
	.navBar {
		display: none;
	}

	/* 首页 */
	.index-content {
		padding: 60px 0 24px 0;
	}

	.index-txt {
		padding: 24px 0;
	}

		.index-txt .txt_1 {
			margin-left: 16px;
			color: #15ab47;
			display: block;
		}

		.index-txt .txt_2 {
			margin-left: 8px;
			display: block;
		}

	/* 版权 */
	.foot_box {
		float: left;
		width: 100%;
		background: #f5f5f5;
		padding: 32px 0;
		color: 14px;
	}

		.foot_box .erweima_box {
			width: 90%;
			margin: 0 5%;
		}

			.foot_box .erweima_box img {
				width: 90px;
			}

			.foot_box .erweima_box .txt_left {
				font-size: 13px;
				margin: 80px 0 0 100px;
			}

	/* 直属企业 */
	.zsqy_box .txt_a {
		font-size: 12px;
		padding: 40px 0 10px 0;
	}

	.zsqy_box .txt_b {
		font-size: 20px;
		padding-bottom: 32px;
	}

	.zsqy_box .btn_list {
		width: 280px;
	}

	.zsqy_box .line_a {
		border-left: 3px solid #e40508;
	}

	.zsqy_box .line_b {
		border-left: 3px solid #5f1a85;
	}


	/* 产发动态 */
	.cfdt_box {
		padding-top: 24px;
	}

		.cfdt_box .img_left {
			width: 90%;
			margin: 0 5%;
		}

		.cfdt_box .txt_right {
			width: 100%;
		}

	/* 焦点图 */
	.focusBox1 {
		width: 100%;
		height: 200px;
	}

		.focusBox1 .pic img {
			width: 100%;
			height: 100%;
		}

		.focusBox1 .txt li a {
			font-size: 14px;
		}


	/* 首页列表 */
	.index_list_box {
		width: 90%;
		margin: 16px 5%;
	}

	.index_title .title_line {
		font-size: 20px;
	}

	.index_list {
		width: 100%;
		font-size: 16px
	}

		.index_list li {
			width: 100%;
			margin: 16px 0;
		}

	.index_list_a li {
		width: 100%;
		margin: 16px 0;
	}

		.index_list_a li .left_txt {
			padding: 0 70px 0 0;
		}

			.index_list_a li .left_txt h3 {
				font-size: 16px;
			}

			.index_list_a li .left_txt p {
				font-size: 13px;
			}

		.index_list_a li .right_time {
			width: 100px;
			font-size: 14px;
			margin-top: 8px;
		}

			.index_list_a li .right_time span {
				font-size: 20px;
			}

	/* 三列 */
	.three_box {
		width: 90%;
		margin: 0 5%;
		padding: 10px 0 0 0;
	}

	.three_list_box {
		margin-right: 0;
	}

	.img_box {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	/* 广告条 */
	.advertisement_box {
		width: 90%;
		margin: 0 5%;
	}

	/* 二级列表页 */
	.erji_list {
		width: 96%;
		margin: 0 4% 0 0;
		background: url() repeat-y;
	}

		.erji_list li {
			padding: 20px 0;
		}

			.erji_list li .time_left {
				float: left;
				width: 100%;
				margin-bottom: 8px;
			}

				.erji_list li .time_left .red_bj {
					float: left;
					width: 88px;
				}

				.erji_list li .time_left .gray_fs {
					float: left;
					width: 88px;
					text-align: left;
					padding-left: 16px;
				}

			.erji_list li .img_box {
				width: 120px;
				height: 88px;
				margin: 0 0 0 16px;
			}

			.erji_list li .txt_box {
				padding: 40px 0 0 148px;
			}

				.erji_list li .txt_box h3 {
					font-size: 16px;
					font-weight: 400;
					margin-bottom: 4px;
				}

				.erji_list li .txt_box p {
					font-size: 13px;
					color: #999;
					margin-bottom: 4px;
				}

	/* 详情页 */
	.content_xiangqing {
		width: 90%;
		margin: -40px 5% 0 5%;
	}

		.content_xiangqing .top_title {
			margin: 30px 0;
		}

			.content_xiangqing .top_title h3 {
				font-size: 22px;
			}

	.content_img {
		width: 100%;
		margin-left: -2em;
	}

	.info_video video {
		width: 100%;
	}

	.content_xiangqing .content_a img {
		width: 100%;
	}
	/* 多行式面包屑导航-默认竖线分隔 */
	.m-crumb {
		width: 90%;
		margin: 0 5%;
		border-bottom: none;
	}

	/* 企业文化 */
	.culture_top {
		position: relative;
		width: 100%;
		height: 200px;
	}

	.culture_top_left1 {
		float: left;
		width: 100%;
		height: 200px;
		background-color: #be1d2c;
		text-align: left;
	}

	.culture_top_left2 {
		float: left;
		width: 100%;
		height: 260px;
		background-color: #be1d2c;
		text-align: left;
	}

	.culture_top_right {
		display: none;
	}

	.culture_con {
		position: relative;
		clear: both;
		width: 100%;
		padding-left: 0;
		background-color: #FFFFFF;
		background-image: none;
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 30%;
	}

	.culture_con_title {
		position: relative;
		width: 100%;
		padding: 40px 20px 0 20px;
		background-color: #FFFFFF;
		height: 75px;
	}

		.culture_con_title img {
			display: block;
			float: left;
			width: 35px;
			margin-right: 10px;
		}

		.culture_con_title font {
			display: block;
			float: left;
			font-size: 24px;
			line-height: 35px;
		}

	.culture_con_con {
		position: relative;
		width: 100%;
		padding: 30px 20px 30px 65px;
		background-color: #FFFFFF;
		font-size: 16px;
		line-height: 35px;
		text-align: left;
	}

		.culture_con_con strong {
			color: #be1d2c;
		}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	/* 焦点图 */
	.focusBox1 {
		width: 100%;
		height: 500px;
	}

	.zsqy li {
		width: 14%;
		margin: 0 1.3%;
	}

	.zsqy_box {
		height: 260px;
	}
}

.info_video video {
	width: 100%;
}

.jubao {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 165px;
}

	.jubao .left {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 125px;
		height: 165px;
		font-size: 36px;
		line-height: 50px;
		background-color: #e60012;
		color: #ffffff;
	}

	.jubao .right {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: calc(100% - 130px);
		height: 165px;
	}

		.jubao .right .top {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			height: 80px;
		}

			.jubao .right .top .phone {
				width: calc(50% - 2.5px);
				height: 80px;
				background-color: #f39800;
				text-align: center;
				line-height: 80px;
				font-size: 18px;
				color: #ffffff;
			}

			.jubao .right .top .email {
				width: calc(50% - 2.5px);
				height: 80px;
				background-color: #eb6100;
				text-align: center;
				line-height: 80px;
				font-size: 18px;
				color: #ffffff;
			}

		.jubao .right .bom {
			width: 100%;
			height: 80px;
			background-color: #298ab7;
			text-align: center;
			line-height: 80px;
			font-size: 18px;
			color: #ffffff;
		}
/* 招聘信息 */
.job_content {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
}

.left-sidebar {
	float: left;
	height: auto;
	width: 240px;
	padding: 20px;
}

.department-list {
	list-style: none
}

	.department-list li {
		margin-bottom: 12px;
		font-size: 16px;
		color: #333;
		cursor: pointer
	}

		.department-list li.cur {
			color: #000;
			font-weight: bold
		}

.main-content {
	float: right;
	height: auto;
	width: 940px;
	padding: 0 20px 20px;
	background-color: #fff
}

	.main-content .on {
		display: block;
	}

	.main-content .off {
		display: none;
	}

.job-card {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 20px 0
}

.job-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333
}

.job-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #666
}

	.job-info span {
		margin-right: 10px;
	}

		.job-info span.l {
			color: #999;
			line-height: 15px;
		}

.job-meta {
	display: flex;
	align-items: center;
	color: #666
}

	.job-meta span {
		margin-right: 10px;
	}

		.job-meta span.l {
			color: #999;
			line-height: 15px;
		}

.update-time {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 20px
}

.clearfix {
	clear: both
}

.job_detail {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 20px;
}

.job-infos {
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.job_detail {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0px;
}
@media screen and (max-width: 768px) {
	/* 招聘信息 */
	.left-sidebar {
		display: none;
	}

	.main-content {
		width: 100%;
		padding: 0 20px 20px
	}

		.main-content .off {
			display: block;
		}
	.job_detail {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
}