.header {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	background: #fff;
	z-index: 9;
}

.header .center {
	overflow: visible;
}

.head_top {
	width: 100%;
	height: auto;
	padding: 35px 0 15px;
	overflow: visible;
	background: #fff;
}

.logo {
	width: 343px;
	height: 80px;
	display: block;
	float: left;
}

.logo img {
	max-width: 100%;
}

.head_search {
	width: 360px;
	height: 50px;
	padding: 5px;
	display: block;
	float: right;
	border: 1px solid #eee;
	position: relative;
	padding-right: 40px;
	overflow: hidden;
	margin-top: 15px;
}

.head_search input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.head_search button {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	border: none;
	background: none;
	outline: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/search_icon.png);
}

.language {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	display: none;
	float: right;
	background: #666;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 30px;
}

.head_nav {
	width: 100%;
	height: 70px;
	overflow: visible;
	position: relative;
}

.head_nav .center {
	position: relative;
	z-index: 3;
}

.nav_list {
	width: 100%;
	height: 70px;
	overflow: visible;
}

.nav_list li {
	float: left;
	width: 120px;
	height: 70px;
	margin-left: 60px;
	overflow: visible;
}

.nav_list li:first-child {
	margin-left: 0px;
}

.nav_a {
	display: block;
	width: 120px;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding: 0 5px;
	font-size: 18px;
	color: #000;
	text-align: center;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
}

.nav_list li.active .nav_a,.nav_list li.act .nav_a{
	background: #bd9960;
	color: #fff;
}

.head_div {
	width: 100%;
	overflow: hidden;
	background: #bd9960;
	font-size: 14px;
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	overflow: hidden;
	padding: 12px;
	display: none;
	border-bottom: 2px solid #fff;
}
.head_div.c{         
	text-align: center;
}

.head_div.l {
	text-align: left;
}

.head_div.r{
	text-align: right;
}

.head_div div {
	display: inline-block;
}

.head_div div:last-child a {
	border: none;
}

.head_opac {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 0;
	background: #fff;
	border-top: 1px solid #eaeaea;
	display: none;
}

.opac_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.opac_list li {
	float: left;
	width: auto;
	min-width: 120px;
	height: 260px;
	margin-left: 60px;
	overflow: visible;
	position: relative;
}

.opac_list li:first-child {
	margin-left: 0px;
}


.head_div a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border-right: 1px solid #fff;
	line-height: 1;
	padding: 0 22px;
}


.ph-menu-wrapper {
	right: -150%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ban_img {
	width: 100%;
	height: 360px;
	display: block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .swiper-pagination {
	font-size: 0;
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 14px;
	height: 14px;
}

.banner .swiper-button-prev {
	left: 10.4%;
}

.banner .swiper-button-next {
	right: 10.4%;
}

.banner .swiper-pagination-bullet-active {
	background: #c95414;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	width: 36px;
	height: 60px;
	margin-top: -30px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiper-button-next {
	background-image: url(../images/btn_next.png);
}

.swiper-button-prev {
	background-image: url(../images/btn_prev.png);
}

.item_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 35px 0 53px;
}

.item_one {
	width: 28.33%;
	height: auto;
	overflow: hidden;
	float: left;
}

.item_tit {
	width: auto;
	padding: 10px 0;
	overflow: hidden;
}

.item_tit i,
.zbx_tit i {
	width: 18px;
	height: 26px;
	display: block;
	float: left;
	position: relative;
	background: #bd9960;
	margin-right: 20px;
}

.zbx_tit {
	padding: 20px 0;
}

.item_tit i::after,
.zbx_tit i:after {
	content: '';
	display: block;
	width: 5px;
	height: 26px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 0;
}

.item_tit span {
	display: block;
	float: left;
	font-size: 26px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}

.item_tit a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 26px;
	line-height: 2.5;
	font-size: 14px;
	color: #999;
	text-align: right;
	float: right;
}

.item_tit a:hover {
	color: #bd9960;
}

.item_cont {
	width: 100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.abo_img,
.abo_img img {
	width: 100%;
	display: block;
}

.abo_tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	background: #333;
	overflow: hidden;
}

.abo_text {
	width: 100%;
	height: 150px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-top: 20px;
}

.abo_text p {
	width: 100%;
	height: 150px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.item_two {
	width: 39.5%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-left: 4.1%;
}

.xinwen_cont {
	padding-top: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #eaeaea;
}

.xinwen_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xinwen_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xinwen_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.xinwen_h4 {
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	display: block;
	overflow: hidden;
}

.xinwen_span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin: 5px 0 0;
}

.xinwen_text {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xinwen_aa {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding-right: 160px;
	position: relative;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.xinwen_aa p {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.xinwen_aa span {
	display: block;
	width: 100px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: right;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

.xinwen_aa:hover,
.xinwen_aa:hover span {
	color: #bd9961;
}

.item_three {
	width: 24.2%;
	height: auto;
	overflow: hidden;
	float: right;
}

.wenhua_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.wenhua_a {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/wenhua_bg.jpg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.wenhua_a span {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.wenhua_a:last-child {
	margin: 0;
}

.wenhua_a:hover span {
	font-size: 20px;
}

.dang_wrap {
	width: 100%;
	height: auto;
	padding: 30px 0 70px;
	overflow: hidden;
	background: #f7f7f7;
}

.zhengce_cont {
	width: 71.25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.zhengce_div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.zhengce_one {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zhengce_img {
	max-width: 340px;
	width: 40%;
	float: left;
	overflow: hidden;
}

.zhengce_img img {
	width: 100%;
	display: block;
}

.zhengce_list {
	width: 56.7%;
	height: auto;
	float: right;
	overflow: hidden;
}

.zhengce_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zhengce_a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}

.zhengce_h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	padding-right: 100px;
}

.zhengce_h4 p {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.zhengce_h4 span {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.zhengce_text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.zhengce_text p {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.dangjian {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: right;
}

.dangjian .item_tit i {
	width: 26px;
	height: 26px;
	background: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/dang_icon.png);
}

.dangjian .item_tit i::after {
	display: none;
}

.dangjian .item_tit span {
	color: #950200;
	font-weight: bold;
}

.dang_img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.dang_img img {
	display: block;
	width: 100%;
}

.dang_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.dang_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dang_a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.dang_a p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.dang_a:hover {
	color: #950200;
}


.yewu_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 20px;
}

.yewu_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.yewu_list li {
	width: 20%;
	height: auto;
	float: left;
	overflow: hidden;
}

.yewu_ban {
	max-width: 1320px;
	width: 100%;
	height: auto;
	padding: 0 60px;
	overflow: hidden;
	margin: 10px auto 0;
	position: relative;
}

.yewu_ban .swiper-button-prev,
.yewu_ban .swiper-button-next {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.yewu_ban .swiper-button-prev {
	left: 5px;
	background-image: url(../images/arrowleft.png);
}

.yewu_ban .swiper-button-next {
	right: 5px;
	background-image: url(../images/arrowright.png);
}


.yewu_a {
	width: 100%;
	height: 0;
	padding-top: 150%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* .yewu_a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/yewu_opac.png);
}

.yewu_a:hover::after {
	background-image: url(../images/yewu_opac_act.png);
} */

.yewu_div {
	width: 100%;
	height: 90px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	margin-top: -60px;
	text-align: center;
}

.yewu_icon {
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.yewu_tit {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 0;
	font-weight: bold;
}

.xinxi_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 30px 0 60px;
}

.xinxi_list {
	width: 103%;
	height: auto;
	margin-top: 20px;
	margin-left: -1.5%;
	overflow: hidden;
}

.xinxi_list li {
	width: 47%;
	height: auto;
	float: left;
	margin: 0 1.5% 20px;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}

.xinxi_a {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 100px;
	padding-bottom: 30px;
	position: relative;
}

.xinxi_span {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #bd9960;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.xinxi_div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xinxi_div h4 {
	width: 100%;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.xinxi_text {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.footer {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.footer_one {
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	background: #999;
	padding: 5px 0 5px 15px;
}

.footer_div {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding-left: 70px;
	position: relative;
	overflow: hidden;
}

.footer_div span {
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.youqing_list {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.youqing_list li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.youqing_list li::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.youqing_list li:first-child::after {
	display: none;
}

.youqing_a {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.footer_copy {
	width: 100%;
	height: auto;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	padding: 20px 0;
	overflow: hidden;
	text-align: right;
}

.footer_copy span {
	display: block;
	width: auto;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	float: right;
	margin-left: 8px;
}

.foot_btn {
	width: 120px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid #bd9960;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	float: left;
}

.foot_btn i {
	width: 14px;
	height: 14px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/foot_icon.png);
}

.foot_bah a {
	display: inline-block !important;
}

/* 二级页面 */
.wrap_ban {
	width: 100%;
	height: 360px;
	display: none;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}


.party_one {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.party_one_list {
	width: 100%;
	height: auto;
	padding: 15px 0;
	overflow: hidden;
}

.party_one_list li,
.party_one_list li a {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.party_one_list li a:hover {
	color: #bd9961;
}

.yuandi_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.yuandi_list li {
	width: 100%;
	height: auto;
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px dashed #eaeaea;
}

.yuandi_list li:last-child {
	border-bottom: 0;
}

.yuandi_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.party_two {
	width: 33.33%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 4.1%;
}

.party_three {
	width: 33.33%;
	height: auto;
	overflow: hidden;
	float: right;
}

.party_tit {
	width: 100%;
	padding: 20px 0 2px;
	overflow: hidden;
	position: relative;
}

.party_tit::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #eaeaea;
}

.party_tit span {
	display: inline-block;
	vertical-align: top;
	float: left;
	font-size: 26px;
	color: #333;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

.party_tit span::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #bd9961;
}

.party_tit a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 26px;
	line-height: 2.5;
	font-size: 14px;
	color: #999;
	text-align: right;
	float: right;
}

.party_tit a:hover {
	color: #bd9960;
}

.lianzheng_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 30px 0 60px;
}

.lianzheng_list {
	width: 101.5%;
	height: auto;
	margin-left: -0.75%;
	overflow: hidden;
}

.lianzheng_list li {
	width: 31.83%;
	height: auto;
	overflow: hidden;
	margin: 10px 0.75% 0px;
	position: relative;
	float: left;
}

.lianzheng_list li::after {
	content: '';
	display: block;
	width: 4px;
	height: 16px;
	background: #bd9961;
	position: absolute;
	top: 22px;
	left: 0;
}

.lianzheng_a {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding: 15px 0 10px;
	border: 1px solid #e5e5e5;
}

.lianzheng_h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 40px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.lianzheng_h4:hover {
	font-weight: bold;
	color: #bd9961;
}

.lianzheng_text {
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lianzheng_time {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-align: right;
	padding: 0 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.party_wrap {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	overflow: hidden;
	background: #f5f5f5;
}

.party_left {
	max-width: 320px;
	width: 28%;
	height: auto;
	overflow: hidden;
	float: left;
}

.party_lt_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
	padding-left: 20px;
	background: #bd9961;
}

.party_item {
	width: 100%;
	height: 60px;
	display: block;
	background: #eee;
	padding: 15px 8px;
	text-align: center;
}

.party_div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0;
	overflow: hidden;
	text-align: left;
	display: flex;
}

.party_div::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	margin-top: 7px;
	border: 8px solid;
	border-color: transparent transparent transparent #bbb;
}

.party_div span {
	display: block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.party_item:hover,
.party_item.active {
	background: #fff;
}

.party_item:hover .party_div span,
.party_item.active .party_div span {
	color: #bd9961;
}

.party_item:hover .party_div::before,
.party_item.active .party_div::before {
	border-color: transparent transparent transparent #bd9961;
}



.party_right {
	width: 72%;
	height: auto;
	float: right;
	overflow: hidden;
	padding-left: 3.33%;
	padding-right: 3.33%;
	border-left: 1px solid #e5e5e5;
}

.party_pad {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 35px;
}

.right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.right_list li {
	width: 100%;
	height: auto;
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px dashed #eaeaea;
}


.pagelist {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.pagelist a,
.pagelist span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	border: 1px solid #ccc;
	padding: 0 16px;
	margin: 0 5px 5px;
	cursor: pointer;
}

.pagelist span.current {
	border: 2px solid #bd9961;
	color: #fff;
	background: #bd9961;
	line-height: 38px;
}

.news_img_list {
	width: 101.6%;
	height: auto;
	margin-left: -0.8%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}

.news_img_list li {
	width: 31.73%;
	height: auto;
	float: left;
	margin: 0 0.8% 30px;
	overflow: hidden;
}

.news_img_a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_img {
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.news_img_tit {
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.news_img_tit p {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.wrap_ban .center {
	height: 100%;
	position: relative;
}

.news_h4 {
	width: 255px;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #bd9961;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0 100px;
}

.news_left {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.news_tit {
	width: 100%;
	height: auto;
	padding: 0 0 2px;
	overflow: hidden;
}

.news_tit span {
	line-height: 24px;
	font-size: 26px;
	color: #333;
	display: block;
	float: left;
	padding-bottom: 10px;
}

.news_tit a {
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #999;
	display: block;
	/*	background:#bd9961;
	color:#fff;*/
	font-size: 14px;
	text-align: center;
	float: right;
}

.news_lt_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_lt_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.news_lt_list li:last-child {
	border-bottom: 0;
}

.news_lt_a {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_lt_img {
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.news_lt_text {
	width: 100%;
	height: 48px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_lt_time {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 10px;
}

.news_right {
	width: 72%;
	height: auto;
	padding-bottom: 30px;
	padding-left: 3.33%;
	border-left: 1px solid #e5e5e5;
	float: right;
	overflow: hidden;
}

.news_tit.border {
	position: relative;
}

.news_tit.border::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #eaeaea;
}

.news_tit.border span {
	position: relative;
}

.news_tit.border span::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #bd9961;
	z-index: 3;
}

.news_rt_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.news_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.news_list li {
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px dashed #eaeaea;
}

.file_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px 0;
}

.file_list {
	width: 102.5%;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
	margin-left: -1.25%;
}

.file_list li {
	width: 30.83%;
	height: auto;
	margin: 0 1.25% 30px;
	overflow: hidden;
	float: left;
}

.file_a {
	width: 100%;
	height: 60px;
	line-height: 40px;
	display: block;
	background: #fff;
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 90px;
	position: relative;
}

.file_div {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.file_btn {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #bd9961;
	position: absolute;
	top: 50%;
	right: 88px;
	margin-top: -15px;
}

.file_span {
	width: 21px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5.5px;
	margin-right: 5px;
}

.file_span i {
	display: none;
	width: 21px;
	height: 19px;
	background-size: cover;
}

.file_icon {
	background-image: url(../images/pdf.png);
}

.file_icon_act {
	background-image: url(../images/pdf.png);
}

.file_span i.file_icon {
	display: block;
}

.file_span i.file_icon_act {
	display: none;
}

.file_a:hover {
	background: #bd9961;
}

.file_a:hover .file_div {
	color: #fff;
}

.file_a:hover .file_span i.file_icon {
	display: none;
}

.file_a:hover .file_span i.file_icon_act {
	display: block;
}

.file_a:hover .file_btn {
	color: #fff;
}

/* 详情页 */
.detail_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0 50px;
	background: #f5f5f5;
}

.detail_nav {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.detail_nav a,
.detail_nav span {
	display: inline-block;
	vertical-align: top;
	color: #999;
}

.detail_cont {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	overflow: hidden;
}
.detail_cont *{
	width: auto !important;
}

.detail_tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.detail_tit_h4 {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
}

.detail_tit_h5 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
}

.detail_time {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	color: #999;
}

.detail_main {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.nextprev {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}

.prev_btn,
.next_btn {
	max-width: 46%;
	width: auto;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	padding-left: 75px;
}

.prev_btn {
	float: left;
}

.next_btn {
	float: right;
}

.prev_btn span,
.next_btn span {
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
}

.nextprev a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.prev_btn:hover a,
.next_btn:hover a,
.prev_btn:hover span,
.next_btn:hover span {
	color: #bd9961;
}

.zbx_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
}

.zbx_tit {
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #333;
	text-align: left;
	line-height: 26px;
	overflow: hidden;
}

.zbx_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.zbx_lt {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.zbx_lt span {
	display: none;
	width: 100%;
	height: 0;
	padding-top: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.zbx_rt {
	width: 50%;
	height: auto;
	float: right;
	overflow: hidden;
	padding: 25px 4.5% 0;
}

.zbx_rt_text {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zbx_rt_item {
	width: 100%;
	height: auto;
	display: none;
	overflow: hidden;
}

.zbx_rt_h4 {
	width: 100%;
	height: 36px;
	font-size: 20px;
	color: #333;
	line-height: 36px;
	font-weight: normal;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.zbx_rt_txt {
	font-size: 14px;
	color: #999;
	height: 120px;
	line-height: 30px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.zbx_list {
	width: 103%;
	height: auto;
	overflow: hidden;
	margin-left: -1.5%;
}

.zbx_list li {
	width: 22%;
	height: auto;
	padding: 16px 10px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	margin: 60px 1.5% 0;
	border: 1px solid transparent;
}

.zbx_icon {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.zbx_span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.zbx_list li.active {
	border: 1px dashed #bd9961;
}

.zbx_list li.active .zbx_span {
	color: #bd9961;
}

.danger_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
	padding: 30px 0;
}

.danger_lt {
	width: 50%;
	height: auto;
	padding-right: 4.5%;
	overflow: hidden;
	float: left;
}

.danger_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.danger_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #e4e4e4;
}

.danger_list li:last-child {
	border-bottom: 0;
}

.danger_rt {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
}

.danger_item {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.danger_img {
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: cener center;
}

.danger_tit {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 30px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/danger_tit_bg.png);
	background-position: bottom center;
}

.danger_tit p {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.danger_rt .swiper-button-next,
.danger_rt .swiper-button-prev {
	width: 40px;
	height: 80px;
	margin-top: -40px;
}

.danger_rt .swiper-button-prev {
	left: 0;
	background-image: url(../images/danger_left.png);
}

.danger_rt .swiper-button-next {
	right: 0;
	background-image: url(../images/danger_right.png);
}

.luntan_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 30px 0;
}

.luntan_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.luntan_lt {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.luntan_lt span {
	width: 100%;
	height: 0;
	display: block;
	padding-top: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.luntan_rt {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
	padding-left: 3.33%;
	margin-top: 10px;
}

.luntan_tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.luntan_tit h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.luntan_tit p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	display: block;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.luntan_text {
	width: 100%;
	height: 150px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.luntan_btn {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.luntan_btn a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #bd9960;
}

.zhichi_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fbf9f6;
}

.zhichi_tit {
	text-align: center;
	position: relative;
}

.item_tit.zhichi_tit a {
	position: absolute;
	float: none;
	bottom: 20px;
	right: 0;
}

.item_tit.zhichi_tit span {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.zhichi_cont {
	width: 100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.zhichi_list {
	width: 110%;
	height: auto;
	margin-left: -5%;
	overflow: hidden;
}

.zhichi_list li {
	width: 40%;
	height: auto;
	float: left;
	margin: 0 5%;
	overflow: hidden;
	border-bottom: 1px dashed #e5e5e5;
}

.zhichi_list li:last-child,
.zhichi_list li:nth-child(11) {
	border-bottom: 0;
}

.jijin_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 45px;
}

.jijin_list {
	width: 101.4%;
	height: auto;
	padding-top: 20px;
	overflow: hidden;
	margin-left: -0.7%;
}

.jijin_list li {
	width: 31.93%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0 0.7% 15px;
}

.jijin_a {
	width: 100%;
	height: auto;
	padding: 15px 25px;
	display: block;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.jijin_h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.jijin_text {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jijin_a:hover {
	border: 1px solid #bd9960;
}

.jijin_a:hover .jijin_h4 {
	color: #bd9960;
}

.infor_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 100px;
}

.infor_left {
	max-width: 255px;
	width: 22%;
	height: auto;
	overflow: hidden;
	float: left;
}

.infor_item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.infor_div {
	width: 100%;
	height: auto;
	padding: 18px 0;
	padding-left: 25px;
	padding-right: 40px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}

.infor_div::after {
	content: '';
	display: none;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #bd9961;
}

.infor_icon {
	width: 25px;
	height: 25px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.infor_icon i {
	display: block;
	width: 25px;
	height: 25px;
	background-size: cover;
	background-position: center center;
}

.infor_icon i.infor_icon_act {
	display: none;
}

.infor_tit {
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.infor_gt {
	width: 10px;
	height: 10px;
	position: absolute;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/infor_gt.png);
}

.infor_item.active {
	background: #f4f2ee;
}

.infor_item.active .infor_div::after {
	display: block;
}

.infor_item.active .infor_icon i.infor_icon {
	display: none;
}

.infor_item.active .infor_icon i.infor_icon_act {
	display: block;
}


.infor_right {
	width: 77.5%;
	height: auto;
	overflow: hidden;
	float: right;
	background: #fff;
	padding: 10px 30px;
}

.infor_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 30px;
}

.infor_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eaeaea;
}

.infor_a {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 160px;
	position: relative;
}

.infor_a h4 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.infor_text {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.infor_span {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	background: #bd9961;
	position: absolute;
	top: 40px;
	right: 20px;
	overflow: hidden;
}

.year_a {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding-right: 40px;
	position: relative;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.year_a p {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-overflow: ellipsis;
	/*表示文本超出用省略号代替*/
	white-space: nowrap;
	/*表示文本不换行；*/
	overflow: hidden;
	/*表示超出隐藏；*/
}

.year_a span {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/pdf.png);
}

.year_a:hover {
	color: #bd9961;
}

.baoxian_wrap {
	width: 100%;
	height: auto;
	padding: 80px 0;
	overflow: hidden;
}

.baoxian_wrap .center {
	overflow: visible;
}

.baoxian_img {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.baoxian_img span {
	display: block;
	width: 100%;
	height: 340px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.baoxian_right {
	width: 50%;
	height: 340px;
	overflow: visible;
	float: right;
	position: relative;
	border: 1px solid #ccc;
	padding: 30px 60px 10px 50px;
}

.baoxian_right::after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 70px;
	background: #333;
}

.baoxian_h4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.baoxian_span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}

.baoxian_text {
	height: 140px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.baoxian_a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	background: #bd9961;
	position: absolute;
	bottom: -20px;
	left: 50px;
}

.zuzhi_wrap {
	width: 100%;
	height: auto;
	padding: 60px 0;
	overflow: hidden;
}

.zuzhi_tit {
	width: 100%;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}

.zuzhi_img,
.zuzhi_img img {
	max-width: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
}


.contact_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 70px 0 100px;
}

.contact_tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.contact_p {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 30px;
}

.contact_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.contact_left,
.contact_right {
	width: 49%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
}

.contact_left {
	float: left;
}

.contact_right {
	float: right;
}

.contact_left,
.contact_right {
	width: 49%;
	height: 400px;
	overflow: hidden;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
	overflow-y: auto;
}

/* css3滚动条 */
.contact_right::-webkit-scrollbar,
.contact_left::-webkit-scrollbar {
	width: 5px;
	height: 1px;
	display: none;
}

/* 两端按钮*/
.contact_right::-webkit-scrollbar-button,
.contact_left::-webkit-scrollbar-button {
	display: none;
}

/*滚动条轨道背景颜色*/
.contact_right::-webkit-scrollbar-track-piece,
.contact_left::-webkit-scrollbar-track-piece {
	background: #fff;
	display: none;
}

/*滚动条样式*/
.contact_right::-webkit-scrollbar-thumb,
.contact_left::-webkit-scrollbar-thumb {
	background: #ff0000;
	display: none;
}




.cont_fff {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 30px 0 10px;
}

.contact_map {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/map.jpg);
	background-color: rgba(189, 153, 96, 0.6);
}

#map {
	width: 100%;
	height: 421px;
	display: block;
}

.cont_cont {
	width: 100%;
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}

.cont_left {
	width: 46.7%;
	height: auto;
	float: left;
	overflow: hidden;
}

.cont_tit {
	width: 100%;
	height: auto;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	padding-top: 20px;
}

.cont_lt_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-right: 20px;
	padding-top: 20px;
}

.cont_lt_list li {
	width: 100%;
	height: auto;
	min-height: 60px;
	padding-left: 90px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.cont_lt_span {
	width: 60px;
	height: 60px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #bd9961;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_lt_p {
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	padding: 18px 0 0;
}


.cont_right {
	width: 53.3%;
	height: auto;
	overflow: hidden;
	float: right;
	padding-left: 3.3%;
}

.cont_rt_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 20px;
}

.cont_rt_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.cont_wen,
.cont_da {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}

.cont_wen span,
.cont_da span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.cont_wen span {
	border: 1px solid #bd9961;
	background: #bd9961;
	color: #fff;
}

.cont_da span {
	border: 1px solid #999;
	background: #fff;
	color: #999;
}

.cont_went_tit,
.cont_da_tit {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
}

.cont_went_tit {
	color: #bd9961;
}

.cont_da_tit {
	color: #999;
}

.job_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 60px 0 80px;
}

.job_tit {
	width: 100%;
	height: auto;
	font-size: 0;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

.job_tit a {
	width: 116px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #333;
	border: 1px solid transparent;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 20px;
}

.job_tit a:last-child {
	margin-right: 0;
}

.job_tit a.active {
	color: #bd9961;
	border: 1px solid #bd9961;
}

.job_search {
	width: 400px;
	height: 50px;
	background: #fff;
	border: 2px solid #eee;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	padding-right: 50px;
}

.job_search input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.job_search button {
	display: block;
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/search.png);
}



.about_tit {
	width: 100%;
	height: auto;
	padding: 20px 60px;
	overflow: hidden;
	margin-top: 25px;
	background: #bd9960;
}

.about_tit span {
	display: block;
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	float: left;
}

.about_tit span:last-child {
	width: 20%;
}


.job_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.job_item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.job_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 60px;
}

.job_top_li {
	width: 20%;
	height: auto;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	float: left;
	position: relative;
	min-height: 20px;
}

.job_top_li:last-child {
	width: 20%;
	padding-right: 24px;
}

.job_icon {
	width: 24px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}

.job_icon i {
	width: 24px;
	height: 12px;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.job_icon i.job_xia {
	display: block;
	background-image: url(../images/job_xia.png);
}

.job_icon i.job_shang {
	display: none;
	background-image: url(../images/job_shang.png);
}


.job_bottom {
	width: 100%;
	height: 0;
	padding: 0 60px;
	overflow: hidden;
	transition: all 2s;
	-webkit-transition: all 2s;
	/* Safari */
}

.job_btm_tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.job_btm_tit span {
	display: block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	float: left;
}

.job_btm_tit span:last-child {
	text-align: right;
}

.job_btm_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}

.job_btm_text {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.job_btm_div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.job_btm_btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: block;
	background: #bd9961;
	text-align: center;
}

.job_btm_list {
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

.job_btm_li {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 45px;
	position: relative;
	float: left;
	margin-right: 50px;
}

.job_btm_li:last-child {
	margin-right: 0;
}


.job_btm_li span {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.job_item.active .job_bottom {
	height: auto;
}

.job_item.active .job_icon i.job_xia {
	display: none;
}

.job_item.active .job_icon i.job_shang {
	display: block;
}

.yuanjing_wrap {
	width: 100%;
	height: auto;
	padding: 80px 0;
	overflow: hidden;
}

.yuanjing_cont {
	width: 100%;
	height: auto;
	padding: 0 5%;
	overflow: hidden;
	position: relative;
}

.yuanjing_img {
	width: 50%;
	height: auto;
	overflow: hidden;
}

.yuanjing_img img {
	width: 100%;
}

.yuanjing_text {
	width: 50%;
	height: 320px;
	padding: 60px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -160px;
	z-index: 3;
}

.yj_tit {
	width: 100%;
	height: auto;
	font-size: 26px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

.yj_text {
	width: 100%;
	height: auto;
	max-height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.yj_btn {
	width: 140px;
	height: 40px;
	padding-right: 20px;
	position: absolute;
	bottom: 30px;
	left: -20px;
	background: #bd9961;
}

.yj_btn span {
	width: 100%;
	height: 40px;
	display: block;
	background-size: 50px 14px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../images/yj_btn.png);
}

/*新增样式开始*/

.shiming_wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 50px 0 80px;
	overflow: hidden;
	position: relative;
	background-size: 1200px 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/shiming_bg.png);
}

.shiming_wrap:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(95, 80, 60, 0.5);
}

.shiming_wrap .center {
	position: relative;
	z-index: 5;
}

.shiming_tit {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.shiming_pad {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	padding: 0 6.5%;
	position: relative;
	margin-top: 70px;
}

.shiming_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.shiming_list li {
	width: 100%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	padding-left: 60px;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.shiming_div {
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	padding: 5px 0;
	font-size: 20px;
	color: #fff;
}

.fangpian {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/fangpian.png);
}

.leader_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 200px;
}

.leader_title {
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.leader_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

.leader_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}

.leader_pad {
	width: 100%;
	height: auto;
	min-height: 210px;
	overflow: hidden;
	padding-left: 34px;
	position: relative;
	box-sizing: border-box;
	display:flex;
}

.leader_img {
	width: 176px;
	height: 210px;
	display: block;
	z-index: 3;
	overflow: hidden;
	margin-right: 20px;
}

.leader_img img {
	width: 176px;
	height: auto;
	display: block;
	overflow: hidden;
	transition: transform 1s;
}

.leader_cont {
	width: 100%;
	min-height: 120px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #bbbbba;
	flex: 1;
}

.leader_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
}

.leader_text {
	width: 100%;
	height: auto;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.leader_edit{
max-height: 210px;
overflow-y: scroll;
}
.leader_edit::-webkit-scrollbar-track{
background: #f5f5f5;
}
.leader_edit::-webkit-scrollbar{
width: 4px;
}
.leader_edit::-webkit-scrollbar-thumb{
background: #fff;
}

.leader_list li:hover .leader_cont .leader_tit,
.leader_list li:hover .leader_cont .leader_text {
	color: #bd9961;
}

.leader_list li:hover .leader_img img {
	transform: scale(1.05, 1.05);
}

/*新增样式结束*/

/*.shiming_wrap{
	width:100%;
	height:auto;
	padding:50px 0;
	overflow:hidden;
	background:#fbf9f6;
}

.shiming_tit{
	width:100%;
	height:auto;
	line-height:50px;
	font-size:26px;
	color:#333;
	text-align:center;
}
.shiming_pad{
	width:100%;
	height:auto;
	line-height:30px;
	font-size:14px;
	color:#666;
	overflow:hidden;
	padding:0 12.5%;
	position:relative;
	text-align:center;
	margin-top:30px;
}*/
.yinhao_lt,
.yinhao_rt {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-size: cover;
	background-repeat: no-repeat;
}

.yinhao_lt {
	left: 0;
	background-image: url(../images/yinhao_lt.png);
}

.yinhao_rt {
	right: 0;
	background-image: url(../images/yinhao_rt.png);
}

.hexin_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
}

.hexin_opac {
	width: 100%;
	height: auto;
	min-height: 294px;
	padding: 50px 0 0;
	margin-top: 40px;
	display: block;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/hexin_bg.png);
}

.hexin_opac span {
	display: inline-block;
	vertical-align: top;
	font-size: 80px;
	color: #333;
	font-weight: bold;
	margin: 0 60px;
}



.jingying_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 70px;
}

.jingying_wrap .center {
	position: relative;
	overflow: visible;
}

.jingying_left {
	width: 77%;
	height: auto;
	min-height: 415px;
	display: block;
	padding: 80px 60px;
	padding-right: 34%;
	background: #f7f7f7;
}

.jingying_tit {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 26px;
	color: #333;
	overflow: hidden;
}

.jingying_text {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 30px;
}

.jingying_right {
	width: 50%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.jingying_right span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}





.tousu_div {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 20px;
	margin-top: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.tousu_img {
	min-width: 400px;
	width: auto;
	height: auto;
	overflow: hidden;
}

.tousu_img img {
	max-width: 100%;
	min-width: 400px;
	display: block;
	margin: 0 auto;
}

.tousu_box {
	width: auto;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-right: 20px;
}

.cont_tit1 {
	width: 100%;
	height: auto;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	margin-bottom: 15px;
}


.contact_left,
.contact_map {
	width: 50%;
	float: left;
}

.contact_left {
	min-height: 400px;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/cont_bg.jpg);
	background-color: rgba(189, 153, 96, 0.6);
}

.contact_map {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 400px;
	display: block;
}

@media only screen and (max-width:768px) {
	.tousu_div {
		flex-direction: column;
	}

	.tousu_img,
	.tousu_img img {
		min-width: 100%;
	}
}
