﻿﻿/* 全局 */
* {
	margin: 0;
	padding: 0;
	
}
img{
	width: 100%;
}
a{
	color: black;
	text-decoration: none;
}
html,
body {
	width: 100%;
	position: relative;
}
#cnzz_stat_icon_1276877084{
	position: absolute;
	top: 99%;
	left: 48%;
}
li{
	list-style-type: none;
}
/*清除浮动*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

/*悬浮*/
body{
	position: relative;
}
.xf{
	width: 4%;
	position: fixed;
	right: 0;
	top: 18.8%;
	z-index: 3;
}
.xf ul li{
	background-color: /*#9ecca6*/ #910000;
	padding: 10%;
	border-radius: 5px;
	margin-top: 2.2%;
}
.xf ul li:nth-child(2){
	position: relative;
}
.xf ul li:nth-child(2):hover .xf1{
	display: block;
}
.xf1{
	position: absolute;
	right: 90px;
    top: 0px;
	width: 150px;
	background: url(../images/xfbj.png) no-repeat ;
	padding: 20%;
	background-size: 100% 100%;
	display: none;
	padding-right: 37%;
	text-align: center;
}
.xf1 p{
	color:white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2%;
}
.xf ul li:nth-child(3){
	position: relative;
}
.xf ul li:hover{
	background-color:  /*#5b8b64*/ #d6000f;
}
.xf2{
    position: absolute;
    width: 143px;
    right: 90px;
    top: -10px;
    display: none;
}
.xf ul li:nth-child(3):hover .xf2{
	display: block;
}
/*悬浮结束*/

.minbox{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

a,span,p,div,strong{
	font-family: "Microsoft YaHei" !important;
}
.main3-1 span{
	    white-space: normal !important;
}