/* LESS Document */
.w70 {
  width: 70%;
  min-width: 1000px;
  max-width: 1500px;
}
body {
  background: url("../images/footer-bg.jpg") no-repeat left top;
  background-size: 65%;
}
#header .service {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
#header .service .logo a.logo-b {
  display: block;
}
#header .service .logo a.logo-w {
  display: none;
}
#header .service .nav li a {
  color: #000;
}
#header .service .nav li:not(.lang) a::after {
  background: #000;
}
#contact .form-box .input-box b,
#join .form-box .input-box b,
#contact .form-box .textarea-box b,
#join .form-box .textarea-box b,
#contact .form-box .check-box b,
#join .form-box .check-box b {
  color: #2f3030;
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}
#contact .form-box .input-box b span,
#join .form-box .input-box b span,
#contact .form-box .textarea-box b span,
#join .form-box .textarea-box b span,
#contact .form-box .check-box b span,
#join .form-box .check-box b span {
  padding-left: 3px;
  font-weight: bold;
  color: #d30000;
}
#contact .form-box .input-box,
#join .form-box .input-box {
  padding-bottom: 55px;
  width: 45%;
}
#contact .form-box .input-box input,
#join .form-box .input-box input {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #9d9ea0;
  outline: none;
  font-size: 18px;
  padding-bottom: 5px;
}
#contact .form-box .textarea-box b,
#join .form-box .textarea-box b {
  font-weight: normal;
  padding-bottom: 15px;
  display: inline-block;
}
#contact .form-box .textarea-box .file-box,
#join .form-box .textarea-box .file-box {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
#contact .form-box .textarea-box .file-box input[type='file'],
#join .form-box .textarea-box .file-box input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* 完全透明但仍可点击 */
  cursor: pointer;
  z-index: 2;
  width: 230px;
}
#contact .form-box .textarea-box .file-box .custom-file-btn,
#join .form-box .textarea-box .file-box .custom-file-btn {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  font-size: 18px;
  text-decoration: underline;
  background: url("../images/join-upload-icon.jpg") no-repeat left center;
  background-size: 23px;
  cursor: pointer;
  color: #4c4c4c;
}
#contact .form-box .textarea-box .file-box .file-name,
#join .form-box .textarea-box .file-box .file-name {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  min-height: 20px;
  margin-left: 10px;
}
#contact .form-box .textarea-box textarea,
#join .form-box .textarea-box textarea {
  width: 98%;
  height: 150px;
  max-width: 98%;
  min-width: 98%;
  min-height: 150px;
  background: none;
  outline: none;
  border: 1px solid #9d9ea0;
  border-radius: 10px;
  padding: 5px 1%;
  line-height: 24px;
}
#contact .form-box .check-box,
#join .form-box .check-box {
  padding-top: 30px;
}
#contact .form-box .check-box .checkbox-in label,
#join .form-box .check-box .checkbox-in label {
  cursor: pointer;
  width: 32.4%;
  margin-left: 1%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  float: left;
  border: 1px solid #9d9ea0;
  border-radius: 10px;
}
#contact .form-box .check-box .checkbox-in label i,
#join .form-box .check-box .checkbox-in label i {
  font-style: normal;
  float: left;
  display: block;
  padding-left: 6%;
  color: #5b657c;
  font-size: 18px;
}
#contact .form-box .check-box .checkbox-in label i span,
#join .form-box .check-box .checkbox-in label i span {
  font-size: 14px;
}
#contact .form-box .check-box .checkbox-in label input[type='checkbox'],
#join .form-box .check-box .checkbox-in label input[type='checkbox'] {
  width: 20px;
  height: 20px;
  float: right;
  display: block;
  margin-top: 15px;
  margin-right: 5%;
}
#contact .form-box .check-box .checkbox-in label:nth-child(1),
#join .form-box .check-box .checkbox-in label:nth-child(1),
#contact .form-box .check-box .checkbox-in label:nth-child(4),
#join .form-box .check-box .checkbox-in label:nth-child(4) {
  margin-left: 0;
}
#contact .form-box .submit,
#join .form-box .submit {
  clear: both;
  width: 100%;
  padding-top: 60px;
}
#contact .form-box .submit input,
#join .form-box .submit input {
  border: none;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #9da7c2;
  border-radius: 50px;
  font-size: 20px;
}
#contact .form-box .submit input:hover,
#join .form-box .submit input:hover {
  background: #8392bb;
}
#contact {
  padding-bottom: 100px;
}
#contact .map-box {
  padding-top: 200px;
  padding-bottom: 150px;
}
#contact .map-box .l {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
#contact .map-box .r {
  width: 46%;
  min-height: 400px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  position: relative;
  background: #fff;
}
#contact .map-box .r p {
  padding: 18px 0;
  font-size: 1.4vw;
  color: #4c4c4c;
}
#contact .map-box .r p.en-Regular {
  font-size: 1.6vw;
}
#contact .contact-box {
  margin-top: 180px;
  border: 1px solid #9d9ea0;
  border-radius: 10px;
}
#contact .contact-box .in {
  margin-top: -16px;
  width: 42%;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
}
#contact .contact-box .in h3 {
  font-size: 20px;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
#contact .contact-box .in p {
  display: inline-block;
  font-size: 26px;
  border-bottom: 1px solid #9d9ea0;
  margin-bottom: 17px;
}
#contact .contact-box .in img {
  width: 130px;
}
#join {
  padding-top: 200px;
  padding-bottom: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #f3f3ff 30%, #ffffff 60%);
}
#join ul {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 20%, #ffffff 60%);
  margin-bottom: 80px;
  padding-bottom: 60px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#join ul li h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2e2e2e;
  padding: 40px 6% 5px;
}
#join ul li p {
  font-size: 18px;
  color: #7c7c7c;
  line-height: 34px;
  padding: 10px 6% 40px;
  position: relative;
}
#join ul li:not(:last-child) p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 150px;
  height: 1px;
  background: #eee;
}
#news {
  padding-bottom: 150px;
}
#news h2 {
  font-size: 66px;
  padding: 150px 0 80px;
}
#news .n-box {
  width: 22.75%;
  margin-left: 3%;
}
#news .n-box h3 {
  border-radius: 10px;
  padding: 5px 0px;
  display: inline-block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #952b34;
}
#news .n-box ul {
  position: relative;
  min-height: 400px;
}
#news .n-box ul li {
  margin-top: 30px;
}
#news .n-box ul li span {
  font-size: 12px;
  color: #b6b6b6;
}
#news .n-box ul li h4 {
  font-size: 18px;
  padding-right: 10%;
  line-height: 30px;
}
#news .n-box ul li a {
  display: block;
}
#news .n-box ul li a:hover h4 {
  text-decoration: underline;
}
#news .n-box ul::after {
  content: '';
  display: block;
  width: 1px;
  height: 400px;
  border-left: 1px dashed #ebebeb;
  position: absolute;
  top: 0;
  right: 0;
}
#news .n-box:nth-of-type(1) {
  margin-left: 0;
}
#news .n-box:nth-of-type(4) ul::after {
  display: none;
}
#news-detail {
  padding-top: 170px;
}
#news-detail h1 {
  font-size: 45px;
  font-weight: bold;
}
#news-detail .date {
  width: 18%;
  padding: 25px 1% 2px;
  border-bottom: 1px solid #8f8f8f;
}
#news-detail .date span {
  display: block;
  font-size: 18px;
}
#news-detail .date b {
  display: block;
  font-weight: normal;
}
#news-detail .news-box {
  padding-top: 35px;
  line-height: 1.8em;
  padding-bottom: 15px;
  border-bottom: 1px solid #8f8f8f;
  position: relative;
}
#news-detail .news-box .link {
  font-size: 20px;
  color: #5c87a9;
  padding-top: 100px;
}
#news-detail .news-box .link a {
  color: #1f7aff;
  margin-left: 10px;
}
#news-detail .news-box .link a:hover {
  text-decoration: underline;
}
#news-detail .news-box .share {
  position: absolute;
  top: 35px;
  right: -210px;
}
#news-detail .news-box .share .share-btn {
  font-weight: bold;
  padding-left: 55px;
  font-size: 20px;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: url("../images/news-share.jpg") no-repeat left center;
  background-size: contain;
  cursor: pointer;
}
#news-detail .news-box .share .share-btn:hover {
  text-decoration: underline;
}
#news-detail .news-box .toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  z-index: 1000;
  display: none;
  animation: fadeInOut 1s;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#news-detail .next {
  padding-top: 80px;
  padding-bottom: 180px;
}
#news-detail .next b {
  font-size: 34px;
  display: block;
  padding-bottom: 40px;
}
#news-detail .next span {
  color: #b6b6b6;
}
#news-detail .next h2 a {
  font-size: 25px;
  font-weight: bold;
}
#news-detail .next h2 a:hover {
  text-decoration: underline;
}
/********************************************************手机端********************************************************/
@media (max-width: 768px) {
  .w70 {
    width: 92%;
    min-width: auto;
    max-width: auto;
  }
  body {
    background: url(../images/footer-bg.jpg) no-repeat left top 60px;
    background-size: 80%;
  }
  #contact .form-box .input-box b,
  #join .form-box .input-box b,
  #contact .form-box .textarea-box b,
  #join .form-box .textarea-box b,
  #contact .form-box .check-box b,
  #join .form-box .check-box b {
    padding-bottom: 10px;
    font-size: 18px;
  }
  #contact .form-box .input-box,
  #join .form-box .input-box {
    width: 100%;
    float: none;
    padding-bottom: 35px;
  }
  #contact .form-box .input-box input,
  #join .form-box .input-box input {
    font-size: 16px;
    padding: 0 0 5px;
  }
  #contact .form-box .textarea-box textarea,
  #join .form-box .textarea-box textarea {
    width: 97.5%;
    min-width: 97.5%;
  }
  #contact .form-box .textarea-box .file-box,
  #join .form-box .textarea-box .file-box {
    display: block;
    padding-left: 0px;
    padding: 10px 0;
  }
  #contact .form-box .check-box .checkbox-in label,
  #join .form-box .check-box .checkbox-in label {
    margin-left: 0;
    width: 99%;
  }
  #contact .form-box .submit,
  #join .form-box .submit {
    padding-top: 40px;
  }
  #contact .map-box {
    padding-top: 170px;
    padding-bottom: 60px;
  }
  #contact .map-box .l,
  #contact .map-box .r {
    float: none;
    width: 100%;
    border-radius: 10px;
  }
  #contact .map-box .r {
    min-height: auto;
    padding: 10px 0 30px;
  }
  #contact .map-box .r p {
    padding: 10px 0;
    font-size: 16px;
  }
  #contact .map-box .r p.en-Regular {
    font-size: 19px;
  }
  #contact .map-box .r::after {
    transform: none;
  }
  #contact .contact-box {
    margin-top: 80px;
  }
  #contact .contact-box .in {
    width: 75%;
  }
  #join {
    padding-top: 170px;
    padding-bottom: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #f3f3ff 30%, #ffffff 60%);
  }
  #join ul {
    padding-bottom: 30px;
  }
  #join ul li h2 {
    font-size: 20px;
    padding: 30px 6% 5px;
  }
  #join ul li p {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 6% 30px;
  }
  #news {
    padding-bottom: 40px;
  }
  #news h2 {
    font-size: 26px;
    padding: 90px 0 30px;
  }
  #news .n-box {
    width: 100%;
    margin-left: 0;
  }
  #news .n-box h3 {
    padding: 5px 0px;
    font-size: 26px;
  }
  #news .n-box ul {
    min-height: auto;
    padding-bottom: 30px;
  }
  #news .n-box ul li {
    margin-top: 10px;
  }
  #news .n-box ul li h4 {
    padding-right: 0;
  }
  #news .n-box ul::after {
    border: none;
  }
  #news-detail {
    padding-top: 100px;
  }
  #news-detail h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #news-detail .date {
    width: 46%;
  }
  #news-detail .news-box .share {
    display: none;
  }
  #news-detail .news-box .link {
    font-size: 16px;
    padding-top: 50px;
  }
  #news-detail .news-box .link a {
    margin-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  #news-detail .next {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #news-detail .next b {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #news-detail .next h2 a {
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding-top: 4px;
  }
}
