@charset "UTF-8";
/*江晓东 20**.**.** */
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #4077a0;
}/* 鼠标在链接上 */
a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
i,em{
	font-style: normal;
}
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #FFF;
}
select, input {
	vertical-align: middle;
	outline: none;
    font-family:"Microsoft YaHei";
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}
textarea{outline: none;font-family:"Microsoft YaHei";}
.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.clear {
	clear: both;
	overflow:hidden;
}
.h2 {
	clear: both;
	height: 2px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 16px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow:hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h32 {
	clear: both;
	height: 32px;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.bai{ background: #FFF;}
.hui{ background: #f2f2f2;}
.pic{ overflow:hidden;}
.pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pic:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.hoverDH{transition: 0.3s linear; -webkit-transition: 0.3s linear;}
.hoverDH:hover{transform: translateY(-3px); -webkit-transform: translateY(-3px);box-shadow: 0 2px 9px 2px rgba(0,0,0,0.1);}
.default{background: url(../images/default.png) center center no-repeat;}
/*公共部分结束*/
/*
********************************此处首页样式开始********************************
*/
/*头部开始*/
.top1{
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
	line-height: 40px;
}
.toptext {
	margin-right: 50px;
	font-size: 14px;
	color: #666;
}
.topWeather{
	padding: 8px 0 0 0;
	margin-right: 27px;
}
.topCalendar{
	font-size: 12px;
	color: #666;
}
.topCalendar .time{
	display: inline-block;
}
.topShare span{
	float: left;
	font-size: 12px;
	color: #999;
}
.topShare a{
	width: 23px !important;
	height: 23px !important;
	padding-left: 5px !important;
	margin:9px 0 8px 0 !important
}
.topShare .bds_weixin{
	background: url(../images/weixin1.png) center center no-repeat !important;
}
.topShare .bds_tsina{
	background: url(../images/weibo1.png) center center no-repeat !important;
}
.topShare .bds_tqq{
	background: url(../images/tweibo1.png) center center no-repeat !important;
}
.topShare .bds_weixin:hover{
	background: url(../images/weixin1H.png) center center no-repeat !important;
}
.topShare .bds_tsina:hover{
	background: url(../images/weibo1H.png) center center no-repeat !important;
}
.topShare .bds_tqq:hover{
	background: url(../images/tweibo1H.png) center center no-repeat !important;
}
.top2{
	height: 98px;
}
.logo{
	padding: 20px 0 0 0;
	overflow: hidden;
}
.logo a{
	float: left;
}
.logo a img{
	height: 57px;
}
.top2.zt2 .goIndex2{
	line-height: 57px;
	color: #4994be;
	font-size: 18px;
	padding-left: 30px;
	background: url(../images/goBack2.png) left center no-repeat;
	margin-left: 10px;
}
.top2.zt2 .menuC li{
	padding:0 5px;
}
.top2.zt2 .menuC li a{
	height: 37px;
	line-height: 37px;
	transition: 0.3s linear;
	-webkit-transition: 0.2s linear;
}
.top2.zt2 .menuC li.hover a{
	background: #1c79ae;
	border-radius:30px ;

}
.top2.zt2 .menuC li a:hover{
	background: #1c79ae;
	border-radius:30px ;
	color: #fff;

}
/*头部结束*/
/*menu开始*/
.menu{
	position: relative;
}
.menuC{
	padding: 26px 0 0 0;
	position: relative;
	z-index: 9;
}
.menuC li{
	float: left;
}
.menuC li span{
	display: block;
	width: 96px;
	height: 46px;
	text-align: center;
}
.menuC li span a{
	line-height: 46px;
	display: block;
	font-size: 16px;
	color: #666;
	transition: 0.3s linear;
}
.menuC li.hover span a{
	color: #fff;
}
.menu i{
	position: absolute;
	display: block;
	height: 46px;
	width: 96px;
	background: url(../images/menuBg1.png) center center no-repeat;
	top: 26px;
	transition: 0.3s linear;
}
/*menu结束*/
/*banner开始*/
.banner{
	position: relative;
}
.banner .bd{
	height: 601px;
	overflow: hidden;
}
.banner .bd li a{
	display: block;
	height: 601px;
}
.banner .hd{
	position: absolute;
	bottom: 145px;
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #686766;
	border-radius:50% ;
	font-size: 0;
	margin: 0 11px;
	cursor: pointer;
}
.banner .hd ul li.on{
	background: #e33131;
	border-color: #e33131;

}
.banner.zt2 .bd{
	height: 490px;
}
.banner.zt2 .bd li a{
	height: 490px;
}
.banner.zt2 .hd{
	bottom: 40px;
}
/*banner结束*/
.newsBox{
	height: 130px;
	background: #fff;
	margin-top: -130px;
	position: relative;
	z-index: 9;
	border-bottom: 3px solid #4994be;
}
.newsBox:after{
	content: '';
	display: block;
	height: 25px;
	width: 4px;
	background: #dddddd;
	position: absolute;
	top: 30px;
	left: 30px;
}
.newsLeft{
	padding-left: 68px;
	width: 1030px;
}
.newsLeft h4{
	font-size: 20px;
	font-weight: normal;
	padding-top: 20px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsLeft h4 a{
	color: #444;
}
.newsLeft em{
	font-size: 14px;
	color: #999999;
	display: block;
	padding:5px 0 0 20px;
	background: url(../images/time1.png) left center no-repeat;
}
.newsLeft span{
	padding-top: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
}
.newsRight{
	padding-right: 40px;
}
.newsRight a{
	display: block;
	width: 49px;
	height: 130px;
	background: url(../images/newsMore.png) center center no-repeat;
}
/*第一通栏开始*/
.box1{
	padding-top:25px ;
}
.box1L{
	width: 593px;
	position: relative;
}
.box1L .bd li a{
	display: block;
	height: 356px;
}
.box1L .bd li img{
	height: 100%;
	width: 100%;
}
.box1L .hd{
	position: absolute;
	bottom: 12px;
	right: 0;
	z-index: 9;
}
.box1L .hd li{
	height: 10px;
	width: 10px;
	background: #fff;
	float: left;
	display: inline;
	margin-right: 12px;
	font-size: 0;
	cursor: pointer;
}
.box1L .hd li.on{
	background: #ce0d0d;
}
.box1LText{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	/* background: url(../images/box1Bg1.png); */
}
.box1LText a{
	display: block;
	line-height: 44px;
	padding-left: 20px;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
}
.box1R{
	overflow: hidden;
	border: 1px solid #E5E5E5;
}
.box1RT{
	border-bottom: 1px solid #E5E5E5;
}
.box1RTab li{
	float: left;
	height: 46px;
	border-top:4px solid #fff ;
	width: 140px;
	text-align: center;
	font-size: 18px;
	border-right:1px solid #E5E5E5 ;
	background: #fff;
}
.box1RTab li a{
	display: block;
	color: #666;
	line-height: 46px;
}
.box1RTab li.hover{
	border-top:4px solid #4994be ;
	border-bottom:1px solid #fff ;
	margin-bottom: -1px;
}
.box1RMore a{
	line-height: 50px;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}
.box1RC dl{
	padding: 15px 22px;
}
.box1RC dt{
	border-bottom: 1px solid #E5E5E5;
}
.box1RC dt a{
	display: block;
	height: 28px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box1RC dt span{
	padding-top: 5px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	display: block;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}
.box1RC dd{
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
	font-size: 16px;
	background: url(../images/list1.png) left center no-repeat;
}
.box1RC dd+dd{
	border-top: 1px dashed #E5E5E5;
}
.box1RC dd a{
	display: block;
	width: 438px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
	float: left;
}
.box1RC dd span{
	float: right;
	color: #999;
}
.box1RC dl a:hover{
	color: #4994BE;
}
/*第一通栏结束*/
/*第二通栏开始*/
.box2{
	padding-top: 20px;
}
.boxMore{
	line-height: 61px;
	font-size: 14px;
	padding-right: 15px;
}
.boxMore a{
	color: #999;
}
.box2L {
	border: 1px solid #E5E5E5;
	width: 818px;
	margin-right: 20px;
}
.boxTab li{
	float: left;
	width: 145px;
	position: relative;
}
.boxTab li+li:after{
	content: '';
	display: block;
	width: 1px;
	height: 17px;
	background: #dddddd;
	position: absolute;
	left: 0;
	top: 23px;
}
.boxTab li a{
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #fff;
}

.boxTab li.hover a{
	border-bottom: 3px solid #4994BE;
	color: #4994BE;
	margin-bottom: -2px;
}
.boxT{
	border-bottom: 1px solid #E5E5E5;
}
.box2LC{
	position: relative;
}
.box2LC dl{
	padding:8px 15px 0 49px ;
}
.box2LC dt{
	display: block;
	height: 224px;
	width: 1px;
	position: absolute;
	top:24px ;
	left: 25px;
	background: #E5E5E5;
}
.box2LC dd{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	position: relative;
}
.box2LC dd+dd{
	border-top: 1px dashed #E5E5E5;
}
.box2LC dd:after{
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -5px;
	border: 1px solid #E5E5E5;
	border-radius:50% ;
	background: #fff;
}
.box2LC dd:hover:after{
	background: #4994BE;
	border-color: #4994BE;
}
.box2LC dd a{
	color: #333;
	float: left;
	width: 650px;
}
.box2LC dd a:hover{
	color: #4994BE;
}
.box2LC dd span{
	float: right;
	color: #999;
}
.box2R{
	border: 1px solid #E5E5E5;
	overflow: hidden;
}
.box2Video{
	padding: 20px 20px 13px 20px;
}
.box2Video span{
	display: block;
	height: 40px;
	line-height: 50px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

/*第二通栏结束*/
/*第三通栏开始*/
.box3{
	margin-top: 25px;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
}
.box3C{
	padding: 20px;
	overflow: hidden;
}
.box3C .bd{
	margin: 0 -10px;
}
.box3C .bd li{
	width: 25%;
	float: left;
	display: inline;
}
.box3C .bd li a{
	display: block;
	margin:0 10px ;
}
.box3C .bd li span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
	color: #333;
}
.box3C .hd{
	padding-top: 10px;
	text-align: center;
}
.box3C .hd li{
	display: inline-block;
	height: 17px;
	width: 17px;
	border-radius:17px ;
	border: 1px solid #E5E5E5;
	font-size: 0;
	cursor: pointer;
	margin: 0 10px;
}
.box3C .hd li.on{
	background: #4994BE;
	border-color: #4994BE;
}
.box3Img{
	padding-top:74.909%;
	position: relative;
}
.box3Img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*第三通栏结束*/
/*底部开始*/
.footer1{
	background: #4994BE;
	overflow: hidden;
	padding: 54px 0;
}
.footerLogo{
	height: 65px;
	margin-bottom: 40px;
}
.footerLogo img{
	height: 65px;
}
.footerEwm1{
	margin-right: 30px;
}
.footerEwm1 img{
	width: 104px;
}
.footerEwm1 span{
	color: #fff;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.link{
	width: 320px;
	margin-right: 40px;
}
.footer1RT{
	padding-top: 32px;
	margin-bottom: 36px;
}
.link .footer1RT{
	background: url(../images/link1.png) left top no-repeat;
}
.footer1RT span{
	font-size: 17px;
	color: #fff;
	display: block;
}
.linkList li{
	float: left;
	width: 150px;
	line-height: 30px;
	margin-right: 10px;
}
.linkList li a{
	font-size: 14px;
	color: #cbe1ee;
}
.syContact{
	width: 238px;
	margin-right: 60px;
}
.syContact .footer1RT{
	background: url(../images/contact.png) left top no-repeat;
}
.syContact .text1{
	color: #cbe1ee;
	line-height: 30px;
	font-size: 14px;
}
.syApp .footer1RT{
	background: url(../images/app1.png) left top no-repeat;
}
.syApp{
	width: 200px;
}
.footer2{
	height: 90px;
	line-height: 90px;
	background: #23729e;
	text-align: center;
}
.footer2.style1{
	background: #fafafa;
}
.footer2 span{
	color: #cbe1ee;
}
.footer2.style1 span{
	color: #888;
}
.footer2 a{
	color: #cbe1ee;
}
.footer2 a:hover{
	color: #fff;
}
.footer2.style1 a{
	color: #888;
}
.footer2.style1 a:hover{
	color: #ce0d0d;
}
.footer2 .footer2l{margin-right: 240px;}

.footerBot{font-size: 14px;line-height: 90px;height: 90px;text-align: center;}
.footerBotl,.footerBotl a,.footerBotr,.footerBotr a{color: #333;}
.footerBotl img{margin: 0 7px;}
.footerBotl .positionImg{vertical-align: middle;}
.footerBotr a{display: inline-block;margin: 0 18px 0 13px;}
.footerBotr,.footerBotl{display: inline-block;}
/*底部结束*/
/*
********************************此处首页样式结束********************************
*/
/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/
.subBanner a{
	display: block;
	height: 350px;
}
.subMenu{
	height: 75px;
	line-height: 75px;
	border-bottom: 2px solid #E5E5E5;

}
.subMenu1{
	overflow: hidden;
}
.subMenu1 li{
	float: left;
	padding: 20px 8px;
}
.subMenu1 li a{
	height: 36px;
	padding: 0 18px;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.subMenu1 li.hover a{
	background: #1c79ae;
	color: #fff;
}
.subMenu1 li a:hover{
	background: #1c79ae;
	color: #fff;
}
.location{
	font-size: 14px;
	color: #666;
}
.location a{
	color: #666;
}
.location a.hover{
	color: #1c79ae;
}
.location a:hover{
	color: #1c79ae;
}
.location em{
	font-size: 18px;
	padding: 0 3px;
}
.subMain{
	min-height: 600px;
	overflow: hidden;
	padding-bottom: 30px;
}
/*页码开始*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 11px;color:#666666;border: 1px solid #ececec;border-radius: 4px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #23729e;color: #fff;}
.page a.hover{background: #23729e;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
/**
* newsView
* 新闻详细页
*/
.pdbgC{background: #fff;padding: 0 30px;}
.ArticleTitle{
	font-size: 24px;
	text-align: center;
}
.articleTime{
	text-align: center;
	padding-top: 10px;
	position: relative;
}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	color: #666;
}
.pageUp a{
	color: #666;
}
.pageUp a:hover{
	color: #2D93CA;
}
/* 文章阅读页——*/

#play {
	width: 785px;
	height: 525px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 797px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 124px;
	height: 82px;
	padding: 3px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 124px;
	height: 82px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 90px;
	width: 124px;
	height: 82px;
}

.img_hd ul li.on {
	border: 1px solid #0d75d9;
	background: #0d75d9;
}

.imgMove .prev_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/prev6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.imgMove .next_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/next6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.article_pageUp a {
	color: #666
}

.article_pageUp a:hover {
	color: #317f37
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
	position: relative;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #23729e;
}

.articlePage a.hover {
	color: #fff;
	background: #23729e;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}

.articleHand a:hover {
	color: #23729e;
}

.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.ArticleBox{
	font-size: 16px;
	line-height: 40px;
}
.ArticleBox img{
    max-width: 100%;
}
.articlePageUpdate .articlePage a:hover{color: #fff;background: #df0615;}
.articlePageUpdate .articlePage a.hover{color: #fff;background: #df0615;}
.imgMoveUpdate .imgMove ul li.on{border: 1px solid #df0615;background: #df0615;}
.pageUpdate .pageUp a:hover{color: #df0615;}
.articleBox{line-height: 35px;font-size: 16px;color: #666;}
.articleTitle{font-size: 30px;color: #333;text-align: center;}
.articlePage::before{display: block;content: '';width: 100%;height: 1px;background: #f5f5f5;position: absolute;left: 0;bottom: 0;}
.articleTime::before{display: block;content: '';width: 100%;height: 1px;background: #f5f5f5;position: absolute;left: 0;bottom: -10px;}
/**
 * 党建工作
 * partyBuilding
 */
.pdBox{
	background:#fff7f6 url(../images/pdBg1.png) center top no-repeat;
	overflow: hidden;
	padding-top: 448px;
}
.goIndex1{
	overflow: hidden;
}
.goIndex1 span{
	float: right;
	height: 78px;
	line-height: 78px;
	width: 222px;
	background: url(../images/pdBg3.png) no-repeat;
}
.goIndex1 a{
	display: block;
	padding-left:80px;
	color: #ce0d0d;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/goBack1.png) 162px center no-repeat;
}
.pdMain{
	overflow: hidden;
	margin-bottom: 20px;
}
.pdMenu{
	height: 78px;
	line-height: 78px;
	background: #d51e20;
	position: relative;
	border-radius: 10px;
}
.pdMenu dd{
	float: left;
	width: 150px;
	text-align: center;
}
.pdMenu dd:first-child a{border-radius: 10px 0 0 10px;}
.pdMenu dd a{
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.pdMenu dd span {
    display: block;
    height: 28px;
    line-height: 3px;
    text-align: center;
    padding: 49px 0 0 0px;
}
.pdMenu dd a:hover{background: #a30000;}
.pdMenu dd a img{margin-right: 10px;}
.pdMenu dd span.m1{ background:url(../images/m1.png) no-repeat center 17px;}
.pdMenu dd span.m2{ background:url(../images/m2.png) no-repeat center 17px;}
.pdMenu dd span.m3{ background:url(../images/m3.png) no-repeat center 17px;}
.pdMenu dd span.m4{ background:url(../images/m4.png) no-repeat center 17px;}
.pdMenu dd span.m5{ background:url(../images/m5.png) no-repeat center 17px;}
.pdMenu dd span.m6{ background:url(../images/m6.png) no-repeat center 17px;}
/* .pdMenu dd+dd a:after{
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 17px;
	left: 0;
} */
.pdMenu dd.hover a{
	width: 107px;
    height: 100%;
    background: #F96;
    position: relative;
    z-index: 5;
	}
.pdMenu dd a.hover{background: #a30000;}
.pdMenu dd.hover a:after{
	display:none;
}
.pdMain1{
	min-height: 600px;
	padding: 0 30px;
}
.pdbai{background: #fff;}
.pdMain1 .ztBox1{background: #fff;}
.box1L.pd1{
	width: 590px;
}
.box1L.pd1 .bd li a{
	height: 400px;
}
.ztBox1R{
	overflow: hidden;
	padding:0 20px;
	height: 400px;
}
.ztBox1R .data{height: 30px;line-height: 30px;color: #999;font-size: 16px;}
.ztBox1R .ztBox1Tit{height: 30px;line-height: 30px;position: relative;padding-bottom: 10px;padding-top: 20px;}
.ztBox1R .ztBox1Tit .ztBoxspan{float: left;font-size: 18px;color: #333;height: 40px;position: relative;}
.ztBox1R .ztBox1Tit .ztBoxspan::before{display: block;content: '';width: 100%;height: 2px;background: #ce0d0d;position: absolute;left: 0;bottom: 0;}
.ztBox1R .ztBox1Tit .ztBoxa{float: right;font-size: 14px;color: #999;}
.ztBox1R .ztBox1Tit::before{display: block;content: '';height: 1px;width: 100%;position: absolute;left: 0;bottom: 0;background: #f5f5f5;}
.ztBox1R .ztBox1Tit .ztBoxa:hover{color: #ce0d0d;}
.ztBox1R .tit{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 8px 0;
}
.ztBox1R .tit a{
	font-size: 18px;
	color: #333;
}
.ztBox1R .ztBox1Rp{
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #777;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ztList1{
	padding-top: 10px;
	position: relative;
	border-top: 1px dotted #f5f5f5;
}
.ztList1 li{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 8px;
	background: url(../images/li.png) left center no-repeat;
	overflow: hidden;
}
.ztList1 li a{
	color: #454545;
	float: left;
	width: 80%;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.ztList1 li a:hover{color: #ce0d0d;letter-spacing: 1px;}
.ztList1 li em{
	float: right;
	color: #999;
}
.ztBox2{
	padding: 33px 0 0 0;
}
.ztBox2 img{
	width: 100%;
}
.ztBox3{
	padding-top: 20px;
}
.ztBox3L{
	width: 550px;
	margin-right: 20px;
	padding: 20px;
	background: #fff;
}
.ztBoxTit{
	position: relative;
	line-height: 34px;
	overflow: hidden;
}
.ztBoxTit::before{display: block;content: '';height: 1px;background: #f5f5f5;width: 100%;position: absolute;left: 100px;bottom: 0;}
.ztBoxTit::after{display: block;content: '';height: 100%;background: #ce0d0d;width: 2px;position: absolute;left: 0;bottom: 0;}
.ztBoxTit span{
	float: left;
	background: url(../images/ztBg1.png) left center no-repeat;
	width: 94px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 34px;
	position: relative;
	margin-left: 6px;
}
.ztBoxTit span img{margin-right: 10px;}
.ztBoxTit a{
	float: right;
	color: #666;
	font-size: 14px;
}
.ztBoxTit a:hover{color: #ce0d0d;}
.ztBox3R{
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.partyList li{
	padding: 30px 0;
	border-bottom: 1px solid #f8af00;
}
.partyList .title{height: 45px;line-height: 45px;overflow: hidden;}
.partyList .title a{font-size: 20px;color: #666;transition: all .3s linear;}
.partyList .date{height: 38px;line-height: 38px;}
.partyList .date .dateTime{background: url(../test/time.png)no-repeat;padding-left: 26px;display: inline;margin-right: 30px;}
.partyList .date .dateEye{background: url(../test/eye.png)no-repeat center left;padding-left: 29px;display: inline;}
.partyList .info{line-height: 30px;height: 60px;overflow: hidden;font-size: 14px;color: #666;}
.partyList .title a:hover{color: #d51e20;}
.qthd{background: #fff;padding: 0px 20px 0px 20px;}
.qtBox .pic{position: relative;}
.qtBox .pic::before{display: block;content: '';padding-top: 66.5455%;}
.qtBox .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.qtBox .swiper-button-next{background: url(../images/next.png)no-repeat center center;right: 0px;}
.qtBox .swiper-button-prev{background: url(../images/prev.png)no-repeat center center;left: 0px;}
.qtBox .swiper-button-prev::after,.qtBox .swiper-button-next::after{content: normal;}
.qtBox .con .textTitle{font-size: 14px;color: #666;height: 54px;line-height: 54px;overflow: hidden;}
/**
* 公司概况-公司领导
* imgList1
*/
.imgList1{
	padding-top: 30px;
	margin: 0 -15px;
}
.imgList1 dd{
	float: left;
	width: 33.33333%;
	margin-bottom: 30px;
}
.imgList1 dd a{
	display: block;
	margin: 0 15px;
}
.imgList1 .imgBox{
	padding-top: 59.3923%;
	position: relative;
}
.imgList1 .imgBox img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.imgList1 dd span{
	display: block;
	text-align: center;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #000;
	font-size: 18px;
	background: #ffffff;
	transition: all .3s linear;
}
.imgList1 .hoverDH:hover span{color: #ffffff;background: #e60014;}
.imgList1 .imgadd{position: absolute;left: 50%;top: 50%;width: 40px;height: 0px;transform: translate(-50%,-50%);transition: all .3s linear;}
.imgList1 .hoverDH:hover .imgadd{height: 40px;}
.pdtitle{overflow: hidden;background: url(../test/titlebg.png)no-repeat;z-index: 999;height: 42px;line-height: 42px;color: #ffffff;font-size: 18px;padding-left: 40px;}
.pdtitle img{padding-left: 113px;position: relative;top: -2px;}
/**
* 公司概况-荣誉资质
* imgList2
*/
.imgList2{
	padding-top: 30px;
	margin: 0 -16px;
}
.imgList2 dd{
	float: left;
	width: 50%;
	margin-bottom: 33px;
}

.imgList2 dd a{
	display: block;
	margin: 0 16px;
	position: relative;
	border-bottom: 2px solid #666666;
}
.imgList2 dd a:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 0;
	background: #e58c32;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.imgList2 .imgBox{
	padding-top: 60.1027%;
	position: relative;
}
.imgList2 .imgBox img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.imgList2 dd span{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #000;
	padding-right: 56px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	background: url(../images/jt1.png) 96% center no-repeat;
}
.imgList2 dd a:hover:after{
	width: 100%;
}
.imgList2 dd:hover span{
	color:#e58c32 ;
	background-image: url(../images/jt1h.png);
}
/**
 * 联系我们-在线留言
 * message
 */
.message{
	padding-top: 30px;
}
.message dd{
	margin-bottom: 30px;
	height: 60px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.33%;
}
.message dd span{
	width: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #aeaeae;
	font-size: 20px;
	float: left;
	background: #f4f4fa;
}
.message dd+dd span{
	margin-left: 30px;
}
.message dd em{
	display: block;
	overflow: hidden;
	height: 100%;
	padding-right: 10px;
	background: #f4f4fa;
}
.message dd input{
	border: none;
	height: 60px;
	line-height: 60px;
	display: block;
	width: 100%;
	background: none;
	font-size: 20px;
}
.message dd.dd1{
	width: 100%;
	height: 260px;
}
.message dd.dd1 span{
	margin: 0;
	height: 100%;
}
.message dd.dd1 textarea{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	line-height: 60px;
	font-size: 20px;
	resize: none;
	background: #f4f4fa;
}
.message dd.dd2{
	width: 100%;
}
.message dd.dd2 span{
	margin: 0;
	padding-right: 10px;
}
.message dd a{
	float: right;
	margin: 0 170px 0 25px;
	vertical-align: middle;
	color: #888;
}
.message dd a img{
	vertical-align: middle;
	margin-right: 10px;
	width: 148px;
	height: 60px;
}
.message dt a{
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #23729e;
	color: #fff;
	font-size: 18px;
}
/**
* 企业文化-公司影像
* imgList3
*/
.imgList3{
	padding-top: 30px;
	margin: 0 -11px;
}
.imgList3 dd{
	float: left;
	width: 33.33333%;
	margin-bottom: 30px;
}
.imgList3 dd a{
	display: block;
	margin: 0 11px;
}
.imgList3 .imgBox{
	padding-top: 75.0649%;
	position: relative;
}
.imgList3 .imgBox img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.imgList3 .imgBox i{
	display: block;
	background: url(../images/play1.png);
	height: 81px;
	width: 81px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.imgList3 dd span{
	display: block;
	line-height: 68px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	color: #000;
	font-size: 16px;
	background: #f5f5f5;
}
/**
* 人力资源-人才招聘
* recruit
*/
.recruit{
	margin-bottom: 50px;
}
.rmt_dl{
	padding: 40px;
}
.rmt_dl dd{display:block;clear:both;overflow:hidden;margin:0 0 7px 0; background:#FFF; position:relative;}
.rmt_dl dd .div1{clear:both;height:50px;background:#F4F4FA;overflow:hidden;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}

.rmt_dl dd .div1 span{display:inline;float:left;height:50px;line-height:50px;color:#333333;font-size:16px;}
.rmt_dl dd .div1 span.span1{width:500px;text-align:left;padding:0 10px 0 30px;font-size:16px;}
.rmt_dl dd .div1 span.span5{width:80px;cursor:pointer;text-align:center; float:right; background:url(../images/jia2.png) no-repeat center center;}

.rmt_dl dd .div2{background: #f4f4fa; clear:both;overflow:hidden;padding:10px 0;color:#666666;font-size:14px;line-height:30px;text-align:left;display:none;}
.rmt_dl dd .div1 span.span5.jian{ background:url(../images/jian.png) no-repeat center center;}
.div2Btn{ overflow:hidden; padding-top:20px;}
.div2Btn a{ display:block; width:140px; height:40px; background:#006e39; color:#FFF; text-align:center; font-size:16px; line-height:40px;}
.rmt_dl dd.hover .div1{
	background: #1c79ae;
}
.rmt_dl dd.hover .div1 span{
	color: #fff;
}
.div2Text{
	padding: 0 20px;
}
.div2TextT{
	overflow: hidden;
	height: 56px;
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}
.div2TextT li{
	width:260px;
	float: left;
	display: inline;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
}
.div2TextT li h4{
	display: inline;
	padding-right: 10px;
	color: #444444;
	font-weight: normal;
}
.div2TextT li span{
	display: inline;
	padding-right: 10px;
	color: #888;
	font-weight: normal;
}
.div2TextC{
	color: #888;
}
.recruitSubrim{
	font-size: 14px;
	color: #e42828;
	height: 40px;
	line-height: 40px;
}
/**
*
* textList
*/
.textList .textListUl{border-bottom: 1px dotted #999;margin-bottom: 10px;padding-bottom: 10px;}
.textList .textListUl li{height: 35px;line-height: 35px;font-size: 14px;color: #666;    padding-left: 8px;background: url(../images/lisqu.png) left center no-repeat;overflow: hidden;}
.textList .textListUl li a{float: left;width: 80%;transition: all 500ms;-webkit-transition: all 500ms;font-size: 14px;color: #666;}
.textList .textListUl li a:hover{color: #ce0d0d;letter-spacing: 1px;}
.textList .textListUl li em{float: right;}
/**
* 新闻中心-企业动态
* textImg1
*/
.textImg1 dd{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #E5E5E5;
}

.textImg1 .imgBox {
	margin-right: 21px;
}
.textImg1 .imgBox img{
	width: 280px;
	height: 180px;
}
.textBox{
	overflow: hidden;
}
.textBox h4{
	padding-top: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.textBox h4 a{
	font-size: 18px;
	color: #333;
	float: left;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.textBox h4 a:hover{
	color: #ce0d0d;
	letter-spacing: 1px;
}
.textTime a:hover {color: #ce0d0d;}
.textBox h4 em{
	float: right;
	color: #bdbdbd;
}
.textBox span{
	display: block;
	padding-top: 10px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	height: 90px;
}
.textTime span{color: #666666;font-size: 14px;}
.textTime span a{color: #666666;font-size: 14px;}
.textTime{height: 40px;line-height: 40px;}
.textImg1 dd .more{
	margin-top: 30px;
	overflow: hidden;
	border-left: 1px solid #E5E5E5;
}
.textImg1 dd .more a{
	display: block;
	height: 115px;
	background: url(../images/jt2.png) 18px center no-repeat;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.textImg1 dd .more a:hover{
	background: url(../images/jt2.png) 25px center no-repeat;
}
/**
* 公司概况-公司历史
* event
*/
.eventBox{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}
.eventBox .hd{
    overflow: hidden;
    width: 1100px;
    margin: 0px auto;
}
.eventBox .bt{
    display: block;
    width: 80px;
    height: 50px;
    overflow: hidden;
    margin-top: 44px;
}
.eventBox .prev{
    background: url(../images/prevBt.png) no-repeat center center;
}
.eventBox .prev:hover{
    background: url(../images/prevBt_h.png) no-repeat center center;
}
.eventBox .next{
    background: url(../images/nextBt.png) no-repeat center center;
}
.eventBox .next:hover{
    background: url(../images/nextBt_h.png) no-repeat center center;
}
.eventYear{
    width: 910px;
    overflow: hidden;
    height: 140px;
    position: relative;
}
.eventY_ul{
    width: 100000px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.eventY_ul li{
    overflow: hidden;
    width: 196px;
    line-height: 50px;
    font-size: 30px;
    float: left;
    display: inline;
    text-align: center;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0.8;
    cursor: pointer;
    padding-left: 44px;
    position: relative;
}
.eventY_ul li .old{
	height: 140px;
	width: 140px;
	color:#666;
	line-height: 140px;
	background: url(../images/eventBg1.png);
}
.eventY_ul li .old span{
	color: #999;
	font-size: 16px;
}
.eventY_ul li.on .old{
    color:#1c79ae;
    background: url(../images/eventBg1_h.png);
}
.eventY_ul li.on .old span{
	color: #1c79ae;
}
.eventY_ul li i{
	display: block;
	background: url(../images/eventIco1.png) center center no-repeat;
	width: 20px;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
}
.eventBox .bd{
    overflow: hidden;
}
.event_ul{
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.event_ul li{
    overflow: hidden;
}
.event_dl{
    overflow: hidden;
    position: relative;
    padding:115px 0 0 128px ;
}
.event_dl dd{
    padding: 20px;
    position: relative;
    z-index: 3;
    border-radius:10px;
    box-shadow:0 2px 4px 0px rgba(0, 0, 0, 0.1);;
    border: 1px solid #E5E5E5;
    margin:0 5px 36px 0;
}
.event_dl dd i.ico1{
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 55px;
	left: -9px;
	background: url(../images/eventIco4.png);
}
.event_dl dd i.ico2{
	display: block;
	position: absolute;
	height: 21px;
	width: 21px;
	top: 49px;
	left: -68px;
	background: url(../images/eventIco3.png);
}
.eventCont{
    overflow: hidden;
}
.eventMonth{
    font-size: 18px;
    color:#333;
    height: 40px;
    line-height: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}
.eventMonth em{
	color: #999999;
	float: left;
	margin-right: 35px;
}
.eventMonth h4{
	font-weight: normal;
	overflow: hidden;
}
.eventMonth h4 span{
	float: left;
	color: #333;
	width: 760px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.eventMonth h4 a{
	color: #888;
	float: right;
}
.eventDeta{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 25px;
    height: 100px;
}
.event_dl dd.even{
    padding-left: 240px;
}
.even .eventImg{
    float: left;
    display: inline;
    padding-right: 65px;
}
.even .eventMonth{
    padding-left: 75px;
    background: url(../images/evenIconL.png) no-repeat left center;
}
.even .eventDeta{
    padding-left: 75px;
}
.odd .eventImg{
    float: right;
    display: inline;
    margin-left: 60px;
}
.odd .eventMonth{
    padding-right: 75px;
    text-align: right;
    background: url(../images/evenIconR.png) no-repeat right center;
}
.odd .eventDeta{
    padding-right: 75px;
    text-align: right;
}
.event_dl dt.line{
    width: 3px;
    height: 100%;
    background: #999999;
    position: absolute;
    left: 70px;
    top: 0px;
    margin-left: 0px;
    z-index: 1;
}
.event_dl dt.line i{
	display: block;
	height: 47px;
	width: 36px;
	background: url(../images/eventIco2.png);
	margin-left: -16px;
}
.event_dl dt.line:after{
	content: '';
	display: block;
	width: 3px;
	height: 166px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.event_dl dt.eventOld{
	position: absolute;
	top: 0;
	left: 100px;
	color: #1C79AE;
	font-size: 30px;
}
.event_dl dt.eventOld span{
	font-size: 16px;
}
/**
* 联系我们-联系方式
* contact
*/
.contact{
	padding: 30px 0;
}
.contact .map{
	height: 394px;
	background: #f2f2f2;
}
.contact .contactUs{
	padding: 20px 0;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.contact .contactUs span{
	float: left;
	width: 50%;
}
/*
********************************此处内页样式结束********************************
*/
