.mobile-fill {
  display: none;
  height: 80px;
}
#video .video-js {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video iframe {
  width: 100%;
  height: 100%;
}
#video .swiper-add-banner{
    width: 100%;
    height: 100vh;
}
#video .swiper-add-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#video .down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  cursor: pointer;
  text-align: center;
  margin-left: -34px;
  z-index: 9;
  animation: myfirst 2s infinite;
}
#video .down img {
  width: 55px;
}
#video .down div {
  margin-top: 10px;
  font-size: 17px;
  color: #ffffff;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.mobile-banner{
    display: none;   
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mobile-banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-product {
  background-color: #fff;
  padding: 100px 0;
}
.index-product .mobile-word {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.index-product .mobile-word .english {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.index-product .mobile-word .title {
  font-size: 30px;
  color: #2a335b;
  margin-top: 18px;
  font-weight: bold;
}
.index-product .mobile-word .intro {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.index-product .wd1600 {
  display: flex;
  justify-content: space-between;
}
.index-product .wd1600 .lef .word .english {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.index-product .wd1600 .lef .word .title {
  font-size: 50px;
  color: #2a335b;
  margin-top: 8px;
  font-weight: bold;
}
.index-product .wd1600 .lef .word .intro {
  margin-top: 39px;
  font-size: 18px;
  color: #333;
}
.index-product .wd1600 .lef .west {
  display: block;
  margin-top: 60px;
  width: 514px;
  margin-right: 99px;
  box-sizing: border-box;
  border: 6px solid #fff;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.index-product .wd1600 .lef .west img {
  width: 100%;
  transition: 0.5s;
}
.index-product .wd1600 .lef .west .title {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  bottom: 40px;
  transition: 0.5s;
}
.index-product .wd1600 .lef .west .title .c {
  margin: 10px 0;
}
.index-product .wd1600 .lef .west .title .line {
  width: 16px;
  height: 4px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  background-color: #eebb82;
}
.index-product .wd1600 .rig {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.index-product .wd1600 .rig .item {
  width: 49.3%;
}
.index-product .wd1600 .rig .item .top {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .top img {
  width: 100%;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .top .title {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  bottom: 40px;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .top .title .c {
  margin: 5px 0;
}
.index-product .wd1600 .rig .item .top .title .line {
  width: 16px;
  height: 4px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  background-color: #eebb82;
}
.index-product .wd1600 .rig .item .bot {
  display: block;
  width: 100%;
  margin-top: 19px;
  box-sizing: border-box;
  border: 6px solid #fff;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .bot img {
  width: 100%;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .bot .title {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  bottom: 40px;
  transition: 0.5s;
}
.index-product .wd1600 .rig .item .bot .title .c {
  margin: 10px 0;
}
.index-product .wd1600 .rig .item .bot .title .line {
  width: 16px;
  height: 4px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  background-color: #eebb82;
}
.index-brag {
  display: flex;
  background-color: #fff;
}
.index-brag .mobile-b-title {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.index-brag .mobile-b-title .e-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.index-brag .mobile-b-title .c-title {
  font-size: 30px;
  color: #2a335b;
  font-weight: bold;
  margin-top: 10px;
}
.index-brag .brag-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.index-brag .content {
  width: 50%;
  padding-top: 97px;
  padding-left: 65px;
  box-sizing: border-box;
}
.index-brag .content .b-title .e-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.index-brag .content .b-title .c-title {
  margin-top: 20px;
  font-size: 50px;
  color: #2a335b;
  font-weight: bold;
}
.index-brag .content .b-intro {
  margin-top: 90px;
  padding-right: 230px;
}
.index-brag .content .b-intro .b-item {
  margin-bottom: 32px;
}
.index-brag .content .b-intro .b-item .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.index-brag .content .b-intro .b-item .outer .t-intro {
  font-size: 24px;
  transition: 0.3s;
  font-weight: bold;
}
.index-brag .content .b-intro .b-item .outer .t-intro:hover{
    color: #eebb82;
}
.index-brag .content .b-intro .b-item .outer img {
  width: 15px;
}
.index-brag .content .b-intro .b-item .outer .icon2 {
  display: none;
}
.index-brag .content .b-intro .b-item .within {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.index-brag .content .b-intro .b-item-active .outer .t-intro{
    color: #eebb82;
}
.index-exclusive {
  background-color: #2a335b;
  padding: 100px 0 100px 0;
  display: flex;
  align-items: flex-start;
}
.index-exclusive .mobile-year-title {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.index-exclusive .mobile-year-title .e-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.index-exclusive .mobile-year-title .c-title {
  margin-top: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.index-exclusive .title-left {
  margin-right: 100px;
  padding-top: 80px;
  padding-left: 160px;
}
.index-exclusive .title-left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 90px;
}
.index-exclusive .title-left .top .big {
  margin-right: 10px;
  min-width: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-exclusive .title-left .top .big .line {
  width: 2px;
  height: 41px;
  margin: 0 auto;
  background-color: #ffffff;
}
.index-exclusive .title-left .top .big .title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  writing-mode: tb-rl;
  margin-top: 30px;
}
.index-exclusive .title-left .top .eng {
  font-size: 30px;
  color: #eebb82;
  writing-mode: tb-rl;
  font-weight: bold;
}
.index-exclusive .title-left .small {
  margin-top: 15px;
  overflow: hidden;
}
.index-exclusive .title-left .small p {
  font-size: 18px;
  color: #fff;
  writing-mode: tb-rl;
  margin-right: 10px;
  float: left;
}
.index-exclusive .ex-content {
  flex: 1;
  display: flex;
}
.index-exclusive .ex-content .wx-item {
  width: 25%;
  height: 858px;
  position: relative;
}
.index-exclusive .ex-content .wx-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-exclusive .ex-content .wx-item .kuang {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  border: 6px solid #eebb82;
  opacity: 0;
  transition: 0.5s;
}
.index-exclusive .ex-content .wx-item .wx-fu {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
  background-color: rgba(42, 51, 91, 0);
}
.index-exclusive .ex-content .wx-item .wx-fu .shang {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.index-exclusive .ex-content .wx-item .wx-fu .shang div {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  transition: 0.5s;
}
.index-exclusive .ex-content .wx-item .wx-fu .shang img {
  width: 35px;
  height: 30px;
  margin: auto;
}
.index-exclusive .ex-content .wx-item .wx-fu .shang .icon2 {
  display: none;
}
.index-exclusive .ex-content .wx-item .wx-fu .word {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: 0.5s;
}
.index-exclusive .ex-content .wx-item .wx-fu .word p {
  line-height: 30px;
}
.swiper-m-exclusive {
  display: none;
  padding-bottom: 40px;
}
.swiper-m-exclusive .swiper-slide {
  height: 260px;
  position: relative;
}
.swiper-m-exclusive .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-m-exclusive .swiper-slide .wx-fu {
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
  background-color: rgba(42, 51, 91, 0);
}
.swiper-m-exclusive .swiper-slide .wx-fu .shang {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.swiper-m-exclusive .swiper-slide .wx-fu .shang div {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  transition: 0.5s;
}
.swiper-m-exclusive .swiper-slide .wx-fu .shang img {
  height: 30px;
}
.swiper-m-exclusive .swiper-slide .wx-fu .shang .icon2 {
  display: none;
}
.swiper-m-exclusive .swiper-slide .wx-fu .word {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  transition: 0.5s;
}
.swiper-m-exclusive .swiper-slide .wx-fu .word p {
  font-size: 14px;
  line-height: 24px;
}
.index-supplier {
  padding-bottom: 42px;
  background-image: url('../img/i_team_bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
}
.index-supplier .content-l {
  padding: 100px 150px 0 158px;
  box-sizing: border-box;
  flex: 1;
}
.index-supplier .content-l .e-title {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.index-supplier .content-l .c-title {
  margin-top: 15px;
  font-size: 50px;
  color: #2a335b;
  font-weight: bold;
}
.index-supplier .content-l .line {
  width: 50px;
  height: 1px;
  background-color: #2b345e;
  opacity: 0.8;
  margin-top: 50px;
}
.index-supplier .content-l .s-intro {
  margin-top: 15px;
  font-size: 18px;
  color: #2a335b;
}
.index-supplier .content-l .s-box {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index-supplier .content-l .s-box .s-item {
  width: 20%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}
.index-supplier .content-l .s-box .s-item img {
  width: 80%;
  height: 100%;
  transition: 0.5s;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.index-supplier .content-l .s-box .s-item .s-meng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}
.index-supplier .content-l .s-box .s-item:hover img {
  -webkit-filter: none;
  filter: none;
}
.index-supplier .content-l .s-box .s-item:hover .s-meng {
  opacity: 0;
}
.index-supplier .type-r {
  background-color: rgba(238, 187, 130, 0.4);
  width: 627px;
  padding: 144px 153px 0 67px;
  height: 731px;
  box-sizing: border-box;
}
.index-supplier .type-r .r-box {
  display: none;
}
.index-supplier .type-r .r-box .type-show {
  max-width: 200px;
}
.index-supplier .type-r .r-box .state {
  margin-top: 29px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.index-supplier .type-r .r-box .time {
  font-size: 24px;
  margin-top: 10px;
}
.index-supplier .type-r .r-box .slogan {
  margin-top: 60px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.index-supplier .type-r .r-box .writer {
  margin-top: 38px;
  font-size: 18px;
  text-align: right;
}
.swiper-supplier {
  display: none;
  margin-top: 30px;
  padding-bottom: 40px;
}
.swiper-supplier .swiper-slide {
  text-align: center;
  line-height: 50px;
}
.swiper-supplier .swiper-slide img {
  max-width: 90%;
}
.index-new {
  background-color: #fff;
  padding: 58px 0 72px;
}
.index-new .wd1600 .new-title {
  text-align: center;
}
.index-new .wd1600 .new-title .e {
  font-size: 30px;
  font-weight: bold;
}
.index-new .wd1600 .new-title .c {
  font-size: 50px;
  font-weight: bold;
  color: #2a335b;
  margin-top: 18px;
}
.index-new .wd1600 .new-box {
  display: flex;
  margin-top: 100px;
}
.index-new .wd1600 .new-box .box-l {
  width: 750px;
  position: relative;
  margin-right: 100px;
}
.index-new .wd1600 .new-box .box-l img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.index-new .wd1600 .new-box .box-l .test {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 28px 23px;
  box-sizing: border-box;
  width: 690px;
}
.index-new .wd1600 .new-box .box-l .test .line {
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  background-color: #eeeeee;
}
.index-new .wd1600 .new-box .box-l .test .title {
  transition: 0.5s;
  font-size: 24px;
  font-weight: bold;
}
.index-new .wd1600 .new-box .box-l .test .intro {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  max-width: 544px;
  line-height: 30px;
}
.index-new .wd1600 .new-box .box-r {
  flex: 1;
}
.index-new .wd1600 .new-box .box-r .r-item {
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.index-new .wd1600 .new-box .box-r .r-item .line {
  transition: 0.5s;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #eeeeee;
}
.index-new .wd1600 .new-box .box-r .r-item .img {
  width: 227px;
  height: 138px;
  margin-right: 20px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.index-new .wd1600 .new-box .box-r .r-item .img .border {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s;
  box-sizing: border-box;
  border: 6px solid #2a335b;
}
.index-new .wd1600 .new-box .box-r .r-item .img img {
  width: 100%;
  transition: 0.5s;
}
.index-new .wd1600 .new-box .box-r .r-item .nei {
  flex: 1;
}
.index-new .wd1600 .new-box .box-r .r-item .nei .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}
.index-new .wd1600 .new-box .box-r .r-item .nei .title {
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s;
}
.index-new .wd1600 .new-box .box-r .r-item .nei .intro {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.index-new .wd1600 .new-box .box-r .r-item:nth-of-type(1) {
  padding-top: 0;
}
.index-new .wd1600 .more {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background-color: #2a335b;
  text-align: center;
  margin: 54px auto 0;
  font-size: 16px;
  color: #eebb82;
}
.index-client {
  background-color: rgba(238, 187, 130, 0.1);
  padding: 100px 0 42px;
}
.index-client .wd1600 {
  display: flex;
}
.index-client .wd1600 .kehu-l {
  margin-right: 110px;
  width: 390px;
}
.index-client .wd1600 .kehu-l .e-title {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.index-client .wd1600 .kehu-l .c-title {
  margin-top: 15px;
  font-size: 50px;
  color: #2a335b;
  font-weight: bold;
}
.index-client .wd1600 .kehu-l .line {
  width: 50px;
  height: 1px;
  background-color: #2b345e;
  opacity: 0.8;
  margin-top: 50px;
}
.index-client .wd1600 .kehu-l .s-intro {
  margin-top: 15px;
  font-size: 18px;
  color: #2a335b;
}
.index-client .wd1600 .kehu-l .tao {
  position: relative;
}
.index-client .wd1600 .kehu-l .tao .swiper-client {
  margin-top: 54px;
  width: 390px;
  height: 110px;
  position: initial;
}
.index-client .wd1600 .kehu-l .tao .swiper-client .swiper-slide {
  overflow: hidden;
  height: 80%;
}
.index-client .wd1600 .kehu-l .tao .swiper-client .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.index-client .wd1600 .kehu-r {
  flex: 1;
}
.index-client .wd1600 .kehu-r .swiper-team {
  max-width: 1100px;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box {
  width: 13%;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 50px;
  margin-right: 4.4%;
  position: relative;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box img {
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  transition: 0.5s;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box .team-meng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:hover .team-meng {
  opacity: 0;
}
.index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(6n) {
  margin-right: 0;
}
.index-client .wd1600 .kehu-r .swiper-team-mobile {
  width: 300px;
  display: none;
  padding-bottom: 40px;
}
.index-client .wd1600 .kehu-r .swiper-team-mobile .swiper-slide {
  text-align: center;
}
.index-client .wd1600 .kehu-r .swiper-team-mobile .swiper-slide .team-box {
  width: 100%;
  line-height: 50px;
  background-color: #fff;
}
.swiper-m-kefu {
  display: none;
  margin-top: 30px;
  padding-bottom: 40px;
}
.swiper-m-kefu .swiper-slide {
  text-align: center;
  line-height: 50px;
  background-color: #fff;
}
.swiper-m-kefu .swiper-slide img {
  max-width: 90%;
}
.swiper-client .swiper-button-next,
.swiper-client .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: auto;
  bottom: -40px;
  z-index: 8;
  background-size: 100% 100%;
}
.swiper-client .swiper-button-prev {
  left: 0;
  background-image: url('../img/i_arrow_t2.png');
}
.swiper-client .swiper-button-next {
  right: auto;
  left: 31px;
  background-image: url('../img/i_arrow_b2.png');
}
.swiper-client .swiper-button-prev:hover {
  background-image: url('../img/i_arrow_t.png');
}
.swiper-client .swiper-button-next:hover {
  background-image: url('../img/i_arrow_b.png');
}
.swiper-team .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background: #eebb82;
  opacity: 1;
  border-radius: 0;
}
.swiper-team .swiper-pagination-bullet-active {
  background: #2a335b;
}
.swiper-team > .swiper-pagination-bullets {
  bottom: 0;
}
.index-serve {
  background-color: #fff;
  padding: 100px 0;
}
.index-serve .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-serve .wd1600 .box {
  width: 47%;
  position: relative;
}
.index-serve .wd1600 .box > img {
  width: 100%;
  height: 100%;
}
.index-serve .wd1600 .box .wrap {
  border: 1px solid #fff;
  width: 451px;
  height: 227px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.index-serve .wd1600 .box .wrap .w-son {
  border: 2px solid #ffffff;
  padding: 37px 0 25px;
  height: 100%;
  box-sizing: border-box;
}
.index-serve .wd1600 .box .wrap .w-son .w-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.index-serve .wd1600 .box .wrap .w-son .w-intro {
  text-align: center;
  margin-top: 20px;
}
.index-serve .wd1600 .box .wrap .w-son .w-intro p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

/* 2021/8/4新增 */
.join-leave {
  padding: 20px 0 100px;
  background-color: #fff;
}
.join-leave .wd1600 .join-inline {
  max-width: 763px;
  margin: 90px auto 0;
}
.join-leave .wd1600 .join-inline .box .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.join-leave .wd1600 .join-inline .box .top .input {
  width: 48%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e0;
}
.join-leave .wd1600 .join-inline .box .top .input input {
  width: 100%;
  text-indent: 0;
  font-size: 16px;
  min-height: 20px;
}
.join-leave .wd1600 .join-inline .box .top .input input::placeholder {
  font-size: 16px;
  color: #666666;
}
.join-leave .wd1600 .join-inline .box .diqu {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e0;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.join-leave .wd1600 .join-inline .box .diqu .name {
  font-size: 16px;
  color: #666666;
}
.join-leave .wd1600 .join-inline .box .diqu .select select {
  font-size: 16px;
  color: #999;
  border: none;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/jiameng_xia.png);
  background-repeat: no-repeat;
  background-position: center right;
  min-width: 90px;
}
.join-leave .wd1600 .join-inline .box .beizhu {
  width: 100%;
  margin-bottom: 40px;
  height: 117px;
  border-bottom: 1px solid #e2e2e0;
}
.join-leave .wd1600 .join-inline .box .beizhu textarea {
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.join-leave .wd1600 .join-inline .box .beizhu textarea::placeholder {
  color: #666666;
  font-size: 16px;
}
.join-leave .wd1600 .join-inline .box button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #eebb82;
  background-color: #2a335b;
}
.join-title {
  text-align: center;
}
.join-title .j-title {
  font-size: 50px;
  color: #2a335b;
  font-weight: bold;
}
.join-title .j-intro {
  margin-top: 20px;
  font-size: 18px;
}
/* 2021/8/4新增 */
@media screen and (min-width: 1200px) {
  .index-product .wd1600 .lef .west:hover {
    border: 6px solid #eebb82;
  }
  .index-product .wd1600 .lef .west:hover img {
    transform: scale(1.1);
  }
  .index-product .wd1600 .lef .west:hover .title {
    bottom: 60px;
    color: #eebb82;
  }
  .index-product .wd1600 .lef .west:hover .title .line {
    opacity: 1;
  }
  .index-product .wd1600 .rig .item .top:hover {
    border: 6px solid #eebb82;
  }
  .index-product .wd1600 .rig .item .top:hover img {
    transform: scale(1.1);
  }
  .index-product .wd1600 .rig .item .top:hover .title {
    bottom: 60px;
    color: #eebb82;
  }
  .index-product .wd1600 .rig .item .top:hover .title .line {
    opacity: 1;
  }
  .index-product .wd1600 .rig .item .bot:hover {
    border: 6px solid #eebb82;
  }
  .index-product .wd1600 .rig .item .bot:hover img {
    transform: scale(1.1);
  }
  .index-product .wd1600 .rig .item .bot:hover .title {
    bottom: 60px;
    color: #eebb82;
  }
  .index-product .wd1600 .rig .item .bot:hover .title .line {
    opacity: 1;
  }
  .index-new .wd1600 .new-box .box-l:hover .test .line {
    width: 100%;
  }
  .index-new .wd1600 .new-box .box-l:hover .test .title {
    color: #2a335b;
  }
  .index-new .wd1600 .new-box .box-r .r-item:hover .line {
    width: 100%;
  }
  .index-new .wd1600 .new-box .box-r .r-item:hover .img .border {
    opacity: 1;
  }
  .index-new .wd1600 .new-box .box-r .r-item:hover .img img {
    transform: scale(1.1);
  }
  .index-new .wd1600 .new-box .box-r .r-item:hover .nei .icon {
    opacity: 1;
    right: 0;
  }
  .index-new .wd1600 .new-box .box-r .r-item:hover .nei .title {
    color: #2a335b;
  }
  .index-exclusive .ex-content .wx-item:hover .kuang {
    opacity: 1;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu {
    background-color: rgba(42, 51, 91, 0.9);
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .shang {
    display: flex;
    flex-direction: column-reverse;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .shang div {
    color: #eebb82;
    margin-top: 0;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .shang img {
    margin-top: 20px;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .shang .icon1 {
    display: none;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .shang .icon2 {
    display: block;
  }
  .index-exclusive .ex-content .wx-item:hover .wx-fu .word {
    opacity: 1;
  }
}
@media screen and (max-width: 1700px) {
  .index-exclusive {
    padding: 100px 0 100px 15px;
  }
  .index-exclusive .title-left {
    margin-right: 40px;
  }
  .index-supplier .content-l {
    padding: 100px 50px 0 50px;
  }
  .index-client .wd1600 .kehu-r {
    width: 66%;
  }
  .index-client .wd1600 .kehu-r .swiper-team {
    max-width: none;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(6n) {
    margin-right: 2%;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .index-product .wd1600 .lef {
    width: 38%;
  }
  .index-product .wd1600 .lef .west {
    width: 95%;
    margin-right: 0;
    margin-top: 20px;
  }
  .index-product .wd1600 .lef .word .title,
  .index-year .swiper-year .swiper-slide .main .year-title .c-title {
    font-size: 40px;
  }
  .index-product .wd1600 .lef .word .intro {
    margin-top: 15px;
  }
  .index-brag .content .b-title .c-title {
    font-size: 40px;
  }
  .index-brag .content .b-intro {
    padding-right: 100px;
    margin-top: 30px;
  }
  .index-client .wd1600 .kehu-r {
    width: 60%;
  }
  .index-new .wd1600 .new-box .box-l{
      margin-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .index-brag .content .b-title .c-title {
    font-size: 34px;
  }
  .index-brag .content {
    padding-top: 0;
    padding-left: 30px;
  }
  .index-brag .content .b-intro .b-item {
    margin-bottom: 20px;
  }
  .index-brag .content .b-intro .b-item .outer .t-intro {
    font-size: 20px;
  }
  .index-exclusive {
    display: block;
    padding: 100px 0;
  }
  .index-exclusive .title-left {
    display: none;
  }
  .index-exclusive .mobile-year-title {
    display: block;
  }
  .index-exclusive .ex-content .wx-item {
    height: auto;
  }
  .index-supplier .type-r {
    width: 500px;
    height: auto;
    padding: 144px 30px 0 30px;
  }
  .index-new .wd1600 .new-box .box-l {
    width: 43%;
    margin-right: 30px;
  }
  .index-new .wd1600 .new-box .box-l .test {
    position: inherit;
    left: auto;
    transform: none;
    width: auto;
    padding: 15px;
  }
  .index-new .wd1600 .new-box .box-l .test .intro {
    margin-top: 15px;
  }
  .index-client .wd1600 .kehu-l {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-fill {
    display: block;
  }
  .index-product .mobile-word {
    display: block;
  }

  .index-year .swiper-year .swiper-slide .main .year-title .c-title{
    font-size: 30px;
  }

  .index-product .wd1600 .lef .west,
  .index-year .swiper-year .swiper-slide .main .y-tab {
    margin-top: 50px;
  }
  .index-product,
  .index-exclusive,
  .index-serve,
  .index-client {
    padding: 40px 0;
  }
  .index-brag .content .b-intro {
    padding-right: 0;
  }
  .index-brag {
    padding: 0 15px;
  }
  .index-exclusive .ex-content .wx-item .wx-fu .word {
    opacity: 1;
  }
  .index-supplier .content-l {
    padding: 30px 50px 0 50px;
  }
  .index-supplier .content-l .c-title {
    font-size: 40px;
  }
  .index-supplier .content-l .s-box {
    margin-top: 50px;
  }
  .index-supplier .content-l .s-box .s-item {
    margin-bottom: 20px;
  }
  .index-supplier .type-r {
    padding: 30px 30px 0;
  }
  .index-supplier .content-l .s-box .s-item {
    width: 25%;
  }
  .index-new .wd1600 .new-box {
    margin-top: 30px;
  }
  .index-new {
    padding: 20px 0 40px;
  }
  .index-new .wd1600 .new-title .e,
  .index-client .wd1600 .kehu-l .e-title {
    font-size: 20px;
  }
  .index-new .wd1600 .new-title .c,
  .index-client .wd1600 .kehu-l .c-title {
    font-size: 30px;
  }
  .index-new .wd1600 .more {
    margin: 30px auto 0;
  }
  .index-new .wd1600 .new-box .box-l .test {
    border-bottom: 1px solid #eeeeee;
  }
  .index-new .wd1600 .new-box .box-r .r-item .line {
    width: 100%;
  }
  .index-serve .wd1600 .box .wrap {
    width: 85%;
    height: auto;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(5n) {
    margin-right: 2%;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(4n) {
    margin-right: 0;
  }
  .index-client .wd1600 .kehu-l .line {
    margin-top: 15px;
  }
  .index-client .wd1600 .kehu-l .c-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .index-brag .content .b-title {
    display: none;
  }
  .index-brag .mobile-b-title,
  .index-brag {
    display: block;
  }

  .index-product .wd1600 .lef .word,
  .index-year .swiper-year .swiper-slide .main .year-title {
    display: none;
  }

  .index-brag .brag-img {
    width: 100%;
  }
  .index-brag .content {
    padding-left: 0;
    width: 100%;
  }
  .index-brag .content .b-intro .b-item .within {
    display: none;
  }
  .index-brag .content .b-intro .b-item {
    margin-bottom: 25px;
  }
  .index-brag .content .b-intro .b-item .outer img {
    display: none;
  }
  .index-exclusive .ex-content .wx-item .wx-fu .shang div {
    font-size: 18px;
  }
  .index-exclusive .ex-content .wx-item .wx-fu .word p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-supplier .content-l {
    padding: 30px 15px 0;
  }
  .index-new .wd1600 .new-box {
    display: block;
  }
  .index-new .wd1600 .new-box .box-l img {
    height: auto;
  }
  .index-client .wd1600 {
    display: block;
  }
  .index-client .wd1600 .kehu-l {
    width: auto;
  }
  .index-client .wd1600 .kehu-l .tao .swiper-client {
    width: 100%;
  }
  .index-client .wd1600 .kehu-l .tao .swiper-client {
    margin-top: 30px;
  }
  .index-client .wd1600 .kehu-r {
    width: 100%;
    margin-top: 60px;
  }
  .index-client .wd1600 .kehu-r .swiper-team {
    padding-bottom: 20px;
  }
  .join-leave {
    padding: 40px 0;
  }
  .join-leave .wd1600 .join-inline {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .index-product .wd1600 .lef .west {
    height: 100%;
  }
  .index-product .wd1600 .lef .west img {
    height: 100%;
    object-fit: cover;
  }
  .index-product .wd1600 .rig .item .top .title,
  .index-product .wd1600 .rig .item .bot .title,
  .index-product .wd1600 .lef .west .title {
    font-size: 18px;
  }
  .index-exclusive .ex-content {
    flex-wrap: wrap;
  }
  .index-exclusive .ex-content .wx-item {
    width: 50%;
  }
  .index-supplier {
    display: block;
  }
  .index-supplier .type-r,
  .index-supplier .content-l .line {
    display: none;
  }
  .index-supplier .content-l .e-title,
  .index-supplier .content-l .c-title,
  .index-supplier .content-l .s-intro {
    text-align: center;
  }
  .index-supplier .content-l .e-title {
    display: flex;
    font-size: 20px;
    justify-content: center;
  }
  .index-supplier .content-l .c-title {
    font-size: 30px;
  }
  .index-supplier .content-l .s-box .s-item .s-meng {
    display: none;
  }
  .index-supplier .content-l .s-box .s-item img {
    filter: none;
    -webkit-filter: none;
  }
  .index-serve .wd1600 .box .wrap .w-son .w-intro p {
    font-size: 14px;
  }
  .index-serve .wd1600 .box .wrap .w-son .w-title {
    font-size: 24px;
  }
  .index-serve .wd1600 .box .wrap .w-son {
    padding: 15px 0;
  }
  .index-serve .wd1600 .box .wrap .w-son .w-intro {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-product .wd1600 .rig .item .bot .title,
  .index-product .wd1600 .rig .item .top .title {
    bottom: 0;
  }
  .index-product .wd1600 .rig .item .top .title,
  .index-product .wd1600 .rig .item .bot .title,
  .index-product .wd1600 .lef .west .title {
    font-size: 16px;
  }
  .index-product .wd1600 .rig .item .bot .title .c,
  .index-product .wd1600 .rig .item .top .title .c,
  .index-product .wd1600 .lef .west .title .c {
    margin: 0;
  }
  .index-supplier .content-l .s-box {
    margin-top: 30px;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box .team-meng {
    display: none;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box img {
    filter: none;
    -webkit-filter: none;
  }
  .mobile-fill {
    height: 65px;
  }
  .join-leave .wd1600 .join-inline .box button {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .index-product .wd1600,
  .index-serve .wd1600 .box {
    display: block;
  }
  .index-product .wd1600 .lef,
  .index-product .wd1600 .lef .west {
    width: 100%;
  }
  .index-product .wd1600 .rig .item .bot {
    margin-top: 10px;
  }
  .index-supplier .content-l .s-box .s-item {
    width: 50%;
  }
  .index-serve .wd1600 {
    display: block;
  }
  .index-serve .wd1600 .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-product .wd1600 .rig .item .top,
  .index-product .wd1600 .rig .item .bot {
    border: 3px solid #fff;
  }
  .index-brag .mobile-b-title .e-title,
  .index-year .mobile-year-title .e-title,
  .index-exclusive .mobile-year-title .e-title,
  .index-supplier .content-l .e-title,
  .index-new .wd1600 .new-title .e,
  .index-new .wd1600 .new-box .box-l .test .title,
  .index-product .mobile-word .english {
    font-size: 18px;
  }
  .index-brag .mobile-b-title .c-title,
  .index-year .mobile-year-title .c-title,
  .index-exclusive .mobile-year-title .c-title,
  .index-supplier .content-l .c-title,
  .index-new .wd1600 .new-title .c,
  .index-product .mobile-word .title {
    font-size: 22px;
  }
  .index-year .swiper-year .swiper-slide .main .y-tab .tab-title strong {
    font-size: 36px;
  }
  .index-exclusive {
    padding: 30px 0 0;
  }
  .index-supplier .content-l .c-title {
    margin-top: 5px;
  }
  .index-supplier .content-l .s-intro {
    font-size: 16px;
  }
  .index-supplier {
    padding-bottom: 20px;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box {
    width: 48.5%;
    margin-right: 3%;
  }
  .index-client .wd1600 .kehu-r .swiper-team .swiper-slide .team-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .index-new .wd1600 .new-box .box-r .r-item {
    display: block;
  }
  .index-new .wd1600 .new-box .box-r .r-item .img {
    width: 100%;
    height: auto;
  }
  .index-new .wd1600 .new-box .box-r .r-item .nei .title,
  .index-new .wd1600 .new-box .box-r .r-item .nei .intro {
    margin-top: 10px;
  }
  .swiper-client .swiper-button-next,
  .swiper-client .swiper-button-prev {
    z-index: 1;
  }
  footer .wd1600 .f-middle .f-way {
    margin-top: 0;
  }
  .index-client .wd1600 .kehu-r .swiper-team {
    display: none;
  }
  .index-client .wd1600 .kehu-r .swiper-team-mobile {
    display: block;
  }
  .index-client .wd1600 .kehu-l {
    margin-right: 0;
  }
  .index-supplier .content-l .s-box {
    display: none;
  }
  .swiper-supplier,
  .swiper-m-kefu {
    display: block;
  }
  .index-exclusive .ex-content {
    display: none;
  }
  .swiper-m-exclusive {
    display: block;
  }
  #video{
    display: none;
  }
  .mobile-banner{
      display: block;
  }
  .index-product .mobile-word .title,.index-new .wd1600 .new-title .c{
      margin-top: 8px;
  }
  .swiper-m-kefu .swiper-slide img,.swiper-supplier .swiper-slide img{
      max-width: 70%;
  }
  .index-brag .content .b-intro .b-item .outer .t-intro{
      font-weight: normal;
      font-size: 18px;
  }
  .index-brag .content .b-intro .b-item{
      margin-bottom: 20px;
  }
  .index-new .wd1600 .new-box .box-r .r-item .img img,.index-new .wd1600 .new-box .box-l img{
      height: 150px;
      object-fit: cover;
  }
  .join-title .j-title{
    font-size: 22px;
  }
  .join-title .j-intro{
    font-size: 16px;
    line-height: 24px;
  }
  .join-leave .wd1600 .join-inline .box .diqu .select select{
    font-size: 14px;
    min-width: auto;
    background-image: none;
  }
  .join-leave{
    padding: 0 0 40px;
  }
  
}
