@charset "utf-8";
/* CSS Document */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	height: 100%;
	background:url(../img/bg.jpg) top center no-repeat #fff;
	background-size: cover;
}

/*通用*/
a{
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.fl, .fr {
	display: inline
}
li{
	display: inline-block;
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.floor_main a.an{
	display: block;
	margin:48px auto 0;
	width: 320px;
	height: 56px;
	text-align: center;
	background: #B74544;
	font-size: 24px;
	color: #fff;
	line-height: 56px;
	border-radius: 50px;
	transition: all 0.5s;
}
 .floor_main a.an:hover{
	color: #fff;
	box-shadow:0px 3px 6px rgba(181,70,71,0.6);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
} 



/* header */
/*nav*/
.header {
	width: 100%;
	background: #333;
	height: 72px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.nav {
	margin: 0 auto;
	height: 72px;
	width: 1200px;
	clear: both;
	overflow: hidden;
}
.honor {
	width:830px;
	text-align: center;
}
.honor .wz1 {
	display: inline-block;
	padding: 0 18px;
	line-height: 72px;
	text-align: center;
	transition: all 1s;
}
.honor .wz1:hover {
	background: #ff9317;
	color: #fff;
}
.honor a {
	color: #fff;
	font: 18px Microsoft YaHei;
	text-decoration: none;
	line-height:72px;
}
.logo img{
	padding-top: 14px;
	width: 180px;
	height: auto;
}
.header .nav a.fwdh{
	line-height:72px;
	color:#fff;
}
 
 
 
 
 
 
/*banner*/
.banner_bg {
	width: 100%;
	margin-top:72px;
}

.banner_bg img {
	display: block;
	width: 100%;
	height: auto;
}


/* ***floor_main********************* */
.floor_main{
	width:1200px;
	margin:48px auto 0;
	overflow: hidden;
}
.floor_main h1{
	font-size:40px;
	font-weight: 700;
	text-align: center;
	margin-bottom:48px;
	color: #1b2653;
}
.floor_main h1 img{
	display:block;
	width:1200px;
	margin:12px auto 0;
}
.floor_main h1 span{
    color: #c1252e;
	/* font-size: 48px; */
}
.floor_main h1 img{
	padding:0 24px;
}
/* ***floor_main end********************* */

/* ***floor1*********************************************************/
.floor1{
	width:100%;
	background:url(../img/fl1_bg.jpg) no-repeat center;
	background-size:100%;
	overflow: hidden;
}
.floor1 ul.flr_main{
	width:1200px;
	text-align: center;
	overflow: hidden;
}
.floor1 ul.flr_main li{
	display: inline-block;
	width:260px;
	background:#FBFBFB;
	padding:14px 0 0px;
	border-radius:16px;
	margin:0 24px;
}
.floor1 ul.flr_main li img{
	display:block;
	margin:0 auto 16px;
}
.floor1 ul.flr_main li big{
	display: block;
	padding-bottom: 12px;
}
.floor1 ul.flr_main li p{
	width:80%;
	margin:0 auto 16px;
}


/* ***floor2*********************************************************/
.floor2{
	width:100%;
	overflow: hidden;
}

table{
	width: 800px;
	margin: auto;
	text-align: center;
	border: 1px solid #cdbea7;
	border-collapse:collapse;
}
table th{
	background: #BD9E6D;
	font-size: 18px;
	color:#fff;
}

table th, table td{
	border: 1px solid #cdbea7;
	padding:12px 0;
	line-height: 24px
}


/* ***floor3*********************************************************/
.floor3{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}
.floor3 .floor_main{
	margin: 0 auto;
	padding:48px 0 0;
}
.floor3 ul.ul_main{
	width:1200px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.floor3 ul.ul_main li{
	display:inline-block;
	width: 268px;
	margin:24px 24px;
	padding:24px 24px;
	background:#FFFBF8;
	border-radius: 16px;
}
.floor3 ul.ul_main li .fgx{
	display: block;
	margin:16px auto;
}
.floor3 ul.ul_main li:hover{
	cursor: pointer;
	box-shadow:0px 0px 16px rgb(149,127,105,0.3);
	transition: all 0.5s;
}
/* ***floor4*********************************************************/
.floor4{
	width:100%;
	overflow: hidden;
	text-align: center;	
}
.floor4 .floor_main{
	padding-bottom:56px;
}


/* ***floor5*********************************************************/
/* .floor5{
	width:100%;
	overflow: hidden;
	text-align: center;	
	padding-bottom:56px;
}
.floor5 .fl5_img{
	width:720px;
	display: block;
	margin:0 auto;
}
 */

/* footer *********************************************************/
.footer{
	width: 100%;
	text-align: center;
	background: #333;
	color: #FFFFFF;
	padding:10px 0;
	line-height:24px;
	overflow: hidden;
}
.footer a{
	color: #FFFFFF;
}
.footer a:hover{
	cursor:pointer;
	color:#FF9317;
}



/* home */

