.content {
  width: 100%;
  overflow: hidden; }
  .content .banner {
    width: 100%;
    height: 659px;
    position: relative;
    background-image: url(../images/banner_03.png);
    background-size: cover;
    background-position: center center;
    z-index: 99; }
    .content .banner ul {
      width: 1400px;
      height: 78px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 72px;
      display: flex;
      align-items: center; }
      .content .banner ul li {
        flex: 1;
        position: relative;
        height: 100%; }
        .content .banner ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          letter-spacing: 2px;
          width: 100%;
          font-size: 30px;
          font-weight: bold;
          color: #fff; }
          .content .banner ul li a img {
            margin-right: 8px; }
  .content .main_box {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: -106px; }
    .content .main_box .main_info {
      width: 100%;
      overflow: hidden;
      background-image: url(../images/icon18.png);
      background-repeat: no-repeat;
      background-position: right -65px top -115px;
      padding: 90px 0 84px 0; }
      .content .main_box .main_info .m {
        width: 1400px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto; }
        .content .main_box .main_info .m .pictrue {
          width: 837px;
          height: 468px;
          position: relative; }
          .content .main_box .main_info .m .pictrue img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .content .main_box .main_info .m .font {
          width: 542px;
          min-height: 468px;
          background: #F5FAFF;
          border: 1px solid #D6DFFF;
          padding: 68px 36px 20px 48px; }
          .content .main_box .main_info .m .font img {
            display: block;
            margin-bottom: 20px; }
          .content .main_box .main_info .m .font span {
            display: block;
            font-size: 22px;
            color: #333333;
            padding-left: 12px;
            line-height: 40px;
            text-indent: 40px; }
  .content .tong_title {
    width: 422px;
    height: 92px;
    background-image: url(../images/titlebg.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -46px;
    padding-top: 16px; }
    .content .tong_title p {
      text-align: center;
      font-size: 42px;
      color: #fff;
      font-family: lm; }
    .content .tong_title span {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      font-family: lm;
      opacity: 0.6;
      color: #fff;
      text-align: center; }
  .content .main_publicize {
    width: 100%;
    padding: 121px 0 68px 0;
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .content .main_publicize .m {
      width: 1400px;
      margin: 0 auto;
      position: relative;
      background: #fff;
      padding: 81px 45px 46px 45px;
      box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1); }
      .content .main_publicize .m .title {
        width: 422px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -51px; }
      .content .main_publicize .m .boxs {
        width: 100%;
        display: flex;
        margin-top: 35px;
        justify-content: space-between; }
        .content .main_publicize .m .boxs .left {
          width: 645px;
          overflow: hidden;
          height: 389px; }
          .content .main_publicize .m .boxs .left img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .content .main_publicize .m .boxs .mid {
          width: 240px;
          overflow: hidden;
          height: 389px; }
          .content .main_publicize .m .boxs .mid img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .content .main_publicize .m .boxs .right {
          width: 364px; }
          .content .main_publicize .m .boxs .right img {
            display: block;
            width: 100%;
            height: 179px;
            object-fit: cover;
            margin-bottom: 29px; }
            .content .main_publicize .m .boxs .right img:last-child {
              margin-bottom: 0; }
      .content .main_publicize .m .font {
        overflow: hidden;
        padding: 24px 36px;
        background: #F0F8FF; }
        .content .main_publicize .m .font p {
          text-align: center;
          font-size: 30px;
          color: #2034B3;
          font-family: lm;
          margin-bottom: 10px; }
        .content .main_publicize .m .font span {
          display: block;
          font-size: 24px;
          color: #2034B3;
          line-height: 1.6; }
  .content .main_awards {
    width: 100%;
    padding: 124px 0 77px 0;
    background-image: url(../images/icon7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .content .main_awards .m {
      width: 1400px;
      margin: 0 auto;
      position: relative;
      background: #fff;
      padding: 73px 45px 138px 45px; }
      .content .main_awards .m .title {
        width: 422px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -51px; }
      .content .main_awards .m .bot {
        width: 100%;
        height: 108px;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
        background: #D1E7FF;
        font-size: 24px;
        color: #214685; }
      .content .main_awards .m .slide {
        width: 100%;
        position: relative; }
        .content .main_awards .m .slide .btn {
          cursor: pointer;
          position: absolute;
          z-index: 999;
          top: 50%;
          transform: translateY(-50%); }
          .content .main_awards .m .slide .btn.prev {
            left: 0; }
          .content .main_awards .m .slide .btn.next {
            right: 0; }
        .content .main_awards .m .slide .mySwiper1 {
          width: 100%;
          overflow: hidden; }
          .content .main_awards .m .slide .mySwiper1 .swiper-slide {
            width: 418px;
            margin-right: 28px; }
            .content .main_awards .m .slide .mySwiper1 .swiper-slide .label {
              overflow: hidden;
              width: 100%;
              position: relative;
              padding-top: 23px; }
              .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .pic {
                width: 100%;
                height: 218px;
                position: relative; }
                .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .pic div {
                  width: 220px;
                  height: 46px;
                  background-image: url(../images/icon5.png);
                  background-size: 100% 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 30px;
                  color: #fff;
                  font-weight: bold;
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  top: -23px; }
                .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .pic img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .font {
                overflow: hidden;
                display: flex;
                justify-content: space-between;
                margin-top: 15px; }
                .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .font > div {
                  flex: 1; }
                  .content .main_awards .m .slide .mySwiper1 .swiper-slide .label .font > div span {
                    display: block;
                    font-size: 18px;
                    color: #333333;
                    line-height: 1.6; }
  .content .main_jiabin {
    width: 100%;
    padding: 124px 0 28px 0;
    background-image: url(../images/bbws_03.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center; }
    .content .main_jiabin .m {
      width: 1400px;
      margin: 0 auto;
      position: relative;
      background: #fff;
      padding: 74px 45px 50px 45px; }
      .content .main_jiabin .m .title {
        width: 422px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -51px; }
      .content .main_jiabin .m > p {
        font-size: 24px;
        line-height: 35px;
        color: #333333;
        padding: 0 50px;
        box-sizing: border-box;
        margin-bottom: 32px; }
      .content .main_jiabin .m .slide {
        width: 100%;
        display: flex; }
        .content .main_jiabin .m .slide div {
          padding-left: 7px;
          width: calc((100% - 340px) / 6);
          transition: all .2s;
          height: 518px; }
          .content .main_jiabin .m .slide div:first-child {
            padding-left: 0; }
          .content .main_jiabin .m .slide div.on {
            width: 340px;
            height: 518px; }
          .content .main_jiabin .m .slide div img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
  .content .main_show {
    width: 100%;
    padding: 124px 0 84px 0;
    background-image: url(../images/icon17.png);
    background-size: cover;
    background-position: center center; }
    .content .main_show .m {
      width: 1400px;
      margin: 0 auto;
      position: relative;
      background: #fff;
      padding: 74px 34px 62px 34px; }
      .content .main_show .m .title {
        width: 422px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -51px; }
      .content .main_show .m .font {
        width: 100%;
        overflow: hidden;
        padding: 15px 55px;
        background: #F0F8FF;
        font-size: 24px;
        color: #2034B3;
        line-height: 35px;
        text-indent: 35px; }
      .content .main_show .m .slide {
        width: 100%;
        position: relative;
        margin-top: 38px; }
        .content .main_show .m .slide .btn {
          cursor: pointer;
          position: absolute;
          z-index: 999;
          top: 50%;
          transform: translateY(-50%); }
          .content .main_show .m .slide .btn.prev {
            left: 137px; }
          .content .main_show .m .slide .btn.next {
            right: 137px; }
        .content .main_show .m .slide .mySwiper {
          width: 100%;
          overflow: hidden; }
          .content .main_show .m .slide .mySwiper .swiper-slide {
            width: 785px;
            height: 457px; }
            .content .main_show .m .slide .mySwiper .swiper-slide .label {
              width: 100%;
              height: 100%;
              position: relative; }
              .content .main_show .m .slide .mySwiper .swiper-slide .label img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover; }
              .content .main_show .m .slide .mySwiper .swiper-slide .label div {
                width: 100%;
                padding: 18px;
                line-height: 40px;
                text-align: center;
                font-size: 27px;
                color: #fff;
                background: rgba(0, 0, 0, 0.6);
                font-weight: bold;
                position: absolute;
                left: 0;
                bottom: 0; }

/*# sourceMappingURL=css.css.map */
