﻿/* 全局样式 */
@font-face {
  font-family: 'yt';
  src: url('../fonts/yt.ttf');
  src: url('../fonts/yt.eot?#font-spider') format('embedded-opentype'), url('../fonts/yt.woff') format('woff'), url('../fonts/yt.ttf') format('truetype'), url('../fonts/yt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: '微软雅黑', 'microsoft yahei';
	background: #fff;
}

body>div {
	margin-right: auto;
	margin-left: auto
}

div,
form,
ul,
ol,
li,
dl,
dt,
dd,
span,
p,
img,
a img,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px
}

ul,
ol,
li {
	list-style: none
}

em {
	font-style: normal
}

.mauto {
	margin: 0 auto
}


/*居中*/

.left {
	float: left
}


/*左浮动*/

.right {
	float: right
}


/*右浮动*/

.clear {
	clear: both;
	font-size: 1px;
	visibility: hidden
}


/*清除浮动*/

.textr {
	text-align: right
}

.textl {
	text-align: left
}

.textc {
	text-align: center
}

a {
	text-decoration: none;
	color: #454545;
}

a:hover {
	text-decoration: none;
	color: #1e89e0;
}

.w1200 {
	width: 1200px;
}


/* 头部  */

.header {
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header .logo {
	width: 298px;
	height: 60px;
	padding-top: 24px;
}

.header .logo img {
	width: 100%;
}

.header .mobile_key {
	display: none;
	width: 18px;
	height: 18px;
	background: url('../images/p-menu.png') 0 0 no-repeat;
	background-size: 100%;
}

.header .search {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	margin-top: 45px;
	background: url(../images/search_icon.png) 50% 50% no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
}

.header .search.close {
	background: url(../images/close_icon.png) 50% 50% no-repeat !important;
}

.header .search_block {
	width: 100%;
	position: relative;
}

.header .search_block .search_box {
	width: 460px;
	padding: 10px 0;
	position: absolute;
	visibility: hidden;
	bottom: -180px;
	right: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-0-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header .search_block .search_box input {
	background: none;
	border: none;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	line-height: 40px;
	width: 90%;
	height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff !important;
	float: left;
}

.header .search_block .search_box input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.header .search_block .search_box input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

.header .search_block .search_box input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.header .search_block .search_box a {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 20px;
	cursor: pointer;
}

.header .search_block .search_box a img {
	width: 100%;
	display: block;
}

.header .search_block .search_box.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


/* 导航 */

.navigation {
	width: 750px;
	height: 110px;
}

.nav {
	height: 100%;
	line-height: 105px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.nav a {
	color: #333;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	width: 13%;
	text-align: center;
}

.nav .nLi h3 {
	width: 100%;
}

.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	width: 100%;
}

.nav .sub {
	display: none;
	width: 700%;
	left: 0;
	top: 110px;
	position: absolute;
	line-height: 50px;
}

.nav .sub li {
	zoom: 1;
	float: left;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
}

.nav .sub a:hover {
	color: #fff;
	text-decoration: underline;
}

.nav .on h3 a {
	color: #1e89e0;
	border-bottom: 5px #1e89e0 solid;
}

.nav .nLi .show {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 0px;
	position: fixed;
	top: 110;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.nav .nLi:hover .show {
	opacity: 1;
	height: 50px;
}

.h110 {
	height: 110px;
}


/* 首页bnner */

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 50%;
	bottom: 8px;
	z-index: 1;
	margin-right: -34px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

.slideBox .hd ul li.on {
	background: #1e89e0;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position:relative;
}

.slideBox .bd img {
	width: 100%;
	-webkit-transition: 2s;
}

.slideBox .bd .bd2 img {
	-webkit-transform: scale(1.4);
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.phone_navigation {
	display: none;
}


/* 新闻中心 */

.home_news {
	padding: 30px 0;
}

.home_news .title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.home_news .title h3 a {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	padding-bottom: 20px;
	display: block;
}

.home_news .title span {
	width: 60px;
	height: 5px;
	background: #000;
	display: block;
	margin: auto;
}

.home_news .newsL {
	width: 30%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.home_news .newsL .pic {
	width: 100%;
	height: 256px;
	display: block;
	overflow: hidden;
	position: relative;
}

.home_news .newsL img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 2s;
}

.home_news .newsL h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 20px 0px 6px 0px;
	line-height: 24px;
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home_news .newsL p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home_news .newsL:hover img {
	-webkit-transform: scale(1.2);
}

.home_news .newsL:hover h3 {
	color: #1e89e0;
}

.home_news .newsR {
	width: 68%;
}

.home_news .slideTxtBox {
	width: 100%;
	text-align: left;
}

.home_news .slideTxtBox .hd {
	position: relative;
}

.home_news .slideTxtBox .hd ul li {
	width: 33.33%;
	float: left;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #dedddd;
	margin-left: -1px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	position: relative;
	font-weight: 700;
}

.home_news .slideTxtBox .hd ul li.on {
	background: #1e89e0;
}

.home_news .slideTxtBox .hd ul li.on a {
	color: #fff;
}

.home_news .slideTxtBox .bd ul {
	width: 100%;
}

.home_news .slideTxtBox .bd li {
	padding: 18px 0;
	border-bottom: 1px solid #e0dfdf;
	height: 57px;
}

.home_news .slideTxtBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px 0 127px;
	position: relative;
}

.home_news .slideTxtBox .bd li .date {
	width: 96px;
	height: 54px;
	padding: 3px 1px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	border-right: 1px solid #ddd;
}

.home_news .slideTxtBox .bd li .date em {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 32px;
	color: #0076ab;
	font-weight: bold;
}

.home_news .slideTxtBox .bd li .date span {
	display: block;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #888888;
}

.home_news .slideTxtBox .bd li .text {
	width: 100%;
}

.home_news .slideTxtBox .bd li .text h5 {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	position: relative;
}

.home_news .slideTxtBox .bd li .text p {
	font-size: 14px;
	color: #888888;
	line-height: 27px;
}

.tran300 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_news .slideTxtBox .bd li a .text h5:before {
	content: "";
	width: 0;
	height: 2px;
	background: #0076ab;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.home_news .slideTxtBox .bd li a:hover .text h5 {
	padding-left: 20px;
	color: #1e89e0;
}

.home_news .slideTxtBox .bd li a:hover .text h5:before {
	width: 12px;
}

@media screen and (max-width: 1080px) {
	.w1200 {
		width: 100%;
	}
	.container {
		padding: 0 20px;
	}
	.header {
		height: 60px;
	}
	.header .logo {
		width: 180px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.h110 {
		height: 60px;
	}
	.header .search {
		margin-top: 22px;
		margin-right: 18px;
	}
	.header .search_block .search_box {
		width: 80%;
		bottom: -130px;
		right: 20px;
	}
	.navigation {
		display: none;
	}
	.header .mobile_key {
		display: block;
		margin-top: 22px;
		margin-right: 20px;
	}
	.phone_navigation {
		display: block;
		/*width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;*/
	}
	.phone_navigation.show nav {
		visibility: visible;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.phone_navigation nav {
		width: 40%;
		height: 100%;
		visibility: hidden;
		box-sizing: border-box;
		background: #333;
		position: fixed;
		top: 0;
		left: 0%;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow: hidden;
		z-index: 1200;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-0-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.phone_navigation nav ul {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-0-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.phone_navigation nav .mm-opend {
		left: 0;
	}
	.phone_navigation nav .mm-sopend {
		left: -100%;
	}
	.phone_navigation nav ul.fix_nav li {
		border-bottom: 2px solid #292929;
		position: relative;
	}
	.phone_navigation nav ul.fix_nav li a {
		display: block;
		padding: 18px;
		font-size: 18px;
		color: #ababab;
		background: #333;
		text-decoration: none;
		font-weight: initial;
	}
	.phone_navigation nav ul.fix_nav li span.mm-subopen {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 10px;
		width: 10px;
		height: 100%;
		padding: 0;
		background: url('../images/p-arrow.png') 50% 50% no-repeat;
		background-size: 8px;
	}
	.phone_navigation nav ul.sub_nav li {
		border-bottom: 2px solid #292929;
		position: relative;
	}
	.phone_navigation nav ul.sub_nav li a {
		display: block;
		padding: 18px;
		font-size: 18px;
		color: #ababab;
		text-decoration: none;
		font-weight: initial;
	}
	.phone_navigation nav ul.sub_nav li a.mm-subclose {
		position: relative;
		padding-left: 30px;
		color: #6c6c6c;
	}
	.phone_navigation nav ul.sub_nav li a.mm-subclose span {
		content: '';
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 10px;
		margin-top: -15px;
		width: 16px;
		height: 30px;
		padding: 0;
		background: url('../images/p-arrow2.png') 50% 50% no-repeat;
		background-size: 10px;
	}
	.home_news .title h3 a {
		font-size: 26px;
	}
	.home_news .newsL {
		width: 100%;
		margin-bottom: 20px;
	}
	.home_news .newsR {
		width: 100%;
	}
	.home_news .slideTxtBox .hd ul li {
		font-size: 12px;
	}
	.home_news .slideTxtBox .bd li a {
		padding: 0 0 0 94px;
	}
	.home_news .slideTxtBox .bd li .date {
		left: 0;
		width: 76px;
	}
}

@media screen and (max-width: 480px) {
	.phone_navigation nav {
		width: 50%;
	}
}


/* 业务领域  */

.home_center {
	width: 100%;
	height: 720px;
	padding: 5% 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../images/center_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
}

.home_center .title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.home_center .title h3 a {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
	display: block;
}

.home_center .title span {
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: auto;
}

.home_center .clearfix {
	width: 100%;
	margin-top: 16%;
}

.home_center .clearfix li {
	width: 14.285%;
	height: 100%;
	text-align: center;
	float: left;
}

.home_center .clearfix li a {
	display: block;
}

.home_center .clearfix li h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 60px;
}

.home_center .clearfix li img {
	-webkit-transition: 0.5s;
}

.home_center .clearfix li:hover img {
	-webkit-transform: scale(1.1);
}

@media screen and (max-width: 1080px) {
	.home_center {
		padding: 15% 0;
		height: auto;
	}
	.home_center .clearfix li {
		width: 33.3333%;
		height: 100%;
		text-align: center;
		float: left;
	}
	.home_center .clearfix li h4 {
		font-size: 14px;
		color: #fff;
		font-weight: 700;
		line-height: 60px;
	}
	.home_center .clearfix li img {
		height: 60px;
		width: auto;
	}
}


/* 党群建设 */

.home_add_bg {
	width: 100%;
	background: url(../images/intro_cont4.png) 0 0 no-repeat;
	background-size: cover;
}

.home_strategy {
	width: 100%;
	padding: 40px 0 40px 0;
	position: relative;
}

.home_strategy .home_add {
	margin: 0 -8px;
}

.home_strategy .home_add li {
	width: 33.33%;
	height: auto;
	float: left;
	text-align: center;
}

.home_strategy .home_add li a {
	margin: 8px;
	display: block;
	position: relative;
	overflow: hidden;
}

.home_strategy .home_add li img {
	width: 100%;
}

.home_strategy .home_add li h4.tit {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.home_strategy .home_add li:hover {
	box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}

.home_strategy .home_add li:hover h4.tit {
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	opacity: 0;
}

.home_strategy .home_add li:hover .text_block {
	-webkit-transform: translate3d(0%, 0px, 0px);
	-moz-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px);
	left: 0;
	top: 0;
}

.home_strategy .home_add li .text_block {
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30, 137, 224, 0.6);
	padding: 10%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	z-index: 100;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-0-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.home_strategy .home_add li .text_block h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
}

.home_strategy .home_add li .text_block p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.home_strategy .home_add li .text_block span {
	line-height: 40px;
	display: inline-table;
	vertical-align: middle;
	height: 40px;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
}

.home_strategy .home_add li .text_block img {
	width: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

.home_strategy .home_add li .text_block p.wxh {
	width: 100%;
	text-align: center;
}

.home_strategy .home_add li .text_block p.wxh img {
	width: 80px !important;
	height: auto;
	padding-top: 20px;
}

@media screen and (max-width: 1080px) {
	.home_strategy .home_add li h4.tit {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {
	.home_strategy .home_add li {
		width: 100%;
	}
	.home_strategy .hd {
		height: 15px;
		overflow: hidden;
		position: absolute;
		right: 20px;
		bottom: 80px;
		z-index: 1;
	}
	.home_strategy .hd ul {
		overflow: hidden;
		zoom: 1;
		float: left;
	}
	.home_strategy .hd ul li {
		float: left;
		margin-right: 5px;
		width: 12px;
		height: 12px;
		line-height: 14px;
		text-align: center;
		background: #fff;
		cursor: pointer;
		border-radius: 100%;
	}
	.home_strategy .hd ul li.on {
		background: #1e89e0;
		color: #fff;
	}
}


/* 友情链接 */

.home_link {
	width: 100%;
	padding-bottom: 30px;
}

.home_link h4 {
	font-size: 24px;
	color: #333;
	line-height: 84px;
}

.home_link li {
	width: 11.11%;
	float: left;
}

.home_link ul {
	margin: -5px;
}

.home_link li a {
	padding: 5px;
	display: block;
}

.home_link li a div {
	border: 1px #ddd solid;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.home_link li a div img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: 0.5s
}

.home_link li:hover a div img {
	-webkit-transform: scale(1.1);
}

.home_link li:hover div {
	border: 1px solid #1e89e0;
}

@media screen and (max-width: 1080px) {
	.home_link li {
		width: 33.33%;
	}
}



/* 页面尾部 */

.footer {
	width: 100%;
	background: #222;
	line-height: 24px;
	text-align: center;
	padding: 40px 0;
	color: #fefefe;
}

.footer a {
	color: #fff;
	margin: 0 10px;
}

.footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
	.footer p {
		width: 100%;
		text-align: center;
	}
	.footer a {
		display: block;
	}
}


/* 新闻中心 */

.nbanner1 {
	width: 100%;
}

.nbanner1bg {
	position: relative;
	height: 300px;
}

.nbanner1 .nbannerh4 h4 {
	background: rgba(30, 137, 224, 0.8);
	font-size: 36px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 108px;
	float: left;
	padding: 10px 26px;
	font-weight: 700;
}

@media screen and (max-width: 1080px) {
	.nbanner1bg {
		height: 240px;
	}
	.nbanner1 .nbannerh4 h4 {
		top: 90px;
		font-size: 28;
	}
}

@media screen and (max-width: 480px) {
	.nbanner1bg {
		height: 120px;
	}
	.nbanner1 .nbannerh4 h4 {
		top: 37px;
		font-size: 20px;
	}
}

.nav_wrapper {
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #ddd;
}

.nav_wrapper li {
	float: left;
}

.nav_wrapper li a {
	display: block;
	padding: 0 30px;
	line-height: 64px;
	font-size: 16px;
	font-weight: 700;
}

.nav_wrapper li.active a {
	background: #1e89e0;
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.nav_wrapper {
		display: none;
	}
}


/* 列表页 */

.news_wrapper {
	width: 100%;
	background: url(../images/intro_cont4.png) 0 0 no-repeat;
	background-size: cover;
	padding: 30px 0 30px 0;
}

.news_wrapper .new_list {
	width: 70%;
}

.news_wrapper .new_list ul.new_ul {
	width: 100%;
	list-style: none;
}

.news_wrapper .new_list ul.new_ul li {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.news_wrapper .new_list ul.new_ul li a {
	display: block;
	padding: 20px;
	border: 1px solid #ddd;
}


/*.news_wrapper .new_list .new_ul_liL {
	width: 60%;
}*/

.news_wrapper .new_list .new_ul_liL span {
	font-size: 18px;
	color: #999999;
	margin-top: 0;
	line-height: inherit;
}

.news_wrapper .new_list .new_ul_liL h3 {
	height: 48px;
	font-size: 18px;
	color: #111111;
	margin-top: 20px;
	font-weight: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_list ul.new_ul li:hover h3 {
	color: #1e89e0;
}

.news_wrapper .new_list .new_ul_liL p {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_wrapper .new_list img {
	width: 300px;
	height: 200px;
	float: right;
	margin-left: 20px;
}

.new_list ul.new_ul li:hover a {
	border: 1px solid #a1d4fe;
	-moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
	box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
}

.news_wrapper .new_list ul.new_ul li:hover h4 {
	color: #a48254;
}

.news_wrapper .search_block_r {
	width: 28%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.news_wrapper .search_block_r h4 {
	font-size: 26px;
	color: #1e89e0;
	font-weight: 700;
	margin-bottom: 6px;
}

.news_wrapper .search_block_r .input_box {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin: 13px 0;
	position: relative;
}

.news_wrapper .search_block_r .input_box input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #333333;
	padding: 0 20px 0 14px;
	box-sizing: border-box;
	border: 0 none;
	resize: none;
	outline: none;
	/*清除选中效果的默认蓝色边框 */
	-webkit-appearance: none;
	/*清除浏览器默认的样式 */
	line-height: normal;
	background: #f1f1f1;
	cursor: pointer;
}

.news_wrapper .search_block_r .input_box input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333333;
	font-size: 16px;
}

.news_wrapper .search_block_r .input_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333333;
	font-size: 16px;
}

.news_wrapper .search_block_r .input_box input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333333;
	font-size: 16px;
}

.news_wrapper .search_block_r .input_box .arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #1e89e0 url('../images/arrow.png') 50% 50% no-repeat;
	background-size: 17px 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.news_wrapper .search_block_r .input_box ul {
	width: 100%;
	height: 300px;
	overflow: scroll;
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	background: #f1f1f1;
}

.news_wrapper .search_block_r .input_box ul li {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-0-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	cursor: pointer;
}

.news_wrapper .search_block_r .input_box ul li:hover {
	background: #1e89e0;
	color: #fff;
}

.news_wrapper .search_block_r .serch_btn {
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	background: #1e89e0;
	border: 1px solid #1e89e0;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-0-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.news_wrapper .search_block_r .serch_btn:hover {
	background: #fff;
	border: 1px solid #1e89e0;
	color: #1e89e0;
}


/* 翻页 */

.pagination {
	list-style: none;
	margin: 0px 0 30px 0;
}

.pagination li {
	width: 65px;
	height: 50px;
	display: inline-block;
	float: left;
}

.pagination li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
	background: #eaeaea;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.pagination li.active a {
	background: #1e89e0;
	color: #fff;
}

.pagination li:hover a {
	background: #1e89e0;
	color: #fff;
}

.pagination li.next {
	width: 110px;
}

.pagination li.prev {
	margin-left: 20px;
}

.pagination li.more {
	width: 80px;
}

@media screen and (max-width: 1080px) {
	.news_wrapper .search_block_r {
		width: 100%;
	}
	.news_wrapper .new_list {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.news_wrapper .new_list ul.new_ul li {
		height: auto;
	}
	.news_wrapper .new_list .new_ul_liL {
		width: 100%;
	}
	.news_wrapper .new_list .new_ul_liR {
		width: 100%;
		padding-top: 20px;
	}
	.pagination .page,
	.pagination .last {
		display: none;
	}
	.footer {
		padding: 20px 0;
	}
	.news_wrapper {
		padding: 30px 0;
	}
}


/* 媒体报道 */

.new_media_list {
	width: 100%;
}

.new_media_list .new_media_ul {
	margin: 0 -10px;
}

.new_media_list .new_media_ul li {
	width: 33.33%;
	float: left;
}

.new_media_list .new_media_ul li a {
	margin: 10px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #FFFFFF;
}

.new_media_list .new_media_ul li .new_ul_liR {
	width: 100%;
	height: 185px;
}

.new_media_list .new_media_ul li .new_ul_liR img {
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
}

.new_media_list .new_media_ul li .new_ul_liL {
	padding: 20px 18px;
}

.new_media_list .new_media_ul li .new_ul_liL h3 {
	width: 100%;
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: initial;
	height: 24px;
	line-height: 24px;
}

.new_media_list .new_media_ul li .new_ul_liL p {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #424242;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_media_list .new_media_ul li .new_ul_liL span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #424242;
	margin: 20px 0;
}

.new_media_list .new_media_ul li .new_ul_liL .btn {
	color: #1e89e0;
	position: relative;
	padding-left: 40px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.new_media_list .new_media_ul li .new_ul_liL i {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #1e89e0;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	bottom: -4px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.new_media_list .new_media_ul li:hover a {
	border: 1px solid #a1d4fe;
	-moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
	box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
}

.new_media_list .new_media_ul li:hover h3 {
	color: #1e89e0;
}

@media screen and (max-width: 1080px) {
	.new_media_list .new_media_ul li {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 480px) {
	.new_media_list .new_media_ul li {
		width: 100%;
		float: left;
	}
}


/*集团概况*/

.group_con {
	color: #333;
	line-height: 30px;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.group_con {
		font-size: 16px;
	}
}

.tab_list {
	width: 380px;
	background: #f1f1f1;
	margin: 0 auto 30px;
	border-radius: 8px;
}

.tab_list ul {
	width: 100%;
	height: 65px;
}

.tab_list ul li {
	width: 50%;
	height: 100%;
	font-size: 20px;
	color: #999999;
	line-height: 65px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.tab_list ul li a {
	display: block;
}

.tab_list ul li.active {
	position: relative;
	color: #feffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#74bffb), to(#208be0));
	background: -webkit-linear-gradient(left, #74bffb, #208be0);
	border-radius: 8px;
}

.tab_list ul li.active:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #4aa4ee;
}

.tab_list ul li.active a {
	color: #fff;
}

@media screen and (max-width: 480px) {
	.tab_list {
		width: 100%;
		background: #f1f1f1;
		margin: 0 auto 30px;
		border-radius: 8px;
	}
	.tab_list ul {
		height: 40px;
	}
	.tab_list ul li {
		font-size: 14px;
		color: #999999;
		line-height: 40px;
		text-align: center;
		float: left;
		cursor: pointer;
	}
}

.tab_box {
	padding: 10px 24px 24px;
	border: 1px solid #ddd;
	background: #fff;
}

.tab_box ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.tab_box ul li span {
	color: #1e89e0;
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	line-height: 24px;
	min-width: 80px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.tab_box {
		padding: 10px 18px 18px;
	}
	.tab_box ul li {
		padding: 10px 0;
		font-size: 14px;
	}
	.tab_box ul li span {
		font-size: 16px;
		min-width: 60px;
	}
}

.tab_box img,
.group_con {
	max-width: 100%;
}

.group_conL {
	width: 500px;
}

.group_conr img {
	width: 684px;
	height: 485px;
}

@media screen and (max-width: 1080px) {
	.group_conL {
		width: 100%;
	}
	.group_conr {
		width: 100%;
	}
	.group_conr img {
		width: 100%;
		height: auto;
	}
}


/* 新闻中心内容页 */

.news_wrapper .news_detail {
	width: 62%;
	padding: 20px 0;
	padding-top: 0;
	box-sizing: border-box;
}

.news_wrapper .news_detail h4 {
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	font-weight: initial;
}

.news_wrapper .news_detail h5 {
	font-size: 22px;
	color: #000000;
	line-height: 40px;
	font-weight: initial;
}

.news_wrapper .news_detail .handle {
	width: 100%;
	padding: 2px 0;
	box-sizing: border-box;
	border-left: 1px solid #aaaaaa;
	margin-top: 20px;
}

.news_wrapper .news_detail .handle ul {
	list-style: none;
}

.news_wrapper .news_detail .handle ul.author {
	margin-top: 18px;
}

.news_wrapper .news_detail .handle ul li {
	font-size: 14px;
	float: left;
	color: #999999;
	padding: 0 14px;
	line-height: 12px;
	font-weight: 400;
}

.news_wrapper .news_detail .handle ul.author li {
	border-right: 1px solid #aaaaaa;
}

.news_wrapper .news_detail .handle ul.author .border0 {
	border: none;
}

.news_wrapper .news_detail .text_cont {
	margin-top: 10px;
}

.news_wrapper .news_detail .text_cont img {
	max-width:100%;
	border: 1px solid #ddd;
    box-shadow: 5px 5px 10px #ccc;
}

.news_wrapper .news_detail .text_cont p {
	font-size: 16px;
	color: #333333;
	margin: 15px 0;
	line-height: 30px;
	text-justify: distribute-all-lines;
	text-align: justify;
}

.news_wrapper .news_detail .text_cont h1,h2 {
	font-weight: bold;
}

.news_wrapper .news_next_block {
	width: 32%;
	box-sizing: border-box;
}

.news_wrapper .news_next_block h4 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	color: #333333;
	background: #f2f1f1;
	text-align: center;
}

.news_wrapper .news_next_block ul {
	width: 100%;
}

.news_wrapper .news_next_block ul li {
	padding: 15px 0 0 0;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.news_wrapper .news_next_block . li a {
	display: block;
	width: 100%;
	height: auto;
}

.news_wrapper .news_next_block ul li .news_next_block_div {
	width: 70px;
	height: 70px;
	border: 1px solid #e5e5e5;
	text-align: center;
	float: left;
}

.news_wrapper .news_next_block ul li .news_next_block_div p.day {
	font-size: 28px;
	color: #1e89e0;
	margin-top: 10px;
	line-height: 22px;
}

.news_wrapper .news_next_block ul li .news_next_block_div p {
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 15px;
	margin-top: 10px;
}

.news_wrapper .news_next_block ul li h5 {
	display: inline-block;
	width: 280px;
	height: 50px;
	float: right;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	line-height: 25px;
	padding-right: 10px;
}

.news_wrapper .news_next_block ul li:hover {
	box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
	z-index: 100;
	background-color: #fff;
	transform: scale(1.06);
	border: 1px solid #fff;
}

@media screen and (max-width: 1080px) {
	.news_wrapper .news_detail {
		width: 100%;
		padding: 10px 0;
		padding-top: 0;
		box-sizing: border-box;
	}
	.news_next_block {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.news_wrapper .news_detail .handle ul li {
		padding: 0 8px;
		line-height: 25px;
	}
	.news_wrapper .news_detail .handle ul.author {
		margin-top: 0;
	}
	.news_wrapper .news_detail .text_cont p {
		font-size: 14px;
		margin: 5px 0;
	}
}

.new_subnav_4li ul li {
	width: 25%;
}

.news_wrapper .new_list .job_ul {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: none;
	padding-bottom: 20px;
	background: #fff;
}

.news_wrapper .new_list .job_ul .list_title {
	width: 100%;
	height: 64px;
	border-top: 4px solid #1e89e0;
	background: #f1f1f1;
	box-sizing: border-box;
	border-bottom: 0;
}

.news_wrapper .new_list .job_ul li {
	display: table;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.news_wrapper .new_list .job_ul li a {
	display: table;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

.news_wrapper .new_list .job_ul .list_title span {
	padding: 0;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	border-bottom: 0;
	width: 20%;
	display: block;
	float: left;
	text-align: center;
}

.news_wrapper .new_list .job_ul span.job_u_span {
	width: 40%;
}

.news_wrapper .new_list .job_ul li span {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	height: 100%;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px dashed #d9cdbd;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.news_wrapper .new_list .job_ul li a:hover span {
	color: #1e89e0;
}

@media screen and (max-width: 480px) {
	.news_wrapper .new_list .job_ul .list_title span {
		font-size: 14px;
	}
	.news_wrapper .new_list .job_ul span.job_u_span {
		width: 40%;
	}
	.news_wrapper .new_list .job_ul li {
		padding: 0;
	}
}

.hr_detail_content {
	padding: 28px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 4px solid #1e89e0;
}

.hr_detail_content .detail_header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.hr_detail_content .detail_header h4 {
	font-size: 28px;
	color: #1e89e0;
}

.hr_detail_content .detail_header span.date {
	margin-left: 30px;
}

.hr_detail_content .detail_header span {
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 50px;
}

.hr_detail_content .content {
	width: 100%;
	padding: 0 20px;
	padding-top: 15px;
	box-sizing: border-box;
}

.hr_detail_content .content .text_block p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin: 15px 0;
}


/* 业务领域 */

.bussiness_wrapper .tab_content ul li {
	width: 100%;
	height: 270px;
	margin-bottom: 40px;
	background: #fff;
	-moz-box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
	-webkit-box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
	box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.bussiness_wrapper .tab_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.bussiness_wrapper .tab_content ul li .img_box {
	width: 380px;
	height: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	display: block;
}

.bussiness_wrapper .tab_content ul li .img_box img {
	width: 100%;
	display: block;
	height:270px;
}

.bussiness_wrapper .tab_content ul li .text_block {
	width: 820px;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	display: block;
}

.bussiness_wrapper .tab_content ul li .text_block .tit h4 {
	display: inline-block;
	font-size: 32px;
	color: #1e89e0;
	font-weight: 700;
}

.bussiness_wrapper .tab_content ul li .text_block p {
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
    text-align: justify;
}

.bussiness_wrapper .tab_content ul li .hide_text {
	width: 100%;
	height: 270px;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30, 137, 224, 0.8);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-0-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.bussiness_wrapper .tab_content ul li:hover .hide_text {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (max-width: 1080px) {
	.bussiness_wrapper .tab_content ul li {
		height: auto;
	}
	.bussiness_wrapper .tab_content ul li .img_box {
		display: none;
	}
	.bussiness_wrapper .tab_content ul li .text_block {
		width: 100%;
		padding: 20px;
	}
	.bussiness_wrapper .tab_content ul li .text_block .tit h4 {
		font-size: 22px;
	}
	.bussiness_wrapper .tab_content ul li .text_block p {
		font-size: 14px;
	}
}

.bussiness_wrapper_con {
	border: 1px solid #ddd;
	padding: 30px;
	background: #fff;
}

.bussiness_wrapper_con h4 {
	font-size: 28px;
	color: #1e89e0;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.bussiness_wrapper_con .text_cont {
	padding-top: 30px;
}
.bussiness_wrapper_con .text_cont  img{
                width: 100%;
}
.bussiness_wrapper_con .text_cont p {
	font-size: 16px;
	color: #333333;
	margin: 15px 0;
	line-height: 30px;
}

@media screen and (max-width: 480px) {
	.bussiness_wrapper_con {
		padding: 10px;
	}
	.bussiness_wrapper_con h4 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.bussiness_wrapper_con .text_cont {
		padding-top: 10px;
	}
}
/* 党群建设 */
.party_wrapper .new_list{
	width: 100%;
}
.party_wrapper .new_list ul.new_ul li{
	width: 33.33%;
	float: left;
}
.party_wrapper .new_list ul.new_ul{
	margin: 0 -10px;
}
.party_wrapper .new_list ul.new_ul li a {
    display: block;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px ;
    position: relative;
    height: 220px;
    margin:0 10px;
    overflow: hidden;
}
.party_wrapper .new_list img {
    width: 100%;
    height: 100%;
    float: right;
    margin-left: 0px;
    border-radius: 8px;
    -webkit-transition: 2s;
}
.party_wrapper .party_wrapper_txt{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    top: 180px;
    left: 0;
    background: rgba(30, 137, 224, 0.8);
    color: #fff;
    text-align: center;
}
.party_wrapper .new_list li:hover img{
	-webkit-transform:scale(1.2)
}
@media screen and (max-width: 1080px) {
	.party_wrapper .new_list ul.new_ul li{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.party_wrapper .new_list ul.new_ul li{
		width: 100%;
	}
	.party_wrapper .new_list ul.new_ul{
	margin: 0;
	}
	.party_wrapper .new_list ul.new_ul li a {
		margin: 0px;
	}
}
/* 联系我们 */
.contact_wrapper .job_ul {
    border: 1px solid #ddd;
    background: #fff;
    margin-top: -1px;
}
.contact_wrapper .job_ul .list_title {
    width: 100%;
    height: 64px;
    background: #f1f1f1;
    box-sizing: border-box;
    border-bottom: 0;
}
.contact_wrapper .job_ul .list_title span {
    padding: 0;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    border-bottom: 0;
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}
.contact_wrapper .job_ul li {
    display: table;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.contact_wrapper li span {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    height: 100%;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
}
.contact_wrapper li span img{
    max-width:100%;
}
@media screen and (max-width: 480px){
	.contact_wrapper .job_ul .list_title span {
    font-size: 14px;
	}
	.contact_wrapper .job_ul li {
    padding: 0;
	}
}
.contact_map{
	width:100%;
	height:550px;
	border:#ccc solid 1px; 
	margin-top: 20px;
}
@media screen and (max-width: 480px){
	.contact_map{
		width:100%;
		height:350px;
		border:#ccc solid 1px; 
		margin-top: 20px;
	}
}
/* 站内搜索 */
.search_detail_wrapper .search_box input {
    width: 240px;
    height: 40px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    line-height: normal;
    font-size: 16px;
    color: #000;
    float: left;
}
.search_detail_wrapper .search_box button {
    width: 66px;
    height: 40px;
    float: left;
    background: #c1a886;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 11px;
}
.search_detail_wrapper p.tips {
    font-size: 16px;
    color: #333333;
    margin-top: 26px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_detail_wrapper .search_result{
	width: 100%;
	padding-top: 20px;
}
.search_detail_wrapper .search_result ul li {
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px dashed #d6d6d6;
}
.search_detail_wrapper .search_result ul li a .searchbt {
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
    margin-right: 10px;
    color: #1E89E0;
}
.search_detail_wrapper .search_result ul li a .active{
	color: #c50202;
}
.search_detail_wrapper .search_result ul li .date{
	float: right;
	color: #888;
}
@media screen and (max-width: 480px){
	.search_detail_wrapper .search_result ul li {
    font-size: 14px;
	}
}
.slideBox .banner_txt{
	 position: absolute;
	 top: 18%;
	 left: 50%;
	 width: 1200px;
	 margin-left: -600px;
	
}
.slideBox .banner_txt div{
	padding: 30px 40px;
	float: left;
}
.slideBox .banner_txt p{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 60px;
	/*font-family: 'yt' !important;*/
}
@media screen and (max-width: 1080px){
	.slideBox .banner_txt{
		 top: 50%;
		 left: 10%;
		 width: 80%;
		 margin-left: 0;
		 margin-top: -50px;
	}
	 .slideBox .banner_txt div{
		padding: 20px 30px;
	}
	.slideBox .banner_txt p{
		font-size: 28px;
		line-height: 40px;
	} 
}
@media screen and (max-width: 480px){
	.slideBox .banner_txt{
		 top: 50%;
		 left: 10%;
		 width: 80%;
		 margin-left: 0;
		 margin-top: -40px;
	}
	 .slideBox .banner_txt div{
		padding: 10px 20px;
	}
	.slideBox .banner_txt p{
		font-size: 18px;
		line-height: 30px;
	} 



/*建党100周年专栏列表*/
.tt {
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.tth {
	padding: 12px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    background-color: #eeeeee70;
}
.tth .more {
	float:right;
	font-size:14px;
	font-weight:normal;
	color: #999;
}
.tth .more:hover {
    color:#1e89e0;
	cursor:pointer;	
}
.ttb {
	padding: 10px;line-height: 30px;min-height: 150px;
}
.ttb span {
	float:right;
	color: #999999;
	padding-left: 7px;
}
.ttb .li {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.ttb .li:hover {
	color:#1e89e0;
	cursor:pointer;	
	background:#eeeeee5e
}