html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}
fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* 定义一个名为blink的动画 */
@keyframes blink {
  0% {
    opacity: 1; /* 动画开始时不透明 */
  }
  50% {
    opacity: 0; /* 动画中间时完全透明 */
  }
  100% {
    opacity: 1; /* 动画结束时重新不透明 */
  }
}
.homeico {
  position: absolute;
  width: 30px;
  height: 49px;
  left: 50%;
  bottom: 76px;
  z-index: 2;
  transform: translateX(-50%);
}
/* 应用动画到想要一闪一闪的元素 */
.blinking {
  animation: blink 1s infinite; /* 动画名称，每次动画持续1秒，并且无限循环 */
}
.time-1s{visibility: visible;animation-duration:0.2s;-webkit-animation-duration:0.2s;animation-delay:0.1s;-webkit-animation-delay:0.1s;}
.time-2s{visibility: visible;animation-duration:0.3s;-webkit-animation-duration:0.3s;animation-delay:0.2s;-webkit-animation-delay:0.2s;}
.time-3s{visibility: visible;animation-duration:0.4s;-webkit-animation-duration:0.4s;animation-delay:0.3s;-webkit-animation-delay:0.3s;}
.time-4s{visibility: visible;animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-delay:0.4s;-webkit-animation-delay:0.4s;}
.time-5s{visibility: visible;animation-duration:0.6s;-webkit-animation-duration:0.6s;animation-delay:0.5s;-webkit-animation-delay:0.5s;}
.time-6s{visibility: visible;animation-duration:0.7s;-webkit-animation-duration:0.7s;animation-delay:0.6s;-webkit-animation-delay:0.6s;}
.time-7s{visibility: visible;animation-duration:0.8s;-webkit-animation-duration:0.8s;animation-delay:0.7s;-webkit-animation-delay:0.7s;}

.time-8s{visibility: visible;animation-duration:0.9s;-webkit-animation-duration:0.9s;animation-delay:0.8s;-webkit-animation-delay:0.8s;}
.time-9s{visibility: visible;animation-duration:1s;-webkit-animation-duration:1s;animation-delay:0.9s;-webkit-animation-delay:0.9s;}
.time-10s{visibility: visible;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-delay:1s;-webkit-animation-delay:1s;}
.time-11s{visibility: visible;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-delay:1.1s;-webkit-animation-delay:1.1s;}
.time-12s{visibility: visible;animation-duration:1.3s;-webkit-animation-duration:1.3s;animation-delay:1.2s;-webkit-animation-delay:1.2s;}
.time-13s{visibility: visible;animation-duration:1.4s;-webkit-animation-duration:1.4s;animation-delay:1.3s;-webkit-animation-delay:1.3s;}
.time-14s{visibility: visible;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-delay:1.4s;-webkit-animation-delay:1.4s;}
.time-15s{visibility: visible;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-delay:1.5s;-webkit-animation-delay:1.5s;}
.time-16s{visibility: visible;animation-duration:1.7s;-webkit-animation-duration:1.7s;animation-delay:1.6s;-webkit-animation-delay:1.6s;}

.time-17s{visibility: visible;animation-duration:1.8s;-webkit-animation-duration:1.8s;animation-delay:1.7s;-webkit-animation-delay:1.7s;}
.time-18s{visibility: visible;animation-duration:1.9s;-webkit-animation-duration:1.9s;animation-delay:1.8s;-webkit-animation-delay:1.8s;}


.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
.container-inside {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 66px 0;
}
.logo {
  float: left;
  width: 374px;
  height: 64px;
}
.logo-icon {
  width: 100%;
  display: block;
}
.right-navbar {
  float: right;
  transition: all 0.3s;
}
.right-navbar nav {
  float: left;
}
.rnav-btns {
  float: left;
}
.navlist {
  float: left;
  padding-right: 50px;
}
.navlist > li {
  float: left;
  padding: 0 16px;
}
.navlist > li > a {
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  padding: 0 8px;
  height: 48px;
  line-height: 48px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.navlist > li > a:hover {
  opacity: 1;
}
.langbtns {
  width: 108px;
  height: 44px;
  border-radius: 50px;
  position: relative;
  color: #ffffff;
  float: left;
  line-height: 44px;
  text-align: center;
}
.langbtns::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  border: 2px solid #fff;
  opacity: 0.1;
  box-sizing: border-box;
}
.usbtn {
  margin-left: 24px;
  border-radius: 50px;
  color: #000;
  font-size: 13px;
  background-color: #fff;
  float: left;
  width: 156px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.langbtns:hover::after {
  opacity: 0.5;
}
/* banner */
.banner-content {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.swiper-banner {
  height: 100vh;
}
.swiper-banner .swiper-slide {
  height: 100vh;
}
.swiper-banner .swiper-slide a {
  display: block;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.swiper-banner .swiper-button-white {
  background-color: #f2ab47;
  width: 44px;
  height: 44px;
  background-size: 12px;
}
.banner-intext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.banner-intext h2 {
  font-size: 70px;
}
.banner-intext h2 small {
  font-weight: normal;
  font-size: 70px;
}
.banner-intext p {
  font-size: 46px;
  margin-top: 10px;
}
.banner-intext .ain {
  width: 444px;
  height: 72px;
  border-radius: 50px;
  background-color: #f5ad48;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
}

/* footer */
.footer {
  position: relative;
  background-color: #121820;
  padding-top: 60px;
}
.footer-copy {
  text-align: center;
  padding: 34px 0;
  font-size: 14px;
  color: #959697;
}
.foot-toplinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-logo {
  margin: auto;
  display: block;
  width: 412px;
}
.foot-logo {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.foot-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.lk-ain {
  margin: 0 9px;
}
.lk-ain .cico {
  width: 35px;
  height: 32px;
  display: block;
  object-fit: contain;
}
.aintexts {
  display: flex;
  flex-direction: column;
  float: left;
  width:231px;
}
.ainlinks {
  margin-left: 10px;
}
.adinfo-text {
  width: 430px;
}
.subscribe-email {
  margin-left: 30px;
}
.aintexts h3 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 22px;
  font-weight: normal;
}
.aintexts p {
  font-size: 14px;
  color: #A2A3A3;
  line-height: 24px;
}
.aintexts p a {
  color: #A2A3A3;
}
.aintexts p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-links {
  margin-top: 72px;
  padding-bottom: 120px;
  overflow: hidden;
}
.foot-input {
  width: 320px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  outline: none;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 36px;
}
.foot-btn {
  width: 126px;
  height: 42px;
  line-height: 42px;
  margin-top: 24px;
  color: #fff;
  background-color: #F5AD48;
  border: 0;
}

/* content */
.wwa-content {
  position: relative;
  height: 888px;
  background: url('../img/cimg1.png') no-repeat right center;
  background-size: auto 100%;
  width: 100%;
}
.wwa-info {
  width: 788px;
  padding-top: 70px;
}
.wwa-info h6 {
  font-size: 20px;
  color: #253241;
  font-weight: normal;
}
.wwa-info h5 {
  padding: 14px 0 40px;
  font-size: 48px;
  color: #222222;
}
.wwa-info strong {
  color: #F2AB47;
}
.wwa-info p {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
}
.wintext {
  position: relative;
  padding-bottom: 60px;
}
.icons-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-right: 50px;
}
.ainicons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ainicons .wico {
  width: 52px;
  height: 52px;
}
.ainicons span {
  font-size: 18px;
  color: #222222;
  margin-top: 18px;
  display: block;
}
.upcoming-performance {
  position: relative;
}
.up-title {
  position: relative;
  padding: 50px 0  36px;
}
.up-title h3 {
  font-size: 36px;
  color: #222222;
  padding-bottom: 18px;
}
.up-title h3 strong {
  color: #f5ad48;
  font-size: 30px;
}
.up-title p {
  font-size: 18px;
  color: #222222;
}
.swiper-btns {
  position: absolute;
  right: 20px;
  top: 52%;
  width: 120px;
  z-index: 3;
}
.swiper-btns .swiper-button-next,
.swiper-btns .swiper-button-prev {
  background-size: 12px;
  border: 1px solid #dddddd;
  width: 44px;
}
.swiper-upcoming {
  position: relative;
  height: 666px;
  background: url('../img/swbg1.jpg') no-repeat center;
  overflow: hidden;
  padding-top: 112px;
  box-sizing: border-box;
}
.swiper-upcoming .swiper-slide {
  width: 530px;
}
.swiper-upcoming .swiper-slide a {
  display: block;
}
.s-img {
  position: relative;
  height: 340px;
  width: 100%;
}
.s-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.clktext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 173, 72, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s;
}
.s-info {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  margin-top: 4px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}
.s-info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.view-all {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 230px;
  height: 60px;
  margin-left: -115px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  background-color: #f5ad48;
  opacity: 0;
}
.swiper-upcoming .swiper-slide a:hover .clktext {
  opacity: 1;
}
.swiper-upcoming .swiper-slide a:hover .s-info {
  background-color: #f5ad48;
  color: #fff;
}
.swiper-upcoming .swiper-slide a:hover .view-all {
  opacity: 1;
}
.news-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 56px;
}
.left-text {
  display: flex;
  align-items: center;
}
.mintext {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.textain1 {
  font-size: 64px;
  color: #f5ad48;
}
.textain2 {
  font-size: 23px;
  color: #a2a2a2;
}
.textain3 {
  font-size: 23px;
  color: #3f3f3f;
}
.right-more {
  margin-left: auto;
}
.latest-news {
  padding-bottom: 100px;
}
.swiper-news {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.swiper-news .swiper-slide {
  border: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.swiper-news a {
  padding: 20px 28px 0;
  box-sizing: border-box;
  display: block;
  color: #000;
}
.swiper-news-topinfo {
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 22px;
}
.swiper-news-topinfo h5 {
  font-size: 20px;
  color: #000;
  height: 2.8em;
  line-height: 1.4em;
}
.swiper-news-topinfo p {
  font-size: 15px;
  color: #787878;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
.swiper-news-topinfo .n-info {
  height: 8em;
}
.swiper-news-topinfo span {
  font-size: 15px;
  color: #787878;
}
.swiper-news-more {
  height: 68px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #787878;
}
.swiper-news .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
}
.swiper-news .swiper-pagination-bullet-active {
  background: #f5ad48;
  position: relative;
}
.swiper-news .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #f5ad48;
  z-index: 3;
  box-sizing: border-box;
}
.close-menu {
  display: none;
}
.show-active .menuclose {
  display: block;
}
.show-active .menuicon {
  display: none;
}
.show-active .right-navbar {
  padding: 80px 0 30px;
  height: 100%;
}
.header-inside {
  position: relative;
  background-color: #f5f6f7;
}
.top-lanico {
  height: 53px;
  background-color: #090909;
  overflow: hidden;
}
.top-rinfo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  height: 53px;
}
.ml-agico {
  flex: 1;
  background-color: #f5f6f7;
  margin-right: 80px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.ml-agico::before {
  content: '';
  position: absolute;
  left: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
  background-color: #f5f6f7;
}
.aico {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  float: left;
  position: relative;
  top: 1px;
}
.agtext {
  float: left;
  width: 270px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  line-height: 28px;
  font-size: 16px;
}
.lr {
  float: left;
  background-color: #f5ad48;
  width: 142px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lr .lico {
  margin: 0 6px;
  cursor: pointer;
}
.agln {
  font-size: 16px;
  color: #fff;
  float: left;
  margin-right: 20px;
  line-height: 53px;
}
.m-navlist {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-logo {
  width: 386px;
}
.m-navbox {
  display: flex;
}
.m-navbox > li {
  position: relative;
}
.m-navbox > li > a {
  color: #1c1f40;
  font-size: 18px;
  padding: 0 16px;
  position: relative;
  display: flex;
  align-items: center;
  height: 102px;
}
.m-navbox > li > a.arrow::after {
  content: '';
  border-width: 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  width: 0;
  height: 0;
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.m-navbox > li:hover > a{
  color: #f5ad48;
}
.m-navbox > li:hover > a::after {
  border-color: #f5ad48 transparent transparent transparent;
}
.ain-banner {
  height: 435px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.ain-banner h2 {
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 180px;
}
.ain-banner p {
  font-size: 18px;
  color: #fff;
  margin-top: 18px;
}
.ain-banner p span {
  color: #f2ab48;
}
.inside-title {
  text-align: center;
  padding: 80px 0 60px;
}
.inside-title h2 {
  font-size: 20px;
  font-weight: normal;
  color: #b4b4b4;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.inside-title h1 {
  font-size: 38px;
  color: #4d4d4d;
  font-weight: normal;
  margin-top: 10px;
}
.support-top {
  position: relative;
  display: flex;
}
.em-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  box-sizing: border-box;
  padding: 0 10px;
}
.em-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background-color: #dce4eb;
}
.em-item:last-child::after {
  display: none;
}
.em-item strong {
  font-size: 17px;
  color: #4d4d4d;
  margin: 8px 0;
}
.em-item p {
  font-size: 19px;
  color: #727272;
  text-align: center;
}
.support-map {
  width: 100%;
  height: 622px;
  margin-top: 60px;
}
.support-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.support-form {
  margin-top: 70px;
}
.s-title {
  text-align: center;
}
.s-title h3 {
  font-weight: normal;
  font-size: 34px;
  color: #231f20;
}
.s-title h4 {
  font-size: 14px;
  color: #c1c1c1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.su-formbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input-cell {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #eff0f0;
  border-radius: 6px;
  width: 412px;
  height: 62px;
  margin-top: 18px;
  overflow: hidden;
}
.textarea-cell {
  position: relative;
  display: flex;
  border: 1px solid #eff0f0;
  border-radius: 6px;
  width: 100%;
  height: 198px;
  margin-top: 18px;
  overflow: hidden;
}
.input-cell span,
.textarea-cell span {
  font-size: 17px;
  color: #7b7b7b;
  padding-left: 30px;
  margin-right: 10px;
  line-height: 62px;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.text-input {
  font-size: 17px;
  line-height: 62px;
  flex: 1;
  outline: none;
  border: 0;
}
.textarea-cell .text-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 6.6em;
}
.submit-cell {
  margin-top: 20px;
  padding-bottom: 52px;
  width: 100%;
}
.submit-cell .sub-btn {
  color: #fff;
  background-color: #f5ad48;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  font-size: 19px;
}
.inside-menu {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 11;
  display: none;
}
.inside-menu img {
  width: 40px;
  height: 40px;
}
.l-img {
  width: 100%;
}
.inside-close {
  position: fixed;
  z-index: 13;
  width: 50px;
  height: 50px;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: none;
}
.inside-close img {
  width: 100%;
  height: 100%;
  display: block;
}
.aincell {
  display: flex;
  align-items: center;
  color: #fff; 
}
.show-active .top-rinfo {
  opacity: 1;
  width: 100%;
  height: auto;
}
.hide-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 208px;
  transform: translateX(-50%);
  padding: 0 20px;
  background-color: #f3ab47;
  color: #fff;
  text-align: center;
  z-index: 12;
  display: none;
}
.hide-nav a {
  color: #fff;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  font-size: 18px;
}
.hide-nav a:hover{
  background-color: #de9229;
}
.m-navbox > li:hover .hide-nav {
  display: block;
}
.meow-link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
.meow-link a {
  color: #606060;
  font-size: 18px;
  width: 264px;
  height: 52px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.meow-link a:last-child {
  border-right: 1px solid #dcdcdc;
}
.meow-link a:hover,
.meow-link a.active {
  background-color: #f2ab47;
  color: #fff;
  border-color: #f2ab47;
}
.usinfo {
  position: relative;
  padding: 30px 0;
  font-size: 18px;
  color: #5f5f5f;
}
.usinfo p {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 1.6em;
}
.imginfo {
  display: flex;
  justify-content: space-between;
}
.imginfo img {
  width: 49%;
  margin: 16px 0;
}
.introduction-box {
  position: relative;
  padding: 80px 0;
}
.intro-content {
  width: 100%;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
  box-sizing: border-box;
  display: flex;
}
.intro-left {
  flex: 1;
}
.intro-left h5 {
  font-size: 26px;
  color: #333333;
  padding-bottom: 10px;
  padding-top: 6px;
}
.intro-left p {
  font-size: 17px;
  color: #999999;
  line-height: 1.8em;
}
.intro-right {
  width: 342px;
  height: 516px;
  margin-left: 40px;
}
.intro-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active-spec {
  position: relative;
  margin-top: 30px;
}
.featlist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 70px -30px 0;
}
.featlist li {
  width: 388px;
  overflow: hidden;
  height: 314px;
  margin: 0 30px;
}
.featlist li img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
	transition: all .4s ; 
}
.cp-logos a img{
  transition: all .4s ; 
}
.featlist li img:hover,.cp-logos a img:hover{
  transform: scale(1.05);
}
.featlist li p {
  font-size: 19px;
  color: #4a4a4a;
  text-align: center;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.featlist li:hover p {
  color: #f5ad48;
}
.cooperative-partner {
  padding: 50px 0;
}
.cp-logos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.cp-logos a {
  margin: 20px 30px;
  display: inline-block;
}
.cp-logos a img {
  min-height: 90px;
}
.mein-box {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.mein-title {
  position: relative;
  padding-bottom: 24px;
}
.mein-item {
  display: none;
}
.mein-item.active {
  display: block;
}
.mein-item h3 {
  font-size: 32px;
  color: #494949;
}
.mein-item h4 {
  font-size: 17px;
  color: #b2b2b2;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.mein-item h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #b2b2b2;
}
.mein-info {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mein-info .mein-text {
  font-size: 17px;
  color: #7f7f7f;
}
.mein-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.mein-list li {
  width: 49.5%;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.mein-list li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.mxinfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mxinfo span {
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  width: 254px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.mxinfo p {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
.inside-paging {
  position: relative;
  padding: 94px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inside-paging a,
.inside-paging b {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  color: #000000;
}
.inside-paging a:last-child,
.inside-paging a:first-child {
  box-shadow: none;
}
.inside-paging b {
  font-weight: normal;
  box-shadow: none;
  width: 64px;
  border-radius: 16px;
  background-color: #f5ad48;
  color: #fff
}
.inside-paging span {
  height: 40px;
  line-height: 30px;
  margin: 0 6px;
  font-size: 16px;
}
.inside-paging a img {
  width: 40px;
  height: 40px;
}
.teamlist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teamlist li {
  width: 49%;
  height: 420px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  position: relative;
}
.teamlist li a {
  display: flex;
}
.team-avatar {
  width: 214px;
  height: 348px;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.team-right {
  flex: 1;
  padding-left: 40px;
  overflow: hidden;
  height: 348px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.team-right h5 {
  font-size: 26px;
  color: #444444;
  font-weight: normal;
}
.team-right h6 {
  font-size: 19px;
  color: #f5ad48;
  margin-top: 10px;
  font-weight: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid #cac4be;
  margin-bottom: 10px;
}
.team-right p {
  font-size: 17px;
  color: #999999;
  line-height: 1.8em;
}
.ainbtn1,.ainbtn2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 3;
  font-size: 17px;
  color: #999999;
  box-sizing: border-box;
  padding: 10px 16px;
  cursor: pointer;
  background-color: #fff;
}
.ainbtn1 img,
.ainbtn2 img {
  width: 14px;
  margin-left: 10px;
  margin-top: 1px;
}
.teamlist li.show .ainbtn1 {
  display: none;
}
.teamlist li.show .ainbtn2 {
  display: block;
}
.teamlist li.show {
  height: auto;
}
.teamlist li.show .team-right {
  height: auto;
}
.ainbtn2 {
  display: none;
}
.news-list {
  position: relative;
}
.news-list li:first-child {
  margin-top: 0;
}
.news-list li {
  background-color: #fff;
  margin-top: 24px;
  overflow: hidden;
  padding: 22px;
  box-sizing: border-box;
  position: relative;
}
.news-list li a {
  display: flex;
  width: 100%;
}
.nm-left {
  width: 280px;
  height: 166px;
  min-width: 280px;
}
.nm-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nm-info {
  padding-left: 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.nm-title {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.nm-title h5 {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  color: #f5ad48;

}
.nm-title span {
  font-size: 16px;
  color: #686868;
  align-self: flex-end;
}
.nm-info p {
  font-size: 16px;
  color: #686868;
  line-height: 2em;
  margin-top: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nm-info .ainmore {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-style: 16px;
  color: #f5ad48;
}
.right-next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 55px;
  padding-bottom: 40px;
}
.right-next a {
 font-size: 15px;
    height: 128px;
    height: 34px;
    display: flex;
    margin: 0px 1px;
    align-items: center;
    color: #fff;
    border: 1px solid #f5ad48;
    background-color: #f5ad48;
    padding: 0 12px;
    justify-content: center;
}
}
.a-next {
  color: #a0a0a0;
  border: 1px solid #d9d9d9;
  padding: 0 12px;
}
.a-prev {
  color: #fff;
  border: 1px solid #f5ad48;
  background-color: #f5ad48;
  padding: 0 12px;
}
.details-title {
  text-align: center;
  padding-bottom: 20px;
}
.details-title h2 {
  font-size: 25px;
  color: #231f20;
}
.details-title span {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  color: #a4a4a4;
}
.details-content {
  position: relative;
  line-height: 30px;
  padding-bottom: 30px;
}
.details-content p {
  font-size: 15px;
  color: #858585;
  line-height: 1.8em;
}
.dimgbox {
  display: flex;
  justify-content: space-between;
}
.dimgbox img {
  width: 49%;
  margin: 20px 0;
}
.tabs-performance {
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  height: 84px;
  box-sizing: border-box;
  padding-top: 10px;
  align-items: center;
}
.tabs-performance a {
  font-size: 24px;
  color: #212121;
  position: relative;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-performance a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 26px;
  background-color: #dadada;
  transform: translateY(-50%);
}
.tabs-performance a:last-of-type::after {
  display: none;
}
.tabs-performance a.active::before {
  content: '';
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: -2px;
  height: 3px;
  background-color: #f5ad48;
}
.yc-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.yc-list li {
    overflow: hidden;
  width: 420px;
  margin: 30px 10px 0;
  position: relative;
}
.yc-list li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
transition: all .4s;
}
.yc-list li img:hover{
      transform: scale(1.05);
}
.yc-info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: auto;
  z-index: 3;
  background: rgba(0, 0, 0, 0.76);
}
.yc-info h5 {
       font-size: 18px;
    color: #ffffff;
    width: 62%;
    line-height: 59px;
    text-align: center;
    border-bottom: 1px solid #444b53;


}
.yc-info span {
  font-size: 21px;
  color: #fff;
  background-color: #f2ab48;
  width: 170px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.yc-details-content {
  padding: 42px 0;
  position: relative;
  display: flex;
}
.yc-left-swiper {
  width: 512px;
  height: 406px;
  overflow: hidden;
}

.yc-left-swiper .mySwiper2 {
  width: 100%;
  height: 306px;
}
.yc-left-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yc-left-swiper .mySwiper {
  display: flex;
  margin-top: 20px;
}
.yc-left-swiper .mySwiper .swiper-slide {
  height:106px;
}
.yc-right-info {
  flex: 1;
  padding-left: 90px;
}
.yc-right-info h5 {
  font-size: 28px;
  color: #040506;
  padding-bottom: 16px;
}
.yc-right-info p {
  font-size: 17px;
  color: #253241;
  line-height: 1.8em;
}
.gobuy {
  margin-top: 44px;
  background-color: #f2ab47;
  color: #fff;
  font-size: 24px;
  width: 312px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-btns {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.share-btns strong {
  font-size: 22px;
  color: #253241;
  margin-right: 10px;
  text-transform: uppercase;
}
.share-btns a {
  margin: 0 4px;
}
.yc-tabs {
  background-color: #e7f1f2;
}
.ycintabs {
  display: flex;
}
.ycintabs a {
  height: 100px;
  line-height: 100px;
  padding: 0 28px;
  font-size: 29px;
  color: #3d3e3e;
  margin-right: 20px;
}
.ycintabs a.active {
  font-size: 30px;
  color: #000000;
  border-bottom: 1px solid #1b1d1d;
}
.yc-in-content {
  position: relative;
  line-height: 28px;
  padding: 50px 0;
  display: none;
}
.yc-in-content p {
  font-size: 18px;
  color: #3d3e3e;
  line-height: 1.8em;
}
.yc-in-content img {
  width: 100%;
  margin: 20px 0;
}
.yc-in-content.active {
  display: block;
}