/*
* @Author: Lijt
* @Date:   2016-06-06 18:00
*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,img,span,em,i,strong,b,blockquote,hr,figure,table,caption,th,td,form,fieldset,input {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    transition:color .2s;
    -webkit-transition:color .2s;
    -moz-transition:color .2s;
    -ms-transition:color .2s;
    -o-transition:color .2s;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
fieldset,img {
	border:0 none;
}
li {
    list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #fff;
	color: #000;
	font: 14px/1.5 Microsoft Yahei, Arial, Tahoma;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #ff3d58;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mar10 {
	margin-bottom: 10px;
}
/* top */
.top {
	width: 100%;
	min-width: 1200px;	
	background: url(../img/top.jpg) center top no-repeat;
}
.wrap {
	width: 1200px;
	margin: auto;
	position: relative;
}
.head {
	height: 425px;
	background: url(../img/box1.jpg) center top no-repeat;
	overflow: hidden;
}
.head .logo {
	width: 290px;
	height: 125px;
	display: block;
	margin: 20px 0 0 20px;	
	text-indent: -9999em;
}
.ads {
	height: 430px;
	background: url(../img/box2.jpg) center top no-repeat;
}
.main {
	background:#fff url(../img/main.jpg) center top no-repeat;
	padding-bottom: 30px;
}
.left {
	width: 250px;
}
.right {
	width: 940px;
}

/* 首页 */
.btn-load {
	width: 250px;
	height: 153px;
	display: block;
	margin: -25px 0 10px;
	text-indent: -9999em;
	background: url(../img/btn-load.png) center no-repeat;
}
.btn-bbs {
	width: 250px;
	height: 81px;
	display: block;
	text-indent: -9999em;
	background: url(../img/btn-bbs.png) center no-repeat;
}
.message {
	position: relative;
	padding: 45px 0 46px 50px;
	background: #5a4c97;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.message i {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 46px;
	background: url(../img/ico.png) center no-repeat;
}
.message .time {
	text-indent: 70px;
}
.box {
	height: 286px;
}
.tab {
	position: relative;
	width: 465px;
	height: 286px;
	background: #fff;
	font-size: 14px;
}
.tab-title {
	height: 46px;
	line-height: 46px;
	background: #a6a1d9 url(../img/tle.jpg) repeat-x;
	color: #fff;	
	text-align: center;
}
.tab-title li {
	float: left;
	border-right: 1px solid #6b697a; 
}
.tab-title li a {
	width: 92px;
	display: block;
	color: #fff;
	background: url(../img/tab.jpg) no-repeat;		
}
.tab-title li.active a {
	background-position: 0 -46px;	
}
.tab-cont {
	display: none;
	height: 239px;
	border: 1px solid #a6a1d9;
	border-top: 0 none; 
}
.tab-list {
	padding: 12px 28px 0;
	line-height: 36px;
}
.tab-list li span {
	float: right;
}
.more {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-family: "宋体";
	font-size: 12px;
}
.show-img {
	padding: 10px 0;
	background: #454078;
}
.show-img li {
	float: left;
}
.show-img li a {
	display: block;
	margin-left: 10px;
}
.show-img img {
	display: block;
}

/* 幻灯片*/
.slider {
    position: relative;
    width: 465px;  
    height: 286px;
    background: #333;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.slider_img {
    width: 100%;
    height: 286px;
    position: relative;
}
.slider_img a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 286px;
    display: none;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.slider_img a:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
} 
.slider_btn {
    position: absolute;
    right: 15px;
	bottom: 15px;   
    z-index: 20;
    height: 12px;
    text-align: center;
}
.slider_btn li {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
    text-indent: -9999em;
    margin: 0 5px;
}
.slider_btn li.active {
    background: #38acff;
    width: 24px;
}

/* 新闻中心 */
.news {
	min-height: 614px;
	background: #fff;
	border: 2px solid #a6a1d9;
	border-top: 0 none; 
}
.title {
	padding: 0 28px;
	height: 46px;
	line-height: 46px;
	background: #a6a1d9 url(../img/tle.jpg) repeat-x;	
	color: #fff;		
	font-size: 14px;
}
.title h3 {
	font-weight: normal;
	font-size: 18px;
}
.title a {
	color: #fff;
}
.title a:hover {
	color: #ff3d58;
}
.subnav {
	height: 46px;
	line-height: 46px;
	background: #a6a1d9 url(../img/tle.jpg) repeat-x;
	color: #fff;	
	text-align: center;
	font-size: 16px;
}
.subnav a {
	float: left;
	width: 92px;
	display: block;
	color: #fff;
	border-right: 1px solid #6b697a; 
	background: url(../img/tab.jpg) no-repeat;	
}
.subnav a.active {
	background-position: 0 -46px;
} 
.list {
	line-height: 36px;
	padding: 28px;
}
.list li span {
	float: right;
}
.article-tle {
	padding: 35px 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #c8c8c8;
	text-align: center;
}
.article-tle h1 {		
	font-size: 18px;
	margin-bottom: 10px;
}

.article-cont {
	padding: 0 40px 35px;
	line-height: 32px;
}
.article img {
	display: block;
}
.content {
	padding: 0 40px 30px;
}
.content span {
	display: block;
	margin-bottom: 10px;
}

/* 视频 */
.video {	
	position: relative;
	width: 250px;
	height: 212px;	
	margin-bottom: 10px;
	cursor: pointer;
}
.video span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90px;
	height: 89px;
	display: block;
	margin: -45px 0 0 -45px;
	background: url(../img/viocn.png) no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.video span:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
}
.media {
	display: none;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
}
.media-cont {
	position:absolute;
	left:50%;
	top:50%;
	z-index:1001;
	width:640px;
	height:480px;
	margin:-240px 0 0 -320px;
}
.close {
	position:absolute;
	right:-63px;
	top:0;
	width:63px;
	height:63px;
	display:block;
	background:url(../img/close.png) no-repeat;
	text-indent:-9999em;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.close:hover {
	background-position:0 -63px;
}

/* 分页 */
.page {
	padding: 0 28px 30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.page ul {
	overflow: hidden;
}
.page li {
	float:left;
	margin: 0 6px;
	display: inline;
}
.page li.thisclass {
	display: block;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	background:#38acff;
	color:#fff;
	border: 1px solid #38acff;
}
.page a {
	padding: 0 12px;
	display: block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #cecece;
	background: #fff;
}
.page a:hover {
	background:#38acff;
	color:#fff;
	border: 1px solid #38acff;
}

/* 尾部 */
footer {	
	width: 100%;
	min-width: 1200px;
	color: #dfdfdf;
	background: #6e6a95;
	font-size: 12px;
}
.footer {
	width: 1200px;
	margin: auto;
	padding: 25px 0;
	color: #dfdfdf;
	font-size: 12px;
	background:#6e6a95 url(../img/logo.png) no-repeat 20px center;	
}
.footer div p {
	line-height: 26px;
}
.footer div a,
.footer div span {
	color: #dfdfdf;
	margin: 0 24px;
}
.footer div a:hover {
	text-decoration: underline;
}
.footer .logo {
	width: 229px;
	height: 97px;
}
.footer .logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}