﻿body {
	background: #f6f6f6;
}

a {
	color: #333333;
}

#newsheader {
	padding-top: 30px;
	    background: #673AB7;
	padding-bottom: 40px;
}

.nnav {
	height: 50px;
       background-color: #582da5;
        width: 100%;
margin-bottom: 20px;
}

.nnavleft {
	background: url(imgnavleft.png) no-repeat;
	width: 25px;
	height: 50px;
	float: left;
}

.nnavright {
	background: url(imgnavright.png) no-repeat;
	width: 25px;
	height: 50px;
	float: left;
}

.navconten {
	width: 1250px;
	margin: 0 auto;
}
.nmenu ul li a {
    color: #FFF;
}

.nh1 {
 
    color: #fff;
}
.nnavcon {
	width: 1200px;
	margin: 0 auto;
	height: 50px;

}

.nnavcon li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
}

.nnavcon li:hover{    background-color: #4a258c;}

.nnavcon li a {
	color: #fff;
}

.nnavcon li a:hover {
	color: #FAFAFA;
}

.nright {
    float: left;
    width: 450px;
    background-color: #fff;
    margin-left: 20px;

}

.hotn {
	padding: 20px;
}

.hottop {
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 20px;
}

.hottop h2 {
	font-size: 19px;
	margin-bottom: 10px;
}

.titnav {
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px dashed #DCDCDC;
}

#foucsBox {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	height: 380px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

#foucsBox .imgCon {
	width: 720px;
	height: 380px;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

#foucsBox .imgCon li {
	float: left;
	width: 720px;
	height: 380px;
}

#foucsBox .imgCon li img {
	border: 0;
}

#foucsBox .imgCon li .imgTitle {
	width: 720px;
	position: absolute;
	bottom: 35px;
	text-align: center;
	z-index: 2;
}

#foucsBox .imgCon li .imgTitle a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: "Microsoft Yahei", "黑体";
	font-weight: normal;
	font-size: 18px;
	zoom: 1;
}

#foucsBox .showPage {
	width: 720px;
	height: 70px;
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}

#foucsBox .foucs {
	width: 720px;
	height: 22px;
	position: absolute;
	bottom: 3px;
	text-align: center;
	z-index: 3;
}

#foucsBox .foucs span {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	line-height: 0;
	font-size: 0;
	background: url(imagesbg.png) -160px -90px no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#foucsBox .foucs span.f {
	background: url(imagesbg.png) -170px -90px no-repeat;
}

#foucsBox .foucsButton {
	width: 40px;
	height: 56px;
	padding: 7px;
	margin-top: -70px;
	position: relative;
	z-index: 4;
}

#foucsBox .foucsButton span {
	display: inline;
	width: 23px;
	height: 45px;
	margin: 7px 5px 0;
	cursor: pointer;
	overflow: hidden;
	background: url(imagesbg.png) 0 0 no-repeat;
}

#foucsBox .foucsButton img {
	display: none;
	cursor: pointer;
	border-width: 0px;
	vertical-align: middle;
	width: 100px;
	height: 56px;
}

#foucsBox .lBtn {
	float: left;
}

#foucsBox .lBtn span {
	float: left;
	background-position: 0 -90px;
}

#foucsBox .rBtn {
	float: right;
}

#foucsBox .rBtn span {
	float: right;
	background-position: -30px -90px;
}

#foucsBox .btnHover {
	width: 146px;
	background: #408ED6;
	overflow: hidden;
}

#foucsBox .btnHover img {
	display: inline;
}

.newsrenwu {
	background-color: #FFFFFF;
	
	padding-bottom: 20px;
}

.newsrenwu li {
	width: 200px;
	float: left;
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.newsrenwu li img {
	width: 200px;
	height: 150px;
}

.newsrenwu li p a {
	font-size: 15px;
}

.newspic {
	background-color: #FFFFFF;

	padding-bottom: 20px;
}


/*轮播*/

#wrapper {
	text-align: center;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
	/*dim the background*/
	text-align: center;
	display: none;
}

#overlay_pic {
	margin: 200px auto;
	width: 400px;
	box-shadow: 10px 10px 5px #000;
}

.jscarousal {
	height: 150px;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative;
	/*overflow: hidden;*/
}

.jscarousal .jscarousal-left,
.jscarousal .jscarousal-right {
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}

.jscarousal .jscarousal-left {
	background-image: url(imagesleft_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.jscarousal .jscarousal-right {
	background-image: url(imagesright_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.jscarousal-contents {
	width: 666px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}

.jscarousal-contents> div {
	position: absolute;
	width: 100%;
	height: 160px;
}

.jscarousal-contents> div> div {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
}

.jscarousal-contents img {
	width: 204px;
	height: 120px;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}

.thumbnail-inactive {}

.thumbnail-text {
	color: #333;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

.newsbox {
	width: 355px;
	float: left;

	margin-top: 30px;
	background: #FFf
}

.r20 {
	margin-right: 20px;
}

.newsb {
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.newsb li {
	line-height: 30px;
	background: url(imgdot.png) no-repeat left center;
	padding-left: 10px;
}

.newsb li a {
	color: #333;
	font-size: 13px;
}

.p20 {
	margin: 20px;
	margin-top: 16px;
}

.ztlist {
	margin-bottom: 10px;
	border-bottom: 1px dashed #DCDCDC;
	margin-bottom: 20px;
}

.ztlist img {
	width: 420px;
	margin-bottom: 10px;
}

.ztlist p {
	font-size: 15px;
	margin-bottom: 10px;
}

.ztlist:last-child {
	border: 0px;
}

.rnews {
	float: right;
	width: 460px;
}

.focus {
	position: relative;
	width: 460px;
	height: 295px;
	background-color: #000;
	float: left;
}

.focus img {
	width: 460px;
	height: 295px;
}

.focus .shadow .title {
	width: 460px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	top: 10px;
	right: 20px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(imagesfocus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -40px 0;
}

.titnav span{
    float: right;
    margin-right: 10px;
}

.titnav span a{
    font-size: 13px;
    color: #999;
}