body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  /* background-color: #030324; */
}

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

.none {
  display: none !important;
}

.pc_none {
  display: none;
}

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

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

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

.article_button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background-color: #143e27;
  font-size: 18px;
  /* background-color: #d71820; */
  box-sizing: border-box;
  padding: 10px 18px;
  margin-top: 15px;
  border-radius: 8px;
  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: 40px !important;
}

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

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

.menu_pc {
  width: 100vw;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #001c23;
}

.header_kv {
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  margin-bottom: 50px;
  overflow: hidden;
  background-image: url(images/bg-1.png);
  background-size: cover;
  background-position: center;
}
.header_kv .kv_box {
  width: 1200px;
  height: 500px;
  display: flex;
  align-items: center;
}
.header_kv .kv_box .kv_container {
  width: 700px;
}
.header_kv .kv_box .kv_container .kv_logo {
  margin-bottom: 10px;
}
.header_kv .kv_box .kv_container .kv_logo img {
  max-width: 40%;
}
.header_kv .kv_box .kv_container span {
  font-size: 60px;
  font-weight: normal;
}
.header_kv .kv_box .kv_container .kv_title {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  line-height: 75px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0.1em 0.1em 0.2em #00130c;
}
.header_kv .kv_box .kv_container .kv_text {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.header_kv .kv_box .kv_container .kv_btn {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.header_kv .kv_box .kv_container .kv_btn .btn {
  margin-right: 8px;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #2e6145;
  color: #fff;
  cursor: pointer;
}

/* Youtube Reflexive */
.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /* margin-bottom: -25px; */
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text {
  text-align: center;
  color: #666;
  /* color:#fff; */
  line-height: 32px;
  font-size: 20px;
}
.text.mar {
  margin: -5px 0 20px;
  font-size: 15px;
  line-height: 22px;
}
.text p {
  width: 100%;
  text-align: left;
  display: block;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.full_container_c {
  width: 100%;
  margin-top: 40px;
}
.full_container_c.bgcolor {
  background-color: #dcddda;
  padding: 20px 0 60px;
}

.container_c {
  width: 1200px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
}
.container_c .heading {
  margin-top: 40px;
  text-align: center;
}
.container_c.ptm {
  padding: 20px 0;
}
.container_c.between_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_c .as_logo {
  width: 240px;
}
.container_c .as_logo img {
  max-width: 100%;
}
.container_c .as_menu {
  width: 70%;
  height: 50px;
  display: flex;
  align-items: center;
}
.container_c .menu_box {
  width: 80%;
}
.container_c.banners {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 1200px;
}
.container_c.banners .banner_box {
  width: 100%;
}
.container_c.banners .banner_box .banner_ab {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.container_c.banners .banner_a {
  width: 850px;
}
.container_c.banners .banner_b {
  width: 320px;
}
.container_c.banners .banner_a,
.container_c.banners .banner_b {
  height: 110px;
  background-color: #999;
}
.container_c .title_box {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.container_c .box_line {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 0 auto 20px;
}
.container_c .article_box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-top: 40px;
}
.container_c .article_box .heading {
  text-align: left;
}
.container_c .article_box .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.container_c .article_box .box:last-child {
  margin-bottom: 0;
}
.container_c .article_box .article_pic {
  width: 530px;
}
.container_c .article_box .article_pic img {
  max-width: 100%;
}
.container_c .article_box .article_content {
  width: 600px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container_c .article_box .article_content .article_title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0 !important;
}
.container_c .article_box .article_content .article_title a {
  /* color: #333; */
  text-decoration: none;
}
.container_c .article_box .article_content .article_line {
  width: 100px;
  border-bottom: 2px solid #d71820;
  margin: 20px 0;
}
.container_c .article_box .article_content .article_text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
.container_c .article_box .article_content .button {
  display: table;
  background-color: #333333;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-top: 10px;
  text-decoration: none;
}
.container_c .article_box ul {
  width: 100%;
  height: initial;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
.container_c .article_box ul li {
  display: block;
  list-style: none;
  width: 30%;
  margin-bottom: 20px;
}
.container_c .article_box ul li a {
  color: #333;
  text-decoration: none;
}
.container_c .article_box ul li .article_spic {
  width: 100%;
}
.container_c .article_box ul li .article_spic img {
  max-width: 100%;
}
.container_c .article_box ul li .article_ctitle {
  font-size: 24px;
  margin-top: 10px;
}
.container_c .article_box ul li .article_line {
  width: 40%;
  height: 1px;
  border-bottom: 2px solid #fcb43c;
  margin: 10px 0;
}
.container_c .article_box ul li .article_ctext {
  font-size: 18px;
}
.container_c .article_box .video_box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: none;
}
.container_c .dl_pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 25px 30px;
  background-color: #333333;
  margin: 50px auto;
  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_c .dl_pdf span {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
.container_c .footer {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
}

.bg_title_box {
  margin-bottom: 20px;
  font-size: 46px;
  color: #fff;
  text-align: center;
}

.bg_text {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  text-shadow: #000108 1px 0 5px;
  margin-bottom: 20px;
}

.bg_a {
  color: #000208;
  font-size: 18px;
  font-weight: bold;
  width: 150px;
  border-radius: 12px;
  background-color: #ffcc00;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 8px 15px;
  display: block;
  text-align: center;
}

.full_container_c.footer_banner {
  height: 230px;
  background-image: url(images/footer.png);
  background-position: center;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.full_container_c.footer_banner .footer_bannerBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.full_container_c.footer_banner .footer_bannerBox .title_box {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #efe7b3;
  text-align: left;
  margin-top: 0;
}
.full_container_c.footer_banner .footer_bannerBox .text_box {
  color: #fff;
  font-size: 16px;
}
.full_container_c.footer_banner .footer_bannerBox span {
  width: 120px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #ffcc00;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 15px;
  text-shadow: none;
}
.full_container_c.footer_banner .footer_bannerBox span svg {
  color: #151515;
}

.heading {
  color: #2e6145;
  font-size: 16px;
  font-weight: bold;
}

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

.full_container_c .title_box {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}

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

.container_c .article_box .box:nth-child(even) .article_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
} */
.row {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.row .pic {
  width: 60%;
  background-color: #666;
}

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

.row_2 .btn,
.row_3 .btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2e6145;
  /* background-color: #d71820; */
  box-sizing: border-box;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  height: auto;
  box-shadow: none;
}

.row_2 {
  width: 80%;
  margin: 10px auto 0;
}
.row_2 .box {
  display: flex;
  width: 49%;
  justify-content: space-between;
  flex-direction: column;
}
.row_2 .box.full_box {
  width: 49.5%;
  height: 344px;
  justify-content: flex-end;
  background-position: center;
}
.row_2 .box.full_box:nth-of-type(1) {
  background-image: url(images/article_03.png);
}
.row_2 .box.full_box:nth-of-type(2) {
  background-image: url(images/article_04.png);
}
.row_2 .box.full_box .article {
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 60px 20px;
}
.row_2 .box.full_box .article .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #00130c;
}
.row_2 .box.full_box .article .text {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #00130c;
}
.row_2 .box .pic {
  width: 100%;
}
.row_2 .box .pic img {
  max-width: 100%;
}
.row_2 .box .article {
  width: 100%;
  flex-direction: column;
}
.row_2 .box .article .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.row_2 .box .article .text {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 10px;
}
.row_2 .box .pic img {
  max-width: 100%;
}

.row_3 {
  width: 100%;
  margin: 10px auto 0;
  flex-wrap: wrap;
}
.row_3 .box {
  width: 32.5%;
}
.row_3 .box .pic {
  width: 100%;
  text-align: center;
}
.row_3 .box .pic img {
  max-width: 100%;
}
.row_3 .box .pic .chart_img {
  max-width: 60%;
}
.row_3 .box .title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.row_3 .box .title.chart {
  margin-top: 0;
  text-align: center;
}
.row_3 .box .text {
  line-height: 20px;
  font-size: 16px;
  text-align: left;
}
.row_3 .box .text.coming {
  height: 30px;
}
.row_3 .box .btn {
  margin: 10px 0;
  box-shadow: none;
}
.row_3 .box .btn.gery {
  background-color: #c1c1c1;
  color: #666;
}

.chart_info {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.chart_info .color_box {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.chart_info .color_box .color {
  width: 30px;
  height: 20px;
  margin-right: 5px;
}
.chart_info .color_box .color.color_1 {
  background-color: #ffc65b;
}
.chart_info .color_box .color.color_2 {
  background-color: #64d0da;
}
.chart_info .color_box .color.color_3 {
  background-color: #ea4a66;
}
.chart_info .color_box .color.color_4 {
  background-color: #867aeb;
}
.chart_info .color_box .text {
  font-size: 15px;
}

.row_4 {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 30px;
}
.row_4 .box {
  width: 40%;
}
.row_4 .box .box_1 {
  width: 100%;
  display: flex;
}
.row_4 .box .box_1 .heading {
  margin-top: 0;
}
.row_4 .box .box_1 .heading,
.row_4 .box .box_1 .number {
  width: 33%;
  text-align: center;
}
.row_4 .box .box_1 .number {
  font-size: 60px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 90px;
}
.row_4 .box .box_1 .number:nth-of-type(2) {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: normal;
  color: #666;
}
.row_4 .box .box_2 {
  margin-top: 10px;
  text-align: center;
  color: #666;
}

.big_btn {
  margin: 60px auto 50px;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  box-shadow: none;
}
.big_btn .btn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d71820;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px 16px;
  border-radius: 40px;
  box-shadow: none;
}

.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;
  align-items: 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;
  box-shadow: 0 2px 5px #333;
  font-family: "Open Sans", sans-serif;
}
.subscribe_us span {
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 767px) {
  .mb {
    margin-bottom: 0px;
  }
  .pc_none {
    display: block;
  }
  .header_kv {
    height: 500px;
    margin-bottom: 30px;
    background-position: 0px center;
    background-image: url(images/bg_m.png);
  }
  .header_kv .kv_box {
    width: 90%;
    align-items: center;
  }
  .header_kv .kv_box img {
    max-width: 100%;
  }
  .header_kv .kv_box .kv_container span {
    font-size: 40px;
    display: block;
  }
  .header_kv .kv_box .kv_container .kv_logo {
    margin-bottom: 0;
  }
  .header_kv .kv_box .kv_container .kv_logo img {
    max-width: 65%;
  }
  .header_kv .kv_box .kv_container .kv_title {
    font-size: 40px;
    line-height: 50px;
  }
  .header_kv .kv_box .kv_container .kv_text {
    font-size: 18px;
    line-height: 26px;
    text-shadow: 2px 2px 5px #000;
    margin-bottom: 10px;
  }
  .header_kv .kv_box .kv_container .kv_btn {
    flex-direction: column;
  }
  .header_kv .kv_box .kv_container .kv_btn .btn {
    font-size: 16px;
    background-color: transparent;
    padding: 5px 0;
    text-decoration: underline;
  }
  .header_kv .kv_box .kv_container .kv_btn .btn::before {
    background-image: url("images/arrow.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    margin-right: 8px;
  }
  .mobile_header,
  .mobile_banner,
  .text_mimg {
    display: block;
  }
  .mobile_header {
    box-sizing: content-box;
  }
  .container_c {
    width: 100%;
  }
  .container_c .heading {
    margin-top: 10px;
  }
  .container_c.between_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_c.banners {
    width: 90%;
    margin-bottom: 20px;
  }
  .container_c.banners .banner_box .banner_ab {
    display: flex;
    justify-content: center;
  }
  .container_c.banners .banner_a {
    display: none;
  }
  .container_c .article_box,
  .container_c .title_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .container_c .article_box {
    margin-top: 0;
  }
  .container_c .article_box .article_content {
    height: auto;
  }
  .container_c .article_box .article_content .article_title {
    margin-top: 5px !important;
  }
  .container_c .article_box .heading {
    margin-top: 20px;
  }
  .container_c .title_box {
    font-size: 30px;
    line-height: 32px;
    margin-top: 0px;
  }
  .full_container_c.bgcolor {
    padding: 20px 0 0px;
  }
  .full_container_c .container_c {
    width: 90%;
    margin: 0 auto;
  }
  .full_container_c .container_c .title_box,
  .full_container_c .container_c .text,
  .full_container_c .container_c .row_3 .box {
    width: 100%;
  }
  .full_container_c.footer_banner {
    margin-top: 20px;
    height: 300px;
    background-color: #1e570d;
    background-image: linear-gradient(45deg, #1e570d 0%, #0f9741 100%);
  }
  .full_container_c.footer_banner .title_box {
    letter-spacing: -1px;
  }
  .full_container_c.footer_banner .text_box {
    margin-top: -10px;
    line-height: 24px;
  }
  .full_container_c.bg {
    height: 550px;
    background-size: cover;
  }
  .bg_title_box {
    font-size: 30px;
    line-height: 38px;
  }
  .bg_text {
    font-size: 16px;
    line-height: 22px;
  }
  .text,
  .stat_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .text.mar {
    margin: 10px auto 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .text p {
    width: 95%;
    font-size: 18px;
    line-height: 28px;
  }
  .menu_pc,
  .row_2 .btn {
    display: none;
  }
  .big_btn .btn,
  .big_btn br {
    display: none;
  }
  .pc_banner {
    display: none;
  }
  .stat_box {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .stat_box .stat {
    height: -moz-max-content;
    height: max-content;
    width: 50%;
  }
  .stat_box .stat:first-child {
    width: 100%;
  }
  .stat .bignum {
    font-size: 40px;
  }
  .stat .text {
    line-height: 20px;
  }
  .row .pic {
    width: 80%;
  }
  .row_2,
  .row_3 {
    flex-direction: column;
    width: 100%;
  }
  .row_2 {
    margin-top: 0 !important;
  }
  .row_2 .article .text {
    width: 100%;
    margin-top: 10px;
    line-height: 20px !important;
  }
  .mt_20 {
    margin-top: 20px !important;
  }
  .row_3 {
    margin-top: 20px;
  }
  .row_3 img {
    margin-bottom: 10px;
  }
  .row_3 .text {
    font-size: 16px;
    line-height: 20px !important;
    width: 100%;
  }
  .row_3 .box .pic .chart_img {
    max-width: 80%;
  }
  .chart_info {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }
  .row_2 .box,
  .row_3 .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .row_2 .box {
    flex-direction: column;
  }
  .row_2 .box.full_box {
    width: 100%;
  }
  .row_2 .box.full_box .article {
    padding: 0 10px 20px;
  }
  .row_2 .box .pic {
    width: 100%;
  }
  .row_2 .box .article {
    width: 100%;
    margin-top: 10px;
  }
  .row_4 {
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .row_4 .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .row_4 .box .box_1 .number {
    font-size: 40px;
    line-height: 60px;
  }
  .row_4 .box .box_1 .number:nth-of-type(2) {
    font-size: 30px;
  }
  .row_4 .box .box_2 {
    margin-top: 0;
  }
  .box .article .title {
    line-height: 24px;
  }
  .big_btn {
    margin-top: 0px;
    font-size: 18px;
    padding: 0px 15px;
    line-height: 24px;
    margin-bottom: 30px;
    box-shadow: none;
  }
  .mt {
    margin: 0px;
  }
  .container_c .article_box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .container_c .article_box .box .article_pic {
    width: 100%;
    margin-right: 0;
  }
  .container_c .article_box .box .article_content {
    width: 100%;
  }
  .container_c .article_box .box .article_content .article_title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .container_c .article_box .box .article_content .article_line,
  .container_c .article_box .box .article_content .article_text {
    display: block;
  }
  .container_c .article_box .box .article_content .article_line {
    margin: 10px 0;
    width: 40%;
    border-color: #fcb43c;
  }
  .container_c .article_box .box .article_content .button {
    display: none;
  }
  .container_c .article_box ul {
    flex-direction: column;
  }
  .container_c .article_box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .container_c .article_box ul li .article_ctitle {
    margin-top: 10px;
  }
  .container_c .dl_pdf {
    max-width: 90%;
    box-sizing: border-box;
    font-size: 26px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .container_c .dl_pdf span {
    font-size: 16px;
    line-height: 24px;
  }
}