@charset "UTF-8";
/* 定义一个新的字体 */
@font-face {
  font-family: AlegreyaSans;
  src: url(../fonts/AlegreyaSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AlegreyaSans;
  src: url(../fonts/AlegreyaSans-Light.ttf) format("truetype");
  font-weight: 300; /* 字体粗细 */
  font-style: normal; /* 字体风格 */
}
@font-face {
  font-family: element-icons;
  src: url(../fonts/element-icons.woff) format("woff"),
    url(../fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
[class*=" el-icon-"],
[class^="el-icon-"] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  background: #000000;
  font-size: 16px;
}
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
ol,
ol li,
ul,
ul li {
  list-style: none;
}
a,
body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
ul {
  border: none;
  color: #606060;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.container {
  font-size: 16px;
  /*min-height: 100vh;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.isPc .layout .gMain,
.isPc .main {
  position: relative;
}
em,
i {
  font-style: normal;
}
.headerMain {
  height: 60px;
  margin: 0px auto 0px;
}
.header {
  width: 100%;
  z-index: 99;
  position: fixed !important;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 1);
  height: 60px;
  display: flex;
  line-height: 60px;
}
.el-col-19 {
  width: 31.9%;
}
.con {
  width: 48.5%;
}
.isPc .Mo_Menu {
  padding: 0 10px;
  position: relative;
}
.isPc .Mo_Menu ul {
  overflow: hidden;
  white-space: nowrap;
}
.isPc .Mo_Menu ul > li {
  align-items: center;
  display: inline-grid;
  position: relative;
}
.isPc .Mo_Menu ul > li .menuItem {
  cursor: pointer;
  display: none;
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.isPc .Mo_Menu ul > li:hover .menuItem {
  display: block;
}
.isPc .Mo_Menu ul > li > a {
  width: 65px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  line-height: 56px; /* 行高 */
  margin: 0 25px !important;
  justify-content: center;
  /*padding:0 10px;*/
  position: relative;
  color: #888888;
}
.isPc .Mo_Menu ul > li > a > i {
  margin-left: 5px;
}
.isPc .header .el-col > .con {
  min-height: 50px;
  position: relative;
  z-index: 1;
}
.isPc .Mo_Logo {
  display: flex;
}
.Mo_Logo img {
  display: block;
  height: 40px;
  align-items: center;
  line-height: 60px;
}
.Mo_Logo {
  margin: 2% 23.349203063547918% 0% 57.7934175119023%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.Mo_Logo a {
  width: 100% !important;
}
.content,
.fBox {
  position: relative;
  z-index: 0;
}
.content {
  margin-top: 60px;
}
.isPc .Mo_Menu {
  position: relative;
  z-index: 1;
}
.isPc .module {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Mo_Menu li.active > a {
  margin: 0 25px !important;
  font-weight: bold; /* 字体粗细 */
  color: rgba(255, 180, 0, 1) !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.Mo_multiple .type1,
.Mo_multiple .type2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.isPc .Mo_Menu .handle em {
  align-items: center;
  background-color: #ececec;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  z-index: 1;
}
.isPc .Mo_Menu .handle em:after {
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  width: 0;
}
.isPc .Mo_Menu .handle .left {
  left: 0;
}
.isPc .Mo_Menu .handle .right {
  right: 0;
}
.Mo_Menu .active > a::after {
  background-color: rgba(255, 180, 0, 1) !important;
}

.Mo_Menu li > a:hover {
  margin: 0 25px !important;
  font-weight: bold; /* 字体粗细 */
  color: rgba(255, 180, 0, 1) !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.Mo_Menu .subNav {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  background: #000000;
  text-align: center;
  display: none;
}
.subNav dd {
  border-bottom: 1px solid #ffffff;
  display: flex;
  overflow: hidden;
}
.subNav dd:first-child {
  padding-top: 1px;
}
.subNav dd:last-child {
  border-bottom: none;
}
.subNav dd:hover {
  border-bottom: 1px solid #ffba00;
}
.subNav dd a {
  color: #888888 !important;
  text-decoration: none;
  letter-spacing: 0px;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.subNav .active > a {
  color: #ffba00 !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.subNav .active > a::after {
  background-color: #ffba00 !important;
}
.subNav dd a:hover {
  color: #ffba00 !important;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: rgba(51, 51, 51, 1);
  width: 100%;
}
.layout .columnBg,
.isPc .layout .layoutBg,
.layout .videoBg,
.mainVideoBg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.el-row {
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  z-index: 1;
}
.child_Mo .module {
  margin: 0.7007708479327259% 0% 0% 0%;
  padding: 0% 14.01541695865452% 0% 14.01541695865452%;
}
.child_Mo .module .item {
  width: 33.333333333333336% !important;
  margin-bottom: 10px;
}
.child_Mo .module .itemBox {
  height: 140px !important;
  margin: 0 5px;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.child_Mo .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.child_Mo .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.isPc .Mo_multiple .type2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.isPc .Mo_multiple .type1:after,
.isPc .Mo_multiple .type2:after {
  content: "";
  flex: auto;
}
.isPc .Mo_multiple .listBox .item .itemBox {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
}
.isPc .Mo_multiple .type1 .item img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.about_Mo {
  margin: 80px 3.0414263240692185% 0% 18.46%;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.el-col-60 {
  width: 100%;
}
.Mo_button {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Mo_button a {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 181, 0, 1) !important;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #fff;
  width: 10%;
  height: 100%;
}
.Mo_button a:hover {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 14px;
  background-color: rgba(255, 181, 0, 1) !important;
}
.Mo_button .type1,
.Mo_button .type4,
.Mo_button .type7 {
  border-color: #ffb31f;
  color: #ffb31f;
}
.more_Mo .module {
  height: 54px !important;
  margin: 2.715404699738903% 60.09438909281594% 5.2273915316257185% 18.46%;
  padding: 0% 15px;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.more_Mo .module a {
  width: 100% !important;
  height: 50px !important;
  /*font: normal normal 14px/5px 微软雅黑 !important;*/
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 181, 0, 1) !important;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #fff;
}
.more_Mo .module a:hover {
  color: rgba(255, 255, 255, 1) !important;
  /*font: normal normal 14px/5px 微软雅黑 !important;*/
  font-size: 14px;
  background-color: rgba(255, 181, 0, 1) !important;
}
.Mo_video {
  margin: 163px 17.94% 0% 4.204625087596356%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
}
.Mo_text {
  margin: 7.00770847932726% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}
.Mo_Menu li.active > a {
  box-shadow: 0px 0px 0px #fff;
  border-style: solid !important;
  border-width: 0px 0px 1px 0px !important;
  border-color: rgba(255, 180, 0, 1) !important;
  border-radius: 0px 0px 0px 0px !important;
}
.Mo_Menu li > a:hover {
  box-shadow: 0px 0px 0px #fff;
  border-style: solid !important;
  border-width: 0px 0px 1px 0px !important;
  border-color: rgba(255, 180, 0, 1) !important;
  border-radius: 0px 0px 0px 0px !important;
}

/*.isPc .Mo_Menu .type0>li.active a,.isPc .Mo_Menu .type0>li>a:hover{border-style:solid;border-width:0 0 1px}*/
.isPc .Mo_Menu .type2 > li.active a,
.isPc .Mo_Menu .type2 > li > a:hover {
  border-radius: 5px;
  line-height: 30px;
}
.isPc .Mo_Menu .type3 > li.active,
.isPc .Mo_Menu .type3 > li > a:hover {
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 0 0 1px;
}
.isPc .Mo_text .ql-editor em,
.isPc .Mo_text .ql-editor i {
  font-style: italic;
}
.ql-editor {
  word-wrap: break-word;
  box-sizing: border-box;
  height: 100%;
  line-height: 1.2;
  outline: none;
  overflow-y: auto;
  padding: 8px 13px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}
.ql-editor {
  white-space: normal;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-align-center_new{
  font-family:  AlegreyaSans, sans-serif, 微软雅黑;
}
.ql-editor .ql-lineHeight-32px {
  line-height: 32px;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.Mo_multiple {
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
}
.image_box .Mo_multiple .listBox {
  column-count: 4;
  column-gap: 10px;
}
.Mo_multiple .item {
  margin-bottom: 10px;
}
.Mo_multiple img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.Mo_multiple img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.Mo_multiple .itemBox {
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.Mo_multiple .itemBox p {
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.Mo_ArticleList .listBox .itemBox {
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.Mo_ArticleList .listBox .itemBox img {
  display: block;
  height: 100%;
  width: 100%;
}
.Mo_ArticleList .listBox:after {
  content: "";
  flex: 1;
}
.Mo_ArticleList .type2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Mo_ArticleList .type2 .item {
  display: flex;
}
.Mo_ArticleList .type2 .item .pic {
  box-sizing: border-box;
  display: block;
  flex: 1;
  overflow: hidden;
}
.Mo_ArticleList .type2 .item .pic .textInfo .tit {
  color: #333;
  overflow: hidden;
  /*word-break: break-all;*/
}
.Mo_ArticleList .type2 .item .pic .textInfo .classifyArr {
  display: flex;
  flex-wrap: wrap;
}
.Mo_ArticleList .type2 .item .pic .textInfo .dec {
  overflow: hidden;
  /*word-break: break-all;*/
  /*-webkit-hyphens: auto;*/
  /*-ms-hyphens: auto;*/
  /*hyphens: auto;*/
}
.Mo_ArticleList .type2 .item .pic .textInfo .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Mo_ArticleList .type2 .item .pic .textInfo .info span {
  align-items: center;
  display: flex;
}
.Mo_ArticleList .type2 .item .pic .textInfo .info span i,
.isPc .Mo_ArticleList .type2 .item .pic .textInfo .info span.date {
  margin-right: 5px;
}
.Mo_ArticleList .type2:after {
  content: "";
  flex: auto;
}
.Mo_ArticleList {
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
  ackground-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.Mo_ArticleList .item {
  width: 25%;
}
.Mo_ArticleList .pic {
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(20, 20, 20, 1) !important;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px 10px 20px 10px;
  padding: 30px 30px 30px 30px !important;
}
.Mo_ArticleList .pic:hover {
  border-color: #e4e4e4;
  background-color: rgba(51, 51, 51, 1) !important;
}
.Mo_ArticleList .itemBox {
  margin: 0px 0px 30px 0px;
}
.Mo_ArticleList img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.Mo_ArticleList img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.Mo_ArticleList.pic .itemBox {
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.isPc .Mo_ArticleList .type2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.isPc .Mo_ArticleList .type2 .item {
  display: flex;
}
.Mo_ArticleList .tit {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 181, 0, 1) !important;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  height: 63px;
  margin-bottom: 20px;
  font-weight: bold;
}
.Mo_ArticleList .tit:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.Mo_ArticleList .dec {
  font-size: 14px;
  line-height: 24px;
  color: rgba(215, 215, 215, 1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
  height: 49px;
  margin-bottom: 20px;

  overflow: hidden;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* 超出部分显示为省略号 */
  -webkit-line-clamp: 2; /* 显示3行 */

  /* 
  width: 87%;   
  white-space: wrap;
  overflow: hidden;      
  text-overflow: ellipsis;        
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;   */
}
.Mo_ArticleList .dec:hover {
  color: rgba(242, 242, 242, 1) !important;
}
.Mo_ArticleList .classifyArr {
  display: none !important;
  border: solid 1px #999;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 12px 12px 0;
}
.Mo_ArticleList .date i {
  color: #999 !important;
  font-size: 16px;
}
.Mo_ArticleList .date em {
  font-size: 12px;
  line-height: 24px;
  color: #999 !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.Mo_ArticleList .look em {
  font-size: 12px;
  line-height: 24px;
  color: #999 !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.Mo_ArticleList .look i {
  color: #999 !important;
  font-size: 16px;
}
.Mo_button_new {
  height: 48px;
  margin: 3.50385423966363% auto 0% auto;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
}
.Mo_button_new img {
  margin-left: 0px;
}
.footer {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(11, 20, 28, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
}
.layoutBg {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  opacity: 0;
}
.footer-1 {
}
.Mo_img {
  margin: 16% 16% 50px 16%;
  padding: 0% 0% 0% 52%;
  position: relative;
  z-index: 1;
}
.Mo_img a img {
  box-sizing: border-box;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
}
.Mo_img img {
  opacity: 1;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.isPc .Mo_multiple .type3 .item img {
  width: 100%;
}
.el-col-30 {
  width: 50%;
}
.footer-2 {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(11, 20, 28, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
  transition: all undefineds;
  -o-transition: all undefineds;
  -moz-transition: all undefineds;
  -webkit-transition: all undefineds;
}
.footer-2 .layoutBg {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  opacity: 0;
}
.footer-2 .columnBg {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  opacity: 0;
}
.Mo_line {
  font-size: 0;
  margin: 0% 15.03916449086162% 0% 15.66579634464752%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 1;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 1px;
  border-bottom: 1px solid;
}
.Mo_line hr {
  border-bottom: 1px;
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-style: solid;
  width: 100% !important;
  border-bottom: 1px;
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-style: solid;
}
.fooet_bottom {
  margin: 33px 0% 0% 0%;
  padding: 0% 0% 33px 0%;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.events_box {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 7.00770847932726% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
  transition: all undefineds;
  -o-transition: all undefineds;
  -moz-transition: all undefineds;
  -webkit-transition: all undefineds;
}
.events_box .layoutBg {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  opacity: 0;
}
.child_info {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
  transition: all undefineds;
  -o-transition: all undefineds;
  -moz-transition: all undefineds;
  -webkit-transition: all undefineds;
}
.about_info {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 3.50385423966363% 0%;
  position: relative;
  z-index: 99;
  background-color: #fff;
  background-image: url(../picture/67930987dad72.jpeg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: initial;
  display: flex;
}
.product_info {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  transition: all undefineds;
  -o-transition: all undefineds;
  -moz-transition: all undefineds;
  -webkit-transition: all undefineds;
}
.about_child_info {
  margin: 18px 0% 0% 18.46%;
}

.isPc .Mo_video .videoBox span video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide {
  max-height: 1140px;
}
.swiper-pagination-bullet-active {
  background: white; /* 小圆点激活时的颜色 */
}
/*关于我们*/
.el-col-15 {
  width: 25%;
}
.adv_item {
  padding: 0% 0.7007708479327259% 0% 0.7007708479327259%;
}
.adv_item .columnBg {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  opacity: 0;
}
.isPc .Mo_imgText .type5 {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
}
.adv_item .item {
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: rgba(255, 181, 0, 1) !important;
  border-radius: 10px 10px 10px 10px !important;
}
.adv_item .item .pic {
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.adv_item .item .pic img {
  width: 100% !important;
  position: relative;
  z-index: -1;
  vertical-align:middle;
  border-radius:10px;
}
.adv_item .item .textInfo h3 {
  /*font: normal bold 20px/30px 微软雅黑 !important;*/
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
  margin: 0px 10px 0px 10px;
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 0px 0px 0px 0px;
}
.adv_item .item .textInfo p {
  /*font: normal normal 14px/28px 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 28px;
  color: rgba(215, 215, 215, 1) !important;
  text-decoration: none;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  margin: 0px 10px 0px 10px;
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 0px 0px 0px 0px;
}
.isPc .Mo_imgText .type4 .textInfo,
.isPc .Mo_imgText .type5 .textInfo {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  flex: 1;
  left: 0;
  position: absolute;
  right: 0;
}
.isPc .Mo_imgText .type4 .textInfo h3,
.isPc .Mo_imgText .type4 .textInfo p,
.isPc .Mo_imgText .type5 .textInfo h3,
.isPc .Mo_imgText .type5 .textInfo p {
  color: #fff;
}
.isPc .Mo_imgText .type4 .textInfo {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  top: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.isPc .Mo_imgText .type4:hover .textInfo {
  transform: translateY(0);
}
.el-col-38 {
  width: 63.33333333%;
}
.about_info2 {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
}
.about_info2 .module-1 {
  margin: 90px 16.39384982239996% 0% 14.90349983854542%;
  padding: 0% 0% 0% 0%;
}
.about_info2 .module-2 {
  margin: 2.6136957658128592% 8.859302681802% 0% 14.90349983854542%;
  padding: 0% 0% 0% 0%;
}
.el-col-22 {
  width: 36.66666667%;
}
.brand_info {
  padding: 3.50385423966363% 0% 3.50385423966363% 0%;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.start_info {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  position: relative;
  z-index: 99;
  background-color: #fff;
  background-image: url('/assets/addons/official/picture/cabbeen_bg.jpeg');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: initial;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.show_info {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.isPc .layout .columnBg,
.isPc .layout .layoutBg,
.isPc .layout .videoBg,
.isPc .mainVideoBg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.isPc .Mo_img a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.logo_info .module {
  margin: 0% 8.851848819274016% 0% 14.90349983854542%;
  padding: 0% 0% 0% 0%;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
}
.isPc .Mo_IconGroup [] {
  display: flex;
  flex-wrap: wrap;
}
.isPc .Mo_IconGroup [] .slide .pic {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.isPc .Mo_IconGroup [] .slide .pic .itemBox {
  margin: 5px 0;
  text-align: center;
}
.isPc .Mo_IconGroup [] .slide .pic .textInfo {
  text-align: center;
  width: 100%;
}
.isPc .Mo_IconGroup .itemBox {
  flex: none;
  width: 100px;
}
.isPc .Mo_IconGroup .itemBox img {
  max-height: 100%;
  max-width: 100%;
}
.isPc .Mo_IconGroup .textInfo {
  font-size: 14px;
}
.isPc .Mo_IconGroup .textInfo .desc,
.isPc .Mo_IconGroup .textInfo .tit {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
}
.isPc .Mo_IconGroup .textInfo .tit {
  text-decoration: none;
  color: rgba(255, 181, 0, 1) !important;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 10px;
  height: 48px;
  line-height: 24px;
}
.isPc .Mo_IconGroup .textInfo .tit_en {
  font-size: 14px !important;
  font-weight: normal;
  height: 60px;
  line-height: 30px;
}
.isPc .Mo_IconGroup .textInfo .tit:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.isPc .Mo_IconGroup .textInfo .desc {
  font-size:14px;
  line-height: 24.5px;
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  color: rgba(215, 215, 215, 1) !important;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
  height: 98px;
  -webkit-line-clamp: 4 !important;
  margin-bottom: 20px;
}
.Mo_IconGroup .pic {
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px 8px 20px 8px;
  padding: 0px 4px 20px 4px !important;
}
.Mo_IconGroup .pic:hover {
  border-color: #fff !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.Mo_IconGroup .itemBox {
  margin: 0px 0px 10px 0px;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.Mo_IconGroup img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.Mo_IconGroup img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.brand_1 .module {
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0% 12.613875262789067% 0% 12.613875262789067%;
  position: relative;
  z-index: 1;
}
.brand_1 .module img {
  opacity: 1;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.brand_2 .module {
  margin: 0.5243838489774515% 0% 0% 0%;
  padding: 0% 12.263489838822704% 0% 12.263489838822704%;
  position: relative;
  z-index: 1;
}
.brand_2 .module.item {
  width: 33.333333333333336% !important;
  margin-bottom: 10px;
}
.brand_2 .module .itemBox {
  height: auto !important;
  margin: 0 5px;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.brand_2 .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.brand_2 .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.brand_2 .module .itemBox p {
  /*font: normal normal 20px/1.75 微软雅黑 !important;*/
  font-size: 20px;
  line-height:35px ;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
/*2am*/
.am_1 {
  margin: 0% 0% 0% 0%;
  padding: 0;
  background-color: rgba(90, 55, 145, 1);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
.am_11 .module {
  margin: 0% 43% 0% 43%;
}
.am_11 .module img {
  opacity: 1;
}
.am_12 .module {
  margin: 0% 8% 0% 6.166783461807989%;
}
.am_13 .module {
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  margin: 2.097535395909806% 6.72740014015417% 0% 5.886475122634898%;
}
.am_14 .module {
  margin: 2.097535395909806% 7.00770847932726% 0% 5.606166783461807%;
}
.am_1_r .module {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}
.am_1_r .module img {
  opacity: 1;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
}
.am_2 {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  background-color: rgba(90, 55, 145, 1);
  background-image: url('../picture/2am_bg.jpeg');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
.am_20 .module {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}
.am_20 .module img {
  opacity: 1;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
}
.am_21 .module {
  margin: 10.091100210231255% 7.00770847932726% 0% 6.166783461807989%;
}
.am_22 .module {
  margin: 2.6136957658128592% 6.72740014015417% 0% 5.886475122634898%;
}
.am_3 {
  padding: 0% 0% 3.50385423966363% 0%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.am_32 .module {
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0% 14.01541695865452% 0% 14.01541695865452%;
}
.am_33 .module{
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0%;

}
.am_32 .module .item {
  width: 50% !important;
}
.am_33 .module .item {
  width: 25% !important;
}
.am_32 .module .itemBox {
  height: 300px !important;
  margin: 0 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(90, 55, 145, 1) !important;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #fff;
}
.am_32 .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.am_32 .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.am_32 .module .itemBox p {
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
/*thisisIZI8*/
.am_4 {
  background-color: rgba(28, 62, 146, 1);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0% 0% 0% 0%;
}
.am_41 .module {
  margin: 5% 36.29992992291521% 3% 36.72039243167484%;
  padding-left:0
}
.am_41 .module img {
  opacity: 1;
}
.am_5 {
  background-color: rgba(0, 0, 0, 1);
  background-image: url('../picture/thisisIZI8_bg.jpeg');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
.am_51 {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.am_511 .module {
  margin: 21.02312543798178% 7.00770847932726% 0% 6.166783461807989%;
}
.shop_show {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 3.50385423966363% 0%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.shop_show_1 .module .item {
  width: 25% !important;
  margin-bottom: 10px;
}
.shop_show .module .itemBox {
  height: 466px !important;
  margin: 0 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 62, 146, 1) !important;
  border-radius: 10px;
}
.shop_show .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.shop_show .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.am_33 .module .itemBox {
  height: auto !important;
}
/*店铺介绍*/
.shop {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  background-color: rgba(0, 0, 0, 1);
  background-image: url(https://aimg8.dlszyht.net.cn/public/src/upload/2296570/Backend/files/67930987dad72.jpeg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.shop_1 .module {
  margin: 5.2438384897745145% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.shop_2.module {
  margin: 3.50385423966363% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}
.shop_2 .module .item {
  width: 25% !important;
  margin-bottom: 10px;
}
.shop_2 .module .itemBox {
  height: auto !important;
  margin: 0 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 181, 0, 1) !important;
  border-radius: 10px;
}
.shop_2 .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.shop_2 .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.shop_3 .module {
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}
.shop_3 .module img {
  opacity: 1;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px #fff;
  width: 100%;
}
.shop_4 {
  max-width: 600px;
  margin: 50px auto 50px 7%;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .shop_4{
    margin:50px auto;
    padding: 20px 4%;
  }
}
/*新闻中心*/
.news {
  background-color: #fff;
  background-image: url(https://aimg8.dlszyht.net.cn/public/src/upload/2296570/Backend/files/6794ccf4ac5de.jpeg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
}
.news_1 .module {
  margin: 5.117493472584857% 0% 0% 0%;
  padding: 0;
  text-align: center;
}
.news_1 .module a {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.news_1_en .module a {
  color: rgba(255, 181, 0, 1) !important;
}
.news_2 .module {
  margin: 0% 0% 4.960835509138381% 0%;
  padding: 0;
  text-align: center;
}
.news_list {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.news_list_1 .module {
  margin: 7.00770847932726% 15.456919060052218% 3.3942558746736298% 15.613577023498696%;
}
.news_list_1 .module .pic {
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #fff !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(31, 31, 31, 1) !important;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px 10px 20px 10px;
}
.news_list_1 .module .pic:hover {
  border-color: #e4e4e4;
  background-color: rgba(51, 51, 51, 1) !important;
}
.news_list_1 .module .itemBox {
  height: auto !important;
  margin: 0px 0px 30px 0px;
}
.news_list_1 .module img {
  object-fit: cover;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.news_list_1 .module img:hover {
  transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.news_list_1 .module .pic .itemBox {
  border-style: solid;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #fff;
}
.news_list_1 .module .tit {
  /*font: normal bold 18px/1.75 微软雅黑 !important;*/
  font-size: 18px;
  font-weight: bold;
  line-height: 31.5px;
  color: rgba(255, 181, 0, 1) !important;
  text-decoration: none;
}
.news_list_1 .module .tit:hover {
  color: rgba(242, 242, 242, 1) !important;
}
.news_list_1 .module .dec {
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 24px;
  color: rgba(215, 215, 215, 1) !important;
  text-decoration: none;
  text-align: left;
  height: 49px;
  margin-bottom: 20px;
}
.news_list_1 .module .dec:hover {
  color: rgba(242, 242, 242, 1) !important;
}
.news_list_1 .module .date em {
  /*font: normal normal 12px/1.75 微软雅黑 !important;*/
  font-size: 12px;
  line-height: 21px;
  color: rgba(127, 127, 127, 1) !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.news_list_1 .module .date i {
  color: #999 !important;
  font-size: 16px;
}
.news_list_1 .module .look em {
  /*font: normal normal 12px/1.75 微软雅黑 !important;*/
  font-size: 12px;
  line-height: 21px;
  color: rgba(127, 127, 127, 1) !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.news_list_1 .module .look i {
  color: #999 !important;
  font-size: 16px;
}
.news_list_1 .module .classifyArr {
  display: none !important;
}
.news_list_1 .item {
  width: 50%;
}
/*新闻详情页*/
.news_detail {
  margin: 0% 0% 0% 0%;
  padding: 5.2438384897745145% 10.487676979549029% 0% 10.487676979549029%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}

.news_detail_1 .module {
  margin: 0% 0% 0% 0%;
  padding: 0% 2.69978401727862% 0% 2.69978401727862%;
  position: relative;
  z-index: 1;
}
.news_detail_1 .tit {
  /*font: normal bold 24px/1.75 微软雅黑 !important;*/
  font-size: 24px;
  line-height: 42px;
  color: rgba(255, 181, 0, 1) !important;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
}
.news_detail_1 .look em {
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 24px;
  color: #999 !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.news_detail_1 .source em {
  /*font: normal normal 14px/1.75 微软雅黑 !important;*/
  font-size: 14px;
  line-height: 24px;
  color: #999 !important;
}
.news_detail_1 .source {
  text-decoration: none;
  letter-spacing: 0px;
  margin: 0px;
}
.isPc .Mo_ArticleDetails .proInfo .info {
  align-items: center;
  background-color: #000;
  border-top: solid 1px #313131;
  border-left: solid 0px #ccc;
  border-right: solid 0px #ccc;
  border-bottom: solid 0px #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px;
  justify-content: center;
}
.isPc .Mo_ArticleDetails .proInfo .info a,
.isPc .Mo_ArticleDetails .proInfo .info span {
  align-items: center;
  color: #999;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 20px;
}
.isPc .Mo_ArticleDetails .proInfo .info a i,
.isPc .Mo_ArticleDetails .proInfo .info span i {
  margin-right: 5px;
}
.more_Mo_news .module{
  margin: 50px auto;
  width: 128px;
}
/*财务报告*/
.report_year {
  margin: 0% 0% 0% 0%;
  padding: 3% 15% 0% 15%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
}
.report_year .child_year_left {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
}
.report_year .child_year_right {
  width: 180px;
  line-height: 40px;
  /*overflow: hidden;*/
}
.report_year .child_year_right select {
  width: 100%;
  padding: 8px 36px 8px 12px;
  position: relative;
  z-index: 1;
  border: none;
  background: #000000;
  /*height: 40px;*/
  border-radius: 0;
  /*line-height: 40px;*/
  border: 1px solid #ffffff;
  color: #ffffff;
}
.report_list_0 {
  background-color: rgba(0, 0, 0, 1);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.report_list .module {
  margin: 50px 15%;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
}
.report_list .module .pic {
  border-style: solid !important;
  border-width: 0px 0px 1px 0px !important;
  border-color: rgba(51, 51, 51, 1) !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px !important;
  display: block;
}
.report_list .module .item {
  width: 100%;
}
.report_list .module .pic:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}
.isPc .Mo_ArticleList .type7 .item .pic .itemTit,
.isPc .Mo_ArticleList .type8 .item .pic .itemTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.isPc .Mo_ArticleList .type7 .item .pic .itemTit .date,
.isPc .Mo_ArticleList .type8 .item .pic .itemTit .date {
  margin-left: 10px;
}
.report_list .Mo_ArticleList .date em {
  line-height: 58px;
}
.report_list .Mo_ArticleList .tit {
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.select-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.select-container select {
  padding: 10px;
  border: none;
  background-color: #000000;
  color: white;
  width: 90%;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
}
.select-container select:first-child{
  margin-right: 10%;
}

.location-list {
  list-style-type: none;
  padding: 0;
  height: 440px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #000;
}

.location-list li {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  text-decoration: none;
  font-size: 14px;
  color:#888888;
}

.location-icon {
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url("/assets/addons/official/picture/address.png"); /* 替换为你的图标路径 */
  background-size: cover;
  margin-right: 10px;
}
.brand-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.brand-logos img {
  width: 100px; /* 调整宽度以适应你的标志大小 */
  height: auto;
  margin: 0 10px;
}
.language {
  color: #ffffff;
}
.language a {
  color: #ffffff;
  cursor: pointer;
}
#content_text {
  max-height: 370px; /* 设置为想要展示的初始高度 */
  overflow: hidden;
  position: relative;
}
#content_text p{
  text-indent: 0;
}
.mheader {
  display: none;
}
.mySwiper-mobile {
  display: none;
}
.editor_new {
  line-height: 32px;
  font-size: 24px;
  text-align: center;
}
.editor_new_e {
  text-align: left;
}
.editor_new strong:first-child {
  color: rgb(255, 255, 255);
}
.editor_new strong {
  font-family:  AlegreyaSans, sans-serif, 微软雅黑;
  color: rgb(255, 181, 0);
}
.editor_new_e strong {
  color: rgb(255, 181, 0);
}
.editor_new_e strong:first-child {
  color: rgb(255, 181, 0);
}
.editor_new_e2 strong {
  color: rgb(255, 181, 0);
}
.editor_new_e2 strong:first-child {
  color: rgb(255, 181, 0);
}
.mobile_video {
  display: none;
}
.brand-logos-mobile {
  display: none;
}
.brand-video {
  display: none;
}
.footer-title {
  font-size: 18px;
}
.footer-desc {
  font-size: 16px;
}
.editor_new2 {
  display: flex;
  flex-direction: column;
}
.ql-editor p {
  text-indent: 2em;
  color: rgb(242, 242, 242);
  font-size: 14px;
}
.about-editor {
  text-align: left;
}
.mySwiper-brand_mobile {
  display: none;
}
.logo_info-mobile {
  display: none;
}
.brand_2 .Mo_multiple .item {
  width: 33.3%;
}
.img_padding {
  padding: 0;
}
.editor_new3 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.editor_new3 strong {
  font-family:  AlegreyaSans, sans-serif, 微软雅黑;
  font-size: 24px;
  color: rgb(255, 255, 255);
}
.editor_new3 strong:nth-child(2) {
  margin-left: 10px;
}
.editor_new3_two {
  display: flex;
  justify-content: center;
  text-align: center;
}
.editor_new3_two strong {
  font-size: 24px;
  color: rgb(255, 255, 255);
}
.editor_new3_two strong:nth-child(2) {
  font-size: 24px;
  color: rgb(90, 55, 145);
}
.editor_new3_en strong{
  font-family:  AlegreyaSans, sans-serif, 微软雅黑;
  text-indent: 0;
}
.editor_new3_en strong:first-child {
  font-size: 24px;
  color: rgb(90, 55, 145);
}
.about_info_mobile {
  display: none;
}
.about_info_pc {
  display: block;
}
.events_box_pc {
  display: block;
}
.events_box_mobile {
  display: none;
}
.events_box_pc2 {
  display: flex;
}
.events_box_mobile2 {
  display: none;
}
.ql-editor_e p{
  text-indent: 0;
}
.mo_img_new{
  margin-top: auto;
}
@media screen and (max-width: 1480px) {
  .isPc .Mo_Menu ul > li > a {
    width: 62px;
    margin: 0 20px !important;
  }
  .about_Mo_single{
    margin:80px 3.0414263240692185% 0% 1%
  }
  .about_child_info_single{
    margin:18px 0% 0% 1%;
  }
  .Mo_video_single{
    margin:175px 1% 0% 4.204625087596356%;
  }
  /*.more_Mo .module{*/
  /*  margin:2.715404699738903% 60.09438909281594% 5.2273915316257185% 1%*/
  /*}*/
}
@media (max-width: 1024px) {
  .events_box_pc2 {
    display: none;
  }
  .events_box_mobile2 {
    display: flex;
  }
  .select-container select {
    -webkit-appearance: none; /* 移除默认样式 */
    appearance: none; /* 标准写法 */
    border-radius: 0;
    padding: 10px;
    border: none;
    background: #000000;
    color: white;
    width: 90%;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
  }
  .custom-arrow {
    position: absolute;
    margin-top:20px;
    right: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../picture/xiala.png'); /* 替换为你的背景图路径 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; /* 确保点击时不影响选择 */
  }
  .custom-arrow2 {
    position: absolute;
    margin-top:20px;
    left: 44%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../picture/xiala.png'); /* 替换为你的背景图路径 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; /* 确保点击时不影响选择 */
  }
  .select-container select:first-child{
    margin-right: 6%;
    padding-left:0;
  }
  .report_year .child_year_right {
    width: 100px;
    line-height: 32px;
    /*overflow: hidden;*/
  }
  .report_year .child_year_right select {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    border: none;
    background: #000000;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    color:#ffffff;
    border: 1px solid #ffffff;
  }
  .header {
    display: none;
  }
  .start_info {
    background-image: url('/assets/addons/official/picture/cabbeen_mobile.jpg');
  }
  .mheader {
    display: block;
    height: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
  }
  .Mo_logo_wrap {
    display: flex;
    background: #000;
  }
  .brand_2 .Mo_multiple .item {
    width: 50%;
  }
  .Mo_logo_wrap span {
    margin-top: 2px;
    width: 33.33%;
    text-align: center;
  }
  .Mo_logo_wrap img {
    height: 40px;
  }
  .Mo_logo_wrap span.Mo_menu {
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .Mo_menu em {
    background: #666;
    border-right: 5em;
    display: block;
    height: 2px;
    margin: 3px;
    transition: all 0.5s;
    width: 25px;
  }

  .muntList {
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
  }
  .muntList.open {
    height: calc(100% - 40px);
    padding-top: 40px;
  }
  .Mo_menu.active {
    position: relative;
    z-index: 2;
  }
  .Mo_menu.active em:first-child {
    transform: rotate(40deg);
    transform-origin: left;
  }
  .Mo_menu.active em:nth-child(2) {
    opacity: 0;
  }
  .Mo_menu.active em:nth-child(3) {
    transform: rotate(-40deg);
    transform-origin: left;
  }
  .muntList > ul {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 56px;
  }
  .muntList > ul li {
    border-bottom: 1px solid #f2f2f2;
  }
  .muntList > ul li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .muntList > ul li a{
    display: block;
  }
  .el-menu--inline {
    display: none;
  }
  .el-submenu__title {
    display: flex;
    width: 100%;
  }
  .el-submenu__title a {
    width: 63%;
  }
  .muntList .active > .el-submenu__title > a,
  .muntList .is-active > a {
    color: #de2826 !important;
  }
  .el-icon-arrow-down:before {
    content: "\e6df";
  }
  .muntList .el-submenu__icon-arrow {
    color: #909399;
    margin-top: 0;
    padding: 20px 20px 20px 80px;
    right: 0;
    top: calc(50% - 25px);
    transition: none;
  }
  .muntList .is-opened > .el-submenu__title > .el-submenu__icon-arrow {
    padding: 20px 80px 20px 20px;
  }
  .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .el-submenu__title:focus,
  .el-submenu__title:hover {
    background-color: #ecf5ff;
  }
  .mySwiper {
    display: none;
  }
  .mySwiper .swiper-pagination {
    display: none;
  }
  .mySwiper-mobile {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  .content {
    margin-top: 50px;
  }
  .child_Mo {
    display: none;
  }
  .about_info {
    flex-direction: column;
    background-image: url(../picture/6785d197b0b1b.jpeg);
  }
  .el-col-30 {
    width: 100%;
  }
  .about_Mo {
    margin: 10% 0 0 0;
  }
  .editor_new {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .editor_new strong {
    font-size: 20px;
    font-weight: bold;
  }
  .editor_new strong:first-child {
    color: rgb(255, 181, 0);
  }
  .editor_new strong {
    color: rgb(255, 255, 255);
  }
  .about_child_info {
    margin: 0;
    padding: 0 15px 0 15px;
  }
  .more_Mo {
    display: none;
  }
  .Mo_video {
    display: none;
  }
  .mobile_video {
    display: block;
    height: 250px;
    margin-top: 100px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    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;
    transition: 300ms;
    transform: scale(0.9);
  }
  .swiper-container .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .product_info {
    display: none;
  }
  .brand-swiper {
    width: 96%;
    background: #000;
    margin: 0 auto;
  }
  /*.brand-swiper .swiper-slide{*/
  /*    background: rgba(21, 21, 21, 1);*/
  /*}*/
  .brand-swiper .swiper-slide img {
    width: 100%;
    margin: 30px 0;
  }
  /* 自定义分页器颜色 */
  .swiper-pagination-new .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    display: inline-block;
    border-radius: 4px;
    background-color: #ffffff; /* 默认颜色 */
    opacity: 1;
  }

  /* 当前选中的分页器颜色 */
  .swiper-pagination-new .swiper-pagination-bullet-active {
    background-color: rgb(255, 181, 0); /* 选中时的颜色 */
  }
  .brand-logos-mobile {
    display: block;
  }
  .brand-video {
    display: block;
  }
  .brand-video-info {
    width: 92%;
    margin: 0 auto 20px auto;
  }
  .brand-video-info video {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .Mo_ArticleList .type2 {
    display: flex;
    flex-direction: column;
  }
  .Mo_ArticleList .item {
    width: 100%;
  }
  .Mo_ArticleList .pic {
    padding: 15px 3% 15px 3% !important;
  }
  .Mo_ArticleList .tit {
    font-size: 15px;
    font-weight: bold;
    max-height: 63px;
    height: auto;
  }
  .Mo_ArticleList .dec {
    font-size: 13px;
    color: rgba(153, 153, 153, 1);
  }
  .Mo_button_new {
    height: 35px;
  }
  .Mo_button a {
    width: 24%;
  }
  .el-row {
    flex-direction: column;
  }
  .Mo_img {
    margin: 14% 30%;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-desc {
    font-size: 16px;
  }
  .about_child_info .ql-editor p {
    font-size: 14px;
  }
  .ql-editor .ql-lineHeight-28px {
    line-height: 24px;
  }
  .Mo_line {
    margin: 0 3%;
  }
  .brand_info {
    display: none;
  }
  /* 自定义分页器颜色 */
  .swiper-pagination-new2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff; /* 默认颜色 */
    opacity: 1;
  }

  /* 当前选中的分页器颜色 */
  .swiper-pagination-new2 .swiper-pagination-bullet-active {
    background-color: rgb(255, 181, 0); /* 选中时的颜色 */
  }
  .mySwiper-brand_mobile {
    display: block;
    height: 175px;
    margin-top:15px;
  }
  .mySwiper-brand_mobile .swiper-slide,
  .logo_info-mobile .swiper-slide {
    text-align: center;
    padding: 20px 8%; /* 减少左右内边距 */
    box-sizing: border-box; /* 确保padding不会影响整体宽度 */
  }
  .swiper-textInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 84%; /* 根据需要调整此值 */
    margin: 0 auto; /* 自动水平居中 */
  }
  .swiper-textInfo h3 {
    font-size: 14px;
    color: rgb(255, 181, 0);
    line-height: 28px;
  }
  .swiper-textInfo p {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word; /* 允许长单词或 URL 换行 */
    overflow-wrap: break-word; /* 现代浏览器中替代 word-wrap */
    line-height: 24px;
  }
  .el-col-38 {
    width: 100%;
  }
  .about_info2 .module-1 {
    margin: 10% 0 0 0;
  }
  .about_info2 .module-2 {
    margin: 2% 7.5%;
  }
  .logo_info {
    display: none;
  }
  .logo_info-mobile {
    display: block;
    height: 200px;
  }
  .el-col-22 {
    width: 90%;
    margin: 0 auto;
  }
  .brand_1 .module {
    padding: 0 5%;
  }
  .brand_2 .module .itemBox {
    height: auto !important;
  }
  .Mo_multiple .item {
    width: 50%;
  }
  .brand_2 .module {
    padding: 1% 3.8%;
  }
  .Mo_img {
    padding: 0;
  }
  .editor_new3 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .editor_new3 strong {
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 32px;
  }
  .editor_new3 strong:nth-child(2) {
    margin-left: 0;
  }
  .am_32 .module .item {
    width: 100% !important;
  }
  .am_32 .module .itemBox {
    /*height: auto !important;*/
  }
  .am_32 .module {
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .muntList .language {
    padding: 0 35px;
    display: none;
  }

  .muntList .language .language-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
  }
  .muntList .language .language-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.25rem;
  }
  .muntList .language .language-box .language-left {
    position: relative;
    width: 80%;
    height: 32px;
    background: #fff;
  }
  .muntList .language .language-box .language-left .language-left-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
  .muntList .language .language-box .language-left .left-value {
    font-weight: 300;
    color: #333;
    line-height: 30px;
    padding-left: 2px;
    font-size: 13px;
  }
  .muntList .language .language-box .language-left.active .item-arrow {
    transform: rotate(180deg);
    color: #909399;
  }
  .muntList .language .language-box .language-left .item-arrow {
    color: #909399;
  }
  .muntList .language .language-box .language-left .language-float-box {
    display: none;
    width: 100%;
    border: 1px solid #ececec;
    border-top: none;
    margin-top: 5px;
    padding: 0 2px;
  }
  .muntList .language .language-box .language-left .language-float-box .float-item {
    padding: 0 2px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
    line-height: 30px;
    border-top: 1px solid #ececec;
  }
  .muntList .language .language-box .language-left .language-float-box .float-item:first-child {
    border-top: none;
  }

  .muntList .language .language-box .confirm-language {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 32px;
    color: #fff;
    line-height: 30px;
    background: #000;
    font-size: 13px;
  }
  .about_info_mobile {
    display: flex;
  }
  .about_info_pc {
    display: none;
  }
  .events_box_pc {
    display: none;
  }
  .events_box_mobile {
    display: block;
  }
  .am_11 .module {
    margin: 0% 30% 0% 30%;
  }
  .am_13 .ql-editor p {
    color: #ffffff;
  }
  .editor_new3_en strong:first-child {
    font-size: 16px;
  }
  .am_13 .module {
    margin: 2.097535395909806% 2% 0% 2%;
  }
  .am_22 .module {
    margin: 2.097535395909806% 2% 35px 2%;
  }
  .editor_new3_two {
    display: flex;
    flex-direction: column;
  }
  .editor_new3_two strong {
    font-size: 20px;
    font-weight: bold;
    font-family:  AlegreyaSans, sans-serif, 微软雅黑;
  }
  .editor_new3_two strong:first-child {
    color: rgb(90, 55, 145);
  }
  .editor_new3_two strong:nth-child(2) {
    font-size: 20px;
    color: #ffffff;
  }
  .am_41 .module {
    margin: 8% 20% 3% 20%;;
  }
  .am_511 .module {
    margin: 10% 6% 5% 6%;
  }
  .shop_2 .module .item {
    width: 100% !important;
  }
  .shop_2 .module .itemBox {
    height: 100% !important;
  }
  .news_1 .module a {
    font-size: 15px;
    font-weight: normal;
    color: rgb(255, 181, 0) !important;
  }
  .news_list_1 .module {
    margin: 20px 2%;
  }
  .news_list_1 .module .itemBox {
    height: auto !important;
  }
  /*.isPc .Mo_ArticleDetails .proInfo .info {*/
  /*  background-color: #ffffff;*/
  /*}*/
  .report_list .module {
    margin: 0 4% 30px 4%;
  }
  .report_year {
    padding: 50px 4% 30px 4%;
  }
  .report_list .module .pic {
    padding: 10px 0% !important;
  }
  .report_list .Mo_ArticleList .tit {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    width: 70%;
  }
  .report_year .child_year_left {
    font-size: 14px;
    font-weight: normal;
  }
  .shop_2 .Mo_multiple .type1{
    margin:auto 4%;
  }
  .news_detail {
    padding:50px 4% 0% 4%;
  }
  .news_detail_1 .module{
    padding: 0%;
  }
  .news_detail_1 .source{
    margin: 0;
  }
  .docDetails img{
    width: 100%;
  }
  .more_Mo_news{
    display: block;
  }
  .more_Mo_news .module{
    margin-top:38px;
  }
  .mo_img_new .pic{
    margin-top: 50px;
  }
}

.docDetails{
  color: #ffffff;
}
.docDetails p{
  color: #ffffff;
}
.docDetails a{
  color: #ffffff;
}
.load_mo a{
  width: 20%;
}
@media (max-width: 768px) {
  .mobile_video{
    margin-top:auto;
  }
  .load_mo a{
    width: 25%;
  }
}
.en_font_size{
  font-size: 30px;
}
.en_font_size strong{
  font-size: 30px;
}
.en_font_size strong:first-child{
  font-size: 30px;
}
.zn_font_size span{
  font-size: 16px;
}
.en_font_size2 span{
  font-size: 16px;
}
.en_font_size .module a{
  font-size: 30px;
}
.en_font_size_mobile{
  font-size: 24px;
}
.en_font_size_mobile strong{
  font-size: 24px;
}
.en_font_size_mobile strong:first-child{
  font-size: 24px;
}
.en_font_size_mobile .module a{
  font-size: 24px;
}
.en_font_size_mobile .module{
  margin-top:7.8%;
}
.Mo_ArticleList_en .module .tit{
   font-size: 20px;
 }
.Mo_ArticleList_en .module .dec{
  font-size: 16px;
}
.Mo_ArticleList_en .tit{
  font-size: 20px;
}
.Mo_ArticleList_en .dec{
  font-size: 16px;
}
.Mo_ArticleList_en .date em{
  font-size: 16px;
  font-family: Tahoma, sans-serif;
}
.Mo_ArticleList_en_home .date em{
  font-size: 12px;
  font-family: Tahoma, sans-serif;
}
.highlight{
  font-family: Tahoma, sans-serif;
}
@media (max-width: 1024px) {
  .Mo_ArticleList_en_mobile .module .tit{
    font-size: 16px;
    font-weight: bold;
  }
  .Mo_ArticleList_en_mobile .date em{
    font-size: 14px;
    font-family: Tahoma, sans-serif;
  }
}