.header{
  height: 84px;position: relative;
}
.bodyFont {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  width: 700px;
  display: inline-block;
}


::-webkit-scrollbar
{
  width: 7px;
  height: 16px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #ddc8ab;
}

.company-News{
  margin-top: 30px;
}

.company-News .news-list {
  display: inline-block;
  float: right;
  width: 500px;
}

.company-News .news-list .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  text-align: end;
  cursor: pointer;
}

 .more a{
  color: #444444;

}

.company-News .news-list ul {
  /* width: 500px; */
}

.news-list ul li {
  margin-top: 35px;
}

.news-list ul li:first-child {
  margin-top: 0px;
}


.company-News .news-list ul li a {
  text-decoration: none;
  cursor: pointer;

}

.news-list ul li p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ac;
}


.news-list ul li h4 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  margin: 5px 0;

}

.news-list ul li div {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  line-height: 26px;

}

.sub-content .sub-news {
  float: none;
  width: 651px;
  display: inline-block;
}

.sub-content .sub-news ul {
  float: left;
}

.sub-content .sub-news .more {
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}



.sub-content .sub-news a {
  text-decoration: none;
  cursor: pointer;
}


.sub-content a img {
  width: 500px;
  height: 257px;
  float: right;
}

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

.flex-item .sub-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.flex-item .sub-content a{
  display: inline-block; /* 或者使用 display: block; */
  width: auto;
  height: auto;
}

.attention-content {
  height: 250px;
  background-color: #e4ecf9;
  margin: 50px 0;
  padding: 27px 35px 27px 35px;
}

.attention-content .title_en {
  color: #fff;
}


.attention-content ul li a{
  color: #444444;

}

.attention-content .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7f7f7f;
  float: right;
  cursor: pointer;

}

.attention-content ul li {
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}



.attention-content ul li .dateSpan {
  margin-right: 50px;
}

.news-content {
  overflow: hidden;
}

.news-content .module-content {
  width: 300px;
  /* border-right: solid 1px #eaeaea; */
  display: inline-block;
  position: relative;

}

.news-content .module-content::after {
  content: "";
  width: 1px;
  margin-left: 50px;
  min-height: 456px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #eaeaea;
  right: 0;
}



.new-Search {
  margin-top: 20px;
  border-radius: 23px;
  border: solid 2px #ddc8ab;
  height: 40px;
  width: 237px;

}

.new-Search input {
  border: none;
  border-radius: 23px;
  margin-left: 10px;
  float: left;
  width: 190px;
  height: 32px;
}


.new-Search input::-webkit-input-placeholder {
  color: #EAEAEA;
}

.new-Search input::-moz-input-placeholder {
  color: #EAEAEA;
}

.new-Search input::-ms-input-placeholder {
  color: #EAEAEA;
}

.new-Search img {
  width: 28px;
}


.new-Search input:focus {
  outline: none
}

.news-content .module-content .title-en {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #f1eff1;
  width: 220px;
  margin: 20px 0;
  font-family: enFamily;
}

.news-content .module-content .title-cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}

.news-content .module-content .moudle-Img {
  margin-top: 20px;
}

.news-content .news-list {
  width: 820px;
  float: right;
}

.news-content .search-list{
  margin-bottom: 50px;
}

.news-content .news-list ul li {
  margin-top: 35px;
  cursor: pointer;
}


.news-content .news-list a {
  text-decoration: none;
}

.news-content .news-list ul li .news-date {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
  width: 135px;
  float: left;
  font-family: dinAlternate;
}


.news-content .news-list ul li:first-child .news-date {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
  width: 100%;
}

.news-content .search-list ul li:first-child .news-date {
  width: 135px;
}


.news-content .news-list ul li:first-child img {
  margin-top: 30px;
}




.news-content .news-list .news-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  font-weight: 700;
  padding-left: 135px;
}

.news-content .news-list ul li:hover .news-title {
  color: #3c8cff
}

.news-content .news-list .news-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  padding-left: 135px;
  margin-top: 10px;
  line-height: 26px;
}

.news-content .more-News {
  background-color: #f4edde;
  height: 68px;
  padding: 0 50px;
  text-align: end;
  position: relative;
  width: 690px;
  float: right;
  margin: 35px 0;
  line-height: 68px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #737373;
}

.news-content .company-gg .more-News{
  width: 715px;
}

.news-content .more-News:hover {
  box-shadow: 2px 2px 5px #bbb;
}


.news-content .more-News i {
  background-image: url(../images/news_detailsarrow_icon.png);
  position: absolute;
  /* float: right; */
  width: 42px;
  height: 32px;
  right: 200px;
  transition: all .3s;
  opacity: 0;
  transform: translateY(-60%);
  top: 50%;
}

.news-content .more-News:hover i {
  opacity: 1;
  right: 150px;
}

.news-content .more-News span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #737373;
}


.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.sol-fade{
  top: 20%;
  position: relative;
  margin: 0 auto;
}

.soc-3 .sol-fade,.soc-4 .sol-fade{
  width: 420px  ;

}


.soc-3 .soc-l .sol-fade{
  text-align: left;
}

.soc-4 .soc-r .sol-fade{
  text-align: right;
}


.ver-center {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  ;

}

.news-content .news-detail {
  display: inline-block;
}

.news-content .news_d_content {
  padding-top: 50px;
  width: 820px;
  float: right;
}

.news-content .news_d_content p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.news-content .news_d_content .vertical-center{
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}



.news-content .news-detail .time-content {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.news-content .news-detail .news-content-title{
  display: inline-block;
  width: 710px;
  margin-left: 40px;
  /* float: right; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.news-content .news-detail .time-content p {
  font-size: 60px;
}

.news-content .news-detail .time-content:after {
  content: '';
  position: absolute;
  height: 65px;
  width: 3px;
  background: #ddc8ab;
  right: -20px;
  top: 20px;
}

.news-content .news-detail p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin: 0;
}

.news-content .news-detail span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.news-content .news-detail .time {
  text-align: center;
  position: relative;
  color: #ddc8ab;

}

.news-content .news-detail .time span{
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;

}

.news-content .news-detail .time p{
  color: #ddc8ab;
  font-weight: bold;
}


.investor-list {
  padding-top: 50px;
  width: 850px;
  float: right;
}

.investor-list>div {
  min-height: 600px;
}

.investor-list ul {
  margin-bottom: 50px;
}

.investor-list .governance-list li {
  border-bottom: dotted 1px #eaeaea;
  padding: 30px 0;
  cursor: pointer;
}

.investor-list .governance-list li:first-child {
  padding-top: 0;
}

.investor-list .governance-list li {
  border-bottom: dotted 1px #eaeaea;
  padding-bottom: 30px;
}

.investor-list .company-profile li p {
  margin-bottom: 7px;
}

/*.investor-list .company-profile li:nth-child(5) {*/
/*  margin-top: 26px;*/
/*}*/

/*.investor-list .company-profile li:nth-child(13) {*/
/*  margin-top: 26px;*/
/*}*/

.investor-list .mail-Box li {
  margin-bottom: 30px;
}


.investor-list .mail-Box li p:first-child {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
}

.investor-list .mail-Box li p:last-child {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #444444;
}



.investor-list .company-profile span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  line-height: 40px;
}

.investor-list .company-profile .company-title {
    width: 100px;
    display: inline-block;
  }
  


.investor-list .title-cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.investor-list .title-en {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 26px;
}

.investor-list .governance-list .left-date {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
  margin-right: 30px;
}

.investor-list .governance-list .pdf-down {
  float: right;
}

.investor-list .governance-list .pdf-down img {
  vertical-align: bottom;
}


.investor-list .governance-list li a {
  text-decoration: none;
}

.multiBg {
  height: 922px;
  position: relative;
  background-image: url(../images/business_banner_bg.png);
  background-size: 100% 100%;
  height: calc(100% - 84px);
  overflow: hidden;
}

.multiBg img {
  position: absolute;
  right: 10%;
  transform: translateY(-50%);
  top: 50%;
  height: 75%;
  min-height: 550px;
}

.multiBg .multiContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  height: 100%;
}


@keyframes mutiFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0%, -50%, 0);

  }
}


.multiBg .multiContent .img-content {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
}



.multiBg .multiContent img:first-child {
  position: absolute;
  /* right: 0; */
}


.multiBg .multiContent .multi-box {
  float: right;
  width: 480px;
  position: absolute;
  /* top: -50px; */
  left: 60%;
  top: 50%;
  transform: translateY(-50%);

}

.multiBg .multiContent .multi-box .multi-item:first-child {
  margin-right: 20px;
  margin-bottom: 10px;
}


.multiBg .multiContent .multi-box>.en {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #8e8e8e;
  width: 150px;
  font-family: enFamily;

}

.multiBg .multiContent .multi-box>.cn {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;

}

.multiBg .multiContent .multi-box .des {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  margin-bottom: 50px;
  margin-top: 30px;
}

.multiBg .multiContent .business_map {
  position: absolute;
  opacity: 0;
  right: 10%;

}

.multiBg .multiContent .img-content .mutiLeft {
  animation: mutiFadeIn .3s;
  opacity: 1;
}

.multiBg .multiContent .multi-box .multi-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  width: 225px;
  padding: 15px;
  height: 151px;
  margin: 5px;
}


.multiBg .multiContent .multi-box .multi-item a {
  text-decoration: none;
}


.multiBg .multiContent .multi-box .on {
  background-color: #b7d1f5;
}

.multiBg .multiContent .multi-box .on .enter {
  opacity: 1;
  right: 50px;

}



.multiBg .multiContent .multi-box .multi-item:hover {
  background-color: #b7d1f5;

}

.multi-item .item .enter {
  background-image: url('../images/home_arrow_icon.png');
  height: 25px;
  width: 30px;
  display: block;
  float: right;
  position: absolute;
  right: 100px;
  top: 50%;
  opacity: 0;
  transition: all .3s;

}

.multiBg .multiContent .multi-box .multi-item:hover .enter {
  opacity: 1;
  right: 50px;
}


.multiBg .multiContent .multi-box .multi-item .en {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #c9c9c9;
  display: inline-table;
  font-family: enFamily;
}




.multiBg .multiContent .multi-box .multi-item .cn {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin: 10px 0;
  color: #444444;
}

.multiBg .multiContent .multi-box .on .en {
  color: #ffffff;

}

.multiBg .multiContent .multi-box .on .cn {
  color: #ffffff;

}



.multiBg .multiContent .multi-box .multi-item .it1 .icon {
  background-image: url('../images/logistics_btn_normal.png');
  background-repeat: no-repeat;
  height: 55px;
  position: relative;
}

.multiBg .multiContent .multi-box .multi-item .it2 .icon {
  background-image: url('../images/realestate_btn_normal.png');
  background-repeat: no-repeat;
  height: 55px;
  position: relative;
}

.multiBg .multiContent .multi-box .multi-item .it3 .icon {
  background-image: url('../images/industry_btn_normal.png');
  background-repeat: no-repeat;
  height: 55px;
  position: relative;
}

.multiBg .multiContent .multi-box .multi-item .it4 .icon {
  background-image: url('../images/manufacturing_btn_normal.png');
  background-repeat: no-repeat;
  height: 55px;
  position: relative;
}


.multiBg .multiContent .multi-box .on .it1 .icon {
  background-image: url('../images/logistics_btn_pressed.png');

}


.multiBg .multiContent .multi-box .on .it2 .icon {
  background-image: url('../images/realestate_btn_pressed.png');

}

.multiBg .multiContent .multi-box .on .it3 .icon {
  background-image: url('../images/industry_btn_pressed.png');

}

.multiBg .multiContent .multi-box .on .it4 .icon {
  background-image: url('../images/manufacturing_btn_pressed.png');

}

.clearfir {
  clear: both;
}


.businessBg {
  background-image: url('../images/bw_banner_bg.png');
  background-size: cover;
  height: 300px;

}

.businessDes {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.business-left {
  width: 400px;
  float: left;
}

.businessDes .business-left span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
  margin-left: 10px;
}

.businessDes .business-left:before {
  content: '';
  position: absolute;
  float: left;
  height: 28px;
  width: 3px;
  background: #3c8cff;
  top: 5px;
}


.businessDes .business-left .bw-website {
  width: 220px;
  height: 50px;
  border-radius: 24px;
  border: solid 1px #ddc8ab;
  position: relative;
  text-align: center;
}


.businessDes .business-left .bw-website .ver-center img {
  vertical-align: middle;
}


.businessDes .business-left a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.business-right {
  float: right;
  width: 700px;
  text-align: justify;
  line-height: 26px;
}

.business-right a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}

.businessDes .business-right .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  margin-bottom: 20px;
}

.businessDes .business-right a {
  margin-top: 30px;
}

.businessDes .business-right .content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  text-align: justify;
  line-height: 26px;

}

.business-manger {
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-top: 60px
}

.business-manger .business-left {
  background-image: linear-gradient(88deg,
      #f3f6fb 0%,
      #fafbfd 100%);
  border-radius: 4px;
  height: 100%;
  padding: 30px;
}


.business-manger .business-left ul li {
  display: none;
  text-align: justify;
}

.business-manger .business-left ul li p {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 26px;
  text-justify: inter-ideograph;
}



.business-manger .business-left ul li:first-child {
  display: block;
}


.selece_arc {
  background-image: url('../images/business_arc_icon.png');
  width: 355px;
  height: 450px;
  float: left;
  padding-right: 114px;
  padding-top: 25px;
  position: relative;
  z-index: 999;
  margin-left: 25px;
}

.selece_arc ul li {
  text-align: end;
  position: relative;
  margin-bottom: 45px;
  cursor: pointer;
}





.selece_arc ul li .arc-item p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.selece_arc ul li .arc-item span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #eaeaea;
}

.selece_arc .on .arc-item p {
  color: #4893ff;
}

.selece_arc .on .arc-item span {
  color: #3c8cff;
}



.arc-item {
  width: 205px;
}


.selece_arc ul li .ball {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.arc_Img {
  position: absolute;
  padding-left: 300px;
  transition: all .3s
}


.arc_Img ul li {
  height: 450px;
}


.com-achievement {
  background-image: url('../images/business_bg_img.png');
  height: 447px;
  background-size: 100% 100%;
position: relative;

}

.com-achievement>p {
  margin-left: 63px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 35px;
  color: #ddc8ab;
}


.com-achievement .clearfix li {
  float: left;
  width: 165px;
  position: relative;
  height: 250px;
}

.com-achievement .clearfix li>div {
  min-height: 100px;
  width: 100%;
  position: absolute;
}

.com-achievement .clearfix li>div::before {
  content: '';
  position: absolute;
  background-image: url(../images/bw_cricle_icon.png);
  width: 9px;
  height: 9px;
  left: 50%;
  z-index: 10;
}

.com-achievement .clearfix li:nth-child(odd)>div::before {
  bottom: -30px;
}

.com-achievement .clearfix li:nth-child(even)>div {
  bottom: 0;
}

.com-achievement .clearfix li:nth-child(even)>div::before {
  top: -30px
}



.flex-viewport {
  position: relative;
  width: 800px;
  float: right;
  bottom: -55%;
  transform: translateY(-50%);
}

.flex-viewport ul {
  margin: 0 auto;
  width: 700px;
}

.flex-viewport ul li span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
}

.flex-viewport ul li p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}





.flex-viewport::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px dashed #C7C7C7;
  content: '';
}

.clearfix::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.park-msg {
  margin: 50px 0;
  height: 422px;
  position: relative;
  background-image: linear-gradient(88deg,
      #f3f6fb 0%,
      #fafbfd 100%);
}

.park-msg .mark {
  /* background-image: url(../images/bwwl_photo_img.png); */
  width: 848px;
  height: 100%;
  position: absolute;
  background-color: transparent
}

.park-msg .park-name {
  width: 485px;
  right: 0;
  z-index: 999;
  text-align: end;
  padding-top: 60px;
  /* padding-bottom: 30px; */
  padding-right: 30px;
  position: absolute;
  height: 100%;
  background-image: url(../images/bwwl_photo_img.png);
}

.park-msg .park-name ul li{
  display: none;
}

.park-msg .park-name ul .on{
  display: block;
}

.park-msg .park-name .more {
  position: absolute;
  right: 80px;
  bottom: 30px;
  cursor: pointer;

}

.park-msg .park-name .more .arrow::after {
  content: '';
  background-image: url(../images/bw_gaztlasarrow_icon.png);
  position: absolute;
  /* top: 30px; */
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 19px;
  transition: all .3s;
  right: -20px;
  opacity: 0;

}



.park-msg .park-name .more:hover .arrow::after {
  right: -40px;
  opacity: 1
}


.park-msg .park-name .more p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}


.park-msg .park-name span {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.park-msg .park-name p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #444444;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

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


@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
    transform: none;

  }
}


@keyframes fadeCenter {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  100% {
    position: relative;
    opacity: 1;
    transform: translateY(-50%);
    top: 50%
  }
}

@keyframes fadeAllCenter {
  0% {
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translate3d(-50%, 40%, 0);
  }

  100% {
    position: absolute;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;

  }
}

.fadeToAllCenter{
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  animation: fadeAllCenter 2s;

}

.fadeToCenter {
  animation: fadeCenter 2s;

}


.fadeUp {
  animation: fadeUp 2s;

}

.fadeLeft {
  animation: fadeIn .3s;

}

.net-layout {
  background-image: url('../images/business_bw_img.png');
  background-size: 100% 100%;
  position: relative;
  margin-top: 50px;
}

.model-content>li {
  display: none
}


.model-content .on {
  display: block
}


.model-content .net-layout ul {
  /* width: 360px; */
  /* float: right; */
  margin:0 80px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}


.model-content .net-layout .num {
  font-family: dinAlternate;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4b5ebf;
}

.model-content .net-layout .msg {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #444444;
}

.circle-area {
  position: relative;
  display: inline-block;
  margin-left: 50px
}

.circle-area .tl-semi-circle {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 100% 0 0 0;
  display: inline-block;
  box-shadow: 0px 2px 4px 0px rgba(210, 210, 210, 0.5);
  margin-right: 3px
}

.circle-area .tr-semi-circle {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 0 100% 0 0;
  display: inline-block;
  box-shadow: 0px 2px 4px 0px rgba(210, 210, 210, 0.5);

}

.circle-area .bl-semi-circle {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 0 0 100% 0;
  display: inline-block;
  box-shadow: 0px 2px 4px 0px rgba(210, 210, 210, 0.5);
}

.circle-area .br-semi-circle {
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 0 0 0 100%;
  display: inline-block;
  box-shadow: 0px 2px 4px 0px rgba(210, 210, 210, 0.5);
  margin-right: 3px;
  margin-top: 3px
}

.circle-area .semi-circle-msg {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.circle-area .on {
  background-color: #F4F7FC
}



.circle-area .circle5 {
  text-align: center;
  width: 150px;
  height: 150px;
  background-image: url('../images/business_bgwhite_img.png');
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate3d(-50%, -50%, 0);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
  box-shadow: inset 4px 2px 4px 4px rgba(210, 210, 210, 0.5)
}

.com-achievement .circle-ul {
  float: right;
  width: 500px;
  margin-right: 80px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.com-achievement .circle-ul li {
  display: none
}

.com-achievement .circle-ul .on {
  display: block
}

.com-achievement .circle-ul li::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ddc8ab;
  top: -40px;
}

.model-content .bw-sys {
  background-image: url('../images/business_bg_img.png');
  height: 447px;
  background-size: 100% 100%;
  margin-top: 50px
}

.model-content .bw-sys ul li {
  float: left;
}


.model-content .bw-sys .circle {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  margin: 0 auto 20px auto;
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.5),
    0px 2px 4px 0px rgba(210, 210, 210, 0.5);
}

.model-content .bw-sys .circle-content {
  float: right;
}

.model-content .bw-sys .circle-content ul {
  overflow: hidden;

}

.model-content .bw-sys .circle-content ul:last-child {
  margin: 0 100px;
  margin-top: 50px
}

.model-content .bw-sys .bw-sys-left {
  float: left;
  width: 250px;
  margin-top: 30px;
  margin-left: 50px
}

.model-content .bw-sys .bw-sys-left span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
}

.model-content .bw-sys .bw-sys-left p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.model-content .bw-sys .circle-content ul li {
  margin-left: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;

}

.park-msg .view {
  float: left;
  width: 820px;
  height: 422px;
}

.view .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 0;

}

.view .swiper-container .idxs {
  position: absolute;
  bottom: 5%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.view .swiper-container .idxs li {
  float: left;
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 14px;
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0;
  border: 2px solid #fff;
  cursor: pointer;
}

.view .swiper-container .idxs li.on {
  background: #fff;
  width: 40px;
}


.single-Item{
  display: inline-block;
  vertical-align: middle;
  margin-left: 78px;
  position: relative;
  cursor: pointer;
height:365px ;
}

.single-Item:nth-of-type(3n-2){
  margin-left: 0px;
}

 .single-Item .img-shadow {
  position: relative;
}

 .single-Item .img-shadow img {
  display: block
}

 .single-Item .img-shadow:after {
  background-image: url(../images/home_mask.png);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all .3s;
  content: '';
}

.single-Item .img-shadow:hover:after {
  opacity: 0;
}

 .single-Item .des-msg {
  margin-top: 20px;
}

 .single-Item .des-msg p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

 .single-Item .des-msg p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
   word-wrap: break-word;
}

.page-content .item-list {
  margin-top: 50px;
}

.page-content .post-content-85  a{
cursor: Default
}


.page-content .item-list a {
  width: 344px;
}



.page-content .item-Content .more-btn {
  cursor: pointer;
  display: block;
  width: 387px;
  height: 76px;
  line-height: 76px;
  border: 2px solid #c9b486;
  margin: 0 auto;
  text-align: center;
  color: #c9b486;
  margin-bottom: 150px;
}

.page-content .item-Content .more-btn:hover {
  color: #fff;
  background-color: #c9b486;
  transition: all .3s;
}

.page-content .com-Item {
  height: 503px;
}
.page-content .com-Item:first-child {
    margin-top: 80px;
  }
  


.page-content .com-Item .com-msg .cn {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}


.page-content .com-Item .com-msg .en {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #3c8cff;
  /* width: 270px; */
  margin-bottom: 50px;
}



.page-content .com-Item .com-msg a {
  border-radius: 24px;
  border: solid 1px #DDC8ABFF;
  display: inline-block;
  padding: 5px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #B38F48;
}


.page-content .com-Item:nth-child(odd) .com-msg a {
    float: right;
  
  }
  


.page-content .com-Item:nth-child(odd)>img {
  float: left;

}

.page-content .com-Item:nth-child(even)>img {
    float: right;
}
  

.page-content .com-Item:nth-child(even) .com-msg {

  float: left;
  max-width: 340px;
  padding: 50px 0;
  text-align: justify;
  line-height: 26px;

}

.page-content .com-Item:nth-child(odd) .com-msg {
    float: right;
    max-width: 350px;
    padding: 50px 0;
    text-align: justify;
    line-height: 26px;
  }
  
  .page-content .com-Item:nth-child(odd) .com-msg .cn{
    text-align: right;

  }

  .page-content .com-Item:nth-child(odd) .com-msg .en{
    text-align: right;

  }

   .page-content .modular .com-msg{
       padding:20px 0 !important;
   }

      .page-content .modular .com-msg a{
       margin-top:20px  !important;
   }


  .page-content .modular .com-msg .en {
    margin-bottom:0
}
  .page-content .modular .com-msg .cn {
    margin-top:20px
}

  .page-content .com-Item .com-msg .com-brief {
    font-size:14px
}

  .page-content .modular .com-msg .com-brief {
    margin-top:20px
}






.picScroll-left {
  position: relative;
  margin: 50px 0;
}

.picScroll-left .picList {
  position: relative;
}


.picScroll-left .bd {
  overflow: hidden;
}

.picScroll-left .bd .picList li {
  width: 806px;
  margin-right: 10px
}


.picScroll-left .bd .picList li a span {
  position: absolute;
  bottom: 30px;
  color: #fff;
  /* left: 20px; */
  margin-left: 20px;
}



.picScroll-left .next-box {
  position: absolute;
  width: 384px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}

.picScroll-left .next-box .next-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/aboutus_righttwo_icon.png) no-repeat center center;
  background-color: #ddc8ab;
  cursor: pointer;
}

.left-content {
  height: 100%;
  width: 50%;
  float: right;
  background: url(../images/joinus_airplanbig_img.png) no-repeat;
  background-position: 100% 100%;

}


.joinBg {
  background: url(../images/joinus_dreambanner_bg.png) no-repeat;
  height: calc(100% - 84px);
  min-height: 600px;
  min-width: 100%;
  background-size: auto 100%;
  background-color: #022156;
  width: 100%;
}

.joinBg .slogan {
  text-align: center;
}

.joinBg .slogan img {
  width: 50%;
}


.joinBg .slogan p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 8px;
  color: #8d8d8d;
  text-align: center;
}

.joinBg .join-content {
  float: right;
  width: 100%;
  height: 100%;
  background: url(../images/joinus_airplansmall_img.png) no-repeat;
  padding-top: 15%;
  background-size: 15% auto;
  background-position-y: 10%;
  background-position-x: 10%;
}

.joinBg .join-content .content-box {
  max-width: 373px;
  height: 25%;
  width: 45%;
  max-height: 160px;
  background-image: linear-gradient(135deg, #d3ecf6 0%, #a8d4ea 100%);
  box-shadow: 0px 5px 11px 0px #04193e;
  border-radius: 4px;
  padding: 15px 20px;
  position: relative;
  margin: 0 auto;
}

.joinBg .join-content .content-box img {
  position: absolute;
  bottom: 0;
}

.joinBg .join-content .content-box .enter {
  right: 50px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}

.join-content .content-box:nth-of-type(2) {
  margin-top: 10%
}

.join-content .content-box:nth-of-type(3) {
  margin-top: 20px
}


.joinBg .join-content .content-box:hover .enter {
  right: 20px;
  opacity: 1;
}

.joinBg .join-content .content-box .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}

.joinBg .join-content .content-box .content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5d8ba1;
}


.joinBg .join-content .down {
  position: absolute;
  animation: heart 1s infinite;
  width: 30px;
}

.joinBg .join-content .join-footer {
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
  left: 50%;

}



@keyframes heart {
  from {
    transform: translate(0, -6px)
  }

  to {
    transform: translate(0, 0)
  }
}

.join-item-list {
  /* position: absolute;
  bottom: 50px */
  margin-bottom: 50px;
}


.join-item-list .item .cricle {
  width: 50px;
  height: 50px;
  background-color: #4b5ebf;
  box-shadow: 0px 2px 6px 0px #cecece;
  border-radius: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  line-height: 50px;
  font-family: dinAlternate;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.join-item-list .item {
  width: 340px;
  height: 200px;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(206, 206, 206, 0.5);
  border-radius: 4px;
  margin-right: 84px;
  vertical-align: middle;
}

.join-item-list .item:last-child {
  margin-right: 0
}


.join-item-list .item .msg {
  margin: 0 auto;
  margin-top: 50px;
  line-height: 26px;
}

.join-cn {
  font-size: 30px;
  letter-spacing: 10px;
  color: #ddc8ab;
  margin-top: 50px
}

.join-en {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #3e3e3e;
  position: relative;
  margin-bottom: 100px
}

.join-en::after {
  position: absolute;
  height: 5px;
  width: 40px;
  content: '';
  background-color: #ddc8ab;
  bottom: -10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}


.news-content .module-content .p-Content:first-child {
  margin-top: 50px;
}


.news-content .module-content .p-Content {
  text-align: right;
  margin-right: 60px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

.news-content .module-content .p-Content:hover i {
  transform: translateY(-60%);
  transition: all .3s;
  opacity: 1;
}


.news-content .module-content .p-Content i {
  background-image: url(../images/investment_arrow_icon.png);
  position: absolute;
  /* float: right; */
  width: 30px;
  height: 25px;
  /* right: 200px; */
  right: -120px;
  opacity: 0;
  transform: translateY(100%);
  top: 50%;
}

.news-content .module-content .p-Content p {
  font-size: 16px;
  color: #444444;
}


.news-content .module-content .p-Content .cn {
  font-weight: bold;
  margin: 0;
}

.news-content .module-content .p-Content .en {
  font-weight: normal;
  margin-left: 40px;
}

.news-content .module-content .on p {
  color: #3c8cff;
}

.news-list .p-detail {
  margin-top: 50px;
  /*margin-left: 50px;*/
  min-height: 500px
}

.news-list .page-item-content {
  display: none;
}


.news-list .on {
  display: block;
}

.news-list .p-detail p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  text-align: justify;
  line-height: 24px;
  text-justify: inter-ideograph;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  border-radius: 0;
  color: #fff;
  padding: 0;
  border-bottom: dashed 1px #eaeaea !important;

}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-title a span {
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ddc8ab;
}

.news-list .p-detail .panel-title a .panel-msg {
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}


.news-list .p-detail .panel-title a .panel-msg p {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}




.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}



/* #accordion rotate icon option */

#accordion .panel-heading a:before ,#accordion1 .panel-heading a:before {
  content: '';
  background-image: url(../images/right_circle.png);
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  -webkit-transform: rotate(0deg);
  transform: translateY(50%) rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 20px;
  width: 20px;
}


#accordion .panel-heading a:hover:before,#accordion1 .panel-heading a:hover:before {
  background-image: url(../images/gov_arrow_pressed.png);
  /* -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); */

}


#accordion .panel-heading.active a:before,#accordion1 .panel-heading.active a:before {
  background-image: url(../images/gov_arrow_pressed.png);
  -webkit-transform: rotate(90deg);
  transform: translateY(50%) rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-content .a-left-content {
  width: 800px;
  display: inline-block;
  border-right: 1px solid #eaeaea;
}

.page-content .a-left-content .date {
  margin-top: 50px;

  font-family: dinAlternate;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #f1eff1;
}

.page-content .a-left-content .cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}

.page-content .a-left-content .en {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.page-content .a-left-content .msg {
  margin: 30px 100px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.page-content .a-left-content p {
  margin-bottom: 10px;
  line-height: 26px;
  text-align: justify;
}



.page-content .a-right-content {
  width: 400px;
  float: right;
  text-align: center;
  height: 450px;


}

.page-content .a-right-content .cn {
  font-size: 16px;
  letter-spacing: 0px;
  color: #96908b;
}

.page-content .a-right-content .en {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #96908b;
}

.page-content .a-right-content .gdName {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #676767;
}

.page-content .a-right-content .stoke-price {
  font-family: dinAlternate;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
}


.page-content .a-right-content .msg {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 25%;
  margin-left: 50px;
  margin-right: 50px;}



/*下跌*/
.fall {
  color: #0f9a0e;
}

/*上涨*/
.rise {
  color: #dc1616;
}

.news-list .p-detail .p-msg {
  margin-bottom: 40px
}


.news-list .p-detail .p-msg .p-name {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.news-list .p-detail .p-msg .p-title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 20px;
}

.news-list .p-detail .p-content {
  margin-bottom: 50px;
}


.page-content .history-c {
  width: 100%;
  position: relative;
}

.page-content .history-c::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #d7d7d7;
  left: 50%
}

.page-content .history-c ul li {
  width: 100%;
  height: 380px;
  position: relative;
}

.page-content .history-c ul li .half_li {
  width: 50%;
}

.page-content .history-c ul li .half_li .date {
  font-family: dinAlternate;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #444444;
  text-align: end;
  padding-right: 40px;
  position: relative;
}




.page-content .history-c ul li .half_li .msg {
  position: relative;
}

/* .page-content .history-c ul li .half_li .msg:hover .history-Img {
  transform: scale(0);
  width: 385px;
} */


.page-content .history-c ul li .half_li .msg .content {
  position: relative;
  height: 120px;
}


.page-content .history-c ul li .half_li .msg .content img {
  width: 120px;
  border-radius: 50%;
  height: 120px;
}



.page-content .history-c ul li .half_li .msg .msg_d {
  width: 385px;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  /* float: right; */
  right: 40px;
  position: absolute;
  transform: translateY(-50%);
  text-align: justify;
  line-height: 26px;
}

.page-content .history-c ul li .half_li .msg .history-Img {
  margin-top: 10px;
  position: absolute;
  right: 40px;
  /* transform: scale(0); */
  opacity: 0;
  transition: all .3s;
  width: 385px;
  max-height: 260px;
}



.page-content .history-c ul li:nth-child(even) .half_li {
  position: absolute;
  right: 0;
}

.page-content .history-c ul li:nth-child(even) .half_li .date {
  padding-left: 40px;
}


.page-content .history-c ul li:nth-child(even) .half_li .msg .msg_d {
  left: 40px;
}

.page-content .history-c ul li:nth-child(even) .half_li .msg .content img {
  float: right;
}



.page-content .history-c ul li:nth-child(even) .half_li .msg .history-Img {
  left: 40px;
}

.page-content .history-c ul li:nth-child(even) .half_li .date {
  text-align: start;
}

.page-content .history-c ul li .half_li .date::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #b7cfff;
  border-radius: 50%;
  border: 5px solid #e5e5e5;
}

.page-content .history-c ul li:nth-child(even) .date::after {
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 0;
}

.page-content .history-c ul li:nth-child(odd) .date::after {
  transform: translate3d(50%, -50%, 0);
  top: 50%;
  right: 0;
}

.page-content .eli-dot {
  margin: 50px auto 100px;
  width: 51px;

}

.page-content .eli-dot>div {
  width: 10px;
  height: 10px;
  background-color: #f1eff1;
  margin-right: 5px;
  display: inline-block;
}

.page-content .eli-dot>div:last-child {
  margin-right: 0;
}

.page-content .center-content {
  text-align: center;
}

.page-content .center-content .cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0063fb;
  margin-bottom: 30px;

}

.page-content .center-content .en {
  font-family: enFamily;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f1eff1;
  margin-top: 50px;
}

.page-content .cu-content {
  position: relative;
}


.page-content .cu-content .cu-l {
  width: 500px;
  display: inline-block;
  border-right: 1px solid #eaeaea;
  padding-top: 50px;
}


.page-content .cu-content .cu-l .cu-title{
text-align: end;
  font-family: enFamily;
  font-size: 48px;
  letter-spacing: 0px;
  color: #f1eff1;}


.page-content .cu-content .cu-l div {
  display: inline-block;
}

.page-content .cu-content.cu-l div p {
  font-family: enFamily;
  font-size: 48px;
  letter-spacing: 0px;
  color: #f1eff1;
  text-align: right;
}


.page-content .cu-content .cu-r {
  width: 700px;
  padding-top: 50px;
  padding-left: 100px;
  float: right;
}


.page-content .cu-content .cu-r p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #444444;
  margin-bottom: 10px;
}

.page-content .cu-content .cu-r i {
  background-image: url(../images/aboutus_downarrow_icon.png);
  position: absolute;
  width: 26px;
  height: 32px;
  transition: all .3s;
  opacity: 1;
  transform: translateY(-60%);
  bottom: 0;
  animation: heart .6s infinite;
}

.page-content .cu-content .cu-r p:first-child {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0063fb;
  margin-bottom: 50px;
}

.page-content .myMap {
  margin: 100px auto 50px auto;
}

.page-content .ul-list {
  display: inline-block;
}


.page-content .ul-list .ul {
  position: relative;
  display: inline-block;
  width: 213px;
  height: 280px;
  margin-right: 15px;
  cursor: pointer;
}

.page-content .ul-list .ul::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s;
}

.page-content .ul-list .ul:hover::before {
  opacity: 0;
}

.page-content .ul-list .ul .ul-content {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 0;
  height: 150px;
  z-index: 30;
  transition: all .3s;
  width: 100%;
}

.page-content .ul-list .ul:hover .ul-content {
  background-color: #4b5ebf;
}

.page-content .ul-list .ul .ul-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}

.page-content .ul-list .ul .ul-content .title::before {
  content: "";
  width: 28px;
  border-top: 3px solid #e9c265;
  position: absolute;
  left: 0;
  top: 35px;
  transition: all 0.3s ease;
}

.page-content .ul-list .ul .ul-content .content {
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
}

.page-content .ul-list .ul:hover .ul-content .content {
  opacity: 1;
}

.page-content .dev-content .ul-description {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  text-align: justify;
  text-justify: inter-ideograph;

}

.page-content .dev-content .ul-description ul li{
  display: none;
  font-size: 14px;
}

.page-content .dev-content .ul-description ul li:nth-child(3){
  margin-top: -120px;
}


.page-content .ul-des {
  float: right;
  text-align: right;
}


.page-content .ul-des .cn {
  font-size: 24px;
  font-weight: bold;
  color: #3c8cff;
}

.page-content .ul-des .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  color: #f1eff1;
  width: 200px;
  margin-bottom: 20px;
}

.page-content .e-rule {
  background: url(../images/aboutus_eightrules_img.png);
  height: 364px;
}

.page-content .e-rule .rule-c {
  width: 360px;
  height: 100%;
  background-color: #ddc8ab;
  text-align: center;
  font-size: 16px;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #ffffff;
  float: right;
  margin-right: 120px;
}

.page-content .e-rule .rule-c .sol-fade{
  top:13%
}

.page-content .dev-content {
  margin: 50px auto;
  position: relative;
}


.c-name {
  margin-left: 30px;
  margin-top: 20px;
  width: 160px;
  float: left;
}

.c-name .cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3c8cff;
}

.c-name .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  color: #e1e1e1;
}


.cul-act {
  background-color: #4b5ebf;
  overflow: hidden;
  position: relative;
  margin: 50px auto;
  /* background: url(../images/aboutus_photo_bg.png); */

}

.cul-act .cul-act-l {
  position: absolute;
  height: 100%;
  top: 0;
  width: 426px;
}

.cul-act .cul-act-l .c-name {
  margin-top: 35px;
  float: none;
  position: absolute;
}

.cul-act .cul-act-l .cn {
  color: #fff;
}

.cul-act .cul-act-l .en {
  color: #a3b1fa;

}

.cul-act .cul-act-l .ver-center {
  margin-left: 30px;
  font-size: 16px;
  color: #ddc8ab;
}


.cul-act .cul-swiper {
  float: right;
  margin-right: 120px;
}

.page-content .soc-header {
  background: #4b5ebf;
  background-color: #4b5ebf;
  overflow: hidden;
  position: relative;
  height: 432px;
  margin-top: 50px;
}

.page-content .soc-header .swiper_Img {
  margin-left: 120px;
}

.page-content .soc-header .soc-header-r {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 426px;
  padding: 20px 30px 0 15px;
}


.page-content .soc-header .soc-header-r .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #a3b1fa;
  text-align: end;
}


.page-content .soc-header .soc-header-r .cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: end;

}

.page-content .soc-header .soc-header-r ul {
  margin-top: 50px;
  display: inline-block;
}

.page-content .soc-header .soc-header-r .newsUl ul {
  margin-top: 26px;
}


.page-content .soc-header .soc-header-r .newsUl {
  width: 285px;
  /* display: inline-block; */
  float: right;
}

.page-content .soc-header .soc-header-r .newsUl ul li{
display: none
}

.page-content .soc-header .soc-header-r .newsUl ul .onNews{
  display: block;
  line-height: 26px;
}



.page-content .soc-header .soc-header-r ul li {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 5px;
  cursor: pointer;
}


.page-content .soc-header .soc-header-r ul .on {
  color: #e9bf77;
  border-bottom: 2px solid #e9bf77;
}


.page-content .soc-header>img {
  position: absolute;
  /* top: 50%; */
  transform: translateY(20%);
}


.page-content .soc-1 {
  background: url(../images/aboutus_responsiblity_bg.png);
  height: 430px;
}

.page-content .soc-1 .soc-l {
  margin-left: 120px;
  width: 450px;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  padding: 0 25px;
}

.page-content .soc-1 .soc-l .cn {
  font-size: 24px;
  font-weight: bold;
  color: #3c8cff;
  margin-bottom: 50px;
}

.page-content .soc-1 .soc-l .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #959596;
}

.page-content .soc-1 .soc-l .content {
  font-size: 16px;
  color: #f1f1f1;
}

.page-content .soc-1 .soc-l .content .con-ext {
  font-size: 20px;
}


.page-content .soc-2 {
  background: url(../images/aboutus_customers_bg.png);
  height: 430px;
}

.page-content .soc-2 .soc-r {
  margin-right: 76px;
  float: right;
  width: 410px;
  height: 100%;
  background-color: #4b5ebf;
  padding: 0 25px;
}

.page-content .soc-2 .soc-r .cn {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #ddc8ab;

}

.page-content .soc-2 .soc-r .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #7882bd;
}

.page-content .soc-2 .soc-r .content {
  font-size: 16px;
  color: #f1f1f1;
}

.page-content .soc-2 .soc-r .content .con-ext {
  font-size: 20px;
}

.page-content .soc-3,
.soc-4 {
  overflow: hidden;
  height: 500px;
}


.page-content .soc-4 {
  margin-bottom: 50px;
}

.page-content .soc-3 .soc-l {
  float: left;
  width: 600px;
  height: 100%;
  background-color: #b8c7e1;
  text-align: center;

}

.page-content .soc-4 .soc-r {
  float: right;
  width: 600px;
  height: 100%;
  background-color: #b8c7e1;
  text-align: center;
}

.page-content .soc-3 .en,
.soc-4 .en {
  font-family: enFamily;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #c6dbff;
}

.page-content .soc-3 .cn,
.soc-4 .cn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 50px;
}

.page-content .soc-3 .content,
.soc-4 .content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}


.page-content .soc-3 .content .con-ext,
.soc-4 .content .con-ext {
  font-size: 20px;
}


.page-content .soc-4 .soc-r .ver-center {
  display: inline-block;
  text-align: end;
}

.page-content .soc-3 .soc-l .ver-center {
  display: inline-block;
  text-align: end;
  display: inline-block;
  text-align: left;
}

.page-content .news-content .news-list table {
  width: 100%;
  margin-bottom: 50px;
}

.page-content .news-content .news-list table tr {
  text-align: left;
  height: 40px;
}

.page-content .news-content .news-list table tr:nth-of-type(even) {
  background-color: #f7f4ef;
}

.page-content .news-content .news-list table tr th {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #ddc8ab;
  padding-left: 20px;
}


.page-content .news-content .news-list .wp-block-table{
  margin: 0;
}

.page-content .news-content .news-list table tr:first-child{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #ddc8ab;
  padding-left: 20px;

}
.page-content .news-content .news-list table tr td:first-child{width:220px;}
.page-content .news-content .news-list table tr td:nth-of-type(2){width:250px;}
.page-content .news-content .news-list table tr td:nth-of-type(3){width:220px;}

.page-content .news-content .news-list table tr:first-child td {
  color: #ffffff;
}

.page-content .news-content .news-list table tr td {
  font-size: 16px;
  color: #444444;
  padding-left: 20px;
}
.news-content .news-detail .news-neirog{
  margin-bottom: 50px;
}
.news-content .news-detail .news-neirog p{
  margin-top: 24px;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.news-content .news-detail .news-neirog figure{
  /* margin: 0; */
  text-align: center;
  margin-top: 30px;
}

.inscription{
    text-align:right
}

.has-text-align-center{
  text-align:center !important;
}



