@charset "utf-8";

/* css document */
.mcsb_scrolltools {
  width: 10px;
}

.mcsb_scrolltools .mcsb_draggerrail {
  background: none;
}

.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  background: #7f7f7f;
}

.mcsb_inside>.mcsb_container {
  margin-right: 0;
}

/*** header ***/
.header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}

.head-link {
  line-height: 30px;
  position: relative;
  z-index: 50
}

.head-link .left-box {
  float: left;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.head-link .left-box > a {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.head-link .left-box > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #404040;
  margin: 0 1em;
}

.head-link .left-box > a:last-child:after {
  display: none;
}

.head-link .right-box {
  float: right;
}

.head-link .right-box > a {
  margin-left: 25px;
  position: relative;
}

.head-link .right-box > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  background: #404040;
  margin-top: -8px;
}

.head-link .right-box > a:first-child:after {
  display: none;
}

.head-topbox {
  width: 100%;
  height: 87px;
  display: block;
  background: #fff;
  position: relative;
  z-index: 5;
}

.head-logo {
  float: left;
  margin-top: 7px;
  position: relative;
}

.head-logo img {
  height: 62px;
  display: block;
}

.head-logo span {
  display: block;
  background: #fff;
  font-size: 32px;
  line-height: 62px;
  color: #1c4f90;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  left: 68px;
  top: 0;
  letter-spacing: 1.9pt;
  z-index: 10;
}

.head-schbox {
  width: 280px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 28px;
  padding-right: 65px;
}

.head-schbox .schipt {
  width: 255px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: solid 1px #dcdcdc;
  border-right: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  border-radius: 6px 0 0 6px;
  transition: all 0.3s;
}

.head-schbox .schipt::-webkit-input-placeholder {
  color: #999;
}

.head-schbox:hover .schipt,
.head-schbox .schipt:focus {
  border-color: #1c4f90;
}

.head-schbox .btn-sch {
  width: 65px;
  height: 100%;
  display: block;
  background:  no-repeat center center #1c4f90;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.head-navbox {
  width: 100%;
  display: block;
  background: #234a7e;
  position: relative;
  z-index: 2;
}

.nav-list {
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.nav-list>li {
  float: left;
}

.nav-list a {
  display: block;
  color: inherit;
}

.nav-list .lv1 {
  padding: 0 33px;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.nav-list .lv1 img {
  width: 24px;
  margin: -5px 6px 0 0;
}

.nav-list .lv1 .img2 {
  display: none;
}

.nav-list .lv1:after {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.nav-list li.noxian .lv1:after {
  display: none;
}

.nav-list>li:last-child .lv1:after {
  display: none;
}

.nav-list>li:hover,
.nav-list>li.active {
  background: #fff;
}

.nav-list>li:hover .lv1 a,
.nav-list>li.active .lv1 a {
  color: #1c4f90;
}

.nav-list>li:hover .lv1:before,
.nav-list>li.active .lv1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d50e2f;
}

.nav-list>li:hover .img1,
.nav-list>li.active .img1 {
  display: none;
}

.nav-list>li:hover .img2,
.nav-list>li.active .img2 {
  display: inline-block;
}

.nav-list>li.prev .lv1:after {
  display: none;
}

.nav-list .lv2-box {
  position: absolute;
  width: 99.8%;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: 8px solid #eeeeee;
  z-index: 10;
  display: none;
  line-height: 28px;
  font-size: 16px;
}

.nav-list .lv2-box .lv2-main {
  padding: 20px 0 36px 0;
  overflow: hidden;
}

.nav-list .lv2-box .lv2-main .item-box {
  float: left;
  width: 33.2%;
  border-right: 1px solid #d2d2d2;
  min-height: 261px;
}

.nav-list .lv2-box .lv2-main .item-box:last-child {
  border-right: none;
}

.nav-list .lv2-box a {
  display: inline-block;
}

.nav-list .lv2-box a:hover {
  color: #ff0000;
}

.nav-list .lv2-box .item {
  padding: 0 16px;
  margin-bottom: 10px;
}

.nav-list .lv2-box .item.ft-m20 {
  margin-bottom: 20px;
}

.nav-list .lv2-box dl {
  padding-left: 11px;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-list .lv2-box dl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 14px;
  background: #1c4f90;
  margin-top: -7px;
}

.nav-list .lv2-box .cont {
  padding: 0 16px;
  overflow: hidden;
  margin-top: 3px;
}

.nav-list .lv2-box .item-box:nth-child(2) .cont {
  /* padding-right: 50px; */
}

.nav-list .lv2-box .cont dd {
  float: left;
  margin-right: 24px;
}

.nav-list .lv2-box .item-last .item {
  float: left;
  width: 21%;
}

.nav-list .lv2-box .item-last .item:nth-child(3n) {
  width: 32%;
}

.nav-list li.had-subnav2 {
  position: relative;
}

.nav-list .lv2-list {
  padding: 10px 16px 20px;
  overflow: hidden;
}

.nav-list .lv2-list li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-tool {
  float: right;
  margin-top: 28px;
}

.head-tool li {
  float: left;
  position: relative;
  margin-right: 28px;
}

.head-tool img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.head-tool .icon {
  width: 40px;
  display: block;
  cursor: pointer;
}

.head-tool .ewm {
  width: 94px;
  display: none;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #0e64a7;
  margin-left: -47px;
}

.head-tool .ewm span {
  display: block;
  padding: 5px 5px 2px;
  background: #fff;
  border: solid 1px #ccc;
  position: relative;
}

.head-tool .ewm span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 1;
  margin: 0 0 -5px -8px;
}

.head-tool li:hover .ewm {
  display: block;
}


/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 400px;
  position: relative;
  z-index: 9;
}

/**** footer ***/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.foot-topbox {
  width: 100%;
  height: 250px;
  display: block;
  background: #125689;
  position: relative;
}

.foot-linkbox {
  height: 34px;
  margin: 0 -5px;
}

.foot-linkitem {
  width: 230px;
  float: left;
  margin: 0 5px;
  position: relative;
}

.foot-linkitem .titbox {
  width: 176px;
  height: 34px;
  display: block;
  border: solid 1px #4783b0;
  background:  no-repeat right 15px center #296695;
  padding: 0 44px 0 8px;
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
}

.foot-linkitem .dropdown {
  width: 228px;
  height: 216px;
  display: none;
  overflow: hidden;
  background: #296695;
  border: solid 1px #4783b0;
  margin: -1px 0 0;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 40;
}

.foot-linkitem .dropdown li {
  padding: 0 20px 0 8px;
}

.foot-linkitem .dropdown a {
  width: 100%;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .foot-linkitem .dropdown li:hover{
    background: #2869b5;
} */
.foot-linkitem .dropdown li:hover a {
  color: #d69044;
}

.foot-linkitem .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  background: #fff;
}

.foot-middle {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 46px;
}

.foot-middle .inner {
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
}

.foot-dzjg {
  width: 56px;
  float: left;
  margin: 15px 38px 0 -2px;
}

.foot-dzjg img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.foot-docbox {
  float: left;
  margin: 10px 30px 0 0;
}

.foot-docbox .link a:after {
  content: '-';
  margin: 0 5px;
}

.foot-docbox .link a:last-child:after {
  display: none;
}

.foot-docbox .ways {
  width: 100%;
  overflow: hidden;
}

.foot-docbox .ways span {
  float: left;
}

.foot-docbox .ways .zb,
.foot-docbox .ways a {
  margin-right: 22px;
}

.foot-docbox .beian {
  width: 100%;
  overflow: hidden;
}

.foot-docbox .beian a {
  float: left;
}

.foot-docbox .icp {
  margin-right: 22px;
}

.foot-docbox .wa img {
  width: 20px;
  margin: -5px 5px 0 0;
}

.foot-ewm {
  float: right;
  margin-top: 10px;
}

.foot-ewm .item {
  float: left;
  margin-left: 40px;
  text-align: center;
}

.foot-ewm img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.foot-ewm span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.5;
}

.foot-botbox {
  width: 100%;
  height: 24px;
  background: #0b3a5e;
  position: relative;
  text-align: center;
  padding: 8px 0;
}

.foot-botbox a:hover {
  text-decoration: underline;
}

.foot-copy i {
  font-style: normal;
}

.foot-support {
  margin-right: 22px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.foot-support .title,
.foot-support .tempwrap,
.foot-support ul {
  font-size: 1em;
  overflow: hidden;
  font-style: normal;
}

.foot-jszc {
  text-align: left;
}

.foot-jszc li {
  width: 100%;
  /* height: 24px; */
  overflow: hidden;
}

/**** animate ****/
@keyframes toolflv {
  0% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
  }

  50% {
    transform: translatey(-20%);
    -webkit-transform: translatey(-20%);
  }

  100% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}

@-webkit-keyframes toolflv {
  0% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
  }

  50% {
    transform: translatey(-20%);
    -webkit-transform: translatey(-20%);
  }

  100% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}

/*** 内页 ***/
.crumbnav-box {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  color: #666;
  border-bottom: solid 3px #1d4a8d;
}

.crumbnav-box h5 {
  float: left;
  font-size: 1em;
}

.crumbnav-box .crumbnav {
  float: left;
}

.crumbnav-box table,
.crumbnav-box td {
  border: none;
}
.crumbnav-box td{
  white-space: nowrap;
}

.crumbnav-box td:after {
  content: '>';
  margin: 0 5px;
}

.crumbnav-box td:last-child:after {
  display: none;
}

.layout-row {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  padding: 40px 0 80px;
}

.layout-aside {
  width: 250px;
  display: block;
  overflow: hidden;
  float: left;
}

.layout-aside .lv1box {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  /* display: block; */
  overflow: hidden;
  background: no-repeat center center #1c4f90;
  background-size: cover;
  margin-bottom: 1px;
}

.layout-aside .lv1 {
  padding: 0 0 0 28px;
  font-size: 24px;
  line-height: 30px;
  /* line-height: 75px; */
  color: #fff;
  font-weight: bold;
}

.layout-aside .lv2-list {
  width: 100%;
  overflow: hidden;
}

.layout-aside .lv2-list li {
  width: 100%;
  margin-bottom: 1px;
}

.layout-aside .lv2-list a {
  height: 42px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: #000;
  background: #eff2f7;
  padding: 0 28px;
}

.layout-aside .lv2-list li.active a {
  background: #5095d6;
  color: #fff;
}

.layout-content {
  width: 910px;
  float: right;
}

.layout-hdbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.layout-hdbox .lv2 {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.layout-hdbox .lv2 a {
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  padding-bottom: 41px;
  position: relative;
}

.layout-hdbox .lv2 span {
  width: 100%;
  height: 4px;
  display: block;
  background: #d60d2d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.layout-hdbox:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #8b868a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.layout-hdbox .lv3-list {
  overflow: hidden;
  position: relative;
  z-index: 5;
  /* margin: 21px -29px 0; */
  margin: 21px -14px 0;
}

.layout-hdbox .lv3-list li {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  float: left;
  position: relative;
  /* margin: 0 29px; */
  margin: 0 14px;
}

.layout-hdbox .lv3-list.on {
  margin-left: -14px;
  margin-right: -14px;
}

.layout-hdbox .lv3-list.on li {
  margin: 0 14px;
}

.layout-hdbox .lv3-list li a {
  height: 30px;
  display: block;
  position: relative;
  background: none;
  border-radius: 3px;
  border: none;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.layout-hdbox .lv3-list li .icon {
  width: 22px;
  height: 32px;
  display: block;
  background:  no-repeat center center;
  float: left;
  margin-right: 12px;
  display: none;
}

.layout-hdbox .lv3-list li:hover a {
  color: #ff0000;
}

.layout-hdbox .lv3-list li.active a {
  color: #ff0000;
}

.layout-hdbox .lv3-list li.active .icon {
  background-image: ;
}

.layout-hdbox.had-lv3list .lv2 a {
  padding-bottom: 0;
}

.layout-hdbox.had-lv3list .lv2 span {
  display: none;
}

.layout-hdbox.had-lv3list {
  padding-bottom: 10px;
}

.layout-hdbox.had-lv3list:before {
  content: '';
  width: 38px;
  height: 4px;
  display: block;
  background: #d60d2d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.main-box .simple_pgtoolbar {
  border: none;
  height: 44px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background: none;
  margin-top: 40px;
}

.main-box .simple_pgtoolbar table,
.main-box .simple_pgtoolbar td {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.main-box .simple_pgtoolbar .simple_pgpanel {
  min-width: 320px;
  margin: 0 auto;
}

.main-box .simple_pgtoolbar a {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-color: #ededed;
  color: #666666;
  line-height: 44px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
}

.main-box .simple_pgtoolbar a:hover {
  color: #0260ad;
}

.main-box .simple_pgtoolbar a.simple_pgprev {
  background: url(/uploads/image/i33702/pageleft.png) no-repeat center center #ededed;
}

.main-box .simple_pgtoolbar a.simple_pgnext {
  background: url(/uploads/image/i33702/pageright.png) no-repeat center center #ededed;
}

.main-box .simple_pgtoolbar .simple_separator {
  background: none;
  width: 5px;
}

.main-box .simple_pgrefresh {
  display: none;
}

.main-box .simple_pgcurrentpage {
  width: 42px;
  height: 42px;
  border: solid 1px #ededed;
  background: #fff;
  line-height: 42px;
  text-align: center;
}

.main-box .simple_pgtoolbar a.simple_pgprev:hover {
  background-image: url(/uploads/image/i33702/pageleft_h.png);
}

.main-box .simple_pgtoolbar a.simple_pgnext:hover {
  background-image: url(/uploads/image/i33702/pageright_h.png);
}

.main-box .simple_pgtoolbar a.simple_pgprevdisabled:hover {
  background-image: url(/uploads/image/i33702/pageleft.png);
}

.main-box .simple_pgtoolbar a.simple_pgnextdisabled:hover {
  background-image: url(/uploads/image/i33702/pageright.png);
}

.main-box .simple_pgtoolbar a.simple_pgprevdisabled,
.main-box .simple_pgtoolbar a.simple_pgfirstdisabled,
.main-box .simple_pgtoolbar a.simple_pgnextdisabled,
.main-box .simple_pgtoolbar a.simple_pglastdisabled {
  opacity: 0.4;
  cursor: default;
  color: #666 !important;
}

.main-box .simple_pgtoolbar a.simple_pgfirst,
.main-box .simple_pgtoolbar a.simple_pglast {
  background-image: none;
  font-family: 'simsun';
  font-weight: bold;
}

.main-box .simple_pgtoolbar a.simple_pgfirst:after {
  content: '<<';
}

.main-box .simple_pgtoolbar a.simple_pglast:after {
  content: '>>';
}

.main-box .simple_pgcurrentpage {
  font-size: 16px;
}

/*** xxgkml ***/
.xxgkml-aside {
  min-height: 450px;
  background-color: #f6f6f6;
}

.layout-aside.xxgkml-aside .lv1boxs {
  margin-bottom: 0;
}

.xxgkml-type {
  width: 100%;
  height: 300px;
}

.xxgkml-col {
  margin: 0 0 10px;
}

.xxgkml-col a {
  width: 160px;
  height: 47px;
  line-height: 47px;
  display: block;
  padding-left: 55px;
  color: #0070d7;
  font-size: 13px;
  font-family: 微软雅黑;
  text-decoration: none;
  margin: 15px auto 0;
}

/*******/
#fixedltbox {
  position: fixed;
  left: 10px;
  top: 230px;
  z-index: 50;
}

#fixedltbox .item {
  width: 160px;
  position: relative;
  margin-bottom: 15px;
}

#fixedltbox .item a {
  display: block;
  cursor: pointer;
}

#fixedltbox .item img {
  width: 100%;
  max-width: 100%;
  display: block;
}

#fixedltbox .close {
  width: 19px;
  height: 19px;
  display: block;
  background:  no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/****2019.12.25***/
#popboxnotice {
  width: 300px;
  height: 350px;
  padding: 22px 30px;
  background:  no-repeat center bottom #4282bc;
  position: fixed;
  right: 10px;
  bottom: -500px;
  opacity: 0;
  z-index: 50;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#popboxnotice.had-show {
  bottom: 20px;
  opacity: 1;
}

#popboxnotice .close {
  width: 24px;
  height: 24px;
  display: block;
  background:  no-repeat center center;
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 20;
  cursor: pointer;
}

#popboxnotice .hdbox {
  overflow: hidden;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#popboxnotice .hdbox h5 {
  width: 8em;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

#popboxnotice .doc {
  text-indent: 2em;
}

/*** 2019.12.28 ***/
.foot-middle .inner {
  width: 1000px;
}

.foot-topbox {
  min-height: 250px;
  height: auto;
  padding: 37px 0 30px;
}

.foot-docbox {
  margin-right: 120px;
  opacity: 0.7;
}

.foot-docbox .item-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.foot-docbox p {
  margin-bottom: 5px;
}

.foot-ewm .item-tit {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.7;
}

.foot-ewm img {
  margin: 15px 0 0;
}

.foot-botbox {
  color: #125689;
}

.foot-botbox a {
  color: #125689;
}

.foot-dzjg {
  margin: 40px 110px 0 0;
}

/**** 2020.01.03 ****/
html.had-black {
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: ;
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  -webkit-filter: grayscale(1);
}

html.had-black {
  filter: gray;
}

html.had-black img {
  filter: gray;
}

/*** 2020.01.07 ***/
.isie.had-black #popboxnotice {
  background-image:  !important;
}

html.had-black .nav-list>li:hover .lv1 a {
  color: #494949 !important;
}

/**** 2020.01.10 ****/
.head-link {
  line-height: 32px;
  padding-top: 5px;
}

/* .head-schbox {
  width: 260px;
  margin: 0 0 0 14px;
  padding-right: 40px;
} */

.head-schbox .schipt {
  width: 245px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  padding: 0 7px;
}

.head-schbox .btn-sch {
  width: 40px;
  border-radius: 0;
  background-image: ;
}

.head-topbox {
  height: auto;
}

/* .head-topbox .global-inner {
  height: 83px;
  padding-top: 13px;
} */

.head-logo {
  margin-top: 0;
}

.head-logo span {
  font-size: 42px;
}

.head-slogan {
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}

.head-slogan img {
  height: 40px;
  display: block;
}

/**** 2020.01.17 ****/
.foot-dzjg {
  width: 80px;
  margin-right: 86px;
}

.foot-docbox {
  margin-right: 110px;
}

/**** 2020.12.30 ***/
.foot-docbox {
  margin-right: 85px;
}

.foot-ewm {
  margin: 10px -5px 0;
}

.foot-ewm .item-tit {
  width: 100%;
  float: left;
}

.foot-ewm .imgs {
  float: left;
  margin: 0 5px;
  text-align: center;
}

.foot-ewm .imgs span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  width: 5em;
  margin: 5px auto 0;
}

/*** 2021.5.7 ***/
.foot-col1 {
  width: 110px;
  margin: 10px 60px 0 0;
  float: left;
}

.foot-col1 .foot-dzjg {
  float: none;
  margin: 0 auto 10px;
}

/* 2022.7.7 */
.head-topbox{
  padding: 15px 0 30px;
}
.head-schbox{
  width: 715px;
  max-width: 100%;
  margin: 20px auto 0;
  float: none;
}
.head-schbox .schipt{
  width: 100%;
  height: 56px;
  font-size: 18px;
  padding: 0 15px;
}
.head-schbox .btn-sch{
  width: 100px;
}

/*** 移动端 ***/
.headapp-top {
  width: 100%;
  background: #eff2f7;
  position: relative;
  z-index: 20;
  padding: 0.16rem 0;
}
.headapp-top .row {
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #666666;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
}
.headapp-top .row-left, .headapp-top .row-right{
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
}
.headapp-top .row > a,
.headapp-top .row-left > a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headapp-top .row > a::after,
.headapp-top .row-left > a::after{
  content: '';
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #7d7e7f;
  margin: 0 0.1rem;
}
.headapp-top .row > a:last-child::after,
.headapp-top .row-left > a:last-child::after{
  display: none;
}
.headapp-top .row1{
  margin: 0 0 .1rem;
}

.headapp-top .row2{
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* .headapp-top .link {
  display: block;
  position: relative;
  padding-left: 0.14rem;
  margin-left: 0.1rem;
}
.headapp-top .link::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.22rem;
  background: #7d7e7f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
} */

.headapp-lang{
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  background:  no-repeat center center;
  background-size: contain;
  margin-left: 0.2rem;
}
.modal-lang{
  width: 0.88rem;
  display: none;
  position: absolute;
  right: 0.15rem;
  top: 100%;
  z-index: 50;
}
.modal-lang a{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #282828;
  background: #ccc;
  margin-top: 0.1rem;
}
.headapp-middle{
  width: 100%;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}
.headapp-logo{
  width: 6rem;
  max-width: 100%;
  display: block;
  margin: 0 auto 0.28rem;
}
.headapp-logo img{
  width: 100%;
  max-width: 100%;
  display: block;
}
.headapp-schbox{
  width: 5.56rem;
  margin: 0 auto;
  position: relative; 
}
.headapp-schbox form{
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.headapp-schbox .schipt{
  flex: 1;
  -webkit-flex: 1;
  height: 0.5rem;
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #333;
  padding: 0 0.16rem;
  border: solid 1px #ccc;
}
.headapp-schbox .btn-sch{
  width: 0.9rem;
  flex: 0 0 0.9rem;
  -webkit-flex: 0 0 0.9rem;
  height: 0.5rem;
  display: block;
  background:  no-repeat center center #1c4f90;
  background-size: 0.36rem;
}
.headapp-navbox{
  width: 100%;
  background: #234a7e;
  position: relative;
  padding: 0.15rem 0.15rem 0.15rem 1.35rem;
}
.headapp-navbox .go-home{
  width: 0.58rem;
  height: 0.58rem;
  display: block;
  background:  no-repeat center center;
  background-size: 0.58rem;
  position: absolute;
  left: 0.37rem;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.headapp-menu{
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background:  no-repeat center center;
  background-size: 0.6rem;
  position: absolute;
  left: 0.36rem;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.headapp-navlist{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  background: rgba(255,255,255,.1);
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.headapp-navlist li{
  max-width: 33.33%;
  flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
}
.headapp-navlist a{
  display: block;
}

.modal{
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
}
.modal-navbox .modal-close{
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #fff;
  background:  no-repeat center center;
  background-size: 0.2rem;
  position: fixed;
  right: 0.6rem;
  top: 0.1rem;
  z-index: 1060;
}
.modal-navbox .modal-dialog{
  width: 80%;
  max-width: 590px;
  position: relative;
  z-index: 1055;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modal-navbox .modal-content{
  width: 100%;
  min-height: 100vh;
  background: #1c4f90;
  position: relative;
  z-index: 1060;
  padding: 0 0.3rem 1rem;
}
.modal-navlist .navitem{
  width: 100%;
  border-bottom: solid 1px rgba(255,255,255,.2);
  padding: 0.2rem 0;
}
.modal-navlist a{
  float: left;
  min-width: 50%;
}
.modal-navlist .navlv1{
  /* font-size: 0.28rem;
  line-height: 0.5rem; */
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.modal-navlist .had-subnav .navlv1{
  padding: 0 0.8rem 0 0;
}
.modal-navlist .handle{
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-navlist .handle .icon{
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  z-index: 110;
}
.modal-navlist .handle .icon::before{
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.modal-navlist .handle .icon::after{
  content: '';
  height: 100%;
  width: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.modal-navlist .navitem ul{
  padding-left: 0.25rem;
  display: none;
}
.modal-navlist .navitem > ul{
  margin-top: 6px;
  /* font-size: 0.24rem;
  line-height: 0.5rem; */
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #e2e2e2;
}
.modal-navlist .navitem > ul ul{
  margin-top: 4px;
  padding-bottom: 0.2rem;
}
.modal-navlist .sublvt{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal-navlist .subitem > .sublvt{
  padding: 0 0.8rem 0 0;
}
.modal-navlist .navitem.active .navlv1 .handle .icon::after,
.modal-navlist .subitem.active > .sublvt .handle .icon::after{
  display: none;
}
body.open-modal{
  width: 100%;
  height: 100%;
  overflow: hidden;
} 
.modal.show .modal-dialog{
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .foot-topbox{
    padding: 0.4rem 0 0.5rem;
  }
  .foot-linkbox{
    height: auto;
    margin: 0 -0.14rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .foot-linkitem{
    width: auto;
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 0 0.14rem;
    margin: 0 0 0.3rem;
  }
  .foot-linkitem .titbox{
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.58rem;
    padding: 0 0.6rem 0 0.24rem;
    background-size: 0.2rem;
    background-position: right 0.24rem center;
  }
  .foot-linkitem .dropdown{
    width: auto;
    height: auto;
    max-height: 4.84rem;
    left: 0.14rem;
    right: 0.14rem;
    padding: 0.1rem 0;
    font-size: 0.24rem;
    line-height: 0.58rem;
  }
  .foot-linkitem .dropdown li{
    padding: 0 0.24rem;
  }
  .foot-middle{
    margin-top: 0.3rem;
    padding: 0 0.25rem;
  }
  .foot-middle .inner{
    width: 100%;
  }
  .foot-col1{
    width: 100%;
    float: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
  }
  .foot-dzjg{
    width: 1.1rem;
    flex: 0 0 1.1rem;
    -webkit-flex: 0 0 1.1rem;
    margin: 0 0.42rem 0 0 !important;
    padding-right: 0.3rem;
    position: relative
  }
  .foot-dzjg::after{
    content: '';
    display: block;
    width: 1px;
    height: 0.66rem;
    margin-top: -0.33rem;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .foot-jiucuo{
    width: 1.3rem;
    flex: 0 0 1.3rem;
    -webkit-flex: 0 0 1.3rem;
  }
  .foot-jiucuo img{
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .foot-docbox{
    float: none;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.35rem;
    margin: 0.22rem 0 0;
    opacity: 1;
    padding: 0 0 0.26rem;
    border-bottom: solid 1px #4783b0;
  }
  .foot-docbox .item-tit{
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .foot-docbox .doc{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .foot-docbox p{
    min-width: 47%;
    margin-bottom: 0;
  }
  .foot-docbox .wa img{
    width: 0.2rem;
    margin: -3px 0.1rem 0 0;
  }
  .foot-ewm{
    margin: 0.3rem auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .foot-ewm .item-tit{
    display: none;
  }
  .foot-ewm .imgs{
    flex: 0 0 1.5rem;
    -webkit-flex: 0 0 1.5rem;
    margin: 0 0.5rem;
  }
  .foot-ewm .imgs img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 0.1rem;
  }
  .foot-ewm .imgs span{
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.32rem;
    opacity: 1;
    margin: .1rem auto 0;
  }
  .foot-botbox{
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0;
    text-align: left;
  }
  .foot-botbox .tip, .foot-botbox .tel{
    display: none;
  }
  .foot-botbox .fr{
    float: none;
  }
  .foot-support{
    margin: 0;
    height: 0.6rem;
    line-height: .06rem;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .foot-support .title, .foot-support .tempwrap, .foot-support ul{
    font-size: 0.2rem;
  }

  /* 面包屑 */
  .crumbnav-box{
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 0.16rem 0;
  }

  /* 翻页 */
  .main-box .simple_pgtoolbar{
    height: 0.66rem;
    margin-top: 0.86rem;
  }
  .main-box .simple_pgtoolbar .simple_pgpanel{
    min-width: 0;
  }
  .main-box .simple_pgtoolbar table, .main-box .simple_pgtoolbar td{
    font-size: 0.24rem;
  }
  .main-box .simple_pgtoolbar a{
    width: 0.66rem;
    height: 0.66rem;
    line-height: 0.66rem;
    margin: 0 0.08rem;
  }
  .main-box .simple_pgcurrentpage{
    font-size: 0.24rem;
    width: 0.66rem;
    height: 0.66rem;
    line-height: 0.66rem;
  }

  /* 内页公共 */
  .layout-aside{
    display: none;
  }
  .layout-content{
    width: 100%;
    float: none;
  }
  .layout-hdbox.had-lv3list{
    padding-bottom: 0;
  }
  .layout-hdbox .apptit{
    overflow: hidden;
  }
  .layout-hdbox .lv2 a,
  .layout-hdbox .apptit a{
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #5095d6;
    text-align: center;
    min-width: 2.4rem;
    padding: 0 0.3rem;
  }
  .layout-hdbox .lv2 span{
    display: none;
  }
  .layout-hdbox:after{
    display: none;
  }
  .layout-hdbox .lv3-list{
    display: none;
  }
  .btn-appnav_open{
    width: 1rem;
    height: 100%;
    display: block;
    background:  no-repeat right center;
    background-size: 0.34rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
  }
}

/* 专题子栏目侧边 */
.layout-aside .lv1box.is-long {
	display: table;
}
.layout-aside .lv1box.is-long .lv1{
	font-size: 20px;
	line-height: 30px;
	padding: 0 28px;
	white-space: normal;
	display: table-cell;
	vertical-align: middle;
}
.crumbnav .simple td:nth-child(1),
.crumbnav .simple td:nth-child(2){
	display: none;
}


/* 无障碍/适老化  */
body.ariatheme .headapp-schbox .schipt,
body.ariatheme .headapp-schbox .btn-sch{
  height: 2.5em;
}

@media screen and (max-width: 767.98px) {
  body.ariatheme .foot-linkitem,
  body.useoldfixed .foot-linkitem{
    width: 100%;
    max-width: none;
    flex: none;
    -webkit-flex: none;
  }
  body.ariatheme .foot-linkitem .titbox,
  body.useoldfixed .foot-linkitem .titbox{
    height: auto;
  }
}

/* pc端适老化  */
#cniil_wza::after{
  display:none;
}
#cniil_lnms{
  padding: 0 10px;
  background-color: #ec940a;
  color: #fff;
  margin: 0 10px;
}
#cniil_lnms::after{
  display: none;
}
#cniil_lnms2{
  padding: 0 0.22rem;
  font-size: .26rem;
  line-height: .45rem;
  color: #fff;
  background-color: #ec940a;
  border-radius: 2px;
  display: block;
}
body.useoldfixed{
  box-sizing: border-box;
}
body.useoldfixed *,
body.useoldfixed *:before,
body.useoldfixed *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.useoldfixed .hidden-xs{
  display: none !important;
}
body.useoldfixed .visible-xs{
  display: block !important;
}
body.useoldfixed #fixedrtbox,
body.useoldfixed #fixedltbox{
  display: none;
}
body.useoldfixed .headapp-navbox{
  max-width: 1200px;
  margin: 0 auto;
}
body.useoldfixed .headapp-schbox .schipt,
body.useoldfixed .headapp-schbox .btn-sch{
  height: 2.5em;
  font-size: .24rem;
}
body.useoldfixed .foot-botbox{
  height: auto;
}
body.useoldfixed .foot-topbox{
  padding: 0.4rem 0 0.5rem;
}
body.useoldfixed .foot-linkbox{
  height: auto;
  margin: 0 -0.14rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.useoldfixed .foot-linkitem{
  width: auto;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  padding: 0 0.14rem;
  margin: 0 0 0.3rem;
}
body.useoldfixed .foot-linkitem .titbox{
  width: 100%;
  height: 0.6rem;
  font-size: 0.24rem;
  line-height: 0.58rem;
  padding: 0 0.6rem 0 0.24rem;
  background-size: 0.2rem;
  background-position: right 0.24rem center;
}
body.useoldfixed .foot-linkitem .dropdown{
  width: auto;
  height: auto;
  max-height: 4.84rem;
  left: 0.14rem;
  right: 0.14rem;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  line-height: 0.58rem;
}
body.useoldfixed .foot-linkitem .dropdown li{
  padding: 0 0.24rem;
}
body.useoldfixed .foot-middle{
  margin-top: 0.3rem;
  padding: 0;
}
body.useoldfixed .foot-middle .inner{
  width: 100%;
}
body.useoldfixed .foot-col1{
  width: 100%;
  float: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
}
body.useoldfixed .foot-dzjg{
  width: 1.1rem;
  flex: 0 0 1.1rem;
  -webkit-flex: 0 0 1.1rem;
  margin: 0 0.42rem 0 0 !important;
  padding-right: 0.3rem;
  position: relative
}
body.useoldfixed .foot-dzjg::after{
  content: '';
  display: block;
  width: 1px;
  height: 0.66rem;
  margin-top: -0.33rem;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
}
body.useoldfixed .foot-jiucuo{
  width: 1.3rem;
  flex: 0 0 1.3rem;
  -webkit-flex: 0 0 1.3rem;
}
body.useoldfixed .foot-jiucuo img{
  width: 100%;
  max-width: 100%;
  display: block;
}
body.useoldfixed .foot-docbox{
  float: none;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin: 0.22rem 0 0;
  opacity: 1;
  padding: 0 0 0.26rem;
  border-bottom: solid 1px #4783b0;
}
body.useoldfixed .foot-docbox .item-tit{
  font-size: 0.24rem;
  line-height: 0.38rem;
}
body.useoldfixed .foot-docbox .doc{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.useoldfixed .foot-docbox p{
  min-width: 47%;
  margin-bottom: 0;
}
body.useoldfixed .foot-docbox .wa img{
  width: 0.2rem;
  margin: -3px 0.1rem 0 0;
}
body.useoldfixed .foot-ewm{
  width: 100%;
  margin: 0.3rem auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
body.useoldfixed .foot-ewm .item-tit{
  display: none;
}
body.useoldfixed .foot-ewm .imgs{
  flex: 0 0 1.5rem;
  -webkit-flex: 0 0 1.5rem;
  margin: 0 0.55rem;
}
body.useoldfixed .foot-ewm .imgs img{
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 0.1rem;
}
body.useoldfixed .foot-ewm .imgs span{
  font-size: 0.22rem;
  line-height: 0.42rem;
  opacity: 1
}
body.useoldfixed .foot-botbox{
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0;
  text-align: left;
}
body.useoldfixed .foot-botbox .tip,
body.useoldfixed .foot-botbox .tel{
  display: none;
}
body.useoldfixed .foot-botbox .fr{
  float: none;
}
body.useoldfixed .foot-support{
  margin: 0;
  height: 0.6rem;
}
body.useoldfixed .foot-support .title, 
body.useoldfixed .foot-support .tempwrap, 
body.useoldfixed .foot-support ul{
  font-size: 0.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
}

body.useoldfixed .crumbnav-box{
  font-size: 0.24rem;
  line-height: 0.5rem;
  padding: 0.16rem 0;
}

body.useoldfixed .main-box .simple_pgtoolbar{
  height: 0.66rem;
  margin-top: 0.86rem;
}
body.useoldfixed .main-box .simple_pgtoolbar .simple_pgpanel{
  min-width: 0;
}
body.useoldfixed .main-box .simple_pgtoolbar table, 
body.useoldfixed .main-box .simple_pgtoolbar td{
  font-size: 0.24rem;
}
body.useoldfixed .main-box .simple_pgtoolbar a{
  width: 0.66rem;
  height: 0.66rem;
  line-height: 0.66rem;
  margin: 0 0.08rem;
}
body.useoldfixed .main-box .simple_pgcurrentpage{
  font-size: 0.24rem;
  width: 0.66rem;
  height: 0.66rem;
  line-height: 0.66rem;
}

body.useoldfixed .layout-aside{
  display: none;
}
body.useoldfixed .layout-content{
  width: 100%;
  float: none;
}
body.useoldfixed .layout-hdbox.had-lv3list{
  padding-bottom: 0;
}
body.useoldfixed .layout-hdbox .apptit{
  overflow: hidden;
}
body.useoldfixed .layout-hdbox .lv2 a,
body.useoldfixed .layout-hdbox .apptit a{
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #fff;
  background: #5095d6;
  text-align: center;
  min-width: 2.4rem;
  padding: 0 0.3rem;
}
body.useoldfixed .layout-hdbox .lv2 span{
  display: none;
}
body.useoldfixed .layout-hdbox:after{
  display: none;
}
body.useoldfixed .layout-hdbox .lv3-list{
  display: none;
}
body.useoldfixed .btn-appnav_open{
  width: 1rem;
  height: 100%;
  display: block;
  background:  no-repeat right center;
  background-size: 0.34rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

/* 2022.9.23 */
.foot-middle .inner{
  width: 100%;
}