.section .wrap {
  width: 1320px;
  margin: 129px auto 114px;
}
.section .wrap .title {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  text-align: center;
  margin: 0 0 168px 0;
  text-transform: uppercase;
}
.section .wrap .flex {
  display: flex;
  justify-content: center;
}
.section .wrap .flex .item {
  text-align: center;
  cursor: pointer;
}
.section .wrap .flex .item:not(:last-child) {
  margin: 0 180px 0 0;
}
.section .wrap .flex .item .img {
  width: 80px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  filter: grayscale(1) brightness(1.1);
  transition: 1s;
}
.section .wrap .flex .item span {
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  color: #CCCCCC;
  display: block;
  margin: 0 0 13px 0;
  line-height: 27px;
  transition: 1s;
}
.section .wrap .flex .item p {
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  color: #CCCCCC;
  line-height: 20px;
  font-weight: 200;
  transition: 1s;
}
.section .wrap .flex .item.on .img,
.section .wrap .flex .item:hover .img {
  filter: grayscale(0) brightness(1);
}
.section .wrap .flex .item.on span,
.section .wrap .flex .item:hover span {
  /* color: #F6AA27; */
  color: #ffc600;
}
.section .wrap .flex .item.on p,
.section .wrap .flex .item:hover p {
  /* color: #F6AA27; */
  color: #ffc600;
}
.section .wrap .text {
  margin: 111px 0 0 0;
}
.section .wrap .text div {
  display: none;
  font-size: 26px;
  font-family: PingFangSC-Light;
  line-height: 40px;
  color: #333333;
  font-weight: 200;
}
.section .wrap .text div.on {
  display: block;
}
.one {
  padding-bottom: 310px;
}
.one .main {
  width: 1736px;
  margin: 100px auto 0;
  display: flex;
}
.one .main .left {
  /* border: 1px solid #F6AA27; */
  border: 1px solid #ffc600;
  width: 646px;
  padding-top: 93px;
}
.one .main .left .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.one .main .left .top img {
  width: 50px;
  margin-bottom: 50px;
}
.one .main .left .top .text p:first-child {
  font-family: PF M;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  line-height: 1;
}
.one .main .left .top .text p:first-child::before {
  width: 9px;
  height: 32px;
  content: '';
  display: inline-block;
  /* background-color: #f6aa27; */
  background-color: #ffc600;
  margin-right: 30px;
}
.one .main .left .top .text p:last-child {
  font-family: PF L;
  font-size: 20px;
  line-height: 1;
  color: #333;
}
.one .main .left .bottom {
  padding: 0 0 100px 70px;
}
.one .main .left .bottom .icon {
  width: 40px;
  margin-right: 16px;
}
.one .main .left .bottom .icon img {
  width: 100%;
}
.one .main .left .bottom .item {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.one .main .left .bottom .item p {
  font-family: PF L;
  color: #333;
  font-size: 26px;
  flex: 1;
}
.one .main .right {
  margin-left: 66px;
  flex: 1;
  display: flex;
  align-items: end;
  position: relative;
}
.one .main .right form {
  display: flex;
}
.one .main .right .list {
  display: flex;
  flex-wrap: wrap;
}
.one .main .right .list .item {
  width: 49%;
  margin-bottom: 30px;
}
.one .main .right .list .item:last-child {
  margin-bottom: 0;
}
.one .main .right .list .item:nth-child(2n) {
  margin-left: 12px;
}
.one .main .right .list .item .key {
  font-family: PF M;
  color: #333;
  font-size: 22px;
  max-height: 24px;
}
.one .main .right .list .item .key span {
  color: #094152;
  font-family: PF M;
  font-size: 22px;
  margin-left: 5px ;
}

.one .main .right .list .item .key span{
  max-height: 24px;
  display: inline-block;
}


.one .main .right .list .item .displa{
  display: flex;
  margin-top: 16px;
}

.one .main .right .list .item .displa p{
  width: fit-content;
  height: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px 0 0;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  /* background: rgba(246, 170, 39, 0.08);
  border: 1px solid rgba(246, 170, 39, 0.2); */
  background: rgba(255, 198, 0, 0.08);
  border: 1px solid rgba(255, 198, 0, 0.2);
}

.one .main .right .list .item .displa .value{
  margin-top: 0;
}

.one .main .right .list .item .value {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 16px;
  /* background: rgba(246, 170, 39, 0.08);
  border: 1px solid rgba(246, 170, 39, 0.2); */
  background: rgba(255, 198, 0, 0.08);
  border: 1px solid rgba(255, 198, 0, 0.2);
}
.one .main .right .list .item .value input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  padding-left: 20px;
}
.one .main .right .list .item.row {
  width: 100%;
}
.one .main .right .list .item.row .value {
  height: 287px;
}
.one .main .right .list .item.row .value textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  background-color: transparent;
  font-size: 20px;
}
.one .main .right button {
  width: 213px;
  height: 78px;
  /* background-color: #F6AA27; */
  background-color: #ffc600;
  position: absolute;
  bottom: -110px;
  color: #fff;
  font-size: 22px;
  font-family: PF R;
}
/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.one .main{
    width: 90%;
  }
  .one .main .left .top .text p:first-child {
    font-size: 24px;
  }
  .one .main .left .top .text p:first-child::before {
    margin-right: 20px;
  }
  .one .main .left .bottom .item p {
    font-size: 22px;
  }
  .section .wrap .text div {
    font-size: 24px;
  }
  .one .main .left .bottom .item{
    margin-top: 70px;
  }
  .one .main .right .list .item .value {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .one .main .right .list .item .key {
    font-size: 18px;
  }
  .one .main .right .list .item {
    margin-bottom: 20px;
  }
  .one .main .right button {
    font-size: 18px;
  }
  .one .main .right button {
    width: 200px;
    height: 70px;
  }
  .section .wrap .flex .item .img {
    width: 70px;
    margin-bottom: 10px;
  }
  .section .wrap .flex .item span {
    margin-bottom: 10px;
  }
  .section .wrap .flex .item span {
    font-size: 18px;
  }
  .section .wrap .text {
    margin-top: 70px;
  }
  .section .wrap .text div {
    font-size: 20px;
    line-height: 32px;
  }
  .section .wrap {
    margin-bottom: 40px;
  }
  .one .main {
    margin-top: 60px;
  }
  .one .main .left{
    padding-top: 60px;
  }
  .section .wrap .title{
    margin-bottom: 100px;
  }
  .one {
    padding-bottom: 220px;
  }
  .section .wrap .title {
    font-size: 42px;
  }
}

@media screen and (max-width: 1680px){
	.one .main .left .top .text p:first-child {
    font-size: 22px;
  }
  .one .main .left .top .text p:last-child {
    font-size: 18px;
  }
  .one .main .left .top{
    align-items: start;
  }
  .one .main .left .top .img{
    margin: 0 auto;
  }
  .one .main .left .top .text{
    padding-left: 70px;
  }
  .one .main .right .list .item.row .value {
    height: 250px;
  }
  .one .main .right .list .item .value {
    height: 50px;
  }
  .one .main .left .bottom .item p {
    font-size: 20px;
  }
  .one .main .left .bottom .item {
    margin-top: 60px;
  }
  .one .main .right .list .item .key {
    font-size: 16px;
  }
  .section .wrap .flex .item span {
    font-size: 16px;
  }
  .section .wrap .flex .item p {
    font-size: 14px;
  }
  .section .wrap .text div {
    font-size: 18px;
    line-height: 30px;
  }
  .section .wrap .flex .item .img {
    width: 60px;
  }
  .section .wrap .title {
    margin-bottom: 70px;
  }
  .section .wrap .text {
    margin-top: 60px;
  }
  .section .wrap{
    margin-top: 80px;
  }
  .one .main .right button {
    width: 180px;
    height: 60px;
    bottom: -80px;
  }
  .one .main .right .list .item .key span{
    font-size: 16px;
  }
  .one .main .right button {
    font-size: 16px;
  }
  .one .main .right .list .item .value input {
    font-size: 16px;
  }
  .one .main .right .list .item.row .value textarea{
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px){
	.one .main .right {
    margin-left: 40px;
  }
  .one .main .right .list .item:nth-child(2n) {
    margin-left: 0px;
  }
  .one .main .right .list{
    justify-content: space-between;
  }
  .one .main .right .list .item.row .value textarea{
    height: 100%;
  }
}

@media screen and (max-width: 1440px){
	.section .wrap{
    width: 90%;
  }
  .one .main .left .bottom {
    padding-left: 40px;
  }
  .one .main .left .top .text {
    padding-left: 40px;
  }
  .section .wrap .flex .item .img {
    width: 50px;
    height: 60px;
  }
  .section .wrap .text {
    margin-top: 30px;
  }
  .one .main .left {
    width: 580px;
  }
  .one .main .left .bottom .item {
    margin-top: 50px;
  }
  .one .main .left .bottom .item p {
    font-size: 18px;
  }
  .section .wrap .title {
    font-size: 38px;
  }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
  .section .wrap .flex .item:not(:last-child){
    margin-right: 0;
  }
  .section .wrap .flex{
    justify-content: space-between;
  }
  .section .wrap .flex .item p {
    font-size: 12px;
  }
  .section .wrap .text div {
    font-size: 16px;
    line-height: 26px;
  }
  .one .main{
    display: flex;
    flex-direction: column-reverse;
  }
  .one .main .right{
    margin-left: 0;
  }
  .one .main .left{
    width: 100%;
    margin-top: 20px;
  }
  .one .main .right button{
    position: static;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
  }
  .one .main .right form{
    flex-direction: column;
  }
  .one .main .left .bottom .icon {
    width: 30px;
  }
  .one .main .left .bottom .item p {
    font-size: 16px;
  }
  .one .main .left .bottom{
    padding-bottom: 40px;
  }
  .one .main .left .top img {
    margin-bottom: 30px;
  }
  .one .main .left {
    padding-top: 40px;
  }
  .one .main .left .bottom .item {
    margin-top: 30px;
  }
  .one {
    padding-bottom: 80px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 20px;
  }
  .one .main .left .top .text p:last-child {
    font-size: 16px;
  }
  .one .main .left .top img {
    width: 40px;
  }
  .one .main .left .top .text p:first-child::before {
    margin-right: 10px;
    width: 7px;
    height: 25px;
  }
  .section .wrap .title {
    font-size: 32px;
  }
  .section .wrap .title {
    margin-bottom: 40px;
  }
  .section .wrap {
    margin-top: 50px;
  }
}



@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
  .one .main .right .list .item .displa{
    margin-top: 10px;
  }
  .one .main .right .list .item .key{
    max-height: 19px;
  }
	.section .wrap .flex .item{
    width: 50%;
    margin-bottom: 20px !important;
  }
  .section .wrap .flex{
    flex-wrap: wrap;
  }
  .section .wrap .flex .item span {
    margin-bottom: 0px;
  }
  .section .wrap .text div {
    font-size: 14px;
    line-height: 20px;
  }
  .one .main{
    margin-top: 0;
  }
  .one .main .left .top .text {
    padding-left: 30px;
  }
  .one .main .left .bottom {
    padding-left: 30px;
  }
  .one .main .left .bottom .item p {
    font-size: 14px;
  }
  .section .wrap .title {
    font-size: 28px;
  }
  .one .main .right .list .item .value {
    height: 40px;
  }
  .one .main .right .list .item.row .value {
    height: 150px;
  }
  .one .main .right .list .item .value input {
    padding-left: 10px;
  }
  .one .main .right .list .item .key {
    font-size: 14px;
  }
  .one .main .right .list .item .value {
    margin-top: 10px;
  }
  .one .main .right .list .item {
    margin-bottom: 12px;
  }
  .one .main .right button {
    width: 160px;
    height: 50px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 18px;
  }
  .one .main .left .top .text p:last-child {
    font-size: 14px;
  }
}


@media screen and (max-width: 414px){
	.one .main .right .list .item{
    width: 100%;
  }
  .one .main .left .top .text {
    padding-left: 20px;
  }
  .one .main .left .bottom{
    padding-left: 20px;
  }
}

@media screen and (max-width: 375px){
	.one .main .left .top .text p:first-child {
    font-size: 16px;
  }
  .one .main .left .bottom .item p {
    font-size: 12px;
  }
  .one .main .left .top .text p:last-child {
    font-size: 12px;
  }
  .one .main .left .top .text {
    padding-left: 10px;
  }
  .one .main .left .bottom{
    padding-left: 10px;
  }
  .one .main .left .bottom .icon {
    width: 20px;
  }
}

@media screen and (max-width: 360px){
	
}




 