@charset "UTF-8";

/********/
html,
body {
  -ms-overflow-style: scrollbar;
}

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: '微软雅黑' !important;
  overflow-y: scroll;
}

body.hide-y {
  overflow-y: hidden;
}

@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 19px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

@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;
  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;
}

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: ;
}

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;
}

.sm-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner:before,
.sm-inner:after {
  content: '';
  display: table;
  clear: both;
}

.md-inner {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.md-inner:before,
.md-inner:after {
  content: '';
  display: table;
  clear: both;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .global-inner {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .global-inner {
    width: 100% !important;
    padding: 0 0.18rem;
  }
}

.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: top;
}

.padding-0 {
  padding: 0 !important;
}

/***** 滚动条 *****/
.mCSB_inside>.mCSB_container {
  margin: 0 40px 0 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  background: #004898;
  margin: 0;
  border-radius: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 10px;
  margin: 0;
}

/**** modal ***/
.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, .5);
}

.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;
}

.modal-backdrop {
  display: none;
}

@media screen and (max-width: 991px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 0.18rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}


/**** video-box ****/
.video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-box .bg {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-box .video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js .vjs-tech{
  position: static;
}
.video-box .video-js .vjs-big-play-button {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -1.25em 0 0 -1.25em;
}

.video-box .vjs-poster {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .video-box .video-js .vjs-big-play-button {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.5rem;
    margin: -0.15rem 0 0 -0.15rem;
  }
}

.modal .modal-dialog {
  height: 100%;
}

.modal-videobox .modal-content {
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.modal-videobox .video-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .modal-videobox .modal-content {
    width: 100%;
    padding: 0 0.18rem;
  }
}

/******/
.modal-bigView {
  overflow: hidden;
}

.modal-bigView .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-bigView .modal-content {
  width: 100%;
  height: 90%;
  max-height: 808px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.modal-bigView .global-inner {
  height: 100%;
  padding: 5em 3.5em 0;
}

.modal-bigView .modal-close {
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  background-size: 44px auto;
  position: absolute;
  right: 3.5em;
  top: 0;
}

.modal-bigView .bigView-imgs {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}

.modal-bigView .bigView-imgs img {
  max-width: 100%;
  max-height: 100%;
}

.modal-bigView .bigView-tit {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .modal-bigView .global-inner {
    width: 100%;
  }
}




/**** header ****/
.header {
  margin-top: 20px;
  position: relative;
  z-index: 99;
}

.header .md-inner {
  height: 50px;
  line-height: 50px;
  background: #004787;
}

.header .nav-list {
  margin-left: 17.8%;
}

.header .navli1 {
  float: left;
  position: relative;
}

.header .navli1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  width: 0;
  height: 100%;
  background: #b81c22;
  height: 58px;
  line-height: 58px;
  transition: .3s;
  -webkit-transition: .3s;
  z-index: -1;
}

.header .navli1 .nav-txt1 {
  padding: 0 29px;
  font-size: 18px;
  display: block;
  color: #fff;
  cursor: pointer;
}

.header .navli1.on::after,
.header .navli1:hover::after {
  width: 100%;
}

.head-schbox {
  width: 25px;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 13px 0 0;
  z-index: 10;
}

.head-schbox .schbox-open {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url(/Img/images/icon_sch.png) no-repeat center center;
  background-size: 25px auto;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.modal-schbox {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

.ie9 .modal-schbox {
  display: none;
}

.modal-schbox .inner {
  width: 800px;
  height: 123px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -31.5px;
  background: #fff;
  opacity: 0;
  transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  transition: ease .3s .2s;
  -ms-transition: ease .3s .2s;
  -o-transition: ease .3s .2s;
  -webkit-transition: ease .3s .2s;
  -moz-transition: ease .3s .2s;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal-schbox .schbox-close {
  width: 17px;
  height: 17px;
  display: block;
  background: url(/Img/images/close_01.png) no-repeat center center;
  background-size: 17px auto;
  position: absolute;
  right: 47px;
  top: 15px;
  z-index: 210;
}

.modal-schbox .schbox-bd {
  width:80%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  margin: 40px auto 0;
}

.modal-schbox .schipt {
  width: 100%;
  height: 40px;
  display: block;
  border: 1px solid #cccccc;
  position: relative;
  padding: 0 40px 0 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.modal-schbox .btn-sch {
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  background: url(/Img/images/icon_sch01.png) no-repeat center center;
  background-size: 25px auto;
}
.modal-schbox .schipt.bor{
  border:1px solid #b81c22;
}


.modal-schbox .btn-sch:before {
  display: none;
}

.modal-schbox .btn-sch:hover {
  color: #0f0f0f;
}


body.hadopen-headsch .modal-schbox {
  z-index: 200;
  opacity: 1;
}

body.hadopen-headsch .modal-schbox .inner {
  opacity: 1;
  transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
}

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

@media screen and (max-width: 1366px) {
  .header .nav-list {
    margin-left: 6%;
  }
}
.fixd{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}
.header.fixd{
  background: #fff;
  margin-top: 0;
}
.header.fixd .md-inner{
  width: 100%;
  max-width: 1920px;
}
.second-level.fixd{
  top: 47px;
  margin-top: 0;
  background: #fff;
  height: 68px;
  padding-top: 20px;
}
/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 300px;
  position: relative;
  z-index: 9;
}

/**** footer ***/
.footer {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #2f2f2f;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #999999;
}
.footer a:hover{
  color: #fff;
}
.footer .icon {
  width: 20px;
  height: 20px;
  margin-top: -6px;
}

.foot-bot {
  font-size: 14px;
  line-height: 20px;
}

.foot-copy {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.foot-support {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 4px;
}

.foot-support .title {
  float: left;
}

.foot-jszc {
  float: left;
  width: auto;
  color: #337ab7;
}

.foot-jszc li {
  text-align: right;
  white-space: nowrap;
}

.foot-tecn {
  display: block;
}


/* banner-top start */
.banner-top {
  width: 100%;
  height: 20.75em;
  background: no-repeat center center;
  background-size: cover;
}

.banner-top .logo {
  margin-top: 3.15em;
  display: block;
}

.banner-top .logo img {
  height: 3.6em;
}

/* banner-top end */



/* second-level start */
.second-level {
  margin-top: 22px;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #e5e5e5;
}

.second-level .nav2 .li {
  padding: 0 25px;
  position: relative;
  float: left;
  font-size: 16px;
  color: #666666;
}

.second-level .nav2 .li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8.5px;
  width: 2px;
  height: 17px;
  background: #b6b6b6;
}

.second-level .nav2 .li:last-child {
  padding-right: 0;
}

.second-level .nav2 .li:last-child::before {
  display: none;
}

.second-level .nav2 .li::after {
  content: '';
  margin: 0 auto;
  display: block;
  width: 0;
  transition: ease .6s width;
  -ms-transition: ease .6s width;
  -o-transition: ease .6s width;
  -webkit-transition: ease .6s width;
  -moz-transition: ease .6s width;
  position: relative;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #b81c22;
}

.second-level .nav2 .li.on,
.second-level .nav2 .li:hover {
  color: #b81c22;
}

.second-level .nav2 .li.on::after,
.second-level .nav2 .li:hover::after {
  width: 100%;
}

/* second-level end */


/* aside-shortcut start */
.aside-shortcut {
  position: fixed;
  right: 0;
  bottom: 5em;
  z-index: 80;
}

.aside-shortcut .item {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background-color: #b81c22;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}
.aside-shortcut .item:hover{
  background-color: #78000F;
}
.aside-shortcut .item-icon{
  width: 30px;
  margin-top: 14px;
}
.aside-shortcut .contact-det {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 100%;
  z-index: 122;
  min-height: 3.75em;
  padding: 0 0.875em 0 0;
  top: -0.375em;
}
.aside-shortcut .contact-det .arrow {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  border: solid 6px transparent;
  border-left-color: #b81c22;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  
}
.aside-shortcut .contact-det .bd {
  background: #b81c22;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 0.857em 1em;
  white-space: nowrap;
  text-align: left;
}
.wx-code{
  display: none;
  position: absolute;
  right: 100%;
  bottom: 0;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
}

.wx-code .wxbox{
  position: relative;
  z-index: 10;
  padding:10px 14px;
  color: #fff;
  background-color: #b81c22;
}

.wx-code .wxbox .code img{
  width: 84px;
  height: 84px;
  margin-top: 10px;
}
.wx-code .wxbox:before{
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 22px;
  right: -13px;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #b81c22;
}
.wx-code .wxbox:after{
  content: "";
  position: absolute;
  z-index: -5;
  bottom: 21px;
  right: -15px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0,0,0,0.08);
}
.aside-shortcut .item.item-top{
  display: none;
}
.aside-shortcut .item.item-top.on{
  display: block;
}
/* aside-shortcut end */


/* pagebox start */
.pagebox{
  margin-top: 3.5em;
  text-align: center;
}
.pagebox .pagecon{
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.pagebox .pg-num{
  float: left;
  overflow: hidden;
  margin: 0 13px;
}
.pagebox .pg-num a{
  float: left;
  margin: 0 3px;
  font-size: 0.9em;
  line-height: 2.666;
  border: 1px solid #eee;
  color: #333;
  width: 2.666em;
}
.pagebox .pg-num a.on, .pagebox .pg-num a:hover{
  color: #fff;
  border: 1px solid #717171;
  background-color: #717171;
}
.pagebox .pg-prev, .pagebox .pg-next{
  float: left;
}
.pagebox .fa{
  font-size: 1.4em;
  line-height: 1.714;
  border: 1px solid #eee;
  color: #b81c22;
  width: 1.714em;
}
.pagebox a:hover .fa{
  color: #fff;
  border: 1px solid #b81c22;
  background-color: #b81c22;
}
/* pagebox end */

.animated{
  animation-duration: 1.5s;

}
