body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

.mobile_header,
.text_mimg,
.mobile_banner {
  display: none;
}

.none {
  display: none !important;
}

.title_box,
.yellow_box h1 {
  font-family: "Oswald", sans-serif;
}

.article_title,
.article_ctitle,
.row_2 .box .article .title,
.row_3 .box .title,
.row_4 .box .title {
  /* font-family: "Crete Round", serif; */
  font-family: "Oswald", sans-serif;
  color: #151515;
}

.article_text,
.article_ctext,
.article_button,
.black_text,
.footer {
  font-family: "Lato", sans-serif;
  color: #666666;
  line-height: 28px;
}

.article_button {
  display: flex;
  width: max-content;
  background-color: #FF8200;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-top: 20px;
  border-radius: 12px;
  color: #fff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.mabtn {
  padding: 15px 20px;
  font-size: 20px;
  margin-bottom: 60px;
}

.menu_pc {
  width: 100vw;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.header_kv {
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  margin-bottom: 50px;
  overflow: hidden;
  /* background-image: url(images/bg.png); */
  background-size: cover;
  background-position: center;
}

/* .header_kv .kv_box {
  width: 1200px;
  height: 500px;
  display: flex;
  align-items: center;
} */

.text {
  text-align: center;
  color: #666;
  line-height: 26px;
  font-size: 20px;
}

.text p {
  text-align: left;
  display: block;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.stat_box {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.stat_box .stat {
  width: 30%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.stat .bignum {
  font-size: 60px;
  color: #d71820;
  font-weight: bold;
}

.full_container {
  width: 100%;
}

.full_container.grey {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.full_container.black {
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 100px auto 0px;
  /* padding:10px 0; */
}

.container {
  width: 1200px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
}

.container.between_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .as_logo {
  width: 240px;
}

.container .as_logo img {
  max-width: 100%;
}

.container .as_menu {
  width: 70%;
  height: 50px;
  display: flex;
  align-items: center;
}

.as_menu iframe {
  height: 25px;
  overflow: hidden;
}

.container .menu_box {
  width: 80%;
}

.container.banners {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 1200px;
}

.container.banners .banner_box {
  width: 100%;
}

.container.banners .banner_box .banner_ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.banners .banner_a {
  width: 850px;
}

.container.banners .banner_b {
  width: 320px;
}

.container.banners .banner_a,
.container.banners .banner_b {
  height: 110px;
  background-color: #999;
}

.container .title_box {
  font-size: 36px;
  margin-bottom: 0px;
  text-align: center;
  color:#FF8200;

  .heading {
    display: block;
    text-align: center;
    color: #2e6145;
    font-size: 18px;
    margin-bottom: -5px;
    /* font-weight: bold; */
  }
}

.container .article_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.container .article_box .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* .container .article_box .box:nth-child(even) .article_pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.container .article_box .box:nth-child(even) .article_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
} */

.container .article_box .article_pic {
  width: 575px;
  border-radius: 15px;
  overflow: hidden;
}

.container .article_box .article_pic img {
  max-width: 100%;
}

.container .article_box .article_content {
  width: 580px;
}

.container .article_box .article_content .heading {
  display: block;
  text-align: left;
  color: #2e6145;
  font-size: 18px;
  /* font-weight: bold; */
  font-family: "Oswald", sans-serif;
}

.container .article_box .article_content .article_title {
  font-size: 36px;
  line-height: 45px;
  margin-top: -6px;
  letter-spacing: 0 !important;
  color:#151515;
}

.container .article_box .article_content .article_title a {
  color: #333;
  text-decoration: none;
}

.container .article_box .article_content .article_line {
  width: 100px;
  border-bottom: 2px solid #ff8200;
  margin: 20px 0;
}

.container .article_box .article_content .article_text {
  font-size: 18px;
  line-height: 28px;
}

.container .article_box .article_content .button {
  display: table;
  background-color: #333333;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-top: 10px;
  text-decoration: none;
}

.container .article_box ul {
  width: 100%;
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}

.container .article_box ul li {
  display: block;
  list-style: none;
  width: 30%;
  margin-bottom: 20px;
}

.container .article_box ul li a {
  color: #333;
  text-decoration: none;
}

.container .article_box ul li .article_spic {
  width: 100%;
}

.container .article_box ul li .article_spic img {
  max-width: 100%;
}

.container .article_box ul li .article_ctitle {
  font-size: 24px;
  margin-top: 10px;
}

.container .article_box ul li .article_line {
  width: 40%;
  height: 1px;
  border-bottom: 2px solid #fcb43c;
  margin: 10px 0;
}

.container .article_box ul li .article_ctext {
  font-size: 18px;
}

.container .article_box .video_box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: none;
}

.container .dl_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  padding: 25px 30px;
  background-color: #333333;
  margin: 50px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  color: #333;
  background-color: #fcb43c;
  font-weight: bold;
  font-size: 30px;
  border-radius: 30px;
  text-decoration: none;
}

.container .dl_pdf span {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

.container .footer {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
}

.sp_box {
  width: 1200px;
  border: 5px solid #ff8200;
  margin: 80px auto 30px auto;
  padding-bottom:20px;
  border-radius: 8px;
}

.sp_box .title_box {
  background-color: #fff;
  width: fit-content;
  margin: -35px auto 20px auto;
  padding: 0px 20px;
  color:#151515;
}

.sp_box .product_box_4 {
  display: flex;
  justify-content: space-between;
  width: 60%;
  /* background-color: #e1e1e1; */
  margin: 30px auto;
}

.product_box_4 .box {
  width: 20%;
  flex-direction: column;
}

.product_box_4 img {
  max-width: 100%;
}

.product_box_4 .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #353535;
  margin-top: 10px;
}

.sp_box .product_box_4_2026 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_box_4_2026 .box {
  width: 80%;
  margin: 10px auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

.product_box_4_2026 .box:last-child{
  margin-top: 30px;
}

.product_box_4_2026 .pic {
  width: 20%;
  margin-right: 15px;
}

.product_box_4_2026 img {
  max-width: 100%;
}


.product_box_4_2026 .text {
  width: 70%;
  text-align: left;
  font-size: 16px;
}

.product_box_4_2026 .sp_btnbox {
  width: 65%;
  margin:10px 0 0 0px;
  justify-content: space-between
}

.sp_box .sp_text {
  font-size: 20px;
  line-height: 26px;
  color: #151515;
  margin: 10px auto 0;
  text-align: center;

}

.sp_btnbox {
  width: 38%;
  margin:20px auto;
  display: flex;
  justify-content: space-between;
}

.sp_btnbox .sp_btn{
  width:fit-content;
  padding:12px 20px;
  /* background-color: #531b47; */
  background-color: #ff8200;
  color:#fff;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}

.row_2,
.row_3,
.row_4 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.row_2 .btn,
.row_3 .btn,
.row_4 .btn {
  display: flex;
  width: fit-content;
  /* background-color: #0f5b8c; */
  box-sizing: border-box;
  padding: 8px 15px;
  color: #fff;
  background-color: #8f1886;
  /* border:2px solid #531b47; */
  border-radius: 15px;
}

.row_2 .box {
  display: flex;
  flex-direction: column;
  width: 49%;
  justify-content: space-between;
}

.row_2 .box .pic {
  width: 100%;
}

.row_2 .box .article {
  width: 100%;
  flex-direction: column;
}

.row_2 .box .pic img,
.row_3 .box .pic,
.row_4 .box .pic {
  max-width: 100%;
  border-radius: 8px;
}

.row_2 .article .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.row_2 .article .text {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 10px;
}

.row_3,
.row_4 {
  width: 100%;
}

.row_3 .box {
  width: 30%;
  text-align: left;
}

.row_3 .box .title,
.row_4 .box .title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 5px;
  height:60px;
  display: block;
}

.row_3 .box .text,
.row_4 .box .text {
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;

}

.row_3 .box .text.coming {
  height: 30px;
}

.row_3 .box .btn,
.row_4 .box .btn {
  margin: 10px 0;
}

.row_3 .box .btn.gery {
  background-color: #c1c1c1;
  color: #666;
}

/* row_4 */
.row_4 .box {
  width: 24%;
  text-align: left;
}

.row_4 img {
  width: auto;
}

/* .big_btn {
  margin: 100px auto 0px;
  display: flex;
  justify-content: center;
  width: fit-content;
  text-align: center;
} */

.big_btn .btn {
  width: fit-content;
  background-color: #d71820;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px 16px;
  border-radius: 40px;
}

.subscribe_us {
  max-width: 300px;
  padding: 20px;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 9;
  display: block;
  text-decoration: none;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #151515;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff1b8;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 2px 5px #333;
  box-shadow: 0 2px 5px #333;
  font-family: "Open Sans", sans-serif;
}

.subscribe_us span {
  font-weight: bold;
  font-size: 28px;
}

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@media (max-width: 767px) {
  .mb {
    margin-bottom: 0px;
  }
  .header_kv {
    height: auto;
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .header_kv .kv_box {
    width: 100%;
    align-items: center;
  }

  .header_kv .kv_box img {
    max-width: 100%;
  }

  .mobile_header,
  .mobile_banner,
  .text_mimg {
    display: block;
  }

  .text_pimg{
    display: none;
  }

  .mobile_banner{
    border-top:none;
    border-bottom:none;
  }

  .container {
    width: 100%;
  }

  .container.between_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.banners {
    width: 90%;
    margin-bottom: 20px;
  }
  .container.banners .banner_box .banner_ab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.banners .banner_a {
    display: none;
  }
  .container .article_box,
  .container .title_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container .article_box {
    margin-top: 0;
  }

  .container .title_box {
    font-size: 30px;
    line-height: 38px;
    /* margin-top: 30px; */
  }

  .container .title_box .heading {
    margin-bottom: -10px;
  }

  .text,
  .stat_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text p {
    width: 95%;
  }

  .text br,
  .menu_pc,
  .row_2 .article .text,
  .row_2 .btn,
  .big_btn .btn,
  .big_btn br,.pc_banner {
    display: none;
  }

  .stat_box {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .stat_box .stat {
    height: max-content;
    width: 50%;
  }

  .stat_box .stat:first-child {
    width: 100%;
  }

  .stat .bignum {
    font-size: 40px;
  }

  .stat .text {
    line-height: 20px;
  }

  .row_2,
  .row_3,
  .row_4 {
    flex-direction: column;
  }

  .row_2,
  .row_3,
  .row_4 {
    margin-top: 10px;
  }

  .row_2 .box,
  .row_3 .box,
  .row_4 .box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .row_4 .box .title{
    height:auto
  }


  .box .article .title {
    line-height: 24px;
  }

  .big_btn {
    width: 100%;
    /* margin-top: 20px; */
    font-size: 18px;
    /* padding: 0px 40px; */
    line-height: 24px;
    /* margin: 0 auto 20px; */
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .mobile_banner {
    padding: 0;
  }

  .mt {
    margin: 0px;
  }

  .container .article_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .container .article_box .box .article_pic {
    width: 100%;
    margin-right: 0;
  }
  .container .article_box .box .article_content {
    width: 100%;
  }
  .container .article_box .box .article_content .article_title {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
    display: block;
  }
  .container .article_box .article_content .heading {
    margin-top: 6px;
  }
  .container .article_box .box .article_content .article_line,
  .container .article_box .box .article_content .article_text {
    display: block;
  }
  .container .article_box .box .article_content .article_line {
    margin: 10px 0;
    width: 40%;
    border-color: #ff8200
  }
  .container .article_box .box .article_content .button {
    display: none;
  }

  /* .container .article_box .box:nth-child(2n) .article_pic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  } */
  .container .article_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container .article_box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .container .article_box ul li .article_ctitle {
    margin-top: 10px;
  }
  .container .dl_pdf {
    max-width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .container .dl_pdf span {
    font-size: 16px;
    line-height: 24px;
  }
  .container .footer {
    font-size: 16px;
    line-height: 22px;
  }

  .sp_box{
    width:90%;
  }

  .sp_box .title_box{
    width:70%;
  }

  .sp_box .product_box_4{
    flex-direction: column;
    width:80%;

  }

  .product_box_4_2026 .box{
    width:90%;
    display: block;
  }

  .product_box_4_2026 .pic{
    width:100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product_box_4_2026 img{
    max-width:80%;
  }

  .product_box_4_2026 .text{
    width:90%;
    display: block;
  }

  .product_box_4_2026 .text br{
    display: block;
    margin-bottom: 2px;
  }

  .product_box_4_2026 .sp_btnbox{
    width:100%;
  }

  .product_box_4 .box{
    width:90%;
    text-align: center;
    margin:10px auto;
  }

  .sp_box .sp_text{
    font-size: 16px;
    line-height: 22px;
  }

  .sp_box .sp_text br{
    display: none;
  }


  .sp_btnbox{
    flex-direction: column;
    width:85%;
  }

  .sp_btnbox .sp_btn{
    width:100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .full_container.black{
    margin:30px auto 0;
  }
}
