/* banner */
.banner {
  width: 100%;
  max-width: 100%;
  margin: auto !important;
  overflow: hidden;
  max-height: 761px !important;
  height: 34.59vw !important;
  position: relative;
  max-width: 2200px;
}

.banner .bd {
  width: 100%;
  overflow: hidden;
}

.banner .bd ul {
  width: 100% !important;
}

.banner .bd li {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bd li .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .content {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.banner video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.banner .ban_t {
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 5;
}

.banner .ban_t h1 {
  font-size: 2.36vw;
  line-height: 2.36vw;
  margin-bottom: 20px;
  color: #e50000;
  font-weight: 300;
}

.banner .ban_t.ban_t1 h1 {
  font-size: 4.7vw;
  line-height: 4vw;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -3px;
  font-family: 'RAJDHANI_BOLD';
}

.banner .ban_t.ban_t1 h2 {
  font-size: 2.36vw;
  line-height: 2.36vw;
  margin-bottom: 20px;
  color: #e50000;
  font-weight: 300;
}

.banner .ban_t h2 {
  font-size: 1.9vw;
  color: #ffffff;
  line-height: 1.9vw;
  font-family: 'RAJDHANI_BOLD';
  letter-spacing: -.5px;
  text-transform: capitalize;
}

.banner .ban_t .text1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.banner .ban_t .text2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.banner .ban_t.ban_t1 {
  left: 0;
  right: auto;
  top: 9.54vw;
}

.banner .ban_t.ban_t2 {
  right: auto;
  left: 0;
  top: 9.54vw;
}

.banner .ban_t.ban_t5 {
  right: auto;
  left: 0;
  top: auto;
  bottom: 7vw;
}

.banner .ban_t.ban_t1 img {
  width: 27.22vw;
  max-width: 599px;
}

.banner .ban_t.ban_t3,
.banner .ban_t.ban_t4 {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.btnWrap {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  z-index: 99;
  left: 35px;
  width: calc(100% - 70px);

}

.banner .btnWrap .box .playState.play {
  background-image: url("../images/icon_pause1.png");
  background-position: center;

}

.banner .btnWrap .box .playState.stop {
  background-image: url("../images/icon_play.png");
  background-position: center;
}

.banner .btnWrap .box .playState {
  float: left;
  width: 44px;
  height: 44px;
  margin-left: 58px;
  margin-right: 58px;
  cursor: pointer;
  background: no-repeat center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  border: 2px solid #ffffff;
  transition: all .3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.banner .next,
.banner .prev {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  z-index: 99;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  transition: all .7s;
}

.banner .next {
  right: 0;
  transition: all .3s;
  background: url("../images/icon_next.png") no-repeat center;
  background-size: 10px 20px;
}

.banner .ms-thumb-list {
  bottom: 40px;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  height: 10px;
  top: auto;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.banner .ms-thumb-list .ms-thumbs-cont {
  top: auto !important;
  transform: none !important;
}

.banner .ms-thumb-list .ms-thumb-frame {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  transition: all .6s;
}

.banner .ms-thumb-list .ms-thumb-frame.ms-thumb-frame-selected {
  width: 50px;
  background: #9d3224;
}

.nav .inner_bor {
  position: absolute;
  left: 24px;
  top: 0;
  width: 0;
  height: 3px;
  opacity: 0;
  background-color: #9d3224;
}

.banner .prev {
  left: 0;
  transition: all .3s;
  background: url("../images/icon_prev.png") no-repeat center;
  background-size: 10px 20px;
}

.fadeOut {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  right: calc((100vw - 1840px) /2);
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(../images/return.jpg);
  background-repeat: no-repeat;
  transition: all .3s;
  opacity: 0;
}

.fadeOut.on {
  opacity: 1;
}

.fadeOut:hover {
  background: url(../images/returnon.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width:1920px) {
  .fadeOut {
    right: 40px;
  }
}

@media screen and (max-width:1560px) {
  .fadeOut {
    right: 0;
    bottom: 33px;
  }
}

.banner .prev:hover {
  background: url("../images/icon_prevon.png") no-repeat center;
  background-size: 47px 20px;
}

.banner .next:hover {
  background: url("../images/icon_nexton.png") no-repeat center;
  background-size: 47px 20px;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.index_1 {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 75px;
  position: relative;
}

.index_1 .ul {
  display: flex;
  width: 793px;
  margin: 25px auto 55px;
  justify-content: space-between;
}

.index_1 .ul .li {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.index_1 .ul .li p {
  font-size: 14px;
  color: #656565;
}

.index_4 img {
  width: 1292px;
  margin-left: -46px;
  max-width: initial;
}

.Wrapper {
  position: relative;
}

.Wrapper .nav-link {
  position: absolute;
  right: 47px;
  top: 35px;
  padding-bottom: 34px;
}

.Wrapper .nav-link li {
  float: left;
  font-weight: bold;
  line-height: 15px;
  font-size: 15px;
  color: rgba(0, 0, 0, .5);
}

.Wrapper .nav-link li a {
  padding-left: 45px;
}

.Wrapper .nav-link .inner_bor {
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #a8a8a8;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.index_1 .ul .li .um em {
  color: #9d3224;
  font-size: 70px;
  line-height: 70px;
  font-style: italic;
  font-family: 'RAJDHANI_BOLD';
}

.index_1 .section {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 22px 0;
}

.index_1 .se-le {
  width: 45.7%;
  padding-left: 60px;
  padding-top: 147px;
}

.index_1 .se-ri {
  width: 43.9%;
  height: 495px;
  background: no-repeat center;
  background-size: cover;
}

.index_1 h3 {
  font-size: 40px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 14px;
}

.index_1 p {
  font-size: 16px;
  color: #676767;
  line-height: 22px;
}

.index_2 {
  width: 100%;
  overflow: hidden;
  height: 940px;
  position: relative;
}

.boxbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  background-color: #ff6600;
  align-items: center;
  transition: all .8s;
  max-width: 1920px;
  /* background: url(../images/banner-1.jpg) no-repeat; */
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.boxbg .ball {
  height: 100%;
}

.ballm {
  position: absolute;
  /* z-index: 55; */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  /* left: 120px; */
  /* top: 135px; */
  /* overflow: hidden; */
  /* border: 30px solid rgba(255, 255, 255, .12); */
  -webkit-clip-path: circle(10% at 50% 50%);
  clip-path: circle(10% at 50% 50%);
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
}

.boxbg.animated .ball .ballm {
  -webkit-clip-path: circle(100.3% at 50% 50%);
  clip-path: circle(100.3% at 50% 50%);
}

.ba {
  width: 100%;
  margin: 0 auto !important;
  overflow: hidden;
  min-width: 1260px;
  height: 100vh !important;
  background-color: #000;
}

.index_2 video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_2 .section {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 1200px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_2 .section .Age {
  transform: scale(.2);
  transition: all 1s;
}

.index_2 .section .Age.animated {
  transform: scale(1);
}

.index_2 .se-le {
  width: 55.6%;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.index_2 .se-ri {
  width: 43.9%;
  height: 540px;
  position: relative;
}

.index_2 .list {
  margin-left: -3px;
  margin-right: -3px;
}

.index_2 .item {
  float: left;
  width: 25%;
  height: 540px;
  padding: 0 3px;
}

.index_2 .item .bg {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.index_2 .item.item4 .bg:before,
.index_2 .item.item4 .bg:after {
  background-color: #f35325;
}

.index_2 .item.item3 .bg:before,
.index_2 .item.item3 .bg:after {
  background-color: #101d7b;
}

.index_2 .item.item2 .bg:before,
.index_2 .item.item2 .bg:after {
  background-color: #d2e4dc;
}

.index_2 .item .bg:before,
.index_2 .item .bg:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #0078d4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.index_2 .item .bg:before {
  left: -20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.index_2 .item .bg:after {
  right: -20px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.index_2 .item .bg:hover:before {
  -webkit-animation: H_Animation1 0.8s both;
  animation: H_Animation1 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.index_2 .item .bg:hover:after {
  -webkit-animation: H_Animation2 0.8s both;
  animation: H_Animation2 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.index_2 .item .bg:hover .infomation,
.index_2 .item .bg:hover .en {
  color: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.index_2 .infomation {
  color: #000;
  position: absolute;
  top: 195px;
  left: 25px;
  z-index: 2;
}

.index_2 .en {
  font-family: 'SegoeUI-Semibold';
  font-size: 20px;
  line-height: 1;
}

.index_2 .cn {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 6px;
}

.index_2 .se-le .infomation {
  color: #fff;
  left: 60px;
}

.index_2 .se-le .en {
  font-family: 'SegoeUI-Bold';
  font-size: 36px;
}

.index_2 .se-le .cn {
  font-size: 40px;
  margin: 10px 0 26px;
}

.index_2 .se-ri .en {
  text-transform: uppercase;
  color: #c6c6c6;
}

.index_3 .img {
  width: 100%;
  height: 686px;
  background: no-repeat center;
  background-size: cover;
}

.tabName:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #040707;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tabName {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.tabName a {
  display: inline-block;
  margin: 0 65px;
  padding-bottom: 42px;
  position: relative;
}

.tabName a:first-child:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0090ff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index_3 .infomation {
  padding: 177px 0 0 60px;
}

.index_4 {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 74px;
}

.index_4 .w1200 {
  position: relative;
  z-index: 5;
}

.index_4 .section {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 20px;
  overflow: hidden;
}

.index_4 .se-item {
  float: left;
  width: 50%;
  padding: 0 4px;
}

.page_nav {
  max-width: 1920px;
  min-width: 1200px;
  height: 300px;
  background: url(../images/page_bg.jpg) no-repeat left center;
  background-size: cover;
  margin: 0 auto;
  font-size: 15px;
  position: relative;
}

.le {
  float: left;
}

.ri {
  float: right;
}

.page_name li {
  float: left;
  padding-left: 15px;
  position: relative;
  margin-right: 12px;
}

.page_nav .w1200 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page_name li:nth-child(1) {
  padding-left: 24px;
}

.page_name li:before {
  content: '';
  width: 13px;
  height: 12px;
  background: url(../images/ico78.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page_name li a {
  font-size: 14px;
  color: #615d5c;
}

.page_name li:nth-child(2):before {
  content: '';
  width: 5px;
  height: 9px;
  background: url(../images/ico79.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page_nav .ri li {
  float: left;
  margin-left: 29px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.page_nav .ri li a {
  color: #615d5c;
  font-size: 14px;
}

.page_nav .ri li::after {
  content: '';
  width: 8px;
  height: 0;
  background: #9c3225;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .6s;
}

.page_nav .ri li.on a {
  color: #9c3225;
}

.page_nav .ri li.on::after {
  height: 8px;
  opacity: 1;
}

@media screen and (max-width:1440px) {
  .w1280 {
    width: 90%;
  }

  body {
    min-width: initial;
  }
}


#footer .foor-min .top-foot .fl {
  font-size: 14px;
  color: #6c6c6c;
}

#footer .foor-min .top-foot .fl a {
  float: left;
  margin-right: 18px;
  font-weight: bold;
}

#footer .foor-min .top-foot .fl a:nth-child(1) {
  margin-right: 9px;
}

#footer .foor-min .top-foot .fr {
  background: url(../images/index/ico1.png) no-repeat;
  background-position: left 50%;

}

#footer .foor-min .top-foot .fr a:nth-child(1) {
  margin-left: 38px;
}

#footer .foor-min .top-foot .fr a {
  float: left;
  font-size: 14px;
  color: #6c6c6c;
  margin-left: 20px;
  line-height: 25px;
  font-weight: bold;
  transition: all .3s;
}

#footer .foor-min .top-foot .fr a:hover {
  color: #e50000;
}

#footer .foor-min .top-foot {
  border-bottom: 3px solid #dbdbdb;
  position: relative;
  padding-bottom: 27px;
}

#footer .foor-min .top-foot::before {
  content: '';
  width: 0;
  transition: all .6s;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fb0021;
}

#footer .foor-min.animated .top-foot::before {
  width: 18.4%;
}

#footer .foor-min .bott-foot {
  padding-top: 23px;
}

#footer .foor-min .bott-foot .fl h1 {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'GESans-Regular';
}


#footer .foor-min .bott-foot .fr {
  align-items: center;
  display: flex;
  font-size: 14px;
  color: #797673;
  line-height: 40px;
  font-weight: bold;
}

.social_icon_wechat {
  width: 40px;
  height: 40px;
  background: url(../images/index/wx.png) no-repeat;
  position: relative;
  margin-left: 12px;
}

.social_icon_wechat .weChat_img {
  position: absolute;
  top: -220px;
  left: -61px;
  width: 160px;
  height: 200px;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  will-change: opacity;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  padding: 20px 20px 14px;
  box-sizing: border-box;
  box-shadow: 0 -5px 17px -3px rgba(0, 0, 0, .15);
}

.social_icon_wechat .weChat_img::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -12px;
  left: 0px;
  right: 0px;
  border-width: 13px 13px 13px;
  border-style: solid solid none;
  border-image: initial;
  border-bottom: none;
  margin: auto;
}

.social_icon_wechat .weChat_img .i {
  border: 1px solid #cfcece;
}

.social_icon_wechat .weChat_img p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 18px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 10px;
}

.social_icon_wechat:hover .weChat_img {
  opacity: 1;
  transform: scale(1, 1);
}

.socia1 .socia-npm1 {
  margin-top: 20px;
}

.socia1 .socia-npm1 .clear {
  height: 486px;
  position: relative;
  margin-top: 30px;
}

.socia1 .socia-npm1 .fl {
  width: 52.37%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.socia1 .socia-npm1 .fr {
  background: url(../images/join/bg10-1.jpg) center;
  background-size: cover;
  height: 100%;
  width: 47.63%;
  position: relative;
}

.socia1 .socia-npm1 .fr .txt {
  position: absolute;
  left: 35px;
  bottom: 80px;
}

.socia1 .socia-npm1 .fr h1 {
  font-size: 40px;
  color: #fbe3c2;
  line-height: 40px;
  margin-bottom: 7px;
}

.socia1 .socia-npm1 .fr h2 {
  font-size: 24px;
  color: #fbe3c2;
  line-height: 22px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  text-transform: uppercase;
}

.socia1 .socia-npm1 .txt_p p {
  font-size: 15px;
  color: #4d4d59;
  line-height: 26px;
  margin-bottom: 15px;
}

.socia-npm1 .ul .li {
  height: 420px;
  margin-bottom: 20px;
  background-size: cover;
  padding: 0 40px 0 70px;
}

.socia-npm1 .ul .li .text {
  width: 502px;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
}

.socia-npm1 .ul .li:nth-child(odd) .text {
  float: right;
}

.socia-npm1 .ul {
  margin-top: 30px;
}

.socia-npm1 .Age em {
  font-size: 24px;
  color: #666666;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  text-transform: uppercase;
  opacity: .6;
}

.socia-npm1 .Age h5 {
  font-size: 30px;
  color: #333333;
  margin-top: 2px;
  margin-bottom: 15px;
}

.socia-npm1 .Age p {
  font-size: 15px;
  color: #4d4d59;
  line-height: 26px;
}

.index .index-npm1 {
  height: 464px;
  background: #fff url(../images/index/bg1.jpg) no-repeat center;
  padding-top: 58px;
  position: relative;
  max-width: 2220px;
  margin: auto;
}

.index .index-npm1 .top-npm {
  padding-bottom: 32px;
  position: relative;
  border-bottom: 4px solid #cfcece;
}

.index .index-npm1 .top-npm .fl h1 {
  font-family: 'BrandonGrotesqueWeb-Bold';
  text-transform: uppercase;
  font-size: 24px;
  color: #e50000;
}

.index .index-npm1 .top-npm .fl h1 em {
  color: #595959;
  letter-spacing: -1px;
}

.index .index-npm1 .top-npm .fl h2 {
  color: #595959;
  font-size: 20px;
  opacity: .8;
  font-weight: 600;
  margin-top: 4px;
}

.index .index-npm1 .top-npm .clear-i {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index .index-npm1 .top-npm .fr {
  font-size: 27px;
  color: #e50000;
  font-family: 'BrandonGrotesqueWeb-Bold';
  text-transform: uppercase;
  letter-spacing: -1px;
}

.index .index-npm1 .top-npm::after {
  content: '';
  height: 4px;
  width: 23.28125%;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #e70000;
}

.index .index-npm1 .bot-npm {
  margin-top: 25px;
  position: relative;
}

.index .index-npm1 .bot-npm .p p {
  color: #1d1408;
  opacity: .6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.index .index-npm1 .bot-npm .en {
  font-family: 'GESans-Regular';
  font-size: 15px;
  color: rgba(29, 20, 8, .22);
  line-height: 18px;
  margin-top: 10px;
}

.index .index-npm1 .bot-npm .ul {
  display: flex;
  margin-top: 50px;
}

.index .index-npm1 .bot-npm .ul .li {
  float: left;
  font-size: 15px;
  color: rgba(29, 20, 8, .6);
  margin-right: 5.078%;
  font-weight: 600;
}

.index .index-npm1 .bot-npm .ul .li .lnlien {
  display: inline-block;
}

.index .index-npm1 .bot-npm .ul .li em {
  font-size: 32px;
  color: #d49956;
  font-family: 'BrandonGrotesqueWeb-Bold';
  vertical-align: sub;
  margin: 0 4px;
  display: inline-block;
}

.index .index-npm2 {
  min-height: 534px;
  background: #f9f8f6 url(../images/index/bg2.jpg) no-repeat;
  background-position: bottom;
  padding-top: 80px;
  position: relative;
  background-size: cover;
}

.index .tit h1 {
  color: #738083;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: 'BrandonGrotesqueWeb-Bold';
  letter-spacing: -1.5px;
}

.index .tit h1 em {
  color: #ea0000;
}

.index .home-business .tit h2 {
  font-size: 20px;
  color: #193b47;
  margin-top: 5px;
  font-weight: 600;
}

.index .home-business .ul {
  overflow: hidden;
  margin-top: 30px;
}

.index .home-business .ul .li {
  height: 348px;
  width: 24.6%;
  float: left;
  margin-right: 0.4687%;
  background-size: cover;
  position: relative;
  transition: all .3s;
}

.index .home-business .ul .li .txt {
  position: absolute;
  left: 44px;
  bottom: -12px;
  transition: all .4s;
}

.index .home-business .ul .li .txt .roui {
  margin-top: 40px;
  opacity: 0;
}

.index .home-business .ul .li:hover .txt {
  transform: translateY(-57px);
}

.index .home-business .ul .li:hover .txt .roui {
  opacity: 1;
}

.index .home-business .ul .li:nth-child(1):hover {
  background-image: url(../images/index/img-bg1.jpg) !important;
}

.index .home-business .ul .li:nth-child(2):hover {
  background-image: url(../images/index/img-bg2.jpg) !important;
}

.index .home-business .ul .li:nth-child(3):hover {
  background-image: url(../images/index/img-bg3.jpg) !important;
}

.index .home-business .ul .li:nth-child(4):hover {
  background-image: url(../images/index/img-bg4.jpg) !important;
}

.index .home-business .ul .li::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .38));
}

.index .home-business .ul .li:hover::after {
  opacity: 0;
}

.index .home-business .ul .li:last-child {
  margin-right: 0;
}

.index .home-business .ul .li h1 {
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}

.index .home-business .ul .li h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 18px;
  font-family: 'BrandonGrotesqueWeb-Bold';
}

.index .home-news {
  padding-top: 43px;
}

.index .home-news .tit h1 {
  color: #e50000;
}

.index .home-news .ul {
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 3;
  margin: 35px auto -140px;
}

.index .index-npm3 {
  background: #faf8f6;
}

.index .home-news .ul .li {
  float: left;
  width: 33.3%;
  padding: 70px 40px;
  position: relative;
}

.index .home-news .ul .li:nth-child(2)::after {
  content: '';
  width: 2px;
  position: absolute;
  left: -1px;
  height: 90%;
  bottom: 0;
  background-image: linear-gradient(rgba(236, 236, 236, 0), #ececec);
}

.index .home-news .ul .li:nth-child(2)::before {
  content: '';
  width: 2px;
  position: absolute;
  right: -1px;
  height: 90%;
  bottom: 0;
  background-image: linear-gradient(rgba(236, 236, 236, 0), #ececec);
}

.index .home-news .ul .li h1 {
  font-size: 24px;
  line-height: 24px;
  color: #c5a580;
  font-family: 'RAJDHANI_BOLD';
  opacity: .6;
  margin-bottom: 5px;
}

.index .home-news .ul .li h2 {
  color: #1d1408;
  font-size: 20px;
  opacity: .6;
  transition: all .3s;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index .home-news .ul .li:hover h2 {
  color: #e50000;
  opacity: 1;
}

.index .home-news .ul .li p {
  color: #1d1408;
  font-size: 14px;
  opacity: .67;
  margin-top: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index .home-news .ul .li .Learn {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 35px;
  color: #1d428a;
  font-family: 'GESans-Regular';
  text-transform: uppercase;
}

.height {
  margin-top: 94px;
}

.Wrapper {
  background: #fff;
  padding: 85px 50px;
  max-width: 1280px;
  /* 270px */
  margin: 0 auto -140px;
}

.top-til {
  margin-top: 175px;
  margin-bottom: 55px;
  padding-left: 60px;
  display: table;
  opacity: 0;
  transition: all 2s;
}

.top-til.animated {
  opacity: 1;
}

.top-til h1 {
  font-size: 24px;
  color: #6a6a6a;
  margin-bottom: 5px;
}

.top-til h1 em {
  /* animation: reveal3 .1s .2s forwards;
    color: transparent; */
}

@keyframes reveal3 {
  from {
    /* opacity: 1;*/
    background-color: #ff0012;
    color: transparent;
  }

  to {
    /* color: #ff0012; */
    /* opacity: 1;*/
    background-color: transparent;
  }
}

.top-til h1 em {
  color: #ff0012;
}

.top-til h1 em:nth-child(n+5) {
  color: #6a6a6a;
}

.top-til h2 em {
  animation: reveal4 .6s forwards;
  color: transparent;
}

@keyframes reveal4 {
  from {
    /* opacity: 1;*/
    /* background-color: #f4ead9; */
    color: transparent;
  }

  to {
    color: rgba(119, 118, 117, .22);
    /* opacity: 1;*/
    background-color: transparent;
  }
}

.top-til h2 {
  color: rgba(119, 118, 117, .22);
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  position: relative;
  float: left;
}

.top-til .span {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}

.top-til .span span {
  width: 6px;
  height: 6px;
  background: #e50000;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 6px;
  /* transition: all 1s; */
  opacity: 0;
}

.top-til.animated .span span:nth-child(1) {
  animation-delay: .2s;
}

.top-til.animated .span span:nth-child(2) {
  animation-delay: .6s;
}

.top-til.animated .span span:last-child {
  background: #bebebe;
  animation-delay: 1s;
}

.top-til.animated .span span {
  animation: span 3s forwards;
}

@keyframes span {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.title {
  height: 104px;
  position: relative;
  /* padding-top: 25px; */
  background: url(../images/index/ico2.png) no-repeat;
  background-position: right 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .topnpm .tit .cn {
  font-size: 24px;
  color: #4c4c4c;
  margin-bottom: 8px;
}

.news .topnpm .tit .en {
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 24px;
  color: #d6000f;
  text-transform: uppercase;
}

.news .topnpm {
  position: relative;
}

.news .topnpm p {
  /* position: absolute; */
  margin-top: 10px;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 700;
}

.news .topnpm p em {
  color: #e63237;
  font-size: 24px;
}

.news .botnpm {
  margin-top: 60px;
  padding-bottom: 50px;
}

.news .botnpm .box {
  margin-bottom: 30px;
  overflow: hidden;
}

.news .botnpm .box .li {
  font-size: 14px;
  color: #666666;
  width: 100px;
  line-height: 50px;
  text-align: center;
  float: left;
  background: #f9f8f6;
  /* border-radius: 25px; */
  margin-right: 5px;
  cursor: pointer;
  transition: all .4s;
}

.news .botnpm .box .li.on {
  background: #d6000f;
  color: #fff;
}

.news .botnpm .resul .lies {
  /* border-radius: 10px; */
  background: #f9f8f6;
  position: relative;
  padding: 50px 228px 45px 50px;
  margin-bottom: 10px;
}

.news .botnpm .resul .lies h1 {
  color: #4c4c4c;
  font-size: 20px;
  margin-bottom: 20px;
}

.news .botnpm .resul .lies p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.news .botnpm .resul .lies p em::after,
.news .botnpm .resul .lies h1 em::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #d60110;
}

.news .botnpm .resul .resli {
  display: none;
}

.search .resul .resli:nth-child(1) img {
  display: none;
}

.search .resul .fl,
.search .resul .fr {
  float: none;
}

.news .botnpm .resul .resli .txt_p {
  font-size: 14px;
  color: #9a9a9a;
  padding: 0 14px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all .3s;
}

.news .botnpm .resul .lies:hover .txt_p {
  color: #d6000f;
}

.news .botnpm .resul .resli:nth-child(1) {
  display: block;
}

.news .botnpm .resul .lies h1 em,
.news .botnpm .resul .lies p em {
  color: #d6000f;
  position: relative;
}

.title::after {
  content: '';
  width: 104px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fbfcfd;
}

.title h1 {
  font-size: 30px;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
  position: relative;
  z-index: 3;

}

.title h1 em {
  color: #e80000;
}

.title h2 {
  font-size: 24px;
  color: #626262;
  margin-top: 5px;
  position: relative;
  z-index: 3;
}

.about1 .about-npm1 .txt {
  margin-top: 50px;
}

.about1 .about-npm1 .txt p {
  font-size: 15px;
  color: #4d4d59;
  line-height: 26px;
  margin-bottom: 23px;
}

.about1 .about-npm1 .map {
  height: 546px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bgleft::after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #d6000f;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
  -webkit-transition: transform 0.6s 0.4s ease-out;
  -moz-transition: transform 0.6s 0.4s ease-out;
  -ms-transition: transform 0.6s 0.4s ease-out;
  -o-transition: transform 0.6s 0.4s ease-out;
  transition: transform 0.6s 0.4s ease-out;
}

.bgleft.animated::after {
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.about1 .about-npm1 .map .le {
  width: 52.3729%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.about1 .about-npm1 .map .fr {
  height: 100%;
  width: 47.627%;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.about1 .about-npm1 .map .fr .ul {
  position: absolute;
  right: 80px;
  top: 30px;
}

.about1 .about-npm1 .map .fr .box .li .i {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #ff3600;
  position: relative;
}

.about1 .about-npm1 .map .fr .box .li .spread .red::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  animation-duration: 3s;
  -webkit-animation-name: z-toks;
  animation-name: z-toks;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(1) {
  width: 38px;
  height: 111px;
  position: absolute;
  bottom: 13px;
  right: -21px;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(2) {
  width: 61px;
  height: 106px;
  position: absolute;
  bottom: 13px;
  right: -58px;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(3) {
  width: 61px;
  height: 71px;
  position: absolute;
  bottom: 1px;
  right: -58px;
  z-index: 3;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(4) {
  width: 22px;
  height: 21px;
  position: absolute;
  bottom: -10px;
  right: 13px;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(1)::after {
  background: url(../images/about/red1.png) no-repeat;
  background-position: bottom;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(2)::after {
  background: url(../images/about/red2.png) no-repeat;
  background-position: bottom;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(3)::after {
  background: url(../images/about/red3.png) no-repeat;
  background-position: bottom;
}

.about1 .about-npm1 .map .fr .box .li .spread .red:nth-child(4)::after {
  background: url(../images/about/red4.png) no-repeat;
  background-position: bottom;

}

/* @-webkit-keyframes z-toks {
	0% {
		height: 100%;
		opacity: 0;
	}

	100% {
		height: 100%;
		opacity: 1;
	}
} */
.about1 .about-npm1 .map .fr .box .li em {
  position: absolute;
  font-size: 12px;
  color: #b0aaa0;
  white-space: nowrap;
}

.about1 .about-npm1 .map .fr .box .beijing {
  position: absolute;
  top: 125px;
  right: 107px;
}

.about1 .about-npm1 .map .fr .box .beijing em {
  left: -8px;
  top: 4px;
}

.about1 .about-npm1 .map .fr .box .qingdao {
  position: absolute;
  top: 131px;
  right: 57px;
}

.about1 .about-npm1 .map .fr .box .qingdao em {
  left: 8px;
  top: 4px;
}

.about1 .about-npm1 .map .fr .box .shanghai {
  position: absolute;
  top: 170px;
  right: 57px;
}

.about1 .about-npm1 .map .fr .box .shanghai em {
  left: -28px;
  top: -10px;
}

.about1 .about-npm1 .map .fr .box .hangzhou {
  position: absolute;
  top: 179px;
  right: 51px;
}

.about1 .about-npm1 .map .fr .box .hangzhou em {
  left: -28px;
  top: -4px;
}

.about1 .about-npm1 .map .fr .box .wuzhou {
  position: absolute;
  top: 243px;
  right: 120px;
}

.about1 .about-npm1 .map .fr .box .wuzhou em {
  left: -10px;
  top: -22px;
}

.about1 .about-npm1 .map .fr .box .nanning {
  position: absolute;
  top: 246px;
  right: 129px;
}

.about1 .about-npm1 .map .fr .box .nanning em {
  left: -28px;
  top: -10px;
}

.about1 .about-npm1 .map .fr .box .guangdo {
  position: absolute;
  top: 253px;
  right: 94px;
}

.about1 .about-npm1 .map .fr .box .guangdo .i::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fa3b07;
  opacity: .4;
  top: -9px;
  left: -9px;
  position: absolute;
  animation-duration: 3s;
  -webkit-animation-name: z-scale;
  animation-name: z-scale;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about1 .about-npm1 .map .fr .box .guangdo em {
  left: -8px;
  top: 13px;
}

@-webkit-keyframes z-scale {
  0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.about1 .about-npm1 .map .fr .txth1 {
  left: 59px;
  top: 343px;
  position: absolute;
}

.about1 .about-npm1 .map .fr .txth1 h1 {
  font-size: 42px;
  color: #c37346;
  line-height: 46px;
  font-weight: 300;
}

.about1 .about-npm1 .map .fr .txth1 h2 {
  font-size: 24px;
  color: #c37346;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.about1 .about-npm1 .con-txt {
  margin-top: 44px;
}

.about1 .about-npm1 .con-txt h1 {
  font-size: 30px;
  color: #595959;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Bold';
  opacity: .4;
  letter-spacing: -1px;
}

.about1 .about-npm1 .con-txt h2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 6px;
  color: #d6000f;
  font-weight: 600;
  opacity: .8;
}

.about1 .about-npm1 .con-txt p {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 22px;
  margin-top: 23px;
}

.about1 .about-npm1 .tab-box .tab-top {
  display: flex;
  margin-top: 45px;
  padding-bottom: 35px;
  border-bottom: 3px solid #f8efea;
}

.about1 .about-npm1 .tab-box .tab-top .item {
  float: left;
  margin-right: 105px;
  position: relative;
  cursor: pointer;
}

.about1 .about-npm1 .tab-box .tab-top .item h1 {
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  text-transform: uppercase;
  opacity: .4;
  line-height: 14px;
}

.about1 .about-npm1 .tab-box .tab-top .item:last-child {
  margin-right: 0;
}

.about1 .about-npm1 .tab-box .tab-top .item p {
  font-size: 18px;
  color: #595959;
}

.about1 .about-npm1 .tab-box .tab-top .item p {
  font-size: 18px;
  color: #666f7a;
  font-weight: 600;
  text-transform: uppercase;
}

.about1 .about-npm1 .tab-box .tab-top .item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #ea0000;
  bottom: -38px;
  left: 0;
  opacity: 0;
  transition: all .4s;
}

.about1 .about-npm1 .tab-box .tab-top .item.on::after {
  opacity: 1;
  width: 40px;
}

.about1 .about-npm1 .tab-box .tab-top .item.on p {
  color: #ea0000;
}

.about1 .about-npm1 .tab-box .tab-bott {
  padding-top: 34px;
}

.about1 .about-npm1 .tab-box .tab-bott .item {
  display: none;
  overflow: hidden;
}

.about1 .about-npm1 .tab-box .tab-bott .item .fl {
  height: 500px;
  width: 28.8%;
  background-size: cover;
}

.about1 .about-npm1 .tab-box .tab-bott .item .fr {
  width: 67.7%;
}

.about1 .about-npm1 .tab-box .tab-bott .item .fr p {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 26px;
  margin-bottom: 24px;
  opacity: .8;
}

.about1 .about-npm1 .tab-box .tab-bott .item .fr p:last-child {
  margin-bottom: 0;
}

.about1 .about-npm1 .tab-box .tab-bott .item:nth-child(1) {
  display: block;
}

.about1 .about-npm1 .tab-box .tab-bott .item p {
  font-size: 19px;
  color: #6e6e6e;
  line-height: 30px;
}

.about2 .about-npm1 .box {
  height: 434px;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-top: 50px;
}

.about2 .about-npm1 .box .fl {
  height: 100%;
  width: 37.28%;

}

.about2 .about-npm1 .box .fr {
  width: calc(100% - 37.28%);
  height: 100%;
  position: relative;
  background-size: cover !important;
}

.about2 .about-npm1 .box .fr .thetxt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(207, 0, 0, .9);
  padding: 57px 50px 0;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}

.about2 .about-npm1 .box .fr:hover .thetxt {
  opacity: 1;
  pointer-events: fill;
}

.about2 .about-npm1 .box .fr .thetxt img {
  position: relative;
  top: 20px;
  transition: all .3s;
  /* transition-delay: .1s; */
  opacity: 0;
}

.about2 .about-npm1 .box .fr .thetxt .h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin: 18px 0 12px;
  position: relative;
  top: 20px;
  transition: all .6s;
  /* transition-delay: .2s; */
  opacity: 0;
}

.about2 .about-npm1 .box .fr .thetxt .h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 300;
  height: 255px;
  overflow-y: auto;
  text-align: justify;
  position: relative;
  top: 20px;
  transition: all .8s;
  /* transition-delay: .3s; */
  opacity: 0;
}

.about2 .about-npm1 .box .fr:hover .thetxt .h3,
.about2 .about-npm1 .box .fr:hover .thetxt .h4,
.about2 .about-npm1 .box .fr:hover .thetxt img {
  top: 0;
  opacity: 1;
}

.about2 .about-npm1 .box .fr .txt {
  position: absolute;
  left: 55px;
  bottom: 70px;
}

.about2 .about-npm1 .box .fr .txt h1 {
  color: #eaca9e;
  font-size: 42px;
  line-height: 42px;
}

.about2 .about-npm1 .box .fr .txt h2 {
  color: #eaca9e;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.about2 .about-npm1 .text {
  width: 65%;
  margin: 40px auto 0;
  border-top: 3px solid #f8efea;
  padding-top: 35px;
}

.about2 .about-npm1 .text p {
  color: #4d4d59;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.about2 .about-npm1 .text p:nth-child(1),
.about2 .about-npm1 .text p:nth-child(2),
.about2 .about-npm1 .text p:nth-child(3) {
  margin-bottom: 25px;
}

.about2 .about-npm1 .signature {
  position: relative;
  padding-top: 24px;
  width: 65%;
  margin: 20px auto 0;
}

.about2 .about-npm1 .signature::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ea0000;
  height: 3px;
  width: 40px;
}

.about2 .about-npm1 .signature h1 {
  font-size: 18px;
  color: #595959;
  line-height: 18px;
}

.about2 .about-npm1 .signature h2 {
  font-size: 18px;
  color: #666f7a;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  opacity: .4;
}

.about2 .about-npm1 .signature h3 {
  color: #4d4d59;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}

.about2 .about-npm1 .signature img {
  margin-top: 30px;
}

.about3.Wrapper {
  padding: 85px 50px 322px 50px;
}

.about3.Wrapper::after {
  content: '';
  background: url(../images/about/about-bg1.png) no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 402px;
}

.about3 .about-npm1 {
  position: relative;
  padding-bottom: 60px;
  margin-top: 50px;
}

.about3 .about-npm1::after {
  content: '';
  width: 3px;
  height: 101%;
  background: #f8efea;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.about3 .about-npm1::before {
  content: '';
  width: 297px;
  height: 80px;
  background: url(../images/about/text.png);
  position: absolute;
  left: 50px;
  bottom: 20px;
}

.about3 .about-npm1 .time:nth-child(odd) {
  width: 50%;
  float: left;
  min-height: 175px;
  margin-top: 92px;
  padding-right: 45px;
  position: relative;
  z-index: 5;
}

.about3 .about-npm1 .time:nth-child(odd) h1,
.about3 .about-npm1 .time:nth-child(odd) h2,
.about3 .about-npm1 .time:nth-child(odd) h3,
.about3 .about-npm1 .time:nth-child(odd) p {
  text-align: right;
}

.about3 .about-npm1 .time:nth-child(odd) p em {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}

.about3 .about-npm1 .ulbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.about3 .about-npm1 .time:nth-child(2) {
  margin-top: 550px !important;
}

.about3 .about-npm1 .time:nth-child(4) {
  margin-top: 350px !important;
}

.about3 .about-npm1 .time:nth-child(even) {
  width: 50%;
  float: right;
  min-height: 175px;
  margin-top: 390px;
  padding-left: 45px;
  position: relative;
  z-index: 5;
}

.about3 .about-npm1 .time:nth-child(even) p {
  flex-direction: inherit;
}

.body_ie .about3 .about-npm1 .time:nth-child(even) p {
  flex-direction: column;
}

.about3 .about-npm1 .time:nth-child(1) {
  margin-top: 0;
}

.about3 .about-npm1 .time h1 {
  color: #d6000f;
  font-size: 30px;
  font-family: 'Gilroy-Bold';
  margin-top: -4px;
  position: relative;
  text-transform: uppercase;
}

.about3 .about-npm1 .time::after {
  content: '';
  width: 11px;
  height: 11px;
  background: url(../images/about/ico1.png) no-repeat;
  position: absolute;
  top: 0;
  margin-top: 4.5px;
  z-index: 5;
}

.about3 .about-npm1 .time:nth-child(1)::after {
  /* margin-top: -9.5px; */
  margin-top: 1.5px;
}

.about3 .about-npm1 .time:nth-child(odd)::after {
  right: -5.5px;
}

.about3 .about-npm1 .time:nth-child(even)::after {
  left: -5.5px;
}

.about3 .about-npm1 .time h2 {
  color: #ba986f;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin: 15px 0 8px;
}

.about3 .about-npm1 .time h3 {
  font-size: 14px;
  color: #ba986f;
  font-weight: bold;
  margin-bottom: 5px;
}

.about3 .about-npm1 .time p {
  color: #595959;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
  display: flex;
  flex-direction: row-reverse;
}

.body_ie .about3 .about-npm1 .time p {
  display: block;
}

.about3 .about-npm1 .time p em {
  font-size: 18px;
  color: #ba986f;
  margin-right: 10px;
  vertical-align: top;
  font-family: 'Gilroy-Bold';

}

.about3 .about-npm1 .time p span {
  font-size: 15px !important;
}

.about3 .about-npm1 .time p:last-child {
  margin-bottom: 0;
}

.about4 .about-npm1 {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.about4 .about-npm1 .item {
  height: 420px;
  background-size: cover;
  background-position: center;
  padding: 0 40px;
  margin-bottom: 10px;
}

.about4 .about-npm1 .item .text {
  width: 55.7%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.about4 .about-npm1 .item .txt {
  width: 100%;
}

.about4 .about-npm1 .item:nth-child(even) .text {
  float: right;
}

.about4 .about-npm1 .item:nth-child(4) .text {
  width: 65%;
}

.about4 .about-npm1 .item:nth-child(4) .text h1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.about4 .about-npm1 .item .text .en {
  color: #666666;
  font-size: 24px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  opacity: .6;
  text-transform: uppercase;
}

.about4 .about-npm1 .item .text h2 {
  font-size: 30px;
  color: #666666;
  line-height: 30px;
  font-weight: 300;
  margin: 10px 0 20px 0;
}

.about4 .about-npm1 .item .text h1 {
  font-size: 42px;
  color: #c37346;
  line-height: 42px;
  font-weight: 300;
}

.about4 .about-npm1 .item .text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 25px;
}

.about4 .about-npm1 .item .text p strong {
  display: inline-block;
}

.about4.Wrapper {
  padding: 85px 50px 45px 50px;
}

.news .news-npm1 {
  display: flex;
}

.news .news-npm1:hover .fr h2 {
  color: #e50000;
}

.news .news-npm1 .fl {
  width: 50.593%;
  overflow: hidden;
}

.news .news-npm1 .fl img {
  width: 100%;
  height: 100%;
  transition: all .6s;
  object-fit: cover;
}

.news .news-npm1:hover .fl img {
  transform: scale(1.1);
}

.news .news-npm1 .fr {
  width: calc(100% - 50.593%);
  background: #f9f8f6;
  padding: 90px 45px 0;
}

.news .news-npm1 .fr h1 {
  color: #585756;
  font-size: 26px;
  line-height: 30px;
}

.news .news-npm1 .fr h2 {
  color: #626262;
  font-size: 24px;
  line-height: 28px;
  margin: 5px 0 15px 0;
}

.news .news-npm1 .fr p {
  color: #4d4d59;
  font-size: 15px;
  line-height: 26px;
  opacity: .7;
}



.news .news-npm2 {
  margin-top: 80px;
}

.search.news .news-npm2 {
  margin-top: 0;
}

.news .news-npm2 .li {
  float: left;
  width: 32.15%;
  margin-right: 1.69491%;
  margin-bottom: 2.1186%;
  /* height: 399px; */
}

.news .news-npm2 .li:nth-child(3n) {
  margin-right: 0;
}

.news .news-npm2 .li .img {
  height: 233px;
  background: url(../images/news/newsbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.news .news-npm2 .li .img img {
  width: 100%;
  height: 100%;
  transition: all .6s;
  object-fit: cover;
}

.news .news-npm2 .li .txt {
  padding-top: 25px;
}

.news .news-npm2 .li .txt h1 {
  font-size: 17px;
  color: #494949;
  line-height: 20px;
  transition: all .6s;
  height: 40px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news-npm2 .li .txt h2 {
  font-size: 15px;
  color: #494949;
  line-height: 15px;
  margin: 8px 0 15px 0;
}

.news .news-npm2 .li .txt p {
  font-size: 15px;
  color: #494949;
  line-height: 22px;
  opacity: .6;
  overflow: hidden;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.news .news-npm2 .li .txt em {
  font-size: 14px;
  color: #e50000;
  margin-top: 15px;
  display: block;
  transition: all .6s;
  opacity: 0;
  transform: translateX(-10px);
}

.news .news-npm2 .li:hover img {
  transform: scale(1.1);
}

.news .news-npm2 .li:hover h1 {
  color: #e50000;
}

.news .news-npm2 .li:hover em {
  opacity: 1;
  transform: translateX(0);
}

.newsdata .title h3 {
  font-size: 30px;
  color: #585756;
  position: relative;
  z-index: 3;
}

.newsdata .title {
  height: auto;
  min-height: 104px;
}

.newsdata .title h2 {
  margin-top: 20px;
  line-height: 28px;
}

.newsdata .contxt {
  margin-top: 15px;
}

.link {
  display: flex;
  width: 380px;
  margin: 50px auto 0;
  justify-content: space-between;
}

.link a {
  float: left;
  width: 33.3333334%;
  height: 62px;
  background-color: #e2e2e2;
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 62px;
}

.newsdata .contxt p {
  color: #4d4d59;
  font-size: 15px;
  line-height: 26px;
  margin-top: 25px;
}

.newsdata .contxt img {
  margin: 0 auto;
  width: 59.32%;
  display: block;
}

.join .join-npm1 {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.join .about-npm1 {
  margin-top: 50px;
  position: relative;
}

.join .about-npm1::after {
  content: '';
  background: url(../images/join/jo-bp1.png);
  background-size: 1020px 641px;
  background-position: top;
  height: 0;
  transition: all 2s;
  width: 86.44%;
  position: absolute;
  pointer-events: none;
  top: 307px;
  left: 50%;
  transform: translateX(-50%)
}

.join .about-npm1.animated::after {
  height: 641px;
}

.join .about-npm1 .item {
  height: 420px;
  padding: 0 80px;

}

.join .about-npm1 .item .text {
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
}

.join .about-npm1 .item:nth-child(even) .text {
  float: right;
}

.join .about-npm1 .item:nth-child(1) .text {
  display: block;
  padding-top: 100px;
}

.join .about-npm1 .item:nth-child(2) .text {
  display: block;
  padding-top: 140px;
}

.join .about-npm1 .item:nth-child(even) .text h1,
.join .about-npm1 .item:nth-child(even) .text .en,
.join .about-npm1 .item:nth-child(even) .text p {
  text-align: right;
}

.join .about-npm1 .item h1 {
  color: #c37346;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.join .about-npm1 .item .en {
  color: #c37346;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  margin: 3px 0 15px 0;
}

.join .about-npm1 .item p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.join .join-npm1 .fl {
  background-size: cover !important;
  background-position: center !important;
  width: 52.37288%;
  height: 314px;
}

.join .join-npm1 .fr .img>a {
  transition: all .5s;
}

.join .join-npm1 .fr .img>a:hover img {
  transform: scale(1.05);
  transition: all .5s;
}

.join .join-npm1 .fr {
  background: url(../images/join/bg2.jpg);
  background-size: cover;
  height: 314px;
  width: calc(100% - 52.37288%);
  position: relative;
}

.join .join-npm1 .fr .txt {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
}

.join .join-npm1 .fr .txt h1 {
  color: #c37346;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 8px;
}

.join .join-npm1 .fr .txt h2 {
  color: #c37346;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.join-npm2 {
  margin-top: 50px;
}

.join-npm2 .txt {
  margin-bottom: 22px;
}

.join-npm2 .txt:last-child {
  margin-bottom: 0;
}

.join-npm2 .txt h1 {
  font-size: 18px;
  color: #ba986f;
  font-weight: 600;
  opacity: .7;
  margin-bottom: 5px;
}

.join-npm2 .txt p {
  font-size: 15px;
  color: #4d4d59;
  opacity: .7;
  line-height: 26px;
}

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

.join2 .join-npm1 {
  margin-top: 50px;
}

.join2 .join-npm1 .fl {
  height: 434px;
  width: 52.37%;
  background-size: cover !important;
  background-position: center !important;
}

.join2 .join-npm1 .fr {
  width: calc(100% - 52.37%);
  background: url(../images/join/bg4.jpg);
  background-size: cover;
  height: 434px;
  position: relative;
}

.join2 .join-npm1 .fr .txt {
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.join2 .join-npm1 .fr .txt h1 {
  color: #c37346;
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
}

.join2 .join-npm1 .fr .txt h2 {
  color: #c37346;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 20px 0 25px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.join2 .join-npm1 .fr .txt .text-i p {
  color: #c37346;
  font-size: 15px;
  opacity: .7;
  line-height: 22px;
}

.join-npm2 .ul .li {
  width: 32.2%;
  float: left;
  margin-right: 1.6949%;
  margin-bottom: 1.6949%;
}

.join-npm2 .ul .li:nth-child(3n) {
  margin-right: 0;
}

.join-npm2 .ul .li .img {
  height: 233px;
  overflow: hidden;
}

.join-npm2 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.join-npm2 .ul .li:hover img {
  transform: scale(1.1);
}

.join-npm2 .ul .li:hover h1 {
  color: #e50000;
}

.join-npm2 .ul .li h1 {
  color: #494949;
  font-size: 17px;
  margin-top: 25px;
  transition: all .6s;
}

.join-npm2 .ul .li h2 {
  color: #494949;
  font-size: 15px;
  opacity: .5;
  line-height: 15px;
  margin-top: 10px;
  display: none;
}

.join-npm2 .h1 {
  color: #494949;
  font-size: 17px;
  margin: 45px 0 48px;
}

.join3 .join-npm3 {
  margin-top: 45px;
}

.join3 .join-npm3 .ul {
  display: flex;
  justify-content: space-between;
}

.join3 .join-npm3 .ul .li {
  float: left;
  text-align: center;
}

.join3 .join-npm3 .ul .li p {
  font-size: 15px;
  color: #4d4d59;
  text-align: center;
}

.join3 .join-npm3 .txt {
  margin-top: 35px;
}

.join3 .join-npm3 .txt p {
  font-size: 15px;
  color: #4d4d59;
  line-height: 28px;
  opacity: .7;
}

.join4 .join-npm1 .fr p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 22px;
}

.join4 .join-npm1 .fr .txt {
  width: 73%;
}

.join4 .join-npm1 .fr .img {
  display: flex;
  align-items: center;
  /* margin-top: 25px; */
  transition: all .5s;
  position: absolute;
  bottom: -70px;

}

.join4 .join-npm1 .fr .img img {
  margin-right: 30px;
  transition: all .5s;

}

.join4 .join-npm3 .top-npm {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  z-index: 5;

}

.join4 .join-npm3 .drop-down {
  height: 66px;
  border: 2px solid #f8efea;
  cursor: pointer;
}

.join4 .join-npm3 .le {
  width: 32.2%;
  max-width: 380px;
}

.join4 .join-npm3 .drop-down .drop-txt {
  line-height: 66px;
  padding-left: 30px;
  color: #666666;
  font-size: 14px;
}

.join4 .join-npm3 .top-npm .le {
  position: relative;
}

.join4 .join-npm3 .top-npm .ri {
  position: relative;
  height: 66px;
  border: 2px solid #f8efea;
  width: 32.2%;
  max-width: 380px;
}

.join4 .join-npm3 .top-npm .ri input {
  height: 100%;
  width: calc(100% - 80px);
  padding-left: 30px;
}

.join4 .join-npm3 .top-npm .ri input::placeholder {
  font-size: 14px;
  color: #666666;
}

.join4 .join-npm3 .top-npm .ri .btn {
  width: 80px;
  height: 66px;
  background: #f8efea url(../images/join/ico11.png) no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
}

.join4 .join-npm3 .top-npm .time {
  width: 80px;
  height: 66px;
  background: #f8efea;

  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
  pointer-events: none;
}

.join4 .join-npm3 .top-npm .time::after {
  content: '';
  position: absolute;
  transition: all .3s;
  width: 18px;
  height: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/join/ico9.png) no-repeat;
  background-position: 50% 50%;
}

.join4 .join-npm3 .top-npm .le.on .time {
  background: #d6000f;
}

.join4 .join-npm3 .top-npm .le.on .time::after {
  transform: rotate(180deg);
  background: url(../images/join/ico10.png) no-repeat;
  background-position: 50% 50%;
}

.join4 .join-npm3 .drop-down ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 76px;
  box-shadow: 0 0 15px rgba(224, 224, 224, .5);
  padding: 20px 30px;
  width: 100%;
  height: 133px;
  overflow-y: auto;
}

.join4 .join-npm3 .drop-down ul li.on {
  color: #d6000f;
}

.join4 .join-npm3 .drop-down ul li {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.join4 .join-npm3 .bot-npm {
  margin-top: 30px;
}

.join4 .join-npm3 .bot-npm .li {
  background: #fcf8f5;
  height: 253px;
  width: 32.2%;
  float: left;
  padding: 30px;
  margin-right: 1.65%;
  margin-bottom: 1.65%;
}

.join4 .join-npm3 .bot-npm .li:nth-child(3n) {
  margin-right: 0;
}

.join4 .join-npm3 .bot-npm .li h1 {
  color: #626262;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e3dc;
  transition: all .5s;
}

.join4 .join-npm3 .bot-npm .li:hover h1 {
  color: #d6000f;
  transition: all .5s;
}

.join4 .join-npm3 .bot-npm .li:hover .mobi-p {
  transition: all .5s;
  background-position: 97% 50%;
}

.join4 .join-npm3 .bot-npm .li .txt {
  padding: 12px 0 20px 0;
}

.join4 .join-npm3 .bot-npm .li .txt p {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
}

.join4 .join-npm3 .bot-npm .li .mobi-p {
  color: #d6000f;
  display: table;
  font-size: 16px;
  padding-right: 20px;
  background: url(../images/join/ico12.png) no-repeat;
  transition: all .5s;
  background-position: 90% 50%;
}

.contact .con-npm1 {
  margin-top: 50px;
}

.contact .con-npm1 .fl h1 {
  font-family: 'GESans-Regular';
  font-size: 15px;
  color: #4d4d59;
  opacity: .7;
  line-height: 26px;
}

.contact .con-npm1 .fl {
  margin-right: 20.34%;
}

.contact .con-npm1 .frl {
  float: left;
}

.contact .con-npm1 .frl .img {
  float: left;
}

.contact .con-npm1 .frl .txt {
  float: left;
  margin-left: 20px;
}

.contact .con-npm1 .frl .txt h1 {
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  opacity: .6;
  font-weight: 300;
  margin-bottom: 10px;
}

.contact .con-npm1 .frl .txt h2 {
  font-size: 24px;
  color: #ece7e1;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.more {
  display: table;
  margin: auto;
  color: #c37346;
  font-size: 14px;
  padding: 16px 15px;
  transition: all .4s;
  cursor: pointer;
  align-items: center;
  width: 31.86%;
  text-align: center;
  background: #eadec8;
}

.more:hover {
  background: #d6000f;
  color: #fff;
}

.body_ie .foor-min {
  visibility: visible !important;
}

.search .more {
  margin: auto;
}

.more span {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: #e50000;
  display: block;
  float: left;
}

.more span:nth-child(1) {
  opacity: .3;
}

.more span:nth-child(2) {
  opacity: .6;
}

.more:hover span {
  animation: z-today_only linear .6s backwards;
}

.more:hover span:nth-child(2) {
  animation-delay: .2s;
}

.more:hover span:nth-child(3) {
  animation-delay: .4s;
}

.contact .con-npm2 {
  margin-top: 23px;
}

@keyframes z-today_only {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.contact .con-npm2 .fl {
  height: 434px;
  width: 52.37%;
  background-size: cover !important;
  background-position: center !important;
}

.contact .con-npm2 .fr {
  height: 434px;
  width: calc(100% - 52.37%);
  background: url(../images/contact/bg2.jpg) no-repeat;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.contact .con-npm2 .fr .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 105px;
}

.contact .con-npm2 .fr .txt h1 {
  color: #c37346;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.contact .con-npm2 .fr .txt .p p {
  color: #c37346;
  font-size: 14px;
  line-height: 20px;
}

.contact .con-npm2 .fr .txt h2 {
  color: #e50000;
  font-size: 13px;
  line-height: 16px;
  margin-top: 15px;
  position: relative;
}

.contact .con-npm2 .fr .txt h2::after {
  content: '*';
  position: absolute;
  left: 0;
  left: -35px;
  font-size: 55px;
  top: 8px;
}

/* wang */
.bgleft {
  position: relative;
  overflow: hidden;
}

.development-data .top-txt {
  margin-top: 45px;
}

.development-data .top-txt p {
  font-size: 15px;
  color: #4d4d59;
  opacity: .7;
  line-height: 26px;
  display: flex;
}

.development-data .top-txt ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.development-data .top-txt ul li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(../images/news/drun.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  margin-left: -10px;
}

.development-data .top-txt ul li:nth-child(1) {
  margin-left: 0;
}

.development-data .top-txt ul li h5 {
  font-size: 16px;
  color: #e80000;
}

.development-data .top-txt ul li em {
  font-size: 40px;
  font-family: 'Gilroy-Bold';
  vertical-align: sub;
}

.development-data .top-txt ul li b {
  font-size: 40px;
  font-family: 'Gilroy-Bold';
  margin-right: 5px;
}

.development-data .top-txt ul li p {
  font-size: 15px;
  color: #696464;
  margin-top: 5px;
  text-align: center;
  padding: 0 18px;
  line-height: 20px;
}

.development-data .bottslid {
  height: 546px !important;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
}

.development-data .bottslid .master-slider {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  margin: 0 !important;
}

.development-data .bottslid .next,
.development-data .bottslid .prev {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  transition: all .7s;
}

.development-data .bottslid .btnWrap {
  left: 0;
  width: 100%;
  margin-top: -25px;
}

.development-data .bottslid .btnWrap .next {
  right: 20px;
  transition: all .3s;
  background: rgba(0, 0, 0, .4) url(../images/icon_next.png) no-repeat center;
  background-size: 10px 20px;
}

.development-data .bottslid .btnWrap .prev {
  left: 20px;
  transition: all .3s;
  background: rgba(0, 0, 0, .4) url(../images/icon_prev.png) no-repeat center;
  background-size: 10px 20px;
}

.development-data .bottslid .btnWrap .next:hover {
  background: #e70000 url(../images/icon_next.png) no-repeat center;
}

.development-data .bottslid .btnWrap .prev:hover {
  background: #e70000 url(../images/icon_prev.png) no-repeat center;
}

.development-data .bottslid .ms-thumb-list.ms-dir-v {
  height: 10px;
  width: 100%;
  top: auto;
  bottom: 38px;
  display: flex;
  justify-content: center;
}

.development-data .bottslid .ms-thumbs-cont {
  transform: none !important;
  height: auto !important;
}

.development-data .bottslid .ms-thumbs-cont .ms-thumb-frame {
  border: 2px solid #fff;
  width: 8px;
  box-sizing: border-box;
  height: 8px;
  opacity: 1;
  margin: 0 2px;
  border-radius: 50%;
  transition: all .3s;
}

.development-data .bottslid .ms-thumbs-cont .ms-thumb-frame.ms-thumb-frame-selected {
  width: 40px;
  border-radius: 25px;
  background: #e70000;
  border: 2px solid #e70000;
}

.development_top .txt_box {
  padding: 30px 0 42px;
  min-height: 150px;
}

.development_top .txt_box p {
  font-size: 15px;
  line-height: 26px;
  color: #909096;
  margin: 0;
}

.development_top .pic_box {
  position: relative;
}

.development_top .pic_box .til {
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  padding-bottom: 40px;
  width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.development_top .pic_box h2 {
  font-size: 42px;
  color: #626262;
  line-height: 44px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 12px;
}

.development_top .pic_box h3 {
  font-size: 26px;
  color: #cfc3bc;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.development_list ul {
  overflow: hidden;
  width: 100%;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.development_list ul::after {
  content: '';
  width: 31.86%;
}

.development_list li {
  float: left;
  width: 31.86%;
  margin: 0 2.2% 50px 0;
  transition: all .4s;
  max-height: 490px;
  padding-bottom: 30px;
}

.development_list li:nth-child(3n) {
  margin-right: 0;
}

.development_list .txt {
  min-height: 110px;
}

.development_list .txt h3 {
  font-size: 26px;
  line-height: 40px;
  color: #ba986f;
  margin-bottom: 8px;
  transition: all .4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.development_list .txt h4 {
  font-size: 20px;
  height: 40px;
  line-height: 1;
  color: #e0e0e0;
  text-transform: uppercase;
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  display: none;
}

.development_list .txt p {
  font-size: 16px;
  color: #a9a9a9;
  line-height: 22px;
  margin: 0;
}

.development3 .development_list .pic,
.development4 .development_list .pic {
  height: 351px;
  background: #f9f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.development_list .pic {
  background: #fcf8f5;

  overflow: hidden;
}

.development_list .pic img {
  transition: all .4s;
}

.development_list li:hover h3 {
  color: #d6000f;
}

.development_list li:hover .pic img {
  transform: scale(1.1);
  transition: all .8s;
}

.development_list2 {
  margin-top: 45px;
}

.development_list2 li {
  margin-bottom: 45px;
}

.development_list2 li:last-child {
  margin-bottom: 0;
}

.development_list2 .til_box {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #f8efea;
}

.development_list2 .til_box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 40px;
  background: #36b7a4;
}

.development_list2 .til_box h3 {
  font-size: 18px;
  color: #595959;
  line-height: 24px;
}

.development_list2 .til_box h4 {
  font-size: 18px;
  color: #cbcdd0;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
}

.development_list2 .cnt_box {
  padding-top: 35px;
  overflow: hidden;
}

.development_list2 .cnt_box .pic {
  float: left;
  width: 148px;
  height: 148px;
  margin-top: 5px;
  background: #fcf8f5;
}

.development_list2 .cnt_box .txt {
  width: 1000px;
  float: right;
}

.development_list2 .cnt_box .txt p {
  font-size: 15px;
  line-height: 26px;
  color: #909096;
}

.development1 .development_top .pic_box .til {
  padding-left: 60px;
}

.development2 .development_top .pic_box h3 {
  color: #dd0000;
}

.development3 .development_top .pic_box h2 {
  color: #01828f;
}

.development4 .development_top .pic_box h2 {
  color: #ffa800;
}

.coop1 .coop-npm1 .focam .clear {
  height: 268px;
}

.coop1 .coop-npm1 .focam .fl {
  width: 37.28%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.coop1 .coop-npm1 .focam .fr {
  width: 62.72%;
  height: 100%;
  padding: 45px 60px 0;
  background: url(../images/coop-bg2.jpg);
  background-size: cover;
  background-position: center;
}

.coop1 .coop-npm1 .focam .fr h1 {
  font-size: 42px;
  color: #c37346;
  line-height: 1;
  font-weight: 300;
}

.coop1 .coop-npm1 .focam .fr h2 {
  font-size: 24px;
  color: #c37346;
  line-height: 20px;
  font-family: 'FSSinclair-Bold';
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin: 10px 0 30px;
}

.coop1 .coop-npm1 .focam .fr p {
  color: #a18372;
  font-size: 16px;
  line-height: 24px;
}

.coop1 .coop-npm1 .text {
  padding-top: 38px;
}

.coop1 .coop-npm1 .text p:nth-of-type(1) {
  margin-top: 30px;
}

.coop1 .coop-npm1 .text p {
  font-size: 15px;
  color: #4d4d59;
  opacity: .7;
  line-height: 26px;
  margin-bottom: 10px;
}

.coop1 .about-npm1 .tab-box .tab-bott ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul li {
  width: 32.2%;
  margin-bottom: 25px;
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul li .img {
  height: 252px;
  overflow: hidden;
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul li:hover img {
  transform: scale(1.1);
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul::after {
  content: '';
  width: 32.2%;
}

.coop1 .about1 .about-npm1 .tab-box .tab-bott ul li p {
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.coop1.coop2 .coop-npm1 .text ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.coop1.coop2 .coop-npm1 .text ul h5 {
  color: #e80000;
  font-size: 20px;
  /* margin-bottom: 5px; */
  line-height: 40px;
}

.coop1.coop2 .coop-npm1 .text ul h5 em {
  font-size: 60px;
  display: inline-block;
  letter-spacing: -1px;
  font-family: 'Gilroy-Bold';
}

.coop1.coop2 .coop-npm1 .text ul h6 {
  font-size: 16px;
  color: #696464;
  line-height: 22px;
}

.coop1.coop2 .coop-npm1 .text ul li b {
  font-size: 30px;
}

.coop1 .coop-npm1 {
  margin-top: 15px;
}


/* 20240304 */
.socia2-tab{position: relative; overflow: hidden; height: 434px; background: #ecf3f9; margin-top: 30px;}
.socia2-tab .bd{float: left; width: 618px; height: 100%; overflow: hidden;}
.socia2-tab .txt-bd{position: absolute; right: 0; top: 0; padding: 95px 54px 0; width: 562px; height: 100%; overflow: hidden;}
.socia2-tab .txt-bd .Age{display: none;}
.socia2-tab .txt-bd .Age em { display: block; font-size: 24px; color: #666666; font-family: 'FSSinclair-Bold'; letter-spacing: -.5px; line-height: 1; text-transform: uppercase; margin-bottom: 14px;}
.socia2-tab .txt-bd .Age h5 { font-size: 42px; color: #333333; line-height: 48px; margin-bottom: 7px;}
.socia2-tab .txt-bd .Age p { font-size: 15px; color: rgba(51,51,51,.7); line-height: 22px;}
.socia2-tab .hd{position: absolute; right: 0; width: 562px; padding: 0 54px; bottom: 37px; z-index: 10;}
.socia2-tab .hd .btn{float: left; margin-right: 18px; font-size: 16px; color: #666666; line-height: 30px; cursor: pointer; transition: all .4s;}
.socia2-tab .hd .btn.on{color: #e80000; font-weight: 600;}







@media screen and (max-width:1440px) {
  .banner .ban_t h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .banner .ban_t h2 {
    font-size: 22px;
    line-height: 22px;
  }


}

@media screen and (max-width:1111px) {

  #header .logo {
    margin: 27px 0 0 20px;
  }

  #header .nav>ul li dt a {
    padding: 0 13px;
  }

  #header .head_ri {
    margin: 0 0 0 10px;
  }

  #header {
    min-width: 950px;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
  }
}

@media screen and (min-width:2200px) {
  .banner .ban_t.ban_t5 {
    bottom: 185px;
  }

  .banner .ban_t h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .banner .ban_t h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .banner .ban_t.ban_t1,
  .banner .ban_t.ban_t2 {
    top: 210px;
  }
}





















