.sr-bdimgshare,
.bdshare-slide-button-box {
  display: none !important;
}

.bd_weixin_popup *,
.bd_weixin_popup {
  box-sizing: content-box;
}

.bdsharebuttonbox {
  float: left;
  margin-top: -6px;
  padding-left: 10px;
}

.bdsharebuttonbox a {
  width: 32px !important;
  height: 32px !important;
}

.bdsharebuttonbox .bds_weixin {
  background: url(/images/news/share-ic.png) no-repeat 0 0 !important;
}

.news .newsList dl dt,
.index .cCont1 .Le .list .li .img {
  background: url(/images/news/news-test-bg.jpg) no-repeat center;
  background-size: cover;
}

.layui-laydate-main {
  width: 330px;
}

.layui-laydate {
  margin-left: 2px;
}

@keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.endStx {
  color: #666666;
}

.loadingAanimWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 600;
}

.loadingAanimWrap .loadingAanim {
  width: 150px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loadingAanimWrap .loadingAanim span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background: #919090;
  opacity: 0;
  animation: load 1.04s ease infinite;
}

.loadingAanimWrap .loadingAanim span:last-child {
  margin-right: 0px;
}

.loadingAanimWrap .loadingAanim span:nth-child(1) {
  animation-delay: 0.13s;
}

.loadingAanimWrap .loadingAanim span:nth-child(2) {
  animation-delay: 0.26s;
}

.loadingAanimWrap .loadingAanim span:nth-child(3) {
  animation-delay: 0.39s;
}

.loadingAanimWrap .loadingAanim span:nth-child(4) {
  animation-delay: 0.52s;
}

.loadingAanimWrap .loadingAanim span:nth-child(5) {
  animation-delay: 0.65s;
}

#wrapper {
/*   padding-top: 90px; */
}

#luxy #footer {
  margin-bottom: 412px;
}

.index .Legal-pop .pop-cont,
.index #footer {
  margin-bottom: 0 !important;
}

#luxy {
  max-width: 2048px;
}

.cTitWrap {
  padding: 60px 0 00px;
}

.cTit h1 {
  color: #666666;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 300;
}

.cTit h2 {
  display: inline-block;
  color: #004898;
  font-size: 20px;
  line-height: 18px;
  font-family: Rajdhani-Bold;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}

.cTit h2::after {
  content: "";
  display: block;
  width: 27px;
  height: 0;
  border-top: 4px solid #004898;
  position: absolute;
  bottom: -10px;
  transition: width 0.6s;
}

.cTit:hover h2::after {
  width: 100%;
}

.cPagination {
  margin-top: 40px;
  text-align: center;
}

.cPagination .el-pagination {
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cPagination .el-pager li {
  min-width: 37px !important;
  padding: 0 10px !important;
  height: 37px !important;
  line-height: 37px !important;
  background-color: transparent !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  color: #999999 !important;
  font-weight: 400 !important;
  font-family: MONTSERRAT-LIGHT;
  transition: all .3s;
  margin: 0 5px !important;
}

.cPagination .number:hover,
.cPagination .number.active {
  color: #FFF !important;
  background-color: #ff7200 !important;
}

.cPagination .el-icon:hover {
  color: #ff7200 !important;
}

.cPagination .btn-prev,
.cPagination .btn-next {
  width: 37px !important;
  height: 37px !important;
  line-height: 37px !important;
  border-radius: 10px !important;
  background-color: #FFF !important;
  border: 1px solid #ff7200 !important;
  transition: all .3s;
  margin: 0 5px !important;
}

.cPagination .btn-prev i,
.cPagination .btn-next i {
  color: #ff7200 !important;
  font-size: 20px !important;
}

.cPagination .btn-prev:hover,
.cPagination .btn-next:hover {
  background-color: #ff7200 !important;
}

.cPagination .btn-prev:hover i,
.cPagination .btn-next:hover i {
  color: #FFF !important;
}

.popWrap_abs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.popWrap_abs var {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.popWrap_abs .pop-cont {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-pagination span:focus {
  outline: none;
}

.cMore1 {
  display: inline-block;
  color: #1586a9;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}

.cMore1 .ot {
  display: inline-block;
  position: relative;
  top: -3px;
}

.cMore1 .ot i {
  float: left;
  width: 3px;
  height: 3px;
  background-color: #1586a9;
  margin-right: 7px;
  line-height: 20px;
}

.cMore1::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid #1586a9;
  position: absolute;
  left: 0;
  top: 9px;
  transition: all .3s ease;
}

.cMore1:hover::before {
  width: 23px;
}

.subNav .dd {
  display: none;
}

.index .subNav .dd {
  display: block;
}

.c_tit {
  display: inline-block;
  padding-top: 40px;
}

.c_tit .nav_en {
  float: left;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #1586a9;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
}

.c_tit .nav_en:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 4px;
  background-color: #ffaa00;
  transition: width .6s;
}

.c_tit .cn {
  font-size: 40px;
  color: #58585e;
  line-height: 48px;
  font-weight: 300;
  clear: both;
}

.c_tit .en {
  margin-top: 8px;
  font-size: 30px;
  color: #e2ddc2;
  font-family: 'Rajdhani-Bold';
  text-transform: uppercase;
}

.c_tit:hover .nav_en:after {
  width: 100%;
}

.swiper-container-horizontal>.swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 2px;
}

.swiper-scrollbar-drag {
  background: #f9b30d;
}

.swiper-scrollbar {
  background: #d1d3d4;
}

.down-link {
  height: 66px;
  padding: 0 80px 0 70px;
  background-color: #FFF;
  margin-top: 16px;
  position: relative;
}

.down-link:first-child {
  margin-top: 0;
}

.down-link .downText input {
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  font-size: 15px;
  color: #6a7b7c;
}

.down-link .downText input::placeholder {
  color: #6a7b7c;
}

.down-link .btn {
  width: 66px;
  height: 66px;
  background-color: #1586a9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.down-link ul {
  background-color: #FFF;
  overflow: auto;
  max-height: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 400;
}

.down-link ul li {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.2;
  color: #6a7b7c;
  cursor: pointer;
}

.down-link.nia {
  background: #FFF url(/images/news/news-cont2-ic2.png) no-repeat 18px center;
  z-index: 20;
}

.down-link.nia .btn {
  background: #1586a9 url(/images/news/down-link-ic1.png) no-repeat center 29px;
}

.down-link.seha {
  background: #FFF url(/images/news/news-cont2-ic1.png) no-repeat 18px center;
}

.down-link.seha .btn {
  background: #1586a9 url(/images/news/down-link-ic2.png) no-repeat center;
}

.typeBtn1 {
  display: inline-block;
  height: 60px;
  border-radius: 0 10px 10px 0;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  background-color: #302f33;
  overflow: hidden;
  position: relative;
}

.typeBtn1 em {
  display: block;
  height: 100%;
  background: url(/images/typeBtn1-ic1.png) no-repeat 17px;
  padding: 0 25px 0 56px;
  position: relative;
  z-index: 30;
}

.typeBtn1::after {
  width: 120%;
  height: 100%;
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1586a9;
  clip-path: circle(0% at 0 50%);
  transform: translate(-10%);
  transition: all 1s;
  opacity: 0;
}

.typeBtn1:hover::after {
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
}

.typeBtn2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.typeBtn2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #302f33;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.6s;
}

.typeBtn2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #302f33;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .3s .2s;
}

.typeBtn2 .typeBtn2-txt {
  text-align: center;
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.typeBtn2 .typeBtn2-txt span {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}

.typeBtn2:hover::before {
  opacity: 1;
}

.typeBtn2:hover:hover::after {
  opacity: 0;
}

.typeBtn2:hover span:first-child {
  margin-top: -40px;
  transition: margin-top .5s .3s;
  opacity: 0;
}

.typeBtn2:hover span:nth-child(2) {
  color: #302f33;
}

.productsNew .tarBtn {
  display: inline-block;
  padding: 0 15px;
  height: 40px !important;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin-right: 10px;
  background-color: #ff6900;
  color: #fff;
  transition: all 0.3s;
}

.productsNew .tarBtn:hover {
  box-shadow: 0 1px 17px 0 rgba(140, 140, 140, 0.7);
}

.products .cCont1 .R .en {
  display: none !important;
}

.products .cCont1 .L .typeBtn2 {
  display: inline-block;
  padding: 14px 20px 0 17px;
  height: 60px;
  color: #fff;
  font-size: 16px;
}

.products .cCont1 .L .typeBtn2::before {
  border-color: rgba(255, 255, 255, 0.8);
}

.products .cCont1 .L .typeBtn2 .icon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  z-index: 50;
  transition: opacity .3s;
}

.products .cCont1 .L .typeBtn2 .typeBtn2-txt {
  display: inline-block;
  vertical-align: middle;
}

.products .cCont1 .L .typeBtn2 .typeBtn2-txt span:nth-child(2) {
  color: rgba(255, 255, 255, 0.8);
}

.products .cCont1 .L .typeBtn2:hover .icon {
  opacity: .8;
}

.products .cCont1 .R .swiper-pagination {
  display: flex;
  justify-content: space-between;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  margin: auto;
  z-index: 30;
}

.products .cCont1 .R .swiper-pagination span {
  display: block;
  width: 100%;
  height: 20px;
  box-sizing: content-box;
  border-radius: 0;
  background-color: transparent;
  margin: 0 5px;
  opacity: 1;
  position: relative;
}

.products .cCont1 .R .swiper-pagination span::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 10px;
  border-top: 1px solid #FFF;
}

.products .cCont1 .R .swiper-pagination span.swiper-pagination-bullet-active::before {
  border-top-color: #ff6900;
}

.investor .typeBtn2 {
  width: 155px;
  height: 60px;
  padding-top: 14px;
  margin-top: 26px;
  margin-left: 105px;
}

.investor .typeBtn2::before {
  border-color: #ffb400;
}

.investor .typeBtn2::after {
  background-color: #ffb400;
}

.investor .typeBtn2 span {
  font-size: 16px;
  text-transform: uppercase;
}

.investor .typeBtn2:hover span:nth-child(2) {
  color: #ffb400;
}

.investor .typeBtn2 span:nth-child(1) {
  color: #fff;
}

.news #conttent {
  padding-bottom: 50px;
}

.news .Top {
  padding-bottom: 40px;
}

.products .cCont1 .R {
  margin-top: -150px !important;
}

.products .cCont1 .R .rImg {
  width: 415px;
  height: 749px;
  overflow: hidden;
  position: relative;
}

.products .cCont1 .R .rImg .swiper-slide {
  overflow: hidden;
}

.products .cCont1 .R .rImg .img {
  transition: transform .6s ease;
}

.products .cCont1 .R .rImg.on .img {
  transform: scale(1.1);
}

body .products .cCont1 .L .txtCont {
  overflow: visible !important;
}

body .products .cCont1 .L .txtCont::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.products .Top {
  height: 215px;
  padding-bottom: 25px;
}

.investor_page {
  padding-bottom: 70px;
}

.stock .base {
  font-size: 15px;
  color: #57545f;
}

.stock .base img {
  display: none;
  margin: -5px 12px 0;
  vertical-align: middle;
}

.stock .base .data {
  font-size: 26px;
  color: #0f9244;
  vertical-align: text-top;
  padding-left: 35px;
  background: url(/images/investor/stock_up.png) no-repeat 12px 10px;
}

.stock .base .data.down {
  color: #ff4200;
  background: url(/images/investor/stock_down.png) no-repeat 12px 10px;
}

.stock .base .num {
  margin-left: 5px;
  color: #57545f;
}

.stock .stock_box {
  margin-top: 28px;
  background-color: #f7f8f8;
  overflow: hidden;
}

.stock .stock_box .part_l {
  float: left;
  padding-top: 54px;
  padding-left: 44px;
  width: 867px;
}

.stock .stock_box .part_l .data_box {
  overflow: hidden;
  margin-bottom: 30px;
}

.stock .stock_box .part_l .data_box .item {
  float: left;
  padding: 0 30px;
  color: #302f33;
}

.stock .stock_box .part_l .data_box .item:first-child {
  padding-left: 0;
}

.stock .stock_box .part_l .data_box .item:first-child .data:after {
  display: none;
}

.stock .stock_box .part_l .data_box .item .data {
  position: relative;
  font-size: 26px;
  color: rgba(0, 106, 140, 0.8);
  margin-bottom: 10px;
  font-family: 'Montserrat-Regular';
}

.stock .stock_box .part_l .data_box .item .data:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  background-color: #d9d9d9;
}

.stock .stock_box .part_l p {
  color: rgba(48, 47, 51, 0.5);
  line-height: 22px;
}

.stock .stock_box .part_r {
  float: left;
  position: relative;
  padding-top: 94px;
  padding-left: 124px;
  width: 413px;
  height: 228px;
  background-color: #f1f3f3;
  color: #7b7b7b;
  line-height: 20px;
}

.stock .stock_box .part_r:before {
  content: '';
  position: absolute;
  left: 124px;
  top: 58px;
  width: 27px;
  height: 4px;
  background-color: #ffaa00;
}

.stock .stock_box .part_r img {
  position: absolute;
  left: 40px;
  top: 61px;
}

.stock .stock_box .part_r .tit {
  font-size: 18px;
  margin-bottom: 14px;
}

.investor_wrap {
  overflow: hidden;
  min-height: 1020px;
  position: relative;
}

.investor_wrap .part_l {
  float: left;
  padding: 50px 40px;
  width: 867px;
  min-height: 1020px;
  background-color: #f7f8f8;
}

.investor_wrap .part_l .page_name {
  color: #58585e;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.investor_wrap .part_r {
  float: right;
  width: 413px;
  background-color: #ebecdf;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.investor_wrap .part_r .tBox {
  height: 214px;
  background-color: #e1e8dd;
  padding: 72px 60px 0;
}

.investor_wrap .part_r .tBox h3 {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 2px;
  font-family: Montserrat-Regular;
  position: relative;
}

.investor_wrap .part_r .tBox h3::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: -26px;
  top: 15px;
}

.investor_wrap .part_r .tBox h3.up {
  color: #ff4200;
}

.investor_wrap .part_r .tBox h3.up::before {
  background: url(/images/investor/investor-down-ic2.png) no-repeat center top;
}

.investor_wrap .part_r .tBox h3.down {
  color: #0f9244;
}

.investor_wrap .part_r .tBox h3.down::before {
  background: url(/images/investor/investor-up-ic2.png) no-repeat center top;
}

.investor_wrap .part_r .tBox h4 {
  color: #57545f;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 14px;
}

.investor_wrap .part_r .tBox p {
  color: #57545f;
  font-size: 15px;
  opacity: .7;
}

.investor_wrap .part_r .bBox {
  padding: 40px 70px;
}

.investor_wrap .part_r .bBox ul li {
  margin-bottom: 25px;
}

.investor_wrap .part_r .bBox ul li em {
  display: block;
  color: #006a8c;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 4px;
}

.investor_wrap .part_r .bBox ul li p {
  color: #676665;
}

.investor_wrap .part_r .bBox .ps h5 {
  color: #666666;
  margin-bottom: 10px;
}

.investor_wrap .part_r .bBox .hxBox {
  margin-right: -70px;
  padding-right: 40px;
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid #bdd3ce;
  position: relative;
}

.investor_wrap .part_r .bBox .hxBox .ul h5 {
  color: #7b7b7b;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.investor_wrap .part_r .bBox .hxBox .ul p {
  color: #7b7b7b;
  margin-bottom: 10px;
}

.investor_wrap .part_r .bBox .hxBox .ol {
  position: relative;
  margin-top: 24px;
}

.investor_wrap .part_r .bBox .hxBox .ol .ic {
  position: absolute;
  left: -48px;
  top: 0px;
}

.investor_wrap .part_r .bBox .hxBox .ol h4 {
  color: #7b7b7b;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}

.investor_wrap .part_r .bBox .hxBox .ol p {
  color: #7b7b7b;
  font-size: 14px;
}

.investor_wrap .report_head {
  position: relative;
  padding-top: 120px;
  padding-left: 210px;
  height: 330px;
}

.investor_wrap .report_head .report_img {
  position: absolute;
  top: 42px;
  left: 0;
}

.investor_wrap .report_head .report_img img {
  position: relative;
  z-index: 1;
}

.investor_wrap .report_head .report_img:after {
  content: '';
  position: absolute;
  left: -8px;
  bottom: -10px;
  width: 234px;
  height: 45px;
  background: url(/images/investor/bg2.png) no-repeat;
  z-index: 0;
}

.investor_wrap .report_head .tit {
  color: #2c4a4c;
  line-height: 22px;
}

.investor_wrap .report_head .name {
  color: #2c4a4c;
  font-size: 18px;
  line-height: 22px;
}

.investor_wrap .report_head .year {
  color: #006a8c;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Rajdhani-Bold';
}

.c_list {
  margin-top: 26px;
}

.c_list .link {
  display: block;
  padding: 30px 0;
  overflow: hidden;
  border-top: 2px solid #d9d9d9;
  background: url(/images/investor/pdf.png) no-repeat 732px center;
  transition: all .3s;
}

.c_list .link:hover {
  background: url(/images/investor/pdf-on.png) no-repeat 732px center;
}

.c_list .link:hover .date {
  color: #1586a9;
}

.c_list .link:last-child {
  border-bottom: 2px solid #d9d9d9;
}

.c_list .date {
  display: inline-block;
  width: 102px;
  font-size: 36px;
  color: #c3bdb2;
  font-family: 'Rajdhani-Bold';
  vertical-align: middle;
  transition: color .3s;
  margin-bottom: -11px;
}

.c_list .date .year {
  font-size: 20px;
  color: #9c927e;
  opacity: .56;
}

.c_list .tit {
  display: inline-block;
  width: 560px;
  vertical-align: middle;
  font-size: 16px;
  color: #685f57;
  line-height: 24px;
}

.more_btn {
  display: inline-block;
  color: #ffb400;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 0 90px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.more_btn:hover {
  color: #FFF;
  background-color: #1586a9;
}


/* ============== */
/* 英文版样式 */
.en .newsData[data-v-d5df31c8] .cCont2 .Le .Title h1 {
  text-transform: inherit !important;
}

/* .en .grow4 .cCont1 .bd li .yun {
  height: 150px;
}
.en .grow3 .cCont3 .bd li .yun{
  height: 180px;
} */
.en .join_page .link .box .cn {
  display: none !important;
}

.en .index .cCont1 .Ri .yusBox h3,
.en .index .cCont1 .Ri .tokBox h3 i {
  text-transform: uppercase;
}

.en .grow3 .cCont3 .yun h4 {
  display: none !important;
}

.en .grow4 .cCont1 .yun h4 {
  display: none !important;
}

/* .en .investor .cCont1 .queryBox .down-dl.dl1,
.en .news .cCont1 .queryBox .down-dl.dl1 {
  width: 400px;
} */

.nav-pix .tBox h3 {
  display: block !important;
}

.en .pop-dx1 .pop-cont .R .ic {
  height: 260px;
}

.en .grow1CardPos-cont .L {
  padding-top: 112px;
}

body .en .contact2 #conttent .cCont2 .Box h4 {
  color: hsla(0, 0%, 100%, .8);
  font-size: 51px;
  line-height: 44px;
}

body .en .contact2 #conttent .cCont1 .Box h4 {
  color: hsla(0, 0%, 100%, .8);
}

body .en .contact2 #conttent .cCont1 .Box .tips h4 em,
body .en .contact2 #conttent .cCont1 .Box .tips h4 {
  font-size: 51px;
  line-height: 44px;
}

body .en .contact2 #conttent .cCont1 .Box .tips {
  margin-bottom: 40px;
}

body .en .contact2 #conttent .cCont1 .Pox li h4 {
  color: #FFF;
  opacity: .8;
  text-transform: uppercase;
}

body .en .contact2 #conttent .cCont4 .card .li h4 {
  color: #FFF;
  opacity: .8;
  text-transform: uppercase;
}

body .en .contact2 #conttent .cCont4 .Le h4 {
  color: #FFF;
  opacity: .8;
}

body .en .join_page .link .box .en {
  opacity: .8;
}

body .en .bannerSwiper .swiper-slide .cont h5 {
  color: hsla(0, 0%, 100%, .8);
  line-height: 54px;
}

body .en .bannerSwiper .swiper-slide.slide4 h2 {
  color: rgba(151, 181, 184, .8);
}

body .en .index .cCont2 .swiper-slide .cont h4 {
  color: rgba(249, 179, 13, .8);
}

body .en .index .listUl .ul h5 {
  color: hsla(0, 0%, 100%, .8);
}

body .en .index .cCont4[data-v-21cd3d49] .Cont h5 {
  color: hsla(0, 0%, 100%, .8);
}

body .en .index .cCont3 .lvBox h4 {
  text-transform: uppercase;
}

body .en .news3 .cCont1 .list .li .cont h3 {
  font-weight: 400;
}

body .en .investor .cCont1 .Le>.tips h2 {
  text-transform: uppercase;
}

.en .grow1 .cCont3 .list h3 {
  font-weight: bold;
}

.en .grow2 .cCont3 h3 {
  font-weight: 400;
}

.en .grow2 .cCont3 p {
  width: 800px;
}

.en .grow2 .cCont2 h3,
.en .grow2 .cCont1 .Box2 h3,
.en .grow2 .cCont1 .Box1 h3 {
  font-weight: bold;
}

.en .grow3 .cCont2 .Tit p,
.en .grow3 .cCont1 .tips .R h3 {
  text-transform: uppercase;
}

.en .grow3 .cCont1 .tips .L h4,
.en .grow3 .cCont2 .Tit h3 {
  font-weight: bold;
}

.en .grow3 .cCont3 .Box1 .Top h3 {
  font-weight: bold;
}

.en .grow3 .cCont3 .yun h5 {
  opacity: .8;
}

.en .grow3 .cCont3 .tips {
  font-weight: bold;
}

.en .grow3 .cCont3 .Box2 .Cont h6 {
  font-weight: 400;
}

.en .grow3 .cCont4 .Cont h3 {
  font-weight: bold;
}

.en .grow4 .cCont1 h3 {
  font-weight: bold;
}

.en .grow4 .cCont1 .yun h5 {
  opacity: .8;
}

.en .grow4 .cCont2 h3 {
  font-weight: bold;
}

body .en .grow4 .cCont3 .L h3 {
  color: #ff6a01;
}

body .en .duty3 #conttent .cCont1 .card .li .cont {
  bottom: 35px;
}

body .en .duty3 #conttent .cCont1 .card .li .cont h4 {
  opacity: .8;
}

body .en .duty3 #conttent .cCont1 .tTxt h3 {
  font-weight: 400;
}

body .en .duty5 #conttent .cCont2 .card .li .cont h4 {
  opacity: .8;
}


.en .newsList dl dd h4,
.en .news1 .cCont1 .box .Cont h4 {
  text-transform: uppercase;
}

.en .grow4 .cCont1 .bd li .pos h6 {
  font-weight: bold;
}

.en .grow3 .cCont3 .bd li .pos h6 {
  font-weight: bold;
}

.en .grow4 .cCont3 .R .box h4 {
  text-transform: uppercase;
}

.en .grow4 .cCont2 .Box .tu-dt .li {
  text-transform: uppercase;
}

body .en .join_page .cCont3 .Card .duDt ul li {
  text-transform: uppercase !important;
}



body .en .join_page .cCont4 .Card .huDt ul {
  border-bottom: 1px solid #ebebeb;
}

.en .join1 .join_page .cCont4 .Card .huDt ul li {
  position: relative;
  height: 87px;
}

.en .join1 .join_page .cCont4 .Card .huDt ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 3px solid #ff6a01;
  opacity: 0;
}

.en .join1 .join_page .cCont4 .Card .huDt ul li.on:after {
  opacity: 1;
}

.en .index .cCont1 .Le .list .li p {
  text-transform: uppercase;
}
.en .grow1 .cCont1 .L h3 {
  font-weight: bold;
}

.newsData .cCont2 .Le .Title{
  padding-right: 0 !important;
}

.duty1 #conttent .cCont2 .w1440 .Ri ul li em{
      line-height: 39px !important;
      margin-bottom: 0 !important;
}

.index .cCont4 .mobilebtnW{
  display: none;
}
.en .about5 .cCont1 .Card .tiem .ovs-dt .li{
  text-transform: uppercase;
  width: 245px !important;
}

/* 2022. 3. 15 */
.duty1 #conttent .cCont2 .w1440 .Ri .bom{
height: auto !important;
}
.duty1 #conttent{
  padding: 60px 0 !important;
}
.en .duty5 #conttent .Top .R{
  height: 650px !important;
  background-size: cover !important;
  padding: 65px 50px 0 !important;
}
.en .duty5 #conttent .Top .R .ol .li:nth-child(4) h5:nth-child(1){
line-height: 30px;
margin-bottom: 0;
}
.en .sertem .sertem_npm2 .Ri .p p{
  line-height: 30px !important;
  margin-bottom: 15px;
}
.en .sertem .sertem_npm3 .top h1{
  display: none;
}
.en .sertem .sertem_npm3 .top h2{
  font-size: 40px !important;
}
/* .duty3 #conttent .cCont1 .card .li::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
} */
.cCont3 .hxBox{
  float: right !important;
}
.cCont3 .lvBox{
margin-left: 0 !important;
margin-right: 20px;
}
.duty3 #conttent .Top .w1280{
position: relative;
margin-bottom: 60px;
}
.en .duty3 #conttent .Top .w1280{
  margin-bottom: 0;
}
.duty3 #conttent .Top .R{
  position: absolute;
  right: 0;
	height: auto;
}
.duty5 #conttent .Top .R .ol .li h5 em{
  font-size: 18px;
}
.duty5 #conttent .cCont2 .card .li .cont {
  width: calc(100% - 120px);
}
.en .subNav .dd .ul a{
  margin-right: 25px;
}
.newsData .cCont2 .Le .Cont p img{
  display: initial !important;
  float: none !important;
}

.bannerSwiper .swiper-slide.slide3:before,.bannerSwiper .swiper-slide.slide1:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.bannerSwiper .swiper-slide.slide2:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);

}
.about1 .cCont2{
  background: none !important;
}
.about1 .cCont1 .Top{
  border-bottom: none !important;
}
.en .about1 .cCont1 .Bom .Ri{
  height: 595px !important;
}
.en .about1 .cCont1 .Bom .Ri img{
  margin-top: 0 !important;
}
.en .about1 .cCont2 .ri{
  margin-top: -135px !important;
}
.en .productsNew1 .cCont1 .w1280 .Le{
  padding: 50px 0 15px 60px !important;
}


.grow3 .cCont3 .Box2 .Cont .i1{
  top: 117px !important;
}
.grow2Cont2Pop  .card{
  display: flex;
  justify-content: space-between;
}
.grow2Cont2Pop  .card .li{
  width: 48%;
}
.pop-dx1 .pop-cont .box:nth-child(4) .R .txt{
  padding-right: 43px;
}
.pop-dx1 .pop-cont .box:nth-child(5) .R .txt{
  height: 180px;
  padding-right: 5px;
  overflow-y: auto;
}
.pop-dx1 .pop-cont .box:nth-child(6) .R .txt{
  height: 180px;
  padding-right: 5px;
  overflow-y: auto;
}
.join1 .join_page .cCont2 .Ri h4{
  margin: 20px 0 10px 0;
}
.join1 .join_page .cCont2 .Ri h4 span{
  color: #333 !important;
}
.join1 .join_page .cCont3 .Card .duDd .txt h5{
  margin: 20px 0 10px 0;
}
.join1 .join_page .cCont3 .Card .duDd p{
  margin-top: 10px;
}
.join1 .join_page .cCont2 .Ri p{
  margin-top: 10px;
}
.duty1 #conttent .cCont2 .w1440 .Le .swiper-container .swiper-slide::after{
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 200;
  border-top: 493px solid #fbfbfb;
    border-right: 62px solid transparent;
}
.party1 #conttent .cCont2 .w1440 .Le .swiper-container .swiper-slide::after{
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 200;
  border-top: 493px solid #f8f8f8;
    border-right: 62px solid transparent;
}
.duty1 #conttent .cCont2 .w1440 .Ri .bom{
  background: #fbfbfb !important;
}
.party1 .cCont1 .cTit{
  padding: 30px 0 0 40px;
}
.party1 .cCont1 .h2 h2{
  display: table;
  margin-bottom: 0;
}
.party1 .cCont1 .h2 h2:nth-child(1)::after{
  display: none;
}
.party1 #conttent .cCont2 .chart_wr .box.b1 .part2 .le_wr .li{
  background: none !important;
}
.join1 .join_page .cCont_2 .dlList .ul .dl:nth-child(3){
  margin-top: 0 !important;
}
.cCont3 .List .dlW:before{
  width: 2560px !important;
  left: -1064px !important;
}
.party1 #conttent .cCont2 .chart_wr{
  display: flex;
}
.party1 #conttent .cCont2 .chart_wr .box>h4{
  margin-top: 40px;
  margin-bottom: 0 !important;
}
.party1 #conttent .cCont2 .chart_wr .box.b1 .part1{
  margin: 25px auto 0 auto !important;
  width: 465px !important;
}
.en .productsNew .cCont1 .tx div{
  height: 292px !important;
  padding-bottom: 20px ;
}
.en .pop-dx1 .pop-cont .box .R .txt{
  height: 240px;
  padding-right: 5px;
  overflow-y: auto;
}
.en .pop-dx1 .pop-cont .box:nth-child(4) .ic100{
  right: -100px;
}
.en .join1 .join_page .cCont1 .cBox .card {
  height: 494px !important;
  overflow-y: auto;
}
.en .join1 .join_page .cCont1 .cBox .card p{
  margin-bottom: 5px;
}
.en .join1 .join_page .cCont3 .Card .duDt ul li{
  float: none !important;
  margin-bottom: 10px !important;
  width: initial !important;
  min-height: initial !important;
  display: table;
  padding: 0 0 10px 0 !important;
}
.en .join1 .join_page .cCont2 .Ri .dlList .dl{
  margin-bottom: 10px !important;
}
.en .join1 .join_page .cCont4 .Card .huDt ul li{
  margin-bottom: 10px !important;
  width: initial !important;
  min-height: initial !important;
  display: table;
  height: auto !important;
  margin-right: 20px !important;
  padding-bottom: 10px !important;
}
.en .join1 .join_page .cCont4 .Card .huDt ul li:last-child{
  float: left !important;
}
.en .join1 .join_page .cCont2 .Ri .top p{
  line-height: 35px !important;
} 
.en .party1 #conttent .cCont1 .w1280 .Ri .bom .tx .til{
  font-size: 20px !important;
}
.en .party1 #conttent .cCont1 .w1280{
  padding-bottom: 10px;
}
.en .roughly #conttent .cCont1 .w1280 .Ri .bom .tx{
  height: 353px;
  overflow-y: auto;
  padding-right: 10px;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item{
  height: 111px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item:nth-child(5){
  left: 358px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item:nth-child(4) {
  left: 275px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item:nth-child(3) {
  left: 186px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item:nth-child(2) {
  left: 99px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .item h4{
  font-size: 13px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b2 .part1 .r3 .item:nth-child(1) {
  left: 12px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b1 .part1 .row .item h4{
  font-size: 13px !important;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b1 .part1 .row .item p{
  text-align: center;
}
.en .party1 #conttent .cCont2 .chart_wr .box.b1 .part1 .row .item:nth-child(2) h4{
  zoom: .65 !important;
  font-size: 14px !important;
}
.en .grow3 .cCont3 .Box2{
  min-height: 648px;
  height: initial !important;
  background-size: cover !important;
  padding-bottom: 85px;
}
.en .grow4 .cCont1 .bd li .pos .btn{
  font-size: 12px !important;
}
.en #header .R .navWrap .nav .li a{
  text-transform: uppercase !important;
}
/* .en .cCont1 .box .Cont .txt::after{
  bottom: -50px !important;
} */
.en .join1 .join_page .cCont3 .left .ulbox .li{
  font-size: 13px !important;
}
.en .join1 .join_page .cCont3 .left .ulbox .li.li:nth-child(1){
  padding-top: 72px !important;
}
.en .join1 .join_page .cCont3 .Card .duDt ul li{
    width: initial !important;
    min-height: initial  !important;
    padding: 0 10px 10px 0  !important;
    margin-bottom: 10px;
    margin-right: 10px;
}
.en .partydyn .cCont3 .w1280 .txt .le:nth-child(3){
margin-left: 0 !important;
margin-top: 10px;
}
.en .partydyn .cCont3 .w1280 .txt {
  margin-left: 100px;
}
#footer{
  height: auto !important;
  padding-bottom: 54px !important;
}

.en .grow4 .cCont1 .bd li .pos .btn em{
  line-height: 1;
}

.duty3 #conttent .cCont1 .tTxt{
  padding-right: 190px;
}
.grow1 .cCont4 .Tit{
margin-bottom: 30px;
}
.grow.grow1 .cCont1 .L p span{
  margin: 0;
}
.grow.grow1 .cCont1 .L h4{
  margin-top: 10px;
}
.grow2 .pop-dx1 .txt{
  height: 180px;
  overflow-y: auto;
  padding-right: 5px;
}
.grow.grow2 .grow2Cont2Pop .list{
  width: 100%;
  display: flex;
}
.grow.grow2 .grow2Cont2Pop .bom{
 
  margin-top: 15px;
}
.grow2Cont2Pop .bom p{
  color: #666;
  margin-bottom: 10px;
}
.grow.grow2 .grow2Cont2Pop .list .li{
  height: auto;
}
.grow.grow2 .pop-dx1 .pop-cont .R .ic{
  height: 290px;
}
.grow2Cont2Pop .bom .card .li{
  position: relative;
  padding-top: 15px;
}
.grow2Cont2Pop .bom .card .li::after{
  content: '';
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  right: -50px;
  top: 0;
}
.grow4 .cCont2 .Box .tu-dd .txt{
  height: 164px;
  overflow-y: auto;
  padding-right: 5px;
}
.grow3 .cCont3 .bd li .card{
  position: relative;
}
/* html添加grayscale类名变成黑边网页 */
html.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1)
}

.grow3 .cCont1 .tips .R p em {
  display: inline-block;
  color: #ff6a01;
  font-size: 52px;
  line-height: 34px;
  font-family: Rajdhani-Bold;
  margin-bottom: 5px;
  line-height: 25px;
}
