.main {
  width: 100%;
}

.main-banner {
  width: 100%;
  position: relative;
}

.main-banner img {
  width: 100%;
}

.main-banner-txt {
  position: absolute;
  top: 32%;
  left: 16%;
}

@media screen and (max-width: 1200px) {
  .main-banner-txt {
    left: 3%;
  }
}

.main-banner-txt h4 {
  font-size: 40px;
  color: #2a264c;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .main-banner-txt h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.main-banner-txt-second p {
  float: left;
  font-size: 18px;
  color: #726f8b;
  margin-right: 24px;
}

@media screen and (max-width: 1200px) {
  .main-banner-txt-second p {
    font-size: 14px;
  }
}

.main-banner-txt-second p i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #726f8b;
  transform: translateY(-25%);
  margin-right: 8px;
}

.main-content {
  width: 100%;
}

.main-content-block {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 1400px) {
  .main-content-block {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-block {
    width: 90%;
    text-align: center;
    margin-top: 38px;
  }
}

.main-content-block h3 {
  font-size: 36px;
  color: #2a264c;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .main-content-block h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.main-content-block .divider {
  width: 30px;
  margin: auto;
  border-bottom: 2px solid #178ef4;
  margin-bottom: 12px;
}

.main-content-block p {
  font-size: 18px;
  color: #2a264c;
}

@media screen and (max-width: 767px) {
  .main-content-block p {
    font-size: 12px;
    color: #666666;
  }
}

.main-content-block-bot {
  width: 100%;
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .main-content-block-bot {
    margin-top: 30px;
  }
}

.main-content-block-bot-left {
  float: left;
  width: 50%;
  padding-top: 5%;
}

@media screen and (max-width: 767px) {
  .main-content-block-bot-left {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10%;
  }
}

.main-content-block-bot-left p {
  font-size: 16px;
  color: #2a264c;
  padding-left: 30px;
  background: url("../assets/images/check.png") no-repeat left top;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .main-content-block-bot-left p {
    width: 48%;
    font-size: 12px;
    text-align: left;
    padding-left: 24px;
    background-size: 10px;
  }
}

.main-content-block-bot-right {
  float: left;
  width: 50%;
  text-align: center;
}

.main-content-block-bot-right img {
  width: 526px;
}

@media screen and (max-width: 1400px) {
  .main-content-block-bot-right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-block-bot-right {
    float: none;
    width: 80%;
    margin: auto;
  }
}

.main-content-blockReverse {
  width: 100%;
  margin: 130px 0 200px 0;
  background: url("../assets/images/advantage-bg.png") no-repeat right center;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse {
    width: 90%;
    background: none;
    margin: auto;
    margin-top: 68px;
    margin-bottom: 60px;
  }
}

.main-content-blockReverse-outter {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .main-content-blockReverse-outter {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter {
    width: 100%;
  }
}

.main-content-blockReverse-outter h3 {
  text-align: right;
  font-size: 36px;
  color: #2a264c;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter h3 {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
  }
}

.main-content-blockReverse-outter .divider {
  width: 30px;
  margin: auto;
  border-bottom: 2px solid #178ef4;
  margin-bottom: 12px;
}

.main-content-blockReverse-outter p {
  text-align: right;
  font-size: 18px;
  color: #2a264c;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter p {
    font-size: 12px;
    color: #666666;
    text-align: center;
  }
}

.main-content-blockReverse-outter-bot {
  width: 100%;
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter-bot {
    margin-top: 30px;
  }
}

.main-content-blockReverse-outter-bot-left {
  float: left;
  width: 50%;
}

.main-content-blockReverse-outter-bot-left img {
  width: 639px;
}

@media screen and (max-width: 1400px) {
  .main-content-blockReverse-outter-bot-left img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter-bot-left {
    float: none;
    width: 100%;
  }
}

.main-content-blockReverse-outter-bot-right {
  float: right;
  width: 36%;
  padding-top: 5%;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter-bot-right {
    padding-top: 10%;
    float: none;
    width: 100%;
  }
}

.main-content-blockReverse-outter-bot-right .list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter-bot-right .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.main-content-blockReverse-outter-bot-right .list p {
  text-align: left;
  font-size: 16px;
  color: #2a264c;
  padding-left: 30px;
  background: url("../assets/images/check.png") no-repeat left top;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .main-content-blockReverse-outter-bot-right .list p {
    width: 48%;
    font-size: 12px;
    padding-left: 24px;
    background-size: 10px;
  }
}

.footer {
  width: 100%;
  background: #252b3a;
}

.footer .content {
  max-width: 1300px;
  margin: auto;
  padding: 35px 0 0 0;
}

.footer .content-left {
  width: 28%;
  float: left;
  border-right: 1px solid #454850;
}

.footer .content-left img {
  margin-bottom: 36px;
}

@media screen and (max-width: 992px) {
  .footer .content-left img {
    width: 94%;
  }
}

.footer .content-left .box {
  margin-bottom: 24px;
}

.footer .content-left .box p {
  height: 22px;
  line-height: 22px;
  width: 70%;
  background: url("../assets/images/phone-icon.png") no-repeat left;
  color: #bec0c4;
  padding-left: 44px;
}

.footer .content-left .box:nth-child(3) p {
  background: url("../assets/images/address-icon.png") no-repeat left;
}

.footer .content-right {
  width: 72%;
  float: left;
}

.footer .content-right .footer-nav-item {
  width: calc(100%/5);
  text-align: center;
  float: left;
}

.footer .content-right .footer-nav-item p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 26px;
}

.footer .content-right .footer-nav-item li a {
  font-size: 12px;
  color: #bec0c4;
}

.footer .content-bottom {
  width: 100%;
  margin-top: 20px;
  float: left;
  text-align: center;
}

.footer .content-bottom p {
  font-size: 12px;
  color: #bec0c4;
  margin-bottom: 10px;
}

.footer .content-bottom p a {
  color: #bec0c4;
}

.footer .footer-xs {
  width: 100%;
}

.footer .footer-xs-top {
  width: 94%;
  padding: 20px 0 12px 0;
  margin: auto;
  border-bottom: 1px solid #454c5e;
}

.footer .footer-xs-top p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 5px;
}

.footer .footer-xs-bottom {
  width: 100%;
  padding: 10px 0;
  margin: auto;
}

.footer .footer-xs-bottom p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 12px;
}

.footer .footer-xs-bottom p a {
  color: #bec0c4;
}
