.head{
	background: url("../img/banner.png") top center no-repeat;
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 230px;
	position: relative;
}
.news{
	background-color: #FFFFFF;
	padding-top: 20px;
	min-height: 200px;
	word-break: break-all;
	text-align: justify;	
}
.ntitle {
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #333;
	margin: 51px 0px 43px 0px;
}
.ncopy {
	display: none;
}
.nbody {
	margin: 15px auto;
	overflow: hidden;
}
.nbody .slide {
	width: 80px;
	float: left;
	margin-right: 100px;
}
.nbody .slide .item {
	width: 100%;
	height: auto;
	position: relative;
	min-height: 80px;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.nbody .slide .item i {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #E8E8E8;
}
.nbody .slide .item .top {
	position: absolute;
	top: 2px;
	left: 16px;
	display: block;
	padding: 5px 8px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #808080;
}
.nbody .slide .item .month {
	display: block;
	font-size: 22px;
	color: #585858;
	margin-top: 5px;
}
.nbody .slide .item .time {
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
.nbody .slide .item .name {
	display: block;
	font-size: 14px;
	color: #808080;
	margin-top: 5px;
}
.nbody .slide .item .sha {
}
.nbody .slide .item .sha-item {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	float: none;
	margin-right: auto
}
.nbody .slide .item .weixin {
	background-image: url(../img/xl-share.gif);
	/* background-position: -50px 0px; */
	background-position: 0px 0px;
	margin-top: 25px;
}
.nbody .slide .item .weixin:hover {
	/* background-position: 0px 0px; */
	opacity: 0.7;
}
.nbody .slide .item .qq {
	background-image: url(../img/xl-share.gif);
	/* background-position: -50px -50px; */
	background-position: 0px -50px;
	background-repeat: no-repeat;
}
.nbody .slide .item .qq:hover {
	/* background-position: 0px -50px; */
	opacity: 0.7;
}
.nbody .slide .item .qqzone {
	background-image: url(../img/xl-share.gif);
	/* background-position: -50px -100px; */
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
.nbody .slide .item .qqzone:hover {
	/* background-position: 0px -100px; */
	opacity: 0.7;
}
.nbody .slide .item .weibo {
	background-image: url(../img/xl-share.gif);
	/* background-position: -50px -150px; */
	background-position: 0px -150px;
	background-repeat: no-repeat;
}
.nbody .slide .item .weibo:hover {
	/* background-position: 0px -150px; */
	opacity: 0.7;
}
.nbody .slide .item .more {
	background-image: url(../img/xl-share.gif);
	/* background-position: -50px -200px; */
	background-position: 0px -200px;
	background-repeat: no-repeat;
}
.nbody .slide .item .more:hover {
	/* background-position: 0px -200px; */
	opacity: 0.7;
}
.nbody .slide .item .ewm {
	display: block;
	margin-top: 40px;
	width: 100%;
}
.nbody .slide .item .ewm img {
	display: block;
	width: 100%;
}
.nbody .slide .item .ewm label {
	display: block;
	width: 100%;
	color: #808080;
	font-size: 14px;
	margin-top: 8px;
}
.nbody .main {
	width: 850px;
	float: right;
}
.nbody .main .cont p {
	font-size: 18px;
	line-height: 40px;
	padding: 18px 0px;
}
.nbody .main .cont img {
	display: block;
	max-width: 100%;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
.nbody .main .cont video {
	display: block;
	max-width: 100%;
	border-radius: 3px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}
.nbody .main .editor {
	color: #999999;
	font-size: 14px;
	text-align:right;
	margin-top: 45px;
}
.liner {
	width: 100%;
	height: 15px;
	background-image: url(../img/xl-p.gif);
	background-repeat: repeat-x;
}
.rdtj {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.rdtj .rtitle {
	width: 123px;
	height: 43px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	background-image: url(../img/rdtj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 17px;
}
.rdtj ul.newsList {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 37px 0px;
}
.rdtj ul.newsList li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	box-sizing: border-box;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	margin-bottom: 23px;
	overflow: hidden;
}
.rdtj ul.newsList li .txtBlock {
	display: block;
	overflow: hidden;
}
.rdtj ul.newsList li img {
	float: left;
	margin-right: 38px;
	width: 262px;
	height: 144px;
	border-radius: 5px;
}
.rdtj ul.newsList li a.title {
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 25px;
}
.rdtj ul.newsList li a.title:hover {
	color: #E60012;
}
.rdtj ul.newsList li .desc {
	color: #333333;
	margin-top: 11px;
	height: 69px;
	line-height: 23px;
	font-size: 15px;
}
.rdtj ul.newsList li .desc a.detail {
	color:#333333;
	margin: 0px 3px;
}
.rdtj ul.newsList li .desc a.detail:hover {
	color: #E60012;
}
.rdtj ul.newsList li .time {
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
	font-size: 15px;
}
.rdtj .more {
	display: block;
	width: 96%;
	border: 1px solid #E8E8E8;
	margin-left: auto;
	margin-right: auto;
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #E60012;
	font-size: 17px;
}
/******手机版样式-start*****/
section.wapNav {
	display: none;
}
/**导航-start**/
section.wapNav {
	width: 100%;
	height: 16.27vw;
	background-color: #FFFFFF;
	position: relative;
}
section.wapNav a {
	display: block;
	position: absolute;
}
section.wapNav a img {
	width: 100%;
}	
section.wapNav a.menu {		
	top: 4.66vw;
    left: 3vw;
    width: 7.35vw;
}
section.wapNav a.logo1 {
	top: 2.42vw;
	left: 15.4vw;
	width: 12.34vw;
	cursor: auto;
}
section.wapNav a.logo {
	top: 4.68vw;
    left: 28.5vw;
    width: 56vw;
	cursor: auto;
}
section.wapNav a.user {		
	top: 5vw;
	right: 3vw;
	width: 6.5vw;
	/* top: 5vw;
    right: 3vw;
    width: 6vw; */
}
section.wapNav a.ckMenu img {
	width: 5.1vw;
	margin-left: 1.4vw;
	margin-top: 0.8vw;
}
/**导航-end**/
/**底部-start**/
section.footer {
	display: none;
}
section.footer {
	width: 100%;
	height: auto;
	background-color: #E60012;
	position: relative;
	padding-bottom: 10.67vw;
}
section.footer .qrBlock {
	width: 100%;
	height: 38vw;
	box-sizing: border-box;
	padding-top: 10vw;
	white-space: nowrap;
	text-align: center;
}
section.footer .qrBlock img {
	display: inline-block;
	width: 22vw;
	margin-left: 5vw;
	margin-right: 5vw;
}
section.footer .txtBlock {
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 6vw;
	font-size: 3.5vw;
}
section.footer .org {
	margin-top: 6vw;
}
section.footer .link {
	margin-top: 6vw;
}
section.footer .link i {
	visibility: hidden;
}
section.footer .copy {
	margin-top: 6vw;
}
section.footer .goTop {
	position: absolute;
	bottom: 7vw;
	right: 6vw;
	width: 9vw;
	height: 9vw;
	display: block;
	background-color: #E60012;
	cursor: pointer;
	opacity: 0.7;
}
/**底部-end**/
/**菜单-start**/	
section.menuList {
	display: none;
}
section.menuList {
	position: absolute;
	top: 16.27vw;
	left: 0px;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
}
section.menuList .menuUL {
	display: block;
	padding: 1vw 5.34vw 5.34vw 5.34vw;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
section.menuList .menuUL li {
	display: block;
	font-size: 4vw;
	width: 100%;
	height: auto;
	line-height: 9vw;
	border-bottom: 1px dashed #EEEEEE;
	box-sizing: border-box;
}
section.menuList .menuUL li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-left: 2vw;
	color: #585858;
	border-radius: 0.5vw;
}
section.menuList .menuUL li a i {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9vw;
	height: 9vw;
	background-image: url(../img/down2.png);
	background-position: 2vw 2.5vw;
	background-repeat: no-repeat;
	background-size: 45% 45%;
	cursor: pointer;
}
section.menuList .menuUL li a:hover {
	background-color:#E60012;
	color: #FFFFFF; 
}	
section.menuList .menuUL li a:hover i {
	background-image: url(../img/down.png);
}
section.menuList .menuUL li.second {
	padding-left: 4vw;
}
section.menuList .menuUL li.second:last-child {
	border-bottom: 1px dashed rgba(238,238,238,0);
}
section.menuList .childUl {
	display: none;
}
section.menuList .menuUL li a.up {
	font-weight: bold;
}
section.menuList .menuUL li a.up i {
	background-image: url(../img/up2.png);
}
section.menuList .menuUL li a.up:hover i {
	background-image: url(../img/up.png);
}
@media all and (max-width: 1200px) and (min-width: 750px){
	html, body {
		min-width: 1200px;
	}
}	
@media all and (max-width: 750px){
	.nav {
		display: none;
	}
	.head {
		display: none;
	}
	.foot {
		display: none;
	}
	section.wapNav {
		display: block;
	}
	section.footer {
		display: block;
	}
	.w1030{
		width: 100%;
		box-sizing: border-box;
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.news{
		padding-top: 0vw;
	}		
	.ntitle {
		font-size: 5.7vw;
		line-height: 7.3vw;
		margin: 3vw 0px 1vw 0px;
	}
	.ncopy {
		display: block;
		overflow: hidden;
		font-size: 3.3vw;
		color: #999999;
		margin: 6vw 0vw 3vw 0vw;
		padding-bottom: 1.2vw;
		border-bottom: 1px solid #EEEEEE;
	}
	.ncopy span {
		display: inline-block;
		float: left;
		margin-bottom: 1vw;
	}
	.ncopy label {
		display: inline-block;
		float: right;
		margin-bottom: 1vw;
	}
	.nbody {
		margin: 1vw auto;
	}
	.nbody .slide {
		display: none;
	}
	.nbody .main {
		width: 100%;
	}
	.nbody .main .cont p {
		font-size: 4.6vw;
		line-height: 7.4vw;
		padding: 4.2vw 0px;
	}
	.nbody .main .cont img {
		border-radius: 0.67vw;
	}
	.nbody .main .cont video {
		border-radius: 0.67vw;
	}
	.nbody .main .editor {
		font-size: 3.3vw;
		margin-top: 6vw;
	}
	.liner {
		height: 4vw;
		margin-top: 5vw;
	}
	.rdtj {
		margin-top: 9vw;
	}
	.rdtj .rtitle {
		width: 23vw;
		height: 9vw;
		line-height: 7.8vw;
		font-size: 4.3vw;
		margin-bottom: 4vw;
	}
	.rdtj ul.newsList {
		padding: 3vw 0px;
	}
	.rdtj ul.newsList li {
		padding: 0px 0px 4vw 0px;
		margin-bottom: 4vw;
	}
	.rdtj ul.newsList li img {
		margin-right: 2vw;
		width: 29vw;
		height: 19vw;
		border-radius: 0.67vw;
	}
	.rdtj ul.newsList li a.title {
		font-size: 4.3vw;
		height: 11vw;
		line-height: 5.8vw;
		white-space: normal;
		font-weight: normal;
		color: #333333;
		margin-bottom: 4.1vw;
		text-align: left;
	}
	.rdtj ul.newsList li .desc {
		display: none;
	}
	.rdtj ul.newsList li .desc a.detail {
		margin: 0px 1vw;
	}
	.rdtj ul.newsList li .time {
		margin-top: 0.8vw;
		font-size: 3.3vw;
	}
	.rdtj .more {
		border-radius: 9vw;
		height: 9vw;
		line-height: 9vw;
		font-size: 3.5vw;
		margin-bottom: 10vw;
	}
}
/******手机版样式-end*****/