@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
  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;
}
@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-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'syne';
  src: url('../fonts/Syne-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #bf0000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #0c0c0c;
  font-family: 'mon';
  font-weight: 400;
}
.container {
  width: 1660px;
}
@keyframes ks_2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.right_nav_list ul li .cont .c{
  background: #fff;
  color: #000;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.advMain .init-1 {
  padding-left: 150px;
}
.advMain .init-1 .container {
  padding: 0;
  width: 100%;
}
.advMain .init-1 .left .img3 {
  width: 140px;
}
.advMain .init-1 .right .list {
  font-weight: 500;
}
.advMain .init-1 .right .btn {
  cursor: pointer;
  width: 90px;
  height: 90px;
  background-color: var(--color);
}
.advMain .init-1 .right .btn:hover {
  background-color: #000;
}
.advMain .init-2 {
  background-size: cover;
  padding: 50px 50px 0 150px;
}
.advMain .init-2 .container {
  width: 100%;
  padding: 0;
}
.advMain .init-2 .left {
  align-self: center;
  width: 39%;
  color: #fff;
}
.advMain .init-2 .left .tipsTitle {
  text-transform: uppercase;
  font-weight: 600;
}
.advMain .init-2 .middle {
  width: 33%;
}
.advMain .init-2 .right {
  border-radius: 13px 13px 0px 0px;
  background-color: var(--color);
  width: 25%;
  padding: 50px 26px 30px;
}
.advMain .init-2 .right img {
  width: 100%;
}
.advMain .init-2 .right .btn {
  padding: 8px 20px;
  text-align: center;
  background-color: #fff;
  color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  min-width: 220px;
  border-radius: 22px;
  cursor: pointer;
  border: 1px solid #fff;
}
.advMain .init-2 .right .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.advMain .init-3 .container {
  width: 1740px;
}
.advMain .init-3 .container .tipsTitle {
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.advMain .init-3 .container .tipsTitle em {
  color: var(--color);
}
.advMain .init-3 .container .contentC {
  z-index: 1;
  margin-top: -20px;
}
.advMain .init-3 .container .contentC .img2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.advMain .init-3 .container .contentC .content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.advMain .init-3 .container .contentC .content .list {
  cursor: pointer;
}
.advMain .init-3 .container .contentC .content .list .cirImg {
  width: 26px;
  position: relative;
  z-index: 3;
}
.advMain .init-3 .container .contentC .content .list .cir {
  left: 8px;
  margin-top: -4px;
  position: relative;
  width: 8px;
  height: 8px;
}
.advMain .init-3 .container .contentC .content .list .cir::before,
.advMain .init-3 .container .contentC .content .list .cir::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: ks_2 3s linear infinite;
  background-color: var(--color);
  border-radius: 50%;
}
.advMain .init-3 .container .contentC .content .list .cir::after {
  animation-delay: -1.5s;
}
.advMain .init-3 .container .contentC .content .list .cir .cirCont {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  border-radius: 50%;
}
.advMain .init-3 .container .contentC .content .list .title2C {
  top: 100%;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  position: absolute;
  width: max-content;
}
.advMain .init-3 .container .contentC .content .list .title2C .title2 {
  background-color: var(--color);
  color: #fff;
  padding: 1px 20px;
  border-radius: 20px;
  white-space: nowrap;
  width: auto;
  display: inline-flex;
}
.advMain .init-3 .container .contentC .content .list1 {
  top: 67%;
  left: 33.8%;
}
.advMain .init-3 .container .contentC .content .list2 {
  top: 55%;
  left: 49.6%;
}
.advMain .init-3 .container .contentC .content .list3 {
  top: 44%;
  left: 65.9%;
}
.advMain .init-3 .container .contentC .content .list4 {
  top: 49%;
  left: 72%;
}
.advMain .init-3 .container .contentC .content .list5 {
  top: 41.6%;
  left: 80.5%;
}
.advMain .init-3 .container .contentC .content .list5 .title2C {
  left: 100%;
  top: 0;
  transform: translateX(0);
  padding-top: 0;
  padding-left: 10px;
}
.advMain .init-3 .container .content2 {
  bottom: 150px;
  left: 40px;
  z-index: 2;
}
.advMain .init-3 .container .content2 ul li {
  margin-top: 10px;
}
.advMain .init-3 .container .content2 ul li .box {
  width: 200px;
  background-color: #ffe4df;
  border-radius: 10px;
  padding: 30px 10px;
}
.advMain .init-3 .container .content2 ul li .box .top {
  color: var(--color);
  font-family: 'syne';
}
.advMain .init-3 .container .content2 ul li .box .bottom {
  color: var(--color);
  font-weight: 500;
}
.advMain .init-4 .listC {
  background-color: #f7f7f7;
}
.advMain .init-4 .listC:nth-child(2n) {
  background-color: #fff;
}
.advMain .init-4 .listC:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.advMain .init-4 .listC:nth-child(2n) .container .right .des2 .list {
  background-color: #f7f7f7;
}
.advMain .init-4 .container .left {
  width: 28%;
}
.advMain .init-4 .container .left img{
  border: 1px solid #f7f7f7;
}
.advMain .init-4 .container .right {
  width: 68%;
}
.advMain .init-4 .container .right .title {
  font-weight: 600;
}
.advMain .init-4 .container .right .infoCont .list img {
  margin-right: 10px;
}
.advMain .init-4 .container .right .infoCont .list .text {
  flex: 1;
}
.advMain .init-4 .container .right .infoCont .list .text em {
  font-weight: 500;
}
.advMain .init-4 .container .right .des2 .list {
  background-color: #fff;
  padding: 10px;
  width: 246px;
}
.advMain .init-4 .container .right .des2 .list .img {
  width: 30px;
}
.advMain .init-4 .container .right .des2 .list .text {
  width: calc(100% - 40px);
}
.advMain .init-4 .container .right .btn {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
}
.advMain .init-4 .container .right .btn:hover {
  background-color: #000;
}
.advMain .init-5 {
  padding-left: 150px;
}
.advMain .init-5 .container {
  width: 100%;
  padding: 0;
}
.advMain .init-5 .container .left {
  z-index: 2;
  padding: 20px 0;
  width: 42%;
}
.advMain .init-5 .container .left .title span {
  color: var(--color);
  display: inline-block;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--color);
}
.advMain .init-5 .container .left .listCont ul li .box .top {
  color: var(--color);
  font-family: 'syne';
  line-height: 1;
  font-weight: bold;
}
.advMain .init-5 .container .left .listCont ul li .box .top .sub1 {
  text-transform: uppercase;
  position: relative;
  top: 4px;
}
.advMain .init-5 .container .left .listCont ul li .box .line {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}
.advMain .init-5 .container .left .bg {
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.advMain .init-5 .container .right {
  width: 54%;
  z-index: 2;
  padding: 60px;
}
.advMain .init-5 .container .right .shadow {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.advMain .init-5 .container .right .textCont {
  text-align: right;
  color: #fff;
}
.advMain .init-5 .container .right .textCont ul {
  font-weight: 500;
}
.advMain .init-5 .container .right .text {
  color: #fff;
  text-align: right;
}
.advMain .init-5 .container .right video {
  display: block;
  width: 100%;
}
.advMain .init-6 {
  background-color: #f7f7f7;
}
.advMain .init-6 .content ul li .box {
  cursor: pointer;
}
.advMain .init-6 .content ul li .box img {
  width: 100%;
}
.advMain .init-6 .content ul li .box .text {
  font-weight: 500;
  text-align: center;
  background-color: var(--color);
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transform: translateX(-100%);
}
.advMain .init-6 .content ul li .box:hover .text {
  transform: translateX(0);
}
.advMain .init-6 .btn {
  padding: 10px 30px;
  cursor: pointer;
  border: 1px solid var(--color);
  color: var(--color);
}
.advMain .init-6 .btn:hover {
  color: #fff;
  background-color: var(--color);
}
.advMain .init-7 .container .content ul li {
  width: 25%;
}
.advMain .init-7 .container .content ul li .box {
  cursor: pointer;
}
.advMain .init-7 .container .content ul li .box .imgC img {
  width: 100%;
}
.advMain .init-7 .container .content ul li .box .imgC .textC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(191, 0, 0, 0.7);
  padding: 30px 20px;
  color: #fff;
  opacity: 0;
}
.advMain .init-7 .container .content ul li .box .imgC .textC .cont {
  max-height: 100%;
  padding-right: 4px;
  overflow-y: auto;
}
.advMain .init-7 .container .content ul li .box .title {
  font-weight: 500;
}
.advMain .init-7 .container .content ul li .box:hover .imgC .textC {
  opacity: 1;
}
.advMain .init-7 .container .content ul li .box:hover .title {
  color: var(--color);
}
.advMain .init-8 {
  background-color: #f7f7f7;
}
.advMain .init-8 .container .img {
  width: 100%;
  display: block;
}
.advMain .init-9 .container .content ul li {
  width: 25%;
}
.advMain .init-9 .container .content ul li .box {
  display: block;
  position: relative;
}
.advMain .init-9 .container .content ul li .box img {
  width: 100%;
}
.advMain .init-9 .container .content ul li .box span {
  background: var(--color);
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  min-width: 100px;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.advMain .init-9 .container .content ul li .box:hover span {
  opacity: 1;
  top: 50%;
}
.advMain .init-10 {
  background-color: #1f1e1e;
  color: #fff;
}
.advMain .init-10 .container .left {
  width: 63%;
}
.advMain .init-10 .container .left .tipsT {
  text-transform: uppercase;
}
.advMain .init-10 .container .left .tipsT .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
}
.advMain .init-10 .container .left .tipsTitle {
  max-width: 580px;
}
.advMain .init-10 .container .left ul li {
  cursor: pointer;
  border-top: 1px solid #fff;
}
.advMain .init-10 .container .left ul li:last-child {
  border-bottom: 1px solid #fff;
}
.advMain .init-10 .container .left ul li .box {
  padding: 16px 0;
  font-weight: 500;
}
.advMain .init-10 .container .left ul li .box .num {
  width: 40px;
}
.advMain .init-10 .container .left ul li .box .cont {
  flex: 1;
  max-width: 810px;
}
.advMain .init-10 .container .left ul li .box .cont .text {
  font-weight: 400;
  display: none;
}
.advMain .init-10 .container .left ul li .box .btn {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  transform: rotate(-40deg);
}
.advMain .init-10 .container .left ul li.active .btn {
  background-color: var(--color);
  color: #fff;
  transform: rotate(0);
}
.advMain .init-10 .container .right {
  width: 31%;
  padding: 60px 50px;
  background-color: #fff;
}
.advMain .init-10 .container .right .tips {
  color: #000;
}
.advMain .init-10 .container .right .des {
  font-weight: 500;
  color: rgba(31, 30, 30, 0.5);
}
.advMain .init-10 .container .right form input,
.advMain .init-10 .container .right form textarea {
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1f1e1e;
  color: #000;
}
.advMain .init-10 .container .right form .btn {
  color: #000;
  cursor: pointer;
  font-weight: 600;
}
.advMain .init-10 .container .right form .btn .cir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 20px;
}
.advMain .init-10 .container .right form .btn:hover {
  color: var(--color);
}
.advMain .init-10 .container .right form .btn:hover .cir {
  background-color: var(--color);
  transform: rotate(0);
}
.advMain .init-11 {
  background-color: var(--color);
}
.advMain .init-11 .container .left {
  padding: 16px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.advMain .init-11 .container .left svg{
  height: 30px;
    width: auto;
    fill: rgba(255, 255, 255, 1);
    position: relative;
}

#pups_from_hc {
  position: fixed;
  max-height: 80%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
  width: 98%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#pups_from_hc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_hc form {
  margin-top: 40px;
}
#pups_from_hc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc i.close::after,
#pups_from_hc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_hc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_hc i.close:hover {
  background: var(--color);
}
#pups_from_hc i.close:hover::before,
#pups_from_hc i.close:hover::after {
  background: white;
}
#pups_from_hc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_hc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_hc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_hc ul li input,
#pups_from_hc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_hc ul li input:focus,
#pups_from_hc ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_hc ul li textarea {
  height: 80px;
}
#pups_from_hc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_hc ul li:last-child {
  margin-bottom: 0;
}
#pups_shadow_hc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}


.pupsCont{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.pupsCont .cont1{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pupsCont .imgCont{
  position: relative;
  width: 40%;
  margin: 0;
  padding: 0;
}
.pupsCont .imgCont img{
  width: 100%;
}
#pups_from_hc2 {
  display: block;
  position: relative;
  max-height: 80%;
  width: 96%;
  max-width: 600px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_hc2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_hc2 form {
  margin-top: 40px;
}
#pups_from_hc2 form .f{
  max-height: 78vh;
  overflow-y: auto;
  padding-right: 8px;
}
#pups_from_hc2 form .strong{
  font-weight: bold;
  color: var(--color);
}
#pups_from_hc2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc2 i.close::after,
#pups_from_hc2 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_hc2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_hc2 i.close:hover {
  background: var(--color);
}
#pups_from_hc2 i.close:hover::before,
#pups_from_hc2 i.close:hover::after {
  background: white;
}
#pups_from_hc2 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_hc2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_hc2 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_hc2 ul li input,
#pups_from_hc2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_hc2 ul li input:focus,
#pups_from_hc2 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_hc2 ul li textarea {
  height: 80px;
}
#pups_from_hc2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_hc2 ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .advMain .init-1 {
    padding-left: 100px;
  }
  .advMain .init-1 .right .list {
    margin-left: 30px;
  }
  .advMain .init-1 .right .btn {
    margin-left: 50px;
  }
  .advMain .init-2 {
    padding-left: 100px;
  }
  .advMain .init-3 .container .contentC {
    transform: scale(0.8);
  }
  .advMain .init-3 .container .contentC .content .list .title2C {
    zoom: 0.8;
  }
  .advMain .init-5 {
    padding-left: 100px;
  }
}
@media (max-width: 1450px) {
  .advMain .init-2 {
    padding: 20px 20px 0;
  }
  .advMain .init-3 .container .content2 {
    bottom: 50px;
  }
  .advMain .init-10 .container .right {
    padding: 40px 20px;
  }
}
@media (max-width: 1250px) {
  .advMain .init-1 .right {
    display: none;
  }
  .advMain .init-1 .container {
    justify-content: center;
  }
  .advMain .init-1 .left {
    padding: 10px;
  }
  .advMain .init-1 {
    padding-left: 0;
  }
  .advMain .init-3 .container .content2 {
    position: relative;
    bottom: 0;
    padding-bottom: 40px;
  }
  .advMain .init-3 .container .content2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .advMain .init-3 .container .content2 {
    width: 100%;
    left: 0;
  }
  .advMain .init-3 .container .contentC {
    transform: scale(1);
  }
  .advMain .init-3 .contentC3 {
    overflow-x: auto;
  }
  .advMain .init-3 .container .contentC {
    width: 1450px;
  }
  .advMain .init-4 .container .right .infoCont .list {
    width: 100%;
  }
  .advMain .init-5 {
    padding-left: 16px;
  }
  .advMain .init-10 .container .right {
    width: 100%;
    order: -1;
  }
  .advMain .init-10 .container .left {
    margin-top: 40px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .advMain .init-2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .advMain .init-2 .middle {
    width: 38%;
  }
  .advMain .init-2 .right {
    width: 44%;
  }
  .advMain .init-3 .container .content2 ul li {
    width: 50%;
    padding: 0 10px;
  }
  .advMain .init-3 .container .content2 ul li .box {
    width: 100%;
  }
  .advMain .init-4 .container .left {
    width: 100%;
  }
  .advMain .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .advMain .init-5 {
    padding: 0 15px;
  }
  .advMain .init-5 .container .right {
    width: 100%;
    order: -1;
  }
  .advMain .init-5 .container .left {
    width: 100%;
  }
  .advMain .init-6 .content ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .advMain .init-1 .left img {
    width: 80px;
  }
  .advMain .init-1 .left .img3 {
    width: 80px;
  }
  .advMain .init-1 .left .img2 {
    width: 18px;
  }
  .advMain .init-2 .right .btn {
    padding: 4px 10px;
    min-width: 1px;
  }
  .advMain .init-5 .container .right {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .advMain .init-2 .right {
    width: 100%;
    order: 2;
  }
  .advMain .init-2 .middle {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .advMain .init-3 .contentC3{
    padding-right: 5px;
  }
  .advMain .init-3 .contentC3::-webkit-scrollbar-thumb {
    background-color: #222;
    opacity: 0;
    height: 1px;
  }
  .advMain .init-3 .container .contentC{
    zoom: 0.217;
    margin: auto;
  }

  .advMain .init-3 .container .contentC .content{
    zoom: 1.8;
  }
  .advMain .init-3 .container .content2 ul li {
    width: 48%;
  }
  .advMain .init-3 .container .content2 ul li {
    padding: 0;
  }
  .advMain .init-3 .container .content2 ul li .box{
    height: 100%;
  }
  .advMain .init-5 .container .left .listCont ul li {
    width: 100%;
  }
  .advMain .init-6 .content ul li {
    width: 100%;
  }
  .advMain .init-10 .container .left ul li .box .num {
    width: 100%;
  }
}
