
.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.popups .box {
  width: calc(60% - 116px);
  height: calc(80vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popups .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.popups .box .close img {
  width: 100%;
}
.popups .box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  color: #3f9ed4;
  text-align: center;
}
.popups .box form {
  height: calc(80vh - 148px);
  overflow-y: auto;
}
.popups .box form .zl-list {
  position: relative;
  width: 54.2%;
  overflow: hidden;
  margin: 1% auto 0;
}
.popups .box form .zl-list .zl-p {
  width: 15%;
  font-size: 12px;
  color: #333333;
  float: left;
  margin-top: 2%;
  text-align: right;
}
.popups .box form .zl-list input {
  width: 77%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  height: 50px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
}
.popups .box form .zl-list input.code {
  width: 54%;
}
.popups .box form .zl-list .code-btn {
  font-size: 12px;
  float: left;
  margin-left: 2%;
  color: #3f9ed4;
  cursor: pointer;
  /* font-weight: 600; */
  margin-top: 1.5%;
}
.popups .box form .zl-list select {
  width: 77%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #333;
  height: 50px;
  line-height: 30px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
  background: #fff;
}
.popups .box form .zl-list .jiao {
  position: absolute;
  width: 1.5%;
  right: 9.4%;
  top: 44%;
}
.popups .box form .zl-list .jiao img {
  width: 100%;
}
.popups .box form .zl-list .xing {
  width: 1.2%;
  float: right;
  margin-top: 3%;
  margin-right: 2%;
}
.popups .box form .zl-list .xing img {
  width: 100%;
}
.popups .box form .ys {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 1.5% auto 0;
}
.popups .box form .zl-btn {
  width: 100px;
  margin: 1.3% auto 0;
  cursor: pointer;
  background-color: #3f9ed4;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 1.3% 0 1.5%;
  border-radius: 25px;
}

@media screen and (max-width: 1760px) {
  .content .advantage .list .item {
    width: calc(48.815% - 78px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 58px;
    padding: 39px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1560px) {
  .content .map {
    position: absolute;
    top: 20px;
    left: 10.416%;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e73;
    z-index: 2;
  }
  .content .introduce .box {
    width: 79.166%;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
  }
  .content .introduce .box .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #181818;
    margin-bottom: 24px;
  }
  .content .introduce .box .p {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
    margin: 0 auto;
  }
  .content .introduce {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .content .advantage {
    width: 79.166%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .content .advantage .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
  }
  .content .advantage .list .item {
    width: calc(48.815% - 78px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 58px;
    padding: 39px;
    display: flex;
    justify-content: space-between;
  }
  .content .other .box .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
  }
  .content .other .box .tabs ul li.selectActive {
    font-size: 32px;
    color: #3e9ed4;
  }
  .content .other .box .tabs ul li:hover {
    font-size: 32px;
    color: #3e9ed4;
  }
  .content .experience-application {
    width: 79.166%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .content .experience-application .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
  }
  .content .experience-application .list .item .top {
    width: calc(100% - 43px);
    height: 60px;
    padding-left: 43px;
    background-color: #3e9ed4;
    border-radius: 8px;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
  }
}
@media screen and (max-width: 1440px) {
  .content .advantage .list .item .left {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #999999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .content .advantage .list .item .left img {
    width: 76px;
    height: 76px;
  }
  .content .other .box .tabs .tab .list .item {
    width: 32%;
    margin-right: 2%;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 87px;
  }
}
@media screen and (max-width: 1360px) {
  .content .map {
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e73;
    z-index: 2;
  }
  .content .introduce .box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
  }
  .content .advantage {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .content .advantage .list .item .left {
    width: 140px;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #999999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .content .experience-application {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .content .other .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
  }
  .popups .box {
    width: calc(80% - 116px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 58px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .popups .box .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #3f9ed4;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  .content .introduce {
    position: relative;
    width: 100%;
    height: 340px;
  }
  .content .introduce .box .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #181818;
    margin-bottom: 22px;
  }
  .content .introduce .box .p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin: 0 auto;
  }
  .content .advantage .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
  }
  .content .advantage {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .content .advantage .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
  }
  .content .advantage .list .item .left {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #999999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .content .advantage .list .item .right {
    width: 300px;
    margin-top: 10px;
  }
  .content .advantage .list .item .right .p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 17px;
    text-align: justify;
  }
  .content .other .box .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
  }
  .content .other .box .tabs ul li.selectActive {
    font-size: 28px;
    color: #3e9ed4;
  }
  .content .other .box .tabs ul li:hover {
    font-size: 28px;
    color: #3e9ed4;
  }
  .content .experience-application .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
  }
  .content .experience-application .list .item .top {
    width: calc(100% - 30px);
    height: 50px;
    padding-left: 30px;
    background-color: #3e9ed4;
    border-radius: 8px;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
  }
  .content .experience-application .list .item {
    width: 29.276%;
    height: 310px;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
  }
  .content .experience-application .list .item .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .content .other .box .tabs .tab .list .item .text {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .content .advantage .list .item .right {
    width: 300px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .content .introduce {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .content .advantage .list .item {
    width: calc(48.815% - 40px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 58px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }
  .content .experience-application .list .item .text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
  }
  .content .other .box .tabs .tab .list .item {
    width: 49%;
    margin-right: 2%;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 87px;
  }
  .content .other .box .tabs .tab .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .content .other .box .tabs .tab .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .popups .box form .zl-list {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 1% auto 0;
  }
  .popups .box .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: 10px;
    cursor: pointer;
  }
  .popups .box .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #3f9ed4;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    width: 100%;
    height: 48vw;
  }
  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .popups .box {
    width: calc(80% - 60px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 820px) {
  .content .introduce .box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
  }
  .content .introduce .box .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #181818;
    margin-bottom: 22px;
  }
  .content .advantage {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .content .advantage .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .content .advantage .list .item {
    width: calc(100% - 40px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 58px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }
  .content .advantage .list .item .right {
    width: calc(100% - 150px);
    margin-top: 10px;
    margin-left: 20px;
  }
  .content .experience-application {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .content .experience-application .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .content .experience-application .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .content .experience-application .list .item {
    width: 100%;
    height: 310px;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .content .experience-application .button {
    width: 210px;
    height: 40px;
    background-color: #3e9ed4;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .content .other .box .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .content .other .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .content .other .box .tabs ul {
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
  }
  .content .other .box .tabs ul li {
    width: 33.333%;
    height: 100%;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
  }
  .content .other .box .tabs ul li.selectActive {
    font-size: 24px;
    color: #3e9ed4;
  }
  .content .other .box .tabs .tab .list .item {
    width: 100%;
    margin-right: 0%;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .content .other .box .tabs .tab .list .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 680px) {
  .content .introduce .box .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #181818;
    margin-bottom: 22px;
  }
  .content .advantage .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .content .other .box .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .content .experience-application .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .content .advantage .list .item {
    width: calc(100% - 40px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }
  .popups .box .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
    cursor: pointer;
  }
  .popups .box form .zl-list .zl-p {
    width: 15%;
    min-width: 62px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 2%;
    text-align: right;
  }
}
@media screen and (max-width: 540px) {
  .popups .box form .zl-list .zl-p {
    width: 100%;
    min-width: 62px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 2%;
    text-align: left;
    margin-bottom: 5px;
  }
  .popups .box form .zl-list input,
  .popups .box form .zl-list textarea {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    height: 50px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
  }
  .popups .box form .zl-list .xing {
    width: 2.2%;
    float: right;
    margin-top: 3%;
    margin-right: 2%;
  }
  .popups .box form .zl-list select {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    height: 50px;
    line-height: 30px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
    background: #fff;
  }
  .popups .box form .zl-list {
    position: relative;
    width: 100%;
    height: 85px;
    margin: 1% auto 0;
  }
  .popups .box form .zl-list .jiao {
    position: absolute;
    width: 3.5%;
    right: 11.4%;
    top: 68%;
  }
  .popups .box form {
    height: calc(70vh - 100px);
    overflow-y: auto;
  }
  .popups .box {
    width: calc(90% - 20px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .popups .box .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
  }
}
