.banner .bottom .left {
  cursor: unset;
}
.sec {
  width: 100%;
}
.sec .title {
  display: flex;
  justify-content: center;
  margin: 95px 0 67px;
}
.sec .title h1{
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.sec .img {
  width: 1560px;
  margin: auto;
  position: relative;
}
.sec .address {
  position: absolute;
  display: flex;
  align-items: center;
}
.sec .address .iconfont {
    font-size: 30px;
    color: #0246B0;
}
.sec .img .address:nth-child(2) {
    top: 175px;
    left: 791px;
}
.sec .img .address:nth-child(2) p {
  margin-right: 20px;
}
.sec .img .address:nth-child(3) {
  top: 205px;
  left: 896px;
}
.sec .img .address:nth-child(3) p {
  margin-left: 20px;
}
.sec .img .address .box {
  position: relative;
}
.sec .img .address .box .circle {
  position: absolute;
  top: 8px;
  right: -22px;
}
.sec .img .address .box .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0246B0;
  opacity: 0.5;
  border-radius: 50%;
  animation: 1s scale linear infinite;
}
.sec .img .address .box .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0246B0;
  opacity: 0.5;
  border-radius: 50%;
  animation: 1s scale linear infinite;
  animation-delay: 200ms;
}
@keyframes scale {
  100% {
      transform: translate(-50%, -50%) scale(1.85);
      opacity: 0;
  }
}
.sec .img .address .circle {
  width: 70px;
  height: 41px;
  background: #0246B0;
  opacity: 0.3;
  border-radius: 50%;
}
.sec .table {
  width: 1400px;
  margin: 0 auto 112px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
  top: -140px;
}
.sec .table .text {
  display: flex;
  margin-bottom: 110px;
}
.sec .table .text .content {
  width: 50%;
  height: 390px;
  padding: 66px 0 0 115px;
  display: flex;
  flex-direction: column;
}
.sec .table .text .content:nth-child(1) {
  border-right: 1px solid #E6E6E6;
}
.sec .table .text .content h1{
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 39px;
}
.sec .table .text .content p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.sec .table .text .content span {
  width: 24px;
  height: 3px;
  background: #0246B0;
  margin-bottom: 36px;
}
.sec .table .text .content .info {
  display: flex;
  margin-top: 32px;
}
.sec .table .text .content .info .tel {
  margin-right: 228px;
}
.sec .table .input {
  width: 920px;
  margin: auto;

}
.sec .table .input input {
  padding-left: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.sec .table .input button {
  width: 920px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 2px solid #cccccc !important;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  border: none;
  margin-bottom: 121px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.sec .table .input button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -920px;
  background: #0246B0;
  border-radius: 3px;
  transition: 0.6s;
}
.sec .table .input button:hover {
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.sec .table .input button:hover::after {
  left: 0;
}
.sec .table .input .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
/* .sec .table .input #sex {
  width: 180px;
  height: 50px;
  background: #F4F4F4;
  border-radius: 3px;
  border: none;
  padding: 18px 23px 18px;
} */
.sec .table .input .sex {
  position: relative;
}
.sec .table .input .sex .border {
    width: 180px;
    height: 49px;
    background: #F4F4F4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mb_img {
  display: none;
}
.sec .table .input .sex .border p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.sec .table .input .sex .border .down {
  display: flex;
  align-items: center;
  margin-left: 75px;
}
.sec .table .input .sex .border .down .line {
  width: 1px;
  height: 23px;
  background: #CCCCCC;
    margin-right: 12px;
}
.sec .table .input .sex .border .down .iconfont {
  font-size: 16px;
  color: #666666;
  transform: rotate(90deg);
  margin-top: -6px;
}
.sec .table .input .sex .select {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  border: 1px solid #E0E0E0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: none;
  z-index: 11;
}
.sec .table .input .sex .select li {
  font-size: 12px;
  line-height: 45px;
  padding-left: 5%;
  color: #737373;
  cursor: pointer;
  transition: 0.6s;
}
.sec .table .input .sex .active {
  display: block;
}
.sec .table .input #name ,.sec .table .input #surname {
  width: 330px;
  height: 50px;
  background: #F4F4F4;
  border-radius: 3px;
  border: none;
}
.sec .table .input .center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec .table .input .center #email, .sec .table .input .center #theme {
  width: 440px;
  height: 50px;
  background: #F4F4F4;
  border-radius: 3px;
  border: none;
}
textarea {
  padding: 23px 0 0 21px;
  width: 920px;
  height: 328px;
  background: #F4F4F4;
  border-radius: 3px;
  border: none;
  margin-bottom: 33px;
  resize: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
textarea::placeholder {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
select,input {
  display: block;
}
.sec .table .input p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  .sec .img {
    width: 90%;
  }
  .sec .img img {
    width: 100%;
  }
  .sec .table {
    width: 80%;
  }
  .sec .table .text .content p {
    font-size: 12px;
  }
  .sec .table .text .content {
    padding-left: 60px;
  }
  .sec .table .text .content h1 {
    font-size: 20px;
  }
  .sec .table .input p {
    font-size: 14px;
  }
  .sec .img .address:nth-child(2) {
    top: 32%;
    left: 50%;
  }
  .sec .img .address:nth-child(3) {
    top: 38%;
    left: 57%;
  }
}
@media screen and (max-width: 1024px) {
  .sec .title h1 {
    font-size: 24px;
  }
  .sec .table .text .content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .sec .table .text .content h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec .table .text .content .info {
    justify-content: space-between;
  }
  .sec .table .text .content .info .tel {
    margin: 0;
  }
  .sec .table {
    width: 90%;
    top: 20px;
    padding-bottom: 40px;
  }
  .sec .title {
    margin: 30px 0;
  }
  .sec .table .input .top {
    flex-wrap: wrap;
  }
  .sec .table .input .sex .border {
    width: 100%;
  }
  .sec .table .input #name, .sec .table .input #surname {
    width: 100%;
  }
  .sec .table .input .sex,.sec .table .input .name {
    width: 48%;
    margin-bottom: 20px;
  }
  .sec .table .input .surname {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .sec .table .input {
    width: 100%;
  }
  .sec .table .input .top {
    width: 90%;
    margin: auto;
  }
  .sec .table .input .center #email, .sec .table .input .center #theme {
    width: 100%;
  }
  .sec .table .input .center {
    width: 90%;
    margin: auto;
  }
  .sec .table .input>p {
    width: 90%;
    margin: auto;
  }
  textarea {
    width: 90%;
    height: 150px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .sec .table .text {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .sec .table .text .content {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sec .table .text .content:nth-child(1) {
    border: none;
  }
  .sec .table .input .sex .border .down {
    margin-left: 30px;
  }
  .sec .table .input .center .email, .sec .table .input .center .theme {
    width: 48%;
    margin-bottom: 20px;
  }
  .sec .table .input button  {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .sec .table {
    margin-bottom: 40px;
  }
  .sec .img {
    display: none;
  }
  .mb_img {
    display: block;
    width: 90%;
    margin: auto;
  }
  .mb_img img {
    width: 100%;
  }
  .sec .table .text {
    width: 90%;
    margin: a;
  }
}
