*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body,html{
	overflow-x: hidden;
}
.featurette-divider {
    margin: 60px 0;
}
.bgtit{
	font-size: 42px;
	color: #4f4f4f;
	font-family: "宋体";
}
.ltit{
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 24px;
	color: #4f4f4f;
}
.context{
	font-size: 14px;
	color: #4f4f4f;
	font-family: "微软雅黑";
	line-height: 28px;
}
.comments{
	font-size: 16px;
	color: #6f6f6f;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}
.boxmargin{
	margin-top: 60px;
}
.boxpadding{
	padding-bottom: 60px;
}
.pmargin{
	margin-top: 28px;
}
.boxbg{
	background-color: #EEEEEE;
}
#prize{
	margin: 30px 0;
}
#zhanwang{
	background-image: url(../img/zhanwang.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	min-height: 450px;
}
#zhanwang p{
	color: white;
}
#yonghu{
	margin-top: 60px;
}

#return-top{
	position: fixed;
	width: 48px;
	height: 48px;
	background: rgba(0,0,0,0.8);
	right: 10px;
	bottom: 15px;
	padding: 10px 5px 0 5px;
	display: none;
	cursor: pointer;
}
#return-top img{
	max-width: 100%	
}
#return-top:hover{
	background: rgb(0,0,0);
}
#nav{
	max-width: 1920px;
	min-width: 960px;;
	background: rgb(20,20,20);
}
#nav ul{
	width: 865px;
	margin: 0 auto;
	font-size: 12px;
	float: right;
	margin: 15px 0;
}
#nav ul li{
	float: left;
	text-align: center;
	border-right: 1px solid #4f4f4f;
	padding: 0 7px;
}
#nav ul li:last-child{
	border-right: none;
}
#nav ul li a{
	color: white;
}
#logo{
	display: block;
	float: left;
	margin-top: 5px;
}

#tyfoot {

    width: 100%;
    background-color: #005699;
    height: 145px;
    text-align: center;
    color: #DEDEDE;
    font-size: 9pt;
    left: 0;
    border-top: #DFDFDF 8px solid;
}
#tyfoot_body {
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
#tyfoot_txt {
	
    float: left;
    width: 590px;
    text-align: left;
    line-height: 20px;
    color: #DEDEDE;
   
}
#tyfoot_txt a:visited {
    color: #DEDEDE;
    text-decoration: none;
	    padding-left: 2px;
    padding-right: 2px;
}
#tyfoot_txt a:link {
    color: #DEDEDE;
    text-decoration: none;
  
   
}
#tyfoot_txt a:hover {
    color: #FF0;
    text-decoration: none;
  
}
#tyfoot_logo img {
    border: 0;
}