﻿@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
  min-width: 1200px;
}
html {
  font-size: 22.2222vw;
}
@media screen and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
  word-wrap: break-word;
  word-break:break-all;
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1281px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px){
  body {
    font-size: 17px;
  }
}
/*@media screen and (max-width: 991px) {
  body {
    font-family: "华文细黑";
    font-size: 0.16rem;
  }
}*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: inherit ;
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
  word-wrap: break-word;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: inherit;
}
a[href]:hover {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
table {
  border: none;
}
th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.lg-inner {
  width: 98%;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before,
.lg-inner:after {
  content: '';
  display: table;
  clear: both;
}
.md-inner {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.md-inner:before,
.md-inner:after {
  content: '';
  display: table;
  clear: both;
}
.sm-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-inner:before,
.sm-inner:after {
  content: '';
  display: table;
  clear: both;
}
.xs-inner {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xs-inner:before,
.xs-inner:after {
  content: '';
  display: table;
  clear: both;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.en {
  font-family: Arial;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination-bullet {
  opacity: 1;
}
.bg-gray {
  background: #f5f5f5;
}
.fa {
  line-height: inherit;
}
.inline-block {
  display: inline-block;
  vertical-align:text-bottom;
}
.padding-0 {
  padding: 0!important;
}
.cursor{
  cursor: pointer;
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0 20px 0 0;
}
.mCSB_scrollTools {
  width: 3px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #dcdcdc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: #4fa438;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}



.video-pop-box{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -180%;
    background: rgba(0,0,0,.9);
    z-index: 10000;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.video-pop-box.on {
    top: 0;
}
.video-pop-box .video-pop-main {
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 100%;
    padding: 0 3.333%;
    position: relative;
    display: block;
    z-index: 5;
}
.video-pop-box .video-cont{
    width: 100%;
    max-width: 750px;
    margin: auto;
    position: relative;
}
.video-pop-box-close {
  position: absolute;
    right: 0;
    top: -0.35rem;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    z-index: 100;
}
.video-pop-box .bgs {
    width: 100%;
}
.video-pop-box .video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-pop-box .video-box .vjs-poster{
  background-size: cover;
}
.video-pop-box .video-box .vjs-big-play-centered .vjs-big-play-button{
  height: 0.5rem;
  width: 0.5rem;
  margin-left: -0.25rem;
  margin-bottom: -0.25rem;
  background: url(/Img/images/videos-btn.png) no-repeat center center;
  background-size: 100%;
  left: 50%;
  bottom:50%;
  top: inherit;
  border: none;
  -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50%;
}
.video-pop-box .video-box .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    content: "";
}
.video-pop-box .video-box .video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder:before{
    content: "\f101";
}
.video-pop-box .video-box .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{
    content: "\f103";
}

/**** modal ***/
.modal {
  top: 0!important;
  left: 0!important;
  right: 0!important;
  position: fixed!important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  background: url(/Img/images/close_02.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}

/**** main-box ****/
.main-box {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 9;
}

/***** header *****/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5em;
  background-color: #fff;
  z-index: 1010;
  min-width: 1200px;
}
.header.on{
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.head-place{
  height: 5.5em;
}
.header .logo{
  line-height: 5.5em;
  width: 23%;
}
.header .logo img{
  /*height:2.8em;*/
  vertical-align: middle;
  width: 100%;
  max-width: 416px;
}

.header .nav{
  margin-right: 0em;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: left center;
}
.header li{
  float: left;
  position: relative;
}
.header .one-level a{
  display: block;
  position: relative;
  font-size: 0.9em;
  line-height: 5.778;
  padding: 0.334em 0.8em 0;
  color: #222;
}
.header .one-level i{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.222em;
  background-color: #e4322c;
  display: none;
}
.header .on .one-level a, .header .active .one-level a{
  color: #035199;
}
.header .on .one-level i, .header .active .one-level i{
  display: block;
}
.header .level-pop{
  display: none;
  position: absolute;
  top: 100%;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .level-pop dl{
  padding: 0.55em 1.4em 0.85em;
  background-color: rgba(255,255,255,0.8);
}
.header .level-pop dd{
  padding: 0;
}
.header .level-pop .two-level a{
  font-size: 0.9em;
  line-height: 1.223em;
  padding: 0.55em 0;
  color: #333;
  display: block;
}
.header .level-pop .two-level a:hover{
  color: #035199;
}

@media screen and (max-width: 1439px){
  .header .nav{
    margin-right: 0em;
  }
  .header .one-level a{
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

.head-schbox {
  width: 2.2em;
  height: 2.2em;
  display: block;
  position: relative;
  margin-top: 1.75em;
  z-index: 10;
}
.head-schbox .schbox-open {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url(/Img/images/head_sch.png) no-repeat center center;
  background-size: 20px auto;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.modal-schbox {
  width: 25em;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  transform-origin: right center;
  transform: scale3d(0, 0, 0);
}
.ie9 .modal-schbox{
  display: none;
}
.modal-schbox .inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 3em;
}
.modal-schbox .schbox-close {
  width: 1.8em;
  height: 100%;
  display: block;
  background: url(/Img/images/close_01.png) no-repeat center center;
  background-size: 1.25em auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 210;
}
.modal-schbox .schbox-bd {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.modal-schbox .schipt {
  width: 100%;
  height: 34px;
  line-height: 22px;
  display: block;
  border: 1px solid #d4d4d4;
  position: relative;
  padding: 5px 50px 5px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal-schbox .btn-sch {
  width: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #0f0f0f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.modal-schbox .btn-sch:hover {
  color: #0f0f0f;
}


body.hadopen-headsch .head-schbox{
  height: 34px;
}
body.hadopen-headsch .head-schbox .schbox-open {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  width: 0;
  height: 0;
  visibility: hidden;
}
body.hadopen-headsch .modal-schbox {
  z-index: 200;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
}

.ie9 body.hadopen-headsch .modal-schbox{
  display: block;
}

body.hadopen-headsch .nav {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
}










/***** footer *****/
.footer{
  position: relative;
  z-index: 8;
}
.footer:hover{
  z-index: 10;
}
.foot-top{
  background-color: #333;
  padding: 2.4em 0 2em;
}
.foot-top .wechat{
  width: 9em;
  background-color: #fff;
  padding: 0.9em 0.9em 0.75em;
  box-shadow: 7px 0 7px rgba(0,0,0,0.06);
}
.foot-top .wechat img{
  width: 100%;
}
.foot-top .wechat .txt{
  font-size: 0.8em;
  line-height: 1.375;
  margin-top: 1em;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
.ftnav .item{
  float: left;
  min-width: 8em;
}
.ftnav .item:last-child{
  min-width: auto;
}
.ftnav .item a{
  color: #fff;
}
.ftnav .item a:hover{
  text-decoration: underline;
}
.ftnav .one-level{
  font-size: 0.9em;
  line-height: 1.778;
  font-weight: bold;
  margin-bottom: 0.556em;
}
.ftnav dd{
  position: relative;
}
.ftnav .two-level{
  font-size: 0.8em;
  line-height: 2.0625;
  opacity: 0.7;
 color: #fff;}
.ftnav .email{
  position: absolute;
  left: 0;
  top: 100%;
}
.ftnav .email a{
  font-size: 0.7em;
  line-height: 1.714;
  opacity: .4;
  white-space: nowrap;
}
@media screen and (max-width: 1366px){
  .ftnav .item{
    min-width: 6.5em;
  }
}

.foot-bot{
  background-color: #565758;
}
.foot-copy{
  color: rgba(255,255,255,.6);
  font-size: 0.7em;
  line-height: 3;
  height: 3em;
}
.foot-copy em{
  font-family: Arial;
  font-style: normal;
}
.foot-copy a{
  color: rgba(255,255,255,.6);
}
.foot-copy a:hover{
  color: #fff;
}

.foot-support{
  color: rgba(255,255,255,.6);
  font-size: 0.7em;
  line-height: 3;
  margin-left: 7.429em;
}
.foot-support a{
  color: rgba(255,255,255,.6);
}
.foot-support a:hover{
  color: #fff;
}

.foot-link .tit{
  font-size: 0.7em;
  line-height: 3;
  color: rgba(255,255,255,.6);
}
.flk-list{
  margin-left: 1.9em;
}
.flk-list .item{
  float: left;
  margin-left: 1.6em;
  position: relative;
  z-index: 10;
}
.flk-list .item:first-child{
  margin-left: 0;
}
.flk-list .item .frdlink{
  display: none;
}
.flk-list .item .tit{
  font-size: 0.7em;
  line-height: 1.857;
  height: 2em;
  color: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.5);
  padding: 0 0 0 1em;
  width: 10.143em;
  position: relative;
  background-color: #565758;
  cursor: pointer;
  z-index: 10;
  margin-top: 0.5em;
}
.flk-list .item .tit i{
  position: absolute;
  top: 0;
  right: 1em;
  width: 7px;
  height: 100%;
  background: url(/Img/images/arr-down.png) no-repeat center;
  background-size: 7px auto;
}
.flk-list .item.active .tit{
  color: #fff;
}
.flk-list .item.active .tit i{
  background: url(/Img/images/arr-up.png) no-repeat center;
  background-size: 7px auto;
}
.flk-list .item .frdlink{
  position: absolute;
  z-index: -5;
  left: 0;
  bottom: 100%;
  min-width: 100%;
  border: 1px solid rgba(255,255,255,.5);
  margin-bottom: -1px;
  background: #565758;
  padding: 5px;
  margin-bottom: -0.35em;
}
.flk-list .item:last-child .frdlink{
  left: auto;
  right: 0;
}
.flk-list .item.on .frdlink{
  padding: 0;
  border: none;
  background: none;
}
.flk-list .item .frdlink a{
  font-size: 0.7em;
  line-height: 1.714;
  color: rgba(255,255,255,.5);
  white-space: nowrap;
}
.flk-list .item .frdlink a:hover{
  color: #fff;
}


@media screen and (max-width: 1600px){
  .foot-support{
    margin-left: 3em;
  }
  .flk-list{
    margin-left: 1em;
  }
  .flk-list .item{
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 1260px){
  .foot-support{
    margin-left: 1em;
  }
  .flk-list{
    margin-left: 0.75em;
  }
  .flk-list .item{
    margin-left: 0.5em;
  }
}

.aside-shortcut{
  position: absolute;
  z-index: 100;
  right: 4.6%;
  /*top: 70%;*/
  /*transform: translateY(-50%);*/
  padding-bottom: 55px;
  display: none;
}
.aside-shortcut.active{
  position: fixed;
  top: 5.5em !important;
  margin-top: 36px;
}
.aside-shortcut .item{
  position: relative;
  margin-bottom: 1em;
}
.aside-shortcut .item-gt{
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s;
  display: none;
}
.aside-shortcut .item-gt.active{
  display: block;
}
.aside-shortcut .item-icon a{
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: relative;
}
.aside-shortcut .item-icon img{
  width: 100%;
}
.aside-shortcut .item-icon .img2{
  display: none;
}
.aside-shortcut .item:hover .item-icon .img1{
  display: none;
}
.aside-shortcut .item:hover .item-icon .img2{
  display: block;
}

.aside-shortcut .item-pop{
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 1em;
}
.aside-shortcut .item:hover .item-pop{
  display: block;
}

.aside-shortcut .wx-code .imgs{
  padding: 0.7em 0.65em 0.5em;
  background-color: #fff;
  box-shadow: 0 0 0.7em rgba(0,0,0,0.14);
}

.aside-shortcut .emailcon{
  box-shadow: 0 0 0.7em rgba(0,0,0,0.14);
  background-color: #fff;
}
.aside-shortcut .emaillk{
  font-size: 0.8em;
  line-height: 2.625;
  border-bottom: 1px solid #f0f1f1;
  padding: 0 1.625em 0 1em;
}
.aside-shortcut .emaillk a{
  color: #333;
  white-space: nowrap;
}
.aside-shortcut .emaillk a:hover{
  color: #0b6ab2;
}

.aside-shortcut .survey-code{
  top: auto;
  bottom: 0;
}
.aside-shortcut.active .survey-code{
  top: 50%;
  bottom: auto;
  margin-top: -11.85em;
}
.aside-shortcut .surveycon{
  box-shadow: 0 0 0.7em rgba(0,0,0,0.14);
  background: #fff;
  width: 21.8em;
}
.aside-shortcut .surveycon .tit{
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 2.25;
  background-color: #d01717;
  text-align: center;
}
.aside-shortcut .surevy-form{
  padding: 1em 1.7em;
  background-color: #fdfefe;
}
.aside-shortcut .form-group{
  margin: 0;
  padding: 0 0 15px;
}
.aside-shortcut .control-label{
  font-size: 0.8em;
  line-height: 1.625;
  margin: 0 0 3px;
  color: #666;
  font-weight: bold;
}
.aside-shortcut .form-control{
  font-size: 0.7em;
  line-height: 2;
  height: 3.215em;
  padding: 0.6em 1em;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none !important;
}
.aside-shortcut textarea.form-control{
  min-height: 8.214em;
  padding: 0.6em 1em;
  overflow: visible;
}
.aside-shortcut .frm-btn-group{
  padding: 5px 0 0;
  width: 100%;
}
.aside-shortcut .frm-vcode-box .form-control{
  width: 47.5%;
}
.frm-vcode-box .vcode-image{
  width: 47.5%;
  height: 2.25em;
  float: right;
}
.aside-shortcut .frm-btn-group .btn{
  font-size: 1em;
  line-height: 2.3em;
  height: 2.3em;
  width: 7.2em;
  float: none;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  display: block;
  color: #fff;
}
.aside-shortcut .frm-btn-group .btn:hover{
  color: #fff;
}
.aside-shortcut .frm-btn-group .btn-submit{
  background-color: #eaeaea;
}
.aside-shortcut .frm-btn-group .btn-submit.active{
  background-color: #0e87e4;
}
.aside-shortcut .form-group.has-error .form-group-cell{
  overflow: visible;
}
.aside-shortcut .form-group.has-error .help-block{
  position: absolute;
  bottom: -16px;
  margin: 0;
  line-height: 15px;
}
.aside-shortcut .frm-btn-group .btn-submit:hover{
  background-color: #0b6ab2;
}


@media screen and (max-width: 1366px){
  .aside-shortcut{
    right: 1.8%;
  }
}



.inner-public{
  position: relative;
  z-index: 10;
}
.inner-public .imgbox{
  height: 18em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.inner-public .bd-txt{
  position: absolute;
  top: 47.222%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inner-public .bd-txt .tit{
  color: #fff;
  font-size: 1.7em;
  line-height: 1.295;
}
.inner-public .bd-txt .det{
  font-size: 0.7em;
  line-height: 1.715;
  margin-top: 1em;
  color: #fff;
}
.inner-public .inner-nav{
  margin-top: -2.8em;
}

.inner-public a.nav-hd {
  width: 2.8em;
  height: 2.8em;
  display: block;
  position: absolute;
  right:20px;
  top:0;
  z-index: 22;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.inner-public .nav-hd.next{
  background-image: url(/Img/images/index-arr-1.png);
  background-size: 7px auto;

}
.inner-public .nav-hd.prev{
  background-image: url(/Img/images/index-arr-2.png);
  background-size: 7px auto;
}
.inner-public .nav-hd.prev.prevStop,
.inner-public .nav-hd.next.nextStop{
  display: none;
}
.inner-public .inner-nav .sm-inner{
  background-color: #01458e;
}
.inner-public .inner-nav .list{
  height: 2.8em;
  width: 100%;
  overflow: hidden;
}
.inner-public .inner-nav .list .item{
  float: left;
  width: 18.333%;
}
.inner-public .inner-nav a{
  display: block;
  font-size: 0.8em;
  line-height: 3.5;
  height: 3.5em;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.inner-public .inner-nav .active a, .inner-public .inner-nav .item:hover a{
  background-color: #fff;
  color: #01458e;
}
.inner-crumb .sm-inner{
  padding-left: 20px;
  background: url(/Img/images/add.png) no-repeat left center;
  background-size: 11px 13px;
  border-bottom: 1px solid #ededed;
}
.inner-crumb a{
  float: left;
  font-size: 12px;
  line-height: 47px;
  color: #333333;
}
.inner-crumb a:hover{
  color: #01458e;
}
.inner-crumb span{
  float: left;
  font-size: 12px;
  line-height: 47px;
  color: #333333;
  margin: 0 4px;
}


.inner-content{
  min-height: 350px;
  overflow: hidden;
}


.pages{
  margin-top: 2em;
}
.pages .numbox{
  overflow: hidden;
  float: left;
}
.pages .numbox a{
  float: left;
  display: block;
  font-size: 0.9em;
  line-height: 3.334em;
  width: 3.334em;
  height: 3.334em;
  color: #333;
  font-weight: bold;
  background-color: #eeeeee;
  margin-right: 1px;
  text-align: center;
}
.pages .numbox .on{
  color: #fff;
  background-color: #da251c;
}
.pages .prev{
  float: right;
  display: block;
  font-size: 0.9em;
  line-height: 3.334em;
  width: 3.334em;
  height: 3.334em;
  color: #333;
  font-weight: bold;
  background-color: #eeeeee;
  background-image: url(/Img/images/page_box_prev_ico.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 15px;
}
.pages .prev:hover{
  background-color: #da251c;
  background-image: url(/Img/images/page_box_w.png);
}
.pages .next{
  float: right;
  text-align: center;
  margin-left: 1px;
  display: block;
  font-size: 0.9em;
  line-height: 3.334em;
  width: 6.668em;
  height: 3.334em;
  color: #333;
  font-weight: bold;
  background-color: #eeeeee;
}
.pages .next:hover{
  color: #fff;
  background-color: #da251c;
}
@media screen and (max-width: 1200px){
  .header{
    position: absolute;
  }
}
@media(min-width: 992px){
	.hidden-lg-up{
		display: none!important;
	}
}