﻿@charset "utf-8";
body,div,ul,ol,li,h1,h2,h3,h4,h5,form,input,select,textarea,p,dl,dt,dd{
	padding: 0;
	margin: 0;
}
body,input,select,textarea{
	color:#32323a;
	font-size:14px;
	font-family: \5FAE\8F6F\96C5\9ED1,verdana,Arial,Microsoft YaHei,"微软雅黑";
	background: #f1f1f1;
}
input,select,textarea{background: #fff;}
h1,h2,h3,h4,h5{font-weight: normal;}
ul,ol{
	list-style:none;
}
img{
	border:0px;
}
a img{display:block;}
i,em{font-style: normal;}
table,td {
	border-collapse:collapse;
 	border-spacing:0;
 }
:focus{outline: 0;}
/*Link*/
a{
	text-decoration:none;
	color:#32323a;
}
a:link {text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration:none;/*underline*/}
a:active {text-decoration: none;}
a:focus {
	outline:none;
	-moz-outline:none;
}
 /*定位*/
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.fn {float:none !important;}
.clearFix:after{
	clear:both; 
	display:block; 
	visibility:hidden; 
	overflow:hidden; 
	height:0!important; 
	line-height:0; 
	content:".";
	clear:both;
}
.clearFix{*zoom:1;}
.dpl {display:inline-block;}
.ov {overflow:hidden}
.tc{text-align: center;}
.shadow{box-shadow: rgba(12,6,14,0.2) 0px 0px 7px;}
.mr-l-12{margin-left:12px;}
.mr-l-6{margin-left:6px;}
.mr-t-32{margin-top: 32px;}
.mr-t-6{margin-top: 6px;}
.w1000{width:1000px;}
.w1200{width:1200px;}
.bj00{
	margin: 30px auto 0;
	padding:30px 100px 46px;
	background:url(../images/repeatbj_3786b316.png) repeat-y;
}
.bj0{
	margin: 30px auto 0;
	padding:10px 100px 46px;
}
html,body{
	width:100%;
	height:100%;
	min-width: 1300px;
}
.screenS,.screenF{
	width:100%;
	height:100%;
}
body>.screenSBj{
	position:fixed;
	top:0;
	left:0;
	z-index: -2;
	width:100%;
	height:100%;
}

/*第一屏*/

.screenF{
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.screenFBj{
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	width:100%;
	height:100%;
}
.scale{
	-webkit-animation: scale 1.5s linear;
	-o-animation: scale 1.5s linear;
	-moz-animation: scale 1.5s linear;
	 animation: scale 1.5s linear;
}
@-webkit-keyframes scale{
	0%{
		-webkit-transform: scale(4);
		-o-transform: scale(4);
		-moz-transform: scale(4);
		-ms-transform: scale(4);
		        transform: scale(4);

	}
	100%{
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes scale{
	0%{
		-webkit-transform: scale(4);
		-o-transform: scale(4);
		-moz-transform: scale(4);
		-ms-transform: scale(4);
	
		        transform: scale(4);

	}
	100%{
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		        transform: scale(1);
	}
}
@-moz-keyframes scale{
	0%{
		-webkit-transform: scale(4);
		-o-transform: scale(4);
		-moz-transform: scale(4);
		-ms-transform: scale(4);
		        transform: scale(4);

	}
	100%{
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		        transform: scale(1);
	}
}
@-ms-keyframes scale{
	0%{
		-webkit-transform: scale(4);
		-o-transform: scale(4);
		-moz-transform: scale(4);
		-ms-transform: scale(4);
		        transform: scale(4);

	}
	100%{
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		        transform: scale(1);
	}
}
.maskBj{
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	width:100%;
	height:100%;
	background: #000;
	opacity: .4;
	filter:alpha(opacity=40);
}
.screenContent{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width:100%;
	height:100%;
	overflow: hidden;
}
.screenF-head{
	width:920px;
	margin:0 auto;
	padding:0 40px;
}
.logo{
	width:396px;
	height:120px;
	text-align: center;
	background-size: 100%;
}
.logo>h1{
	width:396px;
	height:100%;
	background:url(../images/2e463200eeb125899cba696c7e740c1d.png) no-repeat center center;
}
.logo>h1>a{
	display:block;
	width:100%;
	height:100%;
	text-indent: -999em;
}
.logo>p{
	margin-top: 10px;
	padding-left:6px;
	font-size: 28px;
	color:#fff;
	height:26px;
	width:390px;
}
.logo>p>i{
	margin-top:10px;
	width:52px;
	height:2px;
	background:#e64543;
}
.logo>p>span{
	padding:0 16px 0 32px;
	text-align: center;
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
	font-family:"楷体";
	color:#e64543;
}
.headTop{
	margin-left:180px;
	margin-top:20px;
}
.screenF-body{
	position:relative;
	margin:30px auto 0;
	width:920px;
	height:600px;
}
.introduces{
	position:absolute;
	top:0;
	left:-1000px;
	width:240px;
	height:550px;
}
.playFirst{ 
	position: absolute; 
	top:50%; 
	left:50%; 
	width:230px; 
	height:80px; 
	color:#fff; 
	background:url(../images/playb_7696204d.png) no-repeat 0 0;
}
.playFirst>.playFa{
	padding-left:106px;
	font-size: 40px;
}
.playFirst>.playFb{
	padding-left:106px;
	font-size: 16px;
}
.videoFirst{
	position: absolute;
	top:0;
	right:0;
	width:652px;
	height:424px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.clickPlay{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 424px;
    text-indent: -999em;
    cursor: pointer;
}
.pop{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
.playBtn{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -44.5px;
    cursor: pointer;
	width:89px;
	height:90px;
	background:url(../images/icons_2b06dbfb.png) no-repeat 0 -166px;
}
.screenF-body>.goDown{
	position: absolute;
	bottom:-10%;
	left:50%;
	margin-left:-45px;
	padding-bottom:44px;
	width:90px;
	height:26px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	color:#e64543;
	
}
.screenF-body>.goDown>i{
	display: block;
	margin:0 auto;
	width:42px;
	height:35px;
	background:url(../images/icons_2b06dbfb.png) no-repeat 0 -259px;
}
.explain{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 1000;
	width:100%;
	height:60px;
}
.explain div{
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	filter:alpha(opacity=60);
}
.explain p{
	position: absolute;
	top:0;
	left:0;
	z-index: 2000;
	width:100%;
	height:100%;
	padding:10px 18px;
	color: #fff;
	font-family: "微软雅黑"；
	font-size:18px;
	font-weight: bold;
}


/*第二屏*/
/*导读*/
.newSCenter{
	width:100%;
	height:100px;
	color:#fff;
}
.newSCenter>div{
	width:1000px;
	height:100px;
	margin:0 auto;
}
.Reading{
	width:340px;
	height:100px;
	background:url(../images/gangb_55fe65ca.png) no-repeat -9px center;
}
.Reading>.ReadingS1{ font-size: 70px;}
.Reading>.ReadingS2{
	padding-top: 64px;
	padding-left: 40px;
	font-size: 17px;
}
.ReadingR{
	width:640px;
	height:70px;
	font-size: 17px;
	margin-top: 25px;
	padding-left: 20px;
}
/*新闻中心*/
.newSCenterCont{width:1000px; }
.newSCenterCont>ul>li{
	width:492px;
	height:144px;
}
.newSCenterCont>ul>li>img{
	width:100%;
	height:100%;
}
.newSCenterCont>h3{
	font-size: 46px;
	width:660px;
	height:90px;
	margin:0 auto;
	color:#fff;
}
.newSCenterCC{
	width:1000px;
	font-size:17px;
	color:#fff;
}
.newSCenterCC>p{line-height: 32px; }
/*新闻图片*/
.HDPicB{
	position: relative;
	width:1000px;
	height:598px;
}
.HDPicBox{
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
.HDPicBox>ul{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:6000px;
}
.HDPicBox>ul>li{
	width:1000px;
	height:598px;
	display: none;
}
.HDPicBox>ul>li>a,.HDPicBox>ul>li>a>img{width:100%; height:100%;}
.prev{
	position: absolute;
	top:0;
	left:0;
	width:70px;
	height:100%;
	display: none;
}
.next{
	position: absolute;
	top:0;
	right:0;
	width:70px;
	height:100%;
	display: none;
}
.prev>span,.next>span{
	display: block;
	margin-top: 280px;
	width:56px;
	height:56px;
	background:url(../images/prevnext_8e7ace01.png) no-repeat;
}
.prev>span{
	background-position: 0 0;
	margin-left: 20px;
}
.next>span{background-position: -63px 0;}
.HDPic-b{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:82px;
}
.HDPic-bj{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.HDPic-con{
	position: absolute;
	top:0;
	left: 0;
}
.pages{
	margin-top: 18px;
	margin-left: 30px;
	width:40px;
	height:40px;
	background:url(../images/prevnext_8e7ace01.png) no-repeat -9px -116px;
	color:#fff;
}
.page{font-weight: bold; font-size: 20px; width:10px; text-align: center;}
.pagesC{font-size:10px;padding-top: 20px;  padding-left: 10px;}
.HDPicContent{
	margin-top: 12px;
	padding-left: 8px;
	width:430px;
	height:54px;
	color:#fff;
	overflow-y:scroll;
}
.prevB,.nextB{
	margin-top: 10px;
	width:30px;
	height:50px;
	background:url(../images/prevnext_8e7ace01.png) no-repeat;
	}
.prevB{background-position: -10px -63px;}
.nextB{background-position: -86px -63px;}
.picSBox{
	width:440px;
	height:64px;
	margin-top: 12px;
	padding-left: 8px;
}
.picSBtn{
	position: relative;
	width:374px;
	height:64px;
	overflow: hidden;
}
.picSBtn>ul{
	position: absolute;
	top:0;
	left:0;
	width:5000px;
}
.picSBtn>ul>li{
	width:92px;
	height:60px;
	margin-right: 8px;
	border:2px solid #000;
}
.picSBtn>ul>li>img{
	width:100%;
	height:100%;
}
.picSBtn>ul>li.on{border:2px solid #fff;}
/*新闻专题*/
.videoB{margin:40px auto;}
/*新闻回顾*/
.review{
	position: relative;
	margin:40px auto;
	height:430px;
	background:url(../images/review_83f659ab.png) no-repeat center center;
}
.review>h4{
	position: absolute;
	top:20px;
	left: 40px;
	font-size: 25px;
	color:#fff;
}
.review>.reviewBox{
	position: absolute;
	top:75px;
	left:20px;
	width:1160px;
	height:240px;
}
.review>.reviewBox>i{
	width:26px;
	height:260px;
}
.prevC{
	position: absolute;
	top:0;
	left:0;
	background: url(../images/prevnext_8e7ace01.png) no-repeat -127px -49px;
}
.nextC{
	position: absolute;
	top:0;
	right:0;
	background: url(../images/prevnext_8e7ace01.png) no-repeat -167px -50px;
}
.reviewBox>div{
	overflow: hidden;
	position: relative;
	margin:0 auto;
	width:1090px;
	height:340px;
}
.reviewBox>div>ul{
	position: absolute;
	top:0;
	left:0;
	width:5000px!important;
}
.reviewBox>div>ul>li{
	width:363px;
	height:100%;
	text-align: center;
	margin-right: 1px;
}
.reviewBox>div>ul>li>a{
	position: relative;
	display: block;
	width:100%;
	height:100%;
}
.reviewBox>div>ul>li>a>img{ width:99%; height:270px;}
.reviewBox>div>ul>li>a>span{color:#fff;}
.reviewBox>div>ul>li>a>i{
	position: absolute;
	top:95px;
	left:12px;
	width:28px;
	height:28px;
	background:url(../images/plays_e056ce0a.png) no-repeat center center;
}
/*导航*/
.nav{

	position: fixed;
	top:10%;
	right:10%;
	padding-bottom:10px;
	width:126px;
	display: none;
	background:#cfaa5a;
}
.navT{
	position: absolute;
	top:-14px;
	left:50%;
	margin-left: -9.5px;
	width:19px;
	height:14px;
	background:url(../images/icons_2b06dbfb.png) no-repeat -63px -270px;
}
.navCon{
	margin:0 auto;
	width:94px;
}

.navCon>li{
	width:100%;
	height:34px;
	text-align: center;
	line-height: 30px;
	border-bottom:1px dashed #fff;
}
.nav>.navTit{
	margin:16px auto 0;
	width:94px;
	height:30px;
	border-bottom:1px dashed #fff;
}
.nav>.navTit>i{
	display: block;
	width:94px;
	height:23px;
	background:url(../images/icons_2b06dbfb.png) no-repeat 0 -143px;
}
.navCon>li>a{
	width:100%;
	height:100%;
	color:#fff;
}
.navCon>.navLast{
	border:0;
}




















