﻿*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

ul,
li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
	background: url("bg_01.jpg") #faf1ec no-repeat center top;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:focus,
a:hover {}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}


.w1200 {
	width: 1200px;
	margin: 0 auto;
}
header{
	padding-top: 280px;
	text-align: center;
}
.con{
	margin-top: 194px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}
.con>div{
	width: 376px;
}
.con>div ul{
	height: 410px;
	margin-top: 18px;
	padding: 55px 19px 0;
	overflow: hidden;
}
.ys{
	background: url("ysbg01.png") no-repeat;
}
.js{
	background: url("ysbg02.png") no-repeat;
}
.sxgk{
	background: url("ysbg03.png") no-repeat;
}
.con>div ul li{
	width: 164px;
	height: 60px;
	line-height: 58px;
	font-size: 24px;
	color: #d15d33;
	background: url("nianbg.png") no-repeat;
	float: left;
	margin-left: 10px;
	margin-bottom: 58px;
}
.con>div ul li:nth-child(2n+1){
	margin-left: 0px;
}
.con>div ul li a{
	color: #d15d33;
	padding-left: 52px;
	display: block;
}
.con>div ul.sxgk li{
	background: url("sxgkbg.png") no-repeat;
}
.con>div ul.sxgk li.jggg{
	background: url("sxgkbg01.png") no-repeat;
	width: 100%;
}
.con>div ul.sxgk li a{
	padding-left: 0;
	text-align: center;
}

.footer {
	width: 100%;
	height: 185px;
	background: url("footbg_02.jpg") no-repeat center top;
}
.footer_top {
	padding-top: 11px;
	margin-left: 13px;
	overflow: hidden;
}
.footer_top div {
	float: left;
}
.footer_top div select {
	width: 196px;
	height: 30px;
	margin-left: 13px;
	border: 1px solid #de4f0f;
}
.relation {
	background: url(foot_first_bg_99.jpg) no-repeat;
	width: 108px;
	height: 30px;
}
.relation a {
	text-align: center;
	line-height: 30px;
	width: 100px;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}
.footer_bottom {
	margin: 0px auto;
	padding-top: 50px;
	font-size: 16px;
	color: #FFF;
	overflow:hidden;
	width: 1200px;
}
.footer_bottom div {
	margin-top: 10px;
}
.address {
	margin-left: 15px;
}
.ins {
	margin-left: 18px;
}

