﻿@charset "utf-8";

@font-face {
  font-family: 'RobotBold';
  src: url('../font/RobotBold/RobotBold.woff2') format('woff2'), url('../font/RobotBold/RobotBold.woff') format('woff'),
    url('../font/RobotBold/RobotBold.ttf') format('truetype'),
    url('../font/RobotBold/RobotBold.eot') format('embedded-opentype'),
    url('../font/RobotBold/RobotBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto.woff2') format('woff2'), url('../font/Roboto/Roboto.woff') format('woff'),
    url('../font/Roboto/Roboto.ttf') format('truetype'), url('../font/Roboto/Roboto.eot') format('embedded-opentype'),
    url('../font/Roboto/Roboto.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../font/RobotoLight/RobotoLight.woff2') format('woff2'),
    url('../font/RobotoLight/RobotoLight.woff') format('woff'),
    url('../font/RobotoLight/RobotoLight.ttf') format('truetype'),
    url('../font/RobotoLight/RobotoLight.eot') format('embedded-opentype'),
    url('../font/RobotoLight/RobotoLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: '微软雅黑', Arial, 'PingFangSC-Light', 'Helvetica Neue', Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB',
    tahoma, SimSun, sans-serif;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
  color: #000;
}

.mc_ph_hd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mc_language_ph a {
  line-height: 64px;
  color: #333;
  margin-right: 15px;
}

.mc_ph_hd .mc_ph_logo a {
  line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
  width: 100px;
}

.mc_ph_menu {
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.mc_ph_hd .mc_phmenubox {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-top: 14px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
  top: -10px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
  top: 10px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
  background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*ph导航&下拉*/
.phxia {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 64px;
  z-index: 998;
  transform: translateX(-50%);
  padding: 0 15px;
  background-color: #f1f1f1;
  max-height: calc(100vh - 64px);
  overflow: auto;
}

.xialaph {
  display: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 18px;
  background-color: #f1f1f1;
  font-family: '微软雅黑';
}

.xialaph h4 {
  position: relative;
}

.xialaph h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: #000;
}

.xialaph h4 a {
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  color: #999;
  max-width: calc(100% - 36px);
}

.xialaph h4 img {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 13px;
  cursor: pointer;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
  display: none;
  padding-top: 7px;
  padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
  max-width: 100%;
  padding: 0 15px;
}

.xialaph h5 {
  position: relative;
}

.xialaph h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  opacity: 0.05;
  background-color: #000;
}

.xialaph h5 a {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  color: #999;
  max-width: calc(100% - 36px);
}

.xialaph h5 img {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 35px;
  padding: 11px;
  cursor: pointer;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
  display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
  display: block;
}

.xialaph .ul3 {
  display: none;
}

.xialaph h6 a {
  font-family: '微软雅黑';
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #999;
}

.header2 {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 100%;
  height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  transform: translateX(-50%);
}

.header2 .logo {
  width: 80px;
  line-height: 64px;
}

.header2 .logo img {
  width: 100%;
}

.header2 .phsearch {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 25px;
  cursor: pointer;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
  padding-top: 25px;
}

.header2 .phsearch img {
  width: 100%;
}

.ph_mea_cl {
  overflow: hidden;
  width: 50px;
  height: 100%;
}

.header2 .menuph {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header2 .menuph .point {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-top: 14px;
}

.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
  width: 28px;
}

.header2 .menuph .navbtn {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 1px;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #666;
}

.header2 .menuph .navbtn::after {
  top: -10px;
}

.header2 .menuph .navbtn::before {
  top: 10px;
}

.header2 .menuph .point.active .navbtn {
  background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ph_search {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  padding-left: 15px;
}

.ph_search_ph {
  width: 100%;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 18px;
  float: left;
  border-radius: 17.5px;
  position: relative;
}

.ph_search_ph input {
  width: 100%;
  height: 100%;
  text-indent: 20px;
  color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
  color: #999999;
}

.ph_search_ph button {
  width: 40px;
  height: 100%;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  font-family: '微软雅黑';
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.ph_search button .icon-sousuo {
  font-size: 27px;
  color: #999999;
}

.wj_header_i_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
}

/*电话*/
.ph_dh_number {
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.ph_dh_number .ph_dh_n {
  display: inline-block;
  overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
  float: left;
  font-size: 18px;
  color: #666;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
  margin-right: 15px;
}

.wj_hin_r_en {
  color: #666;
}

.ph_searchfe {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
}

.ph_searchfe img {
  width: 100%;
}

.yxnav_active1 a,
.on a {
  display: flex;
}

/* *************************************************************** */

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

.mc_pcfy a {
  float: left;
}

.mc_fybtn a {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #333;
}

.mc_phfy {
  display: none;
}

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

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

.pc_fenye li.activepage {
  color: #fa4645;
  background-color: transparent;
}

.w_fenyeph {
  display: none;
}

.pc_fenye li.clolr {
  color: #00b9f1;
}

/* *************************************************************** */

/* pc导航 */
.mc_pc_hd {
  position: relative;
  z-index: 99;
  width: 100%;
}

.mc_navbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
  transition: all 0.36s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mc_container_hd {
  padding-left: 80px;
  padding-right: 45px;
}

.mc_logo a,
.mc_nav_a,
.mc_language a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  /*color:#fff;*/
  font-weight: lighter;
}

.mc_logo img {
  max-width: none;
}

.mc_navbar_l,
.mc_navbar_r {
  height: 100%;
}

.mc_navbar_l > div,
.mc_navbar_r > div {
  height: 100%;
  float: left;
}

/* logo */

/* nav */
.mc_nav_li {
  float: left;
  padding: 0 1rem;
  position: relative;
}

.mc_nav_a {
  position: relative;
  cursor: pointer;
}

.mc_nav_a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 0px;
  height: 1px;
  background: #377dff;
  transition: width 0.36s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mc_nav_li.on .mc_nav_a::before {
  width: 100%;
}

/* search */
.mc_search_btn {
  line-height: 80px;
  cursor: pointer;
  color: #fff;
}

.mc_search_btn .iconfont {
  display: inline-block;
  font-size: 16px;
  transform: translateY(1px);
}

.mc_search_modal .mc_modal_content {
  width: 725px;
}

.mc_search_modal .mc_msc_box {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #fff;
}

.mc_search_modal {
  background: rgba(0, 0, 0, 0.8);
}

.mc_search_modal .mc_modal_close {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: #fff;
}

.mc_msc_input {
  width: calc(100% - 80px);
  height: 100%;
  font-size: 20px;
  color: #f5f5f5;
  text-overflow: ellipsis;
}

.mc_msc_submit {
  width: 75px;
  height: 100%;
  font-size: 24px;
  color: #fff;
}

.mc_language {
  position: relative;
  margin-left: 45px;
  margin-right: 30px;
}

.mc_search_modal .mc_modal_content {
  background: none;
}

.mc_nav_li.yxnav_active1 .mc_nav_a,
.mc_nav_li.on .mc_nav_a {
  color: #377dff;
}

.mc_navfixed {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mc_navfixed .mc_nav_a,
.mc_navfixed .mc_language a,
.mc_navfixed .mc_search_btn {
  color: #333;
}

.mc_navfixed .mc_nav_li.yxnav_active1 .mc_nav_a::before,
.mc_navfixed .mc_nav_li.on .mc_nav_a::before {
  width: 100%;
}

.mc_navhover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mc_navhover .mc_nav_a,
.mc_navhover .mc_language a,
.mc_navhover .mc_search_btn {
  color: #333;
}

.mc_navhover .mc_nav_li.yxnav_active1 .mc_nav_a::before,
.mc_navhover .mc_nav_li.on .mc_nav_a::before {
  width: 0;
}

.mc_news_detail .mc_navbar {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mc_news_detail .mc_navbar .mc_nav_a,
.mc_news_detail .mc_navbar .mc_language a,
.mc_news_detail .mc_navbar .mc_search_btn {
  color: #333;
}

.mc_news_detail .mc_navbar .mc_nav_li.yxnav_active1 .mc_nav_a::before,
.mc_news_detail .mc_navbar .mc_nav_li.on .mc_nav_a::before {
  width: 0;
}

/* .mc_navhover .mc_nav_a::before{
    bottom: -20px;
} */

.mc_nav_xl {
  display: none;
  position: absolute;
  top: 100%;
  background: #377dff;
  /*width: 150px;*/
  /*left: -15px;*/
  left: 50%;
  margin-left: -50%;
  padding: 0.8rem 0.5rem;
}

.mc_nav_xl > .mc_cont1200 {
  padding: 1rem 0;
}

.mc_cont1200 {
  width: 1200px;
  margin: 0 auto;
}

.mc_navxl_title {
  width: 400px;
  font-size: 24px;
  color: #333;
}

.mc_subnav {
  /*width: 250px;*/
  /*padding-right: 20px;*/
  padding-left: 0rem;
}

.mc_subnav_a {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.mc_subnav_a .iconfont {
  opacity: 0;
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.36s;
}

.mc_subnav_a .fa {
  margin-right: 8px;
  font-size: 18px;
  transform: translateX(-10px);
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.mc_subnav_li:hover .mc_subnav_a .fa,
.mc_subnav_li.on .mc_subnav_a .fa {
  transform: translateX(0);
  opacity: 1;
}

.mc_subnav_a span {
  font-size: 0.7rem;
  max-width: 100%;
  white-space: nowrap;
}

.mc_subnav_a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8rem;
}

.mc_subnav_li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mc_subnav_li.yxnav_active2 .iconfont {
  opacity: 1;
}

/* *************************************************************** */
/* 页脚 */
.mc_cont1600 {
  width: 1600px;
  margin: 0 auto;
}

.mc_cnzz span {
  display: inline-block;
  transform: translateY(-1px);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.mc_cnzz a {
  display: block;
  width: 50px;
  height: 12px;
}

.mc_cnzz img {
  width: 100%;
}

.mc_ft_copyright p {
  font-size: 12px;
  line-height: 20px;
  color: #231815;
  text-align: center;
}

.mc_ft_copyright p a,
.mc_ft_copyright p span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 5px;
}

.mc_ft1 {
  padding: 72px 0 40px;
  background: #e2e3e3;
  border-bottom: 1px solid #d1d1d1;
}

.mc_ft1_r {
  width: 88px;
}

.mc_ft1_l {
  width: calc(100% - 88px);
}

.mc_ft1_contact {
  width: 500px;
  padding-right: 30px;
}

.mc_ft1_navbox {
  width: calc(100% - 500px);
  padding-right: 30px;
}

.mc_ft1_logo {
  margin-bottom: 20px;
}

.mc_ft1_logo a {
  display: block;
}

.mc_ft1_logo img {
  width: 52px;
}

.mc_ft1_logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 0;
  color: #fff;
  margin-left: 20px;
}

.mc_ft1_nav p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
  color: #bab9b9;
  margin-right: 45px;
}

.mc_ft1_nav p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.mc_ft1_nav {
  margin-right: -45px;
}

.mc_ft1_dl {
  margin-top: 30px;
}

.mc_ft1_dt {
  width: 20px;
}

.mc_ft1_dd {
  width: calc(100% - 20px);
  padding-left: 1em;
}

.mc_ft1_dl p {
  font-size: 14px;
  line-height: 20px;
  color: #c0c0c0;
}

.mc_ft1_dl p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.mc_ft2 {
  padding: 15px 0;
  background: #e2e3e3;
}

.mc_pby {
  margin-left: 50px !important;
}

/* banner */
.mc_banner {
  width: 100%;
  position: relative;
  z-index: 5;
}

.mc_ban_li {
  position: relative;
  overflow: hidden;
}

.mc_ban_imgbox {
  position: relative;
  z-index: 1;
}

.mc_ban_imgbox a {
  display: block;
}

.mc_ban_pc,
.mc_ban_ph {
  position: relative;
  overflow: hidden;
}

.mc_ban_ph {
  display: none;
}

.mc_ban_img {
  position: relative;
  z-index: 1;
}

.mc_ban_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  object-fit: fill;
}

.mc_ban_pc::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0));
}

.mc_ban_pc::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
}

.mc_ban_titlebox {
  color: #fff;
}

.mc_ban_li:not(:first-child) {
  display: none;
}

.mc_ban_li .mc_container {
  z-index: 2;
}

.mc_ban_ph .mc_ban_img {
  width: 100%;
  height: auto;
}

/** 全屏等比缩小banner */
/* banner高度 */
.mc_banner_fulldefault .mc_ban_pc {
  height: 100vh;
}

.mc_banner_fulldefault .mc_ban_pc img {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  /* min-height: 100%; */
  /* transform: translate(-50%, -50%); */
}

/** 全屏截取banner */
/* banner高度 */
.mc_banner_fullcut .mc_ban_pc {
  height: 100vh;
}

.mc_banner_fullcut .mc_ban_pc img {
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

/** 正常等比缩放 */
.mc_banner_default .mc_ban_pc img {
  width: 100%;
  height: auto;
}

.mc_ban_picbox {
  text-align: center;
}

.mc_ban_container {
  text-align: center;
  z-index: 20;
}

.mc_ban_container img {
  max-width: 100%;
}

.mc_ban_right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
}

.mc_banr_lisbox {
  display: block;
  padding: 15px 0;
  width: 85px;
}

.mc_banr_date .mc_banr_lisbox {
  background: #fa4645;
  color: #fff;
}

.mc_banr_download .mc_banr_lisbox {
  background: #fff;
  color: #fa4645;
}

.mc_banr_xtb {
  width: 22px;
  margin: 0 auto 10px;
}

.mc_banr_num {
  font-size: 12px;
  margin-bottom: 10px;
}

.mc_banr_num span {
  font-size: 36px;
  font-weight: bold;
}

.mc_banr_txt {
  font-size: 14px;
}

.mc_banb_l,
.mc_banb_r {
  position: relative;
  z-index: 1;
  padding: 27px 0;
  width: 50%;
}

.mc_banb_l {
  padding-right: 45px;
}

.mc_banb_r {
  padding-left: 45px;
}

.mc_banb_xtb .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}

.mc_banb_txt img {
  width: 40px;
}

.mc_banb_txt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  margin-left: 30px;
}

.mc_banb_container {
  pointer-events: none;
}

.mc_ban_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transform: translateY(50%);
}

.mc_banb_bgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mc_banb_bgl {
  display: block;
  width: 50%;
  height: 100%;
  background: #fa4645;
}

.mc_banb_bgr {
  display: block;
  width: 50%;
  height: 100%;
  background: #29298b;
}

.mc_banb_bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.36s;
}

.mc_a1s1 {
  position: relative;
  z-index: 1;
  height: 680px;
  margin: 45px 0 80px;
}

.mc_index_title,
.mc_index_subtitle {
  display: block;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  color: #fa4645;
}

.mc_index_subtitle {
  font-family: 'RobotBold', '微软雅黑', Arial, 'PingFangSC-Light', 'Helvetica Neue', Helvetica, 'Microsoft Yahei',
    'Hiragino Sans GB', tahoma, SimSun, sans-serif;
}

.mc_a1s1_container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mc_a1s1_box {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 2;
  padding-bottom: 50px;
}

.mc_a1s1_a {
  font-size: 24px;
  line-height: 30px;
  padding: 7px 0;
  color: #999999;
}

.mc_a1s1_arrowbox {
  width: 70px;
  text-align: center;
  margin-top: 20px;
}

.mc_a1s1_slick {
  width: calc(100% - 90px);
}

.mc_a1s1_titbox {
  margin-bottom: 10px;
}

.mc_a1s1_arrow .iconfont {
  display: inline-block;
  font-size: 26px;
  color: #999;
  transition: all 0.36s;
  cursor: pointer;
}

.mc_a1s1_prev .iconfont {
  transform: rotate(-90deg);
}

.mc_a1s1_next .iconfont {
  transform: rotate(90deg);
}

.mc_a1s1_arrow_xtb {
  /* width: 90px; */
  margin: 25px 0;
}

.mc_a1s1_li:not(:first-child) {
  display: none;
}

.mc_a1s1_li.slick-center .mc_a1s1_a {
  font-size: 30px;
  font-weight: bold;
  color: #fa4645;
}

/* .mc_a1s1_bg:not(:first-child) {
    display: none;
} */

.mc_a1s1_bg {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.mc_a1s1_bg.show {
  opacity: 1;
}

.mc_a1s1_bgbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 11;
  width: 100%;
  height: 208px;
  background: url(../images/a1s1_modal.png) center / cover no-repeat;
}

.mc_inban_title {
  text-align: left;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.mc_b2s1 {
  padding: 85px 0 125px;
}

.mc_b2 .mc_main {
  background: #f7f7f7;
}

.mc_b2_top {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}

.mc_b2_form {
  display: inline-block;
}

.mc_b2_formgroup {
  margin: 0 15px;
  height: 48px;
  background: #fff;
}

.mc_b2_xlbox {
  width: 224px;
}

.mc_b2_inputbox {
  width: 400px;
}

.mc_b2_submitbox {
  width: 112px;
}

.mc_icon_xl {
  width: 20px;
  height: 20px;
  background: url(../images/xtb_xl.png) center / cover no-repeat;
}

.mc_b2_select {
  width: 100%;
  height: 100%;
  background: #fff;
}

.mc_b2_select .mc_select_showbox {
  width: calc(100% - 20px);
}

.mc_b2_select .mc_select_hd {
  padding-right: 20px;
}

.mc_b2_select .mc_select_bd {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 13px 0;
}

.mc_b2_select .mc_select_li {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding: 5px 20px;
  text-align: left;
}

.mc_b2_select .mc_select_xtbbox {
  width: 20px;
  line-height: 48px;
}

.mc_b2_input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  color: #333;
  text-overflow: ellipsis;
}

.mc_b2_submit {
  background: #fa4645;
  color: #fff;
}

.mc_b2tab_box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 55px;
}

.mc_b2tab_box::before {
  content: '';
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: -1;
  height: 66px;
  width: 200vw;
  background: #fa4645;
}

.mc_b2tabbox {
  width: 100%;
  overflow: auto;
}

.mc_b2tab {
  width: 100%;
}

.mc_b2tab_hd {
  position: relative;
  left: 0;
  top: 0;
}

.mc_b2tab_hd th {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 21px 0;
  padding-right: 15px;
  font-weight: normal;
}

.mc_b2tab_col1 {
  width: 20.5%;
}

.mc_b2tab_col2 {
  width: 19%;
}

.mc_b2tab_col3 {
  width: 33.5%;
}

.mc_b2tab_col4 {
  width: 27%;
}

.mc_b2tab_bd tr {
  border-bottom: 1px solid #e5e5e5;
}

.mc_b2tab_bd td {
  padding: 16px 0 18px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  word-break: break-word;
}

.mc_b2tab_col3 sup {
  color: #fa4645;
  visibility: hidden;
  display: none;
}

.mc_b2tab_hot .mc_b2tab_col3 sup {
  display: inline;
  visibility: visible;
}

.mc_b3s1 {
  padding: 90px 0 120px;
}

.mc_b3_num img {
  width: 20px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.mc_b3_num span {
  font-size: 16px;
  font-weight: lighter;
  color: #333;
  margin-right: 15px;
}

.mc_b3_num strong {
  font-size: 48px;
  color: #333;
}

.mc_b3_logo {
  margin: 40px 0;
}

.mc_b3_name {
  font-size: 18px;
  margin-bottom: 35px;
}

.mc_b3_qrbox {
  width: 130px;
}

.mc_b3_txtbox {
  width: calc(100% - 130px);
  padding-right: 10%;
}

.mc_b3_txtbox p {
  font-weight: lighter;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.mc_b3_txtbox a {
  font-weight: lighter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.mc_b3_dt img {
  width: 20px;
  margin-right: 5px;
  vertical-align: top;
}

.mc_b3_dt span {
  margin-right: 12px;
}

.mc_b3_dl {
  margin-bottom: 25px;
}

.mc_b3_dt,
.mc_b3_dd {
  display: table-cell;
}

.mc_b3_dt {
  min-width: 80px;
}

.mc_b3_content {
  margin-bottom: 50px;
}

#mc_b3_swiper {
  width: calc(50vw + 600px);
}

#mc_b3_swiper .swiper-slide {
  width: 600px;
  margin-right: 8px;
}

.swiper-slide:not(:first-child) {
  display: none;
}

.swiper-container-initialized .swiper-slide {
  display: block !important;
}

:focus {
  outline: none;
}

.mc_b3_arrow {
  margin-top: 30px;
}

.mc_b3_arrow .iconfont {
  display: inline-block;
  font-size: 22px;
  color: #dedede;
  transition: all 0.36s;
}

.mc_b3_prev .iconfont {
  transform: rotate(180deg);
}

.mc_b3_line {
  height: 22px;
  width: 2px;
  background: #dedede;
  margin: 0 20px;
}

.mc_b4s1 {
  padding: 100px 0;
}

.mc_b4_title {
  margin-bottom: 60px;
}

.mc_b4_lisbox {
  display: table;
  width: 100%;
}

.mc_b4li_l,
.mc_b4li_m,
.mc_b4li_r {
  display: table-cell;
  vertical-align: middle;
}

.mc_b4li_l,
.mc_b4li_r {
  width: 100px;
  text-align: center;
}

.mc_b4li_l .mc_icon {
  width: 46px;
  height: 46px;
}

.mc_b4_li {
  border: 1px solid #ededed;
}

.mc_b4_li:not(:last-child) {
  margin-bottom: 20px;
}

.mc_b4_li:nth-of-type(3n + 1) {
  animation-delay: 0.2s;
}

.mc_b4_li:nth-of-type(3n + 2) {
  animation-delay: 0.3s;
}

.mc_b4_li:nth-of-type(3n + 3) {
  animation-delay: 0.4s;
}

.mc_b4li_m {
  padding: 35px 30px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.mc_b4icon_def {
  background: url(../images/icon_pdf.png) center / cover no-repeat;
}

.mc_b4icon_act {
  background: url(../images/icon_pdf_c.png) center / cover no-repeat;
}

.mc_b4_word .mc_b4icon_def {
  background: url(../images/icon_word.png) center / cover no-repeat;
}

.mc_b4_word .mc_b4icon_act {
  background: url(../images/icon_word_c.png) center / cover no-repeat;
}

.mc_b4_xlsx .mc_b4icon_def {
  background: url(../images/icon_xlsx.png) center / cover no-repeat;
}

.mc_b4_xlsx .mc_b4icon_act {
  background: url(../images/icon_xlsx_c.png) center / cover no-repeat;
}

.mc_b4_zip .mc_b4icon_def {
  background: url(../images/icon_zip.png) center / cover no-repeat;
}

.mc_b4_zip .mc_b4icon_act {
  background: url(../images/icon_zip_c.png) center / cover no-repeat;
}

.mc_b4icon_act {
  display: none;
  visibility: hidden;
}

.mc_b4li_r .iconfont {
  font-size: 32px;
  color: #fa4645;
}

.mc_b4s1_box:not(:last-child) {
  margin-bottom: 80px;
}

.mc_b5s1 {
  padding: 100px 0 80px;
}

.mc_b5_logo {
  margin-bottom: 35px;
}

.mc_b5adr_l > div {
  font-size: 18px;
  line-height: 24px;
}

.mc_b5adr_dt {
  color: #999999;
  width: 60px;
  font-weight: lighter;
}

.mc_b5adr_dd {
  width: calc(100% - 60px);
  color: #666666;
  font-weight: lighter;
}

.mc_icon_pos {
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  background: url(../images/xtb_pos2.png) center / cover no-repeat;
}

.mc_b5adr_r span {
  font-size: 18px;
  line-height: 24px;
  color: #fa4645;
}

.mc_b5adr_r {
  width: 105px;
}

.mc_b5adr_l {
  max-width: calc(100% - 110px);
  padding-right: 80px;
}

.mc_b5_address {
  margin-bottom: 85px;
}

.mc_b5gf_li {
  display: inline-block;
  margin-right: 65px;
  text-align: center;
}

.mc_b5gf_xtbbox img {
  width: 100%;
}

.mc_b5gf_xtbbox {
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 24px;
  transition: all 0.36s;
}

.mc_b5gf_lisbox p {
  font-size: 16px;
  color: #333333;
}

.mc_b5gf_lisbox {
  position: relative;
  z-index: 5;
  display: block;
}

.mc_b5gf_qrbox {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  width: 110px;
  overflow: hidden;
  /* height: 0; */
}

.mc_b5_top {
  padding-bottom: 100px;
}

.mc_tit36 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.mc_b5zx_title {
  margin-bottom: 40px;
}

.mc_b5zx_li {
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.05);
  padding: 35px;
}

.mc_b5zx_li:nth-of-type(2n + 1) {
  animation-delay: 0.3s;
}

.mc_b5zx_li:nth-of-type(2n + 2) {
  animation-delay: 0.4s;
}

.mc_b5zxli_people p {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  color: #666;
}

.mc_b5zxli_people p a,
.mc_b5zxli_people p span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-right: 30px;
}

.mc_b5zxli_people {
  margin-right: -30px;
}

.mc_b5zxli_title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 24px;
}

.mc_b5zx_table {
  display: table;
  width: 100%;
}

.mc_b5zx_table .mc_b5zx_tr {
  display: table-row;
  width: 100%;
  border-bottom: 45px solid transparent;
}

.mc_b5zx_table .mc_b5zx_li {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 50%;
  border-bottom: 45px solid transparent;
  box-shadow: none;
  height: 245px;
}

.mc_b5zx_table .mc_b5zx_li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.05);
}

.mc_b5zx_table .mc_b5zx_li:nth-child(odd) {
  border-right: 40px solid transparent;
}

.mc_b5zx_table .mc_b5zx_li:nth-child(even) {
  border-left: 40px solid transparent;
}

.mc_b5zx_wrap .mc_b5zx_box {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 45px;
}

.mc_b5zx_wrap {
  margin: 0 -40px;
}

.mc_e1tab_hdli {
  display: inline-block;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #999999;
  border: 1px solid #999999;
  padding: 0 30px;
  min-width: 160px;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: all 0.36s;
  cursor: pointer;
}

.mc_e1tab_hdli.on {
  border-color: #fa4645;
  background: #fa4645;
  color: #fff;
}

.mc_e1tab_hdli:last-of-type {
  margin-right: 0px;
}

.mc_e1s1 {
  padding-top: 85px;
}

.mc_e1tab_bd {
  padding: 40px 0 115px;
}

.mc_e1tab_bdtxt p {
  font-size: 16px;
  line-height: 2.25;
  color: #666666;
}

.mc_e1tab_bdtxt p img {
  margin: 25px 0;
}

.mc_e1tab_bdtxt {
  margin-bottom: 30px;
}

.mc_e1_li {
  float: left;
  width: 50%;
  padding: 0 36px 40px;
}

.mc_e1_list {
  margin: 0 -36px;
}

.mc_e1_lisbox {
  display: block;
  position: relative;
}

.mc_e1_litxt {
  position: absolute;
  right: -10px;
  bottom: -40px;
  z-index: 5;
  width: 222px;
  height: 114px;
  background: url(../images/e1_list_bg.png);
  background-size: cover;
  padding: 28px 30px 14px;
}

.mc_e1_litxt p {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #fff;
}

.mc_e1_litxt p:last-child {
  line-height: 32px;
  height: auto;
}

.mc_e1_liimg img {
  transition: all 0.36s;
}

.mc_a1s1_box::before {
  content: '';
  display: block;
  position: absolute;
  left: -240px;
  top: -120px;
  z-index: -1;
  width: 1274px;
  height: 706px;
  background: url(../images/a1s1_txtbg.png) center / cover no-repeat;
}

.mc_a1s2 {
  padding: 135px 0;
}

.mc_a1s2_container {
  position: relative;
  z-index: 1;
  padding-bottom: 500px;
}

.mc_a1s2_titbox {
  margin-bottom: 35px;
}

.mc_a1s2_active {
  width: 50%;
}

.mc_a1s2_active p {
  font-size: 24px;
  line-height: 30px;
  color: #999;
  margin-bottom: 10px;
}

.mc_a1s2_active p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.mc_a1s2_slick {
  position: relative;
  margin-bottom: 68px;
}

.mc_a1s2_imgbox {
  position: absolute;
  top: -140px;
  right: calc(600px - 50vw);
  z-index: -1;
  width: 1370px;
  /* max-width: 80vw; */
}

.mc_a1s2_imgbox1,
.mc_list_imganmt,
.mc_a1s2_imgbox2 {
  border-radius: 3.5em 2em;
  transform: skewX(-7.5deg);
  overflow: hidden;
}

.mc_a1s2_imgbox1 img,
.mc_list_imganmt img,
.mc_a1s2_imgbox2 img {
  transform: skewX(7.5deg) scale(1.08);
}

/* .mc_a1s2_imgbox1,
.mc_a1s2_imgbox2 {
    overflow: hidden;
    transition: all 3s 2.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.mc_a1s2_content.animated .mc_a1s2_imgbox1,
.mc_a1s2_content.animated .mc_a1s2_imgbox2{
    border-radius: 3.5em 2em;
    transform: skewX(-7.5deg);
}


.mc_a1s2_imgbox1 img,
.mc_list_imganmt img,
.mc_a1s2_imgbox2 img {
    transform: scale(1.08);
    transition: all 3s 2.5s cubic-bezier(0.23, 1, 0.320, 1);
}
.mc_a1s2_content.animated .mc_a1s2_imgbox1 img,
.mc_a1s2_content.animated .mc_list_imganmt img,
.mc_a1s2_content.animated .mc_a1s2_imgbox2 img {
    transform: skewX(7.5deg) scale(1.08);
} */

.mc_a1s2_imgbox2 {
  position: relative;
  font-size: 18px;
  float: right;
  width: 75.5%;
  margin-right: -7%;
}

.mc_a1s2_imgbox1 {
  font-size: 10px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 8%;
  width: 42%;
}

.mc_a1s2_imgbox1 .mc_list_imgbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.mc_a1s2_imgbox2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 61%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.mc_a1s2_bg1 {
  position: absolute;
  right: 14%;
  bottom: 0;
  z-index: 2;
  width: 32%;
  transform: translateY(100%);
}

.mc_a1s2_bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 382px;
  transform: translate(-24%, 39%);
}

.mc_a1s2_li:not(:first-child) {
  display: none;
}

.mc_a1s2_slick .slick-list {
  overflow: visible;
}

.mc_list_imganmt {
  transform: translateX(100%);
  transition: all 0.8s 1s;
}

.mc_a1s2_imgbox {
  transform: translateX(100%);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.mc_a1s2_li.slick-active .mc_list_imganmt {
  transform: translate(0);
}

.mc_a1s2_li.slick-active .mc_a1s2_imgbox {
  transform: translate(0);
}

.mc_a1s3 {
  position: relative;
  z-index: 0;
}

.mc_a1s3_container {
  padding: 130px 0 100px;
  pointer-events: none;
}

.mc_a1s3_box {
  pointer-events: all;
}

.mc_a1s3_titbox {
  margin-bottom: 70px;
}

.mc_a1s3_li {
  float: left;
  width: 50%;
  margin-bottom: 80px;
}

.mc_a1s3_li:nth-child(even) {
  text-align: right;
}

.mc_a1s3_lisbox {
  display: inline-block;
  white-space: nowrap;
}

.mc_a1s3_num {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

.mc_a1s3_num span {
  font-size: 1.5em;
}

.mc_a1s3_tip {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.mc_a1s3_box {
  width: 500px;
}

.mc_a1s3_container {
  position: relative;
  z-index: 2;
}

.mc_a1s3_bgbox {
  position: absolute;
  left: 485px;
  top: 0;
  z-index: -1;
  width: 1070px;
  height: 100%;
  /* background: #000; */
}

.mc_a1s3_bg1 {
  position: absolute;
  top: 0;
  right: -16.8%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(250, 70, 69, 0.53);
  transform: skewX(8deg);
}

.mc_a1s3_bg2 {
  position: absolute;
  top: 0;
  right: -13.6%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(250, 70, 69, 0.34);
  transform: skewX(-25deg);
}

.mc_a1s3_bg3 {
  position: absolute;
  top: 0;
  right: -16.2%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(250, 70, 69, 1);
  transform: skewX(-20deg);
}

.mc_a1s3_titbox .mc_index_title,
.mc_a1s3_titbox .mc_index_subtitle {
  color: #fff;
}

.mc_a1s3_videobox {
  z-index: 1;
  width: calc(100% - 700px);
  height: 100%;
}

.mc_a1s3_videobox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mc_a1s3_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc_a1s3_playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}

.mc_a1s3_playbtn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  background: rgb(250, 70, 69);
  opacity: 0.33;
  transition: all 0.36s;
}

.mc_a1s3_circle {
  position: absolute;
  left: 58px;
  top: -120px;
  z-index: 10;
  width: 460px;
}

.mc_a1s4 {
  padding: 70px 0 0;
}

.mc_a1s2_arrow {
  margin-top: 0;
}

.mc_a1s4_hd {
  position: relative;
  margin-bottom: 45px;
}

.mc_a1s4_arrow {
  position: absolute;
  right: 0;
  bottom: 12px;
}

#mc_a1s4_swiper {
  width: calc(600px + 50vw);
  padding-bottom: 150px;
}

#mc_a1s4_swiper .mc_a1s4_li {
  width: 353px;
  margin-left: 5px;
}

#mc_a1s4_swiper .mc_a1s4_li1 {
  width: 603px;
}

.mc_a1s4li_title {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  transition: all 0.36s;
}

.mc_a1s4_date {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.mc_a1s4_txtbox {
  padding: 20px 28px 25px;
  background: #fff;
  box-shadow: 0 15px 98px rgba(66, 71, 82, 0.06);
}

.mc_a1s4_li1 {
  position: relative;
}

.mc_a1s4_li1 .mc_a1s4_txtbox {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  background: none;
}

.mc_a1s4_li1 .mc_a1s4li_title {
  height: 30px;
  color: #fff;
  margin-bottom: 0;
  text-decoration: underline;
}

.mc_a1s4_li1 .mc_a1s4_date {
  color: #fff;
  margin: 6px 0;
}

.mc_a1s4_txt p {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .pc_fenye li:hover {
    color: #fa4645;
    /* background-color: #fa4645; */
  }

  .mc_nav_a:hover {
    color: #377dff;
  }

  .mc_language a:hover {
    color: #fa4645;
  }

  .mc_search_btn:hover {
    color: #fa4645;
  }

  .mc_navfixed .mc_nav_a:hover::before {
    width: 100%;
  }

  .mc_subnav_a:hover .iconfont {
    opacity: 1;
  }

  .mc_ft1_nav a:hover {
    opacity: 0.6;
  }

  .mc_banb_bgbox > a:hover .mc_banb_bg {
    opacity: 0.1;
  }

  .mc_a1s1_arrow:hover .iconfont {
    color: #fa4645;
  }

  .mc_a1s1_a:hover {
    color: #fa4645;
  }

  .ca_crumbi p a:hover {
    color: #666;
  }

  .mc_b3_arrow .iconfont:hover {
    color: #fa4645;
  }

  .mc_b4_li:hover .mc_b4icon_def {
    display: none;
  }

  .mc_b4_li:hover .mc_b4icon_act {
    display: inline-block;
    visibility: visible;
    animation: mcfade 0.36s;
  }

  .mc_b4_li:hover .mc_b4li_m {
    color: #fa4645;
    transition: all 0.36s;
  }

  @keyframes mcfade {
    0% {
      opacity: 0;
    }
  }

  /* .mc_b5gf_lisbox:hover .mc_b5gf_qrbox {
        height: 110px;
    } */
  .mc_b5gf_lisbox:hover .mc_b5gf_xtbbox {
    box-shadow: 3px 4.6px 40px rgba(0, 0, 0, 0.1);
  }

  .mc_e1_lisbox:hover .mc_e1_liimg img {
    transform: scale(1.1);
  }

  .mc_e1tab_hdli:hover {
    background: #fa4645;
    border-color: #fa4645;
    color: #fff;
  }

  .mc_a1s2_active a:hover {
    color: #fa4645;
  }

  .mc_a1s3_playbtn:hover::before {
    width: 250%;
    height: 250%;
    opacity: 0.6;
  }

  .mc_a1s4_lisbox:hover .mc_a1s4li_title {
    color: #fa4645;
  }
}

/* 载入效果 */

/* carl start */
.mc_cont1200 {
  width: 1200px;
  margin: 0px auto;
}

.ca_img_real {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.ca_img_static {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.ca_banner_pic img {
  width: 100%;
}

.ca_banner_mc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.ca_banner_mch {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 165px;
  background-image: linear-gradient(to bottom, #000, transparent);
  opacity: 0.84;
}

/* carl 731 */
.ca_video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ca_video_pic {
  z-index: 2;
}

.ca_video_pic img {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.36s all;
}

.ca_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* carl 731e */

.ca_crumb {
  padding-top: 14px;
}

.ca_crumbi p a::before {
  content: '/';
  display: inline-block;
  margin: 0px 6px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.ca_crumbi:first-of-type p a::before {
  display: none;
}

.ca_crumbico {
  width: 15px;
  margin-top: 3px;
  margin-right: 13px;
}

.ca_crumbico img {
  width: 100%;
}

.ca_crumbi p a {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_zhzx_h {
  margin-top: 80px;
  margin-bottom: 60px;
}

.ca_zhzx_hi {
  width: 161px;
  margin-right: 8px;
  border: 0.5px solid #999999;
  background-color: transparent;
}

.ca_zhzx_hi:last-of-type {
  margin-right: 0px;
}

.ca_zhzx_hi.act {
  background-color: #fa4645;
  border: 0.5px solid transparent;
}

.icon-heart {
  padding-right: 4px;
  color: #fa4645;
  transition: 0.36s all;
}

.ca_zhzx_hi.act p a {
  color: #fff;
}

.ca_zhzx_hi p a {
  display: block;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  color: #999;
  transition: 0.36s all;
}

.ca_zhzx_slick {
  position: relative;
}

.ca_zhzx_slickpm {
  position: relative;
}

.ca_zhzx_slickpw {
  display: none;
}

.ca_zhzx_slickpw.on {
  display: block;
}

.ca_zhzx_slickpm img {
  width: 100%;
  height: 100%;
}

.ca_zhzx_slickarc {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 562px;
  box-shadow: 0px 0px 24px 8px rgba(214, 211, 211, 0.35);
}

.ca_zhzx_slickarcm.on {
  display: block;
}

.ca_zhzx_slickarcm {
  display: none;
  padding: 30px 47px 20px 44px;
  background-color: #fff;
}

.ca_zhzx_slickarcm1 p {
  font-size: 16px;
  line-height: 28px;
  color: #999;
}

.ca_zhzx_slickarcm1 h3 {
  height: 96px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  color: #333;
  overflow: hidden;
}

.ca_zhzx_slickarccnt p {
  height: 56px;
  overflow: hidden;
}

.ca_zhzx_slickarcm2 {
  margin-top: 22px;
}

.ca_zhzx_slickarcdate {
  margin-bottom: 2px;
}

.ca_zhzx_slickarctit {
  margin-bottom: 8px;
}

.ca_zhzx_slickarcm2w p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_zhzx_slickarcm2w .icon-next {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_zhzx_slickarcm2w .icon-next {
  padding-left: 10px;
}

.ca_zhzx_slickbtn {
  position: absolute;
  right: 562px;
  bottom: 0px;
  width: 121px;
  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.ca_zhzx_slickbtn .icon-next {
  font-size: 14px;
  line-height: 62px;
  color: #fff;
  transition: 0.36s all;
}

.ca_zhzx_slickbtnl .icon-next {
  transform: rotate(-180deg);
}

.ca_zhzx_slickpw a {
  display: block;
}

.ca_zhzx_slickarcm a {
  display: block;
}

.ca_zhlist {
  margin-top: 50px;
}

.ca_zhlist_box {
  margin-left: -22px;
  margin-right: -22px;
  overflow: hidden;
}

.ca_zhlist_boxi:nth-of-type(3n + 1) {
  animation-delay: 0.2s;
}

.ca_zhlist_boxi:nth-of-type(3n + 2) {
  animation-delay: 0.3s;
}

.ca_zhlist_boxi:nth-of-type(3n + 3) {
  animation-delay: 0.4s;
}

.ca_zhlist_boxi {
  width: 33.333333%;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 50px;
}

.ca_zhlist_boxih {
  position: relative;
  overflow: hidden;
}

.ca_zhlist_boxih img {
  width: 100%;
  height: 100%;
  transition: 0.36s all;
}

.ca_zhlist_boxi a {
  display: block;
  box-shadow: 0px 0px 24px 8px rgba(214, 211, 211, 0.35);
}

.ca_zhlist_boxim {
  padding: 22px 36px 20px 44px;
}

.ca_zhlist_date {
  font-family: Arial !important;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.ca_zhlist_boxim h4 {
  height: 72px;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #333;
  word-break: break-all;
  overflow: hidden;
}

.ca_zhlist_txt {
  margin-top: 8px;
  height: 56px;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  word-break: break-all;
  overflow: hidden;
}

.ca_zxmore p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_zxmore {
  margin-top: 12px;
}

.ca_zxmore .icon-next {
  padding-left: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_f1m {
  position: relative;
}

.ca_f1_cb {
  position: absolute;
  top: 202px;
  left: 0px;
  width: 200px;
  z-index: -1;
}

.ca_f1_cb img {
  width: 100%;
}

.ca_f1_cb2 {
  position: absolute;
  right: -10px;
  top: calc(50% - 318px);
  width: 226px;
  z-index: -1;
}

.ca_f1_cb2 img {
  width: 100%;
}

.ca_f1 .ca_fymr {
  margin-top: 16px;
  margin-bottom: 110px;
}

.ca_fymr .pc_fenye li.activepage {
  color: #fa4645;
  background: transparent;
}

.ca_fymr .pc_fenye li {
  width: 52px;
  margin: 0px;
  font-size: 14px;
  color: #999;
  border-radius: 100%;
}

.ca_zxxq_h {
  margin-top: 100px;
  background-color: #eff4f4;
}

.ca_zxxq_hw {
  position: relative;
  padding-top: 90px;
  padding-bottom: 94px;
  margin-left: 230px;
  margin-right: 240px;
}

.ca_zxxq_title {
}

.ca_zxxq_title h3 {
  /* max-height: 128px; */
  font-size: 36px;
  line-height: 64px;
  font-weight: 700;
  color: #333;
  /* overflow: hidden; */
}

.ca_zxxq_hf {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
}

.ca_zxxq_hfico {
  width: 18px;
  margin-right: 8px;
}

.ca_zxxq_hfico img {
  width: 100%;
}

.ca_zxxq_hfitxt p,
.ca_zxxq_hfitxt span {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}

.ca_zxxq_hfitxt span {
  padding-left: 12px;
}

.ca_zxxq_hfi:nth-of-type(2) {
  padding-left: 62px;
}

.ca_zxxq_hm {
  position: relative;
}

.ca_zxxq_back {
  position: absolute;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
}

.ca_zxxq_back a {
  display: block;
}

.ca_zxxq_back p {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

.ca_zxxq_back1 {
  margin-right: 16px;
}

.ca_zxxq_back1 .icon-next {
  font-size: 14px;
  transform: rotate(-180deg);
}

.ca_zxxq_m {
  margin-top: 82px;
  margin-left: 230px;
  margin-right: 240px;
  margin-bottom: 114px;
}

.ca_zxxq_m p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

.ca_f2m {
  position: relative;
}

.ca_f2_cb1 {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 258px;
  z-index: -1;
}

.ca_f2_cb1 img {
  width: 100%;
}

.ca_f2_cb2 {
  position: absolute;
  right: 0px;
  bottom: -324px;
  width: 359px;
  z-index: -1;
}

.ca_f2_cb2 img {
  width: 100%;
}

.ca_zxxq_hfico .bshare-custom #bshare-more-icon,
.bshare-custom .bshare-more-icon {
  background: url(../images/2zxfx.png) no-repeat !important;
  background-size: contain;
}

.ca_zxxq_hfico .bshare-custom a {
  width: 18px;
  height: 14px;
  margin-right: 0px;
}

.ca_zxxq_hfi:last-of-type .ca_zxxq_hfico {
  margin-right: 4px;
}

.ca_banner_txt {
  position: absolute;
  bottom: 56px;
  width: 100%;
  z-index: 3;
}

.mc_tit60 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.ca_zthd_boxi {
  position: relative;
  box-shadow: 0px 0px 13px 5px rgba(229, 227, 227, 0.75);
  margin-bottom: 100px;
}

.ca_zthd_boxi:nth-of-type(3n + 1) {
  animation-delay: 0.2s;
}

.ca_zthd_boxi:nth-of-type(3n + 2) {
  animation-delay: 0.3s;
}

.ca_zthd_boxi:nth-of-type(3n + 3) {
  animation-delay: 0.4s;
}

.ca_zthd_boxi:last-of-type {
  margin-bottom: 0px;
}

.ca_zthd_boxi a {
  display: block;
}

.ca_zthd_boxil {
  position: relative;
  width: 704px;
  overflow: hidden;
}

.ca_zthd_boxil img {
  width: 100%;
  height: 100%;
  transition: 0.36s all;
}

.ca_zthd_boxir {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 704px);
  height: 100%;
  padding: 58px 40px 51px 58px;
  background-color: #fff;
}

.ca_zthd_label {
  margin-bottom: 3px;
}

.ca_zthd_label p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fa4645;
}

.ca_zthd_title {
  overflow: hidden;
}

.ca_zthd_title h3 {
  max-height: 96px;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  color: #333;
  overflow: hidden;
}

.ca_zthd_txt {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ca_zthd_txt p {
  font-size: 20px;
  line-height: 28px;
  color: #999;
}

.ca_zthd_txti:nth-of-type(2) {
  width: calc(100% - 100px);
}

.ca_zthd_txti:nth-of-type(2) p {
  max-height: 56px;
  overflow: hidden;
}

.ca_zthd_date {
  margin-bottom: 34px;
}

.ca_zthd_date p {
  font-family: Arial !important;
  font-size: 20px;
  line-height: 28px;
  color: #999;
}

.ca_f3 .ca_fymr {
  margin-top: 74px;
  margin-bottom: 108px;
}

.ca_f3m {
  position: relative;
}

.ca_f3_cb1 {
  position: absolute;
  top: 322px;
  left: 0px;
  width: 258px;
  z-index: -1;
}

.ca_f3_cb1 img {
  width: 100%;
}

.ca_f3_cb2 {
  position: absolute;
  right: -166px;
  top: calc(50% - 286px);
  z-index: -1;
}

.ca_zhzp {
  overflow: hidden;
}

.ca_zhzpi {
  position: relative;
  width: 25%;
}

.ca_zhzpi:nth-of-type(4n + 1) {
  animation-delay: 0.1s;
}

.ca_zhzpi:nth-of-type(4n + 2) {
  animation-delay: 0.2s;
}

.ca_zhzpi:nth-of-type(4n + 3) {
  animation-delay: 0.3s;
}

.ca_zhzpi:nth-of-type(4n + 4) {
  animation-delay: 0.4s;
}

.ca_zhzpw {
  position: relative;
  width: 100%;
  /* height: 15.625vw; */
  overflow: hidden;
}

.ca_zhzpw .ca_img_real {
  max-width: none !important;
  height: 100.5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .ca_zhzpw .ca_img_static {
    display: none;
} */
.ca_f4m .ca_zhzx_h {
  margin-top: 94px;
}

.ca_f4 .ca_fymr {
  margin-top: 74px;
  margin-bottom: 109px;
}

.ca_zhzp_mc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  /* display: none; */
  transition: 0.36s all;
}

.ca_zhzp_mcico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  pointer-events: none;
}

.ca_zhzp_mcico img {
  width: 100%;
}

.ca_banner_phpic {
  display: none;
  position: relative;
  width: 100%;
}

.ca_banner_phpic img {
  width: 100%;
  height: 100%;
}

.ca_f4m {
  position: relative;
}

.ca_f4_cb1 {
  position: absolute;
  top: 258px;
  left: 0px;
  width: 258px;
  z-index: -1;
}

.ca_f4_cb1 img {
  width: 100%;
}

.ca_f4_cb2 {
  position: absolute;
  right: -79px;
  bottom: -440px;
  width: 359px;
  z-index: -1;
}

.ca_f4_cb2 img {
  width: 100%;
}

.ca_mtzlq {
  position: relative;
  margin-top: 76px;
  margin-bottom: 115px;
}

.ca_mtzlq_pic {
  position: relative;
  width: 699px;
}

.ca_mtzlq_pic img {
  width: 100%;
  height: 100%;
}

.ca_mtzlq_txt {
  width: calc(100% - 699px);
}

.ca_mtzlq_txt1 {
  margin-bottom: 55px;
}

.mc_tit48 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.ca_mtzlq_txt2 {
  margin-bottom: 20px;
}

.ca_mtzlq_txt2 h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #666;
}

.ca_mtzlq_txt3 p a {
  font-size: 18px;
  line-height: 36px;
  color: #999;
}

.ca_zlhzmt {
  margin-bottom: 123px;
}

.ca_zlhzmt_h {
  margin-bottom: 62px;
}

.ca_zlhzmt_box {
  overflow: hidden;
}

.ca_zlhzmt_boxi {
  width: 25%;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 2px 24px 8px rgba(229, 229, 229, 0.35);
}

.ca_zlhzmt_boxi:nth-of-type(4n + 1) .ca_zlhzmt_boxiw {
  animation-delay: 0.2s;
}

.ca_zlhzmt_boxi:nth-of-type(4n + 2) .ca_zlhzmt_boxiw {
  animation-delay: 0.3s;
}

.ca_zlhzmt_boxi:nth-of-type(4n + 3) .ca_zlhzmt_boxiw {
  animation-delay: 0.4s;
}

.ca_zlhzmt_boxi:nth-of-type(4n + 4) .ca_zlhzmt_boxiw {
  animation-delay: 0.5s;
}

.ca_zlhzmt_boxi:nth-of-type(2n) {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.ca_zlhzmt_boxi:nth-of-type(4n) {
  border-right: 1px solid #dcdcdc;
}

.ca_zlhzmt_boxiw {
  position: relative;
}

.ca_zlhzmt_boxiw img {
  width: 100%;
  height: 100%;
}

.ca_hzmt {
  margin-bottom: 122px;
}

.ca_hzmt_boxw {
  overflow: hidden;
}

.ca_hzmt_box {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  overflow: hidden;
}

.ca_hzmt_boxi {
  width: 25%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0px 2px 24px 8px rgba(229, 229, 229, 0.35);
}

.ca_hzmt_boxi:nth-of-type(4n + 1) .ca_zlhzmt_boxiw {
  animation-delay: 0.2s;
}

.ca_hzmt_boxi:nth-of-type(4n + 2) .ca_zlhzmt_boxiw {
  animation-delay: 0.3s;
}

.ca_hzmt_boxi:nth-of-type(4n + 3) .ca_zlhzmt_boxiw {
  animation-delay: 0.4s;
}

.ca_hzmt_boxi:nth-of-type(4n + 4) .ca_zlhzmt_boxiw {
  animation-delay: 0.5s;
}

.ca_g1 .ca_banner_txt {
  bottom: 86px;
}

.ca_b2b {
  position: relative;
  margin-top: 74px;
  margin-bottom: 122px;
  overflow: hidden;
}

.ca_b2bw p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

.ca_b2b_extra {
  position: absolute;
  bottom: -158px;
  right: 94px;
}

.ca_b2b_extra2 a {
  display: block;
}

.ca_b2b_extra1 {
  width: 296px;
}

.ca_b2b_extra1 img {
  width: 100%;
}

.ca_b2b_extra2 {
  position: absolute;
  top: 92px;
  left: 97px;
}

.ca_b2b_extra2 p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.ca_b2b_extra2 .icon-next {
  padding-left: 13px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  transition: 0.36s all;
}

.ca_jckb_h {
  margin-top: 89px;
  margin-bottom: 60px;
}

.ca_jckb_slick,
.ca_jckb_slickim {
  position: relative;
}

.ca_jckb_slickim a {
  display: block;
}

.ca_jckb_slickim img {
  width: 100%;
  height: 100%;
}

.ca_jckb_slickbtn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 121px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.ca_jckb_slickbtni .icon-next {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  transition: 0.36s all;
}

.ca_jckb_slickbtnl .icon-next {
  transform: rotate(-180deg);
}

.ca_yzzb_h {
  margin-top: 89px;
  margin-bottom: 60px;
}

.ca_yzzb_box {
  margin-left: -25px;
  margin-right: -25px;
  overflow: hidden;
  /* carl 729 */
}

.ca_yzzb_boxi {
  width: 33.333333%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 58px;
}

.ca_yzzb_boxi:nth-of-type(3n + 1) {
  animation-delay: 0.2s;
}

.ca_yzzb_boxi:nth-of-type(3n + 2) {
  animation-delay: 0.3s;
}

.ca_yzzb_boxi:nth-of-type(3n + 3) {
  animation-delay: 0.4s;
}

.ca_yzzb_boxi a {
  display: block;
}

.ca_yzzb_boxih {
  position: relative;
  overflow: hidden;
}

.ca_yzzb_boxih img {
  width: 100%;
  height: 100%;
  transition: 0.36s all;
}

.ca_yzzb_boxim {
  position: relative;
  height: 234px;
}

.ca_yzzb_boxim1 {
  border-bottom: 1px solid #d9dadb;
}

.ca_yzzb_date1 {
  padding-top: 19px;
  padding-bottom: 17px;
  transition: transform 0.36s;
}

.ca_yzzb_date1 p {
  /* font-family: Arial !important; */
  font-size: 20px;
  line-height: 30px;
  color: #999;
  transition: 0.36s all;
}

.ca_yzzb_date1 .icon-next {
  font-size: 16px;
  line-height: 30px;
  color: transparent;
  transition: 0.36s all;
}

.ca_yzzb_cont {
  padding-bottom: 43px;
  transition: transform 0.36s;
}

.ca_yzzb_cont p {
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  /* carl 729 */
  word-break: break-all;
}

.ca_yzzb_boxim2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 29px 0px 20px;
  background-color: #fa4645;
  opacity: 0;
  transition: 0.5s all;
}

.ca_yzzb_boxim2 p {
  font-size: 20px;
  line-height: 64px;
  color: #fff;
}

.ca_yzzb_boxim2 .icon-next {
  font-size: 14px;
}

.ca_g2m .ca_fymr {
  margin-top: 10px;
  margin-bottom: 120px;
}

.ca_g2m {
  position: relative;
}

.ca_g2_cb1 {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 258px;
  z-index: -1;
}

.ca_g2_cb1 img {
  width: 100%;
}

.ca_g2_cb2 {
  position: absolute;
  right: -142px;
  top: 50%;
  width: 359px;
  z-index: -1;
}

.ca_g2_cb2 img {
  width: 100%;
}

.ca_yszh {
  margin-top: 82px;
  margin-bottom: 122px;
}

.ca_yszh_item,
.ca_yszh_itembase {
  position: relative;
  overflow: hidden;
}

.ca_yszh_item {
  width: 33.333333%;
  overflow: hidden;
}

.ca_yszh_item:nth-of-type(3n + 1) {
  animation-delay: 0.3s;
}

.ca_yszh_item:nth-of-type(3n + 2) {
  animation-delay: 0.4s;
}

.ca_yszh_item:nth-of-type(3n + 3) {
  animation-delay: 0.5s;
}

.ca_yszh_item a {
  display: block;
}

.ca_yszh_itembase img {
  width: 100%;
  height: 100%;
  transition: 0.36s all;
}

.ca_yszh_itemmc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.ca_yszh_twshow .ca_yszh_iteminfo {
  display: block;
}

.ca_yszh_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ca_yszh_title p {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.ca_yszh_iteminfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 78px 38px 38px 38px;
  background-color: #f4f4f4;
  z-index: 4;
  transition: 0.36s all;
}

/* .ca_yszh_item:first-of-type .ca_yszh_iteminfo {
    display: block;
} */
.ca_yszh_iteminfo1 p {
  max-height: 144px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
}

.ca_yszh_iteminfo2 {
  margin-top: 24px;
}

.ca_yszh_iteminfo2 p {
  font-size: 14px;
  line-height: 24px;
  color: #fa4645;
}

.ca_yszh_iteminfo2 .icon-next {
  font-size: 12px;
  line-height: 24px;
  color: #fa4645;
}

/* .ca_yszh_item:first-of-type .ca_yszh_iteminfo {
    top: 0px;
} */
.ca_g3m {
  position: relative;
}

.ca_g3_cb1 {
  position: absolute;
  left: 0px;
  top: 72px;
  width: 200px;
  z-index: -1;
}

.ca_g3_cb1 img {
  width: 100%;
}

.ca_g3_cb2 {
  position: absolute;
  right: -143px;
  bottom: -280px;
  width: 359px;
  z-index: -1;
}

.ca_g3_cb2 img {
  width: 100%;
}

.ca_f6m {
  position: relative;
}

.ca_f6_cb1 {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 258px;
  z-index: -1;
}

.ca_f6_cb1 img {
  width: 100%;
}

.ca_f6_cb2 {
  position: absolute;
  right: -8px;
  bottom: -292px;
  width: 281px;
  z-index: -1;
}

.ca_f6_cb2 img {
  width: 100%;
}

.ca_whzcp {
  position: relative;
  width: 532px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 18px;
  transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  -webkit-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  overflow: hidden;
}

.ca_whzcp img {
  width: 100%;
  height: 100%;
  transform: skewX(5deg) scale(1.05);
  transition: 0.36s all;
}

.ca_whzc {
  margin-top: 90px;
}

.ca_whzc_m {
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}

.ca_whzc_ml {
  float: right;
}

.ca_whzc_mr {
  position: absolute;
  top: 50%;
  left: 0px;
  width: calc(100% - 684px);
  height: 100%;
  /* padding-right: 94px; */
  transform: translateY(-50%);
}

.ca_whzc_num {
  margin-bottom: 8px;
}

.ca_whzc_num p {
  font-family: Arial !important;
  font-size: 30px;
  line-height: 1;
  color: #e1dcda;
}

.ca_whzc_title {
  margin-bottom: 30px;
}

.ca_whzc_title h4 {
  height: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #333;
  overflow: hidden;
}

.ca_whzc_txt p {
  max-height: 192px;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  word-break: break-all;
  overflow: hidden;
}

.ca_whzc_txt {
  margin-bottom: 35px;
}

.ca_whzc_more p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_whzc_more .icon-next {
  padding-left: 12px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  transition: 0.36s all;
}

.ca_whzc_m.reverse .ca_whzc_ml {
  float: left;
}

.ca_whzc_m.reverse .ca_whzc_mr {
  left: auto;
  right: 0px;
  padding-right: 0px;
}

.ca_sqcz {
  padding-top: 60px;
  padding-bottom: 118px;
}

.ca_sqcz_box {
  position: relative;
  margin-top: 59px;
}

.ca_sqcz_boxbg {
  position: relative;
  min-height: 250px;
}

.ca_sqcz_boxbg img {
  width: 100%;
  height: 100%;
}

.ca_sqcz_boxmc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.ca_sqcz_boxbtn p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.ca_sqcz_boxbtn .icon-next {
  padding-left: 12px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.ca_sqcz_boxf {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fa4645;
  z-index: 4;
  overflow: hidden;
}

.ca_sqcz_boxbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ca_sqcz_boxfbg {
  z-index: -1;
}

.ca_sqcz_boxtit {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 680px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}

.ca_sqcz_boxtit h3 {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.ca_sqcz_boxtit p {
  padding: 0px 60px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.ca_sqcz_boxbtn a {
  display: block;
}

.ca_zss {
  padding-top: 82px;
  padding-bottom: 120px;
  background-color: #f2f3f7;
}

.ca_zss_h h3 {
  text-align: center;
}

.ca_zss_box {
  position: relative;
  margin-top: 68px;
}

.ca_zss_boxmim {
  width: 1020px;
  margin: 0 auto;
}

.ca_zss_boxmiw {
  position: relative;
  margin: 0px 54px;
}

.ca_zss_boxmiw a {
  display: block;
  box-shadow: 0px 10px 20px 10px rgba(17, 17, 17, 0.06);
}

.ca_zss_boxmpic {
  position: relative;
  width: 457px;
  overflow: hidden;
}

.ca_zss_boxmpic img {
  width: 100%;
  height: 100%;
  transition: 0.36s all;
}

.ca_zss_boxmtxt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 457px);
  height: 100%;
  padding: 64px 40px 46px 46px;
  background-color: #fff;
}

.ca_zss_boxmtxt1 {
  margin-bottom: 34px;
}

.ca_zss_boxmtxt1 p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}

.ca_zss_boxmtxt2 p {
  max-height: 120px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}

.ca_zss_btn {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ca_zss_btnl,
.ca_zss_btnr {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #fa4645;
  border-radius: 50%;
}

.ca_zss_btnl p,
.ca_zss_btnr p {
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.ca_zss_btnl {
  left: 122px;
}

.ca_zss_btnr {
  right: 122px;
}

.ca_zss_btnl p {
  transform: rotate(-180deg);
}

.ca_tssg {
  position: relative;
  overflow: hidden;
}

.ca_tssg_bg {
  position: relative;
}

.ca_tssg_bg img {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.ca_tssg_mc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.ca_tssg_extra1 {
  width: 583px;
}

.ca_tssg_extra1 img {
  width: 100%;
}

.ca_tssg_extra {
  position: absolute;
  right: 362px;
  bottom: -370px;
  z-index: 3;
}

.ca_tssg_extra a {
  display: block;
}

.ca_tssg_extra2 {
  position: absolute;
  top: 137px;
  left: 214px;
}

.ca_tssg_extra2 h4 {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.ca_tssg_extra2 p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.ca_tssg_extra2 .icon-next {
  margin-left: 16px;
  font-size: 16px;
  line-height: 36px;
  transition: 0.36s all;
}

.ca_c1m {
  position: relative;
}

.ca_c1_cb1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 210px;
  z-index: -1;
}

.ca_c1_cb1 img {
  width: 100%;
}

.ca_c1_cb2 {
  position: absolute;
  top: 37%;
  right: -12px;
  width: 408px;
  z-index: -1;
}

.ca_c1_cb2 img {
  width: 100%;
}

.ca_gbk {
  padding-top: 75px;
  padding-bottom: 164px;
}

.mc_gbk_box {
  margin-top: 60px;
}

.ca_gbk_box {
  margin-top: 40px;
  margin-left: -29px;
  margin-right: -29px;
}

.ca_gbk_boxi {
  width: 33.333333%;
  padding-left: 29px;
  padding-right: 29px;
}

.ca_gbk_boxiw {
  position: relative;
}

.ca_gbk_boximg {
  position: relative;
  overflow: hidden;
}

.ca_gbk_boximg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.ca_gbk_sq {
  display: none;
  position: absolute;
  right: -8px;
  bottom: -57px;
  z-index: 3;
}

.ca_gbk_sqbg {
  width: 222px;
}

.ca_gbk_sqbg img {
  width: 100%;
}

.ca_gbk_sqtxt {
  position: absolute;
  top: 50%;
  left: 51px;
  transform: translateY(-50%);
}

.ca_gbk_sqtxt a {
  display: inline-block;
}

.ca_gbk_sqtxt p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.ca_gbk_sqtxt .icon-next {
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.ca_whzc_more a {
  display: block;
}

.ca_zss_boxmi {
  display: none;
}

.ca_zss_boxmi.on {
  display: block;
}

.ca_zhgk_h {
  margin-top: 94px;
  margin-bottom: 130px;
}

.ca_zhgk_h1 {
  margin-bottom: 39px;
  text-align: center;
}

.ca_zhgk_h2 {
  width: 924px;
  margin: 0 auto;
  margin-bottom: 33px;
  text-align: center;
}

.ca_zhgk_h2 p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.ca_zhgk_item {
  text-align: center;
}

.ca_zhgk_item h4 {
  margin-bottom: 38px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.ca_zhsj {
  margin-bottom: 51px;
}

.ca_zhsj p {
  font-family: Arial !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fa4645;
}

.ca_zhsj p span {
  padding: 0px 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.ca_zhdd {
  margin-bottom: 62px;
}

.ca_zhdd h3 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fa4645;
}

.ca_zhdd p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #666666;
}

.ca_zbdw {
  margin-bottom: 48px;
}

.ca_zbdw h4,
.ca_cbdw h4 {
  margin-bottom: 27px;
}

.ca_zbdw p,
.ca_cbdw p {
  font-size: 24px;
  line-height: 48px;
  color: #999;
}

.ca_zsfbt_h {
  position: relative;
}

.ca_zsfbt_hmore {
  position: absolute;
  right: 0px;
  top: 12px;
}

.ca_zsfbt_hmore a {
  display: inline-block;
}

.ca_zsfbt_hmore p {
  font-size: 18px;
  line-height: 28px;
  color: #fa4645;
}

.ca_zsfbt_hmore .icon-next {
  padding-left: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #fa4645;
}

.ca_zsml {
  position: relative;
}

.ca_b1m .swiper-container {
  padding-bottom: 30px;
  margin-top: 115px;
  margin-bottom: 80px;
  width: 100%;
  /* height: 316px; */
  margin-left: auto;
  margin-right: auto;
}

.ca_b1m .swiper-wrapper {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  box-shadow: 0px 0px 24px 8px rgba(229, 229, 229, 0.35);
}

.ca_b1m .swiper-slide {
  /* height: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

/* .ca_b1m .swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: row;
} */

.ca_b1m .swiper-pagination {
  position: relative;
}

.ca_b1m .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px;
}

.ca_zsml_pic {
  position: relative;
}

.ca_zsml_pic img {
  width: 100%;
  height: 100%;
}

.ca_zsml_extra {
  position: absolute;
  left: -160px;
  bottom: -88px;
  width: 433px;
  z-index: -1;
}

.ca_zsml_extra img {
  width: 100%;
}

.ca_zsfbt {
  margin-bottom: 145px;
}

.ca_zsfbt_box {
  position: relative;
  margin-top: 58px;
}

.ca_zsfbt_boxr {
  position: relative;
  width: 480px;
  box-shadow: 0px 0px 21px 7px rgba(237, 236, 236, 0.75);
  z-index: 2;
}

.ca_zsfbt_boxl {
  position: absolute;
  width: calc(100% - 480px);
  height: 100%;
}

.ca_zsfbt_boxlw {
  position: absolute;
  /* top: 50%; */
  left: -20px;
  margin-top: 72px;
  /* transform: translateY(-50%); */
}

.ca_zhfb_tc {
  width: 646px;
}

.ca_zhfb_tc img {
  width: 100%;
}

.ca_zhfb_tw {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ca_zhfb_ti {
  position: absolute;
  width: 190px;
}

.ca_zhfb_ti img {
  width: 100%;
  transition: 0.36s all;
}

.ca_zhfb_ti:nth-of-type(1) {
  right: 83px;
  top: 130px;
  transform: rotate(-45deg);
}

.ca_zhfb_ti:nth-of-type(2) {
  right: 146px;
  top: 68px;
  transform: rotate(-45deg);
}

.ca_zhfb_ti:nth-of-type(3) {
  left: 149px;
  top: 66px;
  transform: rotate(45deg);
}

.ca_zhfb_ti:nth-of-type(4) {
  left: 86px;
  top: 129px;
  transform: rotate(45deg);
}

.ca_zhfb_ti:nth-of-type(5) {
  left: 79px;
  bottom: 131px;
  transform: rotate(-45deg);
}

.ca_zhfb_ti:nth-of-type(5) {
  left: 79px;
  bottom: 131px;
  transform: rotate(-45deg);
}

.ca_zhfb_ti:nth-of-type(6) {
  left: 143px;
  bottom: 67px;
  transform: rotate(-45deg);
}

.ca_zhfb_ti:nth-of-type(7) {
  right: 147px;
  bottom: 66px;
  transform: rotate(45deg);
}

.ca_zhfb_ti:nth-of-type(8) {
  right: 81px;
  bottom: 129px;
  transform: rotate(45deg);
}

.ca_zsfbt_boxrh {
  padding: 0px 45px;
  background-color: #29298b;
}

.ca_zsfbt_boxrh p {
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0px;
  color: #fff;
}

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

.ca_zsfbt_boxrb2 {
  padding-left: 10px;
}

.ca_zsfbt_boxrbw {
  height: 600px;
  padding-top: 14px;
  padding-bottom: 20px;
  /* padding: 14px 45px 20px; */
  background-color: #fff;
  overflow-y: auto;
}

.ca_zsfbt_boxrb {
  margin: 0px 45px;
  border-bottom: 1px solid #f7f7f7;
}

.ca_zsfbt_boxrb:last-of-type {
  border-bottom: 0px;
}

.ca_zsfbt_boxrb p {
  padding: 19px 0px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca_zsfbt_boxrb1 {
  position: relative;
  width: 80px;
}

.ca_zsfbt_boxrb1::before {
  position: absolute;
  top: 25px;
  left: -6px;
  content: '[';
  display: inline-block;
  font-size: 18px;
  color: #666;
}

.ca_zsfbt_boxrb1::after {
  position: absolute;
  top: 25px;
  right: -6px;
  content: ']';
  display: inline-block;
  font-size: 18px;
  color: #666;
}

.ca_zsfbt_boxrb2 {
  width: calc(100% - 80px);
}

.ca_b1_bf {
  margin-top: 50px;
}

.ca_b1_bf a {
  display: block;
}

.ca_b1_bf1 {
  width: 55px;
}

.ca_b1_bf1 img {
  width: 100%;
}

.ca_b1_bf2 {
  margin-left: 18px;
}

.ca_b1_bf2 p {
  font-size: 24px;
  line-height: 55px;
  color: #fff;
}

.ca_b1 .ca_banner_txt {
  bottom: 121px;
}

.ca_b1m {
  position: relative;
}

.ca_b1_cb1 {
  position: absolute;
  top: 164px;
  left: 0px;
  width: 278px;
  z-index: -1;
}

.ca_b1_cb2 {
  position: absolute;
  top: 602px;
  right: 0px;
  width: 514px;
  z-index: -1;
}

.ca_b1_cb3 {
  position: absolute;
  bottom: 510px;
  left: 0px;
  width: 326px;
  z-index: -1;
}

.ca_b1_cb1 img,
.ca_b1_cb2 img,
.ca_b1_cb3 img {
  width: 100%;
}

.ca_zsfbt_extra {
  position: absolute;
  width: 433px;
  bottom: -84px;
  right: -104px;
  z-index: 1;
}

.ca_zsfbt_extra img {
  width: 100%;
}

.ca_zsfbt_boxrbw .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}

.ca_zsfbt_boxrbw .mCSB_scrollTools {
  width: 6px;
}

.ca_zsfbt_boxrbw .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #e5e5e5 !important;
}

.ca_zsfbt_boxrbw .mCSB_scrollTools {
  /* overflow: auto; */
  right: 4px;
}

.ca_zsfbt_boxrbw .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f7f7f7;
}

.ca_zsfbt_boxri {
  display: none;
}

.ca_zsfbt_boxri.on {
  display: block;
}

.ca_zsml_swiper .swiper-pagination-bullet-active {
  background-color: #fa4645;
}

/* carl 728 */
.ca_yszh {
  overflow: hidden;
}

/* carl 728 */
/* 载入效果 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ca_fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.ca_fadeIn1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}

.ca_fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.2s;
}

.ca_fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}

.ca_fadeIn4 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}

.ca_fadeIn5 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}

.ca_fadeIn6 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}

.ca_fadeIn7 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.7s;
}

.ca_fadeIn8 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.8s;
}

.ca_fadeIn9 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ca_fadeInUp {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
}

.ca_fadeInUp0 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.2s;
}

.ca_fadeInUp1 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}

.ca_fadeInUp2 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

.ca_fadeInUp3 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ca_fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.ca_fadeInLeft3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ca_fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.ca_fadeInRight3 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

/* carl end */

@media screen and (min-width: 1200px) {
  /* .pc_fenye li:hover {
        color: #fff;
        background-color: #fa4645;
    } */
  .mc_nav_a:hover {
    color: #377dff;
  }

  .mc_language a:hover {
    color: #fa4645;
  }

  .mc_search_btn:hover {
    color: #fa4645;
  }

  .mc_navfixed .mc_nav_a:hover::before {
    width: 100%;
  }

  .mc_subnav_a:hover .iconfont {
    opacity: 1;
  }

  .mc_ft1_nav a:hover {
    opacity: 0.6;
  }

  /* carl start */
  .ca_crumbi p a:hover {
    color: #666;
  }

  .ca_zhzx_hi:hover {
    background-color: #fa4645;
    border: 0.5px solid transparent;
  }

  .ca_zhzx_hi:hover p a,
  .ca_zhzx_hi:hover .icon-heart {
    color: #fff;
  }

  .ca_zhzx_slickbtnl:hover,
  .ca_zhzx_slickbtnr:hover {
    cursor: pointer;
  }

  .ca_fymr .pc_fenye li:hover {
    color: #fa4645;
    background-color: transparent;
  }

  .ca_zhlist_boxi:hover .ca_zhlist_boxih img {
    transform: scale(1.1);
  }

  .ca_zthd_boxi:hover .ca_zthd_boxil img {
    transform: scale(1.1);
  }

  .ca_zhzpi:hover {
    cursor: pointer;
  }

  .ca_zhzpi:hover .ca_zhzp_mc {
    opacity: 1;
  }

  .ca_jckb_slickbtni:hover {
    cursor: pointer;
  }

  .ca_yzzb_boxi:hover .ca_yzzb_boxih img {
    transform: scale(1.1);
  }

  /* .ca_yzzb_boxi:hover .ca_yzzb_date1 {
        display: none;
    } */
  .ca_yzzb_boxi:hover .ca_yzzb_boxim1 {
    border-bottom: 0px;
    box-shadow: 0px -24px 24px 8px rgba(214, 211, 211, 0.35);
  }

  .ca_yzzb_boxi:hover .ca_yzzb_cont {
    padding: 22px 18px;
    transform: translateY(-66px);
  }

  .ca_yzzb_boxi:hover .ca_yzzb_date1 {
    transform: translateY(168px);
    padding: 19px 29px 17px 20px;
    background-color: #fa4645;
  }

  .ca_yzzb_boxi:hover .ca_yzzb_date1 p,
  .ca_yzzb_boxi:hover .ca_yzzb_date1 .icon-next {
    color: #fff;
  }

  .ca_whzc_ml:hover .ca_whzcp img {
    transform: scale(1.1) skewX(5deg);
  }

  .ca_zss_btnl:hover,
  .ca_zss_btnr:hover {
    cursor: pointer;
  }

  .ca_whzc_more:hover p,
  .ca_whzc_more:hover .icon-next {
    color: #fa4645;
  }

  .ca_zss_boxmiw:hover .ca_zss_boxmpic img {
    transform: scale(1.1);
  }

  .ca_zhzx_slickbtn .icon-next:hover,
  .ca_jckb_slickbtni .icon-next:hover,
  .ca_zhzx_slickarcm:hover .ca_zhzx_slickarcm2w p,
  .ca_zhzx_slickarcm:hover .ca_zhzx_slickarcm2w .icon-next,
  .ca_zhlist_boxi:hover .ca_zxmore p,
  .ca_zhlist_boxi:hover .ca_zxmore .icon-next,
  .ca_zthd_boxi:hover .ca_zxmore p,
  .ca_zthd_boxi:hover .ca_zxmore .icon-next {
    color: #fa4645;
  }

  .ca_zhfb_ti:hover,
  .ca_b1_bf1:hover {
    cursor: pointer;
  }

  .ca_tssg_extra2:hover .icon-next {
    margin-left: 20px;
  }

  .ca_yszh_item:hover .ca_yszh_itembase img {
    transform: scale(1.1);
  }

  .ca_zhfb_ti:hover img {
    transform: scale(1.03) translate(-3px, 0px);
  }

  .ca_zhfb_ti.ca_fadeIn9:hover img {
    transform: scale(1.03);
  }

  .ca_zhfb_ti:nth-of-type(3):hover img,
  .ca_zhfb_ti:nth-of-type(4):hover img,
  .ca_zhfb_ti:nth-of-type(5):hover img,
  .ca_zhfb_ti:nth-of-type(6):hover img {
    transform: scale(1.03) translate(3px, 0px);
  }

  /* carl 728 */
  .ca_b2b_extra2:hover .icon-next {
    margin-left: 20px;
  }

  /* carl 728 */
  /* carl end */
  .ca_mtzlq_txt3 a:hover {
    color: #fa4645;
  }

  .ca_mtzlq_txt3 a i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
}

/* 载入效果 */
.mc_a1s1_bgbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fa4645;
  transition: all 0.6s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mc_wow_modal::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fa4645;
  transition: all 0.6s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.animated .mc_wow_modal::before {
  width: 0;
}

.mc_a1s1_box {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
}

.mc_a1s1.animated .mc_a1s1_bgbox::after {
  width: 0;
}

.mc_a1s1.animated .mc_a1s1_box {
  opacity: 1;
  transform: translateY(0);
}

.mc_a1s2_bg2 img {
  animation-delay: 0.3s;
  animation-name: rollIn;
}

.mc_a1s1_zs {
  animation-name: rollIn;
}

.mc_a1s1_zs {
  position: absolute;
  right: -170px;
  bottom: -490px;
  z-index: 30;
}

.mc_a1s3 {
  background: #fa4645;
  /* overflow: hidden; */
}

.mc_a1s3_bg1 {
  top: auto;
  bottom: 100%;
  transition: all 0.6s 0.5s;
}

.mc_a1s3_bg2 {
  top: 100%;
  transition: all 0.6s 0.5s;
}

.mc_a1s3.animated .mc_a1s3_bg1 {
  bottom: 0;
}

.mc_a1s3.animated .mc_a1s3_bg2 {
  top: 0;
}

.mc_a1s2_content {
  visibility: visible !important;
}

.mc_e1tab_bdli {
  display: none;
}

.mc_e1tab_bdli.on {
  display: block;
}

.mc_a1s2_content:not(.animated) .mc_a1s2_imgbox {
  transform: translateX(100%);
}

.mc_a1s2_content:not(.animated) .mc_list_imganmt {
  transform: translateX(100%);
  transition: all 0.8s 1s;
}

.mc_a1s2_imgbox .mc_wow_modal::before {
  transition-delay: 1.4s;
}

.mc_a1s3_bgbox {
  overflow: hidden;
}

.mc_ban_txt {
  position: relative;
  z-index: 1;
  width: 690px;
  height: 620px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-top: 90px;
}

.mc_ban_txt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 612px;
  height: 620px;
  background: url(../images/ban_a1_bg.png) center / cover no-repeat;
}

.mc_ban_txt::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 612px;
  height: 620px;
  background: url(../images/ban_a1_bg2.png) center / cover no-repeat;
}

.mc_ban_txt > p {
  line-height: 72px;
  font-family: '黑体', Arial, '微软雅黑', 'PingFangSC-Light', 'Helvetica Neue', Helvetica, 'Microsoft Yahei',
    'Hiragino Sans GB', tahoma, SimSun, sans-serif;
}

.mc_ban_jie {
  font-size: 36px;
}

.mc_ban_jie span {
  font-size: 60px;
  font-weight: bold;
}

.mc_ban_name {
  font-size: 48px;
  font-weight: bold;
}

.mc_ban_pos {
  font-size: 30px;
  font-weight: lighter;
}

.mc_ban_date {
  font-size: 24px;
}

/* macro start 730 */
.mc_ban_txt::before {
  transform: scale(0.5) rotate(40deg);
  transition: all 0.6s;
}

.mc_ban_txt::after {
  transform: scale(0.5) rotate(-40deg);
  transition: all 0.6s;
}

.mc_ban_txt p {
  margin-top: 20px;
  opacity: 0;
  transition: all 0.6s 0.6s;
}

.mc_banner.animated .mc_ban_txt::before,
.mc_banner.animated .mc_ban_txt::after {
  transform: scale(1) rotate(0);
}

.mc_banner.animated .mc_ban_txt p {
  opacity: 1;
  margin-top: 0;
}

.mc_a1s3_num span {
  vertical-align: text-bottom;
}

.mc_a1s3 {
  background: none;
}

.mc_a1s3_videobox {
  width: calc(50% + 250px);
}

.mc_a1s1_a {
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
}

.mc_a1s3_video {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.mc_a1s3_videobox {
  overflow: hidden;
}

/* macro end */

/* 7.31 */
.mc_b2tab_bd td a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* .ca_zsml_swiper {
    margin-right: -1px;
} */

.mc_ban_li a {
  display: block;
}

.ca_gbk_boxiw img {
  object-fit: unset;
}

/* .ca_gbk_boxiw{
    max-width: 240px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
} */

.mc_phfy .lp {
  float: left;
}

.mc_phfy .rp {
  float: right;
}

.mc_phfy .mc_fybtn {
  font-size: 16px;
  color: #333;
  padding: 10px 15px;
}

/* .mc_a1s3_videobox_under{
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.mc_a1s3_video{
    opacity: 0;
} */

.mc_a1s3_video {
  width: 100%;
  height: 100%;
}

.ca_zhfb_ti.ca_fadeIn9 {
  width: 93px;
  /* height: 70px; */
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
  margin-left: 2px;
}

.mc_gbk_box p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.mc_gbk_box p a {
  color: inherit;
}

.ca_gbk_txt {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ca_gbk_txt span {
  font-weight: bold;
  font-size: 20px;
}

.ca_gbk_boxiw img {
  margin-top: -3px;
}

.mc_gbk_tipbox {
  margin-top: 40px;
}

.mc_e1_li:not(:first-child) {
  display: none;
}

.mc_e1_list .slick-dots {
  bottom: -20px;
}

.mc_e1_list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.mc_e1_list .slick-dots li.slick-active {
  background: #fa4645;
}

.mc_b3 .mc_b3_arrow .swiper-button-disabled {
  display: none;
}

.mc_b3 .swiper-button-disabled + .mc_b3_line {
  display: none;
}

.mc_b3_num {
  word-break: break-word;
}

.mc_ft1_mail {
  width: 300px;
  height: 40px;
  max-width: 100%;
  font-size: 0;
  margin-top: 10px;
}

.mc_ft1m_submit {
  width: 100px;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background: #192840;
}

.mc_ft1m_input {
  width: calc(100% - 105px);
  height: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 8px 15px;
  border: 1px solid #192840;
  border-right: 0;
}

.mc_ft1m_input::-webkit-input-placeholder {
  color: #bab9b9;
}

.mc_ft1m_input:-moz-placeholder {
  color: #bab9b9;
}

.mc_ft1m_input::-moz-placeholder {
  color: #bab9b9;
}

.mc_ft1m_input:-ms-input-placeholder {
  color: #bab9b9;
}

/* 7.31********************************************************************************************************************************** */
.ca_c1m .ca_whzc_more a {
  pointer-events: none;
}

/* 7.31************* */
/*3.30*/
.g_now {
  width: 100%;
  margin-top: 60px;
}

.g_now img {
  width: 100%;
}

.g_now2 {
  display: none;
}

/* 2021.7.7 */
.mc1_b5top_txtbox {
  clear: both;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .mc1_b5top_txtbox {
    clear: both;
    padding-top: 30px;
  }

  .mc1_b5top_txtbox p {
    font-size: 14px;
  }
}

/* 20210810 */
.ca_c1 .ca_c1m .ca_whzc_more a,
.ca_d1 .ca_c1m .ca_whzc_more a {
  pointer-events: all;
}

.ca_b1m .swiper-container-multirow-column > .swiper-wrapper {
  min-width: 100%;
}

.mc1_ex_overview {
  overflow: hidden;
}

.ca_b1m .swiper-container {
  padding-right: 2px;
}

.ca_zss_boxmtxt2 p .mCSB_container {
  line-height: 24px;
}

.ca_zss_boxmtxt2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* 20210810 */
.mc_logo.mc1_logo_jyz {
  width: 65px;
  margin-left: 10px;
}

.mc1_logo_jyz .mc_list_imgbox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.mc1_logo_jyz img {
  transition: all 0.36s;
}

.mc1_logo_fixed {
  opacity: 0;
}

.mc_navhover .mc1_logo_fixed,
.mc_navfixed .mc1_logo_fixed {
  opacity: 1;
}

.mc_navhover .mc1_logo_def,
.mc_navfixed .mc1_logo_def {
  opacity: 0;
}

.mc1_ban_modal {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 735px;
  height: 100%;
  pointer-events: none;
  max-width: 40%;
}

.mc1_ban_modal > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mc1_ban_modal1 {
  background: url(../images/0810/ban_modal1.png) center / cover no-repeat;
}

.mc1_ban_modal2 {
  background: url(../images/0810/ban_modal2.png) center / cover no-repeat;
}

.mc1_ban_modal3 {
  background: url(../images/0810/ban_modal3.png) center / cover no-repeat;
}

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

.mc1_ban_container {
  width: 1680px !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  bottom: 70px;
  z-index: 5;
}

.mc1_ban_l {
  width: 635px;
  padding-left: 80px;
  /* transform: translateY(150px); */
  margin-top: 150px;
}

.mc1_ban_titbox {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 1px 80px 35px;
  /* background: url(../images/0810/ban_titlebox_bg.png) left bottom / contain no-repeat; */
}

.mc1_ban_titbox {
  display: inline-block;
}

.mc1_ban_titbox::before {
  content: '';
  position: absolute;
  left: 3.5%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fa4645;
  transform: skewX(-5deg);
  border-top-right-radius: 30px;
}

.mc1_ban_title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
}

.mc1_ban_year {
  font-size: 48px;
  font-family: 'RobotBold', '微软雅黑', Arial, 'PingFangSC-Light', 'Helvetica Neue', Helvetica, 'Microsoft Yahei',
    'Hiragino Sans GB', tahoma, SimSun, sans-serif;
  font-style: italic;
  margin-top: -0.6em;
}

.mc1_ban_arrow .iconfont {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: all 0.36s;
}

.mc1_ban_prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}

.mc1_ban_arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #bababa;
  margin: 0 20px;
  cursor: pointer;
}

.mc1_ban_arrowbox {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.mc1_ban_arrowbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skew(-5deg) translate(-3px, -1px);
  z-index: -1;
}

.mc1_banart_btn img {
  width: 30px;
  vertical-align: text-top;
  margin-right: 5px;
}

.mc1_banart_li {
  width: 328px;
}

.mc1_banart_btn {
  display: block;
  padding: 35px 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc1_banart_li:not(:last-child) {
  margin-bottom: 20px;
}

.mc1_banr_scroll {
  height: 340px;
  overflow: hidden;
}

.mc1_banr_scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}

.mc1_banr_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fa4645 !important;
}

.mc1_banr_scroll .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.mc1_banr_scroll {
  padding-right: 65px;
}

.mc_jyzs1_titbox {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  color: #fa4645;
  text-align: center;
  margin-bottom: 20px;
}

.mc_jyzs1_titleen {
  font-family: 'RobotBold', '微软雅黑', Arial, 'PingFangSC-Light', 'Helvetica Neue', Helvetica, 'Microsoft Yahei',
    'Hiragino Sans GB', tahoma, SimSun, sans-serif;
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.mc_jyzs1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mc_jyzs1_container {
  position: relative;
  z-index: 1;
  padding: 135px 0 190px;
}

.mc_jyzs1_txt {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 70px;
  width: 950px;
  max-width: 100%;
  margin: 0 auto 70px;
}

.mc_jyzs1_txt::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 55px;
  height: 5px;
  background: #fa4645;
}

.mc_jyzs1_txt p {
  font-size: 22px;
  line-height: 42px;
  color: #777777;
}

.mc_jyzs1_li:not(:first-child) {
  display: none;
}

.mc_jyzs1_slick {
  margin: 0 -30px;
  padding: 0 50px;
}

.mc_jyzs1_li {
  width: 25%;
  padding: 0 30px;
}

.mc_jyzs1_li.slick-current .mc_jyzs1li_date::after {
  transform: translate(-50%, -50%) scale(1.6);
}

.mc_jyzs1li_date {
  font-size: 32px;
  font-weight: bold;
  color: #fa4645;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 60px;
}

.mc_jyzs1li_date {
  position: relative;
  z-index: 1;
}

.mc_jyzs1li_date::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 30px);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: #fa4645;
  border-radius: 50%;
}

.mc_jyzs1li_date::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 30px);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(250, 70, 69, 0.2);
  border-radius: 50%;
  transition: all 0.36s;
}

.mc_jyzs1li_title {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
}

.mc_slick_arrow .slick-arrow::before {
  content: '\e622';
  font-family: 'iconfont' !important;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: inline-block;
  transition: all 0.36s;
}

.mc_slick_arrow .slick-arrow {
  width: auto;
  height: auto;
  transition: all 0.36s;
  z-index: 5;
}

.mc_slick_arrow .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.mc_slick_arrow .slick-prev::before {
  transform: rotate(180deg);
}

.mc_slick_arrow .slick-prev {
  left: -50px;
}

.mc_slick_arrow .slick-next {
  right: -50px;
}

.mc_jyzs1_slick .slick-arrow {
  top: 62px;
}

.mc_jyzs1_decorate1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 264px;
  pointer-events: none;
}

.mc_jyzs1_decorate2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 531px;
  right: -111px;
  bottom: -340px;
  pointer-events: none;
}

.mc_jyzs2_li {
  position: relative;
  z-index: 1;
  float: left;
  width: 33.333333%;
  height: 870px;
  max-height: calc(100vh - 67px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc_jyzs2_lisbox {
  color: #fff;
  text-align: center;
  padding: 0 20px;
  max-width: 100%;
}

.mc_jyzs2_title {
  font-size: 150px;
  margin-bottom: 55px;
  transition: all 0.36s ease-out;
}

.mc_jyzs2_text {
  width: 320px;
  font-size: 24px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 100%;
}

.mc_jyzs2_dot {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  z-index: -1;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s;
}

.mc_jyzs2_dot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}

.mc_jyzs2_dot::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  opacity: 0.5;
  transition: all 0.36s ease-out;
}

.mc_jyzs3,
.mc_jyzs4,
.mc_jyzs5 {
  padding-top: 140px;
}

.mc_jyzs5 {
  padding-bottom: 140px;
}

.mc_jyz_title {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.mc_jyz_title span {
  position: relative;
  z-index: 1;
}

.mc_jyz_title span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateX(0.25em);
  z-index: -1;
  width: 100%;
  height: 0.5em;
  background: #fa4645;
  opacity: 0.2;
}

.mc_jyz_title {
  margin-bottom: 55px;
}

.mc_jyzs3_list {
  margin: 0 -30px;
}

.mc_jyzs3_li {
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
}

.mc_jyzs3_lisbox {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.mc_jyzs3li_imgbox {
  width: 60%;
}

.mc_jyzs3li_textbox {
  width: 40%;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.mc_jyzs3li_textbox::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 2px;
  background: #fa4645;
}

.mc_jyzs3li_title {
  font-size: 24px;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  color: #333;
  font-weight: bold;
}

.mc_jyzs3li_date {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 18px;
  color: #888888;
}

.mc_jyzs3_li1 {
  width: 100%;
}

.mc_jyzs3_li1 .mc_jyzs3_lisbox {
  background: #fa4645;
}

.mc_jyzs3_li1 .mc_jyzs3li_imgbox {
  width: 51.5%;
}

.mc_jyzs3_li1 .mc_jyzs3li_textbox {
  width: 48.5%;
  padding: 100px 100px 0 60px;
  background: url(../images/0810/jys3text_bg.png) bottom right / contain no-repeat;
}

.mc_jyzs3_li1 .mc_jyzs3li_textbox::before {
  display: none;
}

.mc_jyzs3_li1 .mc_jyzs3li_title {
  font-size: 36px;
  color: #fff;
}

.mc_jyzs3_li1 .mc_jyzs3li_date {
  font-size: 24px;
  color: #fff;
  left: 60px;
  bottom: 65px;
}

.mc_jyzs3_list {
  margin-bottom: 35px;
}

.mc_jyzs_more {
  text-align: center;
}

.mc_jyzs_morebtn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 57px;
  text-align: center;
  min-width: 165px;
  padding: 0 40px;
  color: #fff;
  background: url(../images/0810/morebtn_bg.png) right bottom / contain no-repeat;
  background-color: #fa4645;
  cursor: pointer;
  user-select: none;
}

.mc_jyz_titbox {
  position: relative;
}

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

.mc_jyz_arrow {
  margin-top: 0 !important;
  position: absolute;
}

.mc_b3_prev,
.mc_b3_next {
  cursor: pointer;
}

.mc_jyzs4_li:not(:first-child) {
  display: none;
}

.mc_jyzs4_li {
  width: 33.333333%;
  padding: 0 12px;
}

.mc_jyzs4_slick {
  margin: 0 -12px;
}

.mc_jyzs4_lisbox {
  display: block;
  padding: 65px 20px 80px;
  text-align: center;
  background: #f7f9fb;
}

.mc_jyzs4li_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}

.mc_jyzs4li_imgwrap {
  position: relative;
  width: 286px;
  margin: 0 auto;
  max-width: 100%;
}

.mc_jyzs4li_imgbox {
  border-radius: 50%;
}

.mc_jyzs4li_logo {
  position: absolute;
  right: 32px;
  bottom: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  background: #fff;
  padding: 8px;
  border-radius: 10px;
}

.mc_jyzs5_slick {
  width: 895px;
  margin: 0 auto;
  max-width: 100%;
}

.mc_jyzs5_lisbox {
  position: relative;
  transition: all 0.5s;
}

.mc_jyzs5li_textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 50px 30px;
  transition: all 0.5s;
  opacity: 0;
}

.mc_jyzs5li_tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  color: #fff;
  background: #fa4645;
  border-radius: 2px;
}

.mc_jyzs5li_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.mc_jyzs5li_imgbox {
  position: relative;
  z-index: 1;
}

.mc_jyzs5li_imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: all 0.5s;
}

.mc_jyzs5li_imgbox {
  background: #000;
}

.mc_jyzs5li_imgbox img {
  opacity: 0.5;
  transition: all 0.5s;
}

.mc_jyzs5_slick .slick-list {
  overflow: visible;
}

.slick-initialized .mc_jyzs5_li {
  transform: scale(0.8);
}

.mc_jyzs5_li:not(:first-child) {
  display: none;
}

.mc_jyzs5_li {
  transition: all 0.5s ease !important;
}

.mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox {
  background: #fff;
}

.mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox::before {
  opacity: 1;
}

.mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox img {
  opacity: 1;
}

.mc_jyzs5_li.slick-active .mc_jyzs5li_textbox {
  opacity: 1;
}

.mc_jyzs5_li.slick-active {
  transform: scale(1);
}

.mc_jyzs5_li.mcslick-prev {
  opacity: 1 !important;
  transform: translateX(-27%) scale(0.8);
}

.mc_jyzs5_li.mcslick-next {
  opacity: 1 !important;
  transform: translateX(27%) scale(0.8);
}

.mc_jyzs5_li.slick-active .mc_jyzs5_progress {
  opacity: 1;
}

.mc_jyzs5_progress {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background: #d7d7d7;
  z-index: 10;
  opacity: 0;
}

.mc_jyzs5_progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #fa4645;
}

.mc_jyzs1_slickbox {
  position: relative;
  z-index: 1;
}

.animated-lines.dotted .timeline-bg > path {
  stroke-dasharray: 2;
  stroke-dashoffset: 15;
}

.animated-lines.black circle,
.animated-lines.black path {
  stroke: #000;
}

.animated-lines.black circle {
  fill: #fff;
}

.animated-lines.black circle.show {
  stroke-width: 10;
  stroke: rgba(0, 0, 0, 0.2);
  fill: #000;
}

.animated-lines rect {
  fill: transparent;
  stroke-width: 0;
  pointer-events: none;
}

.animated-lines svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.animated-lines {
  z-index: 10;
  position: relative;
  height: 100px;
  width: 100%;
}

.timeline-top-page {
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 2;
  pointer-events: none;
}

.animated-lines circle,
.animated-lines path {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  pointer-events: none;
}

.animated-lines.black circle,
.animated-lines.black path {
  stroke: #000;
}

.animated-lines.black mask path {
  stroke: #fff;
}

.mc_jyzs1_line {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  transform: translateY(-50%) translateY(-2px);
}

.mc_jyzs1_line svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mc_jyzs1_line line {
  stroke-dasharray: 3;
}

.mc1_ban_titbox {
  padding-top: 1px !important;
}

.mc1_banart_li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
  .mc_slick_arrow .slick-arrow:hover::before {
    color: #fa4645;
  }

  .mc1_ban_arrow:hover {
    color: #fa4645;
  }

  .mc_jyzs2_li:hover .mc_jyzs2_dot {
    opacity: 1;
  }

  .mc_jyzs2_li:hover .mc_jyzs2_dot::after {
    height: 210%;
    transition-delay: 0.36s;
  }

  .mc_jyzs2_li:hover .mc_jyzs2_title {
    transform: translateY(-30%);
  }

  .mc_jyzs4_lisbox:hover .mc_list_img {
    transform: scale(1.1);
  }

  .mc_jyzs3_lisbox:hover .mc_list_img {
    transform: scale(1.05);
  }

  .mc_jyzs1_li:hover .mc_jyzs1li_date::after {
    transform: translate(-50%, -50%) scale(1.6);
  }
}

.mc1_jyz .mc_list_img {
  transition: all 0.36s;
}

/* 载入效果 */
.mc1_ban_r,
.mc1_ban_l,
.mc1_ban_modal > div {
  visibility: hidden;
}

.mc_ban_li.slick-active .mc1_ban_modal > div {
  visibility: visible;
  animation: fadeInLeft 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s both;
}

.mc1_ban_modal2 {
  animation-delay: 0.7s !important;
}

.mc1_ban_modal3 {
  animation-delay: 0.9s !important;
}

.mc_ban_li.slick-active .mc1_ban_l {
  visibility: visible;
  transform-origin: left bottom;
  animation: zoomIn 0.5s ease-out 1.5s both;
}

.mc_ban_li.slick-active .mc1_ban_r {
  visibility: visible;
  animation: fadeIn 0.5s ease-out 1.5s both;
}

.mc_jyzs1_decorate1.wow {
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.mc_jyzs1_titbox {
  animation-name: fadeInUpSmall;
  animation-delay: 0.3s;
}

.mc_jyzs1_decorate2 {
  animation-name: rollIn;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}

.mc_anmts1 {
  animation-name: fadeInUpSmall;
  animation-delay: 0.3s;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
}

.mc_jyzs2_lisbox {
  animation-name: fadeInUpSmall;
}

.mc_jyzs2_li:nth-child(1) .mc_jyzs2_lisbox {
  animation-delay: 0.3s;
}

.mc_jyzs2_li:nth-child(2) .mc_jyzs2_lisbox {
  animation-delay: 0.5s;
}

.mc_jyzs2_li:nth-child(3) .mc_jyzs2_lisbox {
  animation-delay: 0.7s;
}

.mc_jyzs3_li {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}

.mc_jyzs3_li:nth-child(odd):not(.mc_jyzs3_li1) {
  animation-delay: 0.3s;
}

.mc_jyzs3_li {
  visibility: hidden;
}

@media screen and (max-width: 1680px) {
  .mc_logo.mc1_logo_jyz {
    width: 58px;
  }

  .mc1_ban_title {
    font-size: 56px;
  }

  .mc1_ban_year {
    font-size: 68px;
  }

  .mc1_banart_btn {
    font-size: 20px;
  }

  .mc_jyz_title,
  .mc_jyzs1_titbox {
    font-size: 44px;
  }

  .mc_jyzs1_txt p {
    font-size: 20px;
    line-height: 1.9;
  }

  .mc_jyzs1li_date {
    font-size: 30px;
  }

  .mc_jyzs1li_title {
    font-size: 18px;
  }

  .mc_jyzs2_title {
    font-size: 140px;
  }

  .mc_jyzs5li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_date,
  .mc_jyzs3li_title,
  .mc_jyzs2_text {
    font-size: 22px;
  }

  .mc_jyzs4li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_title {
    font-size: 34px;
  }

  .mc_jyzs1_line,
  .mc_jyzs1_slick .slick-arrow {
    top: 62px;
  }

  .mc_jyzs3li_date {
    font-size: 16px;
  }
}

@media screen and (max-width: 1560px) {
  .mc_cont1400 {
    width: 100%;
    padding: 0 80px;
  }
}

@media screen and (max-width: 1440px) {
  .mc_logo.mc1_logo_jyz {
    width: 50px;
  }

  .mc1_ban_l {
    width: 480px;
    max-width: calc(100% - 400px);
    padding-left: 5%;
    margin-top: 10%;
  }

  .mc1_ban_title {
    font-size: 42px;
  }

  .mc1_ban_year {
    font-size: 48px;
  }

  .mc1_ban_titbox {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mc1_banart_btn {
    padding: 25px 15px;
  }

  .mc1_banr_scroll {
    height: 300px;
  }

  .mc1_ban_arrowbox {
    width: 160px;
    line-height: 48px;
    height: 48px;
  }

  .mc1_ban_arrow {
    font-size: 18px;
    margin: 0 15px;
  }

  .mc_jyzs1_container {
    padding: 80px 0 110px;
  }

  .mc_jyzs1_decorate1 {
    width: 200px;
  }

  .mc_jyz_title,
  .mc_jyzs1_titbox {
    font-size: 36px;
  }

  .mc_jyzs1_txt p {
    font-size: 18px;
  }

  .mc_jyzs1_txt {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  .mc_jyzs1li_date {
    font-size: 28px;
  }

  .mc_jyzs1_decorate2 {
    width: 400px;
    right: -82px;
    bottom: -255px;
  }

  .mc_jyzs1_line {
    transform: translateY(-50%);
  }

  .mc_jyzs1_line,
  .mc_jyzs1_slick .slick-arrow {
    top: 58px;
  }

  .mc_slick_arrow .slick-arrow::before {
    font-size: 24px;
  }

  .mc_slick_arrow .slick-prev {
    left: -20px;
  }

  .mc_slick_arrow .slick-next {
    right: -20px;
  }

  .mc_jyzs1li_title {
    font-size: 16px;
  }

  .mc_jyzs2_title {
    font-size: 100px;
  }

  .mc_jyzs5li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_date,
  .mc_jyzs3li_title,
  .mc_jyzs2_text {
    font-size: 20px;
  }

  .mc_jyzs2_text {
    line-height: 1.75;
  }

  .mc_jyzs3,
  .mc_jyzs4,
  .mc_jyzs5 {
    padding-top: 80px;
  }

  .mc_jyzs4li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_title {
    font-size: 28px;
  }

  .mc_jyzs3_li1 .mc_jyzs3li_textbox {
    padding: 6% 8% 0 50px;
  }

  .mc_jyzs3_li1 .mc_jyzs3li_date {
    left: 50px;
    bottom: 10%;
  }

  .mc_jyzs3li_date {
    bottom: 8%;
  }

  .mc_jyzs3_list {
    margin-bottom: 30px;
  }

  .mc_jyzs_morebtn {
    font-size: 16px;
    line-height: 52px;
    min-width: 140px;
    padding: 0 30px;
  }

  .mc_jyzs4li_imgwrap {
    width: 66%;
  }

  .mc_jyzs4_lisbox {
    padding: 50px 20px 70px;
  }

  .mc_jyzs4li_title {
    margin-bottom: 25px;
  }

  .mc_jyzs5_slick {
    width: 62%;
  }

  .mc_jyzs5li_tag {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
  }

  .mc_jyzs5 {
    padding-bottom: 100px;
  }

  .mc_cont1400 {
    padding: 0 40px;
  }

  .mc_jyzs1_slickbox {
    width: calc(100% - 96px);
    margin: 0 auto;
  }

  .mc_jyzs2_li {
    height: 600px;
  }

  .mc1_banr_scroll {
    padding-right: 50px;
  }

  .mc1_banart_btn {
    font-size: 18px;
  }

  .mc1_banart_btn img {
    width: 24px;
  }

  .mc_jyzs4li_logo {
    width: 48px;
    height: 48px;
    right: 10%;
  }

  .mc1_ban_container {
    width: 87.5% !important;
  }

  /* 1440e */
}

@media screen and (max-width: 1200px) {
  .mc_logo a,
  .mc_nav_a,
  .mc_language a,
  .mc_search_btn {
    line-height: 64px;
  }

  .mc_logo.mc1_logo_jyz {
    width: 36px;
  }
}

@media screen and (max-width: 950px) {
  .mc_jyz_title,
  .mc_jyzs1_titbox {
    font-size: 24px;
  }

  .mc_jyzs1_decorate1 {
    width: 20%;
    left: 20px;
    top: -30px;
  }

  .mc_jyzs1 {
    padding: 30px 0;
  }

  .mc1_ban_l {
    padding: 0;
  }

  .mc1_banart_btn {
    padding: 10px 10px;
  }

  .mc1_banart_btn img {
    width: 20px;
  }

  .mc1_banart_btn {
    font-size: 16px;
  }

  .mc1_banr_scroll {
    padding-right: 20px;
  }

  .mc1_banart_li {
    width: 260px;
    margin-bottom: 15px;
  }

  .mc1_banr_scroll {
    height: 200px;
  }

  .mc1_ban_l {
    max-width: calc(100% - 320px);
  }

  .mc1_ban_title {
    font-size: 30px;
  }

  .mc1_ban_year {
    font-size: 36px;
  }

  .mc1_ban_l {
    margin-top: 30px;
    width: 315px;
    padding-left: 30px;
  }

  .mc1_ban_titbox {
    padding: 1px 30px 20px;
  }

  .mc1_ban_arrowbox {
    width: 120px;
    line-height: 40px;
    height: 40px;
  }

  .mc1_ban_arrow {
    font-size: 16px;
    margin: 0 10px;
  }

  .mc_jyzs1_titbox {
    margin-bottom: 15px;
  }

  .mc_jyzs1_txt p {
    font-size: 16px;
    padding: 0 30px;
  }

  .mc_jyzs1_txt {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .mc_jyzs1_li {
    width: 33.333333%;
    padding: 0 15px;
  }

  .mc_jyzs1_slick {
    margin: 0 -15px;
  }

  .mc_jyzs1li_date {
    font-size: 20px;
  }

  .mc_jyzs1li_title {
    font-size: 14px;
  }

  .mc_jyzs1_line,
  .mc_jyzs1_slick .slick-arrow {
    top: 50px;
  }

  .mc_slick_arrow .slick-arrow::before {
    font-size: 20px;
  }

  .mc_jyzs1_decorate2 {
    width: 160px;
    right: -50px;
    bottom: -80px;
  }

  .mc_jyzs2_li {
    height: 60vw;
    min-height: 400px;
  }

  .mc_jyzs2_title {
    font-size: 60px;
  }

  .mc_jyzs5li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_date,
  .mc_jyzs3li_title,
  .mc_jyzs2_text {
    font-size: 16px;
  }

  .mc_jyzs2_title {
    margin-bottom: 0.5em;
  }

  .mc_jyzs3,
  .mc_jyzs4,
  .mc_jyzs5 {
    padding-top: 30px;
  }

  .mc_jyz_title {
    margin-bottom: 25px;
  }

  .mc_jyzs3_li {
    width: 100%;
    animation-delay: 0s !important;
  }

  .mc_jyzs3li_imgbox {
    width: 51.5%;
  }

  .mc_jyzs3li_textbox {
    padding-top: 20px;
    width: 48.5%;
  }

  .mc_jyzs4li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_title {
    font-size: 20px;
  }

  .mc_jyzs3_li1 .mc_jyzs3li_date {
    left: 20px;
  }

  .mc_jyzs3_li1 .mc_jyzs3li_textbox {
    padding: 20px;
  }

  .mc_jyzs3_li {
    margin-bottom: 15px;
  }

  .mc_jyzs_morebtn {
    font-size: 14px;
    line-height: 38px;
    min-width: auto;
    padding: 0 15px;
  }

  .mc_jyzs3_list {
    margin-bottom: 10px;
  }

  .mc_jyzs4_lisbox {
    padding: 30px 0 40px;
  }

  .mc_jyzs4li_logo {
    width: 40px;
    height: 40px;
  }

  .mc_jyzs5 {
    padding-bottom: 50px;
  }

  .mc_jyzs5li_textbox {
    padding: 0 20px 15px;
  }

  .mc_jyzs5li_tag {
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
  }

  .mc_jyzs5_slick {
    width: 65%;
  }

  .mc_cont1400 {
    width: 100%;
    padding: 0 20px;
  }

  .mc1_ban_container {
    bottom: 50px;
  }

  /* 950e */
}

@media screen and (max-width: 767px) {
  .mc1_ban_l {
    width: 220px;
    max-width: none;
    padding-left: 0px;
    margin: 0 0 15px;
  }

  .mc1_ban_r {
    width: 290px;
    float: left;
  }

  .mc1_ban_modal {
    max-width: 100%;
    transform: translateX(-50%);
  }

  .mc1_ban_modal > div {
    left: 30%;
  }

  .mc1_ban_modal > .mc1_ban_modal1 {
    left: 32%;
  }

  .mc1_ban_modal > .mc1_ban_modal3 {
    left: 10%;
  }

  .mc1_banart_btn {
    font-size: 14px;
  }

  .mc1_banart_btn img {
    width: 18px;
    margin-right: 2px;
  }

  .mc1_banart_li:not(:last-child) {
    margin-bottom: 10px;
  }

  .mc1_banr_scroll {
    height: auto;
    max-height: 110px;
  }

  .mc1_ban_titbox {
    padding: 0 3em 1em 2em;
  }

  .mc1_ban_year {
    font-size: 30px;
  }

  .mc1_ban_title {
    font-size: 24px;
  }

  .mc1_ban_container {
    top: 55%;
  }

  .mc_jyzs1_titbox {
    font-size: 20px;
  }

  .mc_jyzs1_txt p {
    padding: 0;
    line-height: 1.75;
    font-size: 14px;
  }

  .mc_jyzs1_titbox {
    margin-bottom: 10px;
  }

  .mc_jyzs1_txt::before {
    width: 40px;
    height: 2px;
  }

  .mc_jyzs1_txt {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }

  .mc_jyzs1_li {
    width: 100%;
  }

  .mc_jyzs1_slick {
    padding: 0 20px;
  }

  .mc_slick_arrow .slick-prev {
    left: -30px;
  }

  .mc_slick_arrow .slick-next {
    right: -30px;
  }

  .mc_jyzs2_li {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 320px;
    padding: 50px 0;
  }

  .mc_jyzs1li_date::after {
    width: 16px;
    height: 16px;
  }

  .mc_jyzs2_title {
    font-size: 40px;
  }

  .mc_jyzs3_lisbox {
    display: block;
  }

  .mc_jyzs3li_imgbox,
  .mc_jyzs3li_textbox {
    width: 100% !important;
  }

  .mc_jyzs3li_date {
    position: static;
  }

  .mc_jyzs3_li1 .mc_jyzs3li_textbox {
    padding: 15px 15px 20px;
  }

  .mc_jyzs4li_title,
  .mc_jyzs3_li1 .mc_jyzs3li_title {
    font-size: 16px;
  }

  .mc_jyzs3li_title {
    height: auto;
    margin-bottom: 15px;
  }

  .mc_jyzs3li_textbox {
    padding: 15px 0 20px;
  }

  .mc_jyzs3li_textbox::before {
    left: 0;
    width: 100%;
  }

  .mc_jyz_arrow {
    transform: translateY(-50%) translateY(3px);
  }

  .mc_jyz_titbox .mc_jyz_title {
    text-align: left;
  }

  .mc_jyzs5_slick {
    width: 95%;
  }

  .mc_jyzs4_slick {
    margin: 0 -5px;
  }

  .mc_jyzs4_li {
    width: 50%;
    padding: 0 5px;
  }

  .mc_jyzs4li_title {
    font-size: 18px;
  }

  .mc1_ban_container {
    padding-left: 60px;
  }

  .mc_jyzs4li_logo {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .mc1_ban_container {
    width: 100% !important;
    bottom: 30px;
  }

  /* 767e */
}

.ca_b1m .swiper-container {
  padding-left: 2px;
}

.ca_zsml_swiper .swiper-wrapper {
  height: 635px;
}

.ca_b1m .swiper-slide {
  height: 25%;
}

.mc1_ban_titbox {
  padding-left: 16% !important;
  padding-right: 14% !important;
}

/* 0907 */
.mc_jyzs4_l {
  width: 33.333333%;
}

.mc_jyzs4_r {
  width: 66.666666%;
}

.mc_jyzs4_l .mc_jyzs4_li {
  width: 100%;
}

.mc_jyzs4_r .mc_jyzs4_li {
  width: 50%;
}

.mc_jyzs4_slick {
  margin: 0 !important;
}

.mc_jyzs4_content {
  margin: 0 -12px;
}

.mc_jyzs2_li {
  background-position: center !important;
  background-size: cover !important;
}

.mc_b5gf_li {
  margin: 15px 0;
  margin-right: 50px;
}

.mc_b5gf_list {
  margin-right: -50px;
}

.mc_b5gf_xtbbox {
  margin-left: auto;
  margin-right: auto;
}

/*22.5.5*/
.g_ft_top {
  width: 100%;
}

.g_ft_bot {
  margin: 50px -5px 15px;
}

.g_ft_li {
  padding: 0 5px;
  width: 132px;
}

.g_ft_li a {
  display: block;
}

.g_ft_liimg {
  width: 100%;
  position: relative;
}

.g_ft_liimg1 {
  position: relative;
  top: 0;
  left: 0;
}

.g_ft_liimg img {
  width: 100%;
  height: 100%;
}

.g_ft_liimg2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 951px) {
  .g_ft_bot {
    margin: 20px -5px 5px;
  }

  .g_ft_li {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .g_ft_li {
    width: 20%;
  }

  .g_ft_bot {
    margin: 20px -5px 0px;
  }
}

@media screen and (max-width: 480px) {
  .g_ft_li {
    padding: 0 5px;
    width: 33.333333%;
    margin-bottom: 10px;
  }
}

/* 20220707 */
.mc_b3slide_title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-top: 15px;
}

/* 2022.11.18 */
.side_code_zhan {
  background: #fff;
  box-shadow: 0 4px 13px 0px rgb(0 0 0 / 3%);
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 98;
  padding: 23px 26px 34px 23px;
  transition: all 0.5s ease-out;
}

.side_code_btn {
  background: #fff;
  box-shadow: 0 4px 13px 0px rgb(0 0 0 / 3%);
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  padding: 20px;
  z-index: 98;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.side_code_btn_cion {
  width: 50px;
}

.side_code_btn_cion img {
  width: 100%;
}

.side_code_cry {
  width: 196px;
  transition: all 0.36s;
}

.side_code_img,
.side_code_img img {
  width: 100%;
}

.side_code_img {
  margin-bottom: 9px;
}

.side_code_cry .g_word3 {
  color: #000;
  text-align: center;
}

.side_code_icon {
  width: 30px;
  display: flex;
  align-items: center;
  margin-right: 7px;
  transition: all 0.36s;
  padding-bottom: 37px;
}

.side_code_icon img {
  width: 100%;
  cursor: pointer;
}

.side_code_open {
  width: 50px;
}

.side_code_open img {
  width: 100%;
}

.side_code_open {
  display: none;
}

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

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

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

.ys_imgbox_contain,
.ys_imgbox_cover {
  position: relative;
  overflow: hidden;
}

.side_code_icon_img {
  width: 100%;
}

.side_code .side_code_zhan {
  transform: translate(100%, -50%);
}

.side_code.on .side_code_zhan {
  transform: translate(0, -50%);
}

.side_code_icon {
  display: none;
}
