﻿@import "swiper-bundle.min.css";
@import "bootstrap.min.css";
html,
body {
  width: 100%;
  height: 100%;
  background-color: white;
  color: #282828;
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: manipulation;
  flex-shrink: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
input,
textarea,
img,
button,
select {
  border: none;
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}
i {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
button,
.button {
  color: #fff;
  background-color: #FF3E48;
  border-radius: 4px;
  border: solid 1px #FF3E48;
  font-size: 17px;
  cursor: pointer;
  line-height: 100%;
}
button:hover,
.button:hover {
  opacity: 0.9;
}
input,
select {
  background-color: transparent;
  color: #282828;
  padding: 0 1%;
  font-size: 16px;
  border: solid #cdcdcd;
}
input::-webkit-input-placeholder {
  color: #bcbcbc;
}
input:focus,
input:hover {
  border-color: #d70c18;
}
input[type='checkbox'] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid #d2d9d9;
  background-color: #fff;
  margin-right: 5px;
}
input[type='radio'] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid #d2d9d9;
  border-radius: 50%;
  margin-right: 5px;
}
input[type=checkbox]:checked {
  background: url("../image/i_checkbox.png") no-repeat center;
}
input[type=radio]:checked {
  background: url("../image/i_radio.png") no-repeat center;
}
caption {
  line-height: 70px;
  text-align: left;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
p {
  cursor: default;
}
video {
  width: 100%;
  height: auto;
}
/* 滚动条 */
.scroll_bar {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* 布局 */
.d_none {
  display: none !important;
}
.d_flex {
  display: flex;
}
.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flex_column {
  flex-direction: column;
}
.align_items_center {
  align-items: center;
}
.align_items_end {
  align-items: flex-end;
}
.align_items_start {
  align-items: flex-start;
}
.align_items_stretch {
  align-items: stretch;
}
.align_content_center {
  align-content: center;
}
.justify_content_between {
  justify-content: space-between;
}
.justify_content_center {
  justify-content: center;
}
.justify_content_end {
  justify-content: flex-end;
}
.align_self_end {
  align-self: flex-end;
}
.flex_1 {
  flex: 1;
}
.flex_2 {
  flex: 2;
}
.flex_3 {
  flex: 3;
}
.col_2 {
  width: calc(50% - 20%);
}
.pos_rel {
  position: relative;
}
.pos_abs {
  position: absolute;
}
.pos_t_0 {
  top: 0;
}
.pos_b_0 {
  bottom: 0;
}
.pos_b_20 {
  bottom: 20px;
}
.pos_l_0 {
  left: 0;
}
.pos_r_0 {
  right: 0;
}
.overflow_hidden {
  overflow: hidden;
}
.page_container {
  width: 1360px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}
/* 宽度 */
.w_100pct {
  width: 100%;
}
.w_50 {
  width: 50px;
}
.w_80 {
  width: 80px;
}
.w_300 {
  width: 300px;
}
.w_800 {
  width: 800px;
}
.w_fit {
  width: fit-content;
}
.h_100pct {
  height: 100%;
}
.h_40 {
  height: 40px;
}
.h_60 {
  height: 60px;
}
.h_80 {
  height: 80px;
}
.h_120 {
  height: 120px;
}
.h_200 {
  height: 200px;
}
/* 边距 */
.m_0 {
  margin: 0;
}
.m_r_5 {
  margin-right: 5px;
}
.m_r_6 {
  margin-right: 6px;
}
.m_r_10 {
  margin-right: 10px;
}
.m_r_15 {
  margin-right: 15px;
}
.m_r_20 {
  margin-right: 20px;
}
.m_r_25 {
  margin-right: 25px;
}
.m_r_30 {
  margin-right: 30px;
}
.m_r_40 {
  margin-right: 40px;
}
.m_r_50 {
  margin-right: 50px;
}
.m_r_60 {
  margin-right: 60px;
}
.m_r_80 {
  margin-right: 80px;
}
.m_l_5 {
  margin-left: 5px;
}
.m_l_10 {
  margin-left: 10px;
}
.m_l_15 {
  margin-left: 15px;
}
.m_l_20 {
  margin-left: 20px;
}
.m_l_30 {
  margin-left: 30px;
}
.m_l_40 {
  margin-left: 40px;
}
.m_l_50 {
  margin-left: 50px;
}
.m_l_70 {
  margin-left: 70px;
}
.m_x_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m_x_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m_x_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m_x_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m_x_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m_x_n15 {
  margin-left: -15px;
  margin-right: -15px;
}
.m_t_3 {
  margin-top: 3px;
}
.m_t_5 {
  margin-top: 5px;
}
.m_t_10 {
  margin-top: 10px;
}
.m_t_15 {
  margin-top: 15px;
}
.m_t_20 {
  margin-top: 20px;
}
.m_t_25 {
  margin-top: 25px;
}
.m_t_30 {
  margin-top: 30px;
}
.m_t_35 {
  margin-top: 35px;
}
.m_t_40 {
  margin-top: 40px;
}
.m_t_50 {
  margin-top: 50px;
}
.m_t_60 {
  margin-top: 60px;
}
.m_t_70 {
  margin-top: 70px;
}
.m_t_80 {
  margin-top: 80px;
}
.m_t_100 {
  margin-top: 100px;
}
.m_t_120 {
  margin-top: 120px;
}
.m_t_130 {
  margin-top: 130px;
}
.m_t_140 {
  margin-top: 140px;
}
.m_t_270 {
  margin-top: 270px;
}
.m_b_5 {
  margin-bottom: 5px;
}
.m_b_10 {
  margin-bottom: 10px;
}
.m_b_15 {
  margin-bottom: 15px;
}
.m_b_20 {
  margin-bottom: 20px;
}
.m_b_30 {
  margin-bottom: 30px;
}
.m_b_40 {
  margin-bottom: 40px;
}
.m_b_50 {
  margin-bottom: 50px;
}
.m_b_60 {
  margin-bottom: 60px;
}
.m_b_80 {
  margin-bottom: 80px;
}
.m_b_100 {
  margin-bottom: 100px;
}
.m_b_110 {
  margin-bottom: 110px;
}
.m_y_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m_y_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_y_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m_y_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m_y_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m_y_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m_y_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p_0 {
  padding: 0 !important;
}
.p_20 {
  padding: 20px;
}
.p_30 {
  padding: 30px;
}
.p_60 {
  padding: 60px;
}
.p_140 {
  padding: 140px;
}
.p_r_10 {
  padding-right: 10px;
}
.p_r_20 {
  padding-right: 20px;
}
.p_r_30 {
  padding-right: 30px;
}
.p_r_40 {
  padding-right: 40px;
}
.p_l_10 {
  padding-left: 10px;
}
.p_l_15 {
  padding-left: 15px;
}
.p_l_20 {
  padding-left: 20px;
}
.p_l_30 {
  padding-left: 30px;
}
.p_l_40 {
  padding-left: 40px;
}
.p_l_50 {
  padding-left: 50px;
}
.p_x_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p_x_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p_x_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p_x_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p_x_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p_x_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p_x_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p_x_50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p_x_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p_x_80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p_x_100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p_x_120 {
  padding-left: 120px;
  padding-right: 120px;
}
.p_t_5 {
  padding-top: 5px;
}
.p_t_10 {
  padding-top: 10px;
}
.p_t_15 {
  padding-top: 15px;
}
.p_t_20 {
  padding-top: 20px;
}
.p_t_30 {
  padding-top: 30px;
}
.p_t_80 {
  padding-top: 80px;
}
.p_b_5 {
  padding-bottom: 5px;
}
.p_b_10 {
  padding-bottom: 10px;
}
.p_b_25 {
  padding-bottom: 25px;
}
.p_b_30 {
  padding-bottom: 30px;
}
.p_y_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.p_y_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p_y_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p_y_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p_y_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p_y_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p_y_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p_y_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* 字体 */
.f_size_13 {
  font-size: 13px;
}
.f_size_14 {
  font-size: 14px;
  line-height: 22px;
}
.f_size_15 {
  font-size: 15px;
  line-height: 22px;
}
.f_size_16 {
  font-size: 16px;
  line-height: 26px;
}
.f_size_17 {
  font-size: 17px;
  line-height: 32px;
}
.f_size_18 {
  font-size: 18px;
  line-height: 28px;
}
.f_size_20 {
  font-size: 20px;
  line-height: 28px;
}
.f_size_22 {
  font-size: 22px;
  line-height: 32px;
}
.f_size_24 {
  font-size: 24px;
  line-height: 36px;
}
.f_size_26 {
  font-size: 26px;
  line-height: 36px;
}
.f_size_28 {
  font-size: 28px;
  line-height: 38px;
}
.f_size_32 {
  font-size: 32px;
  line-height: 44px;
}
.f_size_34 {
  font-size: 34px;
}
.f_size_90 {
  font-size: 9px;
}
.f_size_120 {
  font-size: 12px;
}
.f_bold {
  font-weight: 600;
}
.text_align_center {
  text-align: center;
}
.f_color_white {
  color: white;
}
.f_color_white_v7 {
  color: rgba(255, 255, 255, 0.7);
}
.f_color_gray_v4 {
  color: #444;
}
.f_color_gray_v6 {
  color: #666;
}
.f_color_gray_v9 {
  color: #999;
}
.f_color_gray_v10 {
  color: #aaa;
}
.f_color_red {
  color: #bf0a19;
}
.f_color_primary {
  color: #d70c18;
}
.f_color_white {
  color: white;
}
.f_color_blue {
  color: #1f5c99;
}
.f_color_grayblue {
  color: #8fa1b3;
}
.f_line_100p {
  line-height: 100%;
}
.text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_ellipsis_2,
.text_ellipsis_3,
.text_ellipsis_4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.text_ellipsis_2 img,
.text_ellipsis_3 img,
.text_ellipsis_4 img {
  display: none;
}
.text_ellipsis_2 {
  -webkit-line-clamp: 2;
}
.text_ellipsis_3 {
  -webkit-line-clamp: 3;
}
.text_ellipsis_4 {
  -webkit-line-clamp: 4;
}
/* 鼠标 */
.cursor_pointer {
  cursor: pointer;
}
/* 居中 */
.abs_h_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abs_c_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.line_around_1 {
  border: solid 1px;
}
.line_around_2 {
  border: solid 2px;
}
.line_top_1 {
  border-top: solid 1px;
}
.line_bottom_1 {
  border-bottom: solid 1px;
}
.line_gray_v5 {
  border-color: #eee;
}
.line_gray_v4 {
  border-color: #dcdcdc;
}
.line_black_v3 {
  border-color: #333;
}
.line_pink {
  border-color: #F2D5D7;
}
.border_around_4 {
  border-radius: 4px;
}
.border_around_6 {
  border-radius: 6px;
}
.border_around_8 {
  border-radius: 8px;
}
.border_around_100 {
  border-radius: 100px;
}
.border_tl_4 {
  border-top-left-radius: 4px;
}
.border_tr_4 {
  border-top-right-radius: 4px;
}
.border_bl_4 {
  border-bottom-left-radius: 4px;
}
.border_br_4 {
  border-bottom-right-radius: 4px;
}
.bg_white {
  background-color: #fff;
}
.bg_white_v4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg_black_v3 {
  background-color: #333;
}
.bg_gray_v5 {
  background-color: #f5f5f5;
}
.bg_gray_v7 {
  background-color: #f7f7f7;
}
.bg_primary {
  background-color: #d70c18;
}
.bg_pink {
  background-color: #fdf3f3;
}
.opacity_v4 {
  opacity: 0.4;
}
.opacity_v5 {
  opacity: 0.5;
}
.opacity_v6 {
  opacity: 0.6;
}
.opacity_v7 {
  opacity: 0.7;
}
header {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
}
header .nav_list {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #666;
}
header .nav_list li {
  padding: 3px 0;
}
header .nav_list li a {
  margin: 12px 0;
}
header .nav_list li a:hover {
  color: #282828;
}
header .page_title {
  padding: 5px 10px;
  background: linear-gradient(90deg, #D70C18, #E63939);
  border-radius: 8px;
  color: white;
  font-size: 24px;
  margin-left: 5px;
}
header.shadow_none {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header_top,
.header_top_home {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 35px;
}
.header_top a,
.header_top_home a {
  display: flex;
  align-items: center;
}
.header_top a::after,
.header_top_home a::after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  left: 15px;
}
.header_top a:last-child::after,
.header_top_home a:last-child::after {
  display: none;
}
.header_top a:hover,
.header_top_home a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header_top.search_top,
.header_top_home.search_top {
  color: #999;
  justify-content: space-between;
}
.header_top.search_top a::after,
.header_top_home.search_top a::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.header_top.search_top a:hover,
.header_top_home.search_top a:hover {
  color: #666;
}
.header_top.search_top .return_home::after,
.header_top_home.search_top .return_home::after {
  display: none;
}
.header_top {
  height: 30px;
}
.header_bar_home {
  height: 60px;
  border-bottom: solid 1px #ededed;
}
.header_bar_home .logo {
  height: 70px;
  background-color: white;
  position: relative;
  bottom: 35px;
}
.header_bar_home .logo img {
  width: auto;
  height: 100%;
}
.header_bar_home .header_nav {
  height: 60px;
}
.header_bar {
  height: 70px;
}
.header_bar .logo {
  height: 100%;
  background-color: white;
}
.header_bar .logo img {
  width: auto;
  height: 100%;
}
.header_nav {
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header_nav li {
  margin: 0 18px;
}
.header_nav li a:hover {
  color: #d70c18;
}
.header_nav li:first-child {
  margin-left: 0;
}
.header_nav li:last-child {
  margin-right: 0;
}
.header_nav li .header_nav_more .i_more path {
  stroke: #282828;
}
.header_nav li .header_nav_more:hover .i_more path {
  stroke: #d70c18;
}
.header_nav li .header_nav_more.hover {
  color: #d70c18;
}
.header_nav li .header_nav_more.hover .i_more path {
  stroke: #d70c18;
}
.header_nav_more .i_more path {
  stroke: #666;
  transform-origin: center;
}
.header_nav_more:hover .i_more path {
  stroke: #282828;
}
.header_nav_more.hover {
  color: #282828;
}
.header_nav_more.hover .i_more path {
  stroke: #282828;
  transform: rotateX(180deg);
}
.header_more_container {
  width: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
}
.header_more_container li {
  margin: 5px 40px 8px 0;
  color: #666;
  font-size: 16px;
}
.header_more_container li:hover {
  color: #282828;
}
.header_more_container.hide_more {
  height: 0 !important;
}
footer {
  font-size: 15px;
  padding: 10px 0;
}
footer .footer_title {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: solid 1px #4d4d4d;
}
footer .footer_title::after {
  display: block;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #4d4d4d;
  margin-top: 10px;
}
footer .footer_download {
  display: flex;
}
footer .footer_download li {
  position: relative;
  padding: 10px;
}
footer .footer_download li i {
  width: 42px;
  height: 42px;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
  border: solid 1px #5e616e;
}
footer .footer_download li i.icon_ios {
  background-image: url(/resource/web/images/i_ios.png);
}
footer .footer_download li i.icon_android {
  background-image: url(/resource/web/images/i_android.png);
}
footer .footer_download li img {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 68px;
  left: -49px;
}
.search_bar_home,
.search_bar {
  width: 180px;
  height: 36px;
  display: flex;
  overflow: hidden;
  background-color: #eee;
  border-radius: 18px;
  margin: 12px 0;
}
.search_bar_home input,
.search_bar input {
  flex: 1;
  min-width: 0;
  height: 36px;
  padding-left: 18px;
  border: none;
  line-height: 100%;
  color: #282828;
}
.search_bar_home .search_btn,
.search_bar .search_btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 5px 12px 0 10px;
}
.search_bar_home .search_btn .search_icon,
.search_bar .search_btn .search_icon {
  stroke: #666;
}
.search_bar_home .search_btn:hover .search_icon,
.search_bar .search_btn:hover .search_icon {
  stroke: #d70c18;
}
.search_bar {
  width: 45px;
}
.transition_2,
.transition_2:hover,
.transition_2:focus,
:hover.transition_2,
:focus.transition_2 {
  transition: transform 0.2s, all 0.2s;
  -webkit-transition: transform 0.2s, all 0.2s;
  -moz-transition: transform 0.2s, all 0.2s;
  -o-transition: transform 0.2s, all 0.2s;
}
.transition_4,
.transition_4:hover,
.transition_4:focus,
:hover.transition_4,
:focus.transition_4 {
  transition: transform 0.4s, all 0.4s;
  -webkit-transition: transform 0.4s, all 0.4s;
  -moz-transition: transform 0.4s, all 0.4s;
  -o-transition: transform 0.4s, all 0.4s;
}
.f_hover_red:hover {
  color: #d70c18;
}
.f_hover_black_v3:hover {
  color: #333;
}
.opacity_hover_v7:hover {
  opacity: 0.7;
}
.opacity_hover_v8:hover {
  opacity: 0.8;
}
.opacity_hover_v9:hover {
  opacity: 0.9;
}
.img_hover:hover img,
.img_hover:hover .img {
  transform: scale(1.1);
}
.shadow_hover_v7 {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.shadow_hover_v7:hover {
  box-shadow: 0 8px 20px -10px rgba(68, 54, 54, 0.3);
}
.breadcrumbs {
  display: inline;
  color: #666;
  vertical-align: middle;
}
.breadcrumbs .breadcrumbs_item {
  display: inline;
}
.breadcrumbs .breadcrumbs_item a {
  display: inline;
  line-height: 30px;
}
.breadcrumbs .breadcrumbs_item svg {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs .breadcrumbs_item:last-child svg {
  display: none;
}
.breadcrumbs .active {
  color: #333;
  font-weight: 600;
}
.breadcrumbs .active .f_hover_red:hover {
  color: #333;
  cursor: default;
}
.item_title {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_title .title {
  border-bottom: solid 3px #FF3E48;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: -1px;
}
.item_title .more {
  color: #999;
  font-size: 16px;
}
.item_title .more .i_more {
  stroke: #aaa;
}
.item_title .more :hover {
  color: #FF3E48;
}
.item_title .more :hover .i_more {
  stroke: #FF3E48;
}
.home_banner {
  height: 420px;
}
.home_banner .carousel_container {
  width: 650px;
  height: 420px;
  border-radius: 4px;
}
.home_banner .carousel_container a {
  width: 100%;
  height: 100%;
}
.home_banner .carousel_container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .swiper-pagination {
  display: none;
}
.video_banner {
  height: 440px;
}
.video_banner .carousel_container {
  width: 750px;
}
.video_banner .carousel_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  right: 0;
  left: auto;
  bottom: 30px;
  margin-right: 35px;
}
.carousel_banner {
  height: 675px;
}
.intellectual_banner {
  height: 410px;
}
.intellectual_banner .carousel_container {
  width: 700px;
  height: 410px;
  border-radius: 4px;
}
.atlas_banner .swiper-pagination-fraction {
  width: fit-content;
  padding: 5px 30px 5px 0;
  font-size: 18px;
}
.atlas_banner .swiper-pagination-fraction .swiper-pagination-current {
  color: #d70c18;
  font-weight: 600;
  font-size: 30px;
}
.atlas_banner .atlas_describe {
  width: 100%;
  padding: 15px 0;
  background-color: white;
  overflow: hidden;
}
.carousel_container {
  height: 100%;
}
.carousel_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  right: 0;
  left: auto;
  bottom: 35px;
  margin-right: 40px;
}
.carousel_container .swiper-pagination .swiper-pagination-bullet {
  background-color: #cdcdcd;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.carousel_container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d70c18 !important;
  opacity: 1;
}
.carousel_wrapper .swiper-slide {
  position: relative;
}
.carousel_wrapper .carousel_text,
.carousel_wrapper .carousel_home_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: white;
  display: flex;
  align-items: flex-end;
  padding: 0 300px 30px 30px;
}
.carousel_wrapper .carousel_home_text {
  padding: 0 40px 25px 25px;
}
.part_carousel {
  position: relative;
}
.part_carousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  right: 0;
  left: auto;
  bottom: 35px;
  margin-right: 25px;
}
.part_carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #ddd;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.part_carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d70c18;
}
.part_carousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 26px;
  margin-right: 25px;
}
img {
  -webkit-user-drag: none;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab_left {
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}
.tab_left .tab_left_box {
  min-width: 200px;
  background-image: url(../images/bg_tab_left.png);
  background-size: 100% 100%;
  padding-bottom: 100px;
}
.tab_left .tab_left_box .tab_left_item {
  width: 100%;
  color: #666;
  font-size: 16px;
}
.tab_left .tab_left_box .tab_left_item a {
  width: 100%;
  height: 100%;
}
.tab_left .tab_left_box .tab_left_item.active {
  color: white;
  font-weight: 600;
  background: linear-gradient(90deg, #D70C18, #ED6557);
  box-shadow: 0 5px 15px -5px rgba(218, 23, 32, 0.3);
  -moz-box-shadow: 0 5px 15px -5px rgba(218, 23, 32, 0.3);
  -webkit-box-shadow: 0 5px 15px -5px rgba(218, 23, 32, 0.3);
}
.tab_left .tab_left_box .tab_left_item.active:hover {
  color: white;
}
.tab_left .tab_left_box .tab_left_item:hover {
  background-color: rgba(31, 92, 153, 0.05);
  color: #333;
}
.tab_left .tab_left_box.affix {
  top: 20px;
}
.tab_left .tab_left_box.affix-bottom {
  position: absolute;
}
.tab_inside {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(#ffffff 20%, rgba(255, 255, 255, 0));
  border-radius: 4px 4px 0 0;
  padding: 20px 15px 35px 15px;
}
.tab_inside div {
  width: fit-content;
}
.tab_inside div::after {
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: 4px;
  background-color: #d70c18;
  margin-top: 5px;
  position: relative;
  right: 1px;
}
.tab_inside.bg_none {
  background: transparent;
  padding: 20px 5px;
}
.text_marker {
  padding-left: 16px;
  position: relative;
}
.text_marker::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cdcdcd;
  position: absolute;
  top: 12px;
  left: 0;
}
.text_marker.red_marker::before {
  background-color: #d70c18;
  top: 16px;
}
.text_marker.f_size_14::before {
  top: 9px;
}
.part_title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
}
.part_title::before {
  display: block;
  content: "";
  width: 3px;
  height: 16px;
  background-color: #d70c18;
  margin: 0 6px;
}
.part_title_more {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.part_title_more svg {
  stroke: #999;
}
.part_title_more:hover {
  color: #666;
}
.part_title_more:hover svg {
  stroke: #666;
}
.title_inside {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(#ffffff 20%, rgba(255, 255, 255, 0));
  border-radius: 4px 4px 0 0;
  padding: 20px 15px 35px 15px;
}
.title_inside div {
  width: fit-content;
}
.title_inside div::after {
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: 4px;
  background-color: #d70c18;
  margin-top: 5px;
  position: relative;
  right: 1px;
}
.title_inside.bg_none {
  background: transparent;
  padding: 20px 5px;
}
.part_title_inside {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
}
.part_title_inside::before {
  display: block;
  content: "";
  width: 4px;
  height: 15px;
  border-radius: 2px;
  background-color: #d70c18;
  margin-right: 12px;
}
.title_inside_tab {
  display: flex;
  align-items: center;
}
.title_inside_tab li {
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
.title_inside_tab li .tab_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 0 25px;
}
.title_inside_tab li .tab_item::after {
  width: 1px;
  height: 14px;
  background-color: #ddd;
  position: absolute;
  right: -25px;
  margin: 0;
}
.title_inside_tab li .tab_item:hover {
  color: #282828;
}
.title_inside_tab li::after {
  display: block;
  content: "";
  width: calc(80% - 40px);
  height: 4px;
  border-radius: 4px;
  background-color: transparent;
  margin: 5px calc(10% + 20px) 0;
}
.title_inside_tab li.active {
  color: #282828;
}
.title_inside_tab li.active::after {
  background-color: #d70c18;
}
.title_inside_tab li:last-child .tab_item::after {
  background-color: transparent;
}
.row_list .col_2 {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.row_list .col_2:nth-child(2n-1) {
  margin-left: 0;
}
.row_list .col_3 {
  width: calc((100% - 40px)/3);
  margin-left: 20px;
}
.row_list .col_3:nth-child(3n-2) {
  margin-left: 0;
}
.row_list .col_4 {
  width: calc(25% - 15px);
  margin-left: 20px;
}
.row_list .col_4:nth-child(4n-3) {
  margin-left: 0;
}
.img_box {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border: solid 0.55px #f5f5f5;
}
.img_box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_box_special {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border: solid 0.55px #f5f5f5;
  padding-top: 46%;
}
.img_box_special img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special_banner .img_box {
  padding-top: 44%;
}
.img_box.zjlm {
  padding-top: 32%;
}
.columnist_list {
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: column;
}
.columnist_list .swiper-wrapper {
  flex: 1;
  overflow: hidden;
}
.columnist_list .swiper-slide {
  height: calc(50% - 7.5px);
  overflow: hidden;
}
.columnist_list .columnist_list_pagination {
  display: flex;
  align-items: center;
  background-color: #ededed;
  border-radius: 100px;
  width: calc(100%/3 - 10px);
}
.columnist_list .swiper-button-prev,
.columnist_list .swiper-button-next {
  position: initial;
  width: 12px;
  height: 12px;
  padding: 10px 0;
  margin: 0 10px;
}
.columnist_list .swiper-button-prev svg,
.columnist_list .swiper-button-next svg {
  stroke: #666;
}
.columnist_list .swiper-button-prev:hover svg,
.columnist_list .swiper-button-next:hover svg {
  stroke: #282828;
}
.columnist_list .swiper-button-prev::after,
.columnist_list .swiper-button-next::after {
  display: none;
}
.columnist_list .swiper-pagination {
  position: initial;
  flex: 1;
  font-size: 14px;
  color: #bfbfbf;
}
.columnist_list .swiper-pagination .swiper-pagination-current {
  color: #d70c18;
  font-weight: 600;
}
.columnist_list .swiper-pagination .swiper-pagination-total {
  color: #999;
}
.columnist_list .columnist_list_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.columnist_list .columnist_list_item .columnist_name {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  color: white;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
}
.columnist_list .columnist_list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.columnist_info {
  width: 100%;
}
.columnist_info .columnist_img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.columnist_info .columnist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_container input {
  height: 50px;
  line-height: 100%;
  border: solid 1px #cdcdcd;
  border-radius: 2px;
}
.search_container input:hover {
  border-color: #aaa;
}
.search_container input:focus {
  border-color: #d70c18;
}
.search_container input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.search_container .search_bar {
  width: 100%;
  height: auto;
  display: flex;
  background-color: transparent;
  border-radius: 0;
}
.search_container .search_bar input {
  flex: 1;
  border-width: 1px 0 1px 1px;
}
.search_container .search_bar button {
  height: 50px;
  padding: 0 25px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(90deg, #d70c18, #E63939);
}
.float_right {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99;
}
.float_right .float_list {
  width: 50px;
  padding: 2px;
  border-radius: 25px;
  background-color: #f32330;
}
.float_right .float_list li {
  width: 46px;
  height: 50px;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.95;
}
.float_right .float_list li a {
  width: 100%;
  height: 100%;
}
.float_right .float_list li:hover {
  opacity: 1;
  background-color: #d70c18;
}
.float_right .float_list:hover {
  box-shadow: 0 5px 15px -5px #f5545d;
}
.float_right .return_top_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f32330;
  overflow: hidden;
  margin-top: 8px;
  padding: 2px;
}
.float_right .return_top_btn a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.95;
}
.float_right .return_top_btn:hover {
  box-shadow: 0 5px 15px -5px #f5545d;
}
.float_right .return_top_btn:hover a {
  opacity: 1;
}
.float_right .qr_code_show {
  position: absolute;
  right: 50px;
  top: 0;
  padding-right: 15px;
  opacity: 0;
  display: none;
}
.float_right .qr_code_show .qr_code_contianer {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.float_right .qr_code_show .qr_code_contianer li {
  color: #999;
  font-size: 13px;
  margin: 10px;
}
.float_right .qr_code_show .qr_code_contianer li img {
  width: 90px;
  height: auto;
}
.float_right .qr_code_show.appear {
  opacity: 1;
  transition: transform 0.4s, all 0.4s;
  -webkit-transition: transform 0.4s, all 0.4s;
  -moz-transition: transform 0.4s, all 0.4s;
  -o-transition: transform 0.4s, all 0.4s;
}
.pagination_bar {
  font-size: 14px;
  line-height: initial;
}
.pagination_bar > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination_bar > div .current,
.pagination_bar > div .num,
.pagination_bar > div .next,
.pagination_bar > div .end,
.pagination_bar > div .first,
.pagination_bar > div .prev {
  border-radius: 4px;
  padding: 5px 11px;
  margin: 2px;
}
.pagination_bar > div .current:hover,
.pagination_bar > div .num:hover,
.pagination_bar > div .next:hover,
.pagination_bar > div .end:hover,
.pagination_bar > div .first:hover,
.pagination_bar > div .prev:hover {
  background-color: #d70c18;
  color: white;
}
.pagination_bar > div .current:first-child,
.pagination_bar > div .num:first-child,
.pagination_bar > div .next:first-child,
.pagination_bar > div .end:first-child,
.pagination_bar > div .first:first-child,
.pagination_bar > div .prev:first-child {
  margin-left: 0;
}
.pagination_bar > div .current {
  background-color: #d70c18;
  color: white;
  font-weight: 600;
}
.pagination_bar > div .num {
  background-color: transparent;
}
.pagination_bar > div .next,
.pagination_bar > div .end,
.pagination_bar > div .first,
.pagination_bar > div .prev {
  background-color: #f5f5f5;
}
.i_home_depth {
  background-image: url(../images/i_home_depth.png);
}
.i_home_video {
  background-image: url(../images/i_home_video.png);
}
.i_home_knowledge {
  background-image: url(../images/i_home_knowledge.png);
}
.i_columnist {
  background-image: url(../images/i_columnist.png);
}
.i_home_depth,
.i_home_video,
.i_home_knowledge {
  width: 30px;
  height: 30px;
}
.i_columnist {
  width: 34px;
  height: 34px;
}
@media (max-width: 768px) {
  .d_none_mp {
    display: none;
  }
  .d_block_mp {
    display: block !important;
  }
  .d_flex_wrap_mp {
    display: flex;
    flex-wrap: wrap;
  }
  .justify_content_center_mp {
    justify-content: center;
  }
  .flex_row_reverse_mp {
    flex-direction: row-reverse;
  }
  .flex_column_reverse_mp {
    flex-direction: column-reverse;
  }
  .order_0_mp {
    order: 0;
  }
  .order_1_mp {
    order: 1;
  }
  .page_container {
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  header {
    position: initial;
  }
  header .search_bar {
    width: 100%;
    padding-left: 0.4rem;
    position: relative;
  }
  header .search_bar input {
    border-radius: 0.10666667rem;
    width: 100%;
    height: 0.90666667rem;
    border: none;
    padding-left: 1.06666667rem;
  }
  header .search_bar button {
    display: none;
  }
  header .search_bar .search_icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.4rem;
  }
  header .header_bar {
    width: 100%;
    height: auto;
    background-color: white;
    border-width: 0 0 1px 0;
    position: relative;
  }
  header .nav_list {
    display: none;
  }
  .header_bar_home {
    background-color: #c10001;
    height: auto;
    border: none;
  }
  .header_bar_home .page_container {
    align-items: center;
  }
  .header_bar_home .logo {
    height: 1.33333333rem;
    bottom: 0;
    background-color: #c10001;
  }
  .header_bar_home .header_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0.13333333rem 0.06666667rem;
    background-color: white;
    font-size: 0.45333333rem;
    flex-wrap: wrap;
  }
  .header_bar_home .header_nav li {
    width: 20%;
    text-align: center;
    margin: 0;
    padding: 0.06666667rem 0.13333333rem;
  }
  .more_icon {
    background-color: transparent;
    min-width: 0;
    min-height: 0;
    width: fit-content;
    border: none;
    margin: 0 0.4rem;
  }
  .search_bar_home {
    width: fit-content;
    height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  .search_bar_home .search_btn {
    width: fit-content;
    margin: 0;
    padding: 0 0.4rem;
  }
  .header_more_container_mp {
    width: 0;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
  }
  .header_more_container_mp ul {
    width: 100vw;
    height: calc(100% - 52px);
    padding-bottom: 0.4rem;
  }
  .header_more_container_mp li {
    font-size: 0.4rem;
    padding: 0.13333333rem 0.33333333rem;
    border-radius: 100px;
    background-color: #f7f7f7;
    margin: 0.26666667rem 0.26666667rem;
  }
  .header_more_container_mp .close_icon {
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0.4rem;
    margin: 0 0.4rem;
    border: none;
  }
  .header_more_container_mp.show_more {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  .bg_red_mp {
    background-color: #FF3E48;
  }
  .w_100pct_mp {
    width: 100% !important;
  }
  .w_150_mp {
    width: 4rem !important;
  }
  .h_auto_mp {
    height: auto !important;
  }
  .h_100_mp {
    height: 1.33333333rem !important;
  }
  .h_200_mp {
    height: 2.66666667rem !important;
  }
  .h_300_mp {
    height: 4rem !important;
  }
  .h_500_mp {
    height: 6.66666667rem !important;
  }
  .p_0_mp {
    padding: 0 !important;
  }
  .p_30 {
    padding: 0.4rem;
  }
  .p_x_0_mp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p_x_20 {
    padding-left: 0.26666667rem;
    padding-right: 0.26666667rem;
  }
  .p_x_25 {
    padding-left: 0.33333333rem;
    padding-right: 0.33333333rem;
  }
  .p_x_30 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .p_x_30_mp {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .p_t_15 {
    padding-top: 0.2rem;
  }
  .p_b_15_mp {
    padding-bottom: 0.2rem !important;
  }
  .p_y_0_mp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p_y_10 {
    padding-top: 0.13333333rem;
    padding-bottom: 0.13333333rem;
  }
  .p_y_10_mp {
    padding-top: 0.13333333rem !important;
    padding-bottom: 0.13333333rem !important;
  }
  .p_y_15 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .p_y_15_mp {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .p_y_20 {
    padding-top: 0.26666667rem;
    padding-bottom: 0.26666667rem;
  }
  .p_y_30 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .p_y_30_mp {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .p_y_40 {
    padding-top: 0.53333333rem;
    padding-bottom: 0.53333333rem;
  }
  .m_0_mp {
    margin: 0 !important;
  }
  .m_r_20 {
    margin-right: 0.26666667rem;
  }
  .m_l_20 {
    margin-left: 0.26666667rem;
  }
  .m_l_20_mp {
    margin-left: 0.26666667rem !important;
  }
  .m_x_0_mp {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m_x_20 {
    margin-left: 0.26666667rem;
    margin-right: 0.26666667rem;
  }
  .m_x_30 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
  .m_x_30_mp {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .m_t_10 {
    margin-top: 0.13333333rem;
  }
  .m_t_15 {
    margin-top: 0.2rem;
  }
  .m_t_30 {
    margin-top: 0.4rem;
  }
  .m_t_30_mp {
    margin-top: 0.4rem !important;
  }
  .m_t_40_mp {
    margin-top: 0.53333333rem !important;
  }
  .m_b_20 {
    margin-bottom: 0.26666667rem;
  }
  .m_b_30_mp {
    margin-bottom: 0.4rem !important;
  }
  .m_y_10 {
    margin-top: 0.13333333rem;
    margin-bottom: 0.13333333rem;
  }
  .m_y_15 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .m_y_20 {
    margin-top: 0.26666667rem;
    margin-bottom: 0.26666667rem;
  }
  .m_y_30 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .m_y_30_mp {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .m_y_40 {
    margin-top: 0.53333333rem;
    margin-bottom: 0.53333333rem;
  }
  .f_size_12 {
    font-size: 0.32rem;
  }
  .f_size_13 {
    font-size: 0.34666667rem;
  }
  .f_size_14 {
    font-size: 0.37333333rem;
  }
  .f_size_14_mp {
    font-size: 0.37333333rem !important;
    line-height: 0.58666667rem !important;
  }
  .f_size_15 {
    font-size: 0.4rem;
  }
  .f_size_16 {
    font-size: 0.42666667rem;
    line-height: 0.64rem;
  }
  .f_size_16_mp {
    font-size: 0.42666667rem !important;
    line-height: 0.64rem !important;
  }
  .f_size_17 {
    font-size: 0.45333333rem;
    line-height: 0.72rem;
  }
  .f_size_17_mp {
    font-size: 0.45333333rem !important;
    line-height: 0.72rem !important;
  }
  .f_size_18 {
    font-size: 0.48rem;
  }
  .f_size_18_mp {
    font-size: 0.48rem !important;
  }
  .f_size_20 {
    font-size: 0.53333333rem;
    line-height: 0.74666667rem;
  }
  .f_size_20_mp {
    font-size: 0.53333333rem !important;
    line-height: 0.74666667rem !important;
  }
  .f_size_22 {
    font-size: 0.58666667rem;
  }
  .f_size_26 {
    font-size: 0.69333333rem;
  }
  .f_size_32 {
    font-size: 0.85333333rem;
  }
  .f_bold_mp {
    font-weight: 600;
  }
  .text_align_left_mp {
    text-align: left !important;
  }
  .pos_rel_mp {
    position: relative !important;
  }
  .pos_abs_mp {
    position: absolute !important;
  }
  .pos_t_0_mp {
    top: 0 !important;
  }
  .pos_b_0_mp {
    bottom: 0 !important;
  }
  .pos_l_0_mp {
    left: 0 !important;
  }
  .pos_r_0_mp {
    right: 0 !important;
  }
  .border_around_4 {
    border-radius: 0.10666667rem;
  }
  .border_around_6 {
    border-radius: 0.16rem;
  }
  .border_around_8 {
    border-radius: 0.21333333rem;
  }
  .border_tl_4 {
    border-top-left-radius: 0.10666667rem;
  }
  .border_tr_4 {
    border-top-right-radius: 0.10666667rem;
  }
  .border_bl_4 {
    border-bottom-left-radius: 0.10666667rem;
  }
  .border_br_4 {
    border-bottom-right-radius: 0.10666667rem;
  }
  .row_list .col_2 {
    width: calc(50% - (15rem / 75));
    margin-left: 0.4rem;
  }
  .row_list .col_2:nth-child(2n-1) {
    margin-left: 0;
  }
  .row_list .col_2_mp {
    width: calc(50% - (15rem / 75));
    margin-left: 0.4rem !important;
  }
  .row_list .col_2_mp:nth-child(2n-1) {
    margin-left: 0 !important;
  }
  .home_banner,
  .video_banner,
  .carousel_banner,
  .intellectual_banner {
    height: auto;
  }
  .home_banner .carousel_container,
  .video_banner .carousel_container,
  .carousel_banner .carousel_container,
  .intellectual_banner .carousel_container {
    width: 100%;
    height: 5.33333333rem;
    border-radius: 0.10666667rem;
  }
  .home_banner .carousel_container .carousel_wrapper .carousel_text,
  .video_banner .carousel_container .carousel_wrapper .carousel_text,
  .carousel_banner .carousel_container .carousel_wrapper .carousel_text,
  .intellectual_banner .carousel_container .carousel_wrapper .carousel_text,
  .home_banner .carousel_container .carousel_wrapper .carousel_home_text,
  .video_banner .carousel_container .carousel_wrapper .carousel_home_text,
  .carousel_banner .carousel_container .carousel_wrapper .carousel_home_text,
  .intellectual_banner .carousel_container .carousel_wrapper .carousel_home_text {
    height: 2.4rem;
    padding: 0 0.53333333rem 0.4rem;
  }
  .home_banner .carousel_container .swiper-button-next,
  .video_banner .carousel_container .swiper-button-next,
  .carousel_banner .carousel_container .swiper-button-next,
  .intellectual_banner .carousel_container .swiper-button-next,
  .home_banner .carousel_container .swiper-button-prev,
  .video_banner .carousel_container .swiper-button-prev,
  .carousel_banner .carousel_container .swiper-button-prev,
  .intellectual_banner .carousel_container .swiper-button-prev {
    display: none;
  }
  .text_marker {
    padding-left: 0.4rem;
  }
  .text_marker::before {
    width: 0.10666667rem;
    height: 0.10666667rem;
    top: 0.24rem;
  }
  .text_marker.red_marker::before {
    top: 0.29333333rem;
  }
  .text_marker.f_size_14::before {
    top: 0.24rem;
  }
  .float_right {
    right: 0.53333333rem;
    bottom: 1.06666667rem;
  }
  .float_right .float_list {
    display: none;
  }
  .float_right .return_top_btn {
    width: 1.26666667rem;
    height: 1.26666667rem;
    display: none;
    background-color: rgba(227, 0, 13, 0.8);
  }
  .float_right .return_top_btn:hover {
    box-shadow: none;
  }
  .float_right .return_top_btn.appear {
    display: block;
  }
  .float_menu {
    display: none;
    width: 1.26666667rem;
    height: 1.26666667rem;
    border-radius: 50%;
    background-color: rgba(227, 0, 13, 0.8);
  }
  .float_menu.appear {
    display: block;
  }
  .home_top_new {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .home_top_new::-webkit-scrollbar {
    height: 0;
    min-height: 0;
  }
  .home_top_new ul {
    margin: 0.4rem;
    width: 70%;
  }
  .menu_btn_mobile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(227, 0, 13, 0.8);
    position: fixed;
    right: 30px;
    bottom: 110px;
    border: none;
  }
  .tab_left {
    width: 100%;
    height: 1.6rem;
  }
  .tab_left .tab_left_box {
    background: none;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0.26666667rem 0;
    z-index: 99;
  }
  .tab_left .tab_left_box .tab_left_item {
    width: auto;
    margin: 0;
    border-radius: 100px;
  }
  .tab_left .tab_left_box .tab_left_item a {
    width: auto;
    padding: 0.10666667rem 0.33333333rem;
    font-size: 0.42666667rem;
  }
  .tab_left .tab_left_box.affix {
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 0 0.26666667rem rgba(0, 0, 0, 0.1);
    padding: 0.26666667rem 0.4rem;
  }
  .tab_left .tab_left_box .affix-bottom {
    background-color: white;
  }
  .tab_left .tab_left_box::-webkit-scrollbar {
    height: 0;
    min-height: 0;
  }
  .search_container input {
    height: 1.2rem;
  }
  .search_container .search_bar button {
    height: 1.2rem;
  }
  .title_inside .title_inside_tab li {
    font-size: 0.42666667rem;
  }
  .title_inside .title_inside_tab li .tab_item {
    margin: 0 0.66666667rem;
  }
  .columnist_list {
    height: 8.66666667rem;
    margin-top: 0.4rem;
  }
  .columnist_list .columnist_list_pagination {
    width: fit-content;
  }
  .columnist_info {
    flex-direction: row;
  }
  .columnist_info .columnist_img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .pagination_bar {
    font-size: 0.37333333rem;
  }
  .pagination_bar > div .current,
  .pagination_bar > div .num,
  .pagination_bar > div .next,
  .pagination_bar > div .end,
  .pagination_bar > div .first,
  .pagination_bar > div .prev {
    border-radius: 0.10666667rem;
    padding: 0.13333333rem 0.29333333rem;
    margin: 0.13333333rem 0.05333333rem;
  }
  .pagination_bar > div .current:first-child,
  .pagination_bar > div .num:first-child,
  .pagination_bar > div .next:first-child,
  .pagination_bar > div .end:first-child,
  .pagination_bar > div .first:first-child,
  .pagination_bar > div .prev:first-child {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .flex_1_pc {
    flex: 1;
  }
}
