@charset "utf-8";
/*江晓东 2018.08.07 */
/* css document */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: none;

}/*文字强制换行word-break:keep-all;(ff)*/
table {
	border-collapse: collapse;
	margin: auto;
}/*细线表格*/
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(-5px); -webkit-transform: translatey(-5px);box-shadow: 0 2px 9px 2px rgba(0,0,0,0.1);}
.default{background:  center center no-repeat;}
/*公共部分结束*/
/*
********************************此处首页样式开始********************************
*/
/*头部开始*/
.top{
	height: 132px;
	overflow: hidden;
}
.logo{
	padding-top: 34px;
}
.logo a{
	display: block;
}
.logo a img{
	height: 63px;
}
.topr{
	width: 300px;
}
.topmenu{
	overflow: hidden;
	padding-top: 25px;
}
.topmenu li{
	float: left;
	display: inline;
	padding: 0 8px;
	line-height: 14px;
	height: 14px;
	font-size: 12px;
}
.topmenu li a{
	color: #989898;
}
.topmenu li li{
	border-left: 1px solid #cdcdcd;
}
.search {
	padding-top: 25px;
	position: relative;
	right: 35px;
    top: -40px;
}
.sehinp{
	margin-right: 22px;
}
.sehinp input{
	display: block;
	border: none;
	background: #eee;
	height: 28px;
	line-height: 28px;
	padding: 0 25px;
	border-radius: 28px;
	width: 180px;
	color: #333;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.sehinp input:focus{
	background: #347e1b;
	color: #fff;
}
.sehinp input:focus::-webkit-input-placeholder{
	color: #fff;
}
.sehbtn{
	position: absolute;
	top: 25px;
	right: 0;
}
.sehbtn a{
	display: block;
	width: 22px;
	height: 28px;
	background:  right center no-repeat;
}
.topmenu li a:hover{
	color: #347e1b;
}
/*头部结束*/
/*menu开始*/
.indmenubox{
	background: #37851d;
	height: 55px;
	position: relative;
	z-index: 99;
}
.indmenu dd{
	float: left;
	display: inline;
	width: 10%;
	position: relative;
	z-index: 9;
}
.indmenu dd span{
	display: block;
}
.indmenu dd span a{
	display: block;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.indmenu dd.hover span a{
	background: #f4aa34;
}
.submenu{
	position: absolute;
	top: 55px;
	background: #fff;
	width: 100%;
	padding: 10px 0 18px 0;
	display: none;
	z-index: 9;
}
.submenu li{
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.submenu li a{
	color: #666;
	font-size: 13px;
}
.submenu li a:hover{
	color: #f4aa34;
	text-decoration: underline;
}
.submenu li.hover a{
	color: #f4aa34;
	text-decoration: underline;
}
/*menu结束*/
/*banner开始*/
.indbanner{
	position: relative;
	z-index: 1;
}
.indbanner .slick li{
	background-repeat: no-repeat;
	background-position: center center; 
}
.indbanner .slick li a{
	height: 520px;
	display: block;
	position: relative;
	z-index: 1;
}
.indbanner .slick .bnrtxt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -53px;
	margin-left: -299px;
}
.indbanner .slick-list{
	z-index: 1;
}
.indbanner .slick-dots{
	position: absolute;
	bottom: 35px;
	width: 100%;
	font-size: 0;
	text-align: center;
	z-index: 9;
}
.indbanner .slick-dots li{
	display: inline-block;
	width: 37px;
	height: 3px;
	background: #fff;
	margin:0 7px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.indbanner .slick-dots li.slick-active{
	width: 57px;
	background: #7cbe2f;
}
/*banner结束*/

/*第一通栏开始*/
.box1{
	padding: 30px 0;
}
.notice{
	overflow: hidden;
	background: #f7f7f7;
}
.notleft{
	background:  left center no-repeat;
	width: 146px;
	height: 49px;
	line-height: 49px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}
.notleft .notico{
	float: left;
	width: 46px;
	height: 49px;
	position: relative;
	background:  15px center no-repeat;
}
.notleft .notico i{
	display: block;
}
.notleft .notico .notico1{
	position: absolute;
	top: 17px;
	left: 28px;
	width: 8px;
	height: 14px;
	background: ;
	animation: notice1 2s linear infinite;
}
.notleft .notico .notico2{
	position: absolute;
	top: 16px;
	left: 32px;
	width: 7px;
	height: 17px;
	animation: notice2 2s linear infinite;
	background: ;
}
@keyframes notice1{
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@keyframes notice2{
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
.notcon{
	overflow: hidden;
	height: 49px;
	position: relative;
}
.notcon ul{
	padding: 0 20px;
	width: 920px;
	overflow: hidden;
	outline: none;
}
.notcon ul li{
	float: left;
	display: inline;
	line-height: 49px;
	font-size: 14px;
	width: 440px;
}
.notcon ul li a{
	color: #666;
	width: 330px;
	height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	outline: none;
	padding-left: 10px;
	background: url(/uploads/image/syimages/list1.png) left center no-repeat;
}
.notcon ul li a:hover{
	color: #5fa334;
}
.notcon ul li span{
	color: #999;
	float: right;
}
.notcon ul li li{
	margin-left: 40px;
}
.notcon span.slick-arrow{
	display: block;
	position: absolute;
	right: 0;
	width: 33px;
	height: 22px;	
	z-index: 9;
	cursor: pointer;
}
.notcon span.prev{
	top: 0;
	background:  left bottom no-repeat;
}
.notcon span.next{
	z-index: 9;
	bottom: 0;
	background:  left top no-repeat;
}
.notcon span.prev:hover{
	top: 0;
	background:  left bottom no-repeat;
}
.notcon span.next:hover{
	bottom: 0;
	background:  left top no-repeat;
}
/*第一通栏结束*/
/*第二通栏开始*/
.box2l{
	width: 573px;
	margin-right: 33px;
}
.box2imgsco{
	position: relative;
}
.box2imgsco .slick dd a{
	display: block;
}
.box2imgsco .slick img{
	width: 573px;
	height: 360px;
}
.box2imgsco .slick dd span{
	display: none;
}
.box2ltit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: ;

}
.box2ltit a{
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box2lpage{
	position: absolute;
	bottom: 0;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 14px;
	right: 36px;
}
.box2lpage em{
	color: #38821f; 
}
.box2imgsco .prev,
.box2imgsco .next{
	cursor: pointer;
	position: absolute;
	bottom: 0;
	height: 43px;
	width: 10px;
}
.box2imgsco .prev{
	background:  left center no-repeat;
	right: 60px;
}
.box2imgsco .next{
	background:  right center no-repeat;
	right: 24px;
}

.box2video{
	padding-top: 20px;
	margin:0 -12px;
}
.box2video dd{
	width: 50%;
	float: left;
	display: inline;
}
.box2video dd a{
	display: block;
	margin: 0 12px;
	position: relative;
}
.imgbox{
	position: relative;
	overflow: hidden;
	
}
.box2video dd .imgbox{
	padding-top: 56.2043%;
	*padding-top: 56%;
}
.imgbox img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box2video dd .vplay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: ;
}
.box2video dd .vplay i{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 46px;
	width: 46px;
	margin: -24px 0 0 -24px;
	border: 3px solid rgba(0,0,0,0.8);
	border-radius: 50%;
}
.box2video dd .vplay i:before{
	content: '';
	display: block;
	height: 100%;
	background: url(/uploads/image/syimages/play1.png) center center no-repeat;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.box2video dd .vplay i:after{
	position: absolute;
	top: 0;
	left: 1px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: url(/uploads/image/syimages/play.png) center center no-repeat;
}
.box2video dd a:hover .vplay i:before{
	transform: scale(0);
}
.box2r{
	overflow: hidden;
}
.box2rt{
	position: relative;
}
.box2rtab{
	border-bottom: 3px solid #38821f;	
	background: #f7f7f7;
	overflow: hidden;
}
.box2rtab li{
	float: left;
	display: inline;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	width: 145px;
	text-align: center;
}
.box2rtab li a{
	display: block;
	color: #666666;
}
.box2rtab li.hover a{
	color: #fff;
	background: #38821f;
}
.box2rmore{
	position: absolute;
	right: 18px;
	height: 100%;
	top: 0;
}
.box2rmore a{
	display: block;
	height: 100%;
	width: 25px;
	background: url(/uploads/image/syimages/more.png) no-repeat center center;
}
.box2rlist dl{
	padding: 30px 0 20px 0;
	border-bottom:dashed 1px #666;
}
.box2rlist dt{
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	margin-bottom: 15px;
}
.box2rlist dt a{
	font-size: 20px;
	color: #222;
	float: left;
	width: 475px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2rlist dt span{
	float: right;
	color: #999;
	font-size: 16px;
}
.box2rlist dd{
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}
.box2rlist dd a{
	font-size: 16px;
	color: #333;
	float: left;
	width: 475px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2rlist dd span{
	float: right;
	color: #999;
	font-size: 15px;
}
.box2rlist a:hover{
	color: #38821f;
}
/*第二通栏结束*/
/*第三通栏开始*/
.box3{
	padding: 30px 0; 
}
.box3 a{
	display: block;
}
.box3 a img{
	height: 130px;
	width: 100%;
}

/*第三通栏结束*/
/*第四通栏开始*/
.box4l{
	width: 285px;
	margin-right: 40px;
}
.box4scrlist a{
	display: block;
	outline: none;
}
.box4scrlist .imgbox{
	padding-top: 87.0629%;
	*padding-top: 87%;
}
.box4scrlist .txtbox{
	background:  center center;
	padding:24px 20px;
}
.box4scrlist .txtbox h4{
	font-weight: normal;
	font-size: 18px;
	color: #805527;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4scrlist .txtbox span{
	font-size: 14px;
	color: #987740;
	line-height: 24px;
	display: block;
	padding-top: 12px;
}
.box4scr{
	position: relative;
	overflow: hidden;
}
.box4scr .slick-arrow{
	display: block;
	height: 39px;
	width: 19px;
	position: absolute;
	top: 32%;
	margin-top: -19px;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.box4scr .prev{
	background: url(/uploads/image/syimages/prev1.png);
	left: -19px;
}
.box4scr .next{
	background: url(/uploads/image/syimages/next1.png);
	right: -19px;
}
.box4scr:hover .prev{
	left: 0;
}
.box4scr:hover .next{
	right: 0;
}
.box4r{
	width: 255px;
	margin-left: 40px;
	overflow: hidden;
}
.box4r1{
	position: relative;
}
.box4r1tit{
	height: 47px;
	background: #efefef;
	line-height: 47px;
	font-size: 16px;
	color: #666; 
	position: relative;

}
.box4r1tit span{
	padding-left: 34px;
}
.box4r1tit i{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 47px;
	cursor: pointer;
	background: #38821f url(/uploads/image/syimages/box4arrow.png) center center no-repeat;
}
.box4r1c{
	position: absolute;
	top: -402px;
	height: 360px;
	overflow-y:auto; 
	left: 0;
	background: #fff;
	width:253px;
	padding: 20px 0 ;
	border: 1px solid #e5e5e5;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.box4r1c.hover{
	top: 0;
	bottom: auto;
}
.box4r1c li{
	line-height: 30px;
	padding:0 20px;
	font-size: 14px;
}
.box4r1c li a{
	color: #666;
}
.box4r1c li a:hover{
	color: #38821f;
}
.box4r2 dd{
	height: 74px;
	padding-top: 15px;
}
.box4r2 dd a{
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 74px;
	padding-left: 120px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.box4r2 dd.ico1 a{background:#f7f7f7  65px center no-repeat;}
.box4r2 dd.ico2 a{background:#f7f7f7  65px center no-repeat;}
.box4r2 dd.ico3 a{background:#f7f7f7  65px center no-repeat;}
.box4r2 dd.ico4 a{background:#f7f7f7  65px center no-repeat;}
.box4r2 dd.ico1 a:hover{ color: #38821f; background-image: ;}
.box4r2 dd.ico2 a:hover{ color: #38821f; background-image: ;}
.box4r2 dd.ico3 a:hover{ color: #38821f; background-image: ;}
.box4r2 dd.ico4 a:hover{ color: #38821f; background-image: ;}
.box4w{
	overflow: hidden;
}
.boxtit{
	height: 45px;
	line-height: 45px;
	position: relative;
}
.boxtit span{
	display: block;
	padding-left: 20px;
	background:  left center no-repeat;
	color: #38821f;
	font-size: 24px;
}
.boxtit .box2rmore{
	right: 0;
}
.box4wlist{
	padding: 15px 0 0 0;
}
.box4wlist dt{
	padding: 15px 0;
	border-bottom:dotted 1px #666 ;
	border-top:dotted 1px  #666;
	margin-bottom: 10px;
}
.box4wlist dt h4{
	font-weight: normal;
	font-size: 20px;
	color: #222;
	line-height: 30px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4wlist dt h4 a{
	color: #222;
}
.box4wlist dt h4 a:hover{
	color: #38821f;
}
.box4wlist dt span{
	display: block;
	height: 49px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
}
.box4wlist dt span a{
	color: #db0000;
}
.box4wlist dd{
	line-height: 36px;
	height: 36px;
}
.box4wlist dd a{
	float: left;
	color: #333;
	font-size: 16px;
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box4wlist dd a:hover{
	color: #38821f;
}
.box4wlist dd span{
	float: right;
	color: #999;
	font-size: 15px;
}
/*第四通栏结束*/
/*第五通栏开始*/
.box5{
	padding: 40px 0;
	overflow: hidden;
}
.box5l{
	width: 905px;
	margin-right: 43px;
}
.box5llist{
	padding: 12px 0 0 0;
	margin:0 -11px;
}
.box5llist .list_slide{
	width: 33.3333%;
	padding: 5px 0;
}
.box5llist .list_slide a{
	display: block;
	margin: 0 11px;
}
.box5llist .list_slide .imgbox{
	padding-top: 64.3598%;
}
.box5llist .list_slide span{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #666;
	padding-top: 12px;
	height: 20px;
}
.box5r{
	overflow: hidden;
	
}
.box5rlist{
	width: 100%;
	position: relative;
}
.box5rlist .list_slide{
	padding: 10px;
}
.box5rlist .list_slide a{
	display: block;
	position: relative;
}
.box5rlist .list_slide .imgbox{
	padding-top: 108.5714%;
	z-index: 9;
}
.box5rlist .list_slide i{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: ;
}
.box5rlist .slick-dots{
	position: absolute;
	bottom: 24px;
	width: 100%;
	text-align: center;
	z-index: 9;
}
.box5rlist .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}
.box5rlist .slick-dots li.slick-active{
	background: #7cbe2f;
}
/*第五通栏结束*/
/*第六通栏开始*/
.box6{
	background: #f7f7f7;
	line-height: 49px;
	padding: 26px 0;
	overflow: hidden;
}
.frdlinkl{
	width: 146px;
	background: ;
	height: 49px;
	color: #fff;
	font-size: 16px;
	margin-right: 17px;
}
.frdlinkl span{
	display: block;
	padding-left: 49px;
	background:  19px center no-repeat;
}
.frdlink dd{
	float: left;
	display: inline;
	padding: 0 17px;
}
.frdlink dd a{
	font-size: 14px;
	color: #666;
}
.frdlinkr a{
	font-size: 14px;
	color: #666;
}
.frdlink a:hover{
	color: #5fa334;
}
/*第六通栏结束*/

/*底部开始*/
.footer1{
	padding: 58px 0;
	background: #2b2b2b;
	overflow: hidden;
}
.footmenu{
	width: 200px;
}
.footmenu dt{
	margin-bottom: 15px;
}
.footmenu dt a{
	font-size: 16px;
	color: #999;
}
.footmenu dd{
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	position: relative;
}
.footmenu dd a{
	color: #666;
}
.footmenu a:hover{
	color: #fff;
}
.footcode{
	margin-right: 45px;
}
.footcode span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-top: 8px;
}
.footcnt dd{
	font-size: 14px;
	color: #666;
	padding-left: 35px;
	height: 36px;
	line-height: 36px;
}
.footcnt dd.ico1{
	background:  left center no-repeat;
}
.footcnt dd.ico2{
	font-size: 24px;
	color: #f4aa34;
	background:  left center no-repeat;
}
.footcnt dd.ico3{
	background:  left center no-repeat;
}
.footcnt dd.ico4{
	background:  left center no-repeat;
}
.footer2{
	background: #1d1d1d;
	font-size: 13px;
	color: #666;
	height: 70px;
	line-height: 70px;
}
.footer2 span a{
	color: #666;
}
.footer2 span a:hover{
	color: #fff;
}

/*底部结束*/
/*
********************************此处首页样式结束********************************
*/
/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/
.subbanner a{
	display: block;
	height: 300px;
	background-position: center center;
}
.pageleft{
	width: 250px;
	position: relative;
	top: -45px;
	margin-right: 50px;
}
.pageleftt{
	height: 120px;
	text-align: center;
	background:  center center no-repeat;
}
.pageleftt span{
	font-size: 26px;
	color: #fff;
	padding-top: 30px;
	display: block;
}
.pageleftt em{
	font-size: 14px;
	color: #fff;
}
.plmenu dd span{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
}
.plmenu dd span a{
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 72px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	background:#f7f7f7  59px center no-repeat;
}
.plmenu dd.hover span a{
	background-color: #f4aa34;
	background-image: ;
	color: #fff;
}
.threemenu{
	background: #fff;
	padding: 19px 0 ;
	display: none;
}
.threemenu li{
	height: 38px;
	line-height: 38px;
}
.threemenu li a{
	display: block;
	padding-left: 75px;
	font-size: 14px;
}
.threemenu li a i{
	font-size: 16px;
}
.threemenu li.hover a{
	color: #f4aa34;
}
.threemenu li:hover a{
	color: #f4aa34;
}
.pldown{
	padding: 15px 0 0 0;
}
.pldown a{
	display: block;
	padding-top: 35.8565%;
}
.pageright{
	overflow: hidden;
	padding-top: 20px;
}
.location{
	height: 60px;
	line-height: 60px;
	border-bottom: dotted 1px #ddd;
}
.pagetit{
	font-size: 22px;
	color: #38821f;
	padding-left: 15px;
	background:  left center no-repeat;
}
.locationc{
	font-size: 13px;
	padding-left: 25px;
	background:  left center no-repeat;
}
.locationc a{
	color: #797979;
}
.locationc i{
	display: inline-block;
	background:  center center no-repeat;
	width: 8px;
	padding: 0 0 0 8px;
	height: 11px;
	vertical-align: middle;
}
.locationc a:hover{
	color: #38821f;
}
.locationc a.hover{
	color: #38821f;
}
.goup{
	width: 63px;
	height: 63px;
	background: ;
	position: fixed;
	bottom: 300px;
	right: 19px;
	cursor: pointer;
}
/*页码开始*/
.page{padding:20px 0 60px 0;text-align: center;clear: both;font-size: 14px; border-top: dotted 1px #bbb; }
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:9px 13px;color:#999999; border: 1px solid #e5e5e5;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{color: #ba130b; border-color: #ba130b;}
.page a.hover{color: #ba130b; border-color: #ba130b;}
.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: }
.page a.prevpage div{background-image: }
.page a.nextpage div{background-image: }
.page a.lastpage div{background-image: }

.page a.firstpage:hover div{background-image: }
.page a.prevpage:hover div{background-image: }
.page a.nextpage:hover div{background-image: }
.page a.lastpage:hover div{background-image: }

.page a.firstpage.disabled{background:#e2e2e2; color: #999; border-color: #e5e5e5;}
.page a.prevpage.disabled{background:#fafafa; color: #999; border-color: #e5e5e5;}
.page a.nextpage.disabled{background:#e2e2e2; color: #999; border-color: #e5e5e5;}
.page a.lastpage.disabled{background:#e2e2e2; color: #999;border-color: #e5e5e5;}

.page a.firstpage.disabled div{background-image: }
.page a.prevpage.disabled div{background-image: }
.page a.nextpage.disabled div{background-image: }
.page a.lastpage.disabled div{background-image: }
/*页码结束*/
/*内页框架结束*/
/*单篇文章页开始*/

/*单篇文章页结束*/

/**
* newsview
* 新闻详细页
*/
.articletitle{
	font-size: 24px;
	text-align: center;
}
.articletime{
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.articletime span{
	padding-right: 20px;
}
.articletime span i{
	color: #db0000;
	font-weight: bold;
}
.pageup{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	color: #999;
	font-size: 13px;
	border-top: 1px solid #e5e5e5;
	position: relative;
}
.pageup a{
	color: #999;
}
.pageup a:hover{
	color: #38821f;
}
.pageup .goback{
	width: 130px;
	height: 40px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #38821f;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
}
.pageup .goback a{
	display: block;
	color: #fff;
}
/* 文章阅读页——*/

#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: ;
}

#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:  no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background:  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(/uploads/image/syimages/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(/uploads/image/syimages/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: #365f4d;
}

.articlepage a.hover {
	color: #fff;
	background: #365f4d;
}

.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(/uploads/image/syimages/file.png) no-repeat left center;
}

.articlehand a:hover {
	color: #365f4d;
}

.articlehand a.word {
	background: url(/uploads/image/syimages/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articlehand a.ppt {
	background: url(/uploads/image/syimages/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articlehand a.excel {
	background: url(/uploads/image/syimages/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articlehand a.pdf {
	background: url(/uploads/image/syimages/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articlehand a.zip {
	background: url(/uploads/image/syimages/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.articlebox{
	font-size: 14px;
	line-height: 30px;
}
.articlebox img{
    max-width: 100%;
}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
	}
.article_fzbox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotatex(90deg);
	-webkit-transform:rotatex(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	}
.article_fz:hover .article_fzbox{
	opacity:1;
	transform:rotatex(0deg);
	-webkit-transform:rotatex(0deg);}
.article_fzbox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	}
.article_fzbox span:hover{
	background:#38821f;
	color:#fff;
	}
.article_fzbox span.hover{
	background:#38821f;
	color:#fff;
	}
.ashare{
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
.asharet{
	line-height: 25px;
}
/**
* imglist1
* 2-1 基本信息（领导班子）
*/
.imglist1{
	margin: 0 -33px;
	padding: 30px 0;
}
.imglist1 dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}
.imglist1 dd a{
	display: block;
	margin: 0 33px;
}
.imglist1 dd .imgbox{
	padding-top: 112.549%;
}
.imglist1 dd .listinfr{
	font-size: 14px;
	color: #333;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.imglist1 dd .listtit{
	font-size: 14px;
	color: #fff;
	background: #a2a2a2;
	text-align: center;
	line-height: 30px;
	height: 30px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.imglist1 dd a:hover .listtit{
	background: #38821f;
}
/**
* textimg1
* 2-1 基本信息（领导班子）1
*/
.textimg1{
	margin: 0 -36px;
	overflow: hidden;
	padding: 30px 0; 
}
.textimg1 dd{
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 35px;
}
.textimg1 dd a{
	display: block;
	margin: 0 36px;
}
.textimg1 dd .ddbox{
	overflow: hidden;
}
.textimg1 dd .imgbox{
	width: 200px;
	height: 225px;
}
.textimg1 dd .listtxt{
	overflow: hidden;
	padding: 0 32px;
}
.textimg1 dd .listinfr{
	color: #333;
	font-size: 14px;
	line-height: 28px;
	padding-top: 18px;
	height: 84px;
	margin-bottom: 20px;
}
.textimg1 dd .listinfr span{
	display: block;
	
}
.textimg1 dd .listtit{
	background: #a2a2a2;
	color: #fff;
	width: 85px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.textimg1 dd .listinfr1{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding-top: 18px;
	height: 120px;
	overflow: hidden;
}
.textimg1 dd a:hover .listtit{
	background: #38821f;
}
/**
* textlist1
* 2-2 企业领导管理（人事任免）
*/
.textlist1hot{
	padding: 30px 0 15px 0;
	border-bottom: dotted 1px #ddd;
}
.textlist1hot .listtit{
	font-size: 20px;
	color: #222;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.textlist1hot .listinfr{
	line-height: 26px;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
	height: 52px;
}
.textlist1hot .listinfr a{
	color: #db0000;
}
.textlist1{
	padding: 20px 0;
}
.textlist1 dd{
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}
.textlist1 dd a{
	float: left;
	color: #333;
	font-size: 16px;
	padding-left: 16px;
	background:url(/uploads/image/syimages/list2.png) left center no-repeat;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textlist1 dd span{
	float: right;
	font-size: 15px;
	color: #999;
}
/**
* textimg2
* 3-1 集团新闻（图文）1
*/
.textimg2 {
	padding: 30px 0; 
}
.textimg2 dd{
	margin-bottom: 30px;
	background: #f7f7f7;
	overflow: hidden;
}
.timg2img{
	width: 345px;
}
.timg2img a{
	display: block;
}
.timg2img .imgbox{
	padding-top: 62.8985%;
}
.timg2txt {
	overflow: hidden;
	padding: 0 22px 0 32px;
}
.timg2txt .listtit{
	font-size: 18px;
	color: #333;
	padding: 30px 0 18px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	border-bottom: 1px solid #bbb;
}
.timg2txt .listtit a{
	color: #333;
}
.timg2txt .listinfr{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 52px;
	overflow: hidden;
	padding-top: 18px;
}
.timg2txt .linttime{
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}
/**
* textimg3
* 3-1 集团新闻（图文）2
*/
.textimg3{
	padding: 30px 0; 
	margin: 0 -20px;
}
.textimg3 dd{
	float: left;
	width: 33.3333%;
	display: inline;
	margin-bottom: 30px;
}
.textimg3 dd a{
	display: block;
	margin: 0 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.textimg3 .linttime{
	font-size: 13px;
	color: #666;
	line-height: 23px;
	height: 23px;
}
.textimg3 .linttime i{
	display: inline-block;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	width: 65px;
	text-align: center;
	margin-right: 15px;
	background: #38821f;
}
.textimg3 .listtit{
	line-height: 26px;
	font-size: 16px;
	color: #333;
	height: 52px;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 20px;
}
.textimg3 .imgbox{
	padding-top: 63%;
}
.textimg3 .listinfr{
	line-height: 26px;
	font-size: 14px;
	color: #999;
	padding: 15px 0 0 0;
	margin-bottom: 15px;
	height: 52px;
	overflow: hidden;
}
.textimg3 a:after{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 0;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	border-bottom: 2px solid #38821f;
}
.textimg3 a:hover .listtit{
	color: #38821f;
}
.textimg3 a:hover:after{
	width: 193px;
}
/**
* imglist2
* 3-2 媒体报道
*/
.imglist2{
	margin: 0 -20px;
	padding: 40px 0;
}
.imglist2 dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
.imglist2 dd a{
	display: block;
	margin: 0 20px;
}
.imglist2 dd .imgbox{
	padding-top: 52.679%;
}
.imglist2 .imgmask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: ;
}
.imglist2 .imgmask i{
	position: absolute;
    top: 50%;
    left: 50%;
    height: 46px;
    width: 46px;
    margin: -24px 0 0 -24px;
    border: 3px solid rgba(0,0,0,0.8);
    border-radius: 50%;
}
.imglist2 .imgmask i:before {
    content: '';
    display: block;
    height: 100%;
    background: url(/uploads/image/syimages/play1.png) center center no-repeat;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.imglist2 .imgmask i:after {
    position: absolute;
    top: 0;
    left: 1px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(/uploads/image/syimages/play.png) center center no-repeat;
}
.imglist2 a:hover .imgmask i:before{
	transform: scale(0);
}
.imglist2 .listtit{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/**
* recruit
* 5-1 人才战略（招聘信息）
*/
.recruitment{min-height: 1000px;height: auto !important;height: 1000px; padding:20px 0;}
.rmt_dl dt span a{display:block;width:100px;height:30px;text-align:center;line-height:30px;background:#c4171f;color:#fff;margin-left:25px;}
.rmt_dl dt span a:hover{ opacity:0.9}
.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:65px;background:#fafafa;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:65px;line-height:65px;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(/uploads/image/syimages/jia.png) no-repeat center center;}
.rmt_dl dd.hover .div1{
	background: #5fa334;
}
.rmt_dl dd.hover .div1 span.span5{
	background-image: url(/uploads/image/syimages/jian.png);
}
.rmt_dl dd.hover .div1 span.span1{
	color: #fff;
}
.rmt_dl dd .div2{clear:both;overflow:hidden;padding:10px 30px;color:#666666;font-size:14px;line-height:30px;text-align:left;display:none; background:#fafafa;}
.div2text{
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.rmtdown{
	padding: 20px 0;
}
.rmtdown a{
	padding-left:35px ;
	background: url(/uploads/image/syimages/rmtico1.png) left center no-repeat;
	line-height: 30px;
	height: 30px;
	text-decoration: underline;
	font-size: 16px;
	color: #333;
}
.rmtsubmit{
	padding-bottom: 20px;
}
.rmtsubmit a{
	display: block;
	height: 40px;
	width: 140px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #f4aa34;
}
/**
* imglist3
* 7-1 集团产业
*/
.imglist3{
	margin: 0 -12px;
	padding: 40px 0;
}
.imglist3 dd{
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 5px 0;
}
.imglist3 dd a{
	display: block;
	margin: 0 12px;
}
.imglist3 dd .imgbox{
	padding-top: 64.2105%;
}
.imglist3 .listtit{
	height: 36px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/**
* imglist4
* 6-1 企业文化（电子期刊）
*/
.imglist4{
	margin: 0 -39px;
	padding: 30px 10px 30px 0;
}
.imglist4 dd{
	float: left;
	width: 33.3333%;
	display: inline;
	padding: 10px 0;
}
.imglist4 dd a{
	display: block;
	position: relative;
	margin: 0 39px;
}
.imglist4 dd .listbox{
	position: relative;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.imglist4 dd a:hover .listbox{
	transform: translatey(-4px);
}
.imglist4 dd .imgbox{
	padding-top: 108.5714%;
	z-index: 9;
}
.imglist4 dd .listbg{
	display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: ;
}
.imglist4 dd .listtit{
	padding-top: 25px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: center;
}
/**
* textlist2
* 8-1 通知公告
*/
.textlist2hot{
	border-bottom: dotted 1px #ddd;
	overflow: hidden; 
	padding: 30px 0;
}
.textlist2hot .listtime{
	width: 115px;
	height: 120px;
	background: #38821f;
	color: #fff;
	text-align: center;
	margin-right: 26px;
}
.textlist2hot .listtime span{
	font-size: 47px;
	display: block;
	line-height: 50px;
	padding: 27px 0 0 8px;
	font-family: arial;
}
.textlist2hot .listtime em{
	font-size: 12px;
}
.textlist2hot .listbox{
	overflow: hidden;
}
.textlist2hot .listtit{
	font-size: 18px;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.textlist2hot .listtit a{
	color: #222;
}
.textlist2hot .listinfr{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
/**
* contact
* 9-1 联系我们
*/
.contact{
	padding: 40px 0;
}
.contact .map{
	height: 395px;
	overflow: hidden;
	background: #f7f7f7;
}
.contactc{
	font-size: 16px;
	line-height: 40px;
	color: #777;
	padding: 20px 0;
}
.contactc em{
	font-size: 22px;
	color: #222;
	margin-bottom: 20px;
}
/**
* message
* 9-2 投诉建议
*/
.msgform{
	overflow: hidden;
	padding: 40px 0 0 0;
}
.msgform dd{
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
	display: inline;
	width: 100%;
}
.msgform dd span{
	float: left;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	width: 85px;
}
.msgform dd span em{
	display: inline-block;
	width: 16px;
	color: #f40012;
}
.msgform dd span i{
	padding:0 11px;
}
.msgform dd .iptbox{
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #d7d7d7;
}
.msgform dd .iptbox input{
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: none;
	background: none;
}
.msgform dd.style1{
	width: 435px;
}
.msgform dd.style1 dd.style1{
	margin-left: 29px;
}
.msgform dd textarea{
	height: 230px;
	width: 100%;
	resize: none;
	line-height: 50px;
	border: none;
} 
.msgform dd.style2 .ddbox{
	width: 430px;
	margin-right: 29px;
}
.msgform dd.style2 a{
	float: left;
	display: inline;
}
.msgform dd.style2 a img{
	width: 100px;
	height: 50px;
}
.magsubmit{
	padding: 10px 0 50px 0;
}
.magsubmit a{
	display: block;
	font-size: 16px;
	width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background: #f4aa34;
}
/**
* textlist3
* 9-2 投诉建议
*/
.textlist3{
	margin: 0 -17px;
	padding: 40px 0;
}
.textlist3 dd{
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 25px;
}
.textlist3 dd a{
	display: block;
	margin: 0 17px;
	height: 72px;
	background: #f7f7f7;
	line-height: 72px;
	font-size: 16px;
	color: #333;
	text-align: center;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.textlist3 dd a:hover{
	color: #3a8c1f;
	transform: translatey(-3px);
}
/**
* recruitform
* 5-2 人才战略（立即申请）
*/
.rctform{
	padding: 40px 0;
}
.rcttit{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	color: #333;
}
.rctsx{
	margin: 0 -6px;
	padding: 40px 0 10px 0;
}
.rctsx dd{
	float: left;
	display: inline;
	width: 25%;
}
.rctsx dd .iptbox{
	margin: 0 6px;
	height: 40px;
	background: #f5f5f5;
	padding: 0 5px;
}
.rctsx dd input{
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	width: 100%;
}
.rctselect{width:100%; position:relative;}
.rctselect .seljg{ padding-right: 30px; line-height:40px; color:#666666; font-size:13px; cursor:pointer;}
.rctselect i{ display:block; width:30px; height:40px; background:url(/uploads/image/syimages/sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.rctselect .seltj{ width:100%; padding: 0 4px; overflow:hidden; border:1px solid #dddddd; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:-5px; top:41px; background:#fff; display:none; z-index:100000}
.rctselect .seltj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.rctselect .seltj a:hover{ background:#f8f8f8; color:#ff7800;}
.rctselect .seltj a.hover{background:#f8f8f8; color:#ff7800;}
.rctform1{
	padding: 10px 0;
}
.rctform1 td{
	height: 43px;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.rctform1 td .iptbox{
	padding: 0 5px;
}
.rctform1 td .iptbox input{
	border: none;
	background: none;
	height: 43px;
	line-height: 43px;
	width: 100%;
}
.rctform1 .rctup a{
	display: block;
	padding-top: 76px;
	background:  center top no-repeat;
	text-align: center;
	color: #9c9c9c;
}
.rctform1 .rctup span{
	display: block;
	font-size: 16px;
}
.rctform1 .rctup em{
	font-size: 14px;
}
.rctform1 .rctup em i{
	color: #ba130b;
}
.rctform1 .rcttxt1{
	color: #ba130b;
	line-height: 28px;
	padding:12px 25px;
	text-align: left;
}
.rctform1 a.rctcode{
	display: block;
	width: 100%;
	height: 100%;
}
.rctform1 a.rctcode img{
	width: 100%;
	height: 43px;
}
.rctsubmit{
	padding: 25px 0 0 0 ;
}
.rctsubmit a{
	display: block;
	font-size: 16px;
	background: #f4aa34;
	width: 170px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	margin: 0 auto;
}
/*
********************************此处内页样式结束********************************
*/
/*党建专题*/
/*
* 首页
*/
.partymain{
	overflow: hidden;
	position: relative;
	padding-top: 530px;
	background:#ffebd3  center top no-repeat;
	
}
.ptlogo{
	position: absolute;
	top: 28px;
	width: 100%;
}
.ptlogo a{display: block; height: 45px}
.ptmenu{
	background:#fff  center top no-repeat;
	border-left: 8px solid #ba130b;
	border-right: 8px solid #ba130b;
	padding: 105px 0 30px 0;
}
.ptmenu .sehinp input:focus{
	background: #c2c2c2;
	color: #666;
}
.ptmenu ul{
	overflow: hidden;
	width: 1120px;
	background: #f7f7f7;
	margin: 0 auto;
}
.ptmenu ul li{
	float: left;
	display: inline;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.ptmenu ul li li{
	margin-left: 50px;
}
.ptmenu ul li a{
	color: #ba130b;
	font-size: 18px;
	display: block;
}
.ptmenu ul li.hover a{
	color: #fff;
	background: #ba130b;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.ptmenu ul li:hover a{
	color: #fff;
	background: #ba130b;
}
.ptmain{
	border:  8px solid #ba130b;
	border-top: none;
	background: #fff;
	padding:0 32px ;
}
.ptbox1{
	overflow: hidden;
}
.ptbox1l{
	width: 550px;
	margin-right: 27px;
}
.ptbox1r{
	overflow: hidden;
}
.boxtit.pttit{
	border-bottom: 3px solid #ba130b;
	margin-top: -10px;
}
.boxtit.pttit span{
	color: #ba130b;
	font-size: 18px;
	padding-left: 15px;
	background-image: ;
}
.pb1rlisthot{
	padding: 20px 0 18px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.pb1rlisthot .listimg{
	width: 200px;
	margin-right: 20px;
}
.pb1rlisthot .listimg a{
	display: block;
}
.pb1rlisthot .listimg .imgbox{
	padding-top: 62%;
}
.pb1rlisthot .listtxt{
	overflow: hidden;
}
.pb1rlisthot .listtit{
	font-size: 18px;
	color: #222;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pb1rlisthot .listtit a{
	color: #222;
}
.pb1rlisthot .listtit a:hover{
	color: #ba130b;
}
.pb1rlisthot .listinfr{
	padding-top: 10px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.pb1rlisthot .listinfr a{
	color: #db0000;
}
.pb1rlistc{
	padding-top: 10px;
}
.pb1rlistc dd{
	height: 36px;
	font-size: 15px;
	line-height: 36px;
}
.pb1rlistc dd a{
	float: left;
	color: #333;
	width: 455px;
	padding-left: 15px;
	background: url(/uploads/image/syimages/list2.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pb1rlistc dd span{
	float: right;
	color: #989898;
}
.box2{
	padding-top: 40px;
}
.box2 a{
	display: block;
}
.box2 a img{
	width: 100%;
	height: 130px;
}
.ptbox3{
	padding: 40px 0;
}
.ptbox3tit{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.ptbox3tab li{
	float: left;
	display: inline;
	width: 125px;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
}
.ptbox3tab li.hover{
	background:  center bottom no-repeat;
	color: #ba130b;
}

.ptbox3box{
	padding: 30px 0; 
}
.ptbox3list{
	margin: 0 -23px;
	overflow: hidden;
}
.ptbox3list dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.ptbox3list dd .ddbox{
	margin: 0 23px;
}
.ptbox3list .listimg{
	width: 240px;
	margin-right: 22px;
}
.ptbox3list .listimg a{
	display: block;
}
.ptbox3list .listimg .imgbox{
	padding-top: 62.5%;
}
.ptbox3list .listtxt{
	overflow: hidden;
}
.ptbox3list .listtit{
	font-size: 18px;
	color: #222;
	line-height: 32px;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ptbox3list .listinfr{
	padding-top: 18px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.ptbox3list .listinfr a{
	color: #db0000;
}
.ptfooter{
	line-height: 90px;
	height: 90px;
	font-size: 13px;
	color: #333;
	text-align: center;
	background: #ffebd3;
}
/*频道列表1*/
.ptlist1hot{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	overflow:hidden;
}
.ptlist1hot .listimg{
	width: 350px;
	margin-right: 25px;
}
.ptlist1hot .listimg a{
	display: block;
}
.ptlist1hot .listimg .imgbox{
	padding-top: 62.5%;
}
.ptlist1hot .listtxt{
	overflow: hidden;
}
.ptlist1hot .listtit{
	font-size: 18px;
	color: #222;
	line-height: 32px;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ptlist1hot .listtit a{
	color: #222;
}
.ptlist1hot .listinfr{
	padding-top: 18px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.ptlist1hot .listtime{
	color: #999;
	font-size: 14px;
	padding-top: 20px;
}
/*频道列表2*/
.ptlist2list{
	padding: 0 0 30px 0;
}
.ptlist2list dd{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.ptlist2list .listimg{
	width: 295px;
	margin-right: 25px;
}
.ptlist2list .listimg a{
	display: block;
}
.ptlist2list .listimg .imgbox{
	padding-top: 62.5%;
}
.ptlist2list .listtxt{
	overflow: hidden;
}
.ptlist2list .listtit{
	font-size: 18px;
	color: #222;
	line-height: 32px;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ptlist2list .listtit a{
	color: #222;
}
.ptlist2list .listinfr{
	padding-top: 18px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.ptlist2list .listtime{
	color: #999;
	font-size: 14px;
	padding-top: 20px;
}
/* ————— 音频 start ————— */
.newsaudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsaudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsaudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsaudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scalex(0.3);}
.newsaudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsaudio .audiojs .play {display: block;}
.newsaudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsaudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsaudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsaudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsaudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scalex(0.3);}
.newsaudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsaudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsaudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsaudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsaudio .audiojs .play {background:  center center no-repeat;background-size: 14px;}
.newsaudio .audiojs .loading {background:  center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsaudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsaudio .audiojs .error {background:  center center no-repeat;background-size: 14px;}
.newsaudio .audiojs .pause {background:  center center no-repeat;background-size: 16px;}
.newsaudio .playing .play,
.newsaudio .playing .loading,
.newsaudio .playing .error {display: none;}
.newsaudio .playing .pause {display: block;}
.newsaudio .loading .play,
.newsaudio .loading .pause,
.newsaudio .loading .error {display: none;}
.newsaudio .loading .loading {display: block;}
.newsaudio .error .time,
.newsaudio .error .play,
.newsaudio .error .pause,
.newsaudio .error .scrubber,
.newsaudio .error .loading {display: none;}
.newsaudio .error .error {display: block;}
.newsaudio .error .play-pause p {cursor: auto;}
.newsaudio .error .error-message {display: block;}
/* ————— 音频 end ————— */