﻿a{text-decoration:none;}
.tan{
	position:fixed;
	width:100%;
	height:100%;
	background: url(../images/hei.png) ;
	top:0px;
	left:0px;
	
}
.tanwai{
	position:relative;
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}	
.tanin{
	width:610px;
	height:350px;
	background:#191a20;
	border-radius: 15px;
	border:2px solid #f2b765;
	position:relative;
}
.close{
	cursor:pointer;
	position:absolute;
	top:-5px;
	right:-5px;
}
.dang{
	padding-top:50px;
	text-align:center;color:#fff;
	font-size:24px;
	line-height:80px;
}
.red{color:#ff0000;}
.wei{
	font-size:50px;
}
.dang em{color:#f2b765;}
body{
	background: url(../images/bg.jpg) no-repeat center top;
}
.inner{
	width:1040px;
	margin:0 auto;
}
.head{
	height:97px;
	background: url(../images/hbg.png) ;
	border-bottom:1px solid #f5d674;
}
.head .inner{
	height:97px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav li{
	float:left;
	padding:0 10px;
}
.nav li a{
	display:block;
	text-align:center;
	color:#fff;
	width:108px;
	line-height:40px;
	font-size:18px;
}
.nav li .cur{
	color:#111215;
	background:#f2b765;
	border-radius: 30px;
}
.ban{
	height:1190px;
}
.search{
	padding-left:20px;
	padding-right:30px;
	width:680px;
	margin:0 auto;
	background: url(../images/search.png) no-repeat center top;
	height:84px;
	padding-bottom:7px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sinpt{
	background:#b35c0f;
	color:#fff;
	font-size:22px;
	padding-left:15px;
	height:55px;
	outline:none;
	width:370px;
	border:none;
	border-radius: 8px;
}
.sinpt::-webkit-input-placeholder { /* WebKit browsers*/ 
  color:#fff;
}
.sinpt:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
  color:#fff;
}
.sinpt::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
  color:#fff;
}
.sinpt:-ms-input-placeholder { /* Internet Explorer 10+*/ 
  color:#fff;
}
.qing{
	text-align:center;
	padding-top:60px;
	padding-bottom:10px;
}
.cop{
	text-align:center;
	color:#a9a9a9;
	font-size:20px;
	line-height:50px;
	padding:6px 0px;
}
.biao{
	width:990px;
	margin:0 auto;
}
.biao td{
	line-height: 40px;
	height: 80px;
	background: url(../images/tabg.png);
	border:1px solid #34363f;
	color:#fff;
	text-align:center;
	font-size: 16px;
}
.biao tr:nth-child(1) td{
	color:#101216;
	background:#f2b765;
}
.green{color:#00ff00;}


.luntopbx{
	width:994px;
	height:171px;
	background: url(../images/luntopbg.png) no-repeat center top;
	margin:0 auto;
	margin-bottom:10px;
}

.luntop{
	position:relative;
	height:124px;
	overflow:hidden;
	top:24px;
}
.luntop ul{
	position:absolute;
	left: 40px;
	top: 0px;
	width:100%;
	overflow:hidden;
}
.luntop ul li{
	float:left;
	width:33.33%;
	color:#fff;
}
.tuse{
	color:#ebd05e;
}
.lvse{
	color:#36ff00;
}
.hong{
	color:#ff0000;
}