﻿@font-face {
	font-family: 'Source Han Sans SC';
	src:url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

  }
  body {
	font-family: 'Source Han Sans SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-size:14px;
	overflow-x:hidden;
  background: #F4F4F4;
  }

.contact .wrap {
  width: 1657px;
  margin: 70px auto 96px;
}
.contact .wrap .title {
  font-size: 40px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #030303;
  margin: 0 0 108px 0;
}
.contact .wrap .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .wrap .content .images {
  width: 400px;
  height: 700px;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.contact .wrap .content .images.aos-animate {
  clip-path: inset(0 0 0 0);
}
.contact .wrap .content .images img {
  width: 100%;
  height: 100%;
}
.contact .wrap .content .matter {
  width: 1115px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .wrap .content .matter .item {
  width: 44%;
  padding: 0 0 20px 0;
  margin: 0 0 34px 0;
  position: relative;
  overflow: hidden;
  display: flex;
}
.contact .wrap .content .matter .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dedede;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 3s;
}
.contact .wrap .content .matter .item .img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px 0 0;
}
.contact .wrap .content .matter .item .text {
  position: relative;
  top: -8px;
}
.contact .wrap .content .matter .item .text span {
  font-size: 20px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 36px;
  color: #030303;
}
.contact .wrap .content .matter .item .text .link {
  display: flex;
}
.contact .wrap .content .matter .item .text .link a {
  font-size: 18px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 36px;
  color: #666666;
}
.contact .wrap .content .matter .item:last-child {
  margin: 0;
}
.contact .wrap .content .matter .item.aos-animate:after {
  transform: translateX(0);
}
.contact2 .white {
  background: #F4F4F4;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact2 .white .joke {
  width: 1657px;
  font-size: 40px;
  font-weight: bold;
  color: #111111;
/*  font-family: "PingFang SC", sans-serif;*/

}
.contact2 .map {
  width: 1657px;
  margin: auto;
  height: 600px;
}
.contact2 .map #container {
  width: 100%;
  height: 100%;
}
.content3 .wrap {
  width: 1620px;
  margin: 112px auto 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content3 .wrap .images {
  width: 840px;
  height: 840px;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.content3 .wrap .images.aos-animate {
  clip-path: inset(0 0 0 0);
}
.content3 .wrap .images img {
  width: 100%;
  height: 100%;
  transition: 2s;
}
.content3 .wrap form {
  width: 769px;
}
.content3 .wrap form .list {
  padding: 0 0 50px 26px;
  border-bottom: 1px solid #dedede;
  margin: 0 0 42px ;
  display: flex;
  align-items: center;
}
.content3 .wrap form .list .img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 11px 0 0;
}
.content3 .wrap form .list input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
}
.content3 .wrap form .list input::placeholder {
  color: #999999;
}
.content3 .wrap form .list textarea {
  width: 100%;
  height: 120px;
  border: none;
  background: transparent;
  font-size: 16px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
}
.content3 .wrap form .list textarea::placeholder {
  color: #999999;
}
.content3 .wrap form .list.textarea {
  align-items: unset;
}
.content3 .wrap form .list.textarea .img {
  margin: 1px 11px 0 0;
}
.content3 .wrap form button {
  width: 200px;
  height: 60px;
  background: #03B752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
/*  font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

html[lang="en"] .content3 .wrap form button{
  letter-spacing: 0;
}
.content3 .wrap form button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 1s;
  z-index: -1;
  clip-path: polygon(0 100%, 100% 300%, 100% 100%, 0 100%);
  opacity: 0;
}
.content3 .wrap form button:hover:after {
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
@media screen and (max-width: 1856px) {
  .contact .wrap,.contact2 .white .joke,.contact2 .map,.content3 .wrap{
    max-width: 90%;
  }
  .contact .wrap .content .matter{
    width: 67%;
  }
  .content3 .wrap .images{
    width: 50%;
  }
  .content3 .wrap form{
    width: 46%;
  }

}
@media screen and (max-width: 1630px) {
  .contact .wrap .content .matter .item .text .link a{
    font-size: 15px;
    line-height: 22px;
  }
  .contact .wrap .content .matter .item .text span{
    font-size: 18px;
  }
  .contact .wrap .content .images{
    width: 24%;
  }
}
@media screen and (max-width: 1500px) {
  .contact .wrap .title,.contact2 .white .joke{
    font-size: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .contact .wrap{
    margin: 35px auto;
  }
  .contact .wrap .title, .contact2 .white .joke {
    font-size: 24px;
  }
  .contact .wrap .title {
    margin: 0 0 39px 0;
  }
  .contact .wrap .content{
    flex-direction: column;
  }
  .contact .wrap .content .images{
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    clip-path: inset(0 0 0 0);
  }
  .contact .wrap .content .matter{
    width: 100%;
  }
  .contact .wrap .content .matter .item {
    width: 100%;
    padding: 0;
    margin: 0 0 16px 0;
  }
  .contact .wrap .content .matter .item .text span {
    font-size: 16px;
  }
  .contact .wrap .content .matter .item .text .link a {
    font-size: 13px;
    line-height: 23px;
  }
  .contact2 .map{
    height: 350px;
  }
  .content3 .wrap {
    margin: 57px auto 67px;
    flex-direction: column;
  }
  .content3 .wrap .images {
    width: 100%;
    height: auto;
    clip-path: inset(0 0 0 0);
    margin: 0 0 25px ;
  }
  .content3 .wrap form {
    width: 100%;
  }
  .content3 .wrap form .list {
    padding: 0 0 24px 0;
    margin: 0 0 26px;
  }
  .content3 .wrap form .list input{
    font-size: 14px;
  }
  .content3 .wrap form .list textarea{
    font-size: 14px;
    height: 69px;
  }
  .content3 .wrap form button {
    width: 118px;
    height: 50px;
    font-size: 15px;
  }

  html[lang="en"] .contact .wrap .content .matter .item .text .link a{
    text-align: justify;
    word-break: break-all;
  }
}


.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_us .le_box {
  width: 46%;
  display: flex;
}
.contact_us .le_box > div {
  width: 100%;
  margin: auto;
  padding: 0 60px 0 190px;
}
.contact_us .le_box .content1 .txt {
  color: #333;
  font-size: 48px;
  line-height: 1.2;
}
.contact_us .le_box .content1 .desc {
  margin-top: 10px;
  color: #054e85;
  font-size: 24px;
  line-height: 1.2;
}
.contact_us .le_box .content2 {
  margin-top: 60px;
  display: grid;
  gap: 30px;
  font-size: 18px;
}
.contact_us .le_box .content2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.6;
}
.contact_us .le_box .content2 .item .tips {
  width: 28%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_us .le_box .content2 .item .tips img {
  width: 24px;
}
.contact_us .le_box .content2 .item .tips p {
  padding-left: 20px;
  flex: 1;
  font-family: GilroyMedium;
  color: #054e85;
}
.contact_us .le_box .content2 .item .txt {
  width: 72%;
}
.contact_us .le_box .content2 .item .txt p,
.contact_us .le_box .content2 .item .txt a {
  transition: 0.4s;
  color: #666;
}
.contact_us .le_box .content2 .item .txt a:hover {
  color: #054e85;
}
.contact_us .ri_box {
  width: 54%;
}
.contact_us .ri_box a {
  width: 100%;
  overflow: hidden;
}
.contact_us .ri_box a img {
  transition: 0.4s;
  width: 100%;
}
.contact_us .ri_box a:hover img {
  transform: scale(1.05);
}



/*# sourceMappingURL=contact.css.map */
/*中文注释检查*/