.one {
  padding-bottom: 310px;
}
.one h3 {
  font-family: PF R;
  color: #094152;
  font-size: 46px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 163px;
}
.one .main {
  padding-left: 100px;
  padding-right: 84px;
  display: flex;
}
.one .main .left {
  border: 1px solid #094152;
  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: #094152;
  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 70px 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;
  word-break: break-all;
  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;
}
.one .main .right .list .item .key span {
  color: #094152;
  font-family: PF M;
  font-size: 22px;
  margin-left: 5px ;
}
.one .main .right .list .item .value {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 16px;
  background: rgba(9, 65, 82, 0.08);
  border: 1px solid rgba(9, 65, 82, 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: #094152;
  border: 1px solid #094152;
  position: absolute;
  bottom: -110px;
  color: #fff;
  font-size: 22px;
  font-family: PF R;
  transition: all 1s;
}
.one .main .right button:hover{
  background-color: #fff;
  color: #094152;
}
@media screen and (max-width: 2560px){
	
}


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

@media screen and (max-width: 1856px){
	.one h3{
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .one .main .right {
    margin-left: 50px;
  }
  .one .main .right .list .item .value {
    height: 60px;
    line-height: 60px;
  }
  .one .main .left {
    width: 600px;
    padding-top: 60px;
  }
  .one .main .left .bottom {
    padding: 0 50px 80px 50px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 24px;
  }
  .one .main .left .top img {
    margin-bottom: 40px;
  }
  .one .main .left .top .text p:first-child::before {
    margin-right: 20px;
  }
  .one .main .left .bottom .item p {
    font-size: 22px;
  }
  .one .main .left .top img {
    width: 42px;
  }
  .one .main .left .bottom .icon {
    width: 32px;
  }
  .one .main .right .list .item.row .value {
    height: 220px;
  }
  .one .main .left .top .text p:first-child {
    margin-bottom: 20px;
  }
  .one .main .right .list .item .key {
    font-size: 20px;
  }
  .one .main .right .list .item.row .value textarea{
    height: 100%;
  }
}

@media screen and (max-width: 1792px){
  .one {
    padding-bottom: 220px;
  }
 .one .main .right button{
    font-size: 18px;
    width: 180px;
    height: 70px;
    bottom: -90px;
  }
  .one h3 {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .one .main {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1680px){
  .one .main {
    padding-left: 60px;
    padding-right: 60px;
  }
  .one h3 {
    margin-bottom: 60px;
  }
  .one .main .left .bottom .item {
    margin-top: 70px;
  }
}

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

@media screen and (max-width: 1440px){
	.one .main .right .list .item {
    margin-bottom: 20px;
  }
  .one .main .right .list .item .value {
    height: 50px;
    line-height: 50px;
  }
  .one .main .right .list .item .key {
    font-size: 18px;
    height: 30px;
  }
  .one .main .left .bottom .item {
    margin-top: 60px;
  }
  .one .main .left {
    width: 50%;
    padding-top: 40px;
  }
  .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 .text p:first-child::before {
    width: 8px;
    height: 28px;
  }
  .one .main .left .top .text p:first-child::before {
    margin-right: 15px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 20px;
  }
  .one .main .left .bottom .item p {
    font-size: 20px;
  }
  .one .main .right .list .item.row .value {
    height: 180px;
  }
  .one .main .right button {
    width: 160px;
    height: 60px;
    bottom: -80px;
  }
  .one .main .right {
    margin-left: 32px;
  }
  .one .main .right .list .item:nth-child(2n) {
    margin-left: 2%;
  }
}

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

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






@media screen and (max-width: 820px){
  .one .main{
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one .main .right button{
    position: static;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .one .main .right form{
    flex-direction: column;
  }
  .one .main .right {
    margin-left: 0;
  }
  .one .main .left{
    width: 100%;
  }
  .one .main .right .list .item .key{
    height: 30px;
  }
  .one .main .left .top{
    align-items: start;
  }
  .one .main .left .top .img{
    margin: 0 auto;
  }
  .one .main .left .top .text{
    padding-left: 30px;
  }
  .one .main .left .bottom {
    padding: 0px 0 60px 30px;
  }
  .one {
    padding-bottom: 50px;
  }
  .one .main .left .bottom .item p {
    font-size: 18px;
  }
  .one .main .left .bottom {
    padding: 0px 30px 40px 30px;
  }
}


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


@media screen and (max-width: 540px){
	.one .main .right .list .item {
    width: 48%;
  }
  .one .main .right .list .item:nth-child(2n) {
    margin-left: 0;
  }
  .one .main .right .list{
    justify-content: space-between;
  }
  .one .main .left .top .text{
    padding:0 20px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 18px;
  }
  .one .main .left .bottom {
    padding: 0px 20px 30px 20px;
  }
  .one .main .left .bottom .item {
    margin-top: 30px;
  }
  .one .main .left .bottom .item p {
    font-size: 16px;
  }
  .one .main .left .bottom .icon {
    width: 26px;
  }
}


@media screen and (max-width: 414px){
	.one .main .left .top img {
    width: 34px;
    margin-bottom: 20px;
  }
  .one .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .one h3 {
    font-size: 32px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .one .main .right .list .item .value input{
    padding: 0 10px;
    font-size: 16px;
  }
  .one .main .right .list .item .value {
    height: 40px;
    line-height: 40px;
  }
  .one .main .right .list .item .key {
    font-size: 16px;
  }
  .one .main .right .list .item.row .value {
    height: 120px;
  }
  .one .main .right .list .item .value {
    margin-top: 10px;
  }
  .one .main .right .list .item{
    margin-bottom: 10px;
  }
  .one .main .right .list .item.row .value textarea {
    padding: 10px;
  }
  .one .main .left .bottom .item p {
    font-size: 12px;
  }
  .one .main .left .top .text p:first-child {
    font-size: 16px;
  }
  .one .main .left .top .text p:last-child {
    font-size: 16px;
  }
  .one .main .right button {
    height: 50px;
    width: 140px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .one .main .left .bottom {
    padding: 0px 10px 20px;
  }
  .one .main .left .top .text {
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px){
  .one .main .left .top .text p:last-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px){
	.one .main .left .top .text p:first-child::before {
    width: 5px;
    height: 28px;
    margin-right: 10px;
  }
}




 