@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  border: none;
}

@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.isnav a {
  color: #f9c152 !important;
}

.navbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar > div:nth-child(1) {
  background: #f9c152;
  height: 90px;
  width: 180px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}

.nav > li > a {
  font-size: 16px;
  color: #010101;
  display: block;
}

.nav li > span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.subnav {
  position: absolute;
  left: 15px;
  top: 90px;
  width: 130px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.nav > li:hover .nav1 {
  height: 205px;
}

.nav > li:hover .nav2 {
  height: 287px;
}

.nav > li:hover .nav3 {
  height: 123px;
}

.nav > li:hover .nav4 {
  height: 164px;
}

.nav li:hover > a {
  color: #f9c152;
}

.subnav li:hover a {
  color: #f9c152;
}

.subnav li {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.subnav div a {
  font-size: 14px;
  color: #010101;
}

.join-banner {
  width: 100%;
}

.join-banner img {
  width: 100%;
}

.sheet {
  width: 1200px;
}

.section {
  margin: 80px auto;
}

.section > h2 {
  font-size: 35px;
  color: #333;
  text-align: center;
}

.section > h2 > span {
  font-family: "DIN Medium";
  color: #fff;
  background: #f9c152;
  padding: 5px 15px;
  display: inline-block;
}

.section > p {
  font-size: 16px;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 0 15px;
}

.section > i {
  width: 80px;
  height: 20px;
  border-top: 1px solid #f9c152;
  display: block;
  margin: 0 auto;
}

.formbox {
  width: 1200px;
  height: 450px;
  border: 1px solid #e8e8e8;
  padding: 30px 60px 0 300px;
  background: url(../new_img/join_sheet_03.jpg) no-repeat;
  background-position: 60px 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formbox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.formbox form ul {
  width: 600px;
}

.formbox form div {
  cursor: pointer;
}

.formbox form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

.formbox form ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.formbox input {
  width: 260px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #f3f3f3;
  color: #c2c2c2;
  font-size: 16px;
  padding: 5px 15px;
  outline: none;
}

.formbox input::-webkit-input-placeholder {
  color: #c2c2c2;
}

.formbox input::-moz-placeholder {
  color: #c2c2c2;
}

.formbox input:-moz-placeholder {
  color: #c2c2c2;
}

.formbox input:-ms-input-placeholder {
  color: #c2c2c2;
}

.formbox select {
  width: 167px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #c2c2c2;
  font-size: 16px;
  outline: none;
  padding: 5px 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f3f3f3 url("../new_img/xiala.jpg") no-repeat 166px center;
  background-size: 15px;
}

.formbox form ul li:nth-last-child(1) select {
  width: 570px;
  background: #f3f3f3 url("../new_img/xiala.jpg") no-repeat 568px center;
  background-size: 15px;
}

.formbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.formbox > ul > li {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #333;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}

.join-ry,
.join-gg {
  width: 1200px;
}

.join-ry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join-ry ul li {
  width: 570px;
  border: 1px solid #e8e8e8;
  margin-top: 30px;
  padding: 10px 10px;
}

.join-ry ul li img {
  width: 100%;
}

.join-ry ul li p {
  margin-top: 10px;
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  line-height: 23px;
  letter-spacing: 1px;
}

.join-ry ul li p span {
  font-size: 14px;
  color: #999;
}

.join-gg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.gg-top .gg {
  overflow: hidden;
}

.gg {
  position: relative;
}

.gg i {
  width: 50px;
  border-top: 1px solid #333;
  height: 1px;
  display: block;
  margin: 10px auto;
}

.gg1 {
  background: url(../new_img/join_gg1_15.jpg) top center no-repeat;
  height: 499px;
  width: 795px;
}

.gg2 {
  background: url(../new_img/join_gg2_15.jpg) top center no-repeat;
  height: 241px;
  width: 390px;
}

.gg3 {
  background: url(../new_img/join_gg3_15.jpg) top center no-repeat;
  height: 241px;
  width: 390px;
  margin-top: 17px;
}

.gg4 {
  background: url(../new_img/join_gg4_15.jpg) top center no-repeat;
  height: 275px;
  width: 390px;
}

.gg5 {
  background: url(../new_img/join_gg5_15.jpg) top center no-repeat;
  height: 275px;
  width: 390px;
}

.gg6 {
  background: url(../new_img/join_gg6_15.jpg) top center no-repeat;
  height: 275px;
  width: 390px;
}

.gg1 div {
  position: absolute;
  top: -499px;
  background: rgba(249, 193, 82, 0.9);
  height: 499px;
  width: 795px;
  transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
}

.gg2 div,
.gg3 div {
  position: absolute;
  top: -241px;
  background: rgba(249, 193, 82, 0.9);
  height: 241px;
  width: 390px;
  transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
}

.gg4 div,
.gg5 div,
.gg6 div {
  position: absolute;
  top: -275px;
  background: rgba(249, 193, 82, 0.9);
  height: 275px;
  width: 390px;
  transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
}

.gg:hover div {
  top: 0px;
}

.gg1div p {
  border: 1px solid #fff;
  height: 459px;
  width: 755px;
  margin: 20px auto;
  text-align: center;
  padding-top: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
}

.gg2div p,
.gg3div p {
  border: 1px solid #fff;
  height: 201px;
  width: 350px;
  margin: 20px auto;
  text-align: center;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
}

.gg4div p {
  border: 1px solid #fff;
  height: 235px;
  width: 350px;
  margin: 20px auto;
  text-align: center;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
}

.gg1div p span {
  font-size: 14px;
}

.join-gy {
  width: 1200px;
}

.join-gy ul {
  margin-top: 15px;
}

.gy1 {
  background: url(../new_img/join_gy1_15.jpg) top left no-repeat;
  height: 457px;
}

.gy2 {
  background: url(../new_img/join_gy2_15.jpg) top right no-repeat;
  height: 457px;
}

.gy3 {
  background: url(../new_img/join_gy3_15.jpg) top left no-repeat;
  height: 450px;
}

.gy4 {
  background: url(../new_img/join_gy4_15.jpg) top right no-repeat;
  height: 450px;
}

.join-gy ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-gy ul li:nth-child(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.join-gy ul li:nth-child(odd) div {
  margin-right: 100px;
}

.join-gy ul li:nth-child(even) div {
  margin-left: 100px;
}

.join-gy ul li div {
  width: 405px;
}

.join-gy ul li p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
}

.join-gy ul li p i {
  width: 15px;
  height: 2px;
  border-top: 2px solid #999;
  display: block;
  margin: 10px 2px 25px;
}

.join-gy ul li p span {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.join-ys {
  width: 1200px;
}

.join-ys div {
  position: relative;
  padding-top: 100px;
}

.ys {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 315px;
  letter-spacing: 1px;
}

.ys span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-top: 8px;
  line-height: 20px;
}

.ys-r {
  text-align: right;
}

.ys-r span {
  text-align: left;
}

.ys1 {
  top: 185px;
  left: 35px;
}

.ys2 {
  top: 15px;
  left: 60px;
}

.ys3 {
  top: 15px;
  right: 80px;
}

.ys4 {
  top: 185px;
  right: 110px;
}

.ys5 {
  top: 550px;
  left: 35px;
}

.ys6 {
  top: 375px;
  left: 60px;
}

.ys7 {
  top: 375px;
  right: 40px;
}

.ys8 {
  top: 550px;
  right: 170px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 30%;
}

.join-fy {
  width: 100%;
  background: #f9f9f9;
  padding: 80px 0;
}

.join-fy > div {
  width: 1200px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join-fy > div div {
  width: 585px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #f2f2f2;
  box-shadow: 0px 0px 10px #f2f2f2;
}

.join-fy div p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  padding: 20px 0 20px 42px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}

.join-fy img {
  margin: 0 auto;
}

.join-cp {
  width: 100%;
}

.swiper-container {
  margin-top: 30px;
  padding-bottom: 100px;
}

.swiper-slide {
  position: relative;
}

.swiper-slide div {
  position: relative;
  width: 618px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #f9c152;
  border-top: none;
}

.swiper-slide p {
  width: 400px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -220px;
  background: #fff;
  padding: 30px 20px;
}

.swiper-slide p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
}

.swiper-slide p span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  display: block;
}

.swiper-slide img {
  width: 620px;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 55px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 55px;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 10px 44px;
  width: 44px;
  border-radius: 50%;
}

.button-bg {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  margin-top: -27.5px;
  background: rgba(70, 71, 71, 0.8);
  z-index: 9;
}

.button-bg-prev {
  left: 50px;
}

.button-bg-next {
  right: 50px;
}

.join-yx {
  width: 1200px;
  margin: 0 auto;
}

.join-yx ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.yx1 {
  background: #f9f9f9 url(../new_img/join_yx1_31.jpg) top right no-repeat;
  height: 462px;
}

.yx2 {
  background: #f9f9f9 url(../new_img/join_yx1_312.jpg) top left no-repeat;
  height: 462px;
}

.yx1 p {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  padding-left: 40px;
}

.yx2 p {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  padding-left: 940px;
  text-align: right;
}

.join-yx ul li p span {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
}

.dz-ad {
  background: #f9c152 url(../new_img/dz_ad.jpg) top center no-repeat;
  width: 100%;
  margin-top: 200px;
}

.dz-ad div {
  width: 1200px;
  height: 245px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dz-ad ul {
  width: 400px;
  letter-spacing: 1px;
}

.dz-ad ul li {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.dz-ad ul li h2 {
  font-size: 30px;
}

.dz-ad ul li p {
  font-size: 18px;
}

.dz-ad ul li:nth-child(1) {
  margin-top: 0;
}

.jonm {
  width: 1200px;
  text-align: center;
  margin: 40px auto;
  overflow: hidden;
}

.jonm p {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.jonm p span {
  display: inline-block;
  width: 40px;
  border-top: 2px solid #333;
  margin: 0 15px;
  position: relative;
  top: -5px;
}

.jonm ul {
  margin: 40px auto;
  overflow: hidden;
}

.jonm li {
  width: 16.66%;
  display: inline-block;
  float: left;
  text-align: center;
}

.jonm li img {
  margin: 0 auto;
}

.jonm li a {
  line-height: 30px;
}

.jonm div {
  width: 368px;
  display: inline-block;
  float: left;
  border: 1px solid #f9c152;
  height: 230px;
  text-align: center;
  margin-top: 50px;
  margin-left: 45px;
}

.jonm div img {
  margin: 40px auto 0;
}

.jonm div h4 {
  font-weight: normal;
  line-height: 30px;
  display: block;
  width: 88%;
  margin: 20px auto 0;
  letter-spacing: 1px;
}

.jonm1 {
  margin-left: 0 !important;
}
