body {
  font-size: 14px;
  font-family: Microsoft YaHei !important;
  -webkit-font-smoothing: antialiased;
  color: #222;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
input,
button {
  outline: none;
  border: none;
}
em,
i {
  font-style: inherit;
}
a:hover {
  color: #ff7108;
}
.mt-20 {
  margin-top: 20px;
}
.mt-20 .text-center {
  text-align: center;
}
.m-block .title {
  background: #0e7dc3;
  min-height: 32px;
  position: relative;
  padding-left: 22px;
  color: #fff;
  line-height: 32px;
}
.m-block .title a {
  color: #fff;
  font-size: 16px;
}
.m-block .title em {
  font-size: 14px;
}
.m-block .title small {
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding-bottom: 8px;
  margin-top: -5px;
}
.m-block .title:after {
  content: '';
  width: 3px;
  height: 18px;
  position: absolute;
  left: 12px;
  top: 7px;
  background: #fff;
}
.m-block .title strong {
  font-size: 16px;
}
.m-block .list-view {
  background: #f1f1f1;
}
.m-block .list-view ul {
  overflow: hidden;
}
.m-block .list-view li {
  margin: 0 10px;
  border-bottom: 1px dotted #999;
  padding: 9px 10px 11px 18px;
  position: relative;
}
.m-block .list-view li span {
  position: absolute;
  right: 2px;
  bottom: 8px;
  color: #666;
}
.m-block .list-view li:last-child {
  margin-bottom: 10px;
}
.m-block .list-view li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background: url("../images/list-ico.png") no-repeat;
  width: 10px;
  height: 10px;
}
.m-block .list-view li a {
  color: #222;
}
.m-block .list-view li a:hover {
  background: #e8e8e8;
}
.layout-con {
  margin: 12px auto 0;
  background: #fff;
  padding: 14px 20px 50px;
}
.layout-con .con-header {
  text-align: center;
  position: relative;
}
.layout-con .con-header .con-title {
  position: absolute;
  top: -86px;
  left: 0%;
  display: block;
  text-align: center;
  width: 100%;
}
.layout-con .con-header .con-title p {
  font-size: 18px;
  color: #0a2830;
  line-height: 38px;
}
.layout-con .con-header .con-title span {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}
.layout-con .con-header .con-title hr {
  width: 90px;
  height: 0px;
  background: #bebebe;
  overflow: hidden;
  margin: 0 auto;
}
.layout-con .con-header .con-nav {
  padding-bottom: 0px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
.layout-con .con-header .con-nav ul {
  overflow: hidden;
}
.layout-con .con-header .con-nav ul li {
  float: left;
  border: 1px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  font-size: 14px;
  margin-bottom: 10px;
}
.layout-con .con-header .con-nav ul li a {
  color: #444;
}
.layout-con .con-header .con-nav ul li.on {
  border: 1px solid #999;
}
.layout-con .con-info p {
  line-height: 24px;
  color: #444;
  margin-bottom: 24px;
}
.layout-con .con-info img {
  max-width: 100%;
}
.paging1 {
  padding: 3em 0 0 !important;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
}
.header-top {
  overflow: hidden;
  width: 1240px;
  margin: 0 auto;
}
.header-top .logo {
  width: 50%;
  float: left;
}
.header-top .logo img {
  width: 90%;
}
.header-top .right {
  width: 300px;
  float: right;
  text-align: right;
}
.header-top .right span {
  margin-right: 5px;
}
.header-top .btn-login {
  background-color: #ff7108;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 16px;
  border-radius: 2px;
  line-height: 1.4em;
  margin-top: 30px;
}
.header-top .btn-login.grey {
  background: #0a2830;
  padding: 3px 10px;
  margin-left: 10px;
}
.header-top .search {
  margin-top: 13px;
  height: 27px;
  border: 1px solid #c9c9c9;
  border-radius: 13px;
  padding: 2px 0 2px 10px;
  position: relative;
  display: flex;
}
.header-top .search input {
  display: block;
  width: 190px;
  height: 21px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: none;
}
.header-top .search button {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/search-ico.png") center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.nav {
  height: 66px;
  background: #0e7dc3;
  position: relative;
  width: 100%;
}
.nav ul {
  display: block;
}
.nav ul li {
  height: 66px;
  float: left;
  position: relative;
  text-align: center;
}
.nav ul li h3 {
  position: relative;
}
.nav ul li h3 a {
  color: #fff;
  display: block;
  padding: 11px 39px 13px;
  height: 42px;
}
.nav ul li h3 span {
  font-size: 16px;
  line-height: 23px;
  display: block;
  font-weight: bold;
}
.nav ul li h3 b {
  font-size: 12px;
}
.nav ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
  height: 40px;
  background: #fff;
}
.nav ul >li:last-child h3:after {
  display: none;
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.nav .nLi h3 {
  float: left;
}
.nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.nav .sub {
  display: none;
  width: 270PX;
  left: 0;
  top: 66px;
  position: absolute;
  background: rgba(14,125,195,0.9);
  line-height: 26px;
  padding: 6px 0;
  z-index: 999;
}
.nav .sub li {
  zoom: 1;
  line-height: 28px;
  float: none;
  height: 28px;
}
.nav .sub li a {
  display: block;
  color: #fff;
  line-height: 26px;
  text-align: left;
  padding: 0 14px;
}
.nav .sub a:hover {
  background: #0e7dc3;
  color: #0a2830;
}
.nav .onn h3 a {
  background: url("../images/nav-ico2.jpg") repeat-x;
  color: #fff;
}
.content-box {
  overflow: hidden;
}
.content-box .layout-top {
  margin-top: 20px;
  height: 346px;
  overflow: hidden;
}
.content-box .layout-top .list-notice {
  width: 320px;
  float: left;
}
.content-box .layout-top .list-notice .list-view {
  height: 315px;
}
.content-box .layout-top .banner {
  width: 900px;
  height: 346px;
  float: left;
  margin-left: 20px;
}
.content-box .layout-top .slideBox {
  width: 900px;
  height: 346px;
  overflow: hidden;
  position: relative;
}
.content-box .layout-top .slideBox .hd {
  height: 4px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: 1;
  width: 560px;
  display: block;
}
.content-box .layout-top .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.content-box .layout-top .slideBox .hd ul li {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 4px;
  line-height: 9999px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.content-box .layout-top .slideBox .hd ul li.on {
  background: #ff7108;
}
.content-box .layout-top .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.content-box .layout-top .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 900px;
  height: 346px;
}
.content-box .layout-top .slideBox .bd img {
  width: 560px;
  height: 346px;
  display: block;
  float: left;
}
.content-box .new-info-block {
  box-sizing: border-box;
  background: url("../images/nzc.png") 200px 301px #efefef no-repeat;
  width: 320px;
  height: 346px;
  float: right;
  padding: 30px 30px;
}
.content-box .new-info-block h3 {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  text-align: center;
}
.content-box .new-info-block h3 small {
  font-size: 12px;
  color: rgba(68,68,68,0.64);
  display: block;
}
.content-box .new-info-block .text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}
.content-box .new-info-block .href {
  text-align: right;
}
.content-box .new-info-block .href a {
  color: #ff7108;
}
.layout-body {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout-body .layout-left {
  width: 320px;
  float: left;
}
.layout-body .layout-left .img {
  position: relative;
  margin-bottom: 20px;
}
.layout-body .layout-left .img img {
  width: 100%;
  vertical-align: top;
}
.layout-body .layout-left .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 49px;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.51);
  text-align: center;
  padding-top: 5px;
}
.layout-body .layout-center {
  width: 560px;
  float: left;
  margin-left: 20px;
}
.layout-body .layout-center .new-row {
  padding: 20px 5px 10px 20px;
  overflow: hidden;
  background: #f1f1f1;
}
.layout-body .layout-center .new-row img {
  float: left;
  width: 244px;
  height: 151px;
}
.layout-body .layout-center .new-row .cont {
  margin-left: 260px;
}
.layout-body .layout-center .new-row .cont h4 {
  font-size: 16px;
  color: #222;
}
.layout-body .layout-center .new-row .cont p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
}
.layout-body .layout-center .new-row .cont a {
  color: #ff7108;
}
.layout-body .layout-right {
  width: 320px;
  float: right;
}
.layout-body .layout-right .map {
  overflow: hidden;
  margin-bottom: 20px;
}
.layout-body .layout-right .map img {
  display: block;
  margin: 12px auto;
  vertical-align: top;
}
.partner .info {
  padding: 15px 0;
}
.partner .info img {
  margin: 6px 0 6px 35px;
}
.link .info {
  padding: 20px 0;
}
.link .info a {
  font-size: 14px;
  padding-right: 44px;
  position: relative;
  white-space: normal;
  display: inline-block;
  margin-bottom: 10px;
  color: #222;
}
.link .info a:hover {
  color: #ff7108;
}
.link .info a:after {
  content: '/';
  position: absolute;
  right: 20px;
  top: -1px;
  color: #bcbcbc;
}
.footer {
  height: 272px;
  color: #fff;
  background: #0a2830;
  text-align: center;
  margin-top: 50px;
}
.footer .copyright {
  width: 50%;
  float: left;
}
.footer .copyright img {
  width: 69px;
  margin-bottom: 27px;
  margin-top: 60px;
}
.footer .copyright p {
  font-size: 16px;
}
.footer .content {
  width: 50%;
  float: right;
}
.footer .content h6 {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 60px;
}
.footer .content p {
  line-height: 27px;
  font-size: 14px;
}
.footer .clustermap {
  width: 30%;
  float: middle;
}
.content-about {
  background: url("../images/about-bg.jpg") no-repeat top center;
  padding-top: 80px;
}
.tabinfo {
  overflow: hidden;
}
.tabinfo .info-list {
  float: left;
  width: 300px;
}
.tabinfo .info-list ul {
  overflow: hidden;
}
.tabinfo .info-list ul li {
  width: 300px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #0e7dc3;
  margin-bottom: 16px;
}
.tabinfo .info-list ul li a {
  font-size: 14px;
  color: #fff;
}
.tabinfo .info-list ul li.on {
  background: #ff7108;
}
.tabinfo .info-box {
  float: right;
  width: 900px;
}
.tabinfo .info-box .people ul li {
  float: left;
  margin-left: 30px;
  width: 270px;
  height: 342px;
  background: #efefef;
  margin-bottom: 30px;
  padding-top: 16px;
}
.tabinfo .info-box .people ul li a {
  display: block;
  color: #444;
  font-size: 14px;
}
.tabinfo .info-box .people ul li a img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto 6px;
}
.tabinfo .info-box .people ul li a p {
  line-height: 20px;
  margin-top: 6px;
}
.tabinfo .info-box .people ul li a span {
  display: block;
  text-align: center;
  line-height: 24px;
}
.tabinfo .info-box .people ul li a i {
  display: block;
  padding: 0 10px;
}
.tabinfo .info-box .people-info {
  padding-left: 30px;
}
.tabinfo .info-box .people-info p {
  line-height: 24px;
  color: #444;
  font-size: 14px;
}
.leader-info ul {
  overflow: hidden;
}
.leader-info ul li {
  float: left;
  width: 302px;
  height: auto;
  background: #efefef;
  text-align: center;
  margin: 0 140px;
  padding-top: 10px;
}
.leader-info ul li p {
  line-height: 28px;
  font-size: 14px;
  color: #444;
  height: 56px;
  margin-bottom: 10px;
}
.leader-info ul li p strong {
  display: block;
  font-size: 16px;
  color: #444;
}
.leader-info ul li img {
  display: block;
  margin: 0 auto;
}
.leader-info ul li span {
  display: block;
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 10px 30px 20px;
}
.news-list.m-block .list-view {
  background: #fff;
  padding-top: 0px;
}
.contact-info {
  border-top: 1px solid #999;
  color: #444;
}
.contact-info h3 {
  line-height: 80px;
  text-align: center;
  font-size: 24px;
}
.contact-info p {
  padding-left: 320px;
  color: #444;
}
.contact-info .map {
  margin: 50px auto;
  max-width: 750px;
}
.new-info {
  border-top: 1px solid #999;
  padding-top: 30px;
}
.new-info .news-title {
  text-align: center;
  margin-bottom: 24px;
}
.new-info .news-title p {
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
}
.new-info .news-title span {
  display: block;
  font-size: 14px;
  color: #666;
}
.new-info .new-con {
  line-height: 24px;
  color: #444;
}
.new-info .new-con img {
  max-width: 100%;
  margin: 20px 0;
}
.layout-con .con-header .con-title p a {
  color: #0a2830;
}
.login-info {
  border-top: 1px solid #999;
  padding-top: 30px;
}
.login-info .login-box {
  width: 452px;
  margin: 30px auto;
}
.login-info .login-box div {
  height: 42px;
  margin-bottom: 20px;
}
.login-info .login-box div input {
  height: 40px;
  border: 1px solid #ff7108;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5px;
}
.login-info .login-box div input.inp1 {
  width: 440px;
}
.login-info .login-box div input.inp2 {
  width: 160px;
  float: left;
}
.login-info .login-box div img {
  float: left;
  margin-left: 16px;
  height: 40px;
  border: 1px solid #ff7108;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-info .login-box div span {
  float: right;
  line-height: 42px;
  color: #444;
}
.login-info .login-box button {
  width: 126px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  border: none;
  background: #ff7108;
  font-weight: bold;
  cursor: pointer;
}
.personal-info {
  background: #f1f1f1;
  padding: 0 20px 0;
}
.personal-info .personal-top {
  overflow: hidden;
}
.personal-info .personal-top .tit {
  line-height: 56px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  text-align: center;
}
.personal-info .personal-top .revise-header {
  float: left;
  width: 316px;
  padding-bottom: 20px;
}
.personal-info .personal-top .revise-header .picter {
  width: 180px;
  height: 180px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.personal-info .personal-top .revise-header .picter .file {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-indent: -999px;
}
.personal-info .personal-top .revise-header .picter img {
  width: 100%;
  height: 100%;
}
.personal-info .personal-top .revise-header .picter span {
  width: 100%;
  height: 32px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.personal-info .personal-top .revise-basic {
  float: left;
  width: 502px;
}
.personal-info .personal-top .revise-basic .clear {
  overflow: hidden;
  margin-bottom: 10px;
}
.personal-info .personal-top .revise-basic .clear input {
  width: 268px;
  height: 26px;
  border: 1px solid #cdcdcd;
  float: left;
}
.personal-info .personal-top .revise-basic .clear textarea {
  width: 268px;
  height: 70px;
  border: 1px solid #cdcdcd;
  float: left;
  outline: none;
}
.personal-info .personal-top .revise-basic .clear span {
  width: 200px;
  text-align: right;
  float: left;
  line-height: 28px;
}
.personal-info .personal-top .revise-password {
  float: right;
  width: 338px;
}
.personal-info .personal-top .revise-password .clear {
  overflow: hidden;
  margin-bottom: 10px;
}
.personal-info .personal-top .revise-password .clear input {
  width: 143px;
  height: 26px;
  border: 1px solid #cdcdcd;
  float: left;
}
.personal-info .personal-top .revise-password .clear span {
  width: 180px;
  text-align: right;
  float: left;
  line-height: 28px;
}
.personal-info .personal-bottom {
  padding-bottom: 30px;
}
.personal-info .personal-bottom .tit {
  line-height: 56px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  text-align: left;
}
.personal-info .personal-bottom .editor textarea {
  width: 100%;
  height: 500%;
  border: 1px solid #cdcdcd;
  outline: none;
  line-height: 20px;
}
.personal-info .personal-bottom .inp-sub {
  color: #fff;
  font-size: 14px;
  width: 124px;
  height: 34px;
  background: #0a2830;
  border-radius: 5px;
  display: block;
  margin: 10px auto;
  cursor: pointer;
}
.iphone {
  display: none;
}
.error {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 80px;
  margin: -40px 0 0 -150px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.error p {
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  color: #ff7108;
}
.content-box .layout-top .list-notice .list-view {
  overflow: hidden;
}
.m-block.list-notice .list-view li {
  height: 32px;
  margin: 0 10px;
  border-bottom: 1px dotted #999;
  padding: 7px 10px 11px 18px;
  position: relative;
}
.m-block.list-notice .list-view li span {
  bottom: 5px;
}
.people-top-info {
  line-height: 30px;
  font-size: 14px;
  padding-left: 30px;
  color: #0d7dc2;
}
