@charset "UTF-8";
div {
  box-sizing: border-box; }

a {
  color: #333; }

.headbox {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.3) 100%); }
  .headbox .logobox {
    padding: 10px; }
    .headbox .logobox .logo {
      height: 50px; }
  .headbox .am-menu-offcanvas1 .am-menu-toggle {
    top: -58px;
    right: 10px; }
  .headbox .am-offcanvas-bar {
    background: #fff; }
  .headbox .am-menu-offcanvas1 .am-menu-nav > li > a {
    color: #333;
    text-shadow: 0 0 0; }
  .headbox .am-menu-offcanvas1 .am-menu-nav > .am-open > a, .headbox .am-menu-offcanvas1 .am-menu-nav > li > a:hover, .headbox .am-menu-offcanvas1 .am-menu-nav > li > a:focus {
    background: #0575C0;
    color: #fff; }
  .headbox .am-menu-offcanvas1 .am-menu-sub {
    background: #aad1ec;
    color: #333; }
  .headbox .am-menu-offcanvas1 .am-menu-sub a {
    color: #333; }
  .headbox .am-offcanvas .menulogobox {
    padding: 20px; }
    .headbox .am-offcanvas .menulogobox .logo {
      width: 80%; }

.headbox_nei {
  background: #fff; }
  .headbox_nei .logobox {
    padding: 10px;
    display: flex;
    align-items: center; }
    .headbox_nei .logobox .logo {
      height: 40px; }
    .headbox_nei .logobox .line {
      display: block;
      width: 1px;
      height: 30px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #333333, rgba(255, 255, 255, 0));
      margin: 0 10px; }
    .headbox_nei .logobox .xytitle {
      font-size: 18px;
      font-weight: 800;
      color: #006CB8;
      font-family: "LiSu", "STLiti", "STFangsong", cursive; }
  .headbox_nei .am-menu-offcanvas1 .am-menu-toggle {
    top: -50px;
    right: 10px; }

.indexnewsbox {
  background: #f1f1f1;
  padding-top: 30px; }
  .indexnewsbox .titlebox {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .indexnewsbox .titlebox .title {
      font-size: 32px;
      font-weight: bold; }
    .indexnewsbox .titlebox .en {
      color: #999;
      font-size: 14px;
      font-weight: 100;
      margin-top: 5px;
      position: relative; }
      .indexnewsbox .titlebox .en::after {
        content: "";
        width: 50px;
        height: 5px;
        background: #0072BF;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -25px; }
  .indexnewsbox .tablist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0; }
    .indexnewsbox .tablist .item {
      background: #fff;
      padding: 6px 15px;
      border-radius: 60px;
      margin: 0 10px;
      border: 1px solid #f1f1f1;
      box-shadow: 0 2px 10px #ebebeb;
      font-size: 14px; }
      .indexnewsbox .tablist .item:hover {
        color: #fff;
        background: #087EC3; }
      .indexnewsbox .tablist .item.active {
        color: #fff;
        background: #087EC3; }
  .indexnewsbox .contentbox {
    padding: 0 20px; }
    .indexnewsbox .contentbox .listbox {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .indexnewsbox .contentbox .listbox .item {
        background: #fff;
        width: 48%;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
        .indexnewsbox .contentbox .listbox .item.active {
          background: #087EC3;
          color: #fff; }
          .indexnewsbox .contentbox .listbox .item.active .date {
            color: #fff; }
          .indexnewsbox .contentbox .listbox .item.active .title {
            color: #fff; }
          .indexnewsbox .contentbox .listbox .item.active .txt {
            color: #fff; }
        .indexnewsbox .contentbox .listbox .item .date {
          color: #9B9CA1; }
          .indexnewsbox .contentbox .listbox .item .date .dd {
            font-size: 30px; }
          .indexnewsbox .contentbox .listbox .item .date .year {
            font-size: 14px;
            font-weight: 100; }
        .indexnewsbox .contentbox .listbox .item .title {
          font-size: 14px;
          margin-top: 30px;
          color: #383838;
          font-weight: 500; }
  .indexnewsbox .meitibaodaobox {
    background: #fff;
    margin-top: 30px;
    padding: 30px 0px;
    border-radius: 10px; }
    .indexnewsbox .meitibaodaobox .titlebox {
      text-align: center;
      border-bottom: 1px solid #ccc;
      width: 280px;
      margin: 0 auto;
      padding-bottom: 20px; }
      .indexnewsbox .meitibaodaobox .titlebox .title {
        font-size: 32px;
        font-weight: bold; }
      .indexnewsbox .meitibaodaobox .titlebox .en {
        color: #999;
        font-size: 14px;
        font-weight: 100;
        margin-top: 5px;
        position: relative; }
        .indexnewsbox .meitibaodaobox .titlebox .en::after {
          content: "";
          width: 50px;
          height: 5px;
          background: #0072BF;
          position: absolute;
          bottom: -23px;
          left: 50%;
          margin-left: -25px; }
    .indexnewsbox .meitibaodaobox .descbox {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px; }
      .indexnewsbox .meitibaodaobox .descbox .more {
        width: 155px;
        height: 40px;
        border: 1px solid #3587e6;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3587e6;
        border-radius: 5px;
        font-size: 14px; }
        .indexnewsbox .meitibaodaobox .descbox .more .moreicon {
          width: 24px;
          height: 24px;
          margin-left: 20px; }
        .indexnewsbox .meitibaodaobox .descbox .more:hover {
          background: #087EC3;
          color: #fff; }
    .indexnewsbox .meitibaodaobox .listbox {
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      margin-top: 30px; }
      .indexnewsbox .meitibaodaobox .listbox .item {
        width: 48%; }
        .indexnewsbox .meitibaodaobox .listbox .item .thumbox {
          width: 100%;
          height: 250px;
          overflow: hidden;
          border-radius: 10px; }
          .indexnewsbox .meitibaodaobox .listbox .item .thumbox .thumb {
            width: 100%;
            height: 250px;
            transition: transform 0.3s ease-in-out;
            object-fit: cover;
            object-position: center; }
            .indexnewsbox .meitibaodaobox .listbox .item .thumbox .thumb:hover {
              transform: scale(1.2); }
        .indexnewsbox .meitibaodaobox .listbox .item .date {
          color: #087EC3;
          padding: 10px 0; }
        .indexnewsbox .meitibaodaobox .listbox .item .title {
          font-size: 16px;
          color: #383838;
          font-weight: 500; }

.indexaboutbox {
  background: #fafafa url(/app/themes/pc/images/index_aboutbg.png?ver=2) no-repeat bottom center;
  background-size: 100% 100%;
  padding: 20px 0; }
  .indexaboutbox .titlebox {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .indexaboutbox .titlebox .title {
      font-size: 32px;
      font-weight: bold; }
    .indexaboutbox .titlebox .en {
      color: #999;
      font-size: 14px;
      font-weight: 100;
      margin-top: 5px;
      position: relative; }
      .indexaboutbox .titlebox .en::after {
        content: "";
        width: 50px;
        height: 5px;
        background: #0072BF;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -25px; }
  .indexaboutbox .descbox {
    text-align: center;
    width: 100%;
    padding: 30px;
    color: #5B5B5B;
    line-height: 25px; }
  .indexaboutbox .databox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden; }
    .indexaboutbox .databox .item {
      width: 140px;
      transition: all .1s ease;
      margin: 0 15px; }
      .indexaboutbox .databox .item .thumbbox .thumb {
        width: 140px;
        height: 140px;
        border-radius: 50%; }
      .indexaboutbox .databox .item .infobox {
        margin-top: 20px;
        text-align: center; }
        .indexaboutbox .databox .item .infobox .numberbox {
          display: flex;
          justify-content: center; }
          .indexaboutbox .databox .item .infobox .numberbox .number {
            font-size: 24px;
            font-weight: bold;
            color: #999; }
          .indexaboutbox .databox .item .infobox .numberbox span {
            color: #999; }
        .indexaboutbox .databox .item .infobox .title {
          color: #999;
          text-align: center; }
      .indexaboutbox .databox .item.item2 {
        margin: 0 10px; }
        .indexaboutbox .databox .item.item2 .thumbbox .thumb {
          width: 120px;
          height: 120px;
          border-radius: 50%; }

.indexrecruitbox {
  background: #fff url(/app/themes/pc/images/index_zhaoshengbg.png?ver=2) no-repeat bottom center;
  background-size: 100% 100%;
  height: 200px;
  overflow: hidden;
  width: 100%; }
  .indexrecruitbox .titlebox {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 40px; }
    .indexrecruitbox .titlebox .title {
      font-size: 32px;
      color: #fff;
      font-weight: bold; }
    .indexrecruitbox .titlebox .en {
      color: #fff;
      font-size: 14px;
      font-weight: 100;
      margin-top: 5px;
      position: relative; }
      .indexrecruitbox .titlebox .en::after {
        content: "";
        width: 50px;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -25px; }

.indexzhaoshenglistbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px; }
  .indexzhaoshenglistbox .item {
    width: 48%;
    background: #F5F5F5;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px; }
    .indexzhaoshenglistbox .item::after {
      position: absolute;
      content: "";
      background: #087EC3;
      width: 5px;
      height: 5px;
      top: 37px;
      left: 30px; }
    .indexzhaoshenglistbox .item .title {
      font-size: 16px;
      font-weight: 500; }
    .indexzhaoshenglistbox .item .date {
      color: #999;
      margin-top: 5px; }
    .indexzhaoshenglistbox .item:hover {
      background: #087EC3;
      color: #fff; }
      .indexzhaoshenglistbox .item:hover .date {
        color: #fff; }

.indexfancibox {
  background: #087EC3;
  margin-top: 40px;
  width: 100%;
  padding: 30px 0; }
  .indexfancibox .titlebox {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .indexfancibox .titlebox .title {
      font-size: 32px;
      color: #fff;
      font-weight: bold; }
    .indexfancibox .titlebox .en {
      color: #fff;
      font-size: 14px;
      font-weight: 100;
      margin-top: 5px;
      position: relative; }
      .indexfancibox .titlebox .en::after {
        content: "";
        width: 50px;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -25px; }
  .indexfancibox .videoandvrbox2 {
    margin-top: 10px; }
    .indexfancibox .videoandvrbox2 .descbox {
      line-height: 25px;
      color: rgba(255, 255, 255, 0.7);
      padding: 20px; }
    .indexfancibox .videoandvrbox2 .rbox {
      background: rgba(255, 255, 255, 0.3);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      width: 100%; }
      .indexfancibox .videoandvrbox2 .rbox .videobox {
        width: 48%; }
        .indexfancibox .videoandvrbox2 .rbox .videobox .thumb {
          width: 100%;
          height: 130px;
          object-fit: cover;
          object-position: center; }
      .indexfancibox .videoandvrbox2 .rbox .vrbox {
        width: 48%; }
        .indexfancibox .videoandvrbox2 .rbox .vrbox .thumb {
          width: 100%;
          height: 130px;
          object-fit: cover;
          object-position: center; }
  .indexfancibox .huanjingbox {
    overflow: hidden;
    margin-top: 30px;
    padding: 0 20px; }
    .indexfancibox .huanjingbox .am-slides img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center; }

.indexztbigbox {
  background: #fff;
  padding: 40px 0; }
  .indexztbigbox .indexzhuangtibox .titlebox {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .indexztbigbox .indexzhuangtibox .titlebox .title {
      font-size: 32px;
      font-weight: bold; }
    .indexztbigbox .indexzhuangtibox .titlebox .en {
      color: #999;
      font-size: 14px;
      font-weight: 100;
      margin-top: 5px;
      position: relative; }
      .indexztbigbox .indexzhuangtibox .titlebox .en::after {
        content: "";
        width: 50px;
        height: 5px;
        background: #087EC3;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -25px; }
  .indexztbigbox .indexzhuangtibox .ztcontentbox {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px; }
    .indexztbigbox .indexzhuangtibox .ztcontentbox .item {
      width: 48%;
      margin-bottom: 20px; }
    .indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox {
      overflow: hidden;
      border-radius: 10px; }
      .indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox .thumb {
        object-fit: cover;
        object-position: center;
        height: 100px;
        width: 100%;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out; }
        .indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox .thumb:hover {
          transform: scale(1.2); }

.am-list-news .am-list .am-g .am-u-sm-3 {
  width: 18%; }
.am-list-news .am-list .am-g .am-u-sm-9 {
  width: 82%; }
.am-list-news .am-list .am-g .dd {
  font-size: 16px;
  text-align: center; }
.am-list-news .am-list .am-g .year {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 5px; }

.am-list > li:last-child {
  border-bottom: 0; }

.am-paragraph-default {
  margin: 0 !important; }

.am-paragraph {
  width: 100%;
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
  white-space: normal;
  /* 保留空白符序列，但是正常换行 */
  word-break: break-all;
  /* 允许在单词内换行 */
  padding: 20px; }
  .am-paragraph img {
    max-width: 100%; }
  .am-paragraph .mintitlebox {
    padding: 20px;
    text-align: center;
    color: #999; }
    .am-paragraph .mintitlebox span {
      margin: 0 5px; }

.jigoucontentbox {
  padding: 30px; }
  .jigoucontentbox .n_wp .n_jgsz .item {
    width: 100%;
    position: relative;
    margin-bottom: 50px; }
    .jigoucontentbox .n_wp .n_jgsz .item h2 {
      font-size: 24px;
      line-height: 24px;
      color: #2977ff;
      font-family: "LiSu", "STLiti", "STFangsong", cursive;
      font-weight: 800;
      padding-bottom: 20px; }
    .jigoucontentbox .n_wp .n_jgsz .item .list_jg {
      position: relative;
      z-index: 2; }
      .jigoucontentbox .n_wp .n_jgsz .item .list_jg:after {
        position: absolute;
        content: '';
        left: 10px;
        top: -10px;
        right: -10px;
        bottom: 10px;
        border: 1px solid #0869B7;
        border-radius: 0 30px 0 0;
        z-index: -2; }
      .jigoucontentbox .n_wp .n_jgsz .item .list_jg .con {
        position: relative;
        z-index: 3;
        padding: 30px 20px 30px 20px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        border-radius: 0 30px 0 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        background-image: url(/app/themes/pc/images/jg_bg01.png); }
        .jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li {
            list-style-type: none;
            width: 43.84%;
            position: relative;
            border-bottom: 1px solid #eaeaea;
            padding: 20px 0; }
            .jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li a {
              font-size: 18px;
              color: #333333;
              line-height: 18px;
              padding-left: 12px;
              transition: .5s; }
              .jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li a.eclip {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }

.zhaoshengjiuyebox {
  padding: 30px; }
  .zhaoshengjiuyebox .item {
    background: #fff;
    box-shadow: 0 2px 4px rgba(16, 95, 187, 0.3);
    width: 100%;
    position: relative;
    border: #fff solid 20px;
    display: block;
    margin-bottom: 30px; }
    .zhaoshengjiuyebox .item .thumbbox .thumb {
      width: 100%; }
    .zhaoshengjiuyebox .item .textbox {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
      font-size: 32px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      line-height: 210px; }

.xy_indexnewsbox {
  padding: 30px 20px 0 20px; }
  .xy_indexnewsbox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .xy_indexnewsbox .titlebox .title {
      font-size: 24px;
      font-weight: 800; }
    .xy_indexnewsbox .titlebox .more {
      font-size: 12px;
      color: #999; }
  .xy_indexnewsbox .newscbox {
    margin-top: 20px; }
    .xy_indexnewsbox .newscbox .leftbox {
      width: 100%;
      overflow: hidden;
      flex-shrink: 0; }
      .xy_indexnewsbox .newscbox .leftbox .swiper-slide {
        position: relative; }
      .xy_indexnewsbox .newscbox .leftbox .thumbox {
        width: 100%;
        height: 355px;
        overflow: hidden; }
        .xy_indexnewsbox .newscbox .leftbox .thumbox .thumb {
          width: 100%;
          height: 355px;
          transition: transform 0.3s ease-in-out;
          object-fit: cover;
          object-position: center; }
          .xy_indexnewsbox .newscbox .leftbox .thumbox .thumb:hover {
            transform: scale(1.2); }
      .xy_indexnewsbox .newscbox .leftbox .ttbox {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        color: #fff;
        font-size: 16px; }
    .xy_indexnewsbox .newscbox .midlist {
      width: 100%;
      margin-top: 20px; }
      .xy_indexnewsbox .newscbox .midlist .item {
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #eee; }
        .xy_indexnewsbox .newscbox .midlist .item:last-child {
          border-bottom: 0; }
        .xy_indexnewsbox .newscbox .midlist .item .datebox {
          width: 98px;
          height: 90px;
          background: #B8B8B8;
          color: #fff;
          text-align: center;
          flex-shrink: 0; }
          .xy_indexnewsbox .newscbox .midlist .item .datebox .dd {
            font-size: 32px;
            font-weight: 500;
            margin-top: 10px; }
          .xy_indexnewsbox .newscbox .midlist .item .datebox .year {
            font-size: 12px; }
        .xy_indexnewsbox .newscbox .midlist .item .infobox {
          width: 100%;
          margin-left: 20px;
          color: #333; }
          .xy_indexnewsbox .newscbox .midlist .item .infobox .title {
            font-size: 16px; }
          .xy_indexnewsbox .newscbox .midlist .item .infobox .desc {
            margin-top: 10px;
            font-size: 12px;
            color: #999; }

.xy_indexzhuangyebox {
  padding: 30px 20px 0 20px; }
  .xy_indexzhuangyebox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .xy_indexzhuangyebox .titlebox .title {
      font-size: 24px;
      font-weight: 800; }
    .xy_indexzhuangyebox .titlebox .more {
      font-size: 12px;
      color: #999; }
  .xy_indexzhuangyebox .zycontentbox {
    margin-top: 20px;
    background: #F6F6F6;
    display: flex;
    flex-wrap: wrap; }
    .xy_indexzhuangyebox .zycontentbox .item {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      .xy_indexzhuangyebox .zycontentbox .item:hover {
        background: #0874FF;
        color: #fff; }
        .xy_indexzhuangyebox .zycontentbox .item:hover .t {
          color: #fff; }
        .xy_indexzhuangyebox .zycontentbox .item:hover .desc {
          color: #fff; }
      .xy_indexzhuangyebox .zycontentbox .item .t {
        font-size: 16px; }
      .xy_indexzhuangyebox .zycontentbox .item .desc {
        color: #999;
        font-size: 12px;
        margin-top: 20px; }
      .xy_indexzhuangyebox .zycontentbox .item .detailbox {
        background: #fff;
        padding: 6px 0;
        display: flex-inline;
        width: 70px;
        text-align: center;
        font-size: 12px;
        float: right;
        margin-top: 20px;
        color: #333; }

.xy_indexshizibox {
  padding: 30px 20px 0 20px; }
  .xy_indexshizibox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .xy_indexshizibox .titlebox .title {
      font-size: 24px;
      font-weight: 800; }
    .xy_indexshizibox .titlebox .more {
      font-size: 12px;
      color: #999; }
  .xy_indexshizibox .shizicontentbox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .xy_indexshizibox .shizicontentbox .item {
      width: 48%;
      text-align: center;
      margin-top: 20px; }
      .xy_indexshizibox .shizicontentbox .item .thumbox {
        width: 140px;
        height: 140px;
        border-radius: 140px;
        overflow: hidden;
        margin: 0 auto; }
        .xy_indexshizibox .shizicontentbox .item .thumbox .thumb {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .xy_indexshizibox .shizicontentbox .item .title {
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.xy_indexshengshenghuodong {
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(to bottom, #F4F8FB 1%, #fff); }
  .xy_indexshengshenghuodong .shenghuodong {
    padding: 0 20px; }
    .xy_indexshengshenghuodong .shenghuodong .titlebox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .xy_indexshengshenghuodong .shenghuodong .titlebox .l {
        display: flex;
        align-items: center; }
      .xy_indexshengshenghuodong .shenghuodong .titlebox .zh {
        font-size: 24px;
        color: #333;
        font-weight: 800;
        white-space: nowrap; }
      .xy_indexshengshenghuodong .shenghuodong .titlebox .more {
        color: #999;
        font-size: 12px; }
    .xy_indexshengshenghuodong .shenghuodong .left {
      width: 100%;
      margin-top: 20px; }
      .xy_indexshengshenghuodong .shenghuodong .left .contetnbox {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
        border: #ebebeb 1px solid;
        padding: 20px; }
        .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides {
          width: 100%;
          overflow: hidden; }
          .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .thumbox {
            flex-shrink: 0;
            overflow: hidden; }
            .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .thumbox .thumb {
              transition: transform 0.3s ease-in-out;
              object-fit: cover;
              object-position: center; }
              .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .thumbox .thumb:hover {
                transform: scale(1.2); }
          .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .ttbox {
            display: flex;
            padding: 10px; }
            .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .ttbox .date {
              text-align: center;
              color: #999;
              flex-shrink: 0;
              margin-right: 20px; }
              .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .ttbox .date .year {
                font-size: 14px;
                border-bottom: #ebebeb 1px solid; }
              .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .ttbox .date .dd {
                font-size: 12px; }
            .xy_indexshengshenghuodong .shenghuodong .left .contetnbox .am-slides .swiper-slide .ttbox .txt {
              width: 100%;
              font-size: 16px;
              font-weight: 400; }
    .xy_indexshengshenghuodong .shenghuodong .right {
      width: 100%; }
      .xy_indexshengshenghuodong .shenghuodong .right .contetnbox {
        margin-top: 20px; }
        .xy_indexshengshenghuodong .shenghuodong .right .contetnbox .item {
          display: flex;
          align-items: center;
          padding: 10px 0; }
          .xy_indexshengshenghuodong .shenghuodong .right .contetnbox .item .date {
            text-align: center;
            color: #999;
            flex-shrink: 0;
            margin-right: 20px; }
            .xy_indexshengshenghuodong .shenghuodong .right .contetnbox .item .date .year {
              padding-bottom: 5px;
              font-size: 12px; }
            .xy_indexshengshenghuodong .shenghuodong .right .contetnbox .item .date .dd {
              font-size: 14px;
              border-top: #ebebeb 1px solid;
              padding-top: 5px; }
          .xy_indexshengshenghuodong .shenghuodong .right .contetnbox .item .txt {
            width: 100%;
            font-size: 16px;
            font-weight: 400; }

.zs_indexnewsbox {
  padding: 30px 20px; }
  .zs_indexnewsbox .indexnews .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .zs_indexnewsbox .indexnews .titlebox .l {
      display: flex;
      align-items: center; }
    .zs_indexnewsbox .indexnews .titlebox .zh {
      font-size: 24px;
      color: #333;
      font-weight: 600;
      white-space: nowrap;
      letter-spacing: 4px; }
    .zs_indexnewsbox .indexnews .titlebox .line {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexnewsbox .indexnews .titlebox .en {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexnewsbox .indexnews .titlebox .more {
      color: #087EC3;
      font-size: 12px; }
  .zs_indexnewsbox .indexnews .listbox {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .zs_indexnewsbox .indexnews .listbox .item1 {
      width: 48%;
      flex-shrink: 0;
      box-shadow: 0 0 10px #ebebeb;
      overflow: hidden;
      box-sizing: border-box; }
      .zs_indexnewsbox .indexnews .listbox .item1 .thumbox {
        overflow: hidden;
        height: 200px;
        width: 100%;
        margin-bottom: 10px; }
        .zs_indexnewsbox .indexnews .listbox .item1 .thumbox .thumb {
          width: 100%;
          height: 200px;
          transition: transform 0.3s ease-in-out;
          object-fit: cover;
          object-position: center; }
          .zs_indexnewsbox .indexnews .listbox .item1 .thumbox .thumb:hover {
            transform: scale(1.2); }
      .zs_indexnewsbox .indexnews .listbox .item1 .title {
        padding: 10px;
        box-sizing: border-box; }
        .zs_indexnewsbox .indexnews .listbox .item1 .title .text {
          font-size: 16px;
          font-weight: 400;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 42px;
          line-height: 20px;
          overflow: hidden; }
          .zs_indexnewsbox .indexnews .listbox .item1 .title .text:hover {
            color: #087EC3; }
        .zs_indexnewsbox .indexnews .listbox .item1 .title .date {
          color: #087EC3;
          font-size: 14px;
          margin-top: 15px; }
  .zs_indexnewsbox .indexnews .listbox2 {
    margin-top: 20px; }
    .zs_indexnewsbox .indexnews .listbox2 .item2box {
      width: 100%;
      box-sizing: border-box; }
      .zs_indexnewsbox .indexnews .listbox2 .item2box .item2 {
        box-shadow: 0 0 10px #ebebeb;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        padding: 15px; }
        .zs_indexnewsbox .indexnews .listbox2 .item2box .item2:last-child {
          margin-bottom: 0; }
        .zs_indexnewsbox .indexnews .listbox2 .item2box .item2 .text {
          font-size: 16px;
          font-weight: 400;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 42px;
          line-height: 20px;
          overflow: hidden; }
          .zs_indexnewsbox .indexnews .listbox2 .item2box .item2 .text:hover {
            color: #087EC3; }
        .zs_indexnewsbox .indexnews .listbox2 .item2box .item2 .date {
          background: #087EC3;
          color: #fff;
          display: inline-block;
          font-size: 14px;
          padding: 5px 10px;
          border-radius: 2px;
          margin-top: 10px; }

.zs_indexaboutbox {
  background: #f7f7f7 url(/app/themes/pc/images/zs_about.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 0; }
  .zs_indexaboutbox .aboutbox .rightinfo .title {
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding: 40px 0; }
    .zs_indexaboutbox .aboutbox .rightinfo .title .lineb {
      width: 50px;
      height: 3px;
      background: #fff; }
    .zs_indexaboutbox .aboutbox .rightinfo .title .zh {
      font-size: 24px;
      color: #fff;
      font-weight: 600;
      white-space: nowrap;
      letter-spacing: 4px;
      margin-left: 10px; }
    .zs_indexaboutbox .aboutbox .rightinfo .title .line {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexaboutbox .aboutbox .rightinfo .title .en {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
  .zs_indexaboutbox .aboutbox .rightinfo .desc {
    color: #fff;
    background: rgba(8, 126, 195, 0.7);
    line-height: 25px;
    padding: 20px; }
    .zs_indexaboutbox .aboutbox .rightinfo .desc .more {
      color: #fff;
      font-weight: 800; }

.zs_indexsizibox {
  padding: 40px 20px;
  background-image: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 50%); }
  .zs_indexsizibox .shizhibox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .zs_indexsizibox .shizhibox .titlebox .l {
      display: flex;
      align-items: center; }
    .zs_indexsizibox .shizhibox .titlebox .zh {
      font-size: 24px;
      color: #333;
      font-weight: 600;
      white-space: nowrap;
      letter-spacing: 4px; }
    .zs_indexsizibox .shizhibox .titlebox .line {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexsizibox .shizhibox .titlebox .en {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexsizibox .shizhibox .titlebox .more {
      color: #087EC3;
      font-size: 12px; }
  .zs_indexsizibox .shizhibox .contentbox {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .zs_indexsizibox .shizhibox .contentbox .item {
      width: 48%;
      margin-top: 20px; }
      .zs_indexsizibox .shizhibox .contentbox .item .thumbox {
        flex-shrink: 0;
        overflow: hidden; }
        .zs_indexsizibox .shizhibox .contentbox .item .thumbox .thumb {
          width: 100%;
          height: 250px;
          transition: transform 0.3s ease-in-out;
          object-fit: cover;
          object-position: center; }
          .zs_indexsizibox .shizhibox .contentbox .item .thumbox .thumb:hover {
            transform: scale(1.2); }
      .zs_indexsizibox .shizhibox .contentbox .item .info {
        padding: 10px 0; }
        .zs_indexsizibox .shizhibox .contentbox .item .info .t {
          text-align: center;
          font-weight: 16px;
          font-weight: 400; }
        .zs_indexsizibox .shizhibox .contentbox .item .info .des {
          margin-top: 10px;
          color: #999; }

.jy_indexbox1 .dongtaibox {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  flex-shrink: 0; }
  .jy_indexbox1 .dongtaibox .boxtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 10px; }
    .jy_indexbox1 .dongtaibox .boxtitle .title {
      color: #087EC3;
      font-size: 18px;
      font-weight: 600;
      position: relative; }
      .jy_indexbox1 .dongtaibox .boxtitle .title:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        background: #087EC3;
        bottom: -12px;
        left: 0; }
    .jy_indexbox1 .dongtaibox .boxtitle .more {
      color: #087EC3;
      font-size: 12px; }
  .jy_indexbox1 .dongtaibox .boxcontent {
    margin-top: 10px; }
    .jy_indexbox1 .dongtaibox .boxcontent .listbox {
      width: 100%; }
      .jy_indexbox1 .dongtaibox .boxcontent .listbox .item {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 5px 0;
        position: relative; }
        .jy_indexbox1 .dongtaibox .boxcontent .listbox .item:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 5px;
          background: #087EC3;
          border-radius: 5px; }
        .jy_indexbox1 .dongtaibox .boxcontent .listbox .item .t {
          padding-left: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 330px; }
        .jy_indexbox1 .dongtaibox .boxcontent .listbox .item .d {
          flex-shrink: 0;
          margin-left: 10px;
          font-size: 12px; }
        .jy_indexbox1 .dongtaibox .boxcontent .listbox .item:hover .t {
          color: #087EC3; }
.jy_indexbox1 .jiuyezhidaobox {
  margin-top: 20px;
  padding: 10px 20px;
  width: 100%; }
  .jy_indexbox1 .jiuyezhidaobox .boxtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 10px; }
    .jy_indexbox1 .jiuyezhidaobox .boxtitle .title {
      color: #087EC3;
      font-size: 18px;
      font-weight: 600;
      position: relative; }
      .jy_indexbox1 .jiuyezhidaobox .boxtitle .title:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        background: #087EC3;
        bottom: -12px;
        left: 0; }
    .jy_indexbox1 .jiuyezhidaobox .boxtitle .more {
      color: #087EC3;
      font-size: 12px; }
  .jy_indexbox1 .jiuyezhidaobox .boxcontent {
    margin-top: 10px; }
    .jy_indexbox1 .jiuyezhidaobox .boxcontent .item {
      display: flex;
      align-items: center;
      padding: 5px 0; }
      .jy_indexbox1 .jiuyezhidaobox .boxcontent .item .d {
        background: #087EC3;
        color: #fff;
        font-size: 12px;
        padding: 2px 5px;
        position: relative;
        flex-shrink: 0; }
        .jy_indexbox1 .jiuyezhidaobox .boxcontent .item .d::after {
          content: '';
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #087EC3;
          transform: rotate(270deg);
          position: absolute;
          right: -8px;
          top: 5px; }
      .jy_indexbox1 .jiuyezhidaobox .boxcontent .item .t {
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 290px; }

.jy_indexbox2 {
  margin-top: 20px; }
  .jy_indexbox2 .rightbox {
    width: 100%;
    padding: 10px 20px; }
    .jy_indexbox2 .rightbox .boxtitle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #087EC3;
      padding-right: 20px; }
      .jy_indexbox2 .rightbox .boxtitle .tabbox {
        display: flex;
        align-items: center; }
        .jy_indexbox2 .rightbox .boxtitle .tabbox .tabitem {
          padding: 10px 10px;
          border-top: #087EC3 3px solid;
          border-left: #087EC3 3px solid;
          cursor: pointer;
          color: #fff; }
          .jy_indexbox2 .rightbox .boxtitle .tabbox .tabitem.active {
            background: #fff;
            color: #333; }
      .jy_indexbox2 .rightbox .boxtitle .more {
        font-size: 12px;
        color: #fff; }
    .jy_indexbox2 .rightbox .tabboxcontent {
      display: none;
      flex-wrap: wrap;
      justify-content: space-between; }
      .jy_indexbox2 .rightbox .tabboxcontent.box0 {
        display: flex; }
      .jy_indexbox2 .rightbox .tabboxcontent .item {
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center; }
        .jy_indexbox2 .rightbox .tabboxcontent .item .d {
          border: #ebebeb 1px solid;
          padding: 10px;
          flex-shrink: 0;
          border-radius: 5px; }
        .jy_indexbox2 .rightbox .tabboxcontent .item .t {
          margin-left: 10px;
          width: 100%; }
          .jy_indexbox2 .rightbox .tabboxcontent .item .t .t2 {
            color: #087EC3;
            font-size: 12px; }

.jy_indexsizibox {
  margin-top: 20px;
  padding: 10px 20px;
  margin-bottom: 20px; }
  .jy_indexsizibox .shizhibox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 10px; }
    .jy_indexsizibox .shizhibox .titlebox .l {
      display: flex;
      align-items: center; }
    .jy_indexsizibox .shizhibox .titlebox .zh {
      color: #087EC3;
      font-size: 18px;
      font-weight: 600; }
    .jy_indexsizibox .shizhibox .titlebox .more {
      color: #087EC3;
      font-size: 12px; }
  .jy_indexsizibox .shizhibox .contentbox {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .jy_indexsizibox .shizhibox .contentbox .item {
      width: 48%;
      margin-top: 20px; }
      .jy_indexsizibox .shizhibox .contentbox .item .thumbox {
        flex-shrink: 0;
        overflow: hidden; }
        .jy_indexsizibox .shizhibox .contentbox .item .thumbox .thumb {
          width: 100%;
          height: 200px;
          transition: transform 0.3s ease-in-out; }
          .jy_indexsizibox .shizhibox .contentbox .item .thumbox .thumb:hover {
            transform: scale(1.2); }
      .jy_indexsizibox .shizhibox .contentbox .item .info {
        padding: 10px 0; }
        .jy_indexsizibox .shizhibox .contentbox .item .info .t {
          text-align: center;
          font-weight: 16px;
          font-weight: 400; }
        .jy_indexsizibox .shizhibox .contentbox .item .info .des {
          margin-top: 10px;
          color: #999; }

.zs_indexvideobox {
  padding: 30px 20px 0 20px; }
  .zs_indexvideobox .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .zs_indexvideobox .titlebox .l {
      display: flex;
      align-items: center; }
    .zs_indexvideobox .titlebox .zh {
      font-size: 24px;
      color: #333;
      font-weight: 600;
      white-space: nowrap;
      letter-spacing: 4px; }
    .zs_indexvideobox .titlebox .line {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexvideobox .titlebox .en {
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      margin: 0 0 0 10px; }
    .zs_indexvideobox .titlebox .more {
      color: #087EC3;
      font-size: 12px; }

.zs_indeximgbox {
  padding: 0px 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .zs_indeximgbox a {
    width: 48%; }
    .zs_indeximgbox a img {
      width: 100%; }

/*# sourceMappingURL=css.css.map */
