﻿/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
html {
  color: #263939;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #263939;
  background: #f9f8fd;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "sans-serif", SimSun;
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  outline: none;
  vertical-align: middle;
}
img {
  border: 0;
}
p {
  text-indent: 0;
}
textarea {
  resize: none;
  outline: none;
}
a,
a:link,
a:visited {
  color: #263939;
  text-decoration: none;
}
a:hover {
  color: #263939;
  text-decoration: underline;
}
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearFloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gray-bg {
  background: #F5F5F5;
  border-radius: 6px;
}
[v-cloak] {
  display: none;
}
body {
  min-width: 1200px;
}
body.wap {
  margin: 0 auto;
  min-width: 375px;
  max-width: 750px;
}
.wap-box-cont {
  background: #fff;
}
.wap-box-cont .banner-pc {
  display: none;
}
.wap-main {
  min-height: calc(100vh - 7.3rem);
}
/* 移动端 */
.wap-nav-bar {
  position: relative;
  z-index: 1;
  height: 1.17rem;
  display: flex;
  align-items: center;
}
.wap-nav-bar .wap-nav-bar__left {
  padding: 0.2rem 0.37rem;
}
.wap-nav-bar .wap-nav-bar__right {
  padding: 0 0.43rem;
}
.wap-nav-bar .iconfont {
  font-size: 0.48rem;
  color: #000;
}
.wap-nav-bar .wap-nav-bar__left .iconfont {
  font-weight: 700;
}
.wap img {
  max-width: 100%;
}
.topIframe {
  width: 100%;
  height: 34px;
  overflow: hidden;
}
/* pc端 */
.header {
  display: flex;
  width: 1180px;
  margin: 14px auto;
  align-items: center;
}
.header .logo {
  display: block;
  width: 450px;
  height: 50px;
  background-image: url("../../../account/images/account/logo_chsi_new.png");
  background-image: -webkit-image-set(url("../../../account/images/account/logo_chsi_new.png") 1x, url("../../../account/images/account/logo_chsi_new2x.png") 2x);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.header .location {
  height: 42px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  color: #666666;
  font-size: 28px;
}
.wap-header {
  display: flex;
  height: 1.16rem;
  align-items: center;
  background: #fff;
}
.wap-header .logo {
  display: block;
  width: 5.62rem;
  margin-left: 0.21rem;
  margin-right: 0.3rem;
  height: 0.6rem;
  background-image: url("../../../account/images/account/logo_chsi_new.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wap-header .location {
  height: 0.6rem;
  line-height: 0.6rem;
  border-left: 1px solid #ddd;
  padding-left: 0.3rem;
  color: #666666;
  font-size: 0.37rem;
}
.nav-box {
  height: 45px;
  line-height: 45px;
  background: #207df5;
}
.nav-list {
  width: 1180px;
  margin: 0px auto;
}
.nav-list li {
  float: left;
}
.nav-list li.active a,
.nav-list li:hover a {
  background: #035FD5;
}
.nav-list li a {
  display: block;
  padding: 0 33px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.wap-nav-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  padding-bottom: 0.2667rem;
}
.wap-nav-shadow {
  position: -webkit-sticky;
  position: sticky;
  top: 0.266667rem;
  height: 0.853333rem;
  margin-top: -1.12rem;
  box-shadow: 0px 0px 7px 1px rgba(145, 179, 211, 0.3);
}
.wap-nav-list {
  display: flex;
  box-sizing: content-box;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.32rem;
  background-color: #D8F2FF;
}
.wap-nav-list::-webkit-scrollbar {
  display: none;
}
.wap-nav-list li {
  flex: 1 0 auto;
  padding: 0 0.5333rem 0 0;
}
.wap-nav-list li.active a {
  font-weight: 700;
  font-size: 0.4267rem;
  line-height: 0.64rem;
}
.wap-nav-list li.active a::after {
  display: block;
  position: absolute;
  content: '';
  width: 0.64rem;
  height: 0.08rem;
  background-color: #00BAC7;
  bottom: 0;
  left: 50%;
  margin-left: -0.32rem;
  border-radius: 0.053333rem;
}
.wap-nav-list li a {
  display: block;
  position: relative;
  color: #263939;
  font-size: 0.3733rem;
  line-height: 0.5867rem;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 0.1867rem;
}
.wap-nav-list li:nth-child(1) {
  margin-left: 0.4267rem;
}
.banner-list {
  width: 1180px;
  margin: 24px auto 22px auto;
}
.banner-list .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.banner-list .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #98d1f8;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner-list .swiper-active-switch {
  background: #1f8bd3;
}
.banner-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.banner-list .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner-list .swiper-slide img {
  width: 100%;
  height: 300px;
}
.banner-list .swiper-button-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 25px;
  height: 32px;
  margin-top: -16px;
  background: url("../../../theme/1857717575/icon.png") no-repeat 0 -185px;
  cursor: pointer;
  z-index: 999;
}
.banner-list .swiper-button-prev::after {
  display: none;
}
.banner-list .swiper-button-next {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 32px;
  margin-top: -16px;
  background: url("../../../theme/1857717575/icon.png") no-repeat -32px -185px;
  cursor: pointer;
  z-index: 999;
}
.banner-list .swiper-button-next::after {
  display: none;
}
.wap-banner-list {
  border-radius: 0.1067rem;
  overflow: hidden;
  padding: 0.3733rem 0.4267rem 0 0.4267rem;
}
.wap-banner-list .swiper-wrapper {
  border-radius: 0.1067rem;
}
.wap-banner-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  border-radius: 0.1067rem;
  overflow: hidden;
  position: relative;
}
.wap-banner-list .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.1067rem;
  overflow: hidden;
}
.wap-banner-list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.1067rem;
}
.wap-banner-list .swiper-container-horizontal > .swiper-pagination-bullets,
.wap-banner-list .swiper-pagination-custom,
.wap-banner-list .swiper-pagination-fraction {
  bottom: 0;
}
.banner-pc {
  height: 200px;
  background: url('../images/zt-pc-banner.jpg') top center no-repeat;
}
.banner-pc .title {
  font-size: 40px;
  line-height: 200px;
  font-weight: 600;
  text-align: center;
}
.main {
  width: 1180px;
  margin: 0 auto;
  min-height: calc(100vh - 611px);
}
.main .tabs-bl {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  height: 34px;
}
.main .tabs-bl .lft-bl {
  position: relative;
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  font-size: 24px;
  z-index: 2;
}
.main .tabs-bl .lft-bl::after {
  content: "";
  display: inline-block;
  width: 131px;
  height: 25px;
  background: linear-gradient(to right, rgba(0, 186, 199, 0.2), #f9f8fd);
  border-radius: 13px 0px 0px 13px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.main .tabs-bl .rgt-bl {
  display: flex;
  justify-content: space-between;
  line-height: 34px;
  height: 34px;
}
.main .tabs-bl .rgt-bl .item {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin-left: 42px;
}
.main .tabs-bl .rgt-bl .item a {
  color: #2A3839;
}
.main .tabs-bl .rgt-bl .item::after {
  content: "";
  width: 1px ;
  height: 16px;
  background: #BDC1C2;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.main .tabs-bl .rgt-bl .item:last-child::after {
  display: none;
}
.main .title-con {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #207df5;
  margin-bottom: 26px;
}
.main .title-con .title {
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #263939;
  padding-left: 14px;
}
.main .title-con .title::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #207df5;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.main .title-con .more {
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 15px;
  font-size: 14px;
  color: #207df5;
  text-decoration: none;
}
.main .detail-con a {
  display: flex;
  align-items: center;
}
.main .detail-con .img-con {
  width: 202px;
  height: 133px;
  margin-right: 14px;
}
.main .detail-con .img-con img {
  width: 100%;
  height: 100%;
}
.main .detail-con .value-con {
  flex: 1;
  min-width: 0;
}
.main .detail-con .title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .detail-con .des {
  display: -webkit-box;
  height: 96px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  color: #5D5D5D;
  margin-bottom: 24px;
}
.main .zt-list {
  margin-top: 12px;
}
.main .zt-list.col-two {
  width: 1286px;
  margin-top: 15px;
}
.main .zt-list.col-two li {
  float: left;
  width: 537px;
  box-sizing: border-box;
  margin-right: 106px;
}
.main .zt-list li {
  position: relative;
  line-height: 38px;
  padding-right: 100px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .zt-list li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #8a8a8a;
}
.con-box {
  display: flex;
  margin-bottom: 45px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con-box .item {
  width: 570px;
}
.foot-wrap {
  background: #403e3f;
  padding: 23px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  min-width: 1180px;
  line-height: 30px;
}
.foot-wrap a,
.foot-wrap a:link,
.foot-wrap a:visited {
  color: rgba(255, 255, 255, 0.6);
}
.foot-wrap .footer-nav {
  padding-bottom: 14px;
  text-align: center;
}
.foot-wrap .footer-nav a {
  margin-right: 42px;
}
.foot-wrap .footer {
  display: flex;
  justify-content: center;
}
.foot-wrap .footer-list {
  float: left;
  padding: 0 40px;
  position: relative;
}
.foot-wrap .footer-list.border-r:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 7px;
  right: 0;
}
.foot-wrap .footer-list img {
  vertical-align: middle;
  margin-bottom: 2px;
}
.wap-footer {
  line-height: normal;
  background: #282828;
  color: #969696;
  font-size: 0.32rem;
  line-height: 0.44rem;
  padding: 0.853rem 0.427rem 0.333rem;
}
.wap-footer a {
  color: #969696;
  text-decoration: none;
}
.wap-footer .wap-footer-list {
  display: flex;
  flex-wrap: wrap;
}
.wap-footer .wap-footer-list a {
  display: inline-block;
  width: 20%;
  margin-bottom: 0.453rem;
}
.wap-footer .wap-footer-units {
  margin-top: 0.413rem;
  line-height: 0.587rem;
}
.wap-footer .wap-footer-units .list {
  margin-bottom: 0.453rem;
}
.banner-mb {
  position: relative;
  font-size: 0;
}
.banner-mb .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 0.64rem;
  line-height: 0.8533rem;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.wap-main {
  margin: 0 0 0.2933rem 0;
  font-size: 0.37rem;
}
.wap-main .tabs-bl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.32rem 0 0.32rem 0.4267rem;
}
.wap-main .tabs-bl .lft-bl {
  font-size: 0.4267rem;
  line-height: 0.8533rem;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.wap-main .tabs-bl .rgt-bl {
  display: flex;
  justify-content: space-between;
  height: 0.72rem;
  background: #F2F4F8;
  line-height: 0.72rem;
  padding: 0 0.1333rem;
}
.wap-main .tabs-bl .rgt-bl .item {
  padding: 0 0.2667rem;
  position: relative;
  font-size: 0.32rem;
}
.wap-main .tabs-bl .rgt-bl .item::after {
  content: "";
  display: inline-block;
  width: 0.0267rem;
  height: 0.2667rem;
  background: #D5D7DB;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wap-main .tabs-bl .rgt-bl .item:last-child::after {
  display: none;
}
.wap-main .tabs-bl .rgt-bl .item a:focus {
  color: #00BAC7;
}
.wap-main .title-con {
  padding: 0.32rem 0 0.24rem 0;
  display: flex;
  justify-content: space-between;
}
.wap-main .title-con .title {
  position: relative;
  height: 0.7467rem;
  line-height: 0.7467rem;
  font-size: 0.5333rem;
  font-weight: bold;
}
.wap-main .title-con .more {
  font-size: 0.32rem;
  color: #999999;
  line-height: 0.7467rem;
}
.wap-main .detail-con {
  margin-bottom: 0.1867rem;
}
.wap-main .detail-con a {
  display: flex;
}
.wap-main .img-con {
  width: 3.84rem;
  height: 2.53rem;
  margin-right: 0.2133rem;
  border-radius: 0.0533rem;
}
.wap-main .img-con img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.0533rem;
}
.wap-main .value-con {
  flex: 1;
  min-width: 0;
}
.wap-main .value-con .title {
  display: -webkit-box;
  max-height: 1.1733rem;
  line-height: 0.5867rem;
  font-size: 0.3733rem;
  font-weight: bold;
  margin-bottom: 0.1067rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  color: #263939;
}
.wap-main .value-con .des {
  display: -webkit-box;
  line-height: 0.5333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  word-break: break-all;
  word-wrap: break-word;
  font-size: 0.32rem;
  color: #93989E;
}
.wap-main .zt-list {
  padding-bottom: 0.1867rem;
}
.wap-main .zt-list li {
  line-height: 0.8533rem;
  font-size: 0.373333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wap-main .zt-list li:first-child {
  border-top: none;
}
.wap-main .zt-list li.more {
  text-align: center;
}
.wap-main .zt-list li.more a {
  color: #207df5;
}
.wap-con-box-big {
  padding: 0 0.4267rem;
  margin-bottom: 0.43rem;
  background: #fff;
  border-radius: 0.1067rem;
}
.wap-con-box-big .news-list .item-a {
  margin-bottom: 0.4267rem;
  display: block;
}
.wap-con-box-big .news-list .item-a .item {
  display: flex;
  justify-content: space-between;
}
.wap-con-box-big .news-list .item-a .item .img-bl {
  width: 3.4933rem;
  height: 2.2933rem;
  border-radius: 0.1067rem;
  overflow: hidden;
  margin-right: 0.32rem;
}
.wap-con-box-big .news-list .item-a .item .img-bl img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1067rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.wap-con-box-big .news-list .item-a .item .news-rgt {
  min-width: 0;
  flex: 1;
}
.wap-con-box-big .news-list .item-a .item .news-rgt .title {
  font-size: 0.3733rem;
  line-height: 0.5867rem;
  font-weight: 700;
  color: #131b18;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.wap-con-box-big .news-list .item-a .item .news-rgt .des {
  font-size: 0.32rem;
  color: #626f69;
  line-height: 0.5333rem;
  margin: 0.0533rem 0 0.1067rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.wap-con-box-big .news-list .item-a .item .news-rgt .date {
  font-size: 0.32rem;
  color: #8d949f;
  line-height: 0.48rem;
}
.con-box-big {
  margin-bottom: 35px;
}
.con-box-big .zt-list {
  margin-top: 0;
}
.con-box-big .item {
  width: 537px;
}
.con-box-big .con-box {
  margin-bottom: 0;
}
.con-box-big .news-list {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  flex-wrap: wrap;
  margin: 0 auto;
  /* .item-noimg-a {
            .news-rgt {
                width: 100%;
            }
        } */
}
.con-box-big .news-list .item-a {
  width: 580px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.con-box-big .news-list .item-a .item {
  display: flex;
  justify-content: space-between;
  padding: 16px 14px;
  position: relative;
  height: calc(100% - 32px);
  min-height: 54px;
}
.con-box-big .news-list .item-a:hover {
  box-shadow: 0 2px 8px 0 rgba(92, 127, 113, 0.2);
  text-decoration: none;
}
.con-box-big .news-list .item-a:hover .news-rgt .title {
  color: #0168d1;
}
.con-box-big .news-list .item-a .img-bl {
  width: 202px;
  height: 133px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 16px;
}
.con-box-big .news-list .item-a .img-bl img {
  object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
}
.con-box-big .news-list .item-a .img-bl:hover img {
  transform: scale(1.1);
}
.con-box-big .news-list .item-a .news-rgt {
  min-width: 0;
  flex: 1;
  position: relative;
}
.con-box-big .news-list .item-a .news-rgt .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #131b18;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.con-box-big .news-list .item-a .news-rgt .des {
  font-size: 14px;
  color: #626f69;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.con-box-big .news-list .item-a .news-rgt .date {
  font-size: 12px;
  color: #8d949f;
  line-height: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
}
/* .top-nav-wrapper {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
}

.top-nav-wrapper a {
    color: #263939;
}

.top-nav-wrapper a:hover {
    text-decoration: underline;
}

.top-nav-wrapper .topnav {
    width: 1180px;
    margin: 0 auto;
} */
.topnav .nav-last-li {
  margin-right: 0;
}
