html {
  width: 100%; }

.main-title {
  width: 100%;
  height: 200px;
  background: #ECECEC;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .main-title {
      width: 1200px !important; } }
  .main-title .center-title {
    height: 100px;
    width: 1200px;
    margin: 50px auto; }
    @media screen and (max-width: 1200px) {
      .main-title .center-title {
        margin: 50px 0; } }
    .main-title .center-title .title-icon {
      display: inline-block;
      padding: 10px 5px;
      width: 80px;
      height: 80px; }
    .main-title .center-title .wechat-btn {
      position: relative;
      height: 100%;
      width: 100%;
      background: url(../../../common/img/index2/ICGZWM2.png) no-repeat center; }
      .main-title .center-title .wechat-btn .wechat-img {
        position: absolute;
        top: 100%;
        display: none;
        width: 100px;
        height: 100px;
        background: url(../../../common/img/wechat_img.png) no-repeat center;
        background-size: auto 100%;
        left: -15px;
        bottom: 0px; }
    .main-title .center-title .send-msg-btn {
      height: 100%;
      width: 100%;
      background: url(../../../common/img/index2/IC2JYHD.png) no-repeat center; }
    .main-title .center-title .title-logo {
      display: inline-block;
      width: 674px;
      height: 100px;
      padding: 0 45px;
      background: url(../../../common/img/index2/LOGO1.png) no-repeat center; }
      @media screen and (max-width: 1600px) {
        .main-title .center-title .title-logo {
          width: 660px;
          padding: 0 0px; } }
    .main-title .center-title .user-login {
      padding: 29px 5px;
      display: inline-block;
      height: 42px;
      width: 118px;
      background: url(../../../common/img/index2/IC3_USER.png) no-repeat center; }
    .main-title .center-title .separation {
      display: inline-block;
      height: 34px;
      padding: 35px 0px;
      font-size: 24px;
      vertical-align: bottom; }
    .main-title .center-title .search-icon {
      position: relative;
      padding: 35px 4px;
      display: inline-block;
      height: 30px;
      width: 30px;
      background: url(../../../common/img/index2/IC_SP.png) no-repeat center; }
      .main-title .center-title .search-icon .search-content {
        display: none;
        height: 40px;
        width: 190px;
        position: absolute; }
        .main-title .center-title .search-icon .search-content .search-input {
          display: inline-block;
          width: 140px;
          height: 40px;
          display: inline-block;
          vertical-align: top; }
          .main-title .center-title .search-icon .search-content .search-input input {
            height: 100%;
            width: 100%;
            color: #909090;
            font-size: 18px;
            background: #FFFFFF;
            box-sizing: border-box;
            margin: 0;
            padding-inline-start: 20px;
            border: none;
            box-shadow: none; }
        .main-title .center-title .search-icon .search-content .search-btn {
          width: 40px;
          height: 40px;
          background: #003D67;
          background-size: auto 100%;
          display: inline-block; }
          .main-title .center-title .search-icon .search-content .search-btn .icon-search {
            width: 42px;
            height: 42px;
            background: url(../../../common/img/ic_search_btn.png) no-repeat center;
            background-size: auto 100%;
            display: inline-block; }
          .main-title .center-title .search-icon .search-content .search-btn:hover {
            background: #003d67bf; }

.fix-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #003D67;
  padding: 20px 350px;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 9999; }
  .fix-nav ul {
    max-width: 1000px; }

.main-nav2 {
  height: 20px;
  background: #003D67;
  padding: 20px 300px;
  color: #FFFFFF;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    .main-nav2 {
      width: 1160px;
      padding: 20px; } }
  .main-nav2 a {
    color: #FFFFFF;
    display: inline-block; }
  .main-nav2 > ul {
    display: flex; }
    .main-nav2 > ul > li {
      flex: 1;
      position: relative;
      text-align: center;
      display: inline-block;
      height: 50px; }
      .main-nav2 > ul > li:nth-child(4) {
        flex: 1.1; }
      .main-nav2 > ul > li a {
        cursor: pointer; }
      .main-nav2 > ul > li span {
        padding: 0 20px; }
      .main-nav2 > ul > li > ul {
        min-width: 100px; }
      .main-nav2 > ul > li .width105 {
        width: 105%; }
      .main-nav2 > ul > li .width135 {
        width: 135%; }
      .main-nav2 > ul > li > ul {
        position: absolute;
        display: none;
        top: 45px;
        width: 100%;
        z-index: 555;
        text-align: center;
        background: #003961;
        padding: 10px 10px;
        line-height: 30px;
        box-shadow: 0px 4px 4px 4px rgba(3, 191, 232, 0.15); }
        .main-nav2 > ul > li > ul > li > a {
          width: 100%;
          border-bottom: 2px solid #003961; }
        .main-nav2 > ul > li > ul > li:hover a {
          border-bottom: 2px solid #fff; }

header {
  height: 100% !important; }

.main-img {
  width: 100%;
  height: 600px;
  background: url(../../../common/img/index2/IMG.png) no-repeat center;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .main-img {
      width: 1200px; } }
  .main-img .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 61, 103, 0) 0%, #003d67 100%); }
  .main-img .center-logo {
    position: absolute;
    top: 40px;
    left: 25%;
    width: 933px;
    height: 155px;
    background: url(../../../common/img/index2/IMG_TXT.png) no-repeat center; }
  .main-img .right-bottom-title {
    position: absolute;
    right: 0;
    margin-right: 10%;
    bottom: 10%;
    height: 85px;
    width: 557px;
    background: url(../../../common/img/index2/IC_CDFKX.png) no-repeat center; }

.mainBox {
  display: inherit;
  background: #ECECEC;
  position: relative;
  height: 2480px; }
  .mainBox .container {
    position: absolute;
    top: -45px;
    float: right;
    width: 1520px;
    height: 100.6%;
    min-height: 800px;
    display: inline-block;
    background: white;
    margin: 0 160px;
    border-radius: 8px 8px 0px 0px; }
    @media screen and (max-width: 1600px) {
      .mainBox .container {
        width: 1520px; } }
    @media screen and (max-width: 1200px) {
      .mainBox .container {
        width: 1140px; } }
    @media screen and (max-width: 1600px) {
      .mainBox .container {
        margin: 0 20px; } }
    .mainBox .container .main-content {
      padding: 15px 85px 15px 25px;
      background: white; }
      @media screen and (max-width: 1800px) {
        .mainBox .container .main-content {
          padding: 15px 35px 15px 15px; } }
      .mainBox .container .main-content .box-content {
        margin: 15px; }
      .mainBox .container .main-content .news-content {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left; }
        .mainBox .container .main-content .news-content .news-title {
          height: 60px;
          padding: 0 0 0 30px;
          font-size: 24px;
          font-family: PingFangSC-Semibold,PingFang SC;
          font-weight: 600;
          border-bottom: 1px solid #E5E5E5;
          color: #cfcfcf;
          cursor: pointer; }
          .mainBox .container .main-content .news-content .news-title > span {
            vertical-align: text-bottom;
            margin: 0 5px;
            float: left; }
            @media screen and (max-width: 1200px) {
              .mainBox .container .main-content .news-content .news-title > span {
                display: none; } }
          .mainBox .container .main-content .news-content .news-title .active {
            color: #002e5a; }
          .mainBox .container .main-content .news-content .news-title .more {
            float: right;
            font-size: 14px;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400;
            color: #666666;
            letter-spacing: 2px;
            padding-top: 15px;
            cursor: pointer; }
        .mainBox .container .main-content .news-content .news-list {
          margin: 15px 20px 50px 20px; }
          .mainBox .container .main-content .news-content .news-list > ul > li > a {
            margin: 5px 0;
            display: inline-block;
            -webkit-box-orient: vertical;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 100%;
            color: #333;
            text-align: left; }
            .mainBox .container .main-content .news-content .news-list > ul > li > a > span {
              font-family: PingFangSC-Medium,PingFang SC;
              font-weight: 500; }
              .mainBox .container .main-content .news-content .news-list > ul > li > a > span:nth-child(1) {
                display: block;
                width: 6px;
                height: 6px;
                background: #1969B2;
                float: left;
                margin-top: 8px;
                margin-right: 10px; }
              .mainBox .container .main-content .news-content .news-list > ul > li > a > span:nth-child(2) {
                font-size: 16px; }
              .mainBox .container .main-content .news-content .news-list > ul > li > a > span:nth-child(3) {
                font-size: 12px;
                float: right; }
      .mainBox .container .main-content .level-1 {
        display: flex; }
        .mainBox .container .main-content .level-1 .item-level-1 {
          flex: 1;
          width: 100%;
          height: 120px;
          background: #FFFFFF;
          border-radius: 8px; }
          .mainBox .container .main-content .level-1 .item-level-1 .item-level-1-img {
            width: 108px;
            height: 108px;
            margin: 6px 6px 6px 40px;
            display: inline-block; }
          .mainBox .container .main-content .level-1 .item-level-1 .sqrh-img {
            background: url(../../../common/img/sqru_img.png) no-repeat center;
            background-size: auto 100%; }
          .mainBox .container .main-content .level-1 .item-level-1 .pxxx-img {
            background: url(../../../common/img/pxxx_img.png) no-repeat center;
            background-size: auto 100%; }
          .mainBox .container .main-content .level-1 .item-level-1 .xmsc-img {
            background: url(../../../common/img/xmsc_img.png) no-repeat center;
            background-size: auto 100%; }
          .mainBox .container .main-content .level-1 .item-level-1 .cxfw-img {
            background: url(../../../common/img/cxfw_img.png) no-repeat center;
            background-size: auto 100%; }
          .mainBox .container .main-content .level-1 .item-level-1 .item-level-1-text {
            display: inline-block;
            vertical-align: top;
            margin-top: 10px;
            margin-left: 5px; }
            .mainBox .container .main-content .level-1 .item-level-1 .item-level-1-text > p {
              width: 110px;
              height: 26px;
              margin: 5px 0;
              font-size: 26px;
              font-family: SourceHanSansCN-Bold,SourceHanSansCN;
              font-weight: bold;
              color: #333333;
              line-height: 39px; }
            .mainBox .container .main-content .level-1 .item-level-1 .item-level-1-text > a {
              height: 22px;
              margin: 6px 0;
              font-size: 20px;
              font-family: SourceHanSansCN-Normal,SourceHanSansCN;
              font-weight: 400;
              color: #1969b2;
              line-height: 33px; }
      .mainBox .container .main-content .level-2 {
        display: flex; }
        .mainBox .container .main-content .level-2 .item-level-2 {
          flex: 2;
          width: 100%;
          height: 700px;
          background: #FFFFFF;
          border-radius: 8px; }
          .mainBox .container .main-content .level-2 .item-level-2 .level-4-list-tpl {
            line-height: 1.5; }
            .mainBox .container .main-content .level-2 .item-level-2 .level-4-list-tpl > li:nth-child(5) {
              padding-bottom: 30px;
              border-bottom: 1px dashed #E5E5E5; }
            .mainBox .container .main-content .level-2 .item-level-2 .level-4-list-tpl > li:nth-child(6) {
              padding-top: 30px; }
          .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) {
            flex: 1; }
            .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-title {
              width: 100%;
              height: 40px;
              float: left;
              margin: 18px;
              font-size: 24px;
              font-family: PingFangSC-Semibold,PingFang SC;
              font-weight: 600;
              border-bottom: 1px solid #E5E5E5;
              color: #002e5a;
              cursor: pointer; }
              .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-title span:nth-child(1) {
                float: left; }
              .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-title .more {
                float: right;
                font-size: 14px;
                font-family: PingFangSC-Regular,PingFang SC;
                font-weight: 400;
                color: #666666;
                letter-spacing: 2px;
                padding-top: 15px;
                cursor: pointer; }
            .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-img {
              width: 470px;
              height: 190px; }
            .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-list {
              margin: 15px 24px; }
              .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-list > ul > li > a {
                margin: 5px 0; }
                .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-list > ul > li > a > span {
                  font-family: PingFangSC-Medium,PingFang SC;
                  font-weight: 500; }
                  .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-list > ul > li > a > span:nth-child(1) {
                    display: inline-block;
                    width: 350px;
                    font-size: 16px;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-align: left; }
                  .mainBox .container .main-content .level-2 .item-level-2:nth-child(2) .news-list > ul > li > a > span:nth-child(2) {
                    font-size: 12px;
                    float: right; }
          .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content {
            width: 100%;
            height: 300px; }
            .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-img {
              width: 500px;
              height: 100%;
              display: inline-block;
              float: left; }
              @media screen and (max-width: 1200px) {
                .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-img {
                  width: 300px; } }
            .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-right-content {
              width: calc(100% - 500px); }
              @media screen and (max-width: 1200px) {
                .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-right-content {
                  width: calc(100% - 300px); } }
              .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-right-content .news-list > ul > li a {
                width: 100%; }
              .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-right-content .news-list > ul > li span:nth-child(2) {
                display: inline-block;
                width: 75%;
                -webkit-box-orient: vertical;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                height: 100%;
                color: #333;
                text-align: left; }
                @media screen and (max-width: 1200px) {
                  .mainBox .container .main-content .level-2 .item-level-2 .fxdt-content .news-right-content .news-list > ul > li span:nth-child(2) {
                    width: 70%; } }
          .mainBox .container .main-content .level-2 .item-level-2 .qycx-content .news-title {
            cursor: pointer;
            height: 90px;
            position: relative; }
          .mainBox .container .main-content .level-2 .item-level-2 .qycx-content input {
            display: block;
            float: right;
            height: 39px;
            width: 340px;
            color: #909090;
            font-size: 18px;
            background: #F8F8F8;
            box-sizing: border-box;
            margin-right: 40px;
            padding-inline-start: 40px;
            border: none;
            box-shadow: none; }
          .mainBox .container .main-content .level-2 .item-level-2 .qycx-content .search-icon {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 40px;
            background: url(../../../common/img/ic_data_search.png) no-repeat center;
            background-size: auto 100%; }
          .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) {
            flex: 1; }
            .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-title {
              width: 100%;
              height: 40px;
              margin: 15px;
              font-size: 24px;
              font-family: PingFangSC-Semibold,PingFang SC;
              font-weight: 600;
              border-bottom: 1px solid #E5E5E5;
              color: #002e5a;
              cursor: pointer; }
            .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-img {
              width: 470px;
              height: 190px; }
            .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-list {
              margin: 15px 24px; }
              .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-list > ul > li > a {
                margin: 5px 0; }
                .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-list > ul > li > a > span {
                  font-family: PingFangSC-Medium,PingFang SC;
                  font-weight: 500; }
                  .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-list > ul > li > a > span:nth-child(1) {
                    display: inline-block;
                    width: 350px;
                    font-size: 16px;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-align: left; }
                  .mainBox .container .main-content .level-2 .item-level-2 .qycx-content:nth-child(2) .news-list > ul > li > a > span:nth-child(2) {
                    font-size: 12px;
                    float: right; }
          .mainBox .container .main-content .level-2 .item-level-2 .qycx-content .list-content {
            width: auto;
            margin: 20px 40px 40px 40px; }
            @media screen and (max-width: 1200px) {
              .mainBox .container .main-content .level-2 .item-level-2 .qycx-content .list-content {
                margin: 0; } }
          .mainBox .container .main-content .level-2 .item-level-2 .level-3-list-tpl a {
            width: 430px; }
          .mainBox .container .main-content .level-2 .item-level-2 .level-3-list-tpl span:nth-child(2) {
            display: inline-block;
            width: 75%;
            -webkit-box-orient: vertical;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 100%;
            color: #333;
            text-align: left; }
      .mainBox .container .main-content .level-4 {
        display: flex; }
        .mainBox .container .main-content .level-4 .item-level-4 {
          flex: 1;
          width: 100%;
          height: 500px; }
          .mainBox .container .main-content .level-4 .item-level-4 .box-img {
            display: inline-block;
            float: left; }
          .mainBox .container .main-content .level-4 .item-level-4 .act-img {
            width: 200px;
            height: 260px;
            margin: 5px 15px 15px 15px;
            background: #FFFFFF;
            border-radius: 5px; }
          .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list {
            max-width: 400px; }
            @media screen and (max-width: 1200px) {
              .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list {
                max-width: 260px; } }
            .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list > ul > li:nth-child(5) {
              padding-bottom: 35px;
              border-bottom: 1px dashed #E5E5E5; }
            .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list > ul > li:nth-child(6) {
              padding-top: 35px; }
            .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list > ul > li a {
              width: 100%; }
            .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list > ul > li span:nth-child(2) {
              display: inline-block;
              width: 75%;
              -webkit-box-orient: vertical;
              display: inline-block;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              height: 100%;
              color: #333;
              text-align: left; }
              @media screen and (max-width: 1200px) {
                .mainBox .container .main-content .level-4 .item-level-4 .news-content .news-list > ul > li span:nth-child(2) {
                  width: 60%; } }
          .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) {
            flex: 1;
            background: #FFFFFF;
            border-radius: 8px; }
            .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-title {
              height: 60px;
              font-size: 24px;
              font-family: PingFangSC-Semibold,PingFang SC;
              font-weight: 600;
              border-bottom: 1px solid #E5E5E5;
              color: #002e5a;
              cursor: pointer; }
              .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-title .fk-icon {
                display: block;
                width: 12px;
                height: 12px;
                background: #1969B2;
                float: left;
                margin-top: 12px;
                margin-right: 10px; }
              .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-title .title {
                width: 450px;
                display: inline-block;
                float: left; }
                .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-title .title span:nth-child(2) {
                  float: left; }
                .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-title .title a {
                  float: right;
                  font-size: 14px;
                  font-family: PingFangSC-Regular,PingFang SC;
                  font-weight: 400;
                  color: #666666;
                  letter-spacing: 2px;
                  padding-top: 15px;
                  cursor: pointer; }
            .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content {
              width: 450px;
              display: inline-block;
              float: right;
              padding: 10px; }
              .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item {
                width: 550px;
                position: relative; }
                .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book {
                  width: 100%;
                  display: inline-block;
                  /*   border-bottom: 1px solid $lineColor ;*/
                  padding-bottom: 100px; }
                  .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .right-img {
                    width: 200px;
                    height: 300px;
                    display: inline-block;
                    float: left; }
                    .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .right-img img {
                      width: 100%;
                      height: 100%; }
                  .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .left-div {
                    width: 240px;
                    height: 300px;
                    display: inline-block;
                    float: right;
                    margin: 0 100px 0 0px; }
                    .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .left-div .left-content {
                      width: 100%;
                      margin-left: 15px;
                      font-size: 20px;
                      color: #afafaf; }
                      .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .left-div .left-content .title {
                        font-size: 22px;
                        color: #0C0C0C;
                        margin-bottom: 20px; }
                      .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .left-div .left-content .des {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 6;
                        -webkit-box-orient: vertical; }
                      .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .ele-book .left-div .left-content .download-file {
                        background: #1969B2;
                        color: #fff;
                        border-radius: 15px;
                        width: 100px;
                        margin: 20px auto;
                        padding: 5px;
                        text-align: center;
                        font-size: 16px;
                        cursor: pointer; }
                .mainBox .container .main-content .level-4 .item-level-4:nth-child(3) .news-content .dzsk-content .ele-book-item .swiper-pagination {
                  position: absolute;
                  bottom: -40;
                  width: 550px; }
    .mainBox .container .ad-company {
      height: 120px;
      background: url(../../../common/img/gxb.gif) no-repeat center;
      background-size: 100%; }
    .mainBox .container .icon-list {
      width: 1520px;
      margin: 0 auto;
      background: white; }
      @media screen and (max-width: 1200px) {
        .mainBox .container .icon-list {
          width: 1150px; } }
      .mainBox .container .icon-list .icon-item {
        height: 240px;
        width: 185px;
        display: inline-block; }
        @media screen and (max-width: 1200px) {
          .mainBox .container .icon-list .icon-item {
            height: 180px;
            width: 120px; } }
        .mainBox .container .icon-list .icon-item span {
          width: 96px;
          height: 22px;
          font-size: 22px;
          font-family: SourceHanSansCN-Medium,SourceHanSansCN;
          font-weight: 500;
          color: black;
          line-height: 33px;
          letter-spacing: 2px; }
        .mainBox .container .icon-list .icon-item .rhsq {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic1.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .rhsq {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .zzcx {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic2.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .zzcx {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .pxxx {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic3.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .pxxx {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .xmsc {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic4.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .xmsc {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .lszq {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic5.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .lszq {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .ztyj {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic6.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .ztyj {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .gxjzq {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic7.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .gxjzq {
              transform: scale(0.6);
              width: 125%; } }
        .mainBox .container .icon-list .icon-item .zwhfw {
          transform: scale(0.9);
          height: 100%;
          width: 100%;
          background: url(../../../common/img/index2/ic8.png) no-repeat center; }
          @media screen and (max-width: 1200px) {
            .mainBox .container .icon-list .icon-item .zwhfw {
              transform: scale(0.6);
              width: 125%; } }
    .mainBox .container .zcfg {
      width: 100%;
      height: 260px;
      background: #FFFFFF; }
      .mainBox .container .zcfg .zcfg-content {
        padding: 15px 140px 0px 140px; }
        @media screen and (max-width: 1200px) {
          .mainBox .container .zcfg .zcfg-content {
            padding: 15px 40px 0px 40px; } }
        .mainBox .container .zcfg .zcfg-content .news-title {
          height: 60px;
          margin: 15px;
          text-align: left;
          font-size: 24px;
          font-family: PingFangSC-Semibold,PingFang SC;
          font-weight: 600;
          border-bottom: 1px solid #E5E5E5;
          color: #002e5a;
          padding-top: 15px;
          cursor: pointer; }
        .mainBox .container .zcfg .zcfg-content .more {
          float: right;
          padding: 2px 15px;
          border-radius: 20px;
          border: 2px solid #002e5a;
          cursor: pointer; }
          .mainBox .container .zcfg .zcfg-content .more:hover {
            color: white;
            background: #002e5a; }
      .mainBox .container .zcfg .news-list {
        display: flex;
        margin: 15px; }
        .mainBox .container .zcfg .news-list .item-news {
          flex: 1;
          line-height: 2;
          font-size: 20px; }
          .mainBox .container .zcfg .news-list .item-news > a {
            display: inline-block;
            max-width: 320px;
            -webkit-box-orient: vertical;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #333;
            text-align: left; }
    .mainBox .container .hzwb {
      width: 100%;
      height: 490px;
      background: white; }
      .mainBox .container .hzwb .hzwb-content {
        margin: 0px 160px 0 160px; }
        @media screen and (max-width: 1200px) {
          .mainBox .container .hzwb .hzwb-content {
            margin: 0px 60px 0 60px; } }
        .mainBox .container .hzwb .hzwb-content .hzwb-title {
          height: 60px;
          width: 100%;
          font-size: 24px;
          font-family: PingFangSC-Semibold,PingFang SC;
          font-weight: 600;
          color: #002e5a;
          padding-top: 15px;
          display: inline-block;
          text-align: left; }
        .mainBox .container .hzwb .hzwb-content .hzwb-list {
          font-size: 18px;
          margin: 5px 20px;
          height: 80px; }
          .mainBox .container .hzwb .hzwb-content .hzwb-list > a {
            float: left;
            display: inline-block;
            margin: 5px 10px; }
  .mainBox .top {
    width: 54px;
    height: 54px;
    background: url(../../../common/img/ic_top.png) no-repeat center;
    background-size: auto 100%;
    bottom: 300px;
    right: 5%;
    top: 75%;
    display: block;
    position: fixed; }

.fk-icon {
  display: block;
  width: 12px;
  height: 12px;
  background: #1969B2;
  float: left;
  margin-top: 12px;
  margin-right: 10px; }

/*
%text-shadow {
  letter-spacing: 3px;
  text-shadow:4px 4px 0 white, 4px -4px 0 white, -4px -4px 0 white, -4px 4px 0 white, 4px 3px 0 white, 4px -3px 0 white, -4px -3px 0 white, -4px 3px 0 white, 4px 2px 0 white, 4px -2px 0 white, -4px -2px 0 white, -4px 2px 0 white, 4px 1px 0 white, 4px -1px 0 white, -4px -1px 0 white, -4px 1px 0 white, 4px 0px 0 white, 4px 0px 0 white, -4px 0px 0 white, -4px 0px 0 white, 3px 4px 0 white, 3px -4px 0 white, -3px -4px 0 white, -3px 4px 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px 2px 0 white, 3px -2px 0 white, -3px -2px 0 white, -3px 2px 0 white, 3px 1px 0 white, 3px -1px 0 white, -3px -1px 0 white, -3px 1px 0 white, 3px 0px 0 white, 3px 0px 0 white, -3px 0px 0 white, -3px 0px 0 white, 2px 4px 0 white, 2px -4px 0 white, -2px -4px 0 white, -2px 4px 0 white, 2px 3px 0 white, 2px -3px 0 white, -2px -3px 0 white, -2px 3px 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 0px 0 white, 2px 0px 0 white, -2px 0px 0 white, -2px 0px 0 white, 1px 4px 0 white, 1px -4px 0 white, -1px -4px 0 white, -1px 4px 0 white, 1px 3px 0 white, 1px -3px 0 white, -1px -3px 0 white, -1px 3px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 0px 4px 0 white, 0px -4px 0 white, 0px -4px 0 white, 0px 4px 0 white, 0px 3px 0 white, 0px -3px 0 white, 0px -3px 0 white, 0px 3px 0 white, 0px 2px 0 white, 0px -2px 0 white, 0px -2px 0 white, 0px 2px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0 0 0 white
  ;
}

.h-navs {
  display: flex;
}
.audio-animate {
  height: 80px;
  width: 200px;
  border: 1px solid #fff;
  margin: 20px 0;
  display: inline-block;
  > span {
    background-color: #fff;
    width: 2px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
  }
}

.music-all {
  margin: 0;
  margin-left: calc(100% - 150px);
}
.music-play, .music-no {
  object-fit: contain;
  width: 30px;
}
.domHide {
  display: none;
}

footer {
  background-color: #373B3A;
  padding: 10px 3%;
  font-size: 14px;
  color: #fff;
  .f-title {
    font-size: 16px;
    line-height: 40px;
  }
  .f-top {
    > div {
      display: flex;
      line-height: 70px;
      margin-left: calc(100% - 450px);
      img {
        margin-left: 5px;
        height: 70px;
      }
      p:not(:last-child) {
        margin-right: 50px;
      }
    }
  }
  .f-link {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    > div {
      flex: 1;
    }
    ul {
      color: rgba(255, 255, 255, 0.5);
      li {
        padding: 5px 0;
      }
    }
    a {
      color: #fff;
    }
    .box-link {
      display: flex;
      > ul {
        flex: 1;
        padding-left: 50px;
      }
    }
  }
  .f-bottom {
    display: flex;
    position: relative;
    > div  {
      display: flex;
      font-size: rem(20);
      position: absolute;
      right: 0;
      > p {
        margin:  0 50px;
        > a {
          color: #fff;
          font-size: rem(20);
        }
        &:last-child {
          margin-right: 0;
        }
      }
    }
    > p {
      width: 260px;
      color: #fff;
      font-size: rem(20);
      a {
        color: #fff;
        font-size: rem(20);
      }
      //flex: 2;
      line-height: 50px;
      text-align: right;
      &:nth-child(1) {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 8px;
        text-align: left;
        color: #fff;
      }
      &:nth-child(4) {
        flex: 2.5;
      }
      &:last-child {
        a {
          text-align: right;
        }
      }
    }
  }
  .f-link-bottom {
    display: flex;
    > p {
      text-align: left;
      // flex: 1;
      &:nth-child(2) {
        text-align: right;
        flex: 2;
      }
    }
  }
}

.mainBox{
  .left-menu{
    float: left;
    width: 60px;
    height: 100%;
    min-height: 800px;
    display: inline-block;
    background: $themeCdfx;
  }
  .right-container{
    float: right;
    width: calc(100% - 60px);;
    height: 100%;
    min-height: 800px;
    display: inline-block;
  }
}
.box-case {
  background-color: #f8f8f8;
  margin: 0 auto;
  .box-title {
    width: 100%;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    > img {
      width: auto !important;
      height: 80px;
    }
    > div {
      display: inline-block;
      margin-left: 10px;
      line-height: 35px;
      > p:nth-child(2) {
        font-size: 32px;
      }
    }
    > p {
      font-size: 18px;
      margin: 20px 0;
      padding-left: 20px;
    }

  }
  .box-case-img{
    display: flex;
    width: 100%;
    margin: 0 auto;
    > div {
      flex: 1;
      position: relative;
      img {
        width: 100%;
      }
    }
    .img-model {
      position: absolute;
      width: 500px;
      top: 240px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      border-radius: 20px;
      text-align: center;
      a {
        color: #fff;
      }
      > p:nth-child(1) {
        font-size: 30px;
        border: 2px solid $red;
        &:hover {
          background-color: $red;
        }
        > a {
          padding: 20px 0;
        }
      }
      > p:nth-child(2) {
        margin-top: 30px;
        font-size: 16px;
        padding: 10px 0;
        > span {
          margin-right: 20px;
        }
      }
      > p:nth-child(3) {
        font-size: 16px;
        padding: 10px 0;
        > span {
          font-size: 30px;
          padding: 0 8px;
        }
      }
    }
  }
}

.box-names {
  background-color: $red;
  margin: 30px 0 ;
  margin: 0 auto;
  padding: 30px 10%;
  display: flex;
  > a {
    position: relative;
    &:first-child {
      margin-right: 30px;
    }
    > img {
      width: 100%;
    }
    >.img-text {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      width: 80%;
      left: 10%;
      color: #fff;
      font-size: 16px;
    }
  }
}

.box-article {
  display: flex;
  background-color: #f8f8f8;
  padding: 50px 0;
  .box-title {
    text-align: left;
    font-size: 28px;
    color: #B21A23;
  }
  > .box-article-left {
    width: 60%;
    margin-left: 10%;
    padding-right: 30px;
  }
  > .box-article-right {
    width: 30%;
    text-align: right;
    > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .article-item {
    margin-top: 20px;
    padding: 40px;
    background-color: #fff;
    .article-title {
      text-align: center;
      font-size: 28px;
      &+p {
        line-height: 50px;
        text-align: center;
        > span {
          margin-right: 20px;
        }
      }
    }
    .article-content {
      line-height: 2em;
      height: 560px;
      overflow: hidden;
      img {
        display: none;
      }
    }
    .article-footer {
      margin-top: 30px;
      line-height: 30px;
      font-size: 28px;
      color: $red;
      cursor: pointer;
      > a {
        color: #e1162c;
      }
    }
  }
}
.swiper-nav {
  .swiper-pagination {
    text-align: left;
    padding-left: 10%;
    bottom: 10%;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 10px !important;
  }
  .swiper-pagination-bullet-active {
    background: #c0161e;
    width: 50px;
    border-radius: 5px;
  }

  .swiper-slide {
    position: relative;
  }

  .swiper-text {
    position: absolute;
    top: 0;
    width: 900px;
    height: 100%;
    padding-left: 80px;
    padding-top: 150px;
    > p:nth-child(1) {
      font-size: 18px;
      color: #ffffff;
      font-size: 42px;
      text-shadow:4px 4px 0 #ab1908, 4px -4px 0 #ab1908, -4px -4px 0 #ab1908, -4px 4px 0 #ab1908, 4px 3px 0 #ab1908, 4px -3px 0 #ab1908, -4px -3px 0 #ab1908, -4px 3px 0 #ab1908, 4px 2px 0 #ab1908, 4px -2px 0 #ab1908, -4px -2px 0 #ab1908, -4px 2px 0 #ab1908, 4px 1px 0 #ab1908, 4px -1px 0 #ab1908, -4px -1px 0 #ab1908, -4px 1px 0 #ab1908, 4px 0px 0 #ab1908, 4px 0px 0 #ab1908, -4px 0px 0 #ab1908, -4px 0px 0 #ab1908, 3px 4px 0 #ab1908, 3px -4px 0 #ab1908, -3px -4px 0 #ab1908, -3px 4px 0 #ab1908, 3px 3px 0 #ab1908, 3px -3px 0 #ab1908, -3px -3px 0 #ab1908, -3px 3px 0 #ab1908, 3px 2px 0 #ab1908, 3px -2px 0 #ab1908, -3px -2px 0 #ab1908, -3px 2px 0 #ab1908, 3px 1px 0 #ab1908, 3px -1px 0 #ab1908, -3px -1px 0 #ab1908, -3px 1px 0 #ab1908, 3px 0px 0 #ab1908, 3px 0px 0 #ab1908, -3px 0px 0 #ab1908, -3px 0px 0 #ab1908, 2px 4px 0 #ab1908, 2px -4px 0 #ab1908, -2px -4px 0 #ab1908, -2px 4px 0 #ab1908, 2px 3px 0 #ab1908, 2px -3px 0 #ab1908, -2px -3px 0 #ab1908, -2px 3px 0 #ab1908, 2px 2px 0 #ab1908, 2px -2px 0 #ab1908, -2px -2px 0 #ab1908, -2px 2px 0 #ab1908, 2px 1px 0 #ab1908, 2px -1px 0 #ab1908, -2px -1px 0 #ab1908, -2px 1px 0 #ab1908, 2px 0px 0 #ab1908, 2px 0px 0 #ab1908, -2px 0px 0 #ab1908, -2px 0px 0 #ab1908, 1px 4px 0 #ab1908, 1px -4px 0 #ab1908, -1px -4px 0 #ab1908, -1px 4px 0 #ab1908, 1px 3px 0 #ab1908, 1px -3px 0 #ab1908, -1px -3px 0 #ab1908, -1px 3px 0 #ab1908, 1px 2px 0 #ab1908, 1px -2px 0 #ab1908, -1px -2px 0 #ab1908, -1px 2px 0 #ab1908, 1px 1px 0 #ab1908, 1px -1px 0 #ab1908, -1px -1px 0 #ab1908, -1px 1px 0 #ab1908, 1px 0px 0 #ab1908, 1px 0px 0 #ab1908, -1px 0px 0 #ab1908, -1px 0px 0 #ab1908, 0px 4px 0 #ab1908, 0px -4px 0 #ab1908, 0px -4px 0 #ab1908, 0px 4px 0 #ab1908, 0px 3px 0 #ab1908, 0px -3px 0 #ab1908, 0px -3px 0 #ab1908, 0px 3px 0 #ab1908, 0px 2px 0 #ab1908, 0px -2px 0 #ab1908, 0px -2px 0 #ab1908, 0px 2px 0 #ab1908, 0px 1px 0 #ab1908, 0px -1px 0 #ab1908, 0px -1px 0 #ab1908, 0px 1px 0 #ab1908, 0px 0px 0 #ab1908, 0px 0px 0 #ab1908, 0px 0px 0 #ab1908, 0px 0px 0 #ab1908, 0 0 0 #ab1908
    }
    > p:nth-child(2) {
      line-height: 50px;
      > span {
        margin-right: 30px;
      }
    }
    .ccp-button {
      width: 300px;
      margin-top: 50px;
      font-size: 24px;
      border-color: #cb1119;
      background-color: #cb1119;
      padding: 0;
      text-align: left;
      &:hover {
       a {
        background-color: transparent;
        color: #fff;
       }
       .layui-icon {
          color: #fff;
        }
      }
      a {
        padding: 15px 30px;
        width: 100%;
        display: inline-block;
        color: #fff;
        background-color: rgba(0,0,0,0.2);
         > span {
          margin-right: 80px;
         }
      }
      .layui-icon {
        color: #fff;
      }
    }
  }
}

.menu{
  font-size: 40px;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  background: #a61805;
  position: relative;
  > div {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    height: 170px;
    width: 280px;
    background: #ddd;
    right: 10px;
    bottom: -10px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    > p:nth-child(1) {
      text-align: right;
      font-size: 30px;
      background: #a61805de;
      color: #fff;
      padding-right: 10px;
      > span {
        cursor: pointer;
      }
    }
    > p:last-child {
      padding: 0 10px;
      padding-top: 20px;
      font-size: 20px;
    }
  }
  a{
    line-height: 75px;
    width: rem(278);
    height: rem(75);
    outline: none;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    margin: 0 rem(30);
    color: #fff;
    border-radius: 8px;
    &:hover{
      background-color: #e71d1d;
    }
  }
}

.notice{
  min-width: 1200px;
  width: 80%;
  height: 80vh;
  min-height: 500px;
  position: fixed;
  z-index: 9999;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  //background: rgba(0, 0, 0, 0.4);
  background: rgba(183,24,29,.85);
  display: flex;
  justify-content: center;
  > div{
    //background: #fff;
    padding: rem(30) rem(40) rem(40) rem(40);
    width: 80%;
    color: #fff;
    position: relative;
    @at-root .notice__title{
      font-size: rem(120);
      text-align: center;
      //color: #333;
      position: relative;
      @at-root .notice__close{
        position: absolute;
        right: 0;
        top: 50%;
        font-size: rem(40);
        transform: translateY(-50%);
        cursor: pointer;
        transition: .3s;
        &:hover, &:active{
          opacity: .85;
        }
      }
    }
    @at-root .notice__content{
      font-size: rem(32);
      //color: #666;
      text-indent: 2em;
      margin-top: rem(40);
      line-height: 1.8;
    }
  }
}

.notice-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.notice-xichang {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 80vh;
  text-align: center;
  padding: 20px 20px;
  // min-width: 1200px;
  // min-height: 600px;

  margin: 10vh auto 10vh;
  // position: absolute;
  // left: 50%;
  // top: 50%;
  // transform: translate(-50%, -50%);

  background-color: #333333;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  .notice-title {
    text-align: center;
    font-size: rem2(30);
    position: relative;
    > p {
      font-weight: bold;
      font-size: rem2(60);
      padding: rem2(20);
      letter-spacing: 2px;
    }
    .notice-close {
      position: absolute;
      top: 0px;
      right: rem2(10);
      font-size: rem2(50);
      cursor: default;
      z-index: 1;
      &:hover {
        color: rgba(255, 255, 255, 0.8);
      }
    }
  }
  .notice-content {
    flex-grow: 1;
    width: 100%;
    margin: 0 auto;
    display: grid;
    padding: 0 rem2(20);
    padding-bottom: rem2(30);
    height: calc(100% - 110px);
    // grid-template-columns: 50px 50px 50px 50px;
    // grid-template-rows: 50px 50px;
    // grid-template-columns: 480px 346px 356px 266px;
    // grid-template-rows: 280px 280px;
    grid-template-columns: 35% 23% 23% 19%;
    grid-template-rows: 50% 50%;
    > div {
      border: rem2(1) solid #fff;
      color: #ffffff;
      text-align: center;
    }
    > div:nth-child(1) {
      grid-row-start: 1;
      grid-row-end: 3;
      background: url("../../../common/img/xichang/scene-1.png") center center no-repeat;
      background-size: cover;
      border-right: 0;
    }
    > div:nth-child(2) {
      grid-column-start: 2;
      grid-column-end: 4;
      background: url("../../../common/img/xichang/scene-2.png") center center no-repeat;
      background-size: cover;
    }
    > div:nth-child(3) {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 4;
      background: url("../../../common/img/xichang/scene-3.png") center center no-repeat;
      background-size: cover;
      position: relative;
      overflow: hidden;
      .candle-lantern {
        width: rem2(50);
        transform: rotate(-20deg) translateX(-50%);
        bottom: 38%;
        position: absolute;
        opacity: 0;
      }
      > .img-candle {
        width: rem2(100);
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        > img {
          display: block;
        }
        .candle {
          width: rem2(60);
          margin: 0 auto;
        }
        .candle-fire {
          position: relative;
          top: rem2(28);
          margin: 0 auto;
          animation: candleFire 3s  linear infinite;
        }
        > p {
          font-size: rem2(20);
          margin-top:rem2(10);
          cursor: default;
          &:hover {
            color: rgba(255, 255, 255, 0.9);
          }
        }
        .little-text{
          font-size: rem2(14);
        }
      }
    }
    > div:nth-child(4) {
      background: url("../../../common/img/xichang/scene-4.png") center center no-repeat;
      background-size: 100% 100%;
    }
    > div:nth-child(5) {
      background: url("../../../common/img/xichang/scene-5.png") center center no-repeat;
      background-size: 100% 100%;
    }
  }
  .notice-model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    > img {
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    > img:nth-child(1) {
      left: 10%;
      // bottom: -100%;
      bottom: 50%
    }

    > img:nth-child(2) {
      left: 40%;
      // bottom: -100%;
      bottom: 60%
    }

    > img:nth-child(3) {
      bottom: -100%;
      left: 80%;
    }
  }
}

// .notice-xichang_mobile {
//   width: 1200px;
//   height: 600px;
//   transform: translate(0);
//   top: 115px;
//   left: 0;
// }

// @media screen and (max-width: 1400px) {
//   .notice-xichang_mobile {
//     width: 1200px;
//     height: 600px;
//     transform: translate(0);
//     top: 115px;
//     left: 0;
//   }
// }

.bounceInDown {
  animation: bounceInDown 1s linear 1 forwards;
  -webkit-animation: bounceInDown 1s linear 1 forwards;
}

.bounceInDown2 {
  animation: bounceInDown2 1s linear 1 forwards;
  -webkit-animation: bounceInDown2 1s linear 1 forwards;
}

.animateCandle_lantern {
  animation: animateCandle_lantern 3s linear 1 forwards;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    transform: translateY(-75%);
  }

  80% {
    opacity: 1;
    transform: translateY(-25%) ;
  }

  100% {
    opacity: 1;
    transform: translateY(0%) ;
  }
}

@keyframes bounceInDown2 {
  0% {
    opacity: 0;
    top: -2000px;
  }

  60% {
    opacity: 1;
    top: 80px;
  }

  80% {
    opacity: 1;
    top: 95px;
  }

  100% {
    opacity: 1;
    top: 115px;
  }
}

@keyframes candleFire {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateCandle_lantern {
  0% {
    bottom: 38%;
    opacity: 1;
  }
  80% {
    bottom: 80%;
    opacity: 1;
  }
  100% {
    bottom: 95%;
    opacity: 0;
  }
}

#cnzz_stat_icon_1278744005{
  padding-top: 4px;
}
*/

/*# sourceMappingURL=index2.css.map */
