@import url('https://fonts.googleapis.com/css2?family=Caprasimo&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&amp;display=swap');
@import url('https://fonts.cdnfonts.com/css/cooper-black');

body > br {
    display: none;
}

body {
    background-color: #fffaef;
}

html[lang="zh-Hans"] body {
    font-family: "Noto Sans SC", sans-serif !important;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.ws_video .iframe_frame iframe{
    width: 100%!important;
    /*height: 500px!important;*/
}

.ws_video .video_des p{
    background: none!important;
}

@media (max-width: 768px){
    .ws_video small.float-right{
        float: none!important;
    }
}


/*navigation bar*/
.navbar_type8 {
    padding: 0 15% 0 10%;
    background-color: #fff;
}

#main_index .navbar_type8 {
    border-bottom: none;
}



.navbar_type8 .nav_tab .nav_item a{
    padding: 15px 5px;
}

.dark_nav {
    background-color: rgb(255,255,255,0.9) !important;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #035149;
  font-size: 15px;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
  gap: 3vw;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 3px 0;
  object-position: left;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  width: 20px;
  height: 20px;
  background-image: url('../png/small_leaf2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: center;
  z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    opacity: 1;
    animation: leafLeftToRight 3s linear infinite;
}

.navbar_type8 .nav_tab .nav_item::after {
    position: absolute;
  content: "";
  left: 0;
  top: 110%;
  width: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #035149;
  z-index: -2;
}

.navbar_type8 .nav_tab .nav_item:hover::after {
    width: 100%;
}

@keyframes leafLeftToRight {
    0% {
        transform: translateX(-20px) translateY(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        transform: translateX(10px) translateY(-5px) rotate(180deg);
        opacity: 1;
    }
    50% {
        transform: translateX(40px) translateY(5px) rotate(360deg);
        opacity: 1;
    }
    80% {
        transform: translateX(70px) translateY(-3px) rotate(540deg);
        opacity: 1;
    }
    100% {
        transform: translateX(100px) translateY(0) rotate(720deg);
        opacity: 0;
    }
}


/*footer*/
.footer_type10 {
  color: white;
  background-color: #035149;
  padding-top: 2rem !important;
  overflow: hidden;
  background-image: url('../jpg/h_footer-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

.footer_type10 .text {
  color: #000 !important;
  font-size: 13px;
}

.footer_type10 a,
.footer_type10 .social_media a .icon_s i {
    color: #000;
}

.footer_type10 a:hover
.footer_type10 .social_media a:hover .icon_s i {
    color: #035149;
}

.footer_type10 .icon i {
  color: #000;
}

.footer_type10 .text-light {
  color: #000 !important;
}

.footer_type10 .sub_title p {
    color: #035149;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 14px;
}

.footer_type10 .sub_title {
    border-bottom: 1px solid #000;
}

.footer_type10 .line_top {
  border-top: 1px solid #000;
}

.footer_type10 a.text:hover, .footer_type10 a.text-light:focus, .footer_type10 a.text-light:hover {
    color: #035149 !important;
}

/*homepage banner*/
.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 11%;
}

.hp_banner::before {
    content: "";
  position: absolute;
  left: 3.5vw;
  top: 8.5vw;
  width: 200px;
  height: 214px;
  background-image: url('../png/leaf7.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
  animation: swayLeaf7 5s linear infinite;
  transform-origin: center;
}

@keyframes swayLeaf7 {
    0% {
        transform: translateX(0) translateY(-500px) rotate(0deg);
        opacity: 0;
        filter: blur(0);
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-10px) translateY(-50px) rotate(15deg);
    }
    50% {
        transform: translateX(-40px) translateY(50px) rotate(-15deg);
        filter: blur(4px);
    }
    75% {
        transform: translateX(-60px) translateY(150px) rotate(10deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-100px) translateY(250px) rotate(0deg);
        opacity: 0;
    }
}

.hp_banner::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -2vw;
  width: 180px;
  height: 217px;
  background-image: url('../png/leaf8.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
  animation: swayLeaf8 5s linear infinite;
  transform-origin: center left;
  filter: blur(3px);
}

@keyframes swayLeaf8 {
    0% {
        transform: translateX(-80px) translateY(-250px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-20px) translateY(0px) rotate(5deg);
    }
    50% {
        transform: translateX(0px) translateY(50px) rotate(-5deg);
    }
    75% {
        transform: translateX(-25px) translateY(80px) rotate(5deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px) translateY(150px) rotate(0deg);
        opacity: 0;
    }
}

.hp_banner_title {
    /*font-family: "Passion One", sans-serif;*/
    /*font-family: "Caprasimo", serif;*/
    font-family: 'Cooper Black', sans-serif;
  font-size: 4.35vw;
  line-height: 1;
  margin-bottom: 2vw;
  color: #035149;
}

html[lang="zh-Hans"] .hp_banner_title {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Noto Sans SC", sans-serif;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_keyword {
    font-size: 1.1vw;
  color: #035149;
  margin-bottom: 3vw;
  line-height: 1.6;
}

html[lang="zh-Hans"] .hp_banner_keyword {
    font-size: 1.5vw;
}

.hp_banner_keyword span {
    display: block;
}

.hp_banner_button {
    display: flex;
    justify-content: flex-start;
}

/*homepage about*/
.hp_about {
    position: relative;
  background-image: url('../jpg/b_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.hp_keyword {
    font-size: 15.5px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin-bottom: 0;
}

.hp_about_img {
    width: 120%;
  position: relative;
  margin-left: -12vw;
  margin-bottom: -14rem;
}

.hp_about_title {
    /*font-family: "Passion One", sans-serif;*/
    /*font-family: "Caprasimo", serif;*/
    font-family: 'Cooper Black', sans-serif;
  font-size: 2.85vw;
  line-height: 1;
  margin-bottom: 25px;
  color: #035149;
}

html[lang="zh-Hans"] .hp_about_title {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Noto Sans SC", sans-serif;
}

.hp_about_title span {
    display: block;
}

.hp_small_title {
    font-size: 20px;
  margin-bottom: 25px;
  color: #035149;
  font-weight: 700;
}

.hp_button {
    background-color: #035149;
  border: none;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

.hp_button span {
    width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #035149;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 3vw;
}

.hp_about_box {
    padding: 0px 10vw 0 4.5vw;
}

/*homepage product*/
#main_index .index_wrapper_4 {
    padding: 6.5rem 11%;
    position: relative;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 220px;
    height: 193px;
    background-image: url('../png/leaf1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    animation: swayLeaf1 5s linear infinite;
    transform-origin: top center;
    z-index: -1;
}

@keyframes swayLeaf1 {
    0% {
        transform: translateX(-150px) translateY(-200px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(0) translateY(-10px) rotate(5deg);
    }
    50% {
        transform: translateX(100px) translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateX(200px) translateY(-5px) rotate(3deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(400px) translateY(0) rotate(0deg);
        opacity: 0;
    }
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 10vw;
    width: 95px;
    height: 368px;
    background-image: url('../png/leaf2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    animation: swayLeaf2 5s linear infinite;
    transform-origin: center right;
    z-index: -1;
}


@keyframes swayLeaf2 {
    0% {
        transform: translateX(50px) translateY(-100px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(0) translateY(0) rotate(5deg);
    }
    50% {
        transform: translateX(10px) translateY(100px) rotate(-5deg);
    }
    75% {
        transform: translateX(50px) translateY(150px) rotate(3deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(50px) translateY(200px) rotate(0deg);
        opacity: 0;
    }
}

.hp_big_title {
  /*font-family: "Passion One", sans-serif;*/
  /*font-family: "Caprasimo", serif;*/
  font-family: 'Cooper Black', sans-serif;
  color: #035149;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 2.25vw;
  line-height: 1;
  margin-bottom: 35px;
  align-items: center;
  text-align: center;
}

html[lang="zh-Hans"] .hp_big_title {
    font-weight: 700;
    font-family: "Noto Sans SC", sans-serif;
}

.hp_big_title::before,
.hp_big_title::after {
    content: "";
    width: 40px;
  height: 1.5px;
    background-color: #035149;
}

.hp_keyword2 {
  font-size: 17px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.hp_product_top_box {
    margin-bottom: 3rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 20px 13px;
  height: auto;
  flex: 1;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: white;
  transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #035149;
  font-weight: 400 !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    color: #fc8c64;
    margin-top: 10px;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #fc8c64;
}

#main_index .productSlider-1 .product_img .product_box {
  margin: 15px;
  border: none;
  background-color: white;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin-top: 25px !important;
  margin-bottom: 25px;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #000;
  opacity: .3;
  font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-next {
  right: -20px;
}

#main_index .productSlider-1 .product_img .slick-prev {
  left: -20px;
}

/*homepage value*/
.hp_value {
    padding: 0 11%;
    position: relative;
}

.hp_value::before {
    content: "";
    position: absolute;
    left: 3vw;
    top: -1.5vw;
    width: 210px;
    height: 224px;
    background-image: url('../png/leaf3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
    animation: swayLeaf3 5s linear infinite;
    transform-origin: center;
}

@keyframes swayLeaf3 {
    0% {
        transform: translateX(0) translateY(-500px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-10px) translateY(-50px) rotate(15deg);
    }
    50% {
        transform: translateX(20px) translateY(50px) rotate(-15deg);
    }
    75% {
        transform: translateX(-15px) translateY(150px) rotate(10deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px) translateY(250px) rotate(0deg);
        opacity: 0;
    }
}

.hp_value::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -7vw;
    width: 200px;
    height: 241px;
    background-image: url('../png/leaf4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
    animation: swayLeaf4 5s linear infinite;
    transform-origin: center left;
}

@keyframes swayLeaf4 {
    0% {
        transform: translateX(0) translateY(-50px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-20px) translateY(100px) rotate(5deg);
    }
    50% {
        transform: translateX(0px) translateY(150px) rotate(-5deg);
    }
    75% {
        transform: translateX(-25px) translateY(250px) rotate(5deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px) translateY(350px) rotate(0deg);
        opacity: 0;
    }
}

.hp_value .hp_keyword2 {
    width: 51%;
}

.hp_value_icon img {
  max-width: 90px;
  width: 90px !important;
  height: auto;
}

.hp_value_point:hover .hp_value_icon img {
    animation: 1s tada;
}

.hp_value_bottom_box {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.hp_value_point {
    display: flex;
  align-items: center;
  gap: 2vw;
}

.hp_value_title {
    font-size: 19px;
  background-color: #d3e28a;
  border-radius: 30px;
  width: fit-content;
  padding: 5px 15px;
  color: #035149;
  font-weight: 400;
  margin-bottom: 5px;
}

.hp_value_keyword {
    font-size: 14px;
  margin-bottom: 0;
}

.hp_value_top_box {
    margin-bottom: 3.5rem;
}

.hp_value_point:nth-child(6) .hp_value_icon {
    transform: rotateY(180deg);
}

/*homepage services*/
#main_index .index_wrapper_6 {
    padding: 8rem 8% 6.5rem;
    position: relative;
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 6vw;
    width: 230px;
    height: 252px;
    background-image: url('../png/leaf5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
    animation: swayLeaf5 5s linear infinite;
    transform-origin: center;
}

@keyframes swayLeaf5 {
    0% {
        transform: translateX(150px) translateY(-350px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-10px) translateY(-50px) rotate(15deg);
    }
    50% {
        transform: translateX(20px) translateY(50px) rotate(-15deg);
    }
    75% {
        transform: translateX(50px) translateY(150px) rotate(10deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(150px) translateY(300px) rotate(0deg);
        opacity: 0;
    }
}

#main_index .index_wrapper_6::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -9vw;
    width: 222px;
    height: 272px;
    background-image: url('../png/leaf6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    z-index: -1;
    animation: swayLeaf6 5s linear infinite;
    transform-origin: center right;
}

@keyframes swayLeaf6 {
    0% {
        transform: translateX(0) translateY(-50px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(30px) translateY(100px) rotate(5deg);
    }
    50% {
        transform: translateX(0px) translateY(150px) rotate(-5deg);
    }
    75% {
        transform: translateX(25px) translateY(250px) rotate(5deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px) translateY(350px) rotate(0deg);
        opacity: 0;
    }
}

.hp_services .hp_keyword2 {
    width: 60%;
}

.hp_services_top_box {
    margin-bottom: 3.5rem;
}

.hp_services_icon img {
    max-width: 200px;
}

.hp_services_box:hover .hp_services_icon img {
    animation: 1s swing;
}

.hp_services_ebox {
    margin: 15px 0;
}

.hp_services_box {
    display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.hp_services_box:hover {
    transform: translateY(-10px);
}

.hp_services_title {
    font-size: 20px;
  margin-bottom: 0;
  margin-top: 2.5rem;
  color: #035149;
  font-weight: 600;
}

.hp_services_button {
    margin-top: 25px;
}

.hp_services_button .hp_button {
    background-color: #6d9a6d;
    font-weight: 500;
}

#main_index .service_type4 .container {
    max-width: 100%;
}

#main_index .service_type4 .col-6.col-md-4 {
  padding: 0 8px;
  margin: 10px 0;
}

#main_index .service_type4 .service_box_type4 {
  margin-bottom: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
  padding-bottom: 80%;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
  background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main_index .service_type4 .service_box_type4 .general_btn {
  border: 1px #fff solid;
  color: #fff;
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
  max-height: unset;
  margin-bottom: 0;
  font-size: 18.5px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

#main_index .service_type4 .service_box_type4 .img_frame .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}


/*homepage locate*/
.hp_locate {
    padding: 0 7% 4.5rem;
}

.hp_locate .hp_keyword2 {
    width: 80%;
}

.hp_locate_top_box {
    margin-bottom: 3.5rem;
}

/*homepage why*/
.hp_why {
    padding: 5rem 8%;
  background-image: url('../jpg/g_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 2.5rem;
}

.hp_why_icon img {
    max-width: 130px;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1.5s tada;
}

.hp_why_bottom_box {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 85%;
  margin: 0 auto;
}

.hp_why_point {
    display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.hp_why_point:hover {
    transform: translateY(-10px);
}

.hp_why_title {
    font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  color: #035149;
  margin-bottom: 20px;
}

.hp_why_keyword {
    font-size: 15px;
  color: #000;
  margin-bottom: 0;
}

.hp_why_arrow {
    width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #035149;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  padding-left: 2px;
}

.hp_why .hp_keyword2 {
    width: 70%;
}

.hp_why_top_box {
    margin-bottom: 3.5rem;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 10px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 8%;
    }
    .hp_banner_title {
        margin-bottom: 1vw;
    }
    .hp_banner_keyword {
        margin-bottom: 2vw;
        font-size: 1.4vw;
    }
    .hp_button {
        font-size: 13.5px;
        padding: 6px 15px;
    }
    .hp_button span {
        width: 20px;
        height: 20px;
    }
    .hp_banner::before {
        left: -0.5vw;
        top: 8.5vw;
        width: 140px;
        height: 150px;
    }
    .hp_banner::after {
        width: 140px;
        height: 160px;
    }
    html[lang="zh-Hans"] .hp_banner_keyword {
      font-size: 1.8vw;
    }
    
    /*homepage about*/
    .hp_about_box {
      padding: 3rem 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_small_title {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .hp_about_title {
        font-size: 33px;
        margin-bottom: 15px;
    }
    .hp_about_button {
        margin-top: 20px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    .hp_big_title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hp_keyword2 {
        font-size: 15px;
    }
    .hp_product_top_box {
      margin-bottom: 2rem;
    }
    #main_index .index_wrapper_4::before {
        right: 5vw;
        top: -10px;
        width: 150px;
        height: 131px;
    }
    #main_index .index_wrapper_4::after {
        width: 60px;
        height: 233px;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 15px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 14px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
      margin-top: 20px !important;
      margin-bottom: 20px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: 10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: 10px;
    }
    
    /*homepage value*/
    .hp_value {
        padding: 0 15px;
    }
    .hp_value::before {
        left: -4vw;
        top: -4.5vw;
        width: 150px;
        height: 160px;
    }
    .hp_value::after {
        left: -10px;
        bottom: -10vw;
        width: 140px;
        height: 169px;
    }
    .hp_value .hp_keyword2 {
      width: 55%;
    }
    .hp_value_icon img {
        max-width: 80px;
        width: 80px !important;
    }
    .hp_value_title {
        font-size: 16px;
    }
    .hp_value_point {
        gap: 15px;
    }
    .hp_value_bottom_box {
        gap: 2.5rem;
    }
    .hp_value_top_box {
      margin-bottom: 2.5rem;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_6 {
        padding: 6rem 15px 4rem;
    }
    #main_index .index_wrapper_6::before {
        right: 2vw;
        top: 6vw;
        width: 150px;
        height: 164px;
    }
    #main_index .index_wrapper_6::after {
        width: 150px;
        height: 184px;
    }
    .hp_services_top_box {
      margin-bottom: 2.5rem;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p {
        font-size: 17px;
    }
    #main_index .service_type4 .service_box_type4 .general_btn {
        font-size: 13px !important;
        padding: 5px 20px;
    }
    .hp_services_icon img {
      max-width: 180px;
    }   
    .hp_services_title {
        font-size: 18px;
        margin-top: 25px;
    }
    
    /*homepage locate*/
    .hp_locate {
      padding: 0 15px 4rem;
    }
    .hp_locate_top_box {
      margin-bottom: 2.5rem;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_top_box {
      margin-bottom: 2.5rem;
    }
    .hp_why_icon img {
      max-width: 100px;
    }
    .hp_why_bottom_box {
        gap: 1rem;
        width: 100%;
    }
    .hp_why_title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .hp_why_arrow {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }

}

.side_menu {
    background-color: #035149;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type10 .logo img {
        max-height: 70px;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 11px;
    }
    html[lang="zh-Hans"] .hp_banner_keyword {
        font-size: 16px;
    }
    
    /*homepage about*/
    
    
    /*homepage product*/
    
    
    /*homepage value*/
    .hp_value_bottom_box {
        grid-template-columns: 1fr;
    }
    
    /*homepage services*/
    
    
    /*homepage locate*/
    
    
    /*homepage why*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 350px !important;
        object-fit: cover;
        object-position: 70% 50%;
    }
    .hp_banner_keyword span {
      display: unset;
    }
    .hp_banner_title {
        font-size: 33px;
        text-shadow: 0 0 5px #fff;
    }
    .hp_banner_keyword {
        font-size: 13px;
        text-shadow: 0 0 5px #fff;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_box {
        position: relative;
    }
    .hp_banner_box::before {
        content: "";
        position: absolute;
        left: -10%;
        top: -10%;
        width: 120%;
        height: 120%;
        background-color: #fff;
        opacity: 1;
        filter: blur(50px);
        z-index: -1;
        opacity: .7;
    }
    .hp_banner::before {
        left: -0.5vw;
        top: 0;
        width: 100px;
        height: 107px;
    }
    .hp_banner::after {
        width: 100px;
        height: 121px;
    }
    html[lang="zh-Hans"] .hp_banner_keyword {
        font-size: 18px;
        width: 90%;
    }
    
    /*homepage about*/
    .hp_about_img {
      width: 110%;
      margin-left: -15vw;
      margin-bottom: -5rem;
    }
    
    /*homepage product*/
    .hp_keyword2 {
        font-size: 14.5px;
        width: 100% !important;
    }
     #main_index .index_wrapper_4::before {
        right: 10%;
        top: -10px;
        width: 110px;
        height: 96px;
    }
    #main_index .index_wrapper_4::after {
        width: 45px;
        height: 174px;
    }
    
    /*homepage value*/
    .hp_value::before {
        left: -6vw;
        top: -4.5vw;
        width: 100px;
        height: 107px;
    }
    .hp_value::after {
        left: -20px;
        bottom: 0;
        width: 90px;
        height: 108px;
    }
    .hp_value_icon img {
        max-width: 60px;
        width: auto !important;
    }
    .hp_value_bottom_box {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .hp_value_keyword {
        font-size: 13.5px;
    }
    
    /*homepage services*/
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .index_wrapper_6::before {
        right: 0;
        top: 7rem;
        width: 100px;
        height: 109px;
    }
    #main_index .index_wrapper_6::after {
        width: 100px;
        height: 123px;
    }
    
    /*homepage locate*/
    .hp_locate_bottom {
        padding: 0;
    }
    
    /*homepage why*/
    .hp_why_bottom_box {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

}

.ws_contact h5:before {
    content: "爱康食品（国际）有限公司";
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}