﻿/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  background: #fff;
  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: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  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;
  background: #f5f5f5;
}
/* 移动端 */
.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("../image/logo_chsi_new.png");
  background-image: -webkit-image-set(url("../image/logo_chsi_new.png") 1x, url("https://t3.chei.com.cn/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("../image/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;
}
.wap-nav-shadow {
  position: -webkit-sticky;
  position: sticky;
  top: .266667rem;
  height: .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: .32rem;
  background-color: #f4f4f4;
}
.wap-nav-list::-webkit-scrollbar {
  display: none;
}
.wap-nav-list li {
  flex: 1 0 auto;
  line-height: .48rem;
  padding: 0 .24rem 0 0.4rem;
}
.wap-nav-list li.active a {
  font-weight: 700;
}
.wap-nav-list li.active a::after {
  display: block;
  position: absolute;
  content: '';
  width: .533333rem;
  height: .106667rem;
  background-color: #227ef6;
  bottom: 0;
  left: 50%;
  margin-left: -0.266667rem;
  border-radius: .053333rem;
}
.wap-nav-list li a {
  display: block;
  position: relative;
  color: #333;
  font-size: 0.43rem;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: .32rem;
}
.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("../image/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("../image/icon.png") no-repeat -32px -185px;
  cursor: pointer;
  z-index: 999;
}
.banner-list .swiper-button-next::after {
  display: none;
}
.wap-banner-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.wap-banner-list .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wap-banner-list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.wap-banner-list .swiper-container-horizontal > .swiper-pagination-bullets,
.wap-banner-list .swiper-pagination-custom,
.wap-banner-list .swiper-pagination-fraction {
  bottom: 0;
}
.main {
  width: 1180px;
  margin: 0 auto;
  min-height: calc(100vh - 611px);
}
.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: #333;
  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;
}
.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;
}
.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: .32rem;
  line-height: .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: .587rem;
}
.wap-footer .wap-footer-units .list {
  margin-bottom: 0.453rem;
}
.wap-main {
  margin: 0.51rem 0;
  padding: 0 0.4rem;
  font-size: 0.37rem;
}
.wap-main .title-con {
  padding: 0.33rem 0;
}
.wap-main .title-con .title {
  position: relative;
  height: 0.43rem;
  line-height: 0.43rem;
  padding-left: .373333rem;
  font-size: 0.43rem;
  font-weight: bold;
}
.wap-main .title-con .title::before {
  content: '';
  position: absolute;
  width: .106667rem;
  height: 100%;
  background-color: #207df5;
  left: 0;
  top: 0;
  border-radius: .053333rem;
}
.wap-main .detail-con {
  margin-bottom: .32rem;
}
.wap-main .detail-con a {
  display: flex;
}
.wap-main .img-con {
  width: 3.84rem;
  height: 2.53rem;
  margin-right: .32rem;
}
.wap-main .img-con img {
  display: block;
  width: 100%;
  height: 100%;
}
.wap-main .value-con {
  flex: 1;
  min-width: 0;
}
.wap-main .value-con .title {
  display: -webkit-box;
  max-height: 1.12rem;
  line-height: .56rem;
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: .133333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.wap-main .value-con .des {
  display: -webkit-box;
  line-height: .6rem;
  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: .373333rem;
}
.wap-main .zt-list li {
  line-height: 1.026667rem;
  font-size: .373333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #DCDCDC;
}
.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-main .zt-list li:first-child {
  border-top: 1px solid #DCDCDC;
}
.wap-con-box .item {
  padding: 0 0.27rem;
  margin: 0.43rem 0;
  background: #fff;
  box-shadow: 0px 0px 7px 1px rgba(145, 179, 211, 0.2);
}
.wap-con-box-big {
  padding: 0 0.27rem;
  margin-bottom: 0.43rem;
  background: #fff;
  box-shadow: 0px 0px 7px 1px rgba(145, 179, 211, 0.2);
}
.wap-con-box-big .title-con {
  margin-top: 0.43rem;
}
.wap-con-box-big .item {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.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;
}
.top-nav-wrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f9fa;
  border-bottom: 1px solid #d6d6d6;
  font-size: 12px;
}
.top-nav-wrapper a {
  color: #333;
}
.top-nav-wrapper a:hover {
  text-decoration: underline;
}
.top-nav-wrapper .topnav {
  width: 1180px;
  margin: 0 auto;
}
.topnav .nav-last-li {
  margin-right: 0;
}
