@charset "utf-8";
/* CSS Document */
/*公共部分*/
*{margin:0px;padding:0px;}
img{border:none;}
li{list-style:none;}
a{text-decoration:none;}
body{background:#fff;}
/*navbox*/
.navbox{width:100%;overflow:hidden;background:#e30101;}
.nav{width:1200px;margin:0 auto;}
.nav ul{overflow:hidden;margin-left:135px;}
.nav ul li{float:left;font:18px/50px "SimSun";width:100px;text-align:center;}
.nav ul li a{color:#fff;}
/*bannnerbox*/
.bannerbox{width:100%;}
.banner1{background:url(../images/banner_01.jpg) no-repeat top center;height:125px;}
.banner2{background:url(../images/banner_02.jpg) no-repeat top center;height:125px;}
.banner3{background:url(../images/banner_03.jpg) no-repeat top center;height:125px;}
.banner4{background:url(../images/banner_04.jpg) no-repeat top center;height:125px;position: relative;}
.banner4>img{
	width: 1200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
}

.content1{
	width: 1200px;
	margin:0 auto;
}

.topbiaodan{
	width: 500px;
	display: inline-block;
}
.bd-top{
	background: #FF6600;
	height: 70px;
}
.bd-top>img{
	height: 62px;
	line-height: 62px;
	padding: 4px 0;
	margin-left: 20px;
	float: left;
}
.bd-top>span{
	color: #FFFFFF;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 70%;
	height: 70px;
	line-height: 70px;
	float: left;
}
.bd-tips{
	background: #F6F1EB;
	height: 70px;
	line-height: 70px;
	
}
.bd-tips>span{
	color: #FF6600;
	font-size: 24px;
	border-left: 3px solid #FF6600;
	padding-left: 20px;
	margin-left: 20px;
}

.bd-border{
	border: 1px solid #CCCCCC;
	display: block;
	width: 90%;
	height: 50px;
	border-radius: 5px;
	box-shadow: 5px #ccc;
	margin:10px auto;
}
.bd-border>img{
	float: left;
	margin-top: 5px;
	margin-left: 12px;
}
.bd-border>input,.bd-border>select{
	width: 72%;
	height: 34px;
	line-height: 40px;
	float: left;
	margin-top: 5px;
	margin-left: 16px;
	font-size: 18px;
	padding-left: 10px;
}
.bd-border>select{
	width: 75%;
}
#baoming>ul>li{
	display: block;
}
.bd-border>.bmbtn{
	width: 100%;
	height: 100%;
	background: #FF6600;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 0;
	margin-left: 0;
	font-size: 20px;
	padding-left: 0;
}
.c1-r{
	display: inline-block;
	width: 500px;
	margin: 50px 50px;
	float: right;
}
.c1-r-top{
	display: block;
	font-size: 44px;
	color: #FF6600;
}
.c1-r-kong{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FF6600;
	float: left;
	margin-right: 20px;
}
.c1-r-top>span{
	height: 40px;
	line-height: 40px;
}
.c1-r-center{
	display: inline-block;
	font-size: 26px;
	color: #FF6600;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E45614;
}
.c1-r>p{
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 33px;
}

/*content2*/
.content2{
	width: 100%;
	margin-top: 50px;
}
.thetitle{
	width: 1200px;
	margin:0 auto;
	text-align: center;
}
.title-top{
	color: #FF6600;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.title-small{
	display: inline-block;
	padding: 6px 20px;
	margin:0 auto;
	margin-top: 5px;
	color: #656565;
	border-top: 1px solid #656565;
	font-size: 20px;
}
.c2-center{
	width: 1200px;
	margin: 0 auto;
	height: 1030px;
}
.c2-center>ul>li{
	display: inline-block;
	width: 33.33%;
	float: left;
	height: 510px;
}
.c2-li-div{
	border: 1px solid #656565;
	margin:8px;
	height: 504px;
}
.c2-li-div>div{
	width: 100%;
	font-size: 34px;
	color: #FF6600;
	text-align: center;
}
.c2-li-div>div:first-child{
	margin:6px 0;
}
.c2-li-div>div>img{
	width: 100%;
}
.c2-li-div>div>span{
	font-size: 28px;
	color: #656565;
}
.c2-li-div-bottom>p{
	color: #834200;
	font-size: 18px;
	padding:14px;
	text-align: left;
}
.c2-li-div-bottom>div{
	width: 80%;
	margin:0 auto;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.c2-li-div-bottom>div>a{
	width: 120px;
	color: #FFFFFF;
	background: #FF6600;
	padding:2px 20px;
	border-radius: 4px;
	margin-right: 15px;
}
/*content3*/
.content3{
	background: #333333;
	color: #FFFFFF;
}
.content-biaodan-center{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.content3 ul{
	list-style: none;
}
.content3 li{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-right: 20px;
}
.content3 li>div{
	display: inline-block;
}
.content3 li>div>span{
	display: inline-block;
}
.content3 li>div>input{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 174px;
	border-radius: 6px;
}
.content3 li>.tijiaobtn>input{
	background: #FF3200;
	color: #FFFFFF;
	width: 178px;
	height: 34px;
	cursor: pointer;
}
.tijiaobtn{
	position: relative;
}
.tijiaobtn>img{
	position: absolute;
	bottom: 0;
	right: -60px;
}

/*content4*/
.content4{
	width: 100%;
	height: 880px;
	margin-bottom: 50px;
}
.c4-center{
	width: 1200px;
	margin:0 auto;
}
.c4-center>div{
	width: 100%;
	margin-top: 10px;
	height: 340px;
}
.c4-center>div>span{
	font-size: 20px;
	color: #FF6600;
}
.c4-center>div>ul>li{
	display: inline-block;
	width: 33.33%;
	float: left;
	text-align: center;
}
.c4-center>div>ul>li>img{
	width: 90%;
	text-align: center;
}
.c4-center p{
	margin:5px 0;
	line-height: 26px;
}
.c4-center>.c4-btn,.c5-center>.c5-btn,.c6-center>.c6-btn,.c7-center>.c7-btn{
	width: 80%;
	margin-top: 10px;
	height:80px;
	margin:0 auto;
	text-align: center;
}

.c4-btn>a,.c5-btn>a,.c6-btn>a,.c7-btn>a{
	display: inline-block;
	width: 200px;
	height: 22px;
	text-align: center;
	padding:10px;
	color: #FFFFFF;
	background: #FF6600;
	border-radius: 8px;
	margin:0 auto;
	margin:50px 30px;
}

/*content5*/
.content5{
	padding-top: 80px;
	width: 100%;
	height: 720px;
	/*background: url(../images/bg_41.jpg) no-repeat center;*/
}
.c5-center{
	width: 1200px;
	margin:0 auto;
}
.c5-rgb{
	width: 100%;
	height: 460px;
	background: rgba(255,255,255,0.7);
	/*margin-top: 20px;*/
	text-align: center;
	border-radius: 10px;
}
.c5-rgb>span{
	display: inline-block;
	width: 200px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding:16px 40px;
	color: #FFFFFF;
	background: #FF6600;
	border-radius: 8px;
	margin:0 auto;
	margin:20px 30px;
	font-size: 24px;
}
.c5-rgb>ul>li{
	display: inline-block;
	width: 18%;
	margin: 10px;
	float: left;
}
.c5-rgb>ul>li>span{
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 30px;
	text-align: center;
	padding:16px 30px;
	color: #FFFFFF;
	background: #FF6600;
	border-radius: 8px;
	margin:0 auto;
	font-size: 22px;
	margin-top: 40px;
}
.c5-rgb>ul>li>p{
	display: inline-block;
	text-align: left!important;
	width: 180px;
	height: 240px;
	text-align: center;
	padding:20px 20px;
	color: #000000;
	background: #FCE3CD;
	margin:0 auto;
	margin-top: 20px;
	letter-spacing: 2px;
	line-height: 25px;
}

/*content6*/
.content6{
	width: 100%;
	height: 610px;
	margin-top: 50px;
}
.c6-center{
	width: 1200px;
	margin:0 auto;
}
.c6-center ul{
}
.c6-center li{
	width: 24%;
	display: inline-block;
	float: left;
	margin: 10px 5px;
	border-bottom: 3px solid #000000;
	box-shadow: 2px 2px 2px #646464; 
	padding-bottom: 15px;
}
.c6-center li:hover{
	border-bottom: 3px solid #FE8100;
}
.c6-center img{
	width: 100%;
}
.c6-center span{
	display: block;
	margin: 5px 0 0 5px;
}
.c6-center .c6-span-title{
	font-size: 19px;
	font-weight: bold;
}

/*content7*/
.content7{
	width: 100%;
}
.content7>.thetitle{
	margin-bottom: 30px;
}
.content7>ul{
	width: 1200px;
	margin:0 auto;
}
.content7 li{
	display: inline-block;
	width: 22%;
	margin: 2px;
	border: 1px solid #ccc;
	float: left;
	padding:15px;
	height: 70px;
}
.content7 li a{
	text-decoration: none;
	color: #000000;
	width: 264px;
	height: 70px;
	display: inline-block;
}
.content7 li div{
	display: inline-block;	
}
.content7 li div>span{
	display: block;	
	line-height: 40px;
}
.c7-img{
	width: 60px;
}
.c7-img>img{
	width: 100%;
}


.c7-center{
	width: 1200px;
	margin:0 auto;
}

.c7-center>img{
	margin-top: 14px;
}

/*contentbox8*/
/*.contentbox8{width:100%;background:#313439;padding:80px 0px;}
.content8{width:1000px;margin:0 auto;}
.content8 h2 a{color:#fff;margin-left:900px;font:18px/38px "SimSun";margin-bottom:35px;display:inline-block;}
.content8 ul{overflow:hidden;width:760px;margin:0 auto;}
.content8 ul li{float:left;margin-right:100px;}
.content8 p{color:#fff;text-align:center;margin-top:80px;font:18px/38px "SimSun";}
.content8 p a{color:#fff;}*/


.content8{
	background: #f8f8f8;
	width: 100%;
	margin-top: 80px;
	padding-top: 30px;
}
.heihei{
	height: 60px;
}
.luxian_con {
	width:1200px;
	height:200px;
	margin:0px auto;
}
.gongzai {
	display:block;
	float:left;
	margin-left:50px;
}
.luxian_con h3 {
	float:left;
	font-size:24px;
	font-family:Î¢ÈíÑÅºÚ;
	font-weight:bold;
	margin-left:105px;
	margin-top:50px;
}
.luxian_con p {
	float:right;
	line-height:25px;
}




























