*{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}

ul,li{
	list-style: none;
}


body{}


.banners{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center center;
}



.tops{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}


.tops dl{
	width: 100%;
	font-size: 0;
}



.tops dl dd{
	width: 900px;
	display: inline-block;
	vertical-align: top;
}


.tops dl dd span{
	display: block;
	padding: 0 20px;
	font-size: 24px;
	text-align: left;
	line-height: 40px;
}

.tops dl dt{
	width: 300px;
	display: inline-block;
	vertical-align: top;
}


/*大标题*/
.title{
	width: 1000px;
	height: 76px;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
}


.title .line{
	width: 100%;
	height: 1px;
	background: #AC1316;
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 1;
}


.title .tfont{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 0;
	z-index: 2;
}


.tfont dl{
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1px solid #AC1316;
	display: inline-block;
	background: #fff;
	box-sizing:border-box;
	overflow: hidden;
	margin: 0 5px;
}


.tfont dl dd{
	width: 66px;
	height: 66px;
	margin: 4px auto;
	line-height: 64px;
	text-align: center;
	background: #AC1316;
	color: #fff;
	border-radius: 50%;
	font-size: 50px;
}



.lilun{
	width: 1240px;
	margin: 0 auto;
	font-size: 0;
	margin-top: 40px;
	text-align: center;
	position: relative;
}


.lilun p{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}


.textsr{
	width: 280px;
	position: absolute;
	right: 35px;
	top: 100px;
}

.textsr li{
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	margin-bottom: 50px;
}


.textsl{
	width: 280px;
	position: absolute;
	left: 35px;
	top: 100px;
}

.textsl li{
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	margin-bottom: 50px;
}



.g10{
	margin: 0 8px;
}


.footbg{
	width: 100%;
	height: 750px;
	background: url(../images/footbg.jpg) no-repeat center center;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}



.cenbox{
	width: 1200px;
	height: 488px;
	margin: 0 auto;
	margin-top: 130px;
	position: relative;
}


.cenbox dl{
	width: 380px;
	height: 470px;
	border: 1px solid #fff;
}


.cenbox dl dt{
	width: 380px;
	height: 470px;
	position: absolute;
	left: 10px;
	top: 10px;
}


.cenbox .textb{
	width: 810px;
	height: 400px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 8px;
	opacity: 0.8;
	text-indent: 1;
}


.cenbox .textc{
	width: 810px;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: 8px;
	text-indent: 9;
	color: #fff;
	font-size: 18px;
}



.cenbox .textc ul{
	padding: 30px 20px 0 30px;
}


.cenbox .textc ul li{
	margin-bottom: 18px;
}

.cenbox .textc a{
	width: 160px;
	height: 40px;
	background:#fff;
	border-radius: 20px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #f00;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}



/*左侧浮窗*/
.left_fxd {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 183px;
	height: 446px;
	background: url("../images/left_fxd.png") no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	z-index: 9;
}

.left_fxd ul {
	width: 132px;
	margin: 97px auto 0 auto;
	position: relative;
}

.left_fxd ul #closexx{
	width: 20px;
	position: absolute;
	right: -20px;
	top: -88px;
}


.left_fxd li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
	margin-top: 7px;
	background: url("../images/left_fxd_icon.png") no-repeat;
}

.left_fxd li:nth-child(1) {
	background-position: 0px 0px
}

.left_fxd li:nth-child(2) {
	background-position: 0px -32px
}

.left_fxd li:nth-child(3) {
	background-position: 0px -66px
}

.left_fxd li:nth-child(4) {
	background-position: 0px -99px
}

.left_fxd li:nth-child(5) {
	background-position: 0px -131px
}

.left_fxd li:nth-child(6) {
	background-position: 0px -163px
}

.left_fxd li:nth-child(7) {
	background-position: 0px -196px
}

.left_fxd li:nth-child(8) {
	background-position: 0px -230px
}

.left_fxd li a {
	font-size: 14px;
	color: #666666;
	margin-left: 26px;
}

.left_fxd .left_fxd_btn {
	display: block;
	width: 104px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 15px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 30px;
	color: #ee5400;
}

/*左侧浮窗结束*/