@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());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #FFF;
    min-width: 1200px;
}
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: 1400px;
	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;
}
img {
	border: none;
}
.jzf{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
em,i{
	font-style: normal;
}
.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);}
/*公共部分结束*/
/*
********************************此处首页样式开始********************************
*/
/*头部开始*/
.top{
	height: 100px;
	background: #fff;
}
.logo{
	height: 56px;
	padding: 22px 0;
}
.logo a{
	display: block;
}
.logo img{
	height: 56px;
}
.menu{
	padding: 30px 0 0 0;
}
.syMenu {
	overflow: hidden;
}

.syMenu li {
	display: inline;
	float: left;
	height: 50px;
	overflow: hidden;
}

.syMenu li span {
	display: block;
	width: 75px;
	float: left;
	height: 42px;
	padding: 0 20px 8px 20px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	background: url(../images/menuBg1.png) center 50px no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.syMenu li span a {
	display: block;
	width: 81px;
	color: #666;
}
.syMenu li span:hover a {
	color: #1e5aa0;
}
.syMenu li:hover span {
	background: url(../images/menuBg1.png) center bottom no-repeat;
}
.syMenu li.hover span a {
	color: #1e5aa0;
}
.syMenu li.hover span{
	background: url(../images/menuBg1.png) center bottom no-repeat;
}

.sySearch {
	padding-top: 8px;
	margin-left: 5px;
	position: relative;
}
.oaSystem{
	border-right: 1px solid #666;
	margin: 3px 7px 0 0;
}
.oaSystem a{
	display: block;
	width: 53px;
	height: 20px;
	font-size: 13px;
	line-height: 21px;
	color: #888;
}
.searchT {
	height: 23px;
	width: 23px;
	background:url(../images/searchIco1.png) center center no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.searchD {
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	overflow: hidden;
	position: absolute;
	right: -8px;
	top: 100px;
	background: #0b226b;
	border-radius: 35px;
	height: 35px;
	width: 300px;
	line-height: 35px;
}

.searchD input {
	float: left;
	width: 248px;
	border: none;
	height: 25px;
	margin: 5px 0 5px 14px;
	background: none;
	color: #fff;
}

.searchD span a {
	overflow: hidden;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/searchIco1H.png) center center no-repeat;
	background-size: 13px;
}

.searchD input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

.searchD input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.searchD input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.searchD input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}
/*头部结束*/
/*banner开始*/
.syBanner{
	height: 100%;
	position: relative;
}
.syBanner .bd ul{
	overflow: hidden;
}
.syBanner .hd{
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}
.syBanner .hd ul{
	display: inline-block;
	text-align: center;
	font-size: 0;
	height: 19px;
}
.syBanner .hd ul li{
	display: inline-block;
	width: 6px;
	height: 19px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	border-radius:2px ;
	position: relative;
	top: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.syBanner .bd ul li a{
	display: block;
	height: 100%;
	width: 100%;
}
.syBanner .hd ul li.on{
	background: #ffbb02;
	height: 29px;
	position: relative;
	top: -10px;
}
.syBanner .prev,
.syBanner .next{
    display: block;
    position: absolute;
    top: 50%;
    width: 37px;
    height: 73px;
    margin-top: -36px;
}
.syBanner .prev{
    left: 50px;
    background: url(../images/prev.png) center center no-repeat;
}
.syBanner .next{
    right: 50px;
    background: url(../images/next.png) center center no-repeat;
}
/*banner结束*/

/*第一通栏开始*/
.box1{
	background: #efeff1;
	padding-bottom: 90px;
}
.box1C{
	position: relative;
	z-index: 1;
	background: #fff;
}
.box1TL{
	width: 620px;
	padding: 40px;
	height: 325px;
	background: url(../images/box1Bg1.jpg) center center no-repeat;
	background-size: cover;
}
.box1TL h4{
	height: 50px;
	line-height: 48px;
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	position: relative;
	margin-bottom: 46px;
}
.box1TL h4:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #1E5AA0;
	width: 99px;
	left: 0;
}
.box1TL span{
	display: block;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	margin-bottom: 46px;
}
.box1TL a{
	color: #FFFFFF;
	font-size: 14px;
	background: #FFBB02;
	border-radius:45px ;
	width: 150px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align:  center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.box1TL a:hover{
	box-shadow: 0 0 14px 4px #ffefd3;
}
.box1TR{
	overflow: hidden;
	width: 700px;
	height: 405px;
	position: relative;
	
}
.box1TR .bd ul li{
	overflow: hidden;
	height: 405px;
}
.box1TR .bd ul li a{
	display: block;
	height: 405px;
}
.box1TR .hd{
	position: absolute;
	left: 42px;
	bottom: 39px;
}
.box1TR .hd ul li{
	width: 4px;
	height: 15px;
	background: #fff;
	border-radius:2px ;
	float: left;
	overflow: hidden;
	font-size: 0;
	margin: 0 2px;
	position: relative;
	top: 0;
	cursor: pointer;
}
.box1TR .hd ul li.on{
	height: 23px;
	top: -8px;
	background:#FFBB02;
}
.box1D{
	width: 1401px;
	overflow: hidden;
	height: 330px;
}
.box1D dd{
	width: 466px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 1px;
}
.box1D dd a{
	display: block;
}
.box1DImg{
	width: 466px;
	height: 330px;	
}
.box1DImg img{
	width: 466px;
	height: 330px;	
}
.box1Dtext{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 125px;
	text-align: center;
	width: 100%;
	height: 205px;
}
.box1Dtext span{
	display: block;
	height: 44px;
	line-height: 44px;
	padding-bottom: 16px;
	font-size: 25px;
	color: #fff;
	position: relative;
	top: -160px;
	transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
.box1Dtext i{
	display: block;
	height: 16px;
	background: url(../images/box1Bg2.png) center bottom no-repeat;
	position: relative;
	top: 145px;
	transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
.box1D dd:hover .box1Dtext span{
	top: 0px;
}
.box1D dd:hover .box1Dtext i{
	top: 0px;
}
/*第一通栏结束*/
/*第二通栏开始*/
.boxTitle{
	padding-top: 70px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 60px;
}
.boxTitle span{
	display: inline-block;
	height: 53px;
	line-height: 53px;
	color: #666;
	font-size: 25px;
	position: relative;
}
.boxTitle span:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #bcbcbc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box2Tab{
	text-align: center;
	font-size: 0;
	padding-top: 50px;
	margin-bottom: 50px;
}
.box2Tab span{
	display: inline-block;
	margin: 0 8px;
}
.box2Tab span a{
	display: block;
	font-size: 18px;
	color: #666;
	width: 153px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	background: #ddd; 
	box-shadow: 0 0 7px 1px #e4edf5;
}
.box2Tab span.hover a{
	color: #fff;
	background: #095fa8;
	box-shadow: 0 0 7px 1px #e0e6eb ;
}
.box2C{
	padding-bottom: 70px;
	position: relative;
}
.box2C .bd{
	width:1428px ;
	overflow: hidden;
}
.box2C .bd dl dd{
	width: 376px;
	margin: 4px 20px 4px 4px;
	padding: 35px 30px 0 35px;
	box-shadow: 0 0 4px 2px #e4edf5;
	background: #fff;
}
.box2C .bd dl dd a{
	display: block;
	padding-bottom: 40px;
}
.box2Img{
	margin-bottom: 10px;
}
.box2Img img{
	height: 210px;
	width: 374px;
}
.box2CTime{
	margin-bottom: 15px;
}
.box2CTime h4{
	font-size: 22px;
	color: #444;
	font-weight: normal;
}
.box2CTime span{
	color: #acacac;
	font-size: 14px;
}
.box2CTitle{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}
.box2CTitle span{
	color: #555;
	font-size: 16px;
	
}
.box2CMain{
	margin-bottom: 24px;
}
.box2CMain span{
	display: block;
	height:72px ;
	overflow: hidden;
	font-size: 14px;
	color: #777;
	line-height: 24px;
}
.box2CMore span{
	height: 36px;
	width: 120px;
	display: block;
	border-radius:36px ;
	background: #1E5AA0;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
}
.box2C .bd dl dd:hover .box2CMore span{
	background: #FFBB02;
}
.box2C .prev,
.box2C .next{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -42px;
	border-radius:42px ;
	box-shadow: 0 0 4px 2px #e4e9ef;
	transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
	cursor: pointer;
}
.box2C .prev{
	left: -74px;
	background: url(../images/box2Prev.png) center center no-repeat;
}
.box2C .next{
	right: -74px;
	background: url(../images/box2Next2.png) center center no-repeat;
}
.box2C .prev:hover{
	background: #095fa8 url(../images/box2Prev1.png) center center no-repeat;
}
.box2C .next:hover{
	background: #095fa8 url(../images/box2Next1.png) center center no-repeat;
}
/*第二通栏结束*/
/*第三通栏开始*/
.box3{
	background:#f0f0f0 url(../images/box3Bg1.jpg) center top no-repeat;
	background-size: 100% 468px;
	padding-bottom: 50px;
}
.box3Tab{
	text-align: center;
	font-size: 0;
	padding-top: 40px;
	margin-bottom: 40px;
}
.box3Tab span{
	display: inline-block;
	margin: 0 8px;
}
.box3Tab span a{
	display: block;
	font-size: 18px;
	color: #095fa8;
	width: 153px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	background: #fff; 
}
.box3Tab span.hover a{
	color: #fff;
	background: #ffbb02;
}
.boxTitle2{
	padding-top: 40px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 10px;
}
.boxTitle2 span{
	display: inline-block;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 25px;
	position: relative;
}
.boxTitle2 span:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box3CC{
	overflow: hidden;
	width: 1423px;
}
.box3CC dd{
	width: 332px;
	height: 485px;
	float: left;
	margin-right: 23px;
	position: relative;
	border-bottom: 4px solid #095FA8;
	background: #fff;
}
.box3CC dd a{
	display: block;
	width: 332px;
	height: 485px;
}
.box3CC dd a:after{
	content: '';
	display: block;
	width: 0;
	position: absolute;
	height: 4px;
	background: #095FA8;
	bottom: -4px;
	left: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.box3CC dd:hover a:after{
	width: 100%;
	left: 0;
	background: #ffaa15;
}
.box3CImg{
	width: 332px;
	height: 295px;
	position: relative;
}
.box3CImg img{
	width: 332px;
	height: 295px;
}
.box3CImg:after{
	content: '';
	display: block;
	width: 280px;
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	bottom: -1px;
	left: 26px;
}
.box3CText{
	padding: 0 26px;
}
.box3CText h4{
	font-size: 18px;
	color: #666666;
	padding-top: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.box3CText span{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #b5b5b5;
	margin-bottom: 10px;
}
.box3CText i{
	display: block;
	width: 41px;
	height: 26px;
	background: url(../images/jiantou.png) center center no-repeat;
}
/*第三通栏结束*/
/*第四通栏开始*/
.box4{
	background: #F0F0F0;
	padding-bottom: 60px;
}
.box4CC{
	overflow: hidden;
	width: 1401px;
}
.box4CC dd{
	width: 466px;
	margin-right: 1px;
	background: #fff;
	float: left;
}
.box4CImg{
	width: 466px;
	height: 387px;
	position: relative;
}
.box4CImg img{
	width: 466px;
	height: 387px;
}
.box4CImg:after{
	content: '';
	display: block;
	width: 400px;
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	bottom: -1px;
	left: 33px;
}
.box4CText{
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
/*第四通栏结束*/
/*第五通栏开始*/

/*第五通栏结束*/

/*底部开始*/
.footer{
	background: #2c2c2c;
}
.footerT{
	padding-top: 50px;
	min-height: 243px;
	border-bottom: 1px solid #484848;
}
.footerT1{
	width: 354px;
}
.footerT1 img{
	height: 113px;
}
.footerT2{
	width: 270px;
}
.footerT2 dt{
	margin-bottom: 8px;
	color: #fff;
	font-size: 18px;
}
.footerT2 dt a{
	color: #fff;
	font-size: 18px;
}
.footerT2 dd{
	height: 30px;
	line-height: 30px;
	color: #808080;
	font-size: 14px;
}
.footerT2 dd a{
	color: #808080;
	font-size: 14px;
}
.footerT2 dd a:hover{
	color: #D4D4D4;
}
.footerT3{
	overflow: hidden;
	margin-right: -20px;
}
.footerEwm1{
	overflow: hidden;
	width: 148px;
	text-align: center;
	margin-right:20px ;
}
.footerEwm1 h4{
	width: 148px;
	height: 148px;
	margin-bottom: 10px;
}
.footerEwm1 h4 img{
	width: 148px;
	height: 148px;
}
.footerEwm1 span{
	font-size: 14px;
	color: #7d7d7d;
}
.footerD{
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #7D7D7D;
}
.footerD span a{
	color: #7D7D7D;
}
.footerD span a:hover{
	color: #fff;
}
/*底部结束*/
/*
********************************此处首页样式结束********************************
*/
/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/
.subBanner{
	height: 420px;
	position: relative;
	perspective:600px;
}
.subBannerC img{
	height: 420px;
}
.subMenu{
	height: 74px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -700px;
	padding-top: 28px;
	border-bottom: 1px solid #E5E5E5;
	transition: all 0.5s;
	transform: rotateX(0) ;
	transform-origin:center bottom;
	
}
.subMenu.hover{
	transform: rotateX(109deg);
}
.subMenu h4{
	font-size: 18px;
	color: #444;
	font-weight: normal;
	padding-left: 50px;
}
.subMenu span{
	padding-left: 50px;
	font-size: 14px;
	color: #989898;
}
.subPageLeft{
	padding: 50px 0 0 50px;
	overflow: hidden;
}
.PageLeft{
	width: 214px;
}
.PageLeft dt{
	height: 45px;
	line-height: 45px;
	color: #555;
	padding-left: 14px;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
.PageLeft dt:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	width: 3px;
	background: #095FA8;
}
.PageLeft dd{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding-left: 14px;
	border-bottom: 1px solid #E5E5E5;
}
.PageLeft dd a{
	color: #777;
	display: block;
	height: 44px;
	position: relative;
}
.PageLeft dd a:after{
	content: '';
	display: block;
	width: 0;
	border-bottom: 1px solid #095FA8;
	position: absolute;
	left: -14px;
	bottom: -1px;
	transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.31, -0.46, 0.68, 1.43) 0s;
	
}
.PageLeft dd:hover a:after{
	width: 214px;	
}
.PageLeft dd.hover a:after{
	width: 214px;	
}
.subPageRight{
	overflow: hidden;
	min-height: 600px;
	padding: 30px 53px;
}
/*页码开始*/
.page {
	padding:35px 0 35px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page a {
	display: inline-block;
	padding:0 13px;
	background: #fff;
	color:#6f6f6f;
	height: 34px;
	line-height:34px ;
	font-size: 14px;
	color: #555;
	border: 1px solid #efefef;
	vertical-align: middle;
}
.page a:hover {
	background: #095FA8;
	color: #fff;
}
.page a.hover {
	background: #095FA8;
	color: #fff;
}
.page a.pageUp{
	width: 9px;
	background: url(../images/pagePrev.png) center center no-repeat;
}
.page a.pageDown{
	width: 9px;
	background: url(../images/pageNext.png) center center no-repeat;
}
/*页码结束*/
/*内页框架结束*/
/*单篇文章页开始*/

/*单篇文章页结束*/

/***newsView start***/
.ArticleTitle{
	text-align: center;
	font-size: 22px;
	color: #808080;
	line-height: 50px;
}
.articleTime{
	text-align: center;
}
.articleJump{
	margin-bottom: 50px;
	border-top: 1px solid #E5E5E5;
	padding-top: 30px;
}
.articleJumpL h4{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.articleJumpL h4 span{
	color: #888;
	display: inline-block;
	background: url(../images/jump1.png) center center no-repeat;
	width: 28px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
}
.articleJumpL h4 a{
	color: #666;
	font-size: 14px;
	padding-left: 8px;
}
.articleJumpL h4:hover span{
	color: #fff;
	background: url(../images/jump2.png) center center no-repeat;
}
.articleJumpR{
	width: 160px;
	margin: 0 auto;
}
.articleJumpR .bdsharebuttonbox .bds_qzone{
	background: url(../images/qq.png) center center no-repeat !important ;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
.articleJumpR .bdsharebuttonbox .bds_weixin{
	background: url(../images/weixin.png) center center no-repeat !important ;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
.articleJumpR .bdsharebuttonbox .bds_tsina{
	background: url(../images/wb.png) center center no-repeat !important ;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
.articleJumpR .bdsharebuttonbox .bds_qzone:hover{
	background: url(../images/qq1.png) center center no-repeat !important ;
}
.articleJumpR .bdsharebuttonbox .bds_weixin:hover{
	background: url(../images/weixin1.png) center center no-repeat !important ;
}
.articleJumpR .bdsharebuttonbox .bds_tsina:hover{
	background: url(../images/wb1.png) center center no-repeat !important ;
}
/* 文章阅读页——*/

#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;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #095FA8;
}

.articlePage a.hover {
	color: #fff;
	background: #095FA8;
}

.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: #365f4d;
}

.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;
}
/***newsView start***/
/***textImg1 start***/
.textImg1C{
	overflow: hidden;
	width:1065px ;
}
.textImg1 dd{
	width: 332px;
	margin:0 23px 23px 0;
	float: left;
	display: inline;
	border-bottom: 4px solid #095fa8;
}
.textImg1 dd a{
	display: block;
	width: 332px;
	position: relative;
}
.textImg1 dd a:after{
	content: '';
	display: block;
	width: 0;
	position: absolute;
	height: 4px;
	background: #095FA8;
	bottom: -4px;
	left: 50%;
	transition: all 0.4s ;
	-webkit-transition: all 0.4s;
}
.textImg1 dd:hover a:after{
	width: 100%;
	left: 0;
	background: #ffaa15;
}
.box3CImg{
	width: 332px;
	height: 295px;
	position: relative;
}
.textImg1Img{
	position: relative;
}
.textImg1Img:after{
	content: '';
	display: block;
	width: 280px;
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	bottom: -1px;
	left: 26px;
}
.textImg1Img.pic{
	position: relative;
}
.textImg1Img.pic::before{
	display: block;
	content: '';
	padding-top: 56.25%;
}
.textImg1Img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.textImg1Text{
	padding: 0 26px 30px 26px;
}
.textImg1Text h4{
	font-size: 18px;
	color: #666666;
	padding-top: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.textImg1Text span{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #b5b5b5;
	margin-bottom: 10px;
}
.textImg1Text i{
	display: block;
	width: 41px;
	height: 26px;
	background: url(../images/jiantou.png) center center no-repeat;
}
/***textImg1 end***/
/***event start***/
.event dt{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #c5c5c5;
}
.event dd{
	line-height: 60px;
	border-bottom: 1px dashed #C5C5C5;
	color: #666;
}
.event dd h4{
	font-weight: normal;
	font-size: 18px;
	padding-right: 30px;
	background: url(../images/event.png) right center no-repeat;
	min-width: 70px;
	float: left;
	display: inline;
	margin-right: 8px;
}
.event dd span{
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding-top: 17px;
    line-height: 28px;
}
/***event end***/
/***contactUs start***/
.contactUs{
	overflow: hidden;
}
.contactUs h4{
	text-align: center;
	font-size: 22px;
	color: #808080;
	font-weight: normal;
	line-height: 50px;
}
.contactUs dl dt{
	height: 394px;
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	margin-bottom: 15px;
}
.contactUs dl dd{
	width: 33%;
	float: left;
	display: inline;
	font-size: 16px;
	color: #808080;
	line-height: 40px;
}
/***contactUs end***/
/***textImg2 start***/
.textImg2C{
	margin: 0 -13px;
}
.textImg2C dd{
	width: 50%;
	float: left;
	overflow: hidden;
	
}
.textImg2C dd a{
	display: block;
	margin: 0 13px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	position: relative;
}
.textImg2C dd a:after{
	content: '';
	display: block;
	position: absolute;
	border-bottom: 1px solid #095FA8;
	left: 50%;
	width: 0;
	bottom: -1px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.textImg2C dd:hover a:after{
	left: 0;
	width: 100%;
}
.textImg2Img{
	width: 100%;
	height: 194px;
}
.textImg2Img img{
	width: 100%;
	height: 194px;
}
.textImg2Text{
	overflow: hidden;
	padding-top: 19px;
	height: 117px;
}
.textImg2TextL{
	border: 2px solid #e0e0e0;
	width: 84px;
	height: 88px;
	padding-left: 14px;
	margin-right: 15px;
}
.textImg2TextL h4{
	font-weight: normal;
	color: #555;
	font-size: 24px;
	padding-top: 15px;
	line-height: 36px;
	height: 36px;
}
.textImg2TextL span{
	font-size: 16px;
	color: #a9a9a9;
}
.textImg2TextR{
	overflow: hidden;
	padding-top: 15px;
}
.textImg2TextR h4{
	overflow: hidden;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	margin-bottom: 12px;
}
.textImg2TextR span{
	color: #999;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	display: block;
	overflow: hidden;
}
/***textImg2 end***/
/***textList1 start***/
.textList1{
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}
.textList1C{
	margin: 0 -20px;
	
}
.textList1C dd{
	width: 33.33%;
	float: left;
	display: inline;
	margin-bottom: 28px;
}
.textList1C dd a{
	margin: 0 20px;
	display: block;
}
.textList1C dd h4{
	font-size: 16px;
	color: #555;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 14px;
}
.textList1C dd span{
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.textList1C dd i{
	font-style: normal;
	font-size: 14px;
	color: #bababa;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}
.textList1C dd em{
	display: block;
	width: 105px;
	height: 30px;
	border: 1px solid #E5E5E5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: url(../images/jiant1.png) center center no-repeat;
}
.textList1C dd:hover em{
	border-color:#095FA8 ;
	background:#095FA8 url(../images/jiant2.png) center center no-repeat;
}
/***textList1 end***/
/***message start***/
.messageC dd{
	height: 33px;
	margin-bottom: 12px;
}
.messageC dd span{
	display: block;
	width: 84px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #6e6e6e;
	text-align: right;
	float: left;
}
.messageC dd input{
	display: block;
	width: 450px;
	height: 31px;
	padding-left: 5px;
	border: 1px solid #E5E5E5;
	line-height: 31px;
	float: left;
	border-radius:3px ;
	font-size: 16px;
}
.messageC dd input.input1{
	width: 300px;
	margin-right: 12px;
}
.messageC dd img{
	height: 33px;
	cursor: pointer;
}
.messageC dd textarea{
	width: 700px;
	padding-left: 5px;
	line-height: 33px;
	font-size: 16px;
	height: 263px;
	border: 1px solid #E5E5E5;
	border-radius:3px ;
}
.messageC dt{
	padding-left: 84px;
}
.messageC dt a{
	display: block;
	width: 156px;
	height: 42px;
	background: #095FA8;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
}
.messageList{
	padding-top: 40px;
}
.messageList dt{
	font-size: 20px;
	color: #444;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.messageList dd {
	height: 98px;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 25px;
}
.messageList dd i{
	width: 89px;
	color: #fff;
	font-size: 14px;
	height: 28px;
	float: left;
	font-style: normal;
	line-height: 28px;
	padding-left: 18px;
	margin-right: 10px;
}
.messageList dd h3{
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 18px;
}
.messageList dd h3 span{
	font-size: 14px;
	color: #909090;
	line-height: 28px;
}
.messageList dd h4 span{
	font-size: 14px;
	color: #b4b4b4;
	line-height: 28px;
}
.messageList dd h4{
	font-weight: normal;
	overflow: hidden;
}
.messageList dd h3 i{
	background: url(../images/messageBg1.png) center center no-repeat;
}
.messageList dd h4 i{
	background: url(../images/messageBg2.png) center center no-repeat;
}
/***message end***/
/*2018.4.17 添加*/
.box5{
	overflow: hidden;
	padding: 20px 0;
}
.box51{
	height: 40px;
    line-height: 40px;
    width: 120px;
    font-size: 25px;
    color: #444;
    border-right: 1px solid #e5e5e5;
    margin: 5px 11px 0 0;
}
.box52{
	display: flex;
}
.box52 dd{
	flex: 1;
	padding: 0 5px;
}
.box52 dd a{
	display: block;
	border:1px solid #e5e5e5;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #888;
}
.box52 dd a img{
	width: 100%;
	height: 50px;
}
/*文字列表2*/
.hotNews{ overflow:hidden; padding-bottom:30px; border-bottom:1px solid #ddd; }
.hotNews .pic{ width:340px; height:205px; overflow:hidden; display:block; margin-right:15px;margin-bottom: 10px;}
.hotNews .pic img{ width:420px; height:205px;}
.hotNews .textBox{ overflow:hidden; height:205px;margin-bottom: 10px;}
.hotNews .a1{ height:38px; line-height:38px; display:block; overflow:hidden; font-size:18px; color:#333;margin-bottom:15px; padding-top: 14px;}
.hotNews .a1:hover{ color:#da001c;}
.hotNews span{ height:90px; line-height:30px; font-size:15px; display:block;overflow:hidden; margin-bottom:5px;}
.hotNews em{ font-size:15px; color:#999; font-style:normal; display:block; line-height:30px;height:30px; margin-bottom:10px;}
.hotNews .more{ height:32px; line-height:32px; width:125px; background:#da001c;text-align:center; display:block; font-size:12px; color:#fff; border-radius:25px;}
.hotNews .more:hover{ opacity:0.8}
.newsList{ overflow:hidden;}
.newsList dd{ padding:20px 0; overflow:hidden;border-bottom:1px solid #ddd;}
.newsList dd .a1{ height:30px; line-height:30px; font-size:18px; color:#333; display:block; overflow:hidden; margin-bottom:18px;}
.newsList dd .a1:hover{ color:#da001c;}
.newsList dd i{ width:12px; height:3px; background:#666; float:left; display:inline; margin:13px 16px 0 0;}
.newsList dd .a1:hover i{ background:#da001c}
.newsList dd span{ height:48px; line-height:24px; font-size:14px; display:block;overflow:hidden; margin-bottom:5px;}
.newsList dd .more{ height:26px; line-height:26px; font-size:14px; color:#333;overflow:hidden;}
.newsList dd .more:hover{ color:#da001c;}
/*
********************************此处内页样式结束********************************
*/
@media screen and (max-width: 1580px){
	.wrap{
		width: 1200px;
	}
	.syMenu li span{
		padding: 0 8px 8px 8px;
	}
	.box1TL {
	    width: 540px;
	    padding: 30px;
	    height: 325px;
	}
	.box1TR{
		width: 600px;
		height: 385px;
	}
	.box1D{
		width: 1200;
		height: 283px;
	}
	.box1D dd{
		width: 398px;
		margin-right: 3px;
	}
	.box1DImg{
		width: 398px;
		height: 283px;
	}
	.box1DImg img{
		width: 398px;
		height: 283px;
	}
	.box2C .bd dl dd{
		width: 310px;
	}
	.box2Img img{
		width: 310px;
		height: 174px;
	}
	.box3CC dd{
		width: 282px;
	}
	.box3CImg {
		width: 282px;
		height: 281px;
	}
	.box3CImg img{
		width: 282px;
		height: 281px;
	}
	.box3CImg:after{
		width: 230px;
	}
	.box3CC dd a{
		width: 282px;
	}
	.box3{
		background-size: 100% 425px;
	}
	.box4CC dd{
		width: 399px;
	}
	.box4CImg:after{
		width: 333px;
	}
	.box4CImg{
		width: 399px;
		height: 333px;
	}
	.box4CImg img{
		width: 399px;
		height: 333px;
	}
	.footerT1{
		width: 330px;
	}
	.subMenu{
		margin-left: -600px;
	}
	.textImg1C dd{
		width: 282px;
	}
	.textImg1Img {
		width: 282px;
		height: 251px;
	}
	.textImg1Img img{
		width: 251px;
		height: 251px;
	}
	.textImg1Img:after{
		width: 230px;
	}
	.textImg1C dd a{
		width: 282px;
	}
	.textList1C{
		margin: 0 -12px;
	}
	.textList1C dd a{
		margin: 0 12px;
	}
}
@media screen and (max-width: 1200px){
    body{ overflow: hidden;}
}
.rightCont{
	position: relative;
	z-index: 999;
}
.closeRight{
	background: url(../images/close.png) center center no-repeat;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 5px;
	position: absolute;
}