/* 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: 440px;
  position: relative;
  overflow: hidden;
}

.top_ban a.a_img {
  display: block;
  width: 1920px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.top_ban a.a_img img {
  width: 1920px;
  height: 440px;
  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: #4384de;
	transition: all 0.3s;
}
.kslc{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.kslc h3{
	width: 480px;
  margin: 0 auto;
  text-align: center;
  height: 90px;
  background: url(../images/public.jpg) left center repeat-x;
}
.kslc h3 em {
  line-height: 85px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  display: block;
  width: 210px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 5px;
}
.kslc ul{
	width: 1025px;
	height: 140px;
	float: left;
}
.kslc ul li{
	width: 180px;
	float: left;
	padding-right: 25px;
	height: 110px;
	background: url(../images/kslc_li.jpg) center right no-repeat;
}
.kslc ul li a{
	display: block;
	width: 178px;
	height: 108px;
	border: 1px dashed #d2d2d2;
	border-radius: 8px;
	color: #333;
	font-size: 16px;
}
.kslc ul li a:hover{
	border-color: #1465d6;
	color: #fff;
	font-size: 16px;
}
.kslc ul li a:hover em{
	background: #4384de;
}
.kslc ul li a em{
	width: 150px;
	height: 54px;
	line-height: 27px;
	padding: 8px 0;
	border-radius: 8px;
	display: block;
	background: #f2f2f2;
	margin: 19px;
	text-align: center;
}
.box{
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
}
.box_left{
	width: 238px;
	float: left;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}
.box_left li{
	line-height: 60px;
	width: 238px;
	border-bottom: 1px solid #E1E1E1;
	float: left;
}
.box_left li span{
	width: 148px;
	padding-left: 90px;
	background:#fafafa url(../images/box_img.png) 63px center no-repeat;
	display: block;
	height: 60px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.box_left li dl{
	background: #FFFFFF;
	float: left;
	display: none;
	width: 100%;
	border-top: 1px solid #E1E1E1;
}
.box_left li a{
	background: none;
	width: 100%;
	padding-left: 0;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	display: block;
	text-align: center;
	color: #333;
}
.box_left li a em{
	display: inline-block;
	*display: inline;
	padding-right: 15px;
	background:  url(../images/sjx.png) right center no-repeat;
}
.box_left li a:hover{
	background: #4384de;
	color: #fff;
}
.box_right{
	width: 740px;
	float: right;
	overflow: hidden;
}
.public{
	width: 720px;
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	background: url(../images/public_back.png) left top no-repeat;
	border-bottom: 2px solid #4384de;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}
.public_h5{
	width: 740px;
	height: 30px;
	margin-bottom: 10px;
	float: left;
	background: url(../images/public_back_img.jpg) left center repeat-x;
}
.public_h5 span{
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	background: #fff;
}
.public_h5 span em{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	background: url(../images/public_img.png) center no-repeat;
	font-weight: 600;
	margin-right: 10px;
}
.kaoshi,.bishikaoshi{
	overflow: hidden;
	width: 100%;
}
.kaoshi p,.baoming p,.zhunkaozheng p,.chengji p,.mianshi p,.zige p,.bishikaoshi p{
	font-size: 14px;
	color: #666;
	line-height: 21px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
.cl_ff9a00{
	color: #ff9a00;
	text-decoration: underline;
}
.cl_4384de{
	color: #4384de;
}
.indent{
	text-indent: 2em;
}

.baoming{
	float: left;
	margin-bottom: 20px;
	width: 740px;
	overflow: hidden;
}
.baoming a.rukou{
	width: 520px;
	height: 44px;
	line-height: 44px;
	border-bottom: 5px solid #ff7900;
	background: #ff9a00;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
}
.baoming ul{
	width: 756px;
	overflow: hidden;
	float: left;
	margin-bottom: 8px;
}
.baoming ul li{
	width: 110px;
	text-align: center;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 0 16px 12px 0;
}
.baoming ul li a{
	display: block;
	color: #333;
	background: #f0f0f0;
	border-radius: 3px;
}
.baoming ul li a:hover{
	background: #4384de;
	color: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.baoming ul span{
	display: inline-block;
	*display: inline;
	line-height: 36px;
	padding-left: 104px;
	font-size: 14px;
	color: #ff9a00;
}
.baoming em,.zhuce em{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 21px;
}
p.padding{
	padding-bottom: 0;
}
.zhunkaozheng,.chengji,.mianshi,.zige,.zhuce{
	float: left;
	overflow: hidden;
}
.zhunkaozheng .public_h5 span,.zige .public_h5 span,.zhuce .public_h5 span{
	width: 230px;
}

.liucheng_left{
	width: 300px;
	float: left;
	height: 305px;
	text-align: right;
	background: url(../images/liu_left.png) right top no-repeat;
	overflow: hidden;
}
.liucheng_left li{
	display: block;
	float: left;
	height: 54px;
	margin-bottom: 30px;
	padding-right: 54px;
	position: relative;
	width: 246px;
}
.liucheng_left li em{
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	font-family: arial;
	position: absolute;
	right: 0px;
	top: 8px;
}
.liucheng_left li h3{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ff9a00;
	font-size: 18px;
}
.liucheng_left li span{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.liucheng_right{
	width: 340px;
	float: right;
	background: url(../images/liu_left.png) left top no-repeat;
	text-align: left;
}
.liucheng_right li{
	padding-left: 54px;
	padding-right: 0;
}
.liucheng_right li em{
	right: auto;
	left: 8px;
}
.bishikaoshi table.tab_fir,.bishikaoshi table.tab_two,.bishikaoshi table.tab_last{
	width: 740px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	margin-bottom: 15px;
}
.bishikaoshi table.tab_fir td,.bishikaoshi table.tab_two td,.bishikaoshi table.tab_last td{
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.bishikaoshi table.tab_fir td:first-child{
	/*font-size: 16px;
	background: #fafafa;*/
	width: 238px;
}
.bishikaoshi table.tab_two td,.bishikaoshi table.tab_last td{
	color: #666;
}
.bishikaoshi table.tab_two tr:first-child td,.bishikaoshi table.tab_last tr:first-child{
	background: #4384de;
	color: #fff;
}
.bishikaoshi table.tab_last a{
	text-decoration: underline;
}
.mianshi .liucheng_left{
	height: 220px;
	padding-bottom: 20px;
	background: url(../images/mianshi_left.png) right top no-repeat;
}
.mianshi .liucheng_right{
	background: url(../images/mianshi_left.png) left top no-repeat;
}






































































