@font-face {
  font-family: "one";
  src: url("../fonts/one.otf");
  font-display: swap;
}
body {
  background: #fff;
  letter-spacing: 0;
}
.loginBtn {
  border-color: #c4c4c4 !important;
}
header .navbar-default {
  background: #fff;
}
header ul.nav li a,
.loginBtn,
.searchDataInput {
  color: #777;
  font-family: sans-serif;
}
.searchDataInput::-webkit-input-placeholder {
  color: #999;
}
.partnerBox {
  width: 100%;
  min-height: 1000px;
  background: #fff;
  color: #333;
  position: relative;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto 60px;
  padding: 1px 0;
}
.partnerTitle {
  width: 100%;
  height: 290px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.partnerTitle h2 {
  font-size: 44px;
}
.partnerTitle p {
  color: #666;
  font-size: 22px;
}
.partnerTitleCircle {
  width: 96px;
  height: 58px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.partnerTitleBg {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentText {
  max-width: 1100px;
  min-height: 350px;
  margin: 0 auto 50px;
  padding: 0 0 10px;
  color: #666;
  font-size: 16px;
  text-align: left;
}
.contentText p {
  margin-bottom: 60px;
  line-height: 30px;
}
.contentText p b {
  color: #666;
  font-size: 18px;
}
.contentData {
  max-width: 1100px;
  min-height: 200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.contentData div {
  width: 60%;
  height: 100%;
  text-align: center;
}
.contentData div:nth-child(1),
.contentData div:nth-child(3) {
  width: 20%;
}
.contentData div strong {
  font-family: "one";
  font-size: 80px;
  font-weight: 500;
}
.contentData div:hover strong,
.contentData div:hover sup {
  /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(110, 183, 201, 1)100%); */
  background-color: #6eb7c9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contentData div p {
  margin-top: 20px;
}
.cooperation {
  width: 100%;
  min-height: 500px;
  background: #f9f9f9;
  text-align: center;
  padding: 50px 0;
}
.cooperationItem {
  width: 80%;
  min-height: 320px;
  background: #fff;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
.cooperationItem div {
  width: 33%;
  height: 280px;
  margin-top: 20px;
  padding-top: 40px;
}
.cooperationItem div p {
  margin: 0;
}
.cooperationItem div:nth-child(2) {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.cooperationItemLine {
  width: 46px;
  height: 2px;
  background: rgba(51, 51, 51, 1);
}
.supportBox {
  width: 100%;
  min-height: 800px;
  background: url("../img/partner/decorate_wave.png") no-repeat;
  background-size: 100% 336px;
  background-position: bottom;
  text-align: center;
  padding-top: 60px;
}
.supportItem {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  height: auto;
  margin: 60px auto 0;
}
.supportItem div {
  width: 25%;
}
.supportItem div:nth-child(odd) {
  margin-top: 100px;
}
.supportItem div img {
  width: 70px;
  float: left;
}
.supportItem p {
  font-size: 16px;
  float: left;
  display: block;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
}
.contactBox {
  width: 100%;
  min-height: 730px;
  text-align: center;
  background: rgba(249, 249, 249, 1);
  padding: 60px 0;
  color: #666;
}
.contactBoxItem {
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.contactBoxItem > div:nth-child(1) {
  width: 40%;
  text-align: left;
  margin-bottom: 30px;
}
.contactBoxItem > div:nth-child(2) {
  width: 60%;
}
.contactBoxPhone {
  margin-top: 50px;
  padding-left: 15px;
}
.contactBoxMail {
  padding-left: 15px;
}
.contactBoxItem b {
  font-size: 18px;
  color: #333;
}
.contactBoxItem p {
  font-size: 14px;
}
.contactMap {
  width: 700px;
  height: 360px;
  position: relative;
}
.contactMap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mapActive {
  width: 360px;
  height: 80px;
  background: rgba(242, 242, 242, 1);
  border-radius: 4px;
}
.contactBoxItem > div div {
  padding: 15px;
  height: 80px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .contentData div,
  .partnerTitle {
    width: 100% !important;
    margin-top: 30px;
  }
  .cooperationItem div {
    width: 100%;
    height: 180px;
    padding-top: 0;
  }
  .contactBoxItem > div {
    width: 100% !important;
  }
  .contentText {
    padding: 30px;
    margin-top: -72px;
  }
  .supportItem div {
    width: 100%;
    margin: 10px auto !important;
    padding-left: 60px;
  }
  .supportItem div img:nth-child(1) {
    display: none;
  }
  .supportItem div img:nth-child(2) {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .partnerTitle h2 {
    font-size: 36px;
  }
  .partnerTitleBg {
    height: 40%;
    top: 35px;
  }
  .partnerTitleCircle {
    width: 67px;
    height: unset;
    top: 72px;
  }
  .contactMap img {
    height: unset;
  }
  .partnerTitle {
    height: 190px;
  }
}
