body {
  background-color: #000;
}
.one {
  padding-top: 285px;
  width: 1680px;
  /* width: 1440px; */
  margin: 0 auto;
  padding-bottom: 116px;
}
.one .title .ch {
  font-size: 36px;
  color: #fff;
  margin-bottom: 4px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .title .en {
  color: #fff;
  font-family: DR;
  font-size: 18px;
  line-height: 24px;
}
.one .title .en p {
  opacity: 0.3;
}
.one .main {
  margin-top: 102px;
  /* margin: 102px auto 0; */
}
.one .main .top {
  display: flex;
}
.one .main .top .left {
  width: 840px;
}
.one .main .top .left #map {
  width: 100%;
  height: 500px;
}
.one .main .top .right {
  padding-top: 13px;
  flex: 1;
  margin-left: 86px;
}
.one .main .top .right .top {
  margin-bottom: 56px;
}
.one .main .top .right .top h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .list .item:not(:last-child) {
  margin-bottom: 30px;
}
.one .main .top .right .list .item .key {
  color: #d9c683;
  line-height: 36px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .list .item.aos-animate:first-child {
  transition-delay: 0.2s;
}
.one .main .top .right .list .item.aos-animate:nth-child(2) {
  transition-delay: 0.4s;
}
.one .main .top .right .list .item.aos-animate:nth-child(3) {
  transition-delay: 0.6s;
}
.one .main .top .right .list .item .value {
  color: #fff;
  line-height: 36px;
  display: flex;
}
.one .main .top .right .list .item .value p {
  margin-right: 40px;
  opacity: 0.6;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .icon {
  display: flex;
  margin-top: 60px;
}
.one .main .top .right .icon.aos-animate:nth-child(3) {
  transition-delay: 0.8s;
}
.one .main .top .right .icon .item {
  display: flex;
  align-items: center;
  position: relative;
}
.one .main .top .right .icon .item:hover span {
  color: #D9C683;
}
.one .main .top .right .icon .item:last-child span {
  font-size: 50px;
}
.one .main .top .right .icon .item span {
  color: #999;
  transition: all 1s;
  font-size: 24px;
  margin-right: 43px;
}
.one .main .bottom {
  margin: 0 auto;
  /* width: 960px; */
  margin-top: 107px;
}
.one .main .bottom h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 76px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .bottom .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one .main .bottom .list .item {
  padding-left: 26px;
  /* width: 777px; */
  /* width: 48%; */
  width: 23%;
  padding-bottom: 42px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
}
.one .main .bottom .list .item.row {
  width: 100%;
  margin-top: 60px;
}
.one .main .bottom .list .item .key {
  color: #fff;
  opacity: 0.6;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .bottom .list .item .value {
  margin-left: 30px;
  flex: 1;
}
.one .main .bottom .list .item .value input {
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.6;
  width: 100%;
  font-size: 16px;
}
.one .main .bottom .list .item .value textarea {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
}
.one .main .bottom button {
  background-color: transparent;
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
  position: relative;
}
.one .main .bottom button .round {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9C683;
  animation: spin 6s infinite linear;
  transform-origin: 20% 20%;
}
.one .main .bottom button .round:nth-child(1) {
  width: 3px;
  height: 3px;
  right: 40px;
  top: -4px;
}
.one .main .bottom button .round:nth-child(2) {
  right: 30px;
  top: 4px;
}
.one .main .bottom button img {
  transition: all 1s;
  filter: grayscale(1);
}
.one .main .bottom button p {
  margin-right: 32px;
  color: #fff;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 200;
  transition: all 1s;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .bottom button:hover p {
  color: #D9C683;
}
.one .main .bottom button:hover img {
  transform: translateX(10px);
  filter: none;
}
.mapbox {
  position: relative;
}
.mapbox .mapText {
  padding: 5px 10px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
  text-align: center;
}
.mapbox::after {
  width: 14px;
  height: 14px;
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: -7px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 2px 2px 5px #888888;
}

.one .main .top .right .icon .item .er{
  width: 120px;
  position: absolute;
  display: flex;
  height: auto;
  bottom: 50px;
  /* left: 50%; */
  left: 15px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
  justify-content: space-around;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.one .main .top .right .icon .item:hover .er{
  opacity: 1;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 2560px){
	
}


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

@media screen and (max-width: 1856px){
	.one {
    padding-top: 220px;
    width: 90%;
  }
  .one .main .top .left{
    width: 50%;
  }
  .one .main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1792px){
	.one {
    padding-top: 180px;
  }
  .one .main {
    margin-top: 40px;
  }
  .one .main .top .right {
    margin-left: 70px;
  }
  .one .main .bottom {
    margin-top: 80px;
  }
  .one .main .bottom .list .item {
    padding-bottom: 24px;
  }
  .one .main .bottom .list .item.row {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1680px){
	.one {
    padding-top: 150px;
  }
  .one .title .ch {
    font-size: 32px;
  }
  .one .main .top .right {
    margin-left: 50px;
  }
  .one .main .top .right .top h4 {
    font-size: 24px;
  }
  .one .main .bottom .list .item {
    padding-left: 15px;
  }
  .one .main .bottom .list .item {
    margin-bottom: 32px;
  }
}

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

@media screen and (max-width: 1440px){
	.one .main .bottom h4{
    margin-bottom: 60px;
  }
}

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

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


@media screen and (max-width: 1024px){
  .one {
    padding-top: 100px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one .title .ch {
    font-size: 28px;
  }
  .one .title .en{
    font-size: 16px;
  }
  .one .main .top{
    flex-direction: column;
  }
  .one .main .top .right{
    margin-left: 0;
    margin-top: 30px;
  }
  .one .main .top .right .top {
    margin-bottom: 30px;
  }
  .one .main .top .right .list .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .one .main .top .right .icon {
    margin-top: 30px;
  }
  .one .main .top .left{
    width: 100%;
  }
  .one .main .top .left #map {
    height: 300px;
  }
  .one .main .bottom h4 {
    margin-bottom: 50px;
  }
}



@media screen and (max-width: 820px){
  .one .main .bottom {
    margin-top: 40px;
  }
  .one .main .bottom .list .item {
    padding-bottom: 10px;
    padding-left: 0;
    width: 48%;
  }
  .one .main .bottom .list .item .value {
    margin-left: 15px;
  }
  .one .main .bottom .list .item.row {
    margin-top: 10px;
  }
  .mapbox .mapText{
    font-size: 16px;
  }
  .one{
    padding-bottom: 60px;
  }
}


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


@media screen and (max-width: 540px){
	.one{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mapbox .mapText {
    font-size: 14px;
  }
  .one .main .top .right .list .item .value p{
    font-size: 14px;
  }
  .one .main .top .right .icon .item span {
    margin-right: 60px;
  }
  .one .main .top .right .icon a.item span {
    margin-right: 0;
  }
  .one .main .top .right .icon{
    justify-content: center;
  }
}

@media screen and (max-width: 450px){
	.one .title .ch {
    font-size: 24px;
  }
  .one .title .en {
    font-size: 14px;
  }
  .one .main {
    margin-top: 20px;
  }
  .one .main .top .left #map {
    height: 220px;
  }
  .one .main .top .right {
    margin-top: 20px;
  }
  .one .main .top .right .top {
    margin-bottom: 20px;
  }
  .one .main .top .right .list .item .value{
    flex-direction: column;
  }
  .one {
    padding-top: 80px;
  }
  .one .main .top .right .icon {
    margin-top: 10px;
  }
  .one .main .bottom .list .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .one .main .top .right .top h4 {
    font-size: 20px;
  }
  .one .main .top .right .list .item .value p{
    margin-right: 0;
  }
  .one .main .bottom .list .item .key{
    font-size: 14px;
  }
}
@media screen and (max-width: 414px){
	
}

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

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




 