﻿	#header{height:85px;min-width:1580px;margin:0 auto;background:url(../images/headerbg.jpg) no-repeat center top;}
		/*网站标志*/
		/*菜单*/
		#menu{float:right;height:85px;margin-right:0px;z-index:9990000000;}
		#menu ul{float:right;}
		#menu ul li{float:left;width:175px;}
		#menu ul li img{float:left;width:115px;margin-top:-20px;margin-left:22px;}
		#menu ul li a{ text-align:center;padding:20px 0 42px;  display:block;line-height:42px;font-size:20px;color:#777;}
		#menu ul li.change a,#menu ul li a:hover{color:#777;text-decoration:none;}
		#menu ul li a i{margin:0 auto;opacity:0.7;display:block;}
	/*公告*/
	#GongGao{width:803px;height:30px;position:absolute;top:724px;left:50%;margin-left:-640px;background:url(../images/heibg.png) no-repeat left top ;z-index:1600;}
	#GongGao h5{float:left;width:90px;height:28px;line-height:28px;text-align:center;font-size:14px;color:#ffebb5;background-color:#010002;}
	#GongGao p{float:left;width:682px;height:30px;line-height:30px;overflow:hidden;font-size:14px;color:#ee9200;padding:0 4px;}
	#GongGao p a{color:#ff7e00;}
	#GongGao p a:hover{color:#ffebb5;}
	/*版本*/
	#Version{margin:0 auto -247px;width:1480px;position:relative;z-index:1500;}
	/*页尾*/
	#footer{height:232px;position:relative;margin:0 auto 0;padding-top:336px;background:url(../images/footerbg.jpg) no-repeat center bottom;}
	#footer .center{padding-top:24px;}
	#footer .bomlogo{float:left;width:414px;text-align:center;margin-top:20px;}
	#footer .tips{color:#FFF;}
	#footer .box{float:right;width:660px;line-height:24px;text-align:right;color:#FFF;}
	#footer ul{position:relative;margin:0px -5px 5px 0px;}
	#footer ul li{display:inline;}
	#footer ul li a{color:#FFF;padding:0 5px;}
	#footer ul li a:hover{color:#FFF;}
	#footer p a{font-size:14px;font-family:'times new roman', times, serif;font-weight:bold;color:#FFF;text-decoration:underline;}
	#footer p a:hover{color:#FFF;}
	/*新闻列表*/
	.NewsList li{height:24px;line-height:24px;overflow:hidden;font-size:14px;padding:11px 10px 11px 4px;border-bottom:1px dashed #a09c99;}
	.NewsList li:last-child{border:0;}
	.NewsList li:hover{background-color:#efebe7;}
	.NewsList li span{float:right;font-size:12px;}
	.NewsList li a:hover{}
	.NewsList li .btn_fl{color:#fff;margin-right:9px;background-color:#fb9600;display:inline-block;}
	/*版本*/
	.Ver{padding:13px 28px;float:left;width:417px;height:570px;position:relative;margin-right:20px;margin-bottom:20px;background-color:#ece8e5;border:1px solid #ece8e5;display:inline;}
	.Ver:hover{border-right-color:#deddd9;border-bottom-color:#deddd9;}
	.Ver h3{padding:0 8px;height:129px;line-height:69px;font-size:23px;font-weight:normal;margin-bottom:20px;border-bottom:1px solid #cac9c7;}
	.Ver .photo{margin:0 auto 28px;width:398px;height:219px;position:relative;overflow:hidden;background:#333;display:block;}
	.Ver .photo span{padding:0 13px;height:50px;line-height:50px;position:absolute;font-size:23px;color:#fff;right:0px;bottom:0px;}
	.Ver .photo img{width:100%;height:100%;display:block;}
	.Ver .quicklink{margin:22px 37px 0 0;position:absolute;top:60px;right:0px;}
	.Ver .quicklink a{margin:0 3px;width:43px;height:43px;line-height:43px;text-align:center;font-size:14px;color:#fff;background-color:#af4646;border-radius:22px;display:inline-block;}
	.Ver .quicklink a:hover{background-color:#999999;}

video {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%);
	object-fit: contain;
        z-index:50;
}

.section{width: 100%;min-width: 1431px;overflow: hidden;position: relative;}
.section1{height: 100px;margin-top:0px;}
.section1 .shouquan{position: absolute;width: 1920px;height: 100px;left: 50%;bottom: 0;margin-left: -960px;}

*{margin:0;padding:0;list-style-type:none;}
img,a{border:0;}
#preview{position:absolute;border:1px solid #ccc;background:#333;padding:5px;display:none;color:#fff;z-index:9990000000;}

ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 61px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/next.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/prev.png) no-repeat;
}