body {
  background: url("../image/bg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  height: 100vh;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
#index_page {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/* 导航栏 */
.left_box {
  width: 2.55rem;
  position: absolute;
  z-index: 50;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  padding: 0.3rem 0 0 0;
}
.left_box .logo {
  width: 0.9rem;
  opacity: 0;
  transform: scale(0);
  position: relative;
  z-index: 11;
  left: 0;
}
.left_box .logo-phone {
  display: none;
}
.left_box .nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 1.6rem;
  bottom: auto;
}
.left_box .nav li {
  height: 0.8rem;
  position: relative;
  opacity: 0;
  left: -1rem;
}
.left_box .nav li i {
  display: block;
  position: absolute;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(0.01rem);
}
.left_box .nav li i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #e0c884;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.left_box .nav li i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: #a7a7a5 solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.left_box .nav li a.name {
  display: block;
  font-size: 0.2rem;
  padding-left: 0.35rem;
  color: #5d5d5b;
  position: relative;
  z-index: 2;
  /* text-transform: uppercase; */
  color: rgb(0, 0, 0, 0.55);
  white-space: nowrap;
}
.left_box .nav li:hover i:before,
.left_box .nav li.on i:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.left_box .nav li:hover i::after,
.left_box .nav li.on i:after {
  display: none;
}
.left_box .nav li:hover a.name,
.left_box .nav li.on a.name {
  font-weight: bold;
}
.left_box .language {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  right: auto;
  top: auto;
  bottom: 1.15rem;
}
.left_box .language dd {
  margin-right: 0.2rem;
  width: 0.32rem;
  opacity: 0;
  transform: translateY(0.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.left_box .language dd p {
  font-size: 0.13rem;
  color: #888;
}
.left_box .language a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.left_box .language a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #9b9b9a solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.left_box .language a img {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.left_box .language a:hover:before,
.left_box .language a.on:before {
  border-color: #e0c986;
}
.left_box .ban {
  position: absolute;
  z-index: 10;
  left: 0.15rem;
  right: auto;
  top: auto;
  bottom: 0.6rem;
  opacity: 0;
  transform: translateY(0.5rem);
}
.left_box .ban p {
  margin: 0 0 0.01rem;
}
.left_box .ban p,
.left_box .ban a {
  color: #888;
}
.left_box .app-ban {
  display: none;
}

/* 首页信息 */
#about {
  padding: 0.6rem 0 0 2.55rem;
  opacity: 0;
  font-weight: bold;
  color: #333;
}
#about .container {
  line-height: 0.3rem;
}
#about .about_title {
  font-size: 0.3rem;
  margin: 0 0 0.3rem;
  opacity: 0;
  transform: translateX(2rem);
}
#about .container .content {
  opacity: 0;
  transform: translateX(2rem);
  color: #555;
  font-size: 0.16rem;
  max-height: 1.8rem;
  font-weight: normal;
  overflow: auto;
}
#about .container .content p {
  line-height: 0.3rem;
}

#about .container .content ul li {
  list-style: inside;
}

#about .list {
  position: relative;
  margin: 0.3rem auto;
  z-index: 10;
  width: calc(100vw - 56.5vw - 2.55rem);
  height: calc(100vw - 56.5vw - 2.55rem);
  min-width: 5.4rem;
  min-height: 5.4rem;
  border: #9e9e9e solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#about .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/about_bg.png") left top no-repeat;
  background-size: 50% 50%;
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#about .list.on:before {
  opacity: 1;
}
#about .list.list-0:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
#about .list.list-1:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#about .list.list-3:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
#about .list.list-2:before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
}
#about .list .line {
  position: absolute;
  background: #9e9e9e;
  top: 50%;
  bottom: 50%;
  width: 1px;
}
#about .list .line.line-1 {
  left: -1px;
}
#about .list .line.line-2 {
  left: 50%;
}
#about .list .line.line-3 {
  left: 100%;
}
#about .list .line-4 {
  position: absolute;
  background: #9e9e9e;
  left: 0;
  top: 50%;
  right: auto;
  height: 1px;
  width: 0;
}
#about .list ul {
  width: 100%;
  height: 100%;
}
#about .list li {
  width: 50%;
  height: 50%;
  position: relative;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
#about .list li .name {
  display: flex;
  padding-top: 40%;
  padding-left: 16%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .list li:nth-of-type(2n) .name {
  padding-left: 0;
  padding-right: 16%;
}
#about .list li:nth-of-type(n + 3) .name {
  padding-top: 20%;
}
#about .list li .name img {
  width: 0.7rem;
}
#about .list li .name div {
  font-size: 0.18rem;
  padding-top: 0.15rem;
  color: #555;
  /* text-transform: uppercase; */
}
#about .list li .box {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15%;
  padding-left: 27%;
}
#about .list li:nth-of-type(2n) .box {
  padding-left: 8%;
  padding-right: 12%;
}
#about .list li:nth-of-type(n + 3) .box {
  padding-top: 0;
  padding-bottom: 10%;
}
#about .list li .box h2 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333;
  padding-bottom: 0.16rem;
  /* text-transform: uppercase; */
  position: relative;
}
#about .list li .box h2::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #e0c884;
  position: absolute;
  bottom: 0;
  left: 0;
}
#about .list li .box p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #555;
}
#about .list li.on .name {
  opacity: 0;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
}
#about .list li.on .box {
  opacity: 1;
}
#about .list .round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20%;
  height: 20%;
  cursor: pointer;
  background: #e0c884;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
#about .list .round p {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin: 0 0 0.06rem;
}
@keyframes imgOp1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgOp2 {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes widthOp1 {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes widthOp2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
#about .list .round img {
  width: 0.2rem;
  opacity: 1;
  animation: imgOp1 1.5s infinite linear;
}
#about .list .round img:last-child {
  opacity: 0.5;
  animation: imgOp2 1.5s infinite linear;
}
#about .list .round::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: rgba(224, 200, 132, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  animation: 1.25s linear infinite alternate widthOp1;
}
#about .list .round::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: rgba(224, 200, 132, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  animation: 1.25s linear infinite alternate widthOp2;
}

/* 人才列表 */
#client {
  width: 100%;
  height: 100%;
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  overflow: hidden;
}
#client .list {
  width: 11rem;
  height: 11rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: -60%;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -5.525rem;
  border: #bebebd solid 1px;
  background: url("../image/client_bg.png") center no-repeat;
  background-size: cover;
  padding-left: 2.3rem;
  opacity: 0;
  transform: translateX(-10rem);
}
@media screen and (max-width:1500px) {
  #client .list {
    left: -5.15rem;
  }
}
#client .list .tips {
  font-size: 0.33rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.15rem;
  top: 50%;
  bottom: auto;
  line-height: 0.6rem;
  margin-top: -0.3rem;
  padding-right: 0.26rem;
  background: url("../image/img13.png") right center no-repeat;
  background-size: 0.13rem;
  text-transform: uppercase;
}
#client .list .tips.disable {
  background-image: url("../image/img13on.png");
  opacity: 0.6;
}
#client .list li {
  position: absolute;
  z-index: 10;
  left: 30%;
  right: auto;
  top: 50%;
  bottom: auto;
  height: 0.8rem;
  margin-top: -0.4rem;
  width: 2.2rem;
  opacity: 0;
}
#client .list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.165rem;
  margin-top: -0.165rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #bc962f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
#client .list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.165rem;
  margin-top: -0.165rem;
  width: 0.2rem;
  height: 0.2rem;
  border: #9b9b9a solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("../image/bg.png") center no-repeat;
}
#client .list li .name {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  right: auto;
  top: 25%;
  bottom: auto;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  font-size: 0.2rem;
  color: #666;
  white-space: nowrap;
}
#client .list li .content {
  opacity: 0;
}
#client .list li.on .name {
  font-weight: bold;
  color: #bc962f;
}
#client .list li.on:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
#client .list li.on:after {
  background: none;
}
#client .list li.hide {
  visibility: hidden;
}
#client .container {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: 0.45rem;
  width: 3.8rem;
}
@media screen and (max-width:1220px) {
  #client .container  {
    right: 0.5rem;
  }
}
#client .container .line-1 {
  position: absolute;
  left: -0.13rem;
  top: 0;
  width: 0;
  height: 1px;
  background: #bababa;
}
#client .container .line-2 {
  position: absolute;
  left: -0.13rem;
  top: 0;
  width: 1px;
  height: 0;
  background: #bababa;
}
#client .container .img-list {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: -3.36rem;
  bottom: auto;
  opacity: 0;
  transform: translateY(-2rem);
}
#client .container .img-list img {
  border-radius: 16px;
  max-height: 3.2rem;
  object-fit: cover;
}
#client .container .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  opacity: 0;
  transform: translateY(2rem);
}
#client .container .content .tit {
  font-size: 0.18rem;
  color: #bc962f;
  padding: 0.3rem 0 0.2rem 0;
}
#client .arrow {
  display: none;
}
/* 弹窗 */
#dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#dialog .dialog-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.16rem;
  position: relative;
  padding: 0.36rem 0.6rem 0.38rem;
  width: 70%;
  max-width: 10rem;
}
#dialog #dialog-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  z-index: 9999;
}
#dialog .title {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.4rem;
}
.form {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
.form_item {
  margin: 0 0 0.3rem;
}
.form_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_half .form_item {
  width: 45%;
}
.form_half .form_item:first-child {
  width: 20%;
}
.form_half .form_item:last-child {
  width: 32%;
}
.form_item .name {
  color: #333;
  font-size: 0.16rem;
  margin: 0 0 0.1rem;
}
.form_item .name::before {
  content: "*";
  color: #ff0000;
}
.form .input {
  position: relative;
}
.form input,
.form textarea {
  width: 100%;
  height: 0.5rem;
  background: #f2f2f2;
  border-bottom: none;
  padding: 0 0.2rem;
  border-radius: 5px;
  border: none !important;
  position: relative;
  font-size: 0.16rem;
  font-family: auto !important;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #aaa;
  font-size: 0.16rem;
}
.form input.error,
.form textarea.error {
  border: 1px solid red !important;
}
.form label.error {
  font-size: 0.14rem;
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
}
.form textarea {
  height: 1rem;
  max-height: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 0.28rem;
  resize: none;
}
.form .input-file {
  position: relative;
}
.input-file img {
  width: 1.14rem;
  margin: 0 0 8px;
}
.input-file > label {
  display: block;
  height: auto;
  cursor: pointer;
}
.input-file span {
  font-size: 0.12rem;
  color: #999;
}
.input-file .upload_button {
  display: inline-block;
  width: 1.14rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
  color: #333;
  font-size: 0.16rem;
  text-align: center;
  margin-right: 0.2rem;
  border-radius: 5px;
}
.input-file .upload_button.error {
  border: 1px solid red;
}
.input-file #error {
  position: absolute;
  top: 100%;
  left: 0;
  color: red;
  font-size: 0.14rem;
}
.input-file span:last-child {
  font-size: 0.14rem;
  color: #999;
}
.form .submit {
  display: flex;
  justify-content: center;
}
.form .submit input {
  width: 2.44rem;
  height: 0.52rem;
  background-color: #e0c884;
  padding: 0;
  color: #333;
  font-weight: bold;
  font-size: 0.16rem;
  cursor: pointer;
  border-radius: 4px;
}
.dialog-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.dialog-layer .container {
  width: 4.93rem;
  height: 2.82rem;
  background: #fff;
  border-radius: 10px;
  padding: 0.4rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dialog-layer .container img {
  width: 0.7rem;
}
.dialog-layer .container .content {
  font-size: 0.24rem;
  color: #333;
  margin: 0.24rem 0 0.4rem;
}
.dialog-layer .container .btn {
  width: 1.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  border: #5d5d5b solid 1px;
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  cursor: pointer;
}
