*{
	padding: 0;
	margin: 0;
}


a{
	text-decoration: none;
}

ul,li{
	list-style: none;
}


body{}


.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size:cover;
}


.jianjie{
	width: 1250px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}

.jianjie p{
	width: 590px;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.jianjie img{
	display: block;
}



.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;
}


.pxjj{
	width: 1200px;
	margin: 0 auto;
}


.lilun{
	width: 1200px;
	height: 370px;
	background: url(../images/lilun.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}


.zhifan{
	width: 1200px;
	height: 370px;
	background: url(../images/zhifan.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}



.ziwo{
	width: 1200px;
	height: 370px;
	background: url(../images/ziwo.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}



.lt{
	left: 378px;
	top: 60px;
}

.zt{
	left: 505px;
	top: 60px;
}

.info{
	width: 340px;
	position: absolute;
}


.info h3{
	width: auto;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	font-size: 38px;
}

.info h3:before{
	content: "∨";
	display: inline;
	padding: 0 5px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}


.info p{
	font-size: 20px;
	margin-bottom: 20px;
}


.footbg{
	width: 100%;
	height: 570px;
	background: url(../images/footbg.jpg) no-repeat;
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 50px;
}


.mubu{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
}


.mububg{
	width: 100%;
	height: 100%;
    background: #000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}


.mubuinfo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	font-size: 0;
}

.mubuinfo ul{
	width: 530px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 20px;
}

.mubuinfo ul li{
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}


.mubuinfo dl{
	width: auto;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}

.mubuinfo dl dt{
	width: 302px;
	display: inline-block;
	margin-right: 10px;
}



/*左侧浮窗*/
.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;
}

/*左侧浮窗结束*/


.zixun{
	width: 600px;
	height: 76px;
	margin: 0 auto;
	border: 1px solid #000;
	margin-bottom: 40px;
	border-radius: 38px;
	position: relative;
}


.zixun p{
	width: 590px;
	height: 66px;
	display: block;
	margin: 5px auto;
	background: #000;
	line-height: 66px;
	text-align: left;
	font-size: 24px;
	color: #fff;
	border-radius: 33px;
	text-indent: 20px;
}


.zixun dl{
	width: 100px;
	height: 36px;
	background: #AC1316;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 18px;
	color: #fff;
	font-size: 18px;
}








