/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: '微软雅黑';
  line-height: 150%;
  font-size: 14px;
}

b,
strong,
ins {
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

ul,
li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

p {
  padding: 0px;
}

em,
i {
  font-style: normal;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

input,
button {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

.top_ban {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.top_ban a.a_img {
  display: block;
  width: 1920px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.top_ban a.a_img img {
  width: 1920px;
  height: 500px;
  display: block;
  float: left;
}
.nav1{
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #0958b5;
}
.nav1 ul{
	width: 1000px;
	margin: 0 auto;
	height: 60px;
}
.nav1 ul li{
	float: left;
	width: 125px;
	text-align: center;
}
.nav1 ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	transition: all 0.3s;
}
.nav1 ul li a:hover{
	font-size: 20px;
	background: #ff9a00;
	transition: all 0.3s;
}
.public{
	width: 1000px;
	padding-bottom:18px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/public_back_03.jpg) right top no-repeat;
	border-bottom: 2px solid #337adb;
}
.public em{
	display: block;
	padding-right: 6px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 20px;
	float: left;
	background: url(../images/public.png) left top no-repeat;
	padding-left: 38px;
}
.daoyu{
	width: 1000px;
	height: 100px;
	background: url(../images/daoyu.jpg) center no-repeat;
	margin: 30px auto;
}
.daoyu span{
	display: block;
	font-size: 14px;
	color: #333;
	padding: 29px 20px 29px 140px;
	line-height: 21px;
}
.duizhao{
	width: 1000px;
	margin: 30px auto;
	height: 860px;
}
.duizhao h3{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background: #0f93d8;
	text-align: center;
}
.duizhao_left{
	width: 490px;
	height: 860px;
	float: left;
}
.duizhao_right{
	width: 490px;
	height: 860px;
	float: right;
}
.table_box{
	width: 488px;
	height: 520px;
	padding-top: 20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: #fafafa;
	overflow: auto;
}
.table_box table{
	width: 440px;
	margin-left: 20px;
	border-left: 1px solid #e6e6e6;
	background: #fff;
}
.table_box table td{
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 10px 10px;
}
.table_box table thead td,.table_box table tr.fir td{
	color: #0f93d8;
	font-size: 16px;
	background: #ecf6fd;
}
.table_next{
	width: 448px;
	height: 240px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	padding: 18px 20px 0;
}
.table_next em{
	width: 60px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	font-size: 18px;
	color: #fff;
	background: #008cd6;
	margin-bottom: 10px;
}
.table_next em i{
	display: block;
	width: 8px;
	height: 6px;
	background: url(../images/i_back.jpg) center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 26px;
}
.table_next p{
	display: block;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.table_next p i{
	display: inline-block;
	*display: inline;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #008cd6;
	color: #fff;
	border-radius: 16px;
	text-indent: 0em;
	margin-right: 5px;
}
.table_next span{
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
.buzhou {
  width: 1020px;
  margin: 0px auto 70px;
  overflow: hidden;
}
.buzhou ul{
	float: left;
	margin-top: 20px;
}
.buzhou li {
  width: 340px;
  float: left;
  height: 375px;
  background: url(../images/background.jpg) center bottom no-repeat;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.buzhou li em {
  width: 129px;
  display: block;
  height: 129px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #eee;
  background: #fff;
}

.buzhou li span {
  font-size: 20px;
  color: #333;
  display: inline-block;
  padding-left: 12px;
  background: url(../images/big_dian.png) left center no-repeat;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.buzhou li span i {
  background: url(../images/big_dian.png) right center no-repeat;
  padding-right: 12px;
  display: inline-block;
}

.buzhou li span b {
  font-size: 16px;
  font-weight: 500;
}

.buzhou li u {
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-align: left;
  width: 270px;
  margin: 0 auto;
  height: 30px;
  line-height: 18px;
  color: #008cd6;
}

.buzhou li p {
  display: block;
  width: 260px;
  line-height: 21px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  background: url(../images/p_dian.jpg) left 10px no-repeat;
  padding: 3px 0 3px 10px;
}

.buzhou li a {
  width: 208px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #008cd6;
  border: 1px solid #008cd6;
  display: block;
  margin: 20px auto 0;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.buzhou li a:hover {
  background: #ff7900;
  color: #fff;
  border-color: #ff7900;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}











































































