@charset "UTF-8";
.t_c1k1nr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t_c1k1nr .t_c1k1li {
  width: 100%;
}

.t_c1k1nr .topTitle-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_c1k1nr .topTitle-search .topTitle-input {
  border: 1px solid #01aaed;
  height: 33px;
  line-height: 33px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-indent: 40px;
}

.t_c1k1nr .topTitle-search .iconfont {
  height: 35px;
  line-height: 35px;
  color: white;
  width: 55px;
  cursor: pointer;
  text-align: center;
  background-color: #01aaed;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 18px;
}

/*编辑器内元素默认样式处理 end*/
/* 公用类名 start */
/* 内容区 */
.t_c1k2rg1 {
  display: none !important;
}

.ys_cont1680 {
  width: 1680px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1560 {
  width: 1560px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1440 {
  width: 1440px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1360 {
  width: 1360px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1280 {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1200 {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont1000 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.ys_cont950 {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 1680px) {
  .ys_cont1680,
  .ys_cont1560 {
    width: 82.5%;
  }
}

@media screen and (max-width: 1440px) {
  .ys_cont1440,
  .ys_cont1400,
  .ys_cont1360,
  .ys_cont1280,
  .ys_cont1200 {
    width: 65.5%;
  }
}

@media screen and (max-width: 1200px) {
  .ys_cont1680,
  .ys_cont1560,
  .ys_cont1440,
  .ys_cont1400,
  .ys_cont1360,
  .ys_cont1280,
  .ys_cont1200,
  .ys_cont1000,
  .ys_cont950 {
    width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .t_c1k1an {
    padding: 10px 30px !important;
    font-size: 12px !important;
  }
}

/* 两张图 */
.ys_imgbox_contain,
.ys_imgbox_cover {
  position: relative;
  overflow: hidden;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
  width: 100%;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}

.ys_imgbox_cover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}

.ys_imgbox_contain img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 两边截取 */
.ys_imgbox_cut {
  overflow: hidden;
}

.ys_imgbox_cut img {
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 分页 */
.ys_fybtn {
  padding: 0 15px;
}

.ys_pcfy a {
  float: left;
}

.ys_fybtn a {
  font-size: 14px;
  color: #333;
}

.ys_phfy {
  display: none;
}

.pc_fenye {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  text-align: center;
}

.pc_fenye li {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin: 0px 10px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc_fenye li.activepage {
  color: #fff;
  background: #1e91cf;
}

@media screen and (max-width: 1199px) {
  .ys_pcfy {
    display: none;
  }
  .ys_phfy {
    display: block;
  }
}

body {
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial;
}

.t_sytit h1 {
  font-size: 80px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}

.t_sytit h2 {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}

.t_sytit h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}

.t_sytit h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2574bc;
}

.t_sytith4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2574bc;
}

.t_neitit h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.t_neitit h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.t_neitit h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.t_neitit h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.t_neiduan p {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}

.t_neipxia p {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 16px;
}

.t_neiduan.t_neiduan1 p {
  color: #999;
}

.t_neiduanp p {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}

.t_neiduanp.t_neiduanp1 p {
  color: #999;
}

.t_jiand1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.t_jiand1top {
  padding-top: 120px;
}

.t_jiand1xia {
  padding-bottom: 50px;
}

.t_jiand2 {
  margin-bottom: 50px;
}

.t_jiand2_duan {
  margin-bottom: 44px;
}

.t_tianjian {
  padding-top: 70px;
  padding-bottom: 70px;
}

.t_tianjiantop {
  padding-top: 70px;
}

.t_tianjianxia {
  padding-bottom: 70px;
}

.yxedr_active h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 16px;
}

.yxedr_active p img {
  border-radius: 16px;
}

.yxedr_active p:last-of-type {
  margin-bottom: 0;
}

/* c1 */
.t_c1k1an {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  position: relative;
  z-index: 10;
}

.t_c1k1btn {
  width: 100%;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}

.t_c1k1li.on .t_c1k1an {
  color: #0068b6;
  font-size: 20px;
}

.t_c1k1li.on .t_c1k1btn::before {
  width: 100%;
  opacity: 1;
}

.t_c1k2xin {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 22px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.t_c1k2li:first-of-type .t_c1k2xin {
  border-top: 0;
}

.t_c1k2li:last-of-type .t_c1k2xin {
  border-bottom: 0;
}

.t_c1k2pic {
  width: 180px;
  border-radius: 5px;
  overflow: hidden;
}

.t_c1k2pic img {
  width: 100%;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}

.t_c1k2rg {
  width: calc(100% - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t_c1k2hao {
  color: #666;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.t_c1k2year {
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}

.t_c1k2lile {
  width: 115px;
  text-align: left;
}

.t_c1k2date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t_c1k2lirg {
  width: calc(100% - 115px);
  padding-left: 40px;
}

.t_c1k2lirg .t_neitit h4 {
  font-weight: bold;
  line-height: 1.75;
}

/* 111 */
.t_c1k2jian {
  width: 30px;
  height: 30px;
  position: relative;
}

.t_c1k2jian img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}

.t_c1k2jian img:nth-of-type(2) {
  opacity: 0;
}

.t_c1k2li a {
  display: block;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}

.t_c1k2lirg .t_neitit {
  margin-bottom: 10px;
}

.t_c1k2lirg .t_neitit h4 {
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}

.t_c1k2lirg .t_neiduan p {
  height: 56px;
  overflow: hidden;
}

.t_c1k2li.on .t_c1k2rg {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t_c1k2rg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t_c1k2li.on .t_c1k2rg {
  width: 100%;
}

.t_c1k2lirg {
  max-width: 600px;
}

.t_c1k2lirg {
  position: relative;
}

.t_c1k2lirg::before {
  content: '';
  width: 1px;
  height: 80px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t_c1k2li.on .t_c1k2xin {
  padding: 90px 0;
}

.t_c1k2 {
  margin-top: -50px;
}

/* 页码 */
.pc_fenye li.activepage {
  color: #fff;
  background: #0068b6;
}

.pc_fenye li {
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  margin: 0px 12px;
}

.t_yema {
  padding-top: 20px;
}

/* c2 */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
  .t_c1k2li a .t_c1k2xin:hover .t_c1k2jian img:first-of-type {
    opacity: 0;
  }
  .t_c1k2li a .t_c1k2xin:hover .t_c1k2jian img:nth-of-type(2) {
    opacity: 1;
  }
  .t_c1k2li .t_c1k2xin:hover .t_neitit h4 {
    color: #0068b6;
  }
  .t_c1k2li a .t_c1k2xin:hover .t_c1k2pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .t_d1k2li a .t_morezi:hover .t_morewen {
    margin-right: 30px;
  }
  .t_d1k2li a .t_d1k2pic:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .t_d1k2li a .t_c1k2xin:hover .t_c1k2lirg .t_neitit h4 {
    color: #0068b6;
  }
  .t_e2k2li:hover .t_morexin::before {
    width: 100%;
    opacity: 1;
  }
  .t_f1k2li:hover .t_f1k2yuan {
    opacity: 0;
  }
  .t_f1k2li:hover .t_f1k2xian {
    z-index: 10;
    opacity: 1;
  }
  .t_f1k2li .t_f1k2xin:hover {
    background: #0068b6;
  }
  .t_g1k2li:hover .t_g1k2tupic::before {
    opacity: 1;
  }
  .t_g1k2li:hover .t_g1k2bg {
    opacity: 1;
  }
  .t_g1k2li .t_g1k2ti:hover h4 {
    color: #0068b6;
  }
  .t_headbtn .t_morexin:hover::before {
    width: 100%;
    opacity: 1;
  }
  .t_c1k2xin:hover .iconfont {
    color: #0068b7;
  }
  .t_c1k2li a:hover {
    background: rgba(0, 104, 182, 0.06);
  }
}

/* 调大看小 */
/* 1920~1441 pc大屏幕 */
@media screen and (max-width: 1680px) {
  .ys_ban_title {
    font-size: 70px;
  }
  /* 分界线 */
}

@media screen and (max-width: 1560px) {
  .ys_cont1500 {
    width: 82.5%;
  }
  .t_logo {
    width: 150px;
  }
  .t_headoneli {
    padding: 0 30px;
  }
  .t_headyu a {
    padding: 0 26px;
  }
  .t_headsuo {
    padding-left: 28px;
  }
  .ys_ban_title {
    font-size: 64px;
  }
  .t_syk2xia {
    padding: 30px 20px 46px;
  }
  .t_syk2li {
    padding: 0 15px;
  }
  .t_syk2rgxin {
    padding: 0 15px;
  }
  .t_syk2ul {
    margin: 0 -15px;
    margin-bottom: 50px;
  }
  .t_syk2xrg {
    padding-left: 20px;
  }
  .t_syk2rg {
    width: 41%;
  }
  .t_syk2le {
    width: 59%;
  }
  .t_syk2xia .t_sytit h4 {
    height: 105px;
    overflow: hidden;
  }
  .t_syk2xli {
    padding: 32px 0 30px;
  }
  .t_syk3li {
    padding: 0 15px;
    padding-bottom: 5px;
  }
  .t_syk3lie {
    margin: 0 -15px;
  }
  .t_sytit h3 {
    font-size: 28px;
  }
  .t_syk3wen {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1200px) {
  .ys_cont1400 {
    width: 70%;
  }
  .t_b1k1le {
    padding-right: 100px;
  }
  .t_neiline {
    padding-bottom: 22px;
    margin-bottom: 40px;
  }
  .t_b1k2dazi {
    font-size: 320px;
  }
  .t_b1k2zhwen .t_neitit h4 {
    margin-bottom: 20px;
  }
  .t_b1k4li.swiper-slide {
    width: 360px;
  }
  .t_c1k2rg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 230px);
    padding-left: 34px;
  }
  .t_c1k2hao {
    font-size: 22px;
  }
  .t_c1k2lile {
    width: 108px;
  }
  .t_c1k2lirg {
    width: calc(100% - 108px);
    padding-right: 50px;
    padding-left: 36px;
  }
  /* 分界线 */
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
  .t_neitit h3 {
    font-size: 24px;
  }
  .t_neiban2 {
    margin-top: 80px;
  }
  .t_neiban3 {
    margin-top: 80px;
  }
  .t_c1k1btn {
    border-radius: 21px;
  }
  .t_c1k2xin {
    padding: 40px 0;
  }
  .t_c1k2 {
    margin-top: -40px;
  }
  .t_c1k2li.on .t_c1k2xin {
    padding: 80px 0;
  }
  .t_c1k2lirg .t_neitit h4 {
    max-height: 63px;
  }
  .t_c1k2jian {
    width: 36px;
    height: 36px;
  }
  .t_c1k2lirg .t_neiduan p {
    height: auto;
    max-height: 84px;
  }
  /* 分界线 */
}

@media screen and (max-width: 1280px) {
  .t_c1k2li {
    min-height: 300px !important;
  }
  .t_c1k2li .empty {
    min-height: 300px !important;
  }
  .ys_cont1500 {
    width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t_syk3lie .slick-prev,
  .t_syk3lie .slick-next {
    width: 16px;
    height: 28px;
  }
  .t_syk3lie .slick-prev {
    left: -16px;
  }
  .t_syk3lie .slick-next {
    right: -16px;
  }
  .t_syk3wen {
    top: calc(100% - 48px);
  }
  .ys_cont1350 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t_xiaping {
    left: 100px;
  }
  .t_syk1move::after {
    width: 4800px;
    height: 107px;
  }
  .t_syk1move {
    height: 104px;
  }
  .t_dicode {
    width: 120px;
  }
  .t_dicode {
    left: -10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .t_dicode::before {
    left: 24px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .t_headtit {
    font-size: 14px;
  }
  .ys_cont1400 {
    width: 70%;
  }
  .t_b1k3lile {
    font-size: 40px;
  }
  .t_neitit h1 {
    font-size: 40px;
  }
  .t_neitit h2 {
    font-size: 32px;
  }
  /* 分界线 */
}

@media screen and (max-width: 1200px) {
  .t_syk1move::after {
    width: 5120px;
    height: 114px;
  }
  .t_syk1move {
    height: 112px;
  }
  .t_neitit h1 {
    font-size: 38px;
  }
  .t_c1k1an {
    font-size: 14px;
  }
  .t_c1k1btn {
    border-radius: 17.5px;
  }
  /* 分界线 */
  .t_c1box1 {
    height: 63px;
  }
}

/* 1199~992 平板横屏*/
@media screen and (max-width: 1199px) {
  .t_neiban2 {
    margin-top: 0px;
  }
  .t_neiban3 {
    margin-top: 0;
  }
  .t_c1k1.t_tianjian {
    padding-bottom: 0;
  }
  .t_c1k2rg {
    width: calc(100% - 270px);
    padding-left: 30px;
  }
  .t_c1k2hao {
    font-size: 22px;
  }
  .t_c1k2lile {
    width: 96px;
  }
  .t_c1k2lirg {
    width: calc(100% - 96px);
    padding-right: 44px;
    padding-left: 30px;
  }
  .t_c1k2xin {
    padding: 36px 0;
  }
  .t_c1k2li.on .t_c1k2xin {
    padding: 70px 0;
  }
  .t_c1k2lirg::before {
    height: 80px;
  }
  /* 分界线 */
}

@media (max-width: 1180px) {
  .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .t_c1k1li.on .t_c1k1an {
    color: #0068b6;
    font-size: 24px;
  }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
  .t_c1k1li.on .t_c1k1an {
    color: #0068b6;
    font-size: 20px;
  }
  .ys_ban_title {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .t_sytit h3 {
    font-size: 20px;
  }
  .ys_pos_center {
    top: calc(50% - 20px);
  }
  .t_syk1ul {
    padding: 0;
  }
  .t_syk1li {
    padding: 0 8px;
  }
  .t_syk1ul {
    margin: 0 -8px;
    margin-bottom: 30px;
  }
  .t_syk1xiner {
    padding: 20px 15px 27px;
  }
  .t_syk1xiner .t_sytit {
    margin-bottom: 6px;
  }
  .t_syk1xiner .t_neiduan {
    height: 56px;
    overflow: hidden;
  }
  .t_syk1ol {
    margin: 0 -6px;
    padding: 0;
    margin-bottom: 44px;
  }
  .t_syk1tr {
    padding: 0 6px;
  }
  .t_syk1td .t_shuzi {
    font-size: 24px;
  }
  .t_syk1td .t_neiduan p {
    font-size: 14px;
  }
  .t_syk1td .t_shuzi {
    margin-left: 6px;
  }
  .t_syk1move::after {
    width: 3964px;
    height: 89px;
  }
  .t_syk1move {
    height: 88px;
  }
  .t_syk3nr {
    margin-top: -10px;
  }
  .t_syk4le {
    width: 100%;
  }
  .t_syk4pic {
    width: 60%;
    margin: 0 auto;
  }
  .t_syk4rg {
    width: 100%;
  }
  .t_syk5 {
    padding-top: 164px;
  }
  .t_bjtopul {
    display: none;
  }
  .t_bjtop {
    padding-top: 28px;
    padding-bottom: 44px;
  }
  .t_bjtoplogo {
    width: 130px;
    margin-bottom: 24px;
  }
  .t_bjxiadule .t_neiduanp p:first-of-type {
    display: inline;
  }
  .t_bjxiadule .t_neiduanp p {
    display: inline;
  }
  .t_bjxiadurg {
    float: left;
  }
  .t_jiand1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .t_jiand1top {
    padding-top: 80px;
  }
  .t_jiand1xia {
    padding-bottom: 80px;
  }
  .t_b1k1le {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .t_b1k1rg {
    width: 100%;
  }
  .t_b1k1pic {
    width: 60%;
    margin: 0 auto;
  }
  .t_neitit h2 {
    font-size: 28px;
  }
  .t_neitit h1 {
    font-size: 36px;
  }
  .t_neitit h3 {
    font-size: 22px;
  }
  .t_b1k2zhwen .t_neitit h4 {
    margin-bottom: 14px;
  }
  .t_b1k2dazi {
    font-size: 180px;
  }
  .t_b1k3le {
    width: 23%;
  }
  .t_b1k3rg {
    width: 77%;
  }
  .t_b1k3lile {
    font-size: 36px;
  }
  .t_b1k3xin {
    position: relative;
    z-index: 10;
  }
  .t_b1k3bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .t_b1k3lirg .t_neiduan {
    padding-right: 15px;
  }
  .t_b1k3top {
    margin-bottom: 40px;
  }
  .t_b1k3dian {
    width: 12px;
    height: 12px;
  }
  .t_b1k3nr.t_jiand1 {
    padding-bottom: 10px;
  }
  .t_b1k4li.swiper-slide {
    width: 282px;
  }
  .t_tianjian {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .t_tianjiantop {
    padding-top: 50px;
  }
  .t_tianjianxia {
    padding-bottom: 50px;
  }
  .t_c1k2rg {
    width: 100%;
    position: relative;
    top: 0;
    padding-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .t_c1k2pic {
    margin-bottom: 18px;
  }
  .t_c1k2xin {
    padding: 30px 0;
  }
  /* 分界线 */
  .t_c1k2pic {
    /*width: 270px;*/
    margin: 0 auto;
    float: none;
    margin-bottom: 18px;
  }
  .t_c1k2 {
    margin-top: -30px;
  }
  .t_c1k1.t_tianjian {
    padding-top: 50px;
  }
  .t_c3k2ic {
    width: 50px;
  }
  .t_c4k1pic {
    margin-bottom: 22px;
  }
  .t_c3k2li {
    width: 50%;
  }
  .t_d1k1le,
  .t_d1yele {
    display: none;
  }
  .t_d1k1rg,
  .t_d1yerg {
    width: 100%;
    padding-left: 0;
  }
  .t_d2k2top,
  .t_d2k2ul {
    min-width: 900px;
  }
  .t_d2k2top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
  }
  .t_d2k2ul:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }
  .t_d2k1le {
    width: 260px;
  }
  .t_d2k1rg {
    padding-left: 40px;
    width: calc(100% - 260px);
    padding-top: 30px;
  }
  .t_d2k1nr .t_zixun.t_more2 {
    margin-top: 38px;
  }
  .t_d2k1nr {
    padding-top: 20px;
  }
  .t_neiban3 .t_neiban2 {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .t_d2k2 {
    padding-top: 66px;
  }
  .t_d2k2duan {
    margin-bottom: 30px;
  }
  .t_d2k2table .mCSB_outside + .mCSB_scrollTools .mCSB_draggerContainer {
    top: 0px;
    bottom: 0px;
  }
  .t_jiand2 {
    margin-bottom: 30px;
  }
  .t_d2k3li {
    width: 50%;
  }
  .t_d2k3xin .t_neiduan p {
    height: 84px;
  }
  .t_d4k7xin .t_neitit {
    margin-bottom: 8px;
  }
  .t_d4k1le {
    width: 360px;
  }
  .t_d4k1rg {
    padding-left: 30px;
    width: calc(100% - 360px);
  }
  .t_neiban2 .t_d4k1rg .t_neitit {
    margin-bottom: 18px;
  }
  .t_d4k1rg .t_neiduan {
    margin-bottom: 36px;
  }
  .t_d4k3ul .slick-prev,
  .t_d4k3ul .slick-next {
    top: -65px;
  }
  .t_d4k5pic {
    border-radius: 12px;
  }
  .t_d4k5li .t_neiduan {
    bottom: 20px;
  }
  .t_d4k7li {
    padding: 0 10px;
  }
  .t_d4k7ul {
    margin: 0 -10px;
  }
  .t_d4k7xin {
    padding: 20px 16px 30px;
  }
  .t_d4k7pic {
    margin-bottom: 16px;
  }
  .t_e2k2le {
    padding-right: 30px;
  }
  .t_f1k1rg {
    width: 360px;
  }
  .t_f1k1le {
    padding-right: 24px;
    width: calc(100% - 360px);
    padding-top: 0px;
  }
  .t_f1k1le .t_neitit h2 {
    margin-bottom: 4px;
  }
  .t_f1k3le {
    width: 44%;
  }
  .t_f1k3rg {
    width: 56%;
  }
  .t_f1k3rg .t_neiduan p:first-of-type {
    width: 44%;
  }
  .t_g1k1le {
    width: 421px;
  }
  .t_g1k1rg {
    width: calc(100% - 421px);
  }
  .t_g1k2li {
    padding: 20px 20px;
  }
  .t_g1k2ti {
    width: 20%;
    padding-top: 30px;
  }
  .t_g1k2tu {
    width: 160px;
  }
  .t_g1k2pos {
    width: calc(80% - 160px);
  }
  .t_g1k2pos.t_g1k1li {
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* zeng */
  .t_awaixia {
    margin-bottom: 50px;
  }
  .t_ad2li {
    padding: 0 10px;
  }
  .t_ad2list {
    margin: 0 -10px;
  }
  .t_ad2rg .t_sytith4 {
    margin-bottom: 6px;
  }
  .t_ad2xinli {
    padding: 16px 12px;
  }
  .t_ad2le {
    width: 30px;
    height: 30px;
  }
  .t_ad2rg {
    padding-left: 9px;
    width: calc(100% - 30px);
  }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
  .swiper-slide {
    height: auto !important;
  }
  .t_c1k2rg1 {
    display: none !important;
  }
  .t_c1k2year {
    font-size: 14px;
  }
  .t_c1k2hao {
    font-size: 16px;
  }
  .t_c1k2lirg::before {
    display: none;
    content: '';
    width: 1px;
    height: 80px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .ys_ban_pc {
    display: none;
  }
  .ys_ban_video {
    display: none;
  }
  .ys_ban_ph {
    display: block;
  }
  .t_xiaping {
    left: 20px;
  }
  .ys_cont1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ys_cont1350 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t_sytit h3 {
    font-size: 18px;
  }
  .ys_ban_title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .t_xiaping {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .t_sytitup {
    width: 160px;
  }
  .t_jiand1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .t_jiand1top {
    padding-top: 60px;
  }
  .t_jiand1xia {
    padding-bottom: 60px;
  }
  .t_sytit h2 {
    font-size: 26px;
  }
  .t_syk1biao .t_sytit h2 {
    padding: 22px 0 20px;
  }
  .t_syk1biao .t_sytit::after {
    width: 60px;
    height: 2px;
  }
  .t_jiand2_duan {
    margin-bottom: 32px;
  }
  .t_syk1li {
    width: 50%;
  }
  .t_syk1ul .slick-dots {
    bottom: -25px;
  }
  .t_syk1ul {
    margin-bottom: 40px;
  }
  .t_syk1tr {
    width: 50%;
    margin-bottom: 10px;
  }
  .t_syk1ol {
    margin-bottom: 30px;
  }
  .t_syk1move::after {
    width: 3072px;
    height: 69px;
  }
  .t_syk1move {
    height: 67px;
  }
  .t_syk2xia {
    padding: 20px 15px 24px;
  }
  .t_syk2li {
    width: 100%;
    margin-bottom: 20px;
  }
  .t_syk2xia .t_sytit h4 {
    height: auto;
  }
  .t_syk2xia .t_sytit {
    margin-bottom: 12px;
  }
  .t_syk2le {
    margin-bottom: 10px;
  }
  .t_syk2xpic {
    width: 160px;
  }
  .t_syk2xrg {
    padding-left: 15px;
    width: calc(100% - 160px);
  }
  .t_neiduan.t_syk2rgp {
    margin-bottom: 8px;
  }
  .t_syk2ul {
    margin-bottom: 40px;
  }
  .t_syk3nr {
    margin-top: 0;
  }
  .t_syk3lie .slick-prev,
  .t_syk3lie .slick-next {
    width: 12px;
    height: 22px;
  }
  .t_syk3lie .slick-prev {
    left: -6px;
  }
  .t_syk3lie .slick-next {
    right: -6px;
  }
  .t_syk3wen .t_sytit {
    margin-bottom: 11px;
  }
  .t_syk3box {
    margin-bottom: 10px;
  }
  .t_syk3xu {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .t_syk4wen .t_sytit {
    margin-bottom: 14px;
    width: 100%;
  }
  .t_syk4top {
    margin-bottom: 30px;
  }
  .t_syk4wen .t_neiduan.t_neiduan1 {
    margin-bottom: 24px;
  }
  .t_jiaxian {
    width: calc(calc(calc(100% + 10px) / 3) * 2);
    left: calc(calc(calc(100% + 40px) / 6) - 9px);
  }
  .t_footbg {
    margin-top: -77px;
  }
  .t_bjtoprg {
    width: 100%;
  }
  .t_dishareli {
    padding: 0 8px;
  }
  .t_dishare {
    margin: 0 -8px;
  }
  .t_dicode {
    left: 0px;
  }
  .t_dicode::before {
    left: 10px;
  }
  .t_bjzhinr {
    width: 100%;
  }
  .t_bjtop .t_diduan.t_neiduan {
    margin-bottom: 16px;
  }
  .t_bjtople {
    margin-bottom: 10px;
  }
  .t_bjhang {
    margin-bottom: 8px;
  }
  .t_bjtop {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .t_bjxiayi {
    margin-bottom: 2px;
  }
  .t_bjxia {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .t_neicon {
    padding-bottom: 77px;
  }
  .t_neitit h2 {
    font-size: 24px;
  }
  .t_neitit h1 {
    font-size: 28px;
  }
  .t_neiline {
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .t_neiline::before {
    width: 70px;
    height: 2px;
  }
  .t_b1k2li {
    width: 100%;
    overflow: hidden;
  }
  .t_b1k2pic {
    position: relative;
  }
  .t_b1k2pic img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .t_b1k2li {
    height: 33.333333%;
  }
  .t_b1k2li.on .t_b1k2la {
    height: 100%;
  }
  .t_b1k2li.on .t_b1k2lasvg {
    height: 100%;
  }
  .t_b1k2 {
    overflow: visible;
    z-index: 10;
  }
  .t_b1k2bg .slick-dots {
    bottom: -30px;
  }
  .t_b1k3le {
    width: 100%;
  }
  .t_b1k3lile {
    width: 100%;
  }
  .t_b1k3rg {
    width: 100%;
  }
  .t_b1k3lile {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .t_b1k3lirg {
    width: 100%;
  }
  .t_b1k3li.slick-current.slick-center .t_b1k3tu::before {
    background: #fff;
  }
  .t_b1k4li.swiper-slide {
    width: 246px;
  }
  .t_b1k4xin .t_neitit h4 {
    font-size: 16px;
  }
  .t_b1k4qie .t_b1k4huan {
    margin-top: 6px;
  }
  .t_b1k3zi::before {
    height: 3px;
  }
  .t_b1k3zi::before {
    height: 2px;
    top: 3px;
  }
  .t_b1k3li.slick-current.slick-center .t_b1k3tu::before {
    height: 2px;
    top: 3px;
  }
  .t_b1k3tu::after {
    height: 2px;
    top: 3px;
  }
  .t_b1k3top {
    margin-bottom: 30px;
  }
  .t_tianjian {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .t_tianjiantop {
    padding-top: 45px;
  }
  .t_tianjianxia {
    padding-bottom: 45px;
  }
  .ys_phfy {
    padding: 0 20px;
  }
  /* 分界线 */
  .t_c1k2pic {
    width: 100%;
  }
  .t_c1k2lirg .t_neitit h4 {
    max-height: none;
  }
  .t_c1k2hao {
    font-size: 16px;
  }
  .t_c1k2lile {
    width: 80px;
  }
  .t_c1k2lirg {
    width: calc(100% - 80px);
    padding-right: 40px;
    padding-left: 20px;
  }
  .t_c1k2li.on .t_c1k2xin {
    padding: 30px 0;
  }
  .t_c1k2lirg .t_neitit {
    margin-bottom: 6px;
  }
  .t_c1k2lirg .t_neiduan p {
    max-height: none;
  }
  .t_c1k1.t_tianjian {
    padding-top: 45px;
  }
  .t_c4k1pic {
    margin-bottom: 20px;
  }
  .t_h1k1duan {
    margin-bottom: 26px;
  }
  .t_c3k2li {
    width: 100%;
  }
  .t_c3k2xia .t_neitit h4 {
    height: auto;
  }
  .t_d1k2xin {
    padding: 20px;
  }
  .t_d1k2pic {
    width: 160px;
  }
  .t_d1k2rg {
    padding-left: 20px;
    padding-right: 0px;
    width: calc(100% - 160px);
    padding-top: 0px;
  }
  .t_d3k1 .t_d1k2pic {
    width: 180px;
  }
  .t_d3k1 .t_d1k2rg {
    width: 100%;
    padding-left: 0;
  }
  .t_d3k1 .t_d1k2pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .t_d2k1le {
    width: 160px;
    float: right;
  }
  .t_d2k1rg {
    padding-left: 0px;
    width: 100%;
    padding-top: 0;
    margin-top: -50px;
  }
  .t_d1k1input {
    padding: 0 17px 0 20px;
  }
  .t_d1k1zhu {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .t_d1k1input {
    width: calc(100% - 100px);
    border-radius: 10px;
  }
  .t_d1k1shu input {
    padding: 3px 0;
  }
  .t_d1k1btn {
    line-height: 38px;
  }
  .t_d2k3li {
    width: 100%;
  }
  .t_d2k3xin .t_neitit h4 {
    height: auto;
  }
  .t_d2k3xin .t_neiduan p {
    height: auto;
  }
  .t_d4k1le {
    width: 100%;
  }
  .t_d4k1rg {
    padding-left: 0;
    width: 100%;
  }
  .t_d4k1rg {
    padding-top: 30px;
  }
  .t_neiban2 .t_d4k1rg .t_neitit {
    margin-bottom: 14px;
  }
  .t_d4k1rg .t_neiduan {
    margin-bottom: 26px;
  }
  .t_neipic1 {
    border-bottom-right-radius: 100px;
  }
  .t_d4k3ul .slick-prev,
  .t_d4k3ul .slick-next {
    width: 32px;
    height: 32px;
  }
  .t_d4k3li {
    padding: 0 6px;
  }
  .t_d4k3ul {
    margin: 0 -6px;
  }
  .t_d4k3xin {
    padding: 36px 16px 32px;
  }
  .t_d4k3xu::before {
    width: 74px;
    height: 74px;
  }
  .t_d4k3shu {
    right: 20px;
    top: 6px;
  }
  .t_d4k3xin .t_neitit {
    margin-bottom: 6px;
  }
  .t_d4k3xin .t_neiduan {
    height: 140px;
  }
  .t_d4k3zh {
    height: 200px;
  }
  .t_d4k5ul .slick-dots {
    bottom: -30px;
  }
  .t_jiand2 {
    margin-bottom: 26px;
  }
  .t_d4k7ul .slick-dots {
    bottom: -30px;
  }
  .t_e2k2le {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 10;
  }
  .t_e2k2rg {
    width: 100%;
  }
  .t_e2k2le .t_neiduan {
    margin-bottom: 28px;
  }
  .t_e2k2ul {
    margin-bottom: 60px;
  }
  .t_f1k1le {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 26px;
  }
  .t_f1k1rg {
    width: 100%;
  }
  .t_f1k3top {
    padding: 12px 30px;
  }
  .t_f1k3ic {
    right: 30px;
  }
  .t_f1k3le {
    width: 100%;
  }
  .t_f1k3rg {
    width: 100%;
  }
  .t_f1k3le::before {
    left: -10px;
    height: 46px;
  }
  .t_f1k3xia {
    padding: 30px 30px 40px;
  }
  .t_f1k3duan {
    margin-bottom: 28px;
  }
  .t_g1k1le {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .t_g1k1rg {
    width: 100%;
  }
  .t_g1duanp {
    margin-bottom: 16px;
  }
  .t_g1k1ul {
    margin-bottom: 18px;
  }
  .t_d4k3dabg {
    width: 200%;
  }
  .t_g1k2ti {
    width: 100%;
    padding-top: 0;
  }
  .t_g1k2pos {
    width: 100%;
  }
  .t_g1k2pos.t_g1k1li {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .t_g1k2pos::before {
    display: none;
  }
  .t_g1k2tu {
    width: 100%;
  }
  .t_d1k2pic img {
    width: 160px;
  }
  .t_d1k2pic {
    width: auto;
  }
  .t_d1k2rg {
    padding-bottom: 0px;
  }
  /* zeng */
  .t_awaixia {
    margin-bottom: 45px;
  }
  .t_d2k1rg .t_sytit h4 {
    font-size: 16px;
  }
  .t_d2k1rg .t_neitit {
    margin-bottom: 18px;
  }
  .t_d2k1nr .t_zixun.t_more2 {
    margin-top: 28px;
  }
  .t_d2k2box {
    padding: 30px 20px;
  }
  .t_ad2xin h4 {
    margin-bottom: 4px;
    padding-top: 6px;
  }
  .t_ad2li {
    width: 100%;
  }
  .t_ad2rg .t_neiduan {
    height: auto;
  }
  .t_ad2rg .t_sytith4 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  /* 分界线 */
  .t_c1k1an {
    padding: 10px 25px !important;
    font-size: 12px !important;
  }
  .t_c1k2rg {
    display: none !important;
  }
  .t_c1k2rg1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 5px #dedede;
            box-shadow: 0px 0px 10px 5px #dedede;
    margin-top: -20px;
  }
  .t_c1k2lile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t_c1k2date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .t_c1k1nr .topTitle-search .topTitle-input {
    border: 1px solid #01aaed;
    height: 33px;
    line-height: 33px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 5px;
  }
  .t_c1k1nr .topTitle-search .iconfont {
    height: 35px;
    line-height: 35px;
    color: white;
    width: 35px;
    cursor: pointer;
    text-align: center;
    background-color: #01aaed;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 18px;
  }
  .t_neitit h3 {
    font-size: 20px;
  }
  .t_neitit h4 {
    font-size: 16px;
  }
  .t_c1k1.t_tianjian {
    padding-top: 32px;
  }
  .t_c1k2pic {
    border-radius: 10px;
  }
  .t_c1k2lile {
    width: 100%;
  }
  .t_c1k2hao {
    font-size: 14px;
  }
  .t_c1k2year {
    font-size: 14px;
    display: inline-block;
  }
  .t_c1k2date {
    padding-top: 0;
    margin-bottom: 6px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .t_c1k2lirg {
    width: 100%;
    padding: 0;
  }
  .t_c1k2lirg::before {
    display: none;
  }
  .t_c1k2xin {
    padding: 22px 0;
  }
  .t_c1k2 {
    margin-top: -22px;
  }
  .t_c1k2jian {
    width: 32px;
    height: 32px;
  }
  .t_yema {
    padding-top: 12px;
  }
}
/*# sourceMappingURL=HeavyList.css.map */