@charset "UTF-8";
html {
  font-size: 14px;
  font-family: 'Micrsofot Yahei', Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-size: 14px !important; }

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div.label,
a,
li {
  font-family: 'Micrsofot Yahei', Arial, Helvetica, sans-serif; }

html {
  font-size: 14px !important; }

.header {
  font-size: 0.8571428571rem; }

@media screen and (max-width: 991.98px) {
  html {
    font-size: 11px; } }
.margin-top-value {
  margin-top: px-top-rem(30px) !important; }

/************ head *****************/
.container-box {
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  .container-box .header-box {
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 0 !important;
    min-height: 100px; }
    .container-box .header-box .logo {
      max-width: 100px;
      padding-top: 10px; }
    .container-box .header-box li {
      min-height: 100px;
      line-height: 100px;
      list-style-type: none;
      float: left; }
      .container-box .header-box li a {
        font-size: 1.2857142857rem;
        color: #010101;
        margin-left: 5.1428571429rem; }
      .container-box .header-box li a.first {
        margin-left: 0; }
    @media screen and (max-width: 1024px) {
      .container-box .header-box .head-inner-box {
        width: 100%; }
        .container-box .header-box .head-inner-box .logo {
          width: 100%;
          float: none; }
        .container-box .header-box .head-inner-box li {
          width: 100%;
          float: none;
          min-height: 2rem;
          line-height: 2rem;
          text-align: left;
          padding-left: 3%;
          border-bottom: 1px solid #eee; }
          .container-box .header-box .head-inner-box li a {
            font-size: 1.2857142857rem;
            color: #010101;
            margin-left: 5.1428571429rem; }
        .container-box .header-box .head-inner-box .head-link {
          float: none; } }

.header-logo {
  width: 64px;
  height: 73px;
  background: url("../imgs/index/logo.png") no-repeat; }
  .header-logo .title-logo {
    display: none; }

@media screen and (max-width: 991.98px) {
  .header-logo {
    padding-left: 50px;
    padding-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 64px;
    height: 64px;
    background: url("../imgs/index/app_logo.png") no-repeat left center;
    background-size: 50% auto; }
    .header-logo .title-logo {
      display: block; } }
.head-link {
  padding: 0 0 0 0; }
  .head-link ul {
    height: 5rem;
    margin: 6px 0 0 2rem;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .head-link li {
    list-style: none; }
    .head-link li .form-control {
      border-right: none;
      border-color: #cccccc; }
      .head-link li .form-control ::placeholder {
        color: #9b9b9b; }
    .head-link li .input-group-text {
      background: #fff;
      border-left: none;
      margin-right: 0.5rem; }
      .head-link li .input-group-text i {
        font-size: 1.3rem;
        color: #9b9b9b; }
  .head-link a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    margin: 0 10px; }
    .head-link a i {
      color: #999;
      font-size: 20px; }
    .head-link a:hover {
      color: #bb0942; }
      .head-link a:hover i {
        color: #bb0942; }
  .head-link a.search-btn {
    background: url("../imgs/index/search.png") no-repeat;
    background: contain; }
  .head-link a.tel-btn {
    background: url("../imgs/index/contact.png") no-repeat;
    background: contain; }
  .head-link a.e-mail-btn {
    background: url("../imgs/index/email.png") no-repeat;
    background: contain; }
  .head-link a.language-btn {
    background: url("../imgs/index/language.png") no-repeat;
    background: contain; }

/*************** footer ******************/
.footer {
  width: 100%;
  min-height: 20.7142857143rem;
  overflow: hidden;
  margin: 0 auto;
  background: #333333; }
  .footer .footer-inner-box {
    max-width: 98.5714285714rem;
    margin: 0 auto; }
  .footer .footer-inner-box {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0; }
    .footer .footer-inner-box .footer-info {
      width: 70%; }
      .footer .footer-inner-box .footer-info .footer-link {
        width: 100%; }
        .footer .footer-inner-box .footer-info .footer-link li {
          float: left;
          font-size: 1rem;
          color: #fff;
          padding: 0 10px; }
          .footer .footer-inner-box .footer-info .footer-link li a {
            color: #fff; }
            .footer .footer-inner-box .footer-info .footer-link li a :hover {
              text-decoration: none; }
      .footer .footer-inner-box .footer-info .address {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 2.1428571429rem;
        margin: 1.5rem auto 0 auto; }
    .footer .footer-inner-box .qr-img {
      width: 150px;
      text-align: right; }
      .footer .footer-inner-box .qr-img img {
        width: 10.7142857143rem;
        height: 10.7142857143rem; }
      .footer .footer-inner-box .qr-img label {
        width: 100%;
        line-height: 2.5rem;
        font-size: 14px;
        color: #Fff;
        text-align: center; }
    .footer .footer-inner-box p {
      color: #fff;
      margin-bottom: 0.5rem; }
  .footer .footer-inner-box2 {
    width: 1400px;
    min-height: 54px;
    margin: 0 auto;
    padding: 0; }
    .footer .footer-inner-box2 p {
      line-height: 3.8571428571rem;
      color: #F5F5F5;
      padding: 0;
      margin: 0; }
  .footer .bottom-copyright-box {
    background: #222222;
    min-height: 3.8571428571rem;
    text-align: left;
    overflow: hidden;
    margin-top: 20px; }
  .footer .footer-link li {
    list-style: none;
    float: left; }
  @media screen and (max-width: 991.98px) {
    .footer .footer-link li {
      line-height: 2rem; }
    .footer .footer-link li:nth-child(odd) {
      width: 24%; }
    .footer .footer-link li:nth-child(even) {
      width: 1%; }
    .footer .footer-link li:last-child {
      width: 27%;
      padding: 0 !important; }
    .footer .footer-inner-box,
    .footer .footer-inner-box2 {
      width: 100%;
      padding: 1rem 1rem 1rem 1rem; }
    .footer .footer-inner-box2 p {
      line-height: 1.8rem; }
    .footer .footer-inner-box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 1rem; }
      .footer .footer-inner-box .footer-info,
      .footer .footer-inner-box .qr-img {
        width: 100%; }
      .footer .footer-inner-box .qr-img {
        text-align: center;
        margin-top: .8rem; }
      .footer .footer-inner-box .footer-info {
        margin-top: 2rem; }
        .footer .footer-inner-box .footer-info .address {
          width: 90%; } }

.menu-box {
  margin-top: 1.5rem;
  border-bottom: 1px solid #e6e6e6; }
  .menu-box ul li {
    padding: 0 2rem; }
    .menu-box ul li a {
      line-height: 2rem;
      font-size: 18px;
      color: #666666;
      padding-left: 0;
      padding-right: 0; }
    .menu-box ul li a.active {
      border-bottom: 2px solid #bb0942; }

.pop-menu-box {
  width: 100%;
  min-height: 200px;
  background: #f9fafc; }
  .pop-menu-box .pop-menu-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    height: 200px;
    margin: 0 auto; }
    .pop-menu-box .pop-menu-link .img-box {
      width: 180px;
      height: 120px; }
    .pop-menu-box .pop-menu-link ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: start;
      width: calc(100% - 180px - 5%);
      padding-left: 5%; }
      .pop-menu-box .pop-menu-link ul li {
        display: block;
        width: 20%;
        line-height: 36px;
        list-style-type: none;
        font-size: 16px;
        text-align: left; }

.active-menu-box {
  display: none; }

.banner {
  width: 100%;
  margin: 100px auto 0 auto; }

.page-title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 3rem 0;
  background: url("../imgs/detail/line.png") no-repeat left bottom; }
  .page-title-box h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 200%;
    color: #333; }
  .page-title-box .source-date-box {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding-top: 2.5rem; }
    .page-title-box .source-date-box div:last-child {
      margin-left: 2rem; }

.page-title-video {
  margin-top: 100px;
  margin-left: 1px;
  padding: 4rem 0 3rem 0;
  background: url("../imgs/detail/line.png") no-repeat left bottom; }
  .page-title-video h3 {
    font-size: 34px;
    font-weight: bold;
    color: #333; }

.row-video video {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.row-video video:focus {
  outline: none; }

.row-con {
  margin-top: 10px; }
  .row-con div {
    margin-bottom: 10px; }

.content {
  width: 100%; }
  .content p {
    line-height: 36px;
    text-align: left;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    margin: 2rem 0; }
  .content p.bold-font {
    margin-bottom: 0rem; }
  .content p.exception {
    margin-top: 0.5rem; }
  .content .button-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem; }
    .content .button-group button {
      width: 118px;
      height: 72px;
      font-size: 14px;
      color: #bb0942;
      text-align: center;
      padding-top: 32px;
      border-radius: 36px;
      background: #f8e6ec url("../imgs/detail/icon5.png") no-repeat center 12px;
      border: none; }
      .content .button-group button:last-child {
        margin-left: 1rem; }
      .content .button-group button:hover {
        color: #fff;
        background: #bb0942 url("../imgs/detail/icon6.png") no-repeat center 12px; }

.link-list {
  padding: 2rem 0; }
  .link-list li {
    line-height: 36px;
    font-size: 14px; }
    .link-list li a {
      color: #999; }
      .link-list li a:hover {
        color: #bb0942; }

.share-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 2.8rem 0 0 0; }
  .share-box a {
    width: 32px !important;
    height: 32px  !important;
    margin-left: 1rem  !important; }
  .share-box .share1 {
    background: url("../imgs/detail/icon1.png") !important; }
  .share-box .share2 {
    background: url("../imgs/detail/icon2.png") !important; }
  .share-box .share3 {
    background: url("../imgs/detail/icon3.png") !important; }
  .share-box .share4 {
    background: url("../imgs/detail/icon4.png") !important; }
  .share-box .share5 {
    width: auto;
    min-width: 76px;
    color: #bb0942;
    padding: 5px 12px 0 12px;
    border: 1px solid #bb0942; }
    .share-box .share5 i {
      margin-right: 5px; }
    .share-box .share5:hover {
      color: #Fff;
      background: #bb0942;
      text-decoration: none; }

@media screen and (max-width: 991.98px) {
  .page-title-box {
    padding: 2rem 0 2rem 0; }
    .page-title-box .source-date-box {
      padding-top: 1rem; }
    .page-title-box h3 {
      line-height: 3rem;
      font-size: 2rem;
      text-align: left;
      padding: 0 1rem; }

  .page-title-video {
    padding: 0 0 1rem 0; }
    .page-title-video h3 {
      line-height: 2rem;
      font-size: 1.5rem;
      text-align: left;
      padding: 0 1rem; }

  .row-video video {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .row-video video:focus {
    outline: none; }

  .row-con img {
    width: 100%; }

  .content p {
    font-size: 1.2rem; }
  .content .link-list {
    padding: 2rem 1rem 1rem 1rem; }
  .content .share-box {
    width: 98% !important;
    margin: 0 0 2rem 0; }
    .content .share-box .bdshare-button-style0-32 a {
      margin: 0; }

  .news-content p, .news-content a,
  .news-content img {
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 1rem;
    padding-right: 1rem; }
  .news-content img {
    max-width: 100% !important;
    margin: 0 auto; } }
/********** news.html ****************/
.list-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px; }
  .list-box ul li {
    width: 33.333%; }
    .list-box ul li .card {
      position: relative;
      overflow: hidden;
      width: calc(100% - 20px);
      height: 530px;
      border: none;
      margin-top: 20px; }
      .list-box ul li .card .img-box {
        position: relative;
        overflow: hidden; }
      .list-box ul li .card img {
        width: 100%;
        height: 300px;
        transition: all 0.5s ease-out;
        /* 过度 所有css属性 1秒过度 结束慢*/
        -moz-transition: all 0.5s ease-out;
        /* Firefox 4 */
        -webkit-transition: all 0.5s ease-out;
        /* Safari 和 Chrome */
        -o-transition: all 0.5s ease-out; }
        .list-box ul li .card img:hover {
          transform: scale(1.07, 1.07); }
      .list-box ul li .card:hover {
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.1); }
      .list-box ul li .card .card-body {
        padding: 1.5rem;
        text-align: left; }
        .list-box ul li .card .card-body h5 {
          line-height: 36px;
          font-size: 24px; }
        .list-box ul li .card .card-body .card-bottom {
          position: absolute;
          left: 1.5rem;
          bottom: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          align-items: center;
          justify-content: space-between;
          width: calc(100% - 3rem);
          padding: 0;
          margin-bottom: 3rem; }
          .list-box ul li .card .card-body .card-bottom .time {
            color: #999;
            padding-left: 2rem;
            background: url("../imgs/news/icon3.png") no-repeat; }
          .list-box ul li .card .card-body .card-bottom .btn-box {
            text-align: right; }
            .list-box ul li .card .card-body .card-bottom .btn-box a {
              display: block;
              width: 95px;
              line-height: 39px;
              font-size: 14px;
              color: #999;
              text-align: left;
              padding-left: 20px;
              background: url("../imgs/news/icon2.png") no-repeat 60px center; }
        .list-box ul li .card .card-body:hover {
          color: #bb0942; }
          .list-box ul li .card .card-body:hover .btn-box a {
            color: #fff;
            background: #bb0942 url("../imgs/news/icon1.png") no-repeat 60px center; }

@media screen and (max-width: 991.98px) {
  .menu-box ul li {
    padding: 0 1rem; }

  .list-box ul {
    margin-top: 2rem;
    margin-right: 0; }
    .list-box ul li {
      width: 100%; }
      .list-box ul li .card {
        width: calc(100% - 40px);
        height: auto;
        margin-left: 20px; }
        .list-box ul li .card img {
          width: 100%;
          height: auto; }
        .list-box ul li .card .card-body {
          margin-bottom: 3rem; }
          .list-box ul li .card .card-body h5 {
            line-height: 2.4rem;
            font-size: 1.4rem; }
          .list-box ul li .card .card-body .card-bottom {
            bottom: -1.5rem; }
            .list-box ul li .card .card-body .card-bottom .time {
              margin-top: 0.6rem; }
            .list-box ul li .card .card-body .card-bottom .time, .list-box ul li .card .card-body .card-bottom .btn-box a {
              font-size: 1.2rem; }
        .list-box ul li .card img {
          padding: 0; } }
/*************** framework *****************/
.framework-first-box {
  width: 100%;
  padding: 20px 0 50px 0;
  background: #fff; }
  .framework-first-box .right-content {
    text-align: left;
    font-size: 18px;
    line-height: 2em; }
    .framework-first-box .right-content .inner-content:first-child {
      margin-top: 0; }
    .framework-first-box .right-content .inner-content {
      margin-top: 1.3em; }
    .framework-first-box .right-content .inner-title {
      font-weight: bold;
      font-size: 24px; }

.banner-box {
  width: 100%;
  margin: 7rem 0 0 0; }

.group-introduction {
  padding: 3rem;
  background: #fff; }
  .group-introduction h3.info-title {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    text-align: left; }
  .group-introduction p {
    line-height: 48rpx;
    color: #333;
    text-indent: 2em; }

.framework-body {
  background: #f9fafc; }
  .framework-body .row {
    margin: 0;
    background: #fff; }
  .framework-body .col-md-6 {
    padding: 2rem 0 3rem 4rem; }
  .framework-body .col-md-12 {
    padding: 2rem 3rem; }
  .framework-body .list-box2 {
    padding-bottom: 7rem; }
    .framework-body .list-box2 ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1rem;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -10px; }
      .framework-body .list-box2 ul li {
        width: 33.333%; }
        .framework-body .list-box2 ul li .card {
          width: calc(100% - 20px);
          height: 550px;
          border: none;
          margin-top: 20px; }
          .framework-body .list-box2 ul li .card .img-box {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 302px; }
          .framework-body .list-box2 ul li .card img {
            width: 100%;
            height: 302px;
            transition: all 0.5s ease-out;
            /* 过度 所有css属性 1秒过度 结束慢*/
            -moz-transition: all 0.5s ease-out;
            /* Firefox 4 */
            -webkit-transition: all 0.5s ease-out;
            /* Safari 和 Chrome */
            -o-transition: all 0.5s ease-out; }
            .framework-body .list-box2 ul li .card img:hover {
              transform: scale(1.1, 1.1); }
          .framework-body .list-box2 ul li .card:hover {
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.2); }
          .framework-body .list-box2 ul li .card .card-body {
            padding: 0 1.5rem 0 1.5rem;
            text-align: left; }
            .framework-body .list-box2 ul li .card .card-body .card-title {
              margin-bottom: 0; }
            .framework-body .list-box2 ul li .card .card-body h5 {
              line-height: 70px;
              font-size: 24px;
              font-weight: bold;
              background: url("../imgs/framework/line.jpg") no-repeat bottom left; }
            .framework-body .list-box2 ul li .card .card-body p.card-text {
              height: 80px;
              line-height: 30px;
              font-size: 16px;
              color: #999;
              text-indent: 0;
              padding-top: 0;
              margin: 1rem 0 1.5rem 0; }
            .framework-body .list-box2 ul li .card .card-body a {
              position: relative;
              top: 0;
              display: block;
              width: 95px;
              line-height: 39px;
              color: #bb0942 !important;
              font-size: 14px;
              color: #999;
              text-align: left;
              padding-left: 20px;
              background: #f8e6ec url("../imgs/framework/point.png") no-repeat 60px center; }
            .framework-body .list-box2 ul li .card .card-body:hover {
              color: #bb0942; }
              .framework-body .list-box2 ul li .card .card-body:hover a {
                color: #fff !important;
                background: #bb0942 url("../imgs/framework/point2.png") no-repeat 60px center; }

@media screen and (max-width: 991.98px) {
  .banner {
    margin: 68px auto 0 auto; }

  .banner-box {
    margin: 2rem 0 0 0; }

  .group-introduction p {
    font-size: 1.2rem;
    padding: 0; }

  .framework-body .banner2 img {
    padding: 0; }
  .framework-body .col-md-6 {
    padding: 1.5rem; }
  .framework-body .col-md-12 {
    padding: 1.5rem; }
  .framework-body .info-box h3 {
    line-height: 2.4rem;
    font-size: 1.4rem; }
  .framework-body .info-box p {
    line-height: 2.5rem;
    font-size: 1.2rem; }
  .framework-body .list-box2 {
    padding-bottom: 1.5rem; }
    .framework-body .list-box2 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0; }
      .framework-body .list-box2 ul li {
        width: 100%;
        padding: 0 1.5rem; }
        .framework-body .list-box2 ul li .card {
          width: 100%;
          height: auto;
          padding-bottom: 3rem; }
          .framework-body .list-box2 ul li .card .img-box {
            height: auto; }
          .framework-body .list-box2 ul li .card .card-body a {
            font-size: 1.2rem; }
          .framework-body .list-box2 ul li .card .card-body p.card-text {
            height: auto;
            font-size: 1.2rem;
            padding: 0; }
          .framework-body .list-box2 ul li .card img {
            height: auto; }
        .framework-body .list-box2 ul li .card-img-top {
          padding: 0; } }

/*# sourceMappingURL=news.css.map */
