@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  /* -moz-user-select: none; */
  /* Firefox私有属性 */
  /* -webkit-user-select: none; */
  /* WebKit内核私有属性 */
  /* -ms-user-select: none; */
  /* IE私有属性(IE10及以后) */
  /* -khtml-user-select: none; */
  /* Khtml内核私有属性 */
  /* -o-user-select: none; */
  /* Opera私有属性 */
  /* user-select: none; */
  /* CSS3属性 */
}

html {
  font-size: 1rem;
}

body {
  color: #606266;
  line-height: 1.5;
  font-family: 'Source Han Sans CN', 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 1rem;
  color: #606266;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
::-webkit-scrollbar {
  display: none;
  width: .5rem;
  height: .625rem;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, 0);
  border-radius: .3125rem;
  background-color: transparent;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

::-webkit-scrollbar-thumb {
  background-color: #C8161E;
  width: .3125rem;
  border-radius: .3125rem;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: 'Source Han Sans CN';
  src:
    url('../fonts/Source Han Sans CN-Regular.woff2') format('woff2'),
    url('../fonts/Source Han Sans CN-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
  font-family: 'Source Han Sans CN Medium';
  src:
    url('../fonts/Source Han Sans CN Medium.woff2') format('woff2'),
    url('../fonts/Source Han Sans CN Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
  font-family: 'Source Han Serif CN Medium';
  src:
    url('../fonts/Source Han Serif CN Medium.woff2') format('woff2'),
    url('../fonts/Source Han Serif CN Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
  font-family: 'Source Han Serif CN SemiBold';
  src:
    url('../fonts/Source Han Serif CN SemiBold.woff2') format('woff2'),
    url('../fonts/Source Han Serif CN SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
  font-family: 'OPPOSans';
  src:
    url('../fonts/OPPOSans-Heavy.ttf') format('TrueType');
}

/*公共样式开始*/

/* 
一级标题   Source Han Serif CN  SemiBold  40   
二级标题   Source Han Serif CN  Medium  30 
二级标题   Source Han Sans  Medium  24
正文字体   Source Han Sans CN 正常 18 
*/
header {
  display: none;
}

/* 头部 */
.top {
  line-height: 3.125rem;
  height: 3.125rem;
  background: #000000;
}

.new_swiper {
  position: relative;
  overflow: hidden;
  width: 74.49%;
  height: 100%;
  margin: 0 auto;
  background: url(../images/notice.svg) no-repeat left center;
  background-size: 1.875rem;
  padding-left: 2.625rem;
}

.new_swiper .swiper-slide a {
  width: 72%;
  height: 3.125rem;
  line-height: 3.125rem;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .875rem;
  letter-spacing: .1rem;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 菜单 */
.menu {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(.25rem);
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* logo */
.menu .logo {
  height: 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.8125rem 7.5rem;
  margin: 0 auto;
  border-bottom: 0.0625rem solid rgba(228, 231, 237, 1);
  position: relative;
}

.logo_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.left_menu,
.right_menu {
  display: flex;
  align-items: center;
  gap: 0;
}

.menu .logo .logo_menu {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: .1rem;
  text-align: center;
  color: #FFFFFF;
  padding-right: 2.5rem;
  display: block;
  /* width: 5rem; */
  margin-bottom: .4375rem;
}

.menu .logo .logo_menu:nth-child(2) {
  padding-right: 0;
}

.menu .logo .logo_img {
  width: 10%;
  display: flex;
  justify-content: center;
}

.menu .logo .logo_img img {
  width: 5.625rem;
}

.menu .search_form {
  position: relative;
}

.menu .search_form:hover::before {
  content: '';
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .625rem solid transparent;
  border-right: .625rem solid transparent;
  border-bottom: .625rem solid #f0f0f0;
}

.menu .search_form i {
  background: url(../images/search.svg) no-repeat center;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.menu .search_form form {
  display: none;
  position: absolute;
  top: 1.6rem;
  right: -0.8rem;
  width: 24.375rem;
  padding-top: 1.2rem;
}

.menu .search_form:hover form {
  display: block;
}


.menu .search_form .search_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: .75rem 1.25rem;
}

.menu .search_form form input {
  width: 92%;
  height: 1.8rem;
  padding: .6rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .5);
}

.menu .search_form form input::placeholder {
  font-size: .875rem;
}

.menu .search_form form button {
  background: url(../images/block_search.png) no-repeat center;
  background-size: cover;
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
}

.menu ul {
  display: flex;
  width: 64%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: .5625rem;
  padding-bottom: .625rem;
}

.menu ul li:hover span,
.menu ul li:hover i,
.menu ul li.active span,
.menu ul li.active i {
  font-weight: bold;
}

.menu ul li a span {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  text-align: center;
  color: #FFFFFF;
}

.menu ul li a i {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .875rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, .6);
  font-style: normal;
}

/* 主体布局 */
.container {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  width: 100%;
  margin: 0 auto;
}

.container_special {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  margin: 0 auto;
  width: 100%;
}

/* 列表和内页面包屑 */
.info_body_box_special {
  padding-top: 9.375rem;
}

.inner_channel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F6F8;
  padding: 0 7.5rem;
}

.breadcrumb {
  height: 5.625rem;
  line-height: 5.625rem;
}

.breadcrumb a {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  color: #C8161E;
}

.breadcrumb>a+a:before {
  content: ">";
  padding: 0 .3125rem;
  color: #C8161E;
}

.go_back {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .01rem;
  color: #909399;
  cursor: pointer;
}

.go_back i {
  background: url(../images/go_back.svg) no-repeat center;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .375rem;
}

/* 列表分页 */
.pager {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #303133;
  margin-right: .625rem;
  background: #FFFFFF;
  border: .0625rem solid #E4E7ED;
  border-radius: .25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .0321rem;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/prev.svg) no-repeat center;
  transform: rotateY(180deg);
  display: block;
  color: #fff;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/prev.svg) no-repeat center;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  border: .0625rem solid #C8161E;
  background: #C8161E;
  color: #fff;
}

/* 搜索页面 */
.search-body {
  text-align: center;
  padding-top: 3rem;
}

.search-body span {
  font-size: 2.625rem;
  color: #303133;
  margin-bottom: .625rem;
}

.search-form span.highlight {
  font-size: 1.375rem;
  color: #C8161E;
}

.search-form-search {
  width: 60%;
  height: 3.75rem;
  border: .0625rem solid #e5e5e5;
  border-radius: .625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 .625rem;
}

.search-form-search input {
  width: 100%;
  height: 2.5rem;
  border: none;
  text-indent: .5rem;
  font-size: 1rem;
  color: #9c9c9c;
  outline: 0;
}

.search-form-search button {
  width: 3.75rem;
  height: 2.8125rem;
  background: url(../images/block_search.png) no-repeat center;
  border: 0rem;
  cursor: pointer;
  margin-left: .625rem;
}

.search-info {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  padding: 1rem 0;
}

/* 底部 */
.footer {
  background: #303133;
  padding-top: 5.375rem;
  padding-bottom: 2.625rem;
}

.footer .footer_box {
  display: flex;
  justify-content: space-between;
}

.footer .footer_box .footer_contact .footer_contact_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 150%;
  letter-spacing: .02rem;
  color: #FFFFFF;
  display: block;
}

.footer .footer_tel,
.footer .footer_address {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .03rem;
  display: block;
  color: #FFFFFF;
  padding-left: 2rem;
  height: 1.5rem;
}

.footer .footer_tel {
  margin-top: 1.5rem;
  background: url(../images/footer_tel.svg) no-repeat left center;
}

.footer .footer_address {
  margin-top: .75rem;
  background: url(../images/footer_address.svg) no-repeat left center;
}

.footer .footer_logo {
  height: 6.25rem;
}

.footer .footer_logo img {
  height: 100%;
}

.footer .footer_menu {
  display: flex;
  justify-content: space-between;
}

/* .footer .footer_menu .footer_menu_desc {
  width: 5.125rem;
} */

.footer .footer_menu .footer_menu_desc:nth-child(2) {
  margin-left: 7.3125rem;
}

.footer .footer_menu .footer_menu_desc span {
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: .02rem;
  display: block;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}

.footer .footer_menu .footer_menu_desc a {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1rem;
  line-height: 145%;
  letter-spacing: 2%;
  color: #909399;
  margin-bottom: .5rem;
  display: block;
}

.footer .footer_share {
  margin-top: 3.0625rem;
  display: flex;
}

.footer .footer_share .share_douyin,
.footer .footer_share .share_wechat,
.footer .footer_share .share_wxapp,
.footer .footer_share .share_xiaohongshu {
  margin-right: 1.25rem;
  position: relative;
}

.footer .footer_share i {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.footer .footer_share .share_douyin i {
  background: url(../images/footer_douyin.svg) no-repeat center;
  background-size: contain;
}

.footer .footer_share .share_wechat i {
  background: url(../images/footer_wechat.svg) no-repeat center;
  background-size: contain;
}

.footer .footer_share .share_wxapp i {
  background: url(../images/footer_wxapp.svg) no-repeat center;
  background-size: contain;
}

.footer .footer_share .share_xiaohongshu i {
  background: url(../images/footer_xiaohongshu.svg) no-repeat center;
  background-size: contain;
}


.footer .footer_share .share_douyin .share_douyin_img,
.footer .footer_share .share_wechat .share_wechat_img,
.footer .footer_share .share_wxapp .share_wxapp_img,
.footer .footer_share .share_xiaohongshu .share_xiaohongshu_img {
  display: none;
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: -7.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.footer .footer_share .share_douyin:hover .share_douyin_img,
.footer .footer_share .share_wechat:hover .share_wechat_img,
.footer .footer_share .share_wxapp:hover .share_wxapp_img,
.footer .footer_share .share_xiaohongshu:hover .share_xiaohongshu_img {
  display: block;
}

.footer_link {
  margin-top: 4.8125rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.footer_link a,
.footer_link span {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .9375rem;
  line-height: 145%;
  letter-spacing: .02rem;
  color: #FFFFFF;
}

.footer_link a {
  padding-left: .6rem;
  padding-right: .6rem;
  position: relative;
}

.footer_link a:nth-child(2) {
  padding-left: 0;
}

.footer_link a::after {
  display: block;
  content: '';
  width: .0625rem;
  height: .875rem;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1%;
}

.footer_link a:last-child::after {
  display: none;
}

.copyright_box {
  border-top: .0625rem solid rgba(255, 255, 255, 0.1);
  padding-top: 1.875rem;
}

.copyright_box span {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .9375rem;
  line-height: 145%;
  letter-spacing: .02rem;
  text-align: center;
  color: #FFFFFF;
}

.copyright_box span:nth-child(2) {
  font-size: .875rem;
  line-height: 145%;
  color: rgba(255, 255, 255, .5);
  margin-top: .625rem;
}

.copyright_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .875rem;
  line-height: 145%;
  letter-spacing: .02rem;
  color: #FFFFFF;
  margin-top: .625rem;
}

.copyright_box a i {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: .0625rem;
  display: block;
  background: url("../images/icp.png") no-repeat center;
  background-size: cover;
}

.right_top {
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  right: 2rem;
  bottom: 10%;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 .25rem .375rem rgba(0, 0, 0, 0.1), 0 .3125rem .9375rem rgba(0, 0, 0, 0.1);
}

.right_top::before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/to_top.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*公共样式结束*/

/* 轮播图 */
.banner {
  width: 100%;
  overflow: hidden;
}

.banner .banner_swiper {
  width: 100%;
  position: relative;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 0;
  text-align: center;
}

.banner .banner_swiper a img {
  width: 100%;
  margin: 0 auto;
}

.banner .banner_swiper .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 2.1875rem;
  height: .875rem;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  border-radius: .3125rem;
  margin: .375rem .625rem;
  background: #FFFFFF;
  opacity: 1;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .625rem;
  background: none;
  border: .0625rem solid #C8161E;
  margin: 0 .625rem;
  position: relative;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: .3125rem;
  background: #C8161E;
}

/* 分类 */
.channel_box {
  padding-top: 3.75rem;
}

.channel_box .channel_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.75rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.channel_box .channel_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.channel_box .channel_img {
  line-height: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.channel_box .channel_img img {
  opacity: 0;
  width: 100%;
}

.channel_box .channel_item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.channel_box .channel_desc {
  margin-left: 3.625rem;
  margin-right: 4.375rem;
  position: relative;
  width: 42.967%;
}

.channel_box .channel_item:nth-child(2n) .channel_desc {
  margin-left: 4.375rem;
  margin-right: 2.5rem;
  width: 43.956%;
}

.channel_box .channel_desc::before {
  display: block;
  position: relative;
  content: '';
  width: 19.4375rem;
  height: 2.5rem;
  background: linear-gradient(90deg, #620B0F 0%, #C8161E 100%);
  margin-bottom: 2.125rem;

}


.channel_box .channel_desc span {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: .02rem;
  color: #C8161E;
}

.channel_box .channel_desc em {
  display: block;
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #C8161E;
  font-style: normal;
  margin-top: .25rem;
}

.channel_box .channel_desc .channel_text {
  margin-top: 1.875rem;
  margin-bottom: 3.8125rem;
}

.channel_box .channel_desc .channel_text,
.channel_box .channel_desc .channel_text p,
.channel_box .channel_desc .channel_text span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .02rem;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}

.channel_box .channel_desc a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9.3125rem;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: .875rem;
  line-height: 120%;
  letter-spacing: .01rem;
  color: #C8161E;
  padding-bottom: .3125rem;
  padding-right: .5625rem;
  /* border-bottom: .0625rem solid #C8161E; */
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.channel_box .channel_desc a i {
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  background: url(../images/category_more_new.svg) no-repeat center;
  background-size: contain;
}

.channel_box .channel_desc a:hover {
  margin-left: 1rem;
}


/* 在线体验 */
.test_box a {
  display: block;
  line-height: 0;
}

.test_box .wap_effect {
  display: none;
}

/* 新品预览 */
.new_product_box {
  padding-top: 6.25rem;
  background: url(../images/new_product_bg.jpg) no-repeat center;
  background-size: cover;
}

.new_product_box .new_product_encatname {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  text-align: center;
}

.new_product_box .new_product_catname {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: .02rem;
  text-align: center;
  color: #303133;
  font-style: normal;
  margin-top: .5rem;
}

.new_product_box .new_product_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 一行几个 */
  gap: 3.625rem;
  /* 列与行间距 */
  place-items: center;
  /* 内容居中对齐 */
  padding: 3rem 3.625rem 3.5rem 3.625rem;
}

.new_product_box .new_product_item {
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.new_product_box .new_product_item .new_product_img {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.new_product_box .new_product_img img {
  opacity: 0;
}

.new_product_box .new_product_item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.new_product_box .new_product_item:hover .new_product_desc {
  background-color: #C8161E;
}

.new_product_box .new_product_desc {
  width: 100%;
  height: 5.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.375rem 2.125rem 1.375rem 2.125rem;
}

.new_product_box .new_product_desc span {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: .875rem;
  /* line-height: 120%; */
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #FFFFFF;
}

.new_product_box .new_product_desc em {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .875rem;
  line-height: 120%;
  letter-spacing: .2rem;
  color: #FFFFFF;
  font-style: normal;
  margin-top: .5rem;
}

.new_product_box a i {
  display: block;
  background: url(../images/new_product_more.svg) no-repeat center;
  width: 2.625rem;
  height: 2.25rem;
  position: absolute;
  bottom: 1.65rem;
  right: 2.5rem;
}

/* 特许经销商 */
.dealer_box {
  padding-top: 6.25rem;
  padding-bottom: 5.8125rem;
}

.dealer_box .dealer_encatname {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: .1rem;
  text-transform: capitalize;
  color: #303133;
  text-align: center;
}

.dealer_box .dealer_catname {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: .02rem;
  text-align: center;
  color: #303133;
  font-style: normal;
  margin-top: .5rem;
}

.dealer_list {
  padding-top: 3.9375rem;
  display: flex;
  justify-content: space-evenly;
}

.dealer_list .dealer_store {
  width: 48.52%;
  height: 38.375rem;
  padding: 5.625rem 5rem 5.9375rem 5rem;
  background: url(../images/dealer_img_01.png) no-repeat center;
  background-size: cover;
  position: relative;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-border-radius: .75rem;
  -ms-border-radius: .75rem;
  -o-border-radius: .75rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}

.dealer_list .dealer_store:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.dealer_list .dealer_advantage_cooperate {
  width: 48.52%;
  margin-left: 3.125rem;
}

.dealer_list .dealer_store_title {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: .2rem;
  color: #303133;
}

.dealer_list .dealer_store_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .2rem;
  color: #606266;
  margin-top: 1rem;
  display: block;
  font-style: normal;
}

.dealer_list .countup {
  display: flex;
  margin-top: 2.5rem;
}

.dealer_list .countup_item {
  width: 7.125rem;
  height: 5.5rem;
  margin-right: 2rem;
}

.dealer_list .countup_item:last-child {
  width: 8.1875rem;
  height: 5.5rem;
}

.dealer_list .countup_item .dist-num {
  font-family: OPPOSans;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: -0.03rem;
  color: #303133;
  position: relative;
}

.dealer_list .countup_item .dist-num::after {
  display: block;
  content: '+';
  width: .5625rem;
  height: 1.4375rem;
  position: absolute;
  right: -0.8125rem;
  bottom: .625rem;
  font-size: 1rem;
}

.dealer_list .countup_item .countup_text {
  display: block;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: .01rem;
  color: #606266;
  margin-top: .25rem;
}

.dealer_list .dealer_store a {
  display: flex;
  align-items: center;
  height: 4.375rem;
  position: absolute;
  bottom: 5.9375rem;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .02rem;
  color: #303133;
}

.dealer_list a i {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  margin-right: .75rem;
  background: url(../images/dealer_more.svg) no-repeat center;
}

.dealer_list .dealer_store:hover a i,
.dealer_list .dealer_advantage:hover a i,
.dealer_list .dealer_cooperate:hover a i,
.dealer_list .dealer_store:first-child a i {
  background: url(../images/dealer_more_hover.svg) no-repeat center;
  background-size: cover;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.0625rem;
  margin-top: 0;
}

.dealer_list:hover .dealer_store:not(:hover) a i {
  background: url(../images/dealer_more.svg) no-repeat center;
}

.dealer_list .dealer_advantage {
  background: url(../images/dealer_img_02.png) no-repeat center;
  background-size: cover;
  height: 17.625rem;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-border-radius: .75rem;
  -ms-border-radius: .75rem;
  -o-border-radius: .75rem;
  padding: 3.25rem 3.125rem 2.375rem 3.125rem;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.dealer_list .dealer_cooperate {
  background: url(../images/dealer_img_03.png) no-repeat center;
  background-size: cover;
  height: 17.625rem;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-border-radius: .75rem;
  -ms-border-radius: .75rem;
  -o-border-radius: .75rem;
  padding: 3.25rem 3.125rem 2.375rem 3.125rem;
  margin-top: 3.125rem;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.dealer_list .dealer_advantage:hover,
.dealer_list .dealer_cooperate:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.dealer_list .advantage_cooperate_title {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: .02rem;
  color: #303133;
}

.dealer_list .dealer_advantage_cooperate a {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .02rem;
  color: #303133;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.25rem;
}

/* .dealer_list .dealer_advantage_cooperate i {
  margin-top: 0.6rem;
} */

/* 首页结束 */

/* 产品列表开始 */
.inner_banner_box .img {
  line-height: 0;
}

.inner_channel_title {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  text-transform: uppercase;
  color: #303133;
  margin-top: 6.25rem;
  margin-bottom: 4.875rem;
}

.inner_body_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}

.inner_body_list .menu_list {
  border-top: .0625rem solid #E4E7ED;
  border-bottom: .0625rem solid #E4E7ED;
  width: 19.7%;
}

.inner_body_list .menu_list_special {
  border-bottom: 0;
}

.inner_body_list .menu_list li a {
  display: block;
  font-family: 'Source Han Serif CN';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  padding-top: 2.25rem;
  padding-bottom: 1.125rem;
}

.inner_body_list .menu_list li:last-child a {
  padding-bottom: 2.375rem;
}

.inner_body_list .menu_list>ul>li.active>a,
.inner_body_list .menu_list>ul>li:hover>a,
.inner_body_list .menu_list li .sub_menu li.sub_active a,
.inner_body_list .menu_list li .sub_menu li:hover a {
  color: #C8161E;
}

.inner_body_list .menu_list .sub_menu {
  border-top: .0625rem solid #E4E7ED;
  border-bottom: .0625rem solid #E4E7ED;
  display: none;
  margin-top: 1.125rem;
}

.inner_body_list .menu_list li.active .sub_menu {
  display: block;
}

.inner_body_list .list_item_body {
  margin-left: 1.375rem;
  width: 78.8%;
}

.inner_body_list .list_item_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inner_body_list .list_item_box .list_item {
  margin-left: 2.625rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.inner_body_list .list_item_box .list_item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.inner_body_list .list_item_box .list_item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.inner_body_list .list_item_box .list_item img {
  opacity: 0;
}

.inner_body_list .list_item_box .list_item .desc_box {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  letter-spacing: .02rem;
  text-transform: capitalize;
  color: #303133;
}

/* 产品详情 */
.new_info {
  padding-top: 5rem;
}

.new_info .new_title {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  position: relative;
  padding-bottom: 2.125rem;
}

.new_info .new_title::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background-color: #C8161E;
  position: absolute;
  bottom: .75rem;
  left: 0;
}

.new_info .model_type,.new_info .specs{
    display: block;
    font-family: 'Source Han Serif CN Medium';
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 160%;
    letter-spacing: .01rem;
    text-transform: capitalize;
    color: #606266;
}

.new_info .model_type{
    margin-top: 1.875rem;
}
.new_info .specs{
    margin-bottom: 4.375rem;
}

.new_info .new_image{
    margin-bottom: 5rem;
}


.new_info .new_info_content,
.new_info .new_info_content p,
.new_info .new_info_content span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #606266;
}

.new_info .new_info_content img {
  line-height: 0;
  width: 100% !important;
  height: auto !important;
}

.new_info .new_info_down{
    line-height: 0;
    margin-top: 4.375rem;
    margin-bottom: 9rem;
    text-align: center;
}

.new_info .new_info_images {
  margin-top: 9rem;
  margin-bottom: 7.5rem;
  position: relative;
}

.new_info .new_info_images:after{
    margin-top: 2.75rem;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #151515;
}


.new_info .new_info_images_swiper .swiper-button-prev{
    width: 2.5rem;
    height: 31.5789%;
    background: rgba(0,0,0,0.6);
    left: 2.5rem;
    margin-top: 0;
    transform: translateY(-50%);
}
.new_info .new_info_images_swiper .swiper-button-next{
    width: 2.5rem;
    height: 31.5789%;
    background: rgba(0,0,0,0.6);
    right: 2.5rem;
    margin-top: 0;
    transform: translateY(-50%);
}
.new_info .new_info_images_swiper .swiper-button-prev:after,.new_info .new_info_images_swiper .swiper-button-next:after{
    font-size: 1.375rem;
    color: #fff;
}

.new_info .new_info_images .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.new_info .new_info_images .swiper-slide img {
  opacity: 0;
}

.new_info .new_info_images .new_info_images_swiper_thumbs {
  margin-top: 2.5rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.new_info .new_info_images .new_info_images_swiper_thumbs .swiper-slide-thumb-active {
  border: .0625rem solid #C8161E;
}

.new_info .new_info_images_swiper_thumbs .swiper-button-prev{
    width: 1.5625rem;
    height: 100%;
    background: rgba(0,0,0,0.6);
    margin-top: 0;
    top: 0;
    left: 0;
}
.new_info .new_info_images_swiper_thumbs .swiper-button-next{
    width: 1.5625rem;
    height: 100%;
    background: rgba(0,0,0,0.6);
    margin-top: 0;
    top: 0;
    right: 0;
}

.new_info .new_info_images_swiper_thumbs .swiper-button-prev:after,.new_info .new_info_images_swiper_thumbs .swiper-button-next:after{
    font-size: 1.125rem;
    color: #fff;
}

.recommend_product .new_product_list {
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem 0 3.5rem 0;
  gap: 5.625rem;
}

/* 东方源矿 */

.mine_desc {
  position: relative;
  height: 36.125rem;
}

.mine_desc .mine_desc_content {
  width: 45.8333%;
  padding-top: 5.25rem;
  padding-bottom: 3.8125rem;
  padding-bottom: 5.625rem;
  position: relative;
}

.mine_desc .mine_desc_content,
.mine_desc .mine_desc_content p,
.mine_desc .mine_desc_content span {
  font-family: 'Source Han Sans CN';
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 3.4375rem;
  color: #303133;
}

.mine_desc .mine_desc_content::before {
  display: block;
  content: '';
  background: linear-gradient(90deg, #710C10 0%, #C8161E 100%);
  width: 7.5rem;
  height: .5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.mine_desc .mine_desc_img {
  width: 47.4%;
  position: absolute;
  top: 5.1875rem;
  right: 7.5rem;
}

.strength_box {
  padding-top: 9.875rem;
  padding-bottom: 6.125rem;
  background: #F2F2F2;
}

.strength_box .strength_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  position: relative;
  padding-bottom: 1rem;
}

.strength_box .strength_title::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background-color: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.strength_box .strength_desc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5.5rem;
  gap: 1.6875rem;
}

.strength_box .strength_desc .strength_desc_item i,
.strength_box .strength_desc .strength_desc_item span {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.strength_box .strength_desc .strength_desc_item span {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  text-align: center;
  text-transform: capitalize;
  color: #303133;
  display: block;
}

.strength_box .strength_desc .strength_desc_item i {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: .01rem;
  text-align: center;
  text-transform: capitalize;
  color: #606266;
  display: block;
  margin-top: 1.3125rem;
  font-style: normal;
  min-height: 6.125rem;
}

.strength_box .strength_desc .strength_desc_item_img {
  margin-top: 2.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.strength_box .strength_desc .strength_desc_item_img img {
  opacity: 0;
}

.certificate_box {
  background: url(../images/certificate_bg.png) no-repeat center;
  background-size: cover;
  padding-left: 7.5rem;
  display: flex;
  justify-content: space-between;
}

.certificate_box .certificate_left {
  padding-top: 7.5rem;
}

.certificate_box .certificate_left .certificate_title {
  display: flex;
  align-items: flex-end;
}

.certificate_box .certificate_title span {
  font-family: 'Source Han Serif CN semibold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  width: 10.125rem;
  position: relative;
  padding-bottom: 1.625rem;
}

.certificate_box .certificate_title span::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.certificate_box .certificate_title i {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 145%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  font-style: normal;
  width: 22.3125rem;
  margin-left: 1.75rem;
  padding-bottom: 1.625rem;
}

.certificate_box .certificate_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  margin-top: 6.875rem;
  width: 20.9375rem;
}

.certificate_box .certificate_img {
  width: 62.2777%;
  line-height: 0;
}

/* 智能制造 */
.sector_first_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5rem;
  background: url('../images/certificate_bg.png') no-repeat left center;
  background-size: cover;
}

.sector_first_box .sector_first_left .sector_first_title {
  display: flex;
  align-items: flex-end;
  padding-top: 7.5rem;
}

.sector_first_box .sector_first_title span {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  width: 7.5625rem;
  position: relative;
  padding-bottom: 1.625rem;
}

.sector_first_box .sector_first_title span::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.sector_first_box .sector_first_title i {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 145%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  font-style: normal;
  width: 12.4rem;
  margin-left: 2.4375rem;
  padding-bottom: 1.625rem;
}

.sector_first_box .sector_first_desc {
  margin-top: 2.875rem;
  width: 37.6111rem;
}

.sector_first_box .sector_first_desc,
.sector_first_box .sector_first_desc p,
.sector_first_box .sector_first_desc span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  white-space: pre-line;
}

.sector_first_box .sector_first_img {
  width: 47%;
  line-height: 0;
}

.sector_second_box .sector_second_top {
  margin-top: 6.25rem;
}

.sector_second_box .sector_second_title {
  display: flex;
  align-items: flex-end;
}

.sector_second_box .sector_second_title span {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  width: 18rem;
  position: relative;
  padding-bottom: 1.625rem;
}

.sector_second_box .sector_second_title span::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.sector_second_box .sector_second_title i {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
  font-style: normal;
  margin-left: 2.25rem;
  padding-bottom: 1.625rem;
}

.sector_second_box .sector_second_bottom {
  margin-top: 4rem;
  margin-left: 7.5rem;
  margin-bottom: 5.3125rem;
}

.sector_second_box .sector_second_bottom .sector_second_img_swiper {
  padding-bottom: 4.125rem;
}

.sector_second_box .sector_second_img_swiper .swiper-slide {
  width: 30rem !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.sector_second_box .sector_second_img_swiper .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}


.sector_second_box .sector_second_img_swiper .swiper-slide img {
  opacity: 0;
}

.sector_second_box .sector_second_img_swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  height: .3125rem;
  background-color: rgba(48, 49, 51, 0.1);
  width: 93.3333%;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.sector_second_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  background-color: #C8161E;
}

.sector_third_box {
  position: relative;
}

.sector_third_box .sector_third_left_right {
  display: flex;
  justify-content: flex-start;
}

.sector_third_box .sector_third_left {
  width: 44.0625%;
  line-height: 0;
}

.sector_third_box .sector_third_right {
  background: url("../images/sector_third_right_bg.jpg") no-repeat center;
  background-size: cover;
  width: 55.9375%;
  padding-top: 6.25rem;
  padding-left: 7.125rem;
}

.sector_third_box .sector_third_right .sector_third_title {
  display: flex;
  align-items: flex-end;
}

.sector_third_box .sector_third_right .sector_third_title span {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  position: relative;
  padding-bottom: 1.625rem;
}

.sector_third_box .sector_third_right .sector_third_title span::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.sector_third_box .sector_third_right .sector_third_title i {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-transform: uppercase;
  color: #303133;
  margin-left: 1.8125rem;
  font-style: normal;
  padding-bottom: 1.625rem;
}

.sector_third_box .sector_third_right .sector_third_desc {
  margin-top: 2rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.75rem;
  line-height: 160%;
  letter-spacing: .01rem;
  text-transform: capitalize;
}

.sector_third_box .sector_third_list {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66.7708%;
  height: 100%;
}

.sector_third_box .sector_third_list .sector_third_swiper {
  position: relative;
  overflow: hidden;
  padding-top: 22.5rem;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide {
  height: 23.125rem;
  padding-top: 2.5rem;
  padding-left: 2.8125rem;
  padding-right: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0rem .25rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:hover,
.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:first-child {
  background: #C8161E;
  color: #FFFFFF;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide i {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/sector_third_icon.svg) no-repeat center;
  background-size: cover;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:hover i,
.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:first-child i {
  background: url(../images/sector_third_icon_on.svg) no-repeat center;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide span {
  display: block;
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: .04rem;
  color: #303133;
  padding-top: 1.125rem;
  padding-bottom: 1.625rem;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide em {
  display: block;
  font-style: normal;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1rem;
  line-height: 150%;
  color: #606266;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:hover span,
.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:hover em,
.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:first-child span,
.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:first-child em {
  color: #FFFFFF;
}

.sector_third_box .sector_third_list .sector_third_swiper:hover .swiper-slide:not(:hover) {
  background-color: #FFFFFF;
}

.sector_third_box .sector_third_list .sector_third_swiper .swiper-slide:hover:not(:hover) i {
  background: url(../images/sector_third_icon_on.svg) no-repeat center;
}

.sector_third_box .sector_third_list .sector_third_swiper:hover .swiper-slide:not(:hover) span {
  color: #303133;
}

.sector_third_box .sector_third_list .sector_third_swiper:hover .swiper-slide:not(:hover) em {
  color: #606266;
}

.sector_fourth_box {
  display: flex;
}

.sector_fourth_box .sector_fourth_left {
  padding-left: 7.5rem;
  padding-top: 7.5rem;
  background: url("../images/sector_fourth_left_bg.png") no-repeat center;
  background-size: cover;
  padding-right: 7.5rem;
}

.sector_fourth_box .sector_fourth_title {
  width: 15.125rem;
}

.sector_fourth_box .sector_fourth_title span {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: .01rem;
  text-transform: capitalize;
  color: #303133;
  position: relative;
  padding-bottom: 1.625rem;
  display: block;
}

.sector_fourth_box .sector_fourth_title span::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.sector_fourth_box .sector_fourth_desc {
  margin-top: 1.625rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .01rem;
  text-transform: capitalize;
}

.sector_fourth_box .sector_fourth_tab {
  padding-top: 5.625rem;
  display: flex;
}

.sector_fourth_box .sector_fourth_tab span {
  width: 18.375rem;
  height: 7rem;
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: .02rem;
  text-align: center;
  text-transform: capitalize;
  color: #303133;
  display: block;
  cursor: pointer;
  padding: 1.125rem 4.625rem;
  background: #FFFFFF;
  margin-right: 2.8125rem;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

.sector_fourth_box .sector_fourth_tab span:hover {
  background: url(../images/sector_fourth_tab.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

/* .sector_fourth_box .sector_fourth_tab:hover span:first-child:not(:hover) {
  background: #FFFFFF;
  color: #303133;
} */

.sector_fourth_box .sector_fourth_right {
  line-height: 0;
}

/* 七超页面 */
.chao_title {
  padding-top: 6.25rem;
  padding-bottom: 1rem;
  position: relative;
}

.chao_title::after {
  width: 8.5625rem;
  height: .125rem;
  background-color: #C8161E;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.chao_title span {
  display: block;
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .01rem;
  text-align: center;
  text-transform: capitalize;
  color: #303133;
}

.chao_desc {
  padding-top: 3.25rem;
  padding-bottom: 3.75rem;
  width: 88.3333%;
  margin: 0 auto;
}

.chao_desc,
.chao_desc p,
.chao_desc span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .02rem;
  text-align: center;
  text-transform: capitalize;
  color: #606266;
  white-space: pre-line;
}

.chao_special {
  width: 53.5714%;
  margin: 0 auto;
}

.chao_swiper {
  margin-top: 7.875rem;
  margin-bottom: 6.875rem;
}

.chao_swiper .chao_tab {
  margin-top: 5.625rem;
  border-top: #DCDCDC .0625rem solid;
  display: flex;
  justify-content: space-around;
}

.chao_swiper .chao_tab span {
  display: block;
  width: 12.5rem;
}

.chao_swiper .chao_tab span {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 2.5rem;
  color: #303133;
  position: relative;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  text-align: center;
  cursor: pointer;
}

.chao_swiper .chao_tab span.active,
.chao_swiper .chao_tab span:hover {
  color: #C8161E;
}

.chao_swiper .chao_tab span.active::after {
  width: 100%;
  height: .125rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background: #C8161E;
}


.chao_report_box {
  background: url("../images/chao_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 11.4375rem;
  padding-left: 7.8125rem;
  padding-bottom: 5.375rem;
  padding-right: 3.375rem;
  display: flex;
  justify-content: space-between;
}

.chao_report_box .chao_report_left {
  /* width: 30%; */
  position: relative;
  padding-bottom: 5.625rem;
}

.chao_report_box .chao_report_title {
  display: block;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
  color: #303133;
}

.chao_report_box .chao_report_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9375rem;
  color: #303133;
  position: relative;
  padding-bottom: 1.625rem;
  display: block;
}

.chao_report_box .chao_report_subtitle::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.chao_report_box .chao_report_tab {
  margin-top: 5.9375rem;
  display: flex;
}

.chao_report_box .chao_report_tab span {
  display: block;
  padding: .46rem 1.25rem;
  background: #FFFFFF;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1.4375rem;
  text-align: center;
  color: #C8161E;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
  cursor: pointer;
}

.chao_report_box .chao_report_tab span.active {
  background: #C8161E;
  color: #FFFFFF;
}

.chao_report_box .chao_report_tab_conent {
  margin-top: 1.625rem;
}

.chao_report_box .chao_report_tab_conent .chao_report_tab_conent_item {
  display: none;
  min-height: 7.5rem;
}

.chao_report_box .chao_report_tab_conent_item,
.chao_report_box .chao_report_tab_conent_item p,
.chao_report_box .chao_report_tab_conent_item span {
  font-family: 'Source Han Sans CN';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.chao_report_box .chao_report_tab_conent .chao_report_tab_conent_item.active {
  display: block;
}

/* .chao_report_box .chao_report_swiper {
  width: 100%;
  position: absolute;
  left: 0;
} */

.chao_report_box .chao_report_swiper_prev_next {
  width: 5.75rem;
  position: absolute;
  bottom: 0;
  left: 2.375rem;
}

.chao_report_box .chao_report_swiper_prev_next .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  color: #C1C3C7;
}

.chao_report_box .chao_report_swiper_prev_next .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
  color: #C1C3C7;
}

.chao_report_box .chao_report_swiper_prev_next .swiper-button-prev::after,
.chao_report_box .chao_report_swiper_prev_next .swiper-button-next::after {
  font-size: 1.625rem;
}

.chao_report_box .chao_report_swiper_box {
  width: 55%;
  margin-left: 6.25rem;
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper {
  display: none;
  margin-left: 7.8125rem;
}

.chao_report_box .chao_report_swiper_box .swiper-wrapper {
  align-items: flex-end
}

/* .chao_report_box .chao_report_swiper_box .swiper-slide{
  width: 11.8125rem;
  height: 16.625rem;
  box-shadow: .3762rem .4994rem 1.25rem  rgba(41, 41, 41,0.25);
  margin-right: 2rem;
}*/

.chao_report_box .chao_report_swiper_box .chao_report_swiper.active {
  display: block;
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: .3762rem .4994rem 1.25rem rgba(41, 41, 41, 0.25);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper .swiper-slide.swiper-slide-active {
  width: 16.875rem !important;
  height: 23.75rem;
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper .swiper-slide img {
  opacity: 0;
}

.chao_report_box .chao_report_swiper_box .chao_report_swiper_line {
  width: 300%;
  height: 1.6875rem;
  background: #FFFFFF;
  box-shadow: 0rem 1.25rem 2.5rem rgba(41, 41, 41, 0.25);
  margin-top: .625rem;
}


/* 特殊产品列表样式 */

.layui-layer .layui-layer-setwin .layui-layer-close {
  background: url(../images/alert_close.svg) no-repeat;
  background-position: center;
  width: 2.25rem;
  height: 2.25rem;
  right: 2.75rem;
  top: 2.1875rem;
}

.layui-layer .layui-layer-setwin .layui-icon-close:before {
  content: '';
}

.alert_product_box {
  display: flex;
  align-items: flex-start;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  padding-left: 6.625rem;
  padding-right: 4.6875rem;
}

.alert_product_box .alert_product_left {
  width: 38.91%;
}

.alert_product_box .alert_product_swiper .swiper-slide {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.alert_product_box .alert_product_swiper .swiper-slide img {
  opacity: 0;
  width: 100%;
}

.alert_product_box .alert_product_thumb_swiper {
  margin-top: 1.125rem;
}

.alert_product_box .alert_product_thumb_swiper .swiper-slide {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.alert_product_box .alert_product_thumb_swiper .swiper-slide.swiper-slide-thumb-active {
  border: .0625rem solid #C8161E;
}

.alert_product_box .alert_product_thumb_swiper .swiper-button-prev,
.alert_product_box .alert_product_thumb_swiper .swiper-button-next {
  width: 1.5625rem;
  height: 100%;
  background: rgb(78, 78, 78, 0.5);
  top: 0;
  margin-top: 0;
  color: #FFFFFF;
}

.alert_product_box .alert_product_thumb_swiper .swiper-button-prev {
  left: 0;
}

.alert_product_box .alert_product_thumb_swiper .swiper-button-next {
  right: 0;
}

.alert_product_box .alert_product_thumb_swiper .swiper-button-prev::after,
.alert_product_box .alert_product_thumb_swiper .swiper-button-next::after {
  font-size: 1rem;
}

.alert_product_box .alert_product_thumb_swiper .swiper-slide img {
  opacity: 0;
  width: 100%;
}

.alert_product_box .alert_product_content {
  margin-left: 4.625rem;
  margin-right: 6.125rem;
  width: 50%;
  height: 31.25rem;
  overflow-y: scroll;
}

.alert_product_box .alert_product_content::-webkit-scrollbar {
  display: block;
  width: .25rem;
  height: .625rem;
  background-color: transparent;
}

.alert_product_box .alert_product_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, 0);
  border-radius: .3125rem;
  background-color: transparent;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.alert_product_box .alert_product_content::-webkit-scrollbar-thumb {
  background-color: rgb(146, 146, 146, 0.4);
  width: .3125rem;
  border-radius: .3125rem;
}

.alert_product_box .alert_product_content p,
.alert_product_box .alert_product_content span {
  font-family: 'Source Han Sans CN';
  /*font-weight: 350;*/
  line-height: 178%;
  color: #303133;
}

.alert_product_box .alert_product_content strong {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  /* font-size: 1.25rem; */
  line-height: 140%;
  letter-spacing: 0.04rem;
  color: #303133;
  padding-bottom: 1.375rem;
  position: relative;
  display: block;
}

.alert_product_box .alert_product_content strong::before {
  display: block;
  content: '';
  background: #C8161E;
  width: 7.5rem;
  height: .125rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.alert_product_home_box {
  padding: 4.375rem 3.125rem 3.125rem 6.25rem;
}

.alert_product_home_box .alert_product_left {
  display: flex;
  flex-direction: row-reverse;
  width: 64.2571%;
}

.alert_product_home_box .alert_product_left .alert_product_swiper {
  width: 72.13%;
  margin-left: 1rem;
}

.alert_product_home_box .alert_product_swiper .swiper-slide {
  display: flex;
  align-items: center;
  background-size: contain;
}

.alert_product_home_box .alert_product_content {
  margin-left: 2.25rem;
  width: auto;
}

.alert_product_home_box .alert_product_left .alert_product_thumb_swiper {
  width: 11.375rem;
  height: 36.25rem;
  margin-top: 0;
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-wrapper {
  flex-direction: column
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-slide {
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-button-prev,
.alert_product_home_box .alert_product_thumb_swiper .swiper-button-next {
  width: 100%;
  height: 1.5625rem;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-button-prev::after {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-button-next::after {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}

.alert_product_home_box .alert_product_thumb_swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}

.alert_product_home_box .alert_product_content p:first-child strong::before {
  display: block;
  content: '';
  background: #C8161E;
  width: 7.5rem;
  height: .125rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.alert_product_home_box .alert_product_content p:not(:first-child) strong::before {
  display: none;
}

.alert_product_box .alert_product_content hr {
  margin-top: 5rem;
  margin-bottom: 3.125rem;
  width: 80%;
  height: .125rem;
  opacity: 0.4;
  background: #C8C8C8;
}

/* 深加工 */
.processing_top {
  background: url(../images/processing_top_bg.jpg) no-repeat center;
  background-size: cover;
}

.processing_top .processing_top_box {
  display: flex;
  padding-top: 7.5rem;
  padding-bottom: 7.0625rem;
}

.processing_top .processing_top_img {
  width: 46.1309%;
  border-radius: .75rem;
  -webkit-border-radius: .75rem;
  -moz-border-radius: .75rem;
  -ms-border-radius: .75rem;
  -o-border-radius: .75rem;
}

.processing_top .processing_top_desc {
  margin-left: 7.0625rem;
  width: 46.9047%;
}

.processing_top .processing_top_desc>span {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #303133;
  position: relative;
  display: block;
  padding-bottom: 1rem;
}

.processing_top .processing_top_desc>span::after {
  display: block;
  content: '';
  width: 1.8125rem;
  height: .1875rem;
  background-color: #C8161E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.processing_top .processing_top_desc .processing_top_text {
  margin-top: 3.75rem;
}

.processing_top .processing_top_desc .processing_top_text p,
.processing_top .processing_top_desc .processing_top_text span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: .01rem;
  text-align: justify;
}

.processing_bottom {
  padding-top: 6.25rem;
  background: url("../images/processing_bottom_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 6.0625rem;
}

.processing_bottom .processing_bottom_title {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
}

.processing_bottom .processing_bottom_desc {
  margin-top: 1rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .01rem;
  text-align: center;
  color: #303133;
}

.processing_bottom .processing_bottom_tab {
  display: flex;
  justify-content: center;
  width: 37.5%;
  margin: 0 auto;
  margin-top: 2.375rem;
}

.processing_bottom .processing_bottom_tab span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 4.125rem;
  margin-right: 1.875rem;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 4.125rem;
  text-align: center;
  color: #303133;
  cursor: pointer;
  background-color: #F5F6F8;
  border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
}

.processing_bottom .processing_bottom_tab span:last-child {
  margin-right: 0;
}


.processing_bottom .processing_bottom_tab span.active,
.processing_bottom .processing_bottom_tab span:hover {
  background-color: #C8161E;
  color: #FFFFFF;
}

.processing_bottom .processing_bottom_tab:hover span:not(:hover) {
  background-color: #F5F6F8;
  color: #303133;
}

.processing_bottom .processing_bottom_tab span i {
  display: block;
  width: 2.1875rem;
  height: 1.875rem;
}

.processing_bottom .processing_bottom_tab span.active i,
.processing_bottom .processing_bottom_tab:hover span i {
  background-image: url("../images/processing_bottom_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.processing_bottom .processing_bottom_swiper {
  margin-top: 3.75rem;
}

.processing_bottom_swiper_son {
  padding-bottom: 5.9375rem;
}

.processing_bottom_swiper_son .swiper-slide {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.processing_bottom_swiper_son .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.processing_bottom_swiper_son .img {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.processing_bottom_swiper_son img {
  opacity: 0;
}

.processing_bottom_swiper_son .swiper-slide:hover .cases_box span:first-child {
  color: #C8161E;
}

.processing_bottom_swiper_son .swiper-slide .cases_box {
  margin-top: 1.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.processing_bottom_swiper_son .swiper-slide .cases_box span:first-child {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #303133;
}

.processing_bottom_swiper_son .swiper-slide .cases_box span:last-child {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.875rem;
  letter-spacing: .1rem;
  text-align: right;
  color: #909399;
  display: flex;
  justify-content: center;
  align-items: center;
}

.processing_bottom_swiper_son .swiper-slide .cases_box span:last-child i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .375rem;
  background: url(../images/cases_box_icon.svg);
}

.processing_bottom_swiper_son .swiper_prev_next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 7.375rem;
  height: 3.1875rem;
}

.processing_bottom_swiper_son .swiper-button-prev,
.processing_bottom_swiper_son .swiper-button-next {
  width: 3.1875rem;
  height: 3.1875rem;
  background: url(../images/processing_bottom_swiper_son_prev.svg) no-repeat center;
  background-color: rgba(200, 22, 30, 1);
  top: auto;
  margin-top: 0;
}

.processing_bottom_swiper_son .swiper-button-prev {
  left: 0;
}

.processing_bottom_swiper_son .swiper-button-next {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  right: 0;
}

.processing_bottom_swiper_son .swiper-button-prev.swiper-button-disabled,
.processing_bottom_swiper_son .swiper-button-next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.45);
}

.processing_bottom_swiper_son .swiper-button-prev:after,
.processing_bottom_swiper_son .swiper-button-next:after {
  content: '';
}

/* 赫峰装潢 */
.decoration_top {
  padding-top: 7.5rem;
  padding-bottom: 5.375rem;
  /* background: url("../images/decoration_top_bg.png") no-repeat center;
  background-size: cover; */
}

.decoration_top .decoration_top_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  display: block;
}

.decoration_top .decoration_top_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  display: block;
  margin-top: 1.25rem;
  padding-bottom: 1.625rem;
  position: relative;
}

.decoration_top .decoration_top_title::after {
  display: block;
  content: '';
  width: 5rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.decoration_top .decoration_top_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: .04rem;
  text-align: center;
  color: #606266;
  padding-top: 2.375rem;
  padding-bottom: 6.125rem;
  width: 60%;
  margin: 0 auto;
}

.decoration_top .decoration_top_swiper_box {
  display: flex;
  align-items: flex-start;
  height: 29.375rem;
}

.decoration_top .decoration_top_swiper_box .decoration_top_left {
  width: 45.82%;
  height: 100%;
  background: #EEEEEE;
  padding-top: 6.125rem;
  padding-left: 4.0625rem;
  padding-right: 11.5625rem;
  padding-bottom: 6.125rem;
}

.decoration_top .decoration_top_left span {
  display: block;
}

.decoration_top .decoration_top_left p,
.decoration_top .decoration_top_left span {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: .04rem;
  color: #303133;
}

.decoration_top .decoration_top_left>span {
  position: relative;
  padding-bottom: 1.875rem;
}

.decoration_top .decoration_top_left>span::after {
  content: '';
  display: block;
  width: 5rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.decoration_top .decoration_top_left .decoration_top_left_desc {
  padding-top: 1.8125rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  text-align: justify;
  color: #606266;
}

.decoration_top .decoration_top_left i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/decoration_top_left_icon.svg) no-repeat center;
  background-size: cover;
  margin-top: 7.9375rem;
}

.decoration_top .decoration_top_swiper {
  width: 54.2%;
  height: 100%;
}

.decoration_top .decoration_top_swiper .swiper-slide {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.decoration_top .decoration_top_swiper .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.decoration_top_swiper .desc_box {
  position: absolute;
  bottom: 2.5rem;
  left: 4.125rem;
}

.decoration_top_swiper .desc_box span {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #FFFFFF;
  display: block;
  margin-bottom: .625rem;
}

.decoration_top_swiper .desc_box .desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: .1rem;
  color: #FFFFFF;
}

.decoration_top_swiper_pagination {
  margin-top: 1.875rem;
  position: relative;
}

/* .decoration_top_swiper_pagination .swiper-pagination::before {
  display: block;
  content: '';
  width: .875rem;
  height: .875rem;
  background: #C8161E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */
.decoration_top_swiper_pagination .swiper-pagination.swiper-pagination-progressbar {
  height: .125rem;
}

.decoration_top_swiper_pagination .swiper-pagination .swiper-pagination-progressbar-fill {
  background: none;
  height: .125rem;
}

.decoration_top_swiper_pagination .swiper-pagination-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13.3rem;
  width: 100%;
}

.decoration_top_swiper_pagination .swiper-pagination-nav li {
  padding-top: 2.6875rem;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #303133;
  cursor: pointer;
  text-align: center;
}

.decoration_top_swiper_pagination .swiper-pagination-nav li.on {
  color: #C8161E;
  border-top: .125rem solid #C8161E;
  z-index: 10;
}

.decoration_top_swiper_pagination .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  background: url(../images/decoration_top_swiper_pagination_buttom.svg) no-repeat center;
  background-size: cover;
}

.decoration_case_box {
  background: #F5F6F8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.decoration_case_box .decoration_case_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  padding-bottom: .9375rem;
}

.decoration_case_box .decoration_case_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  padding-bottom: 4.5rem;
}

.decoration_construction {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.decoration_construction .decoration_construction_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  padding-bottom: .375rem;
  display: block;
}

.decoration_construction .decoration_construction_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  padding-bottom: 7.75rem;
  display: block;
}

.decoration_construction .decoration_construction_swiper {
  margin-top: 5.625rem;
  padding-bottom: 6.25rem;
}

.decoration_construction .decoration_construction_swiper .swiper-slide {
  display: flex;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}

.decoration_construction .decoration_construction_swiper .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.decoration_construction .decoration_construction_swiper .img {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.decoration_construction .decoration_construction_swiper img {
  opacity: 0;
}

.decoration_construction .decoration_construction_swiper .cases_box {
  width: 42.5%;
  margin-left: 3.625rem;
  margin-top: 4.25rem;
  position: relative;
}

.decoration_construction .cases_box span {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .1rem;
  color: #303133;
  display: block;
  padding-bottom: 1.875rem;
  position: relative;
}

.decoration_construction .cases_box span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 5rem;
  height: .125rem;
  background: #C8161E;
}


.decoration_construction .cases_box .desc {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: .1rem;
  text-align: justify;
  color: #606266;
  margin-top: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.decoration_construction .decoration_construction_swiper_prev_next {
  width: 9.9375rem;
  height: 1.875rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
}

.decoration_construction .decoration_construction_swiper_prev_next .swiper-button-prev {
  width: 1.5rem;
  height: 1.5rem;
  left: 2.5rem;
  top: auto;
  bottom: 0;
}

.decoration_construction .decoration_construction_swiper_prev_next .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  right: 2.5rem;
  top: auto;
  bottom: 0;
}

.decoration_construction .decoration_construction_swiper_prev_next .swiper-button-prev::after,
.decoration_construction .decoration_construction_swiper_prev_next .swiper-button-next::after {
  font-size: 1.5rem;
  color: #73767A;
}

.highlights_box {
  background: linear-gradient(180deg, #F5F6F8 0%, rgba(245, 246, 248, 0) 100%);
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
  position: relative;
}

.highlights_box .highlights_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: .04rem;
  display: block;
  color: #303133;
  text-align: center;
}

.highlights_box .highlights_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  margin-top: .375rem;
  margin-bottom: 6.625rem;
}

.highlights_box .highlights_title i {
  color: #C8161E;
  font-style: normal;
}

.highlights_box .highlights_swiper {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
  padding-bottom: 2.5625rem;
}

.highlights_box .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  left: 2rem;
  background: url(../images/decoration_construction_prev.svg) no-repeat center;
  background-size: cover;
}

.highlights_box .swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  right: 2rem;
  background: url(../images/decoration_construction_next.svg) no-repeat center;
  background-size: cover;
}

.highlights_box .swiper-button-next:after,
.highlights_box .swiper-button-prev:after {
  content: '';
}

.highlights_box .swiper-slide {
  position: relative;
  padding-bottom: 2.5625rem;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.highlights_box .swiper-slide:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.highlights_box .swiper-slide .img {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.highlights_box .swiper-slide img {
  opacity: 0;
}

.highlights_box .swiper-slide .subtitle {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: .1rem;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6.875rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: .9375rem;
  text-align: center;
}

.highlights_box .swiper-slide:hover .subtitle {
  background: rgba(200, 22, 30, 0.9);
}

.highlights_box .swiper-slide .cases_box>span {
  display: block;
  margin-top: 2rem;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 145%;
  letter-spacing: .04rem;
  color: #303133;
}

.highlights_box .swiper-slide .cases_box>em {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #C8161E;
  margin-top: .125rem;
  display: block;
}

.highlights_box .swiper-slide .cases_box_desc {
  margin-top: 1rem;
}

.highlights_box .swiper-slide .cases_box_desc,
.highlights_box .swiper-slide .cases_box_desc p,
.highlights_box .swiper-slide .cases_box_desc span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: .1rem;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.highlights_box .swiper-pagination {
  bottom: 0;
}

.highlights_box .swiper-pagination .swiper-pagination-bullet {
  width: .375rem;
  height: .375rem;
  margin: .1875rem .25rem;
}

.highlights_box .swiper-pagination .swiper-pagination-bullet-active {
  width: .75rem;
  height: .75rem;
  margin: 0 .25rem;
  background: #C8161E;
}

.operation_box {
  background: url(../images/operation_box_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.operation_box .operation_left_right {
  display: flex;
  /* justify-content: flex-start; */
}

.operation_box .operation_left_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  color: #303133;
  display: block;
}

.operation_box .operation_left_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: .04rem;
  color: #606266;
  margin-top: .75rem;
}

.operation_box a {
  display: block;
  margin-top: 9.8125rem;
  width: 14.6875rem;
  height: 3rem;
  background: #C8161E;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: .1rem;
  color: #FFFFFF;
  border-radius: 6.25rem;
  text-align: center;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
}

.operation_box .operation_img {
  width: 53.625rem;
  margin-left: 7.5rem;
}

.service_process_box {
  padding-top: 6.25rem;
  padding-bottom: 7.6875rem;
}

.service_process_box .service_process_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  display: block;
}

.service_process_box .service_process_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  display: block;
  margin-top: 1rem;
}

.service_process_box .service_process_imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.625rem;
}

.service_process_box .service_process_img:last-child {
  margin-left: 3rem;
}

/* 特许经销商 */
.dealer_top {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.dealer_top .dealer_top_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: .04rem;
  text-align: center;
  color: #303133;
  display: block;
  position: relative;
  padding-bottom: 1rem;
}

.dealer_top .dealer_top_title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_top .dealer_top_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: .04rem;
  text-align: center;
  color: #606266;
  padding-top: 3.25rem;
  padding-bottom: 3.8125rem;
}

.dealer_top .dealer_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.25rem;
}

.dealer_top .dealer_images img {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.dealer_top .dealer_images img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dealer_map {
  background: url(../images/dealer_map_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 3.5rem;
}

.dealer_map .dealer_map_left_right {
  display: flex;
}

.dealer_map .dealer_map_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #303133;
  display: block;
}

.dealer_map .dealer_map_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  color: #303133;
  margin-top: .375rem;
  padding-bottom: 1.625rem;
  position: relative;
  display: block;
}

.dealer_map .dealer_map_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_map .dealer_map_desc {
  margin-top: 3.75rem;
}

.dealer_map .dealer_map_desc_title {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 200%;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
  color: #303133;
}

.dealer_map .dealer_map_desc_content {
  font-family: 'Source Han Sans CN';
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
  color: #303133;
  margin-top: 2.25rem
}

.dealer_map .dealer_map_img {
  width: 48.9880%;
  margin-left: 11.25%;
}

.dealer_map .dealer_map_img img {
  width: 100%;
}

.dealer_cooperation {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.dealer_cooperation .cooperation_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  text-align: center;
  color: #303133;
  display: block;
  position: relative;
  padding-bottom: 1rem;
}

.dealer_cooperation .cooperation_title::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_cooperation .cooperation_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #303133;
  text-align: center;
  display: block;
  margin-top: .8125rem;
}

.dealer_cooperation .cooperation_item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.8125rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.dealer_cooperation .cooperation_item_box .cooperation_item {
  padding: 3.125rem 1.75rem;
  background-color: #F5F6F8;
  cursor: pointer;
  border-bottom-right-radius: 1.875rem;
}

.dealer_cooperation .cooperation_item_box .cooperation_item img {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.dealer_cooperation .cooperation_item_box .cooperation_item:hover img {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}

.dealer_cooperation .cooperation_item_box .cooperation_item_title {
  margin-top: 1.375rem;
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.04rem;
  color: #000000;
}

.dealer_cooperation .cooperation_item_box .cooperation_item_desc {
  margin-top: .8125rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 1%;
  color: #606266;
}

.dealer_advantages {
  background: url('../images/dealer_advantages_bg.png') no-repeat center;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
}

.dealer_advantages .advantages_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  display: block;
  padding-bottom: 1rem;
  position: relative;
}

.dealer_advantages .advantages_title::after {
  position: absolute;
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  background: #FFFFFF;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_advantages .advantages_swiper_content {
  width: 50%;
}

.dealer_advantages .advantages_swiper_box {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem
}

.dealer_advantages .advantages_swiper_box .advantages_swiper_item {
  background: url('../images/advantages_swiper_item.png') no-repeat center;
  background-size: cover;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  padding: 5.4375rem 5rem 5.4375rem 3.75rem;
}

.dealer_advantages .advantages_swiper_item .advantages_swiper_item_title {
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.04rem;
  color: #FFFFFF;
}

.dealer_advantages .advantages_swiper_item .advantages_swiper_item_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.01rem;
  color: #FFFFFF;
  margin-top: 2.0625rem;
}

.dealer_advantages .advantages_swiper_box .advantages_swiper_tab {
  /* width: 16.3095%; */
  margin-left: 12.875rem;
}

.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item {
  display: flex;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item svg {
  margin-right: 1.25rem;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item:hover svg {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}


.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item span {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.01rem;
  color: #FFFFFF;
}

.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item:hover span,
.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item.active span {
  color: #C8161E;
}

.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item:hover svg path,
.dealer_advantages .advantages_swiper_tab .advantages_swiper_tab_item.active svg path {
  fill: #C8161E;
}

.advantages_swiper_tab_item i {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('../images/dealer_advantages_01.svg');
  background-color: blue;
  background-blend-mode: multiply;
  background-size: 100%;
}

.dealer_process {
  background: url('../images/dealer_process_bg.png') no-repeat center;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
}

.dealer_process .process_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #303133;
  display: block;
}

.dealer_process .process_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  color: #303133;
  margin-top: .375rem;
  position: relative;
  padding-bottom: 1.625rem;
  display: block;
}

.dealer_process .process_title::after {
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background-color: #C8161E;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_process .process_swiper {
  margin-top: 5rem;
  height: 28.25rem;
}

.dealer_process .process_swiper::after {
  display: block;
  content: '';
  width: 100%;
  height: .125rem;
  background-color: #E4E7ED;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dealer_process .process_swiper .swiper-wrapper {
  justify-content: center;
}

.dealer_process .process_swiper .process_swiper_title {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.04rem;
  color: #303133;
  display: block;
}

.dealer_process .process_swiper .process_swiper_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.01rem;
  color: #606266;
  margin-top: .5rem;
  display: block;
}

.dealer_process .process_swiper .swiper-slide {
  height: 13.125rem;
  width: 10rem;
  cursor: pointer;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n) {
  top: 46.3%;
  padding-top: 8.6875rem;
  height: 15rem;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2) {
  width: 15rem;
}

.dealer_process .process_swiper .swiper-slide:nth-child(6) {
  width: 13.9375rem;
}

.dealer_process .process_swiper .swiper-slide::after {
  display: block;
  content: '';
  width: .625rem;
  height: .625rem;
  position: absolute;
  left: 1.875rem;
  bottom: -1.25rem;
  padding: .3125rem;
  background: #909399;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.dealer_process .process_swiper .swiper-slide:hover::after {
  background: #C8161E;
}

.dealer_process .process_swiper .swiper-slide:hover::before {
  background: rgba(200, 22, 30, 0.1);
  position: absolute;
  left: 1.575rem;
  bottom: -1.55rem;
  padding: .3125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  display: block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n)::after {
  bottom: auto;
  top: 0.6875rem;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n)::before {
  bottom: auto;
  top: 0.3875rem;
}

.dealer_process .process_swiper .swiper-slide .process_swiper_icon {
  display: block;
  width: 3.125rem;
  height: 3.9375rem;
  text-align: center;
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #C8161E;
  position: relative;
  margin-top: 1rem;
  margin-left: .875rem;
}

.dealer_process .process_swiper .swiper-slide .process_swiper_icon::before {
  display: block;
  content: '';
  width: 3.125rem;
  height: 3.9375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
  background: url("../images/dealer_process_num_bg.svg") no-repeat center;
  background-size: cover;

}

.dealer_process .process_swiper .swiper-slide .process_swiper_icon i {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%) translateY(-30%);
  -webkit-transform: translateX(-50%) translateY(-30%);
  -moz-transform: translateX(-50%) translateY(-30%);
  -ms-transform: translateX(-50%) translateY(-30%);
  -o-transform: translateX(-50%) translateY(-30%);
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n) .process_swiper_icon {
  position: absolute;
  top: 3.75rem;
  margin-top: 0;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n) .process_swiper_icon::before {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  left: 0;
}

.dealer_process .process_swiper .swiper-slide:nth-child(2n) .process_swiper_icon i {
  top: 60%;
  transform: translateX(-50%) translateY(-60%);
  -webkit-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
}

.dealer_question {
  padding-top: 6.25rem;
  padding-bottom: 7.25rem;
}

.dealer_question .question_title {
  display: block;
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: capitalize;
  color: #303133;
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
}

.dealer_question .question_title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_question .question_subtitle {
  display: block;
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #303133;
  text-align: center;
  margin-top: .8125rem;
}

.dealer_question .question_list {
  margin-top: 2.8125rem;
}

.dealer_question .question_item {
  cursor: pointer;
  margin-bottom: .75rem;
}

.dealer_question .question_item.on .question_item_title {
  color: #fff;
  background: #C8161E;
}

.dealer_question .question_item.on svg path {
  fill: #fff;
}

.dealer_question .question_item.on .question_item_desc {
  display: block;
}

.dealer_question .question_item .question_item_title {
  height: 5rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 5rem;
  letter-spacing: 0.01rem;
  color: #303133;
  display: flex;
  align-items: center;
  position: relative;
  background: #F5F6F8;
}

.dealer_question .question_item .question_item_title::after {
  position: absolute;
  right: 3.75rem;
  display: block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/question_item_icon.svg) no-repeat center;
  background-size: cover;

}

.dealer_question .question_item .question_item_title svg {
  margin-left: 3.75rem;
  margin-right: .6875rem;
}

.dealer_question .question_item .question_item_desc {
  padding: 2.5rem 5.9375rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.01rem;
  color: #606266;
  display: none;
}

.dealer_service {
  display: flex;
}

.dealer_service .dealer_service_img {
  width: 57.7%;
}

.dealer_service .dealer_service_box {
  background: url("../images/dealer_service_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 6.25rem;
  padding-left: 7.125rem;
  padding-right: 7.125rem;
  padding-bottom: 7.6875rem;
}

.dealer_service .dealer_service_title_box {
  display: flex;
  align-items: center;
}

.dealer_service .dealer_service_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  color: #303133;
  padding-bottom: 1.625rem;
  display: block;
  position: relative;
}

.dealer_service .dealer_service_title::after {
  display: block;
  content: '';
  background: #C8161E;
  width: 8.5625rem;
  height: .125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.dealer_service .dealer_service_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #303133;
  display: block;
  margin-left: 1.25rem;
}

.dealer_service_content {
  margin-top: 4.125rem;
}

.dealer_service_content .dealer_service_content_item {
  margin-top: 1.625rem;
}

.dealer_service_content span:first-child {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  color: #303133;
  display: block;
}

.dealer_service_content span:last-child {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  color: #606266;
  display: block;
  margin-top: .5rem;
}

/* 天诩动态 */
.inner_news_body_box {
  margin-top: 9.375rem;
}

.news_top {
  padding-top: 4.75rem;
  padding-bottom: 5.25rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 25%);

}

.news_top_flex {
  display: flex;
  align-items: center;
}

.news_top .news_top_img {
  width: 50%;
  border-radius: .75rem;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-border-radius: .75rem;
  -moz-border-radius: .75rem;
  -ms-border-radius: .75rem;
  -o-border-radius: .75rem;
}

.news_top .news_top_img:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.news_top .news_top_img img {
  opacity: 0;
}

.news_top .news_top_box {
  margin-left: 3.75rem;
  width: 46.5476%;
}

.news_top .news_top_box time {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
  color: #606266;
}

.news_top .news_top_box span {
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
  color: #303133;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  display: block;
}

.news_top .news_top_box .news_top_desc {
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
  color: #606266;
}

.news_top .news_top_box .news_top_explore {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: .875rem;
  line-height: 120%;
  letter-spacing: 0.01rem;
  color: #C8161E;
  display: flex;
  margin-top: 8rem;
  width: 9.3125rem;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: .0625rem solid #C8161E;
  padding-bottom: .3125rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.news_top .news_top_box .news_top_explore:hover {
  margin-left: 1rem;
}

.news_top .news_top_box .news_top_explore i {
  display: block;
  width: 1.4375rem;
  height: 1.3125rem;
  background: url(../images/category_more_new.svg) no-repeat center;
  background-size: cover;
  margin-right: .5rem;
}

.news_list_box .news_list {
  padding-top: 5rem;
  /* padding-bottom: 10rem; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.625rem;
}

.news_list_box .news_list .news_item_img {
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.news_list_box .news_list .news_item_img:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.news_list_box .news_list .news_item_img img {
  opacity: 0;
}

.news_list_box .news_list .news_item_box time {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  background: url(../images/time.svg) no-repeat left center;
  background-size: contain;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  color: #303133;
  padding-left: 2.25rem;
  margin-top: 1.625rem;
  margin-bottom: .75rem;
}

.news_list_box .news_list .news_item_box span {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.01rem;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 新闻详情 */
.inner_news_body_box .info_body .new_title {
  color: #303133;
  text-align: center;
  font-family: 'Source Han Sans CN Medium';
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
}

.inner_news_body_box .view_desc {
  text-align: center;
  padding-bottom: 1.5rem;
}

.inner_news_body_box .view_desc time {
  color: #606266;
  text-align: justify;
  font-family: 'Source Han Sans CN';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02rem;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 1.6rem;
}

.inner_news_body_box .view_desc em {
  color: #606266;
  text-align: justify;
  font-family: 'Source Han Sans CN';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .02rem;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 1.5rem;
  margin-left: 2.625rem;
}

.inner_news_body_box .new_info_content {
  margin-top: .4375rem;
  margin-bottom: 6.25rem;
}

.inner_news_body_box .new_info_content,
.inner_news_body_box .new_info_content p,
.inner_news_body_box .new_info_content span {
  color: #606266;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 2%;
}

/* 联系我们 */
.contact_top_box {
  padding-top: 3.75rem;
  display: flex;

}

.contact_top_box .contact_top_img {
  width: 49.1758%;
}

.contact_top_box .contact_top_title {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  color: #303133;
  display: block;
}

.contact_top_box .contact_top_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  display: block;
  margin-top: .25rem;
  color: #303133;
  position: relative;
  padding-bottom: 2.25rem;
}

.contact_top_box .contact_top_subtitle::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.5625rem;
  height: .125rem;
  background: #C8161E;
  animation: Gradient 4s ease-out infinite;
  -webkit-animation: Gradient 4s ease-out infinite;
}

@keyframes Gradient {
  0% {
    width: 0;
  }

  100% {
    width: 8.5625rem;
  }
}

.contact_top_box .contact_top_desc {
  width: 44.2307%;
  margin-left: 3.125rem;
}

.contact_top_box .contact_top_text {
  margin-top: 2.8125rem;
  font-family: 'Source Han Sans CN';
  font-weight: 350;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.02rem;
  color: #606266;
}

.contact_box {
  margin-top: 11.25rem;
}

.contact_box .contact_title {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: 0.01rem;
  vertical-align: bottom;
  color: #303133;
  text-align: center;
}

.contact_box .contact_subtitle {
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-transform: capitalize;
  color: #303133;
  margin-top: .1875rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.contact_box .contact_subtitle::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 3.75rem;
  height: .125rem;
  background: #C8161E;
}

.contact_box .contact_desc {
  width: 75.9%;
  margin: 0 auto;
  margin-top: 2.1875rem;
  padding-bottom: 4.0625rem;
  background: url(../images/contact_desc.png) no-repeat center;
  background-size: auto 100%;
}

.contact_box .contact_desc .contact_item {
  padding-top: 4.0625rem;
}

.contact_box .contact_item_title {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-transform: capitalize;
  color: #303133;
  display: block;
}

.contact_box .contact_item_subtitle {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #909399;
  display: block;
}

.contact_box .contact_item_text {
  font-family: 'Source Han Serif CN Medium';
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: 0.01rem;
  text-align: center;
  color: #303133;
  display: block;
  margin-top: 1.25rem;
}

#contact_map {
  margin-top: 6.875rem;
  margin-bottom: 5rem;
}

#contact_map .contact_map_box {
  width: 10.375rem;
  height: 5.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact_map>div>div>div>div:first-child {
  border-radius: .625rem !important;
  box-shadow: 0rem .25rem 1.125rem 0rem rgba(0, 0, 0, 0.15) !important;
  -webkit-border-radius: .625rem !important;
  -moz-border-radius: .625rem !important;
  -ms-border-radius: .625rem !important;
  -o-border-radius: .625rem !important;
  padding: 0 !important;
}

#contact_map .contact_map_box img {
  width: 6.25rem;
}

#contact_map>div>div>div>div:nth-child(2) {
  width: 1.375rem !important;
  height: 1.375rem !important;
  bottom: auto !important;
  top: -0.625rem !important;
  box-shadow: initial !important;
}

#contact_map svg {
  display: none;
}

/* 1400 */
@media screen and (max-width: 90rem) {
  html {
    font-size: .875rem;
  }

  .container {
    max-width: 100rem;
  }

  .new_product_box .new_product_list {
    grid-template-columns: repeat(4, 1fr);
  }

  .channel_box .channel_desc .channel_text,
  .channel_box .channel_desc .channel_text p,
  .channel_box .channel_desc .channel_text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: pre-line;
  }

  .alert_product_box .alert_product_left {
    width: 49%;
  }

  .alert_product_box .alert_product_content {
    height: 63vh;
    margin-right: 0;
  }

  .alert_product_home_box .alert_product_left {
    width: 58%;
  }

  .chao_report_box .chao_report_swiper_box {
    width: 55%;
  }

  .chao_report_box .chao_report_swiper_box .chao_report_swiper {
    padding-left: 3.8rem;
  }

  .dealer_service .dealer_service_img {
    width: 64%;
  }

  .dealer_service .dealer_service_box {
    padding-top: 2.85rem;
    padding-bottom: 0;
  }

  .dealer_service_content {
    margin-top: 1.625rem;
  }

  .decoration_top .decoration_top_swiper_box .decoration_top_left {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 5.8rem;
    padding-right: 5.6rem;
  }

  .decoration_top .decoration_top_left p,
  .decoration_top .decoration_top_left span {
    line-height: 2.25rem !important;
  }

  .decoration_top_swiper_pagination .swiper-pagination-nav {
    grid-gap: 5.3rem;
  }

}

/* 1024 */
@media screen and (max-width: 64rem) {
  html {
    font-size: .75rem !important;
  }

  .container {
    max-width: 84rem;
  }

  .sector_third_box .sector_third_list .sector_third_swiper .swiper-slide span {
    font-size: 1.2rem;
  }

  .sector_third_box .sector_third_list .sector_third_swiper .swiper-slide em {
    font-size: 0.9rem;
  }

  .sector_fourth_box {
    padding-bottom: 4rem;
  }

  .sector_fourth_box .sector_fourth_left {
    padding-left: 4.5rem;
    padding-top: 4.5rem;
    padding-right: 4.5rem;
  }

  .sector_fourth_box .sector_fourth_tab {
    padding-top: 1.6rem;
  }

  .chao_report_box {
    padding-top: 6.4rem;
    padding-left: 5.2rem;
    padding-bottom: 5.4rem;
    padding-right: 1.4rem;
  }

  .chao_report_box .chao_report_left {
    width: 38%;
  }

  .chao_report_box .chao_report_swiper_box {
    padding-left: 3.6rem;
    width: 62%;
  }

  .chao_report_box .chao_report_swiper_box .chao_report_swiper_line {
    width: 100%;
  }

  .alert_product_box .alert_product_content strong {
    font-size: 1.8rem;
  }

  .decoration_top .decoration_top_left .decoration_top_left_desc span {
    font-size: 1rem !important;
  }

  .decoration_top .decoration_top_swiper_box {
    height: initial;
  }

  .decoration_top .decoration_top_swiper_box .decoration_top_left {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2.8rem;
    padding-right: 3.6rem;
  }

  .decoration_top_swiper_pagination .swiper-pagination-nav {
    grid-gap: 0;
  }

  .decoration_case_box .processing_bottom_swiper_son {
    padding-bottom: 0;
  }

  .footer_logo {
    width: 20%;
  }

  .dealer_service .dealer_service_img {
    width: 80%;
  }

  .dealer_service .dealer_service_box {
    padding-top: 1.85rem;
    padding-bottom: 0;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .news_list_box .news_list {
    grid-gap: 1.25rem;
  }
}

/* 768 */
@media screen and (max-width: 48rem) {
  .container {
    max-width: 45rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container_special {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .info_body_box_special {
    padding-top: 4rem;
  }

  .head {
    display: none;
  }

  .navi {
    position: absolute;
    width: 3rem;
    height: 3rem;
    padding: .66rem;
    z-index: 999999;
    top: 0.6rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navi span {
    width: 100%;
    background: #fff;
    border-radius: .0938rem;
    height: .28rem;
    margin-top: .15rem;
    margin-bottom: .15rem;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transform-origin: center;
  }

  .navi.on span:last-child {
    display: none;
  }

  .navi.on span:nth-child(1) {
    transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -webkit-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -moz-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -ms-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
    -o-transform: skewY(45deg) translateX(0rem) translateY(.1875rem);
  }

  .navi.on span:nth-child(2) {
    transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -webkit-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -moz-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -ms-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
    -o-transform: skewY(-45deg) translateX(0rem) translateY(-0.1875rem);
  }

  header {
    min-width: 20rem;
    width: 100%;
    height: 4rem;
    position: fixed;
    top: 0;
    z-index: 1001;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #606266;
  }

  header.index {
    background: none;
  }

  header .logo {
    height: 4rem;
    position: absolute;
    top: 0;
  }

  header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 100%;
  }

  header .logo img:first-child {
    height: 3rem;
    object-fit: cover;
  }

  header.open {
    height: 100%;
    overflow: auto;
    background-color: #606266 !important;
    box-shadow: 0 .125rem .245rem .005rem rgba(0, 0, 0, 0.05);
  }

  header .header-nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5rem;
  }

  header .header-nav>ul>li>a {
    position: relative;
    display: block;
    padding: 1rem .625rem;
    border-top: .0625rem solid #fff;
    font-size: .9375rem;
    color: #fff;
    font-weight: 600;
  }

  header .header-nav>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .9375rem;
    background: url(../images/icon_menu-arrow.png) no-repeat center;
    background-size: .4375rem .8125rem;
    width: .4375rem;
    height: .8125rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header .header-nav>ul>li.nav-parent>a::after {
    background: url(../images/icon_plus_black.png) no-repeat center;
    background-size: .6875rem .6875rem;
    width: .6875rem;
    height: .6875rem;
  }

  header .header-nav>ul>li.nav-minus>a::after {
    background: url(../images/icon_minus_black.png) no-repeat center;
    background-size: .6875rem .6875rem;
    width: .6875rem;
    height: .6875rem;
  }

  header .header-nav>ul>li>ul {
    display: none;
  }

  header .header-nav>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: .875rem .75rem;
    border-top: .0625rem solid #b7b7b8;
    font-size: .8125rem;
    color: #081f2c;
  }

  header .header-nav>ul>li>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .9375rem;
    background: url(../images/icon_menu-arrow.png) no-repeat center;
    background-size: .4375rem .8125rem;
    width: .4375rem;
    height: .8125rem;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 1.625rem;
  }

  .footer .footer_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .footer .footer_tel,
  .footer .footer_address {
    padding-left: 2.4rem;
  }

  .footer_logo {
    width: 40%;
    margin: 2rem auto;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer_link {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .copyright_box a i {
    width: 1.6rem;
    height: 1.6rem;
    padding-left: 1.8rem;
  }

  .pager {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_contact,
  .footer_link {
    display: none;
  }

  .banner,
  .inner_banner_box {
    margin-top: 4rem;
  }

  .banner .banner_swiper .swiper-pagination {
    bottom: 0.68rem;
  }

  .channel_box {
    padding-top: 0.75rem;
  }

  .channel_box .channel_item {
    flex-wrap: wrap;
    padding-bottom: 2.75rem;
  }

  .channel_box .channel_img {
    width: 100%;
  }

  .channel_box .channel_desc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }

  .channel_box .channel_desc span {
    font-size: 1.4rem;
  }

  .channel_box .channel_desc em {
    font-size: 1.2rem;
  }

  .channel_box .channel_item:nth-child(2n) .channel_desc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .channel_box .channel_desc .channel_text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .channel_box .channel_desc .channel_text,
  .channel_box .channel_desc .channel_text p,
  .channel_box .channel_desc .channel_text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line;
  }

  .test_box .pc_effect {
    display: none;
  }

  .test_box .wap_effect {
    display: block;
  }

  .certificate_box .certificate_left {
    padding-top: 1.5rem;
  }

  .sector_first_box .sector_first_left .sector_first_title {
    padding-top: 1.5rem;
  }

  .sector_first_box .sector_first_title span {
    font-size: 1.8rem;
    width: 7rem;
  }

  .new_product_box {
    padding-top: 3.25rem;
  }

  .new_product_box .new_product_list {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0 2rem 0;
    grid-gap: 1rem;
  }

  .new_product_box .new_product_item:nth-child(5) {
    display: none;
  }

  .new_product_box .new_product_desc {
    padding: 1rem;
  }

  .new_product_box a i {
    background-size: cover;
    right: 0.5rem;
  }

  .dealer_box {
    padding-top: 3.25rem;
    padding-bottom: 3.8125rem;
  }

  .dealer_list {
    flex-wrap: wrap
  }

  .dealer_list .dealer_store {
    width: 100%;
    padding: 2rem;
  }

  .dealer_list .dealer_advantage_cooperate {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }

  .dealer_list .dealer_advantage {
    padding: 2rem;
  }

  .dealer_list .dealer_cooperate {
    padding: 2rem;
    margin-top: 2rem;
  }

  .inner_channel {
    padding: 0 1.5rem;
    flex-wrap: wrap;
  }

  .inner_channel .breadcrumb {
    width: 100%;
  }

  .go_back {
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
  }

  .inner_channel_title {
    margin-top: 2.25rem;
    margin-bottom: 2.875rem;
  }

  .inner_body_list {
    flex-wrap: wrap;
    padding-bottom: 4rem;
  }

  .inner_body_list .menu_list {
    width: 100%;
  }

  .inner_body_list .list_item_body {
    width: 100%;
    margin-left: 0;
  }

  .inner_body_list .list_item_box {
    margin-top: 2rem;
    grid-gap: 1.2rem;
  }

  .inner_body_list .list_item_box .list_item {
    margin-left: 0;
  }

  .inner_body_list .list_item_box .list_item .desc_box {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .new_info .new_info_images {
    margin-top: 2rem;
  }

  .new_info .new_info_images .new_info_images_swiper_thumbs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mine_desc {
    height: initial;
  }

  .mine_desc .mine_desc_content {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 2.625rem;
  }

  .mine_desc .mine_desc_img {
    position: initial;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .strength_box {
    padding-top: 2.875rem;
    padding-bottom: 3.125rem;
  }

  .strength_box .strength_title {
    font-size: 1.8rem;
  }

  .strength_box .strength_desc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
    gap: 1.6875rem;
  }

  .strength_box .strength_desc .strength_desc_item_img {
    margin-top: 0;
  }

  .certificate_box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-wrap: wrap;
  }

  .certificate_box .certificate_title span {
    font-size: 1.8rem;
    width: initial;
  }

  .certificate_box .certificate_left .certificate_title {
    flex-wrap: wrap;
  }

  .certificate_box .certificate_title i {
    margin-top: 2rem;
    margin-left: 0;
  }

  .certificate_box .certificate_desc {
    margin-top: 0;
  }

  .certificate_box .certificate_img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .sector_first_box {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sector_first_box .sector_first_desc {
    width: 100%;
  }

  .sector_first_box .sector_first_img {
    width: 100%;
    margin-top: 1rem;
  }

  .sector_second_box .sector_second_top {
    margin-top: 2.25rem;
  }

  .sector_second_box .sector_second_title {
    display: flex;
    flex-wrap: wrap;
  }

  .sector_second_box .sector_second_title span {
    font-size: 1.6rem;
    width: initial;

  }

  .sector_second_box .sector_second_title i {
    margin-left: 0;
    margin-top: 1rem;
  }

  .sector_second_box .sector_second_bottom {
    margin-top: 0rem;
    margin-left: 0;
    margin-bottom: 1.3125rem;
  }

  .sector_second_box .sector_second_img_swiper .swiper-slide {
    width: 100% !important;
  }

  .sector_third_box .sector_third_left_right {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .sector_third_box .sector_third_left {
    width: 100%;
  }

  .sector_third_box .sector_third_right .sector_third_title span {
    font-size: 1.8rem;
  }

  .sector_third_box .sector_third_right {
    width: 100%;
    padding-top: 2.25rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-bottom: 2.25rem;
  }

  .sector_third_box .sector_third_list {
    position: initial;
    width: 100%;
    height: 100%;
  }

  .sector_third_box .sector_third_list .sector_third_swiper {
    padding-top: 2.5rem;
  }

  .sector_fourth_box .sector_fourth_title {
    width: initial;
  }

  .sector_fourth_box .sector_fourth_title span {
    font-size: 1.8rem;
  }

  .sector_fourth_box {
    flex-wrap: wrap;
  }

  .sector_fourth_box .sector_fourth_left {
    width: 100%;
    padding-left: 1.5rem;
    padding-top: 2.5rem;
    padding-right: 1.5rem;
  }

  .sector_fourth_box .sector_fourth_tab span {
    padding: 1.125rem 0.625rem;
    margin-right: 1rem;
  }

  .sector_fourth_box .sector_fourth_right {
    margin-top: 1rem;
  }

  .chao_title {
    padding-top: 2.25rem;
  }

  .chao_title span {
    font-size: 1.8rem;
  }

  .chao_desc {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
    width: 100%;
  }

  .chao_special {
    width: 100%;
  }

  .chao_swiper {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .chao_swiper .chao_tab {
    margin-top: 1.625rem;
  }

  .chao_swiper .chao_tab span {
    font-size: 1.2rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    width: 100%;
  }

  .chao_report_box {
    padding: 2.4rem 1.2rem;
    flex-wrap: wrap;
  }

  .chao_report_box .chao_report_title {
    font-size: 1.8rem;
  }

  .chao_report_box .chao_report_left {
    width: 100%;
  }

  .chao_report_box .chao_report_swiper_box {
    padding-left: 0;
    width: 100%;
  }

  .chao_report_box .chao_report_swiper_box .swiper-slide-active {
    width: 100% !important;
    height: initial;
  }

  .chao_report_box .chao_report_tab span {
    font-size: 1.6rem;
  }

  .alert_product_box {
    flex-wrap: wrap;
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
    padding-left: 1.625rem;
    padding-right: 1.6875rem
  }

  .alert_product_box .alert_product_left {
    width: 100%;
  }

  .alert_product_box .alert_product_content {
    width: 100%;
    height: initial;
    margin-left: 0;
  }

  .alert_product_home_box .alert_product_left {
    flex-direction: column;
  }

  .alert_product_home_box .alert_product_left .alert_product_swiper {
    margin-left: 0;
    width: 100%;
  }

  .alert_product_home_box .alert_product_left .alert_product_thumb_swiper {
    width: 100%;
  }

  .alert_product_box .alert_product_content hr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layui-layer .layui-layer-setwin .layui-layer-close {
    right: -0.625rem;
    top: -0.25rem;
    z-index: 1;
  }

  .alert_product_home_box .alert_product_left .alert_product_thumb_swiper {
    height: 3rem;
    margin-top: 1rem;
  }

  .alert_product_home_box .alert_product_thumb_swiper .swiper-wrapper {
    flex-direction: row;
  }

  .alert_product_home_box .alert_product_thumb_swiper .swiper-button-prev,
  .alert_product_home_box .alert_product_thumb_swiper .swiper-button-next {
    width: 1.2rem;
    height: 100%;
  }

  .alert_product_home_box .alert_product_thumb_swiper .swiper-button-prev::after {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }

  .alert_product_home_box .alert_product_thumb_swiper .swiper-button-next::after {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }

  .dealer_top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dealer_top .dealer_top_title {
    font-size: 1.8rem;
  }

  .dealer_top .dealer_top_desc {
    padding-top: 1.25rem;
    padding-bottom: 1.8125rem;
  }

  .dealer_top .dealer_images {
    grid-gap: 0.25rem;
  }

  .decoration_top .decoration_top_swiper_box .decoration_top_left {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .decoration_top .decoration_top_left>span {
    padding-bottom: 1.2rem;
  }

  .dealer_map {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
  }

  .dealer_map .dealer_map_title {
    font-size: 1.8rem;
  }

  .dealer_map .dealer_map_left_right {
    flex-wrap: wrap;
  }

  .dealer_map .dealer_map_desc {
    margin-top: 0.75rem;
  }

  .dealer_map .dealer_map_img {
    width: 100%;
    margin-left: 0;
  }

  .dealer_cooperation {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .dealer_cooperation .cooperation_title {
    font-size: 1.8rem;
  }

  .dealer_cooperation .cooperation_item_box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin-top: 1.75rem;
  }

  .dealer_cooperation .cooperation_item_box .cooperation_item {
    padding: 2.125rem 1.75rem 0;
  }

  .dealer_cooperation .cooperation_item_box .cooperation_item_icon,
  .dealer_cooperation .cooperation_item_box .cooperation_item_title {
    text-align: center;
  }

  .dealer_advantages {
    padding-top: 2.25rem;
    padding-bottom: 2.375rem;
  }

  .dealer_advantages .advantages_title {
    font-size: 1.8rem;
  }

  .dealer_advantages .advantages_swiper_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 1rem;
  }

  .dealer_advantages .advantages_swiper_content {
    width: 100%;
  }

  .dealer_advantages .advantages_swiper_box .advantages_swiper_tab {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .dealer_advantages .advantages_swiper_box .advantages_swiper_item {
    padding: 2.4375rem 2rem 2.4375rem 1.75rem;
  }

  .dealer_advantages .advantages_swiper_item .advantages_swiper_item_desc,
  .dealer_advantages .advantages_swiper_item .advantages_swiper_item_desc p,
  .dealer_advantages .advantages_swiper_item .advantages_swiper_item_desc span {
    font-size: 1rem !important;
  }

  .dealer_process {
    padding-top: 3.25rem;
    padding-bottom: 2.375rem;
  }

  .dealer_process .process_title {
    font-size: 1.8rem;
  }

  .dealer_process .process_swiper {
    margin-top: 2rem;
    height: 10rem;
  }

  .dealer_process .process_swiper .swiper-wrapper {
    justify-content: flex-start;
    /* flex-wrap: wrap; */
  }

  .dealer_process .process_swiper .swiper-slide .process_swiper_icon,
  .dealer_process .process_swiper .swiper-slide:nth-child(2n) .process_swiper_icon {
    display: none;
  }

  .dealer_process .process_swiper .swiper-slide {
    height: 8.125rem;
  }

  .dealer_process .process_swiper::after {
    top: auto;
    bottom: .5625rem;
  }

  .dealer_process .process_swiper .swiper-slide:nth-child(2n)::after {
    bottom: -1.25rem;
    top: auto;
  }

  .dealer_process .process_swiper .swiper-slide:nth-child(2n) {
    top: auto;
    padding-top: 0;
    height: 8.125rem;
  }

  .dealer_question {
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
  }

  .dealer_question .question_title {
    font-size: 1.8rem;
  }

  .dealer_question .question_item .question_item_desc {
    padding: 1.5rem 1.9375rem;
  }

  .dealer_service {
    display: flex;
    flex-wrap: wrap;
  }

  .dealer_service .dealer_service_img {
    width: 100%;
  }

  .dealer_service .dealer_service_title_box {
    flex-wrap: wrap;
  }

  .dealer_service .dealer_service_title {
    font-size: 1.8rem;
  }


  .dealer_service .dealer_service_subtitle {
    margin-top: 1rem;
    /* margin-left: 0; */
  }

  .dealer_service .dealer_service_box {
    padding-bottom: 2rem;
  }

  .processing_top .processing_top_box {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1.0625rem;
    flex-wrap: wrap;
  }

  .processing_top .processing_top_img {
    width: 100%;
  }

  .processing_top .processing_top_desc>span {
    font-size: 1.8rem;
  }

  .processing_top .processing_top_desc {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .processing_top .processing_top_desc .processing_top_text {
    margin-top: 1.75rem;
  }

  .processing_bottom {
    padding-top: 2.25rem;
    padding-bottom: 1.0625rem;
  }

  .processing_bottom .processing_bottom_title {
    font-size: 1.8rem;
  }

  .processing_bottom .processing_bottom_tab {
    width: 100%;
    margin-top: 1.375rem;
  }

  .processing_bottom .processing_bottom_swiper {
    margin-top: 1.75rem
  }

  .decoration_top {
    padding-top: 1.5rem;
    padding-bottom: 1.375rem;
  }

  .decoration_top .decoration_top_title {
    font-size: 1.6rem;
  }

  .decoration_top .decoration_top_subtitle {
    font-size: 1.8rem;
  }

  .decoration_top .decoration_top_desc {
    padding-bottom: 2.125rem;
  }

  .decoration_top .decoration_top_swiper_box {
    flex-wrap: wrap;
  }

  .decoration_top .decoration_top_swiper_box .decoration_top_left {
    width: 100%;
  }

  .decoration_top .decoration_top_swiper {
    width: 100%;
  }

  .decoration_top_swiper_pagination .container_special {
    padding-left: 0;
    padding-right: 0;
  }

  .decoration_top_swiper_pagination .swiper-pagination-nav li {
    padding-top: 0.6875rem;
    font-size: 0.9em;
  }

  .decoration_case_box {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .decoration_case_box .decoration_case_subtitle {
    font-size: 1.8rem;
  }

  .decoration_case_box .decoration_case_title {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .decoration_case_box .processing_bottom_swiper_son {
    padding-bottom: 5rem;
  }

  .decoration_construction {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }

  .decoration_construction .decoration_construction_subtitle {
    font-size: 1.8rem;
  }

  .decoration_construction .decoration_construction_title {
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }

  .decoration_construction .decoration_construction_swiper {
    margin-top: 2.625rem;
    padding-bottom: 3.25rem;
  }

  .highlights_box {
    padding-top: 2.25rem;
    padding-bottom: 2.375rem;
  }

  .highlights_box .highlights_subtitle {
    font-size: 1.8rem;
  }

  .highlights_box .highlights_title {
    font-size: 1.6rem;
    margin-bottom: 2.625rem;
  }

  .highlights_box .highlights_swiper {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .highlights_box .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    left: 0.3rem;
  }

  .highlights_box .swiper-button-next {
    width: 3rem;
    height: 3rem;
    right: 0.3rem;
  }

  .operation_box {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .operation_box .operation_left_right {
    flex-wrap: wrap;
  }

  .operation_box .operation_left_title {
    font-size: 1.8rem;
  }

  .operation_box a {
    margin-top: 1.8125rem;
  }

  .operation_box .operation_img {
    width: 100%;
    margin-left: 0;
  }

  .service_process_box {
    padding-top: 2.25rem;
    padding-bottom: 3.6875rem;
  }

  .service_process_box .service_process_subtitle {
    font-size: 1.8rem;
  }

  .service_process_box .service_process_title {
    font-size: 1.6rem;
  }

  .service_process_box .service_process_imgs {
    margin-top: 3.625rem;
    flex-wrap: wrap;
  }

  .service_process_box .service_process_img:last-child {
    margin-top: 1rem;
    margin-left: 0;
  }

  .inner_news_body_box {
    margin-top: 4rem;
  }

  .news_top {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }

  .news_top_flex {
    flex-wrap: wrap;
  }

  .news_top .news_top_img {
    width: 100%;
  }

  .news_top .news_top_box {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .news_top .news_top_box span {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .news_top .news_top_box .news_top_explore {
    margin-top: 1rem;
  }

  .news_list_box .news_list {
    padding-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.45rem;
  }

  .news_list_box .news_list .news_list_item {
    margin-bottom: 1rem;
  }

  .news_list_box .news_list .news_item_box time {
    padding-left: 1.65rem;
  }

  .new_info {
    padding-top: 2rem;
  }

  .new_info .new_title::after {
    width: 100%;
  }
  
  .new_info .specs {
    margin-bottom: 2rem;
  }
  
  .new_info .new_image{
      margin-bottom: 2rem;
  }
  
  .new_info .new_info_down {
    margin-top: 2rem;
    margin-bottom: 5rem;
   }
   .new_info .new_info_images:after{
       margin-top: 1rem;
   }
   
   .new_info .new_info_images{
       margin-bottom: 2rem;
   }

  .inner_news_body_box .view_desc time {
    background-size: contain;
    padding-left: 2rem;
  }

  .inner_news_body_box .view_desc em {
    padding-left: 2rem;
  }

  .inner_news_body_box .new_info_content {
    margin-top: 0.4375rem;
    margin-bottom: 3.25rem;
  }

  /* 联系我们 */
  .contact_top_box {
    flex-wrap: wrap;
    padding-top: 1rem;
  }

  .contact_top_box .contact_top_img {
    width: 100%;
  }

  .contact_top_box .contact_top_title {
    font-size: 1.8rem;
  }

  .contact_top_box .contact_top_desc {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }

  .contact_top_box .contact_top_text {
    margin-top: 1rem;
  }

  .contact_box {
    margin-top: 2rem;
  }

  .contact_box .contact_title {
    font-size: 1.8rem;
  }

  .contact_box .contact_subtitle {
    font-size: 1.4rem;
  }

  .contact_box .contact_desc {
    margin-top: 1.185rem;
    padding-bottom: 2rem;
  }

  .contact_box .contact_desc .contact_item {
    padding-top: 1rem;
  }

  .contact_box .contact_item_title {
    font-size: 1.5rem;
  }

  .contact_box .contact_item_text {
    font-size: 1.3rem;
  }

  #contact_map {
    height: 15rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #contact_map>div>div>div {
    transform: translate(8.6rem, 8.5rem) !important;
    -webkit-transform: translate(8.6rem, 8.5rem) !important;
    -moz-transform: translate(8.6rem, 8.5rem) !important;
    -ms-transform: translate(8.6rem, 8.5rem) !important;
    -o-transform: translate(8.6rem, 8.5rem) !important;
  }

}