@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.abs{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#cover{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000 url("../images/video-bg.jpg") no-repeat center top;
	background-size: cover;
	z-index: 9999;
}

#cover video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url("../images/video-bg.jpg") no-repeat center top;
	background-size: cover;
}

#cover .shadow{
	position: absolute;
	width: 100%;
	height: 8.4%;
	left: 0px;
	bottom: 0px;
	background: url("../images/cover-shadow.png");
	background-size: auto 100%;
}

#cover .topic{
	width: 21.6%;
	height: 11.4%;
	left: 61.9%;
	bottom: 3%;
	background-image: url("../images/cover-topic.png"); 
}

#cover .icon{
	width: 2.2%;
	height: 4.2%;
	bottom: 3.5%;
}

#cover .icon1{
	right: 10.3%;
}

#cover .icon1.on{ background-image: url("../images/cover-icon1a.png"); }
#cover .icon1.off{ background-image: url("../images/cover-icon1b.png"); }

#cover .icon2{
	right: 6.4%;
}

#cover .icon2.on{ background-image: url("../images/cover-icon2a.png"); }
#cover .icon2.off{ background-image: url("../images/cover-icon2b.png"); }

#cover .icon3{
	right: 2.5%;
	background-image: url("../images/cover-icon3.png");
}

#cover .icon span{
	position: absolute;
	font-size: 16px;
	width: 70px;
	height: 18px;
	line-height: 18px;
	top: -28px;
	left: 50%;
	margin-left: -35px;
	color: #fff;
	opacity: 0;
}

#cover .icon:hover span{
	opacity: 1;
}

#cover .icon.on .text2{
	display: none;
}

#cover .icon.off .text1{
	display: none;
}

.logo{
	width: 10.6%;
	height: 4.3%;
	left: 2.8%;
	top: 4.8%;
	background-image: url("../images/logo.png");
	z-index: 10000;
}

.nav-arrow{
	width: 68px;
	height: 68px;
	background-image: url("../images/nav-arrow.png");
	right: 3%;
	margin-right: -26px;
	top: 50%;
	margin-top: 150px;
	cursor: pointer;
	z-index: 999;
}

.nav-arrow:hover{
	opacity: 0.9;
}

@-ms-keyframes nav-arrow{
	from{  }
	50%{ margin-top: 160px; }
	to{  }
}
@-moz-keyframes nav-arrow{
	from{  }
	50%{ margin-top: 160px; }
	to{  }
}
@-o-keyframes nav-arrow{
	from{  }
	50%{ margin-top: 160px; }
	to{  }
}
@-webkit-keyframes nav-arrow{
	from{  }
	50%{ margin-top: 160px; }
	to{  }
}
@keyframes nav-arrow{
	from{  }
	50%{ margin-top: 160px; }
	to{  }
}

.nav-arrow{
	animation:'nav-arrow' 3s linear 0s infinite;
	-ms-animation:nav-arrow 3s linear 0s infinite;
	-moz-animation:nav-arrow 3s linear 0s infinite;
	-o-animation:'nav-arrow' 3s linear 0s infinite;
	-webkit-animation:'nav-arrow' 3s linear 0s infinite;
}

.nav-btn{
	width: 1.8%;
	height: 3.2%;
	right: 2.5%;
	top: 5.2%;
	background-image: url("../images/nav-btn.png");
	cursor: pointer;
	z-index: 999;
}

.nav-btn:hover{
	opacity: 0.8;
}

#nav{
	position: fixed;
	width: 345px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.85);
	z-index: 9999;
	display: none;
}

#nav .close{
	width: 7%;
	height: 2.3%;
	right: 15.4%;
	top: 5.7%;
	background-image: url("../images/nav-close.png");
}

#nav .close:hover{
	opacity: 0.8;
}

#nav table{
	position: absolute;
	top: 10%;
	left: 7.5%;
	height: 80%;
	width: 85%;
	background: url("../images/nav-line.png") no-repeat center top;
	background-size: 100% auto;
}

#nav table p{
	font-size: 15px;
	line-height: 24px;
	padding: 10px 0px;
}

#nav table td{
	background: url("../images/nav-line.png") no-repeat center bottom;
	background-size: 100% auto;
	padding: 0px 0.5em;
}

#nav table td span{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 4px 1em 0px 0px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	color: #000;
}

.slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#slide-1{ background-image: url("../images/s1-bg.jpg"); }
#slide-2{ background-image: url("../images/s2-bg.jpg"); }
#slide-3{ background-image: url("../images/s3-bg.jpg"); }
#slide-4{ background-image: url("../images/s4-bg.jpg"); }
#slide-5{ background-image: url("../images/s5-bg.jpg"); }
#slide-6{ background-image: url("../images/s6-bg.jpg"); }
#slide-7{ background-image: url("../images/s7-bg.jpg"); }
#slide-8{ background-image: url("../images/s8-bg.jpg"); }

#slide-1 .topic{
	width: 53.9%;
	height: 45%;
	left: 23.7%;
	top: 15.4%;
	background-image: url("../images/s1-topic.png");
}

@-ms-keyframes topic{
	from{ transform: scale(0.8,0.8); }
	to{  }
}
@-moz-keyframes topic{
	from{ transform: scale(0.8,0.8); }
	to{  }
}
@-o-keyframes topic{
	from{ transform: scale(0.8,0.8); }
	to{  }
}
@-webkit-keyframes topic{
	from{ transform: scale(0.8,0.8); }
	to{  }
}
@keyframes topic{
	from{ transform: scale(0.8,0.8); }
	to{  }
}

#slide-1.active-slide .topic{
	animation:'ntopic' 0.6s linear 0s normal;
	-ms-animation:topic 0.6s linear 0s normal;
	-moz-animation:topic 0.6s linear 0s normal;
	-o-animation:'topic' 0.6s linear 0s normal;
	-webkit-animation:'topic' 0.6s linear 0s normal;
}

.show{
	position: absolute;
	left: 50%;
	width: 575px;
	top: 27%;
	text-align: left;
}

.show .news1{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 42px 30px 42px;
}

.show .news1 h5{
	line-height: 28px;
	height: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #bf943d;
	margin-bottom: 20px;
}

.show .news1 h5 span{
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 28px;
	background: url("../images/news-num.png");
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}

.show .news1 h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.show .news1 h3 a{
	color: #87270a;
}

.show .news1 h3 a:hover{
	color: #343434 !important;
}

.show .news1 p{
	line-height: 25px;
	max-height: 75px;
	color: #000;
	color: #343434;
	margin-top: 15px;
}

.show .news1 p a{
	color: #343434;
}

.show .news2{
	background-color:rgba(191,148,61,0.9);
	margin-top: 8px;
	border-radius: 10px;
	padding: 18px 42px 35px 42px;
}

.show .news2 h3{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}

.show .news2 h5{
	font-size: 18px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	background: url("../images/news2.png") no-repeat left center;
	padding-left: 35px;
	margin-bottom: 15px;
}

.drop{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.6);
	display: none;
	z-index: 9999;
}

.drop .close{
	position: absolute;
	left: 50%;
	top: 3%;
	width: 46px;
	height: 46px;
	margin-top: -15px;
	background: url("../images/drop-close.png");
	margin-left: 525px;
	z-index: 9;
}

.drop .close:hover{
	opacity: 0.9;
}

.drop iframe{
	position: absolute;
	height: 94%;
	top: 3%;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	border: 5px solid #242424;
	border-radius: 15px;
	background: #fff;
}

#xilan{
	width: 900px;
	margin: 0px auto;
	padding: 25px 0px 50px 0px;
}

#xilan h2{
	line-height: 60px;
	font-size: 40px;
	color: #333;
	margin-top: 8px;
	margin-bottom: 20px;
}

#xilan .side{
	float: left;
	width: 80px;
	padding-right: 40px;
	border-right: 1px solid #eee;
	text-align: center;
	color: #808080;
	padding-bottom: 50px;
}

#xilan .side .tit{
	line-height: 20px;
	height: 20px;
	position: relative;
}

#xilan .side .tit .line1,#xilan .side .tit .line2{
	position: absolute;
	width: 20px;
	height: 1px;
	background: #e8e8e8;
	top: 10px;
}

#xilan .side .tit .line1{
	left: 0px;
}

#xilan .side .tit .line2{
	right: 0px;
}

#xilan .side .time label{
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin-top: 5px;
	color: #585858;
}

#xilan .side .time span{
	display: block;
	line-height: 20px;
	margin-top: 5px;
	color: #585858;
}

#xilan .side .text,#xilan .side .share{
	margin-top: 40px;
}

#xilan .side .text p{
	line-height: 20px;
	margin-top: 10px;
}

#xilan .side .share ul{
	margin: 20px 0px 0px 0px;
	padding: 0px !important;
}

#xilan .side .share li{
	width: 40px;
	margin: 10px auto 0px auto;
}

#xilan .side .share li:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#xilan .main{
	float: right;
	width: 735px;
	padding-bottom: 50px;
}

#xilan .main p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 15px;
}

#xilan .main img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 20px 0px;
}

#xilan .main .editor{
	background: url("../images/editor.gif") repeat-x;
	padding-top: 25px;
	line-height: 24px;
	text-align: right;
	color: #999;
	margin-top: 30px;
}