﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	background-color: #e0e4ed;
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}
video {
	position: absolute;
	left:50%;
	margin-left:-2px;
	top:0;
	transform: translate(-50%);
	object-fit: contain;
}
.page_01 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 920px;
	background: url(../images/bg_01.jpg) no-repeat center;
}
.downcontainer1 {
	height: 780px;
	background: url(../images/bg_02.jpg) no-repeat center;
}
.downcontainer2 {
	height: 740px;
	background: url(../images/bg_03.jpg) no-repeat center;
}
.downcontainer3 {
	height: 848px;
	background: url(../images/bg_04.jpg) no-repeat center;
}

#leftnav {
	position: fixed;
	right: 30px;
	top: 20%;
	width: 98px;
	height: 436px;
	background: url(../images/leftnav.png) no-repeat;
	z-index: 20;
}
#leftnav a {
	width: 98px;
	height: 97px;
	display: block;
	text-align:center;
	padding-right:5px;
}
.gif {
	width: 1920px;
	text-align: center;
	margin: 0 auto;
}
.navs {
	width: 1400px;
	height: 220px;
	left:50%;
	margin-left: -700px;
	top: 640px;
}
.nav1,.nav2,.nav3,.nav4 {
	width: 280px;
	height: 100px;
	margin-right:20px;
	margin-top:100px;
	margin-left:20px;
}

.nav1 {
	margin-left:70px;
	background:url(../images/nav_01.gif) no-repeat;
}
.nav1:hover,.nav2:hover，.nav3:hover，.nav4:hover{cursor: pointer;}
.nav1:hover,.nav2:hover,.nav3:hover,.nav4:hover {
	margin-top:90px;	
}

.nav2 {
	background:url(../images/nav_02.gif) no-repeat;
}

.nav3 {
	background:url(../images/nav_03.gif) no-repeat;
}

.nav4 {
	background:url(../images/nav_04.gif) no-repeat;
}

.tanchuang{display:none;width:100%;height:100%;position:fixed;overflow:auto;top:0;left:0; z-index:15000;padding-top:60px; background:rgba(0,0,0,.6)}
.tanchuang .gb_p{width:1000px;padding:10px 0;text-align:right;margin:0 auto;}
.tanchuang .gb_p a{color:#FFF;font-size:20px; width:40px; height:40px; background:#F03; display:block; text-align:center; line-height:40px; position:relative; left:950px; border-radius:100px; top:60px;}
.tanchuang .gb_p a:hover{background:#09F;}
.tanchuang .tanchuangs{width:880px;height:520px; background:url(../images/sr.png) no-repeat;margin:0 auto; position:relative;}
.tanchuang .tanchuangs ul{width:100%;position:relative; top:50px;padding:0; margin:0; list-style:none;}
.tanchuang .tanchuangs ul li{width:20%;float:left; padding:0; margin:0; list-style:none;}
.tanchuang .tanchuangs ul li .img_bg{width:100%; text-align:center;}
.tanchuang .tanchuangs ul li .img_bg .s_img{ width:124px; height:126px;}
.tanchuang .tanchuangs ul li .txt{ display:block; height:30px; line-height:30px; text-align:center; color:#F00; font-size:14px;}
.tanchuang .tanchuangs .title{ position:absolute; top:10px; left:0;display:block;  width:100%; font-size:22px; color:#595959; text-align:center;}


#weixin {
	display: none;
	position: fixed;
	top: 25%;
	left: 38%;
	z-index: 50;
	background: white;
}
#over {
	width: 100%;
	height: 100%;
	opacity: 0.5;/*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
	filter: alpha(opacity=80);
	display: none;
	position: fixed;
	z-index: 40;
	background: silver fixed;
	background-size: cover;
}

/* 幻灯片所需CSS */
.slider1Preview {
	width:500px;
	height:50px;
}

/*底部幻灯片*/
.slideTxtBox{width:748px;height:520px;top:240px; margin:0 auto; left:-80px;}
.slideTxtBox .uls li{width:748px;height:520px;float:left;list-style-type:none;margin-left:50px;}
.slideTxtBox .prev,.slideTxtBox .next{width:22px;height: 44px;top:250px;}
.slideTxtBox .prev{background: url(../images/prev.png); margin:0 auto;}
.slideTxtBox .next{background: url(../images/next.png);left:950px;}
.points{margin:0 auto;position:relative; left:50%;}
.points li{float:left; word-spacing: 5px;width:20px;height:20px; font-size:25px;}
.on{color:#cecece;}

.bar {
	width: 100px;
	position: fixed;
	top: 102px;
	right: 30px;
	z-index: 1000;
}
.bar .nor {
	color: #fff;
	width: 100px;
	height: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
	font: 14px/70px "微软雅黑";
	background: url(../images/op.png) center repeat;
	margin-bottom: 1px;
	outline: none;
}
.bar .nor:hover, .bar .cur {
	background: #610004;
}
.bar .home {
	font: 18px/70px "微软雅黑";
	outline: none;
}
.bar .home:hover {
	background: #610004;
}
.bar .top {
	width: 100px;
	height: 42px;
	display: block;
	text-align: center;
	background: url(../images/op.png) center repeat;
	outline: none;
}
.bar .top img {
	display: block;
	margin: 0 auto;
	padding-top: 11px;
}
.show{
	width:1000px;
	margin:0 auto;
	}
/*浮动条*/
#Floatingbar {
	width: 110px;
	height: 650px;
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -340px;
	padding-top: 30px;
	padding-right: 18px;
	padding-left: 62px;
	background: url(../images/floatingbg.png) no-repeat left top;
	z-index: 2500;
}
#Floatingbar .erweima {
	width: 109px;
	line-height: 20px;
	text-align: center;
	margin: 0px auto 10px auto;
}
#Floatingbar .erweima:hover {
}
#Floatingbar .erweima:hover img {
	transform: scale(1.3);
}
#Floatingbar .erweima img {
	width: 109px;
	height: 109px;
	margin-bottom: 3px;
	background: #fff;
	display: block;
	transition: all 0.3s ease-in;
}
#Floatingbar .erweima span {
	font-size: 13px;
	color: #e7dbc0;
}
#Floatingbar ul {
	margin-bottom: 7px;
}
#Floatingbar ul li {
	line-height: 26px;
	text-align: center;
	color: #e7dbc0;
	margin-bottom: 3px;
}
#Floatingbar ul li a {
	display: block;
}
#Floatingbar ul li a img {
	margin: 0 auto;
	display: block;
}
#Floatingbar .downlist {
	line-height: 2.14;
	font-size: 14px;
}
#Floatingbar .downlist li a {
	color: #dab974;
}
#Floatingbar .downlist li a:hover {
	color: #e7dbc0;
	text-decoration: none;
}
.content {
	width: 100%;
	margin: 0 auto;
	min-width: 800px;
}
.logo {
	margin:0 auto;
	width:100%;
	padding-top:50px;
	text-align:center;
}
.pay {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	text-align:center;

}
.fl {
	border: 2px #07121e solid;
	background-color: rgba(170, 170, 170, 0.2);  
}
legend {
	text-align: center;
	margin: 0px auto;
	color: #FF0000;
	letter-spacing: 2px;
}
#urls {
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#urls div {
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin-bottom: 36px;
	margin-right: 30px;
}
#urls div a {
	color: #fff;
	display: block;
	float: left;
	background-color: #07121e;
	width: 150px;
	height: 40px;
	text-decoration: none;
	font-size: 18px;
}
#urls div a.bg {
	color: #fff;
	display: block;
	float: left;
	background-color: #009933;
	width: 150px;
	height: 40px;
	text-decoration: none;
	font-size: 14px;
}
#urls div a:hover {
	background: #800000;
	color: #000;
}
 {
	margin: 5px;
	_margin-left: 35px;
}
li {
	color: #fff;
	margin: 8px 0px;
	list-style:none;
}
body,td,th {
	font-family: "Microsoft YaHei", "微软雅黑", Tahoma, "Lucida Grande", Arial, sans-serif;
}
.STYLE1 {color: #8F5C3F}
.STYLE2 {
	color: #000
}
.STYLE5 {
	color: #000
}

.floatbg{position:fixed;width:260px;height:500px;top:400px;background: url("../images/float.png") no-repeat left center;z-index:1000;left:-0px;;text-indent:-9999rem;}
.floatbg:hover{background: url("../images/float.png") no-repeat left center;-moz-transition: all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; -o-transition:all 1s ease 0s}