
a {
  cursor: pointer;
  color: #0f0f0f;
}

a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:active{text-decoration:none;}/* 指正在点的链接*/

a:hover {
  text-decoration: none;
  color: #1768b7;
}

p > a {
  cursor: pointer;
  color: #7e7c7c;
}

p > a:hover {
  text-decoration: none;
  color: #1768b7;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}
.top{
	width:100%;
	height:40px;
	border-bottom:1px #f5f5f5 solid;
	padding:10px 0;
	}
.top_center{
	width:1200px;
	margin:0 auto;
	}
.head {
  margin: 0 auto;
  padding-top: 20px;
  height: 130px;
}

.nav {
  width:100%;
  height: 50px;
  border-bottom:2px #317ac9 solid;
  margin-bottom: 20px;
}
.nav_in{
	width:1220px;
	height: 50px;
	margin:0 auto;
	
	}
.nav_in li {
  float: left;
  width: 203px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color:#757575;
  font-size: 18px;
  display: block;
}
.nav li> a:hover{
  background-color: #579eeb;
  color: #ffffff;
  display: block;
}
.notice {
  background-color: #f7f7f8;
  padding: 10px 40px;
  font-size: 14px;
}

.center_content_login {
  height: 43px;
  line-height: 43px;
  background-color: #f9f9f9;
}

.center_content_login_input {
  padding: 20px 35px 0 35px;
  background-color: #ffffff;
  overflow: hidden;
}
.center_content_title{
  height: 45px;
  line-height: 45px;
  background-color:#f9f9f9;
  padding: 0 20px;
  border-bottom: 2px solid #e1e0e0;
}
.center_content_business{
  padding:20px;
  background-color: #ffffff;
  overflow: hidden;
}
.center_content_business li{
  width: 205px;
  height:140px;
  float: left;
  padding-top:15px;
  margin: 12px 15px;
}
.center_content_business h2{
  width: 205px;
  padding: 15px 0;
  font-size:16px;
  background-color: #f9f8f8;
}
.center_content_business h2:hover{
  width: 205px;
  padding: 15px 0;
  background-color: #eeeeee;
  display: block;
}
.foot{
  width: 100%;
  height:140px;
  background-color:#eeeeee;
  margin:0 auto;
  margin-top:50px;
  text-align:center;
  padding:20px 0;
  line-height:24px;
  color:#999999;
  font-size:12px;

  }


 .foot_in{
	 width:100%;
	 margin:0 auto;

	 }
.fc{
  color:#569a30;
}
.pt{
  padding-top: 10px;
}
.pt30{
  padding-top: 30px;
}
.pb{
  padding-bottom:10px;
}
.pl20{
  padding-left:20px;
}
.pr190{
  padding-right:190px;
}
.text_center{
  text-align: center;

}
.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}

.fw {
  font-weight: 800;
}
.font-weight-800{
	font-weight:800;
}
.font-bule{
  color:#1768b7;
}
.font-white{
  color:#ffffff;
}
.font-gray{
  color:#757575;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #eeeeee;
}
.bg-blue {
  background: #1c60cf;
}
.pager-box {
  box-sizing: border-box;
  padding: 20px;
}
.mb{
  margin-bottom: 30px;
}
.mb10{
  margin-bottom: 10px;
}
.mt20{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.ml{
  margin-left:40px;
}
.mr{
  margin-right:30px;
}
.mr10{
  margin-right:10px;
}
.pt20{
	padding-top:20px;
	}
.pt10{
	padding-top:10px;
	}
.pb20{
	padding-bottom:20px;
	}
.pb10{
	padding-bottom:10px;
	}
.right{
	float:right;
	}
.left{
	float:left;
	}
.line-height40{
  line-height: 40px;
}
.pagerbar {
  box-sizing: border-box;
  text-align: center;
  color: #666;
  font-size: 13px;
  height: 26px;
  font-family: Arial;
  line-height: 24px;
  white-space: nowrap;
}

.pagerbar a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 2px;
  height: 24px;
  overflow: hidden;
  border: #d0d0d0 1px solid;


  padding: 0 10px;
  outline: 0;
  text-decoration: none;
}

.pagerbar a.current,
.pagerbar a:hover {
  color: #fff;
  /*background-color: #569a30;
  border: #569a30 1px solid;*/

    background-color: #1c60cf;
    border: #d0d0d0 1px solid;
}

.pagerbar a:hover {
  text-decoration: underline;
}

.pagerbar .addition {
  margin-left: 15px;
}

.pagerbar .addition .redirect {
  margin-left: 15px;
}

.pagerbar .addition .redirect input {
  font-size: 12px;
  margin: 0 5px;
  line-height: 22px;
  font-family: Arial;
  color: #bfbfbf;
  width: 40px;
  height: 22px;
  text-align: center;
  border: 1px #eee solid;
  vertical-align: middle;
}

.pagerbar .addition .redirect a.go {
  line-height: 24px;
  margin: 0 0 0 5px;
}

.pagerbar a.current {
  font-weight: 700;
  cursor: default;
}

.pagerbar a.disabled,
.pagerbar a.disabled:hover {
  color: #bfbfbf;
  background-color: #f6f6f6;
  border: #f6f6f6 1px solid;
  overflow: hidden;
  cursor: default;
}



.container-left{
	width:220px;
	margin-right:30px;
	}
.container-left li{
	width:220px;
	height:50px;
	background:40px url(../images/index_32.png) #f6f6f6 no-repeat;
	margin-bottom:5px;
	line-height:50px;
	padding-left:80px;
}
.container-right{
	width:980px;
	}
.container-right li{
	padding:15px 20px 15px 50px;
	border:1px #eeeeee solid;
	/*background:20px url(../images/index_23.png) no-repeat;*/
	margin-bottom:15px;
	}
.container-fuwu li{
	width:150px;
	text-align:center;
	font-size:14px;
	float:left;
	}


