@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #fff;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
mark {
  background: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  vertical-align: top;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.img_box {
  display: block;
  overflow: hidden;
}
.img_box img {
  display: block;
  width: 100%;
}
.avatar {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.avatar img {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  margin: auto;
}
/*颜色样式*/
.color_gray {
  color: #999999;
}
.color_orange {
  color: #ff8913;
}
.color_blue {
  color: #007ac2;
}
.renew_btn {
  display: inline-block;
  background: #FBD74F;
  font-size: 16px;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 25px;
}
.renew_btn:hover {
  background: #FACA0C;
}
.font_smalll {
  font-size: 12px;
}
.font_big {
  font-size: 16px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
.btn:hover {
  filter: alpha(opacity=90);
  opacity: .9;
}
.select_box {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding-right: 15px;
  width: 150px;
  vertical-align: middle;
}
.select_box ins {
  text-decoration: none;
}
.select_box:after {
  content: "";
  border: 5px solid #fff;
  border-top: 5px solid #ddd;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
}
.select_box select {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  width: 100%;
}
#page_top {
  background-color: #222;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.top-nav {
  float: left;
  margin-left: 10px;
  overflow: hidden;
  height: 30px;
}
.top-nav li {
  float: left;
}
.top-nav li a {
  display: inline-block;
  color: #ccc;
  padding: 0 8px;
}
.login-info {
  float: right;
  margin-right: 40px;
}
.login-info a {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
}
.top a:hover {
  color: #CCC;
  text-decoration: none;
  background-color: #6F6F6F;
}
#page_header {
  background: #0171C5 ;
  background-repeat: no-repeat;
  background-position: top center;
  height: 200px;
}
#page_header .page_title {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  padding: 10px 0;
  height: 140px;
}
#page_header .page_title img {
  width: 130px;
  vertical-align: middle;
}
#page_header nav {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
#page_header li {
  display: block;
  float: right;
  margin-left: 3px;
}
#page_header a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 16px;
  background: #0171C5;
  min-width: 80px;
  text-align: center;
}
#page_header a:hover,
#page_header a.active {
  background: #00AEEF;
}
#page_footer {
  background: #0071C5;
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
}
#inter_list {
  padding: 40px 0;
}
#inter_list h2 {
  display: block;
  margin-bottom: 20px;
  color: #0071C5;
  font-size: 18px;
  line-height: 23px;
}
#inter_list h2 img {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  float: left;
}
#inter_list .more_btn {
  display: block;
  text-align: center;
  line-height: 30px;
  background: #F2F2F2;
  color: #999;
  margin: 12px 0 48px 0 ;
}
#inter_list li {
  zoom: 1;
  margin-bottom: 25px;
  display: block;
}
#inter_list li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
#inter_list li img {
  float: left;
  margin-right: 35px;
  width: 180px;
  height: 105px;
}
#inter_list li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
#inter_list li p {
  line-height: 20px;
  color: #666;
}
#inter_list li .btn {
  background: #00aeef;
  color: #fff;
  padding: 6px 20px;
  border: none;
  margin: 11px 0 0 0;
}
#inter_list li .btn:pxhover {
  background: #0171c5;
}
