html {
  font-size: 0.8333333333vw;
}

.head_pc {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head_pc.scroll {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed !important;
}
@media (max-width: 990px) {
  .head_pc .logo {
    width: 160px;
  }
}
.head_pc .drop_box {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  top: 100%;
  left: 2%;
  margin-top: 1.0417vw;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
}
.head_pc .drop_box.common_drop_box a {
  display: block;
  font-size: 15px;
  line-height: 1.5625vw;
  text-align: center;
  color: #333 !important;
}
.head_pc .drop_box.common_drop_box a:hover {
  color: #2b78c1 !important;
}
.head_pc .nav li {
  position: relative;
  padding: 45px 15px;
}
@media (max-width: 990px) {
  .head_pc .nav li {
    padding: 30px 15px;
  }
}
.head_pc .nav li > a {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 990px) {
  .head_pc .nav li > a {
    font-size: 15px;
  }
}
.head_pc .nav li:hover > a, .head_pc .nav li.select > a {
  color: #f0c98e;
}
.head_pc .nav li:hover .drop_box {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
}

.lang-box {
  margin-left: 27px;
}
.lang-box .nav-drop {
  min-width: 120px;
}
.lang-box .nav-drop a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.lang-box .nav-drop a:hover, .lang-box .nav-drop a.active {
  background-color: #8c6c45;
  color: #fff;
}

.mobile_lan_box {
  position: absolute;
  right: 70px;
}
.mobile_lan_box a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  width: 46px;
}
.mobile_lan_box a.active {
  background-color: #8c6c45;
}

.m_pic_box {
  display: none;
}

.m_show {
  display: none;
}

.more {
  width: clamp(150px, 12.5rem, 200px);
  height: clamp(36px, 3.375rem, 54px);
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.more .arrow {
  margin-left: 0.75rem;
}

.mask_background {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.top_mask {
  width: 100%;
  height: 282px;
  background: url(../images/b1.png) 0 0 no-repeat;
  -o-background-size: cover;
     background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .info {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.banner .info .title {
  font-size: 2.75rem;
  max-width: 49.375rem;
  line-height: 4.0625rem;
  margin: 1.25rem auto 1.875rem;
}
@media (max-width: 640px) {
  .banner .info .title {
    font-size: 18px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.banner .info .text {
  font-size: 1.625rem;
  line-height: 1.875rem;
  max-width: 33.125rem;
  margin: auto;
}
@media (max-width: 768px) {
  .banner .info .text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 640px) {
  .banner .info .text {
    font-size: 13px;
    line-height: 19px;
    max-width: 100%;
  }
}
.banner .info .more {
  margin-top: 2.5rem;
  color: #fff;
  background: #f0c98e;
}
.banner .dot {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
  left: 0;
  z-index: 2;
}
.banner .dot .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.625rem;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #b6b6b7;
}
.banner .dot .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .banner .banner_img {
    min-height: 280px;
  }
}

.title_wrap h3 {
  font-size: clamp(23px, 2.0833vw, 36px);
  margin-bottom: clamp(15px, 1.875rem, 30px);
  text-transform: uppercase;
}
.title_wrap .sub {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(19px, 1.5rem, 24px);
  max-width: 930px;
  margin: auto;
  color:#878787;
}
@media (max-width: 1100px) {
  .title_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .title_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home_section_1 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .home_section_1 {
    padding: 30px 0;
  }
}
.home_section_1 .list {
  margin-top: clamp(20px, 2.5rem, 40px);
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 1.25rem, 20px);
}
.home_section_1 .list li {
  position: relative;
}
.home_section_1 .list li .title {
  z-index: 2;
  font-size: 1.875rem;
  line-height: 2.25rem;
  width: 100%;
  max-width: 20.625rem;
}
@media (max-width: 768px) {
  .home_section_1 .list li .title {
    font-size: 16px;
    line-height: 24px;
    max-width: 90% !important;
  }
}
.home_section_1 .list li:nth-child(2) .title {
  max-width: 22.5rem;
}
.home_section_1 .more {
  margin-top: 4.375rem;
  border: 1px solid #333;
  color: #333;
  background: transparent;
}
@media (max-width: 768px) {
  .home_section_1 .more {
    margin-top: 24px;
  }
}
.home_section_1 .more:hover {
  background-color: #8c6c45;
  color: #fff;
  border-color: #fff;
}

.home_section_2 {
  padding-bottom: 6.875rem;
}
@media (max-width: 640px) {
  .home_section_2 {
    padding-bottom: 30px;
  }
}
.home_section_2 .content {
  margin-top: clamp(20px, 3.125rem, 50px);
}
.home_section_2 .number_box_item1 {
  margin-left: 100px;
}
@media (max-width: 1170px) {
  .home_section_2 .number_box_item1 {
    margin-left: 6.25rem;
  }
}
.home_section_2 .count {
  font-size: 72px;
  color: #f0c98e;
  margin-left: 40px;
  font-family: "dingproLight";
}
@media (max-width: 1170px) {
  .home_section_2 .count {
    margin-left: 2.5rem;
  }
}
@media (max-width: 990px) {
  .home_section_2 .count {
    font-size: 60px;
  }
}
.home_section_2 .unit {
  font-size: 18px;
  color: #f0c98e;
  margin-left: 20px;
  font-family: "dingproLight";
  margin-bottom: 4px;
}
@media (max-width: 990px) {
  .home_section_2 .unit {
    margin-left: 10px;
  }
}
.home_section_2 .text {
  font-size: 16px;
  line-height: 24px;
  max-width: 180px;
  margin-left: 24px;
}
@media (max-width: 990px) {
  .home_section_2 .text {
    margin-left: 15px;
  }
}
.home_section_2 .line {
  width: 1px;
  height: 70px;
  background: #e5e5e5;
  margin: 0 70px 0 64px;
}
@media (max-width: 990px) {
  .home_section_2 .line {
    margin: 0 20px;
  }
}
.home_section_2 .bottom {
  margin-top: clamp(20px, 4.375rem, 70px);
  height: 480px;
  background: url(../images/bg1.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.home_section_2 .bottom .mask_background {
  display: none;
}
@media (max-width: 640px) {
  .home_section_2 .bottom {
    height: 240px;
  }
  .home_section_2 .bottom .mask_background {
    display: block;
  }
}
.home_section_2 .bottom .info {
  max-width: 450px;
  right: 100px;
  z-index: 2;
}
@media (max-width: 1170px) {
  .home_section_2 .bottom .info {
    right: 6.25rem;
  }
}
@media (max-width: 640px) {
  .home_section_2 .bottom .info {
    max-width: 100%;
    right: 0;
  }
}
.home_section_2 .bottom .info .money {
  font-size: 24px;
}
.home_section_2 .bottom .info .money .number {
  font-size: 40px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .home_section_2 .bottom .info .money {
    font-size: 20px;
  }
  .home_section_2 .bottom .info .money .number {
    font-size: 26px;
  }
}
.home_section_2 .bottom .info .sub {
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .home_section_2 .bottom .info .sub {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
  }
}
.home_section_2 .bottom .info .more {
  color: #333;
  background: #fff;
  margin-left: 0;
}
.home_section_2 .bottom .info .more:hover {
  background-color: #8c6c45;
  color: #fff;
}
@media (max-width: 640px) {
  .home_section_2 .bottom .info .more {
    margin: auto;
  }
}
@media (max-width: 990px) {
  .home_section_2 .number_box_wrap img {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .home_section_2 .number_box_wrap {
    display: block;
  }
  .home_section_2 .number_box_item1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .home_section_2 .line {
    display: none;
  }
  .home_section_2 .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_section_3 {
  padding-bottom: 8.125rem;
}
@media (max-width: 640px) {
  .home_section_3 {
    padding-bottom: 30px;
  }
}
.home_section_3 .content {
  margin-top: clamp(20px, 3.125rem, 50px);
}
.home_section_3 .content .tag {
  color: #f0c98e;
  border: 1px solid #f0c98e;
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  margin: 20px auto 36px;
  line-height: 30px;
}
@media (max-width: 640px) {
  .home_section_3 .content .tag {
    margin-bottom: 20px;
  }
}
.home_section_3 .content .name {
  font-size: 24px;
  margin-top: 30px;
}
.home_section_3 .content .sub {
  font-size: 16px;
  line-height: 24px;
  max-width: 630px;
  margin: auto;
}
.home_section_3 .content .name, .home_section_3 .content .tag_wrap, .home_section_3 .content .sub {
  display: none;
}
.home_section_3 .content .swiper-slide {
  width: 655px;
  height: 386px;
}
.home_section_3 .content .swiper-slide .avtar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home_section_3 .content .fade {
  height: 100%;
}
.home_section_3 .content .swiper-slide-active .avtar img {
  width: 150px;
  height: 150px;
}
.home_section_3 .content .swiper-slide-active .name, .home_section_3 .content .swiper-slide-active .tag_wrap, .home_section_3 .content .swiper-slide-active .sub {
  display: block;
}
.home_section_3 .span {
  padding-top: clamp(20px, 3.125rem, 50px);
  width: 100%;
}
.home_section_3 .span .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.625rem;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #b6b6b7;
}
.home_section_3 .span .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #f0c98e;
}

.home_section_4 {
  height: 24.375rem;
  background: url(../images/bg2.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 640px) {
  .home_section_4 {
    height: 140px;
  }
}
.home_section_4 .title {
  font-size: 2.5rem;
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .home_section_4 .title {
    font-size: 15px;
    padding: 0 15px;
  }
}
.home_section_4 .more {
  color: #fff;
  background: #8c6c45;
}
.home_section_4 .title, .home_section_4 .more {
  position: relative;
  z-index: 2;
}
.home_section_4 .mask_background {
  background: rgba(0, 0, 0, 0.7);
}

footer {
  background-color: #333;
  padding-top: 80px;
}
@media (max-width: 1170px) {
  footer {
    padding-top: 60px;
  }
  footer .logo {
    width: 160px;
  }
}
@media (max-width: 640px) {
  footer {
    padding-top: 30px;
  }
  footer .lang-box {
    display: none;
  }
}
footer .social {
  padding-left: 30px;
}
footer .social a {
  margin-left: 20px;
}
@media (max-width: 1170px) {
  footer .social {
    padding-left: 20px;
  }
  footer .social a {
    margin-left: 12px;
  }
  footer .social a img {
    width: 35px;
  }
}
@media (max-width: 640px) {
  footer .nav {
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
	-ms-flex-pack: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
  }
}
footer .nav a {
  font-size: 16px;
  margin-left: 35px;
  color: #fff;
}
footer .nav a:first-child {
  margin-left: 0;
}
@media (max-width: 1170px) {
  footer .nav a {
    font-size: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  footer .nav a {
    font-size: 14px;
	width: 30%;
	margin: 0 0 10px;
  }
}
footer .foot_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #1b1b1b;
}
@media (max-width: 640px) {
  footer .foot_top {
    display: block;
  }
  footer .foot_top .left {
    margin-bottom: 20px;
	justify-content: center;
  }
}
footer .foot_bottom {
  padding: 40px 0;
}
@media (max-width: 640px) {
  footer .foot_bottom {
    padding: 20px 0;
  }
}
footer .foot_bottom .copyright {
  font-size: 16px;
  color: #878787;
}

.list_banner .info {
  z-index: 2;
  max-width: 830px;
  font-size: clamp(23px, 3rem, 48px);
}
@media only screen and (max-width: 1024px) {
  .list_banner .banner_img {
    min-height: 240px;
  }
}

.about_section {
  padding: clamp(30px, 7.1875rem, 115px) 0;
}
.about_section .col_title {
  font-size: clamp(20px, 1.875rem, 30px);
  color: #f0c98e;
  padding-top: clamp(20px, 4.125rem, 66px);
}
.about_section .list {
  margin-top: clamp(20px, 4.0625rem, 65px);
}
.about_section .list li {
  margin-bottom: clamp(20px, 5rem, 80px);
  background-color: #f5f5f5;
}
.about_section .list li:last-child {
  margin-bottom: 0;
}
.about_section .list li .info {
  padding: 0 6.25rem;
}
@media (max-width: 640px) {
  .about_section .list li .info {
    padding: 20px 15px;
  }
}
@media (max-width: 640px) {
  .about_section .list li {
    display: block;
  }
  .about_section .list li .w50 {
    width: 100%;
  }
}
.about_section .list li .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 640px) {
  .about_section .list li .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.about_section .list li .sub {
  font-size: 1rem;
  line-height: 1.5rem;
  color:#878787;
}
@media (max-width: 640px) {
  .about_section .list li .sub {
    font-size: 14px;
    line-height: 19px;
  }
}

.portfolio_section {
  padding: clamp(30px, 6.875rem, 110px) 0 clamp(30px, 5.625rem, 90px);
}
@media (max-width: 640px) {
  .portfolio_section .top {
    display: block;
  }
  .portfolio_section .top .w50 {
    width: 100%;
  }
}
.portfolio_section .right {
  padding-left: 3.125rem;
}
.portfolio_section .right .title {
  font-size: clamp(26px, 2.5rem, 36px);
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.portfolio_section .right .sub {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(18px, 1.5rem, 24px);
  color:#878787;
}
.portfolio_section .right .sub p {
  margin-bottom: clamp(12px, 1.25rem, 20px);
}
@media (max-width: 640px) {
  .portfolio_section .right {
    padding-top: 20px;
    padding-left: 0;
  }
}
.portfolio_section .bottom {
  margin-top: clamp(30px, 4.375rem, 70px);
  border: 1px solid #eeeeee;
  padding: clamp(20px, 2.8125rem, 45px) 0;
}
.portfolio_section .bottom .number_box_item1 {
  padding-left: 90px;
}
@media (max-width: 1170px) {
  .portfolio_section .bottom .number_box_item1 {
    padding-left: 6.25rem;
  }
}
@media (max-width: 640px) {
  .portfolio_section .bottom {
    padding: 20px 15px;
  }
  .portfolio_section .bottom .number_box_wrap {
    display: block;
  }
  .portfolio_section .bottom .number_box_wrap img {
    width: 40px;
  }
  .portfolio_section .bottom .number_box_item1 {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .portfolio_section .bottom .line {
    display: none;
  }
  .portfolio_section .bottom .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.portfolio_section .bottom .count {
  font-size: 72px;
  color: #f0c98e;
  margin-left: 40px;
  font-family: "dingproLight";
}
@media (max-width: 1170px) {
  .portfolio_section .bottom .count {
    margin-left: 2.5rem;
  }
}
@media (max-width: 990px) {
  .portfolio_section .bottom .count {
    font-size: 50px;
  }
}
.portfolio_section .bottom .unit {
  font-size: 18px;
  color: #f0c98e;
  margin-left: 20px;
  font-family: "dingproLight";
  margin-bottom: 4px;
}
@media (max-width: 990px) {
  .portfolio_section .bottom .unit {
    margin-left: 10px;
  }
}
.portfolio_section .bottom .text {
  font-size: 16px;
  line-height: 24px;
  max-width: 180px;
  margin-left: 24px;
}
@media (max-width: 990px) {
  .portfolio_section .bottom .text {
    margin-left: 15px;
  }
}
.portfolio_section .bottom .line {
  width: 1px;
  height: 70px;
  background: #e5e5e5;
  margin: 0 100px 0 75px;
}
@media (max-width: 990px) {
  .portfolio_section .bottom .line {
    margin: 0 20px;
  }
}

.portfolio_section_1 {
  height: 33.75rem;
  background: url(../images/bg3.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 640px) {
  .portfolio_section_1 {
    height: 190px;
  }
}
.portfolio_section_1 .title {
  font-size: clamp(16px, 1.125rem, 18px);
  margin-bottom: clamp(20px, 3.125rem, 50px);
  line-height: clamp(22px, 1.875rem, 30px);
  max-width: 780px;
}
@media (max-width: 640px) {
  .portfolio_section_1 .title {
    font-size: 15px;
    padding: 0 15px;
  }
}
.portfolio_section_1 .more {
  color: #fff;
  background: #8c6c45;
}
.portfolio_section_1 .title, .portfolio_section_1 .more {
  position: relative;
  z-index: 2;
}
.portfolio_section_1 .mask_background {
  background: rgba(0, 0, 0, 0.7);
}

.team_section {
  padding: clamp(30px, 6.7708vw, 130px) 0;
}
.team_section .content {
  margin-top: clamp(30px, 6.25rem, 100px);
}
.team_section .content .team_list li {
  margin-bottom: clamp(20px, 6.25rem, 100px);
}
.team_section .content .team_list li:last-child {
  margin-bottom: 0;
}
.team_section .content .team_list li .avtar {
  height: auto;
  /* border-radius: 50%; */
  width: 150px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .team_section .content .team_list li .avtar {
    width: 100px;
    height: 100px;
  }
}
.team_section .content .team_list li .info {
  padding-left: 3.125rem;
}
.team_section .content .team_list li .info .title {
  font-size: 20px;
}
.team_section .content .team_list li .info .tag {
  color: #f0c98e;
  border: 1px solid #f0c98e;
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  margin: 15px 0 25px;
  line-height: 30px;
}
@media (max-width: 640px) {
  .team_section .content .team_list li .info .tag {
    margin-bottom: 20px;
  }
}
.team_section .content .team_list li .info .sub {
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}

.c_body .head_pc {
  position: static;
  background-color: #fff;
}
.c_body .head_pc .a-color-white {
  color: #333 !important;
}
.c_body .head_pc .nav li > a {
  color: #333 !important;
}

.contact_section {
  padding-top: clamp(30px, 3.75rem, 60px);
  padding-bottom: clamp(30px, 5.2083vw, 100px);
  max-width: 870px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.contact_section .title {
  font-size: clamp(22px, 2.5rem, 40px);
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
.contact_section .contact_form {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2.5rem, 40px);
}
@media (max-width: 640px) {
  .contact_section .contact_form {
    display: block;
  }
}
.contact_section .contact_form .cell {
  position: relative;
}
.contact_section .contact_form .cell_last {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 640px) {
  .contact_section .contact_form .cell_last {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.contact_section .contact_form input {
  width: 100%;
  height: 60px;
  padding-left: 80px;
  border-bottom: 1px solid #333;
}
@media (max-width: 640px) {
  .contact_section .contact_form input {
    height: 40px;
  }
}
.contact_section .contact_form .label {
  position: absolute;
  left: 5px;
  font-size: 16px;
  color: #878787;
}
.contact_section .contact_form .la {
  font-size: 16px;
  color: #878787;
}
.contact_section .contact_form .textarea {
  padding-top: 10px;
  height: 110px;
  padding-left: 15px;
  border-bottom: 1px solid #333;
}
.contact_section .upload_box {
  width: 250px;
  height: 54px;
  background-color: #f1f1f1;
}
.contact_section .upload_box input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .contact_section .upload_box {
    width: 200px;
    height: 40px;
  }
  
  
  
}
.contact_section .submit {
  width: clamp(150px, 12.5rem, 200px);
  height: clamp(36px, 3.375rem, 54px);
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #8c6c45;
  color: #fff !important;
  margin-top: clamp(20px, 3.125rem, 50px);
}
.contact_section .submit.disabled {
  opacity: 0.6;
}

.logo img{height:90px;}

@media (max-width: 1200px) {
	
	.head_pc .nav li{padding:45px 10px}
	.head_pc .nav li > a{font-size: 14px;}
	.logo img{height:60px}
	.wrap{width:96%}
	
}

@media (max-width: 1050px) {
	
	.head_pc .nav li{padding:45px 6px}
	.head_pc .nav li > a{font-size: 14px;}
	.logo img{height:50px}
	.wrap{width:96%}
	
}


@media (max-width: 640px) {
 .wlogo img{width:100px}
 
 .team_list .uk-flex{display: block;}
 .team_section .content .team_list li .avtar{width:100%;height:auto;margin-bottom: 10px;}
 .team_section .content .team_list li .info .title,.contact_section .title_wrap h3,.team_section .title_wrap h3{font-size: 18px;line-height: 26px;}
 .contact_section .title_wrap .sub{font-size: 16px !important;font-weight: 900;}
  
}