@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #1c3f55;
  height: auto;
  font-family: 'mon';
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
.container {
  width: 1430px;
}
.advMore {
  padding: 12px 12px;
  background-color: var(--color);
  color: #fff;
  min-width: 220px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
}
.advMore .moreImg {
  width: 14px;
  height: 14px;
}
.advMore:hover {
  transform: translateX(5px);
}
.advMain .init-1 {
  color: #fff;
  padding: 16px 0;
  background: var(--color);
}
.advMain .init-2 {
  z-index: 2;
  color: #fff;
}
.advMain .init-2 .container {
  min-height: 680px;
}
.advMain .init-2 .bgImg {
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.advMain .init-2 .left {
  width: 60%;
}
.advMain .init-2 .left .title {
  text-transform: uppercase;
}
.advMain .init-2 .left .des {
  max-width: 660px;
}
.advMain .init-2 .right ul {
  width: 380px;
}
.advMain .init-2 .right ul li {
  width: 50%;
  margin-top: 20px;
}
.advMain .init-2 .right ul li .box .img {
  height: 54px;
}
.advMain .init-3 .left {
  width: 58%;
}
.advMain .init-3 .right {
  width: 40%;
}
.advMain .init-3 .right .listCont {
  max-width: 430px;
}
.advMain .init-3 .right .listCont .text {
  width: calc(100% - 50px);
  word-break: break-word;
}
.advMain .init-4 .container .tipsDesC {
  max-width: 1250px;
  margin: auto;
}
.advMain .init-4 .container .content .left {
  width: 43%;
}
.advMain .init-4 .container .content .left .line {
  background: #c1c6cd;
  height: 1px;
}
.advMain .init-4 .container .content .left .listCont {
  max-width: 450px;
}
.advMain .init-4 .container .content .right {
  width: 50%;
}
.advMain .init-5 {
  background: #f2f3f4;
}
.advMain .init-5 .container .swiper {
  margin: -15px -10px;
}
.advMain .init-5 .container .swiper ul li {
  padding: 15px 10px;
}
.advMain .init-5 .container .swiper > ul{
  flex-wrap: wrap;
}
.advMain .init-5 .container .swiper > ul > li{
  width: 25%;
}
.advMain .init-5 .container .swiper ul li .box .img{
  background: #f7f7f7;
}
.advMain .init-5 .container .swiper ul li .box .title{
  height: 64px;
  overflow-y: auto;
}
.advMain .init-5 .container .swiper ul li .box .infoC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate(0, 0);
}
.advMain .init-5 .container .advMore {
  min-width: 160px;
  padding: 6px 10px;
}
.advMain .init-5 .listCont ul li {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.advMain .init-5 .listCont ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.advMain .init-5 .listCont ul li .content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.advMain .init-5 .listCont ul li .content .contC {
  max-width: 1200px;
  width: 98%;
  background: #fff;
  padding: 30px;
}
.advMain .init-5 .listCont ul li .content .contC .close {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #666;
}
.advMain .init-5 .listCont ul li .content .contC .close:hover {
  color: #000;
}
.advMain .init-5 .listCont ul li .content .contC .cont {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 6px;
}
.advMain .init-6 .left {
  width: 58%;
}
.advMain .init-6 .right {
  width: 40%;
}
.advMain .init-7 {
  background: #f2f3f4;
}
.advMain .init-7 .container .swiper {
  margin: -15px -10px;
}
.advMain .init-7 .container .swiper ul li {
  padding: 15px 10px;
}
.advMain .init-7 .container .swiper > ul{
  flex-wrap: wrap;
}
.advMain .init-7 .container .swiper > ul > li{
  width: 25%;
}
.advMain .init-7 .container .swiper ul li .box .img{
  background: #fff;
}
.advMain .init-7 .container .swiper ul li .box .title{
  height: 64px;
  overflow-y: auto;
}
.advMain .init-7 .container .swiper ul li .box .infoC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate(0, 0);
}
.advMain .init-7 .container .advMore {
  min-width: 160px;
  padding: 6px 10px;
}
.advMain .init-7 .listCont ul li {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.advMain .init-7 .listCont ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.advMain .init-7 .listCont ul li .content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.advMain .init-7 .listCont ul li .content .contC {
  max-width: 1200px;
  width: 98%;
  background: #fff;
  padding: 30px;
}
.advMain .init-7 .listCont ul li .content .contC .close {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #666;
}
.advMain .init-7 .listCont ul li .content .contC .close:hover {
  color: #000;
}
.advMain .init-7 .listCont ul li .content .contC .cont {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 6px;
}
.advMain .init-8 .container .tipsTitle {
  margin: auto;
  max-width: 760px;
}
.advMain .init-8 .container .content .left {
  width: 50%;
  padding-right: 20px;
}
.advMain .init-8 .container .content .right {
  width: 50%;
}
.advMain .init-8 .container .listCont ul li {
  width: 30%;
}
.advMain .init-8 .container .listCont ul li .box .top {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}
.advMain .init-8 .container .listCont ul li .box .top .sub {
  font-size: 30px;
  color: var(--color);
}
.advMain .init-8 .container .listCont ul li .box .line {
  height: 3px;
  background: #bbb8b8;
}
.advMain .init-9 {
  background: #f2f3f4;
}
.advMain .init-9 ul li {
  margin-top: 20px;
  width: 33.33%;
}
.advMain .init-9 ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.advMain .init-9 ul li:first-child .box {
  background-color: transparent;
}
.advMain .init-10 {
  background-size: cover;
  color: #fff;
}
.advMain .init-10 .swiperDots .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 4px 10px;
  background: #fff;
}
.advMain .init-10 .swiperDots .swiper-pagination-bullet-active {
  background: var(--color);
}
.advMain .init-11 {
  position: relative;
  z-index: 2;
  background-color: var(--color);
}
.advMain .init-11 .sub {
  z-index: -1;
  height: 100px;
  margin-top: -50px;
  background-color: #1f1e1e;
}
.advMain .init-11 .sub .subImg {
  width: 136px;
  height: 130px;
  position: absolute;
  top: -2px;
  right: 140px;
}
.advMain .init-11 .content {
  max-width: 1320px;
  margin: auto;
}
.advMain .init-11 .content .left {
  width: 510px;
  padding: 40px 50px;
  background: #fff;
}
.advMain .init-11 .content .left .des {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.advMain .init-11 .content .left form input,
.advMain .init-11 .content .left form textarea {
  margin-top: 16px;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
}
.advMain .init-11 .content .left .more {
  cursor: pointer;
}
.advMain .init-11 .content .left .more .moreCir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.advMain .init-11 .content .left .more .moreCir .moreImg {
  width: 15px;
  height: 15px;
}
.advMain .init-11 .content .left .more:hover .moreCir {
  background-color: var(--color);
  transform: rotate(45deg);
}
.advMain .init-11 .content .right {
  padding-bottom: 60px;
  width: 720px;
}
.advMain .init-11 .content .right .tips {
  color: #fff;
  text-transform: uppercase;
}
.advMain .init-11 .content .right ul li .box .img {
  width: 24px;
}
.advMain .init-11 .content .right ul li .box .textC {
  width: calc(100% - 36px);
  font-weight: 500;
  color: #fff;
}
.advMain .init-12 {
  color: #fff;
  background-color: #1f1e1e;
}
.advMain .init-12 .content {
  max-width: 1320px;
  margin: auto;
}
@media (max-width: 1450px) {
  .advMain .init-11 .content .right {
    width: 630px;
  }
}
@media (max-width: 1250px) {
  .advMain .init-1 .container {
    justify-content: center;
  }
  .advMain .init-1 .right {
    display: none;
  }
  .advMain .init-2 .container {
    min-height: 450px;
  }
  .advMain .init-11 .content .left {
    width: 400px;
    padding: 40px 20px;
  }
  .advMain .init-11 .content .right {
    width: 510px;
  }
}
@media (max-width: 1000px) {
  .advMain .init-2 .bgImg{
    position: relative;
    height: auto;
  }
  .advMain .init-2 .container{
    min-height: auto;
    margin-top: 20px;
  }
  .advMain .init-2 .left{
    width: 100%;
  }
  .advMain .init-2 .right{
    width: 100%;
  }
  .advMain .init-2 .right ul li .box .img{
    filter: brightness(0);
  }
  .advMain .init-2{
    color: #000;
  }
  .advMain .init-3 .left {
    width: 100%;
  }
  .advMain .init-3 .right {
    width: 100%;
  }
  .advMain .init-4 .container .content .left {
    width: 100%;
  }
  .advMain .init-4 .container .content .right {
    width: 100%;
  }
  .advMain .init-5 .container .swiper > ul > li{
    width: 33.33%;
  }
  .advMain .init-7 .container .swiper > ul > li{
    width: 33.33%;
  }
  .advMain .init-6 .left {
    width: 100%;
  }
  .advMain .init-6 .right {
    width: 100%;
  }
  .advMain .init-8 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .advMain .init-8 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .advMain .init-8 .container .listCont ul li {
    width: 100%;
  }
  .advMain .init-8 .container .listCont ul li .box .top {
    font-size: 50px;
  }
  .advMain .init-8 .container .listCont ul li .box .sub {
    font-size: 26px;
  }
  .advMain .init-9 ul li {
    width: 100%;
  }
  .advMain .init-9 ul li .box {
    padding: 20px 10px;
  }
  .advMain .init-11 .content .left {
    width: 100%;
  }
  .advMain .init-11 .content .right {
    width: 100%;
    margin-top: 30px;
  }
  .advMain .init-11 .sub {
    display: none;
  }
  .advMain .init-11 .content .right {
    padding-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .advMain .init-1 .left img {
    height: 38px;
    display: block;
  }
  .advMain .init-2 .left {
    width: 100%;
    padding: 10px;
  }
  .advMain .init-5 .container .swiper > ul > li{
    width: 50%;
  }
  .advMain .init-7 .container .swiper > ul > li{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .advMain .init-2 .right ul{
    width: 100%;
  }
  .advMain .init-10 .swiperDots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 4px 4px;
  }
  .advMain .init-5 .container .swiper > ul > li{
    width: 50%;
  }
  .advMain .init-5 .container .swiper ul li .box .title{
    word-break: break-word;
  }
  .advMain .init-5 .container .advMore{
    min-width: 120px;
  }
  .advMain .init-5 .container .swiper{
    margin: -10px -4px;
  }
  .advMain .init-5 .container .swiper ul li{
    padding: 10px 4px;
  }
  .advMain .init-5 .container .swiper ul li .box .title{
    font-size: 14px;
  }


  .advMain .init-7 .container .swiper > ul > li{
    width: 50%;
  }
  .advMain .init-7 .container .swiper ul li .box .title{
    word-break: break-word;
  }
  .advMain .init-7 .container .advMore{
    min-width: 120px;
  }
  .advMain .init-7 .container .swiper{
    margin: -10px -4px;
  }
  .advMain .init-7 .container .swiper ul li{
    padding: 10px 4px;
  }
  .advMain .init-7 .container .swiper ul li .box .title{
    font-size: 14px;
  }
}
