
.header {
    position: fixed;
    top: .4rem;
    left: 0;
    z-index: 188;
    width: 100%;
    transition: all ease .5s;
}

.h-a {
    width: 100%;
}

.h-cont {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.h-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.h-left {
    float: left;
    padding-left: .38rem;
}

.h-logo {
    display: block;
    cursor: pointer;
    height: .8rem;
    line-height: .8rem;
}

.h-logo img {
    max-width: none;
    height: .76rem;
}

.h-right {
    float: right;
}

.h-h {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.h-i {
    display: inline-block;
    cursor: pointer;
    padding: 0 .2rem;
}

.h-j {
    display: inline-block;
    position: relative;
    color: #111111;
    line-height: .8rem
}

.h-j:after {
    content: '';
    position: absolute;
    bottom: .15rem;
    left: 0;
    width: 0;
    transition: all ease .5s;
    height: .03rem;
    background-color: #1f64e1;
}

.h-i.active .h-j {
    color: #1f64e1;
}

.h-sub {
    position: absolute;
    top: .8rem;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hs-cont {
    width: 100%;
    text-align: center;
    padding: .6rem .4rem 1.2rem;
    font-size: 0;
}

.hs-left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 5rem);
    text-align: left;
}

.hs-titles {
    display: block;
    color: #222222;
    margin-bottom: .3rem;
}

.hs-textbox {
    color: #777777;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.hs-textbox * {
    line-height: inherit;
}

.hs-links {
    width: 100%;
}

.hs-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(33.33% - .37rem);
    padding: .18rem 10px .18rem 0;
    color: #222222;
    line-height: 1.4;
    margin-right: .55rem;
    border-bottom: .02rem solid #eeeeee;
}

.hs-link:nth-child(3n) {
    margin-right: 0;
}

.hs-link:before {
    content: '';
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 0;
    height: .02rem;
    transition: all ease .5s;
    background-color: #1f64e1;
}

.hs-link:after {
    content: '/';
    transition: all ease .5s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: #777777;
}

.hs-link.active {
    color: #1f64e1;
}

.hs-link.active:before {
    width: 100%;
}

.hs-link.active:after {
    content: '>';
    right: 3px;
    color: #1f64e1;
}

.hs-right {
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    padding-left: 1.85rem;
}

.hs-img {
    display: none;
    width: 100%;
}

.hs-img.show {
    display: block;
}

/* 搜索 */
.h-k {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.45rem;
}

.h-search {
    display: block;
    cursor: pointer;
    width: .8rem;
    height: .8rem;
    background-image: url('/static/home/images/m2.png');
    background-size: 1em auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1f64e1;
}

.hs-a {
    display: none;
    z-index: 108;
    white-space: nowrap;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.hs-form {
    font-size: 0;
    display: inline-block;
}

.hs-text {
    border: none;
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    width: 6rem;
    height: 45px;
    background-color: #fff;
    color: #333;
}

.hs-submit {
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #1f64e1;
    background-image: url('/static/home/images/m2.png');
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.header.search-state .hs-a {
    display: block;
}

.header.search-state .h-opa {
    display: block;
}

.header.fixed {
    top: 0;
}

.header.fixed .h-cont {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.h-menu {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    background-image: url('/static/home/images/c-menu.png');
    background-size: .6rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}


@media(min-width: 1200px) {
    .h-i:hover .h-j {
        color: #1f64e1;
    }

    .h-i:hover .h-j:after {
        width: 100%;
    }

    .h-i.active .h-j:after {
        width: 100%;
    }
}

@media(max-width: 1200px) {

    .h-logo img {
        height: 50%;
    }

    .h-h {
        width: 260px;
        position: fixed;
        text-align: left;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        z-index: 1000;
        transform: translate(100%, 0);
        transition: transform .3s;
    }

    .h-i {
        width: 100%;
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
    }

    .h-j {
        padding: 0;
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 16px;
    }

    .h-i.has-links:after {
        content: "";
        background-image: url('/static/home/images/c-right.png');
        background-size: 18px auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #333;
    }

    .h-i.has-links.show:after {
        transform: rotate(90deg);
        background-image: url('/static/home/images/c-right2.png');
    }

    .hs-titles {
        display: none;
    }

    .hs-textbox {
        display: none;
    }

    .h-sub {
        position: relative;
        top: 0;
        background-color: #fff;
        box-shadow: none;
        left: 0;
        transform: translate(0, 0);
        width: 100% !important;
    }

    .hs-cont {
        padding: 20px 30px;
    }

    .hs-left {
        width: 100%;
    }

    .hs-right {
        display: none;
    }

    .hs-link {
        width: 100%;
        margin-right: 0;
        padding: 15px 10px 15px 0;
    }

    .h-right {
        margin-right: .8rem;
    }

    .h-k {
        margin-left: 0;
    }

    /* 菜单 */
    .h-menu {
        display: block;
    }

    .header.menu-state .h-h {
        transform: translate(0, 0);
    }

    .header.menu-state .h-opa {
        display: block;
    }
}

.header .h-k {
    display: inline-flex;
}

.header .h-lang {
    position: relative;
}

.header .h-lang:hover .bd {
    opacity: 1;
    pointer-events: auto;
}

.header .h-lang .hd {
    height: 100%;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
}

.header .h-lang .bd {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.header .h-lang .bi {
    display: block;
    background-color: #fff;
    padding: 0.15rem 0.1rem;
    text-align: center;
}

.header .h-lang .bi:hover {
    color: #1f64e1;
}

@media(max-width:750px) {
    body {
        padding-top: .8rem !important;
    }

    .header {
        top: 0;
    }

    .h-cont {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    }

    .h-left {
        padding-left: 10px;
    }

    .hs-text {
        width: 5rem;
        height: 35px;
    }

    .hs-submit {
        height: 35px;
    }

    .h-limg {
        display: none;
    }
}

/* 3941 start */
.md-innerBanner {
    position: relative;
    overflow: hidden;
}

.md-innerBanner .cb_ban {
    position: relative;
}

.md-innerBanner .cb_bg {
    position: relative;
    padding-top: 36.4583333333%;
    overflow: hidden;
    background-color: #999;
}

.md-innerBanner .cb_bg img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.md-innerBanner .cb_text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
}

.md-innerBanner .cb_text .cbp1 {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.04rem;
    color: #ffffff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.35rem;
}

.md-innerBanner .cb_text .cbp1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.19rem;
    width: 0.38rem;
    height: 0.02rem;
    background-color: #ffffff;
}

.md-innerBanner .cb_text .cbp2 {
    color: #ffffff;
    line-height: 1.5;
}

.md-innerBanner .cb_text.cent {
    text-align: center;
}

.md-innerBanner .cb_mouse img {
    -webkit-animation: jump 1s linear infinite;
    animation: jump 1s linear infinite;
    width: 0.22rem;
    min-width: 16px;
}

.md-innerBanner .video video {
    width: 100%;
}

.md-innerBanner .cb_nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    border-radius: 0.1rem 0.1rem 0 0;
    display: flex;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    overflow: hidden;
}

.md-innerBanner .cb_nav .home {
    display: inline-flex;
    align-items: center;
}

.md-innerBanner .cb_nav .cb_a {
    flex-grow: 1;
    text-align: center;
    line-height: 0.7rem;
}

.md-innerBanner .cb_nav .cb_a.on {
    background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
    color: #fff !important;
}

.md-innerBanner .bg1 .cm2 {
    background-color: #fff !important;
}

.md-innerBanner .bg2 .cm2 {
    background-color: #f3f3f3 !important;
}

/* 3941 end */

.md-news .nav {
  width: 100%;
  padding-bottom: 0.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.md-news .nav-cont {
  width: 15.7rem;
  margin: 0 auto;
}

.md-news .nav-cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.md-news .nav-left {
  float: left;
  position: relative;
  z-index: 88;
  width: 2.6rem;
  margin-top: -0.7rem;
  text-align: center;
}

.md-news .nav-left:before {
  content: "";
  position: absolute;
  top: -0.345rem;
  left: 0;
  width: 100%;
  height: 0.35rem;
  background-image: url("/static/home/images/a19.png");
  background-size: 2.6rem 0.35rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.md-news .nav-titles {
  position: relative;
  width: 100%;
  line-height: 0.7rem;
  color: #ffffff;
  background-color: #1f64e1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-news .nav-list {
  width: 100%;
  background-color: #f8f8f8;
}

.md-news .nav-item {
  display: block;
  position: relative;
}

.md-news .nav-one {
  width: 100%;
  display: block;
  position: relative;
}

.md-news .nav-link {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333333;
  width: 100%;
  padding: 0.2rem 2em;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.md-news .nav-buttom {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
}

.md-news .nav-buttom:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.md-news .nav-item.has-two .nav-buttom {
  display: block;
}

.md-news .nav-item.show .nav-buttom:after {
  content: "-";
}

.md-news .nav-item:hover .nav-link {
  color: #ffffff;
  background-color: #498aff;
  border-bottom: 1px solid #498aff;
}

.md-news .nav-item:hover .nav-buttom:after {
  color: #fff;
}

.md-news .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #498aff;
  border-bottom: 1px solid #498aff;
}

.md-news .nav-item.active .nav-buttom:after {
  color: #fff;
}

.md-news .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #498aff;
  border-bottom: 1px solid #498aff;
}

.md-news .nav-item.show .nav-buttom:after {
  color: #fff;
}

.md-news .nav-sub {
  display: none;
  width: 100%;
}

.md-news .nav-two {
  display: block;
  position: relative;
  cursor: pointer;
  color: #888888;
  width: 100%;
  padding: 0.2rem 0.15rem;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.md-news .nav-two:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.04rem;
  height: 1em;
  background-color: transparent;
}

.md-news .nav-two.active:before {
  background-color: #333333;
}

.md-news .nav-two:hover:before {
  background-color: #333333;
}

.md-news .nav-right {
  float: right;
}

@media (max-width: 750px) {
  .md-news .nav-cont {
    width: 100%;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-news .nav-left {
    width: 100%;
    margin-top: 0;
  }

  .md-news .nav-left:before {
    display: none;
  }

  .md-news .nav-list {
    width: 100%;
    text-align: center;
    padding: 0.05rem 0;
    background-color: #fff;
  }

  .md-news .nav-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 0.15rem;
  }

  .md-news .nav-item.has-two {
    display: block;
    width: 100%;
    margin: 0 0 0.15rem;
  }

  .md-news .nav-titles {
    display: none;
  }

  .md-news .nav-right {
    width: 100%;
  }
}

.md-news .o-a {
  width: 12.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

.md-news .o-cont {
  width: 100%;
  padding: 0.4rem 0.5rem 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.13rem 0px rgba(166, 166, 166, 0.1);
}

.md-news .o-top {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
}

.md-news .o-titles {
  width: 100%;
  color: #333333;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.md-news .o-b {
  width: 100%;
  font-size: 0;
}

.md-news .o-time {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.25rem;
  color: #666666;
  line-height: 17px;
  margin-bottom: 0.25rem;
}

.md-news .o-time:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1rem;
  width: 0.17rem;
  height: 17px;
  background-image: url("/static/home/images/a24.png");
  background-size: 0.17rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.md-news .o-source {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.25rem;
  color: #666666;
  line-height: 17px;
  margin-bottom: 0.25rem;
}

.md-news .o-textbox {
  width: 100%;
  color: #666666;
  line-height: 1.87;
  padding-bottom: 0.2rem;
}

.md-news .o-textbox * {
  line-height: inherit;
}

.md-news .o-buttom {
  width: 100%;
  padding: 0.3rem 160px 0.3rem 0;
  border-top: 1px solid #f3f3f3;
  position: relative;
}

.md-news .o-c {
  display: inline-block;
}

.md-news .o-d {
  display: block;
  color: #555555;
  margin: 0.1rem 0;
  line-height: 1.6;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.md-news .o-d:hover {
  color: #da291c;
}

.md-news .o-back {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  background-color: #1f64e1;
  overflow: hidden;
}

.md-news .o-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 0.03rem);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background-color: #333;
}

.md-news .o-back span {
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 18;
  padding: 0.15rem 0.45rem;
}

.md-news .o-back:hover:after {
  left: 0 !important;
}

@media (max-width: 750px) {
  .md-news .o-a {
    width: 100%;
  }

  .md-news .o-cont {
    padding: 0.3rem 0.15rem;
  }

  .md-news .o-buttom {
    padding: 0.3rem 0 35px;
  }

  .md-news .o-back {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
  }
}

.footer {
    width: 100%;
    background-color: #121212;
}

.f-cont {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.f-left {
    display: block;
    width: 61.72%;
    padding: .75rem .6rem .25rem 2.6rem;
}

.f-right {
    display: block;
    width: 38.28%;
    background-color: #222222;
    padding: .75rem 2.6rem .25rem .75rem;
}

.f-main {
    width: 100%;
    margin: 0 auto;
}

.f-top {
    width: 100%;
    margin-bottom: 1.25rem;
}

.f-top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.f-lt {
    float: left;
    max-width: 3.5rem;
}

.f-phone {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .32rem;
}

.f-textbox {
    color: rgba(255, 255, 255, .5);
    line-height: 2.1;
    margin-bottom: .3rem;
}

.f-textbox * {
    line-height: inherit;
}

.f-sharebox {
    width: 100%;
}

.f-share {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-right: .24rem;
}

.f-icon {
    display: block;
    width: 1em;
    opacity: .3;
}

.f-icon img {
    width: 100%;
}

.f-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 15px;
}

.f-code {
    width: 1.05rem;
    min-width: 80px;
    position: relative;
}

.f-code:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.f-code img {
    width: 100%;
}

.f-share:hover .f-icon {
    opacity: 1;
}

.f-rt {
    float: right;
    width: 4.65rem;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-item {
    display: block;
    padding-right: .15rem;
}

.f-one {
    display: block;
    color: #ffffff;
    margin-bottom: .32rem;
}

.f-twobox {
    display: inline-block;
    vertical-align: top;
}

.f-two {
    display: block;
    cursor: pointer;
    color: rgba(255, 255, 255, .5);
    line-height: 2.1;
}

.f-two:hover {
    color: #fff;
}

.f-linkbox {
    display: block;
    width: 100%;
    font-size: 0;
}

.f-link {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-right: .12rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.71;
}

.f-link:hover {
    color: #fff;
}


.f-form {
    width: 100%;
}

.f-form input::-webkit-input-placeholder,
.f-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input:-moz-placeholder,
.f-form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input::-moz-placeholder,
.f-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-form input:-ms-input-placeholder,
.f-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.f-row {
    width: 100%;
    margin-bottom: .2rem;
}

.f-input {
    display: block;
    border: none;
    width: 100%;
    height: .42rem;
    padding: 0 .2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.f-textarea {
    display: block;
    border: none;
    width: 100%;
    height: .9rem;
    line-height: .24rem;
    padding: .1rem .2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.f-buttom {
    width: 100%;
}

.f-submit {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #ffffff;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    background-color: #1f64e1;
}

@media(max-width:1150px) {
    .f-input {
        height: 32px;
    }

    .f-textarea {
        height: 60px;
        padding: .1rem .2rem;
        line-height: 20px;
    }

    .f-submit {
        height: 32px;
        line-height: 32px;
    }
}

@media(max-width:900px) {
    .f-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .f-left {
        width: 100%;
        padding: .8rem 0;
    }

    .f-lt {
        width: 100%;
        margin-bottom: .5rem;
        text-align: center;
        max-width: 100%;
    }

    .f-item {
        padding: 0 .1rem;
    }

    .f-rt {
        width: 100%;
    }

    .f-linkbox {
        width: 100%;
        text-align: center;
    }

    .f-link {
        padding: 0 .15rem;
    }

    .f-right {
        width: 100%;
        padding: .8rem 0;
    }
}
