.layout {
  max-width: 1440px;
  ;
  margin: 0 auto;
  width: 95%;
}

.index_title {
  font-family: Lato-Light;
  font-size: 48px;
  color: #191919;
}

.index_title span {
  font-family: Lato-Bold;
  color: #009440;
}

.index_tt_detail {
  font-family: InknutAntiqua-Light;
  font-size: 18px;
  color: #191919;
}

.index_more_btn {
  display: inline-block;
  border-radius: 5px;
  border: solid 2px #009440;
  line-height: 48px;
  font-size: 18px;
  color: #009440;
  padding: 0 36px;
  transition: all ease-in-out .3s;
}

.index_more_btn:hover {
  background-color: #009440;
  color: #fff;
}

.index_top>.index_more_btn {
  display: none;
}

/* font-family */
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato/Lato-Bold.eot');
  src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato/Lato-Bold.woff') format('woff'), url('../fonts/Lato/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato/Lato-Regular.eot');
  src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato/Lato-Regular.woff') format('woff'), url('../fonts/Lato/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato/Lato-Light.eot');
  src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/Lato-Light.woff2') format('woff2'), url('../fonts/Lato/Lato-Light.woff') format('woff'), url('../fonts/Lato/Lato-Light.ttf') format('truetype'), url('../fonts/Lato/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InknutAntiqua-Regular';
  src: url('../fonts/InknutAntiqua/InknutAntiqua-Regular.eot');
  src: url('../fonts/InknutAntiqua/InknutAntiqua-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/InknutAntiqua/InknutAntiqua-Regular.woff2') format('woff2'), url('../fonts/InknutAntiqua/InknutAntiqua-Regular.woff') format('woff'), url('../fonts/InknutAntiqua/InknutAntiqua-Regular.ttf') format('truetype'), url('../fonts/InknutAntiqua/InknutAntiqua-Regular.svg#InknutAntiqua-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InknutAntiqua-Light';
  src: url('../fonts/InknutAntiqua/InknutAntiqua-Light.eot');
  src: url('../fonts/InknutAntiqua/InknutAntiqua-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/InknutAntiqua/InknutAntiqua-Light.woff2') format('woff2'), url('../fonts/InknutAntiqua/InknutAntiqua-Light.woff') format('woff'), url('../fonts/InknutAntiqua/InknutAntiqua-Light.ttf') format('truetype'), url('../fonts/InknutAntiqua/InknutAntiqua-Light.svg#InknutAntiqua-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff'), url('../fonts/iconfont/iconfont.ttf') format('truetype');
}

@font-face {
  font-family: "DIN-Alternate-Bold";
  src: url('../fonts/DINCond-BoldAlternate.otf');
}

@font-face {
  font-family: "Arial-Regular";
  src: url('../fonts/Arial/ARIALI.TTF');
}

.tab-panel-content .title span {
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

@media (max-width:950px) {
  .tab-panel-content .title span {
    font-size: 30px;
  }
}

.tab-panel-content ol li {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.title {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #333;
  font-size: 48px;
  font-weight: bold;
}

.entry .title {
  margin-bottom: 3%;
}

.new-details .right .h1 {
  line-height: 1.5;
}

.title .right_line {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 15px;
  height: 46px;
}

.title .right_line::before {
  width: 70px;
  height: 3px;
  content: " ";
  display: inline-block;
  background-color: #009440;
}

.title .right_line::after {
  width: 106px;
  height: 3px;
  content: " ";
  display: inline-block;
  background-color: #009440;
}

.fixed-nav .head_bottom .layout {
  padding: 0 0;
}

.geing .title_warp {
  width: 100%;
}


/* Our  Partners  */
.index_partners {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 246px;
  background-attachment: fixed;
}

.index_partners .index_title,
.index_partners .index_title span {
  color: #fff;
}

.index_partners .about_detail {
  color: #fff;
  font-size: 18px;
  font-family: InknutAntiqua-Light;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.partner_swiper {
  width: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
}

.partner_swiper .swiper-slide {
  text-align: center;
}

.partner_swiper .swiper-slide .logo_img img {
  transition: all .3s;
}

.partner_swiper .swiper-slide .logo_img:hover img {
  transform: scale(1.1);
}

.partner_swiper .swiper-wrapper {
  align-items: center;
}

.partners-button-next,
.partners-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: rgba(25, 25, 25, .29);
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 32px;
}

.partners-button-prev {
  left: -32px;
  display: block !important;
}

.partners-button-next {
  right: -32px;
}

.partners-button-next::after {
  content: '\f105';
  font-family: fontawesome;
  color: #fff;
  font-size: 26px;
  transition: all ease-in-out .3s;
}

.partners-button-prev::after {
  content: '\f104';
  font-family: fontawesome;
  color: #fff;
  font-size: 26px;
  transition: all ease-in-out .3s;
}

.partners-button-next:hover,
.partners-button-prev:hover {
  background-color: #fff;
}

.partners-button-next:hover::after,
.partners-button-prev:hover::after {
  color: #009440;
}

.white_back {
  background-color: #fff;
  margin-top: -164px;
  position: relative;
  z-index: 10;
  width: calc(50% + 720px);
  border-radius: 0px 5px 0 0;
  padding-right: 80px;
  width: 90%;
}

.white_back2 {
  background-color: #fff;
  width: calc(50% + 720px);
  padding-right: 80px;
  padding-left: calc(50% - 720px);
  border-radius: 0 0 5px 0;
  width: 90%;
}

/* faq */
.index_faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}

.index_faq .ll {
  width: 46.7%;
}

.index_faq .ll .img {
  padding-top: 77.12%;
}

.index_faq .ll .img img {
  object-fit: contain;
}

.index_faq .rr {
  width: 49.1%;
}

.index_faq .index_title {
  margin-bottom: 20px;
}

.indedx_faq_list {
  margin-top: 40px;
}

.indedx_faq_list li {
  margin-bottom: 12px;
}

.indedx_faq_list li:last-child {
  margin-bottom: 0;
  cursor: pointer;
}

.indedx_faq_list li .qq {
  background-color: #f4f4f4;
  position: relative;
  font-size: 18px;
  padding: 15px 50px 15px 30px;
}

.indedx_faq_list li .qq::after {
  content: '+';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 34px;
  font-weight: bold;
}

.indedx_faq_list li .aa {
  padding: 20px 15px 24px 30px;
  font-family: 'Lato-Regular';
  line-height: 24px;
  display: none;
}

.indedx_faq_list li.active .qq::after {
  content: '-';
}

/* contact */
.index_contact {
  padding-top: 120px;
  padding-bottom: 60px;
}

.index_contact_bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 46px;
}

.ii_form_contact {
  width: 39.11%;
  background-color: #009440;
  border-radius: 2px;
  margin-top: -74px;
  padding: 30px
}

.contact_detail {
  padding-left: 60px;
}

.ii_form_contact .content-wrap .ch_form_wrap form {
  background-color: transparent;
}

.ii_form_contact .content-wrap .ch_form_wrap ul {
  padding: 0;
  overflow: hidden;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li {
  display: inline-block;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li .item_info {
  color: #fff;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li span {
  color: #ff0000;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_name {
  width: 48%;
  margin-right: 3%;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_phone {
  width: 48%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea {
  border-left: 0;
}

.content-wrap.form .ch_form_wrap ul textarea {
  height: 148px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
  background-color: #fff;
  color: #009440;
  height: 50px;
  font-size: 16px;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
  color: #fff;
}

.ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_submit {
  padding: 0;
}

.contact_detail {
  padding-top: 4%;
  color: #fff;
  padding-bottom: 4%;
}

.contact_detail .index_title span {
  color: #fff;
  line-height: 1.5;
}

.contact_detail .d4e {
  margin: 4% 0;
}

.contact_detail .contact_li {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 3%;
}

.contact_detail .contact_li .icon {
  margin-right: 10px;
}

.contact_detail .contact_li .icon {
  margin-right: 10px;
}

.contact_detail .contact_li .link {
  width: 100%;
}

.contact_detail .contact_li .link a {
  color: #fff;
  margin-right: 5%;
  margin-bottom: 10px;
  display: inline-block;
}

.contact_detail .contact_li .link a:hover {
  color: #009440;
  display: inline-block;
}

.customers_warp {
  background: url(../img/demo/customersbg.webp) no-repeat center/cover;
  background-attachment: fixed;
  padding: 5% 0 0;
  margin-top: 60px;
}

.customers_warp .layout {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.customers_warp .title_warp {
  color: #fff;
  width: 60%;
  text-align: left;
}

.customers_warp .layout {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.customers_warp .title_warp .title {
  font-size: 48px;
  margin-bottom: 2%;
  font-family: 'Lato-light';
  color: #fff;
}

.customers_warp .title_warp .title strong {
  font-size: 48px;
  margin-left: 2%;
  font-family: 'Lato-Regular';
}

.customers_warp .title_warp .desc {
  font-size: 18px;
  font-family: 'InknutAntiqua-Light';
  line-height: 2;
}

.customers_warp .text_warp .title_warp {
  width: 90%;
}

.customers_warp .customers_lists {
  margin-top: 3%;
  position: relative;
}

.customers_warp .customers_lists .swiper {
  width: 90%;
  margin: 0 auto;
}

.customers_warp .customers_lists .swiper-slide {
  display: flex;
  justify-content: start;
  align-items: center;
}

.customers_warp .customers_lists .swiper-slide .logo_img {
  width: 153px;
  height: 153px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 26px;
  transition: all .3s;
}

.customers_warp .customers_lists .swiper-slide .logo_img img {
  position: absolute;
}

.customers_warp .customers_lists .swiper-slide .logo_img:hover {
  transform: rotate(15deg);
}

.customers_warp .customers_lists .swiper-slide .desc {
  font-family: 'Lato-light';
  font-size: 16px;
}

.customers_warp .customers_lists .swiper-slide .title {
  font-family: 'Lato-Regular';
  font-size: 24px;
  color: #fff;
}

.customers_warp .customers_lists .swiper-slide .content {
  font-family: 'Lato-Regular';
  font-size: 16px;
  margin-top: 3%;
  color: #fff;
  line-height: 2;
  max-width: 95%;
}

.customers_warp .customers_lists .swiper-slide .content a {
  color: #3811c7;
}

.customers_warp .customers_lists .swiper-slide .content a:hover {
  text-decoration: underline;
}

.customers_warp .customers_lists .swiper-button-next {
  background-color: rgba(25, 25, 25, .29);
  color: #fff;
}

.customers_warp .customers_lists .partners-button-next:hover,
.customers_warp .customers_lists .partners-button-prev:hover {
  background-color: rgba(255, 247, 31, .29);
}

.customers_warp .customers_lists .partners-button-next:hover::after,
.customers_warp .customers_lists .partners-button-prev:hover::after {
  color: #fff;
}

.customers_warp .img_list {
  overflow: hidden;
  position: relative;
  margin-top: 3%;
}

.customers_warp .img_list .swiper-wrapper {}

.customers_warp .img_list .swiper-wrapper .item {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  flex-shrink: 0;
  height: 0;
}

.customers_warp .img_list .swiper-wrapper .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.new_warp {
  padding: 5% 0 6%;
  background-color: #fff;
}

.new_warp .title_warp {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.new_warp .title_warp .left {
  width: 55%;
  line-height: 2;
}

.new_warp .title_warp .left .title {
  font-size: 48px;
  color: #191919;
  font-family: 'Lato-Light';
}

.new_warp .title_warp .left .title::before {
  display: none;
}

.new_warp .title_warp .left .title strong {
  color: #009440;
  font-family: 'Lato-Bold';
  margin-left: .5em;
}

.new_warp .title_warp .left .desc {
  font-family: 'InknutAntiqua-Light';
  font-size: 18px;
}

.new_warp .title_warp .link {
  border-radius: 5px;
  border: 2px solid #009440;
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #009440;
  line-height: 2;
  padding: .4% 2.5%;
  transition: all .3s;
}

.new_warp .title_warp .link:hover {
  background-color: #009440;
  color: #fff;
}

.new_list {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.new_list .item {
  width: 32%;
}

.new_list .item .img_warp {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 65%;
}

.new_list .item .img_warp img:hover {
  transform: scale(1.1);
}

.new_list .item .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.new_list .item .text_warp {
  background-color: #F7F7F7;
  padding: 5%;
}

.new_list .item .text_warp .time {
  font-family: 'Lato-Light';
  font-size: 16px;
  color: #000;
  position: relative;
  padding-left: 16px;
}

.new_list .item .text_warp .time::before {
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: #009440;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.new_list .item .text_warp .title {
  font-family: 'Lato-Regular';
  font-size: 24px;
  color: #000000;
  line-height: 1.3;
  margin: 1% 0 2%;
  transition: all .3s;
}

.new_list .item .text_warp .title:hover {
  color: #009440;
}

.new_list .item .text_warp .desc {
  min-height: 10em;
  margin-top: 3%;
}

.help_warp {
  background-color: #F4F4F4;
  padding: 3% 0;
}

.help_warp .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help_warp .left {
  font-family: 'Lato-Light';
  color: #009440;
  font-size: 36px;
}

.help_warp .left strong {
  font-family: 'Lato-Bold';
}

.help_warp .link {
  font-family: 'Lato-Bold';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 2;
  background-color: #009440;
  padding: .4% 2%;
  border: 2px solid transparent;
  transition: all .3s;
}

.help_warp .link:hover {
  border-color: #009440;
  background-color: transparent;
  color: #009440;
}


/* .page .web_head{background-color: #2c2c2c;} */
.page .container {
  position: relative;
}


.ellipse {
  position: absolute;
  filter: blur(95px);
}

.ellipse1 {
  top: 34%;
  left: 0;
}

.ellipse2 {
  bottom: 5%;
  right: 0;
}

.ibanner {
  position: relative;
  width: 100%;
  padding-bottom: 25%;
}

.ibanner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibanner .layout {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 30px;
  color: #fff;
}

.ibanner .layout::before {
  width: 20px;
  max-height: 140px;
  min-height: 100%;
  background-color: #009440;
  left: 0;
  top: 6%;
  content: ' ';
  display: inline-block;
  position: absolute;
}

.ibanner .layout .title {
  font-size: clamp(16px, 2.5vw, 40px);
  max-width: 70%;
  line-height: 1.3;
  color: #fff;
  position: static;
  transform: none;
}

.navigation {
  position: absolute;
  bottom: 5%;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 30px;
}

.navigation li::after {
  content: ">";
  color: #fff;
  padding: 0 10px;
}

.navigation a {
  color: #fff;
  text-transform: capitalize;
}

.navigation a:hover {
  color: #42C97C !important;
}

.navigation li:last-child:after {
  display: none;
}

.navigation li:last-child a {
  color: #42C97C !important;
}

.faqList {
  padding: 3% 0;
  position: relative;
  overflow: visible;
}

.faqList .left {
  position: sticky;
  top: 90px;
}

.title {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #333;
  font-size: 48px;
  font-weight: bold;
}

.title .right_line {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 15px;
  height: 46px;
}

.title .right_line::before {
  width: 70px;
  height: 3px;
  content: ' ';
  display: inline-block;
  background-color: #009440;
}

.title .right_line::after {
  width: 106px;
  height: 3px;
  content: ' ';
  display: inline-block;
  background-color: #009440;
}

.title .left_line {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 15px;
  height: 46px;
  align-items: end;
}

.title .h1 {
  font-size: 48px;
}

.title .left_line::before {
  width: 70px;
  height: 3px;
  content: ' ';
  display: inline-block;
  background-color: #009440;
}

.title .left_line::after {
  width: 106px;
  height: 3px;
  content: ' ';
  display: inline-block;
  background-color: #009440;
}

.faqList .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 2%;
}

.faqList .content .list {
  width: 78%;
  margin-right: 2%;
}

.faqList .content .list li {
  margin-bottom: 16px;
}

.faqList .content .list li.active .answer {
  display: block !important;
}

.faqList .content .list li .ask {
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 0 50px 0px 0px;
  cursor: pointer;
}

.faqList .content .list li .ask::before {
  flex-shrink: 0;
  width: 64px;
  padding-bottom: 64px;
  max-width: 64px;
  background: url(../img/ask.webp) no-repeat center/cover;
  display: inline-block;
  content: ' ';
  margin-right: 10px;
}

.faqList .content .list li .ask::after {
  content: '\e61b';
  font-family: 'iconfont';
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.faqList .content .list li .answer {
  font-family: 'Arial-Regular';
  font-size: 16px;
  color: #666666;
  padding: 18px 0px 18px 74px;
  display: none;
}

.faqList .content .list li .ask::after {
  content: '\e61b';
  font-family: 'iconfont';
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  display: inline-block;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqList .content .list li.active .ask::after {
  transform: translateY(-50%) rotate(90deg);
}

.faqList .content .list li .ask::after {
  content: '\e61b';
  font-family: 'iconfont';
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  display: inline-block;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqList .content .right_nav {
  width: 20%;
}

.nvm_warp .h2 {
  background-color: #009440;
  color: #fff;
  font-size: 24px;
  padding: 4px 10px;
}

.nvm_warp .h2 a {
  background-color: #009440;
  color: #fff;
  font-size: 24px;
  padding: 4px 10px;
}

.nvm_warp {
  margin-bottom: 24px;
}

.nvm_warp li {
  background-color: #fff;
}

.nvm_warp li a {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #DEDEDE;
}

@media (max-width:1200px) {
  .nvm_warp li a {
    padding-right: 20px;
  }
}

.nvm_warp .nvm_list li ul {
  display: none;
}

.nvm_warp .nvm_list li a {
  position: relative;
}

.nvm_warp .nvm_list li a:hover {
  color: #009440;
}

.nvm_warp .nvm_list li.active>a,
.nvm_warp .nvm_list li.nav-current>a {
  color: #009440;
}

.nvm_warp .nvm_list li.active ul,
.nvm_warp .nvm_list li.nav-current ul {
  display: block;
}

.nvm_warp .nvm_list li b {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.nvm_warp .nvm_list li b::after {
  content: '\e61b';
  font-family: 'iconfont';
  font-size: 20px;
  transition: all .3s;
  transition: all .3s;
}

.nvm_warp .nvm_list li.active>a>b,
.nvm_warp .nvm_list li.nav-current>a>b {
  transform: translateY(-50%) rotate(90deg);
}

/* .nvm_warp .nvm_list li.nav-current ul{
  display: block;
} */
.nvm_warp .nvm_list li ul {
  padding-left: 10px;
}

.products_warp .title {
  justify-content: center;
  text-align: center;
}

.products_warp .title_warp .desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 30px;
}

.product_contenr {
  display: flex;
  justify-content: start;
  align-items: start;
}

.product_contenr .product_item {
  width: 32%;
  margin-right: 1.3%;
}

.product_contenr .product_item .img_warp {
  position: relative;
  padding-bottom: 95%;
  overflow: hidden;
}

.product_contenr .product_item .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.product_contenr .product_item:hover img {
  transform: scale(1.1);
}

.product_contenr .product_item .info_warp {
  background-color: #fff;
  padding: 3% 4%;
  text-align: left;
}

.product_contenr .info_warp .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  justify-content: start;
  margin-bottom: 12px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: start;
}

.product_contenr .info_warp .title:hover {
  color: #009440;
}

.product_contenr .info_warp .desc {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_warp {
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
}

.news_warp .title {
  justify-content: center;
}

.news_warp .title_warp .desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 30px;
}

.news_contenr {
  margin-top: 3%;
  flex-direction: column;
}

.news_contenr .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
  height: 912px;

}

.news_warp .news-button-prev {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-image: url(../img/index/pro_prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  top: 53%;
  left: 8%;
  z-index: 999;
}

.news_warp .news-button-prev:hover {
  background-image: url(../img/pro_perv_hover.png);
}

.news_warp .news-button-next {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-image: url(../img/index/pro_next.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  top: 53%;
  right: 8%;
  z-index: 999;

}

.news_warp .news-button-next:hover {
  background-image: url(../img/pro_next_hover.png);
}

.news_contenr .news_item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 60px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news_contenr .news_item:nth-child(n) {
  flex-direction: row-reverse;
}

.news_contenr .news_item:nth-child(2n) {
  flex-direction: row;
}

.news_contenr .news_item .img_warp {
  width: 74%;
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}

.wbox_box>.img_warp {
  width: 122% !important;
  padding-bottom: 25% !important;
  position: relative;
  overflow: hidden;
}

.news_contenr .news_item .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.news_contenr .news_item .img_warp:hover img {
  transform: scale(1.1);
}

.news_contenr .news_item .info_warp {
  padding: 0 5% 4% 8%;
  position: relative;
  text-align: left;
}

.news_contenr .news_item .info_warp::before {
  content: ' ';
  height: 20%;
  width: 16px;
  background-color: #009440;
  display: block;
  position: absolute;
  left: 6%;
  top: 4%;
  min-height: 106px;
}

.news_contenr .news_item .info_warp .title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 10px;
  justify-content: start;
}

.news_contenr .news_item .info_warp .link {
  border: 2px solid transparent;
  transition: all .3s;
  display: flex;
  width: 152px;
  height: 48px;
  margin-top: 4%;
  border-radius: 0 24px 0;
  background-color: #009440;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.news_contenr .news_item .info_warp .link:hover {
  background-color: #fff;
  color: #009440;
  border: 2px solid #009440;
}

/*case-list*/
.case-list {
  margin-bottom: 5%;
}

.case-list .title_warp>.title {
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.case-list .case_warp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
}

.case-list .case-item {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
  margin-bottom: 5%;
}

.case-list .case-item:nth-child(n) {
  flex-direction: row-reverse;
  width: 100%;
}

.case-list .case-item:nth-child(2n) {
  flex-direction: revert;
}

.case-list .case-item:nth-child(n) .info_warp {
  margin-right: -10%;
}

.case-list .case-item:nth-child(2n) .info_warp {
  margin-left: -10%;
}

.case-list .case-item .img_warp {
  position: relative;
  width: 50%;
  padding-bottom: 39%;
  flex-shrink: 0;
  overflow: hidden;
}

.case-list .case-item .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.case-list .case-item .img_warp img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.case-list .case-item .info_warp {
  width: 60%;
  flex-shrink: 0;
  background-color: #E9F8EF;
  padding: 4% 4% 200px;
  position: relative;
  z-index: 2;
  margin-bottom: -10%;
}

.case-list .case-item .info_warp .title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.case-list .case-item .info_warp .title::before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100px;
  height: 4px;
  background-color: #009440;
}

.case-list .case-item .info_warp .title:hover {
  text-decoration: none !important;
  color: #009440;
}

.case-list .case-item .info_warp .desc {
  margin-top: 5%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.case-list .case-item .info_warp .number {
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-weight: bold;
  font-size: 128px;
  color: #666666;
}



/*new-list*/
.news-list {
  margin-bottom: 5%;
  position: relative;
  z-index: 98;
}

.news-list .title {
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.news-list .news_warp {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}

.news-list .new-item {
  width: 32%;
  margin-right: 1.3%;
  margin-bottom: 30px;
}

.news-list .new-item:nth-child(3n) {
  margin-right: 0;
}

.news-list .new-item .img_warp {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}

.news-list .new-item .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.news-list .new-item .info_warp {
  background-color: #fff;
  padding: 4%;
}

.news-list .new-item .info_warp .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 0;
  line-height: 1.2;
  height: 4em;
  text-align: left;
  justify-content: flex-start;
}

.news-list .new-item .info_warp .time {
  margin: 8px 0;
  font-size: 16px;
  color: #666666;
}

.news-list .new-item .info_warp a {
  font-weight: bold;
  font-size: 16px;
  color: #009440;
  transition: all .3s;
}

.news-list .new-item .info_warp a:hover {
  color: #009440;
  text-decoration: underline;
}

.news-list .new-item:hover img {
  transform: scale(1.1);
}

.news-list .news_warp {
  margin-bottom: 0;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul li.active span {
  color: #FFF;
  background: #009440;
  border-color: #009440;
}

.pagination a,
.pagination span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 0 0 0 8px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
}

/*news-detail*/
.new-details {
  margin-top: 3%;
  margin-bottom: 5%;
}

.new-details>.layout {
  display: flex;
  justify-content: start;
}

.new-details .left {
  width: 20%;
  margin-right: 5%;
}

.new-details .right {
  width: 75% !important;
}

.new-details .right .h1 {
  line-height: 1;
  margin-bottom: 30px;
}

.new-details .content {
  margin-top: 2%;
}

.new-details .article_title {
  font-weight: bold;
  font-size: 20px;
  color: #009440;
}

.new-details .div_warp {
  display: flex;
  justify-content: start;
  margin: 10px 0%;
  align-items: center;
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new-details .div_warp .share {
  margin-left: 5%;
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new-details .div_warp .share a:nth-child(1) {}

.details_warp {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.details_warp img {
  max-width: 100%;
  height: auto;
}

.nav_warp {
  display: flex;
  width: 100%;
  padding: 0 5%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
  margin-top: 3%;
}


.nav_warp>div {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 50%;
}

.nav_warp .prev .prev_btn {
  content: ' ';
  display: inline-block;
  background: #333333;
  border-radius: 4px 4px 4px 4px;
  width: 137px;
  height: 48px;
  margin-right: 15px;
  flex-shrink: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-transform: capitalize;
  cursor: pointer;
}

.nav_warp .prev .prev_btn b {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/demo/prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav_warp .next .next_btn {
  content: ' ';
  display: inline-block;
  background: #333333;
  border-radius: 4px 4px 4px 4px;
  width: 137px;
  height: 48px;
  margin-right: 15px;
  flex-shrink: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-transform: capitalize;
  cursor: pointer;
  margin-left: 15px;
}

.nav_warp .next .next_btn b {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/demo/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav_warp .prev .prev_btn:hover {
  background-color: #009440;
}

.nav_warp .next .next_btn:hover {
  background-color: #009440;
}

.nav_warp>div:hover::before {
  color: #009440;
}

.nav_warp>div:hover::after {
  color: #009440;
}

@media (max-width:1100px) {
  .nav_warp {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav_warp>div {
    max-width: none;
  }

  .nav_warp .next .next_btn {
    order: 1 !important;
    margin-top: 20px;
  }
}

/*contact US*/
.ibanner h1 {
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact_warp .layout {
  position: relative;
  z-index: 1;
}

.contact_warp .layout>.title {
  font-size: 20px;
  color: #333333;
  margin-top: 2%;
  margin-bottom: 2%;
}

.contact_warp .form_warp {
  background-color: #333333;
  padding: 4% 3% 10% 3%;
  display: flex;
  justify-content: space-between;
  ;
  color: #fff;
}

.contact_warp .form_warp a {
  color: #FFF;
}

.contact_warp .form_warp a:hover {
  color: #009440;
}

.contact_warp .form_warp .left {
  width: 37%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact_warp .form_warp .left .item {
  display: flex;
  justify-content: start;
}

.contact_warp .left .l {
  width: 130px;
  height: 130px;
  background-color: #009440;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 26px;
}

.contact_warp .left .l img {
  width: 62%;
  height: auto;
}

.contact_warp .left .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2% 0;
}

.contact_warp .form_warp .left .item:first-child .r {
  justify-content: flex-start;
}

.contact_warp .form_warp .left .item:first-child .title {
  margin-bottom: 30px;
}

.contact_warp .left .r .title {
  font-size: 20px;
  color: #FFFFFF;
}

.contact_warp .right {
  width: 60%;
}

.contact_warp .right li input {
  width: 100%;
  height: 66px;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 40px;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0 3%;
}

.contact_warp .right li textarea {
  min-height: 120px;
  width: 100%;
  max-height: 180px;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 40px;
  font-size: 20px;
  color: #FFFFFF;
  padding: 1% 3%;
}

.contact_warp .right input::placeholder,
.contact_warp .right textarea::placeholder {
  color: #fff;
}

.contact_warp .right li .submit_btn {
  background-color: #009440;
  border: 2px solid #009440;
  font-weight: bold;
  transition: all 0.5s ease;
}

.contact_warp .right li .submit_btn:hover {
  color: #009440;
  background: transparent;
}

.contact_warp .map {
  margin-top: 1%;
}

/*product-page*/
.container .banne_warp .navigation {
  position: relative;
  width: 100%;
  padding: 1% 0;
}

.container .banne_warp .navigation a {
  color: #333333;
}

.container .banne_warp .navigation li::after {
  color: #333;
}

.container .page_warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 1680px;
}

.container .new-details .left {
  width: 57%;
  margin-right: 5%;
}

.container .new-details .left .sidebar_warp {
  position: sticky;
  top: 90px;
}

.container .new-details .left .title {
  font-weight: lighter;
  font-size: 48px;
  color: #333333;
  position: relative;
  padding-bottom: 4px;
}

.container .new-details .left .title::before {
  left: 0;
  bottom: 0;
  width: 10%;
  height: 4px;
  background-color: #000000;
  content: ' ';
  position: absolute;
}

.container .new-details .left .desc {
  font-weight: 400;
  font-size: 16px;
  color: #191919;
  line-height: 1.9;
  margin-top: 3%;
}

.container .left .button_warp {
  margin-top: 10%;
  display: flex;
  justify-content: flex-start;
}

.container .left .button_warp a {
  display: block;
  width: 44%;
}

.container .left .button_warp .pdf {
  border-radius: 68px 68px 68px 68px;
  border: 2px solid #009440;
  padding: 5px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #009440;
  text-align: left;
  font-style: normal;
  text-transform: none;
  max-width: 230px;
}

.container .left .button_warp .pdf b {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../img/inbox-in.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.container .left .button_warp .pdf:hover {
  background-color: #009440;
  color: #FFFFFF;
}

.container .left .button_warp .pdf:hover b {
  background-image: url(../img/inbox-in_hover.png);
}

.container .left .button_warp .quote {
  padding: 5px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #009440;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border: 2px solid #009440;
  border-radius: 68px 68px 68px 68px;
  margin-left: 5%;
  max-width: 230px;
}

.container .left .button_warp .quote b {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../img/Message_hover.png);

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.container .left .button_warp .quote:hover {
  background: #009440;
  color: #FFFFFF;

}

.container .left .button_warp .quote:hover b {
  background-image: url(../img/Message.png);
}

.container .right {
  width: 55%;
  position: relative;
  flex-shrink: 0;
  padding: 5px 25px;
  font-family: 'DIN-Alternate-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
}

@media (max-width:950px) {
  .container .right {
    padding: 5px 0;
  }
  .nav_warp .next .next_btn{
    margin-left: 0;
  }
}

.container .right .img_warp {
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;

}

.container .right .img_warp img {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;

}

.container .right .img_warp:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.product-page .product_warp {
  margin-top: 5%;
}

.product-page .product_warp .title {
  justify-content: center;
  text-align: center;
}

.product-page .product_warp .news_item {
  background-color: transparent;
  margin-bottom: 0;
}

.product-page .product_warp .news_item:nth-child(n) {
  flex-direction: revert;
}

.product-page .product_warp .news_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.product-page .product_warp .news_item .img_warp {
  width: 50%;
}

.product-page .product_warp .news_item .info_warp {
  width: 50%;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.product-page .product_warp .news_item .info_warp::before {
  display: none;
}

.product-page .product_warp .news_item .info_warp .title {
  position: relative;
  padding-bottom: 15px;
  justify-content: center;
}

.product-page .product_warp .news_item .info_warp .title::before {
  content: ' ';
  height: 5px;
  width: 15%;
  background-color: #009440;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7.5%;
}

.product-page .product_warp .news_item .info_warp .desc {
  margin: 2% 0 5%;
  color: #666;
}

.product-page .product_warp .news_item .info_warp .link {
  background-image: none;
  background-color: #009440;
  color: #fff;
  padding: 2% 4%;
  margin: 0 auto;
  border: 2px solid transparent;
  transition: all .3s;
  border-radius: 0;
  font-size: 16PX;
}

.product-page .product_warp .news_item .info_warp .link:hover {
  border-color: #009440;
  background-color: transparent;
  color: #009440;
}

.topic_warp {
  margin: 0% 0 0;
  margin-top: 5%;
}

.topic_warp .title {
  justify-content: center;
  margin-bottom: 2%;
}

.topic_warp .title .h {
  font-size: 48px;
}

.topic_warp .desc {
  text-align: left;
}

.topic_contenr {
  display: flex;
  align-items: start;
  /* margin-top: 3%;/* position: relative; */
  /* z-index: 1; */
  /* flex-wrap: wrap; */
  /* flex-direction: row; */
}

.topic_contenr .topic_item {
  width: 31%;
  background-color: #fff;
  padding: 3% 3% 5%;
  margin-bottom: 20px;
  margin: 1.1%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.topic_contenr .topic_item .img_warp {
  position: relative;
  width: 120px;
  height: 120px;
  background: rgba(93, 93, 93, 0.05);
  border-radius: 72px 72px 72px 72px;

}

.topic_contenr .topic_item .img_warp img {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  object-fit: contain;
  transition: all .3s;
}

.topic_contenr .topic_item .img_warp:hover img {
  transform: rotate(15deg);
}

.topic_contenr .topic_item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  /* justify-content: start; */
  margin: 10% 0 3%;
  width: 100%;
  text-align: left;
  display: block;
  height: 60px;
  overflow: hidden;
}

.topic_contenr .topic_item .desc {
  color: #666;
  line-height: 1.5em;
  height: 6em;
  text-align: left !important;
  overflow: hidden;

}

.topic_contenr .topic_item .number {
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  text-align: center;
  margin-top: 5%;
}

.container .banne_warp {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.product-page .ellipse1 {
  top: 14%;
}

.product-page .ellipse2 {
  bottom: auto;
  top: -4%;
  transform: rotate(90deg);
  right: 11%;
}

.product-page .ellipse3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11%;
  filter: none;
}

.product-page .ellipse4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
  filter: none;
}

/*contents*/
.contents .left {
  width: 20%;
}

.contents .right {
  width: 75%;
}

.contents .ellipse3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  filter: none;
}

.contents .right .desc {
  margin-top: 3%;
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.contents .right .desc a {
  color: #009440;
}

.contents .right .desc a:hover {
  text-decoration: underline;
}

.contents .contents_warp {
  margin-top: 5%;
  flex-direction: column;
}

.contents .contents_warp .contents_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}

.contents .contents_warp .img_warp {
  width: 48%;
  position: relative;
  padding-bottom: 37%;
}

.geing .contents_warp .img_warp {
  width: 48% !important;
  position: relative;
  padding-bottom: 48% !important;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.contents .contents_warp .img_warp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents .contents_warp .img_warp:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  z-index: 20;
}

.contents .contents_warp .info_warp {
  width: 50%;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents .contents_warp .info_warp .title {
  position: relative;
  padding-bottom: 15px;
  justify-content: center;
  font-size: 20px;
}

.contents .contents_warp .info_warp .title::before {
  content: ' ';
  height: 5px;
  width: 100%;
  background-color: #009440;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contents .contents_warp .info_warp .desc {
  margin: 2% 0 5%;
  color: #666;
}

.contents .contents_warp .info_warp .link {
  background-image: none;
  background-color: #009440;
  color: #fff;
  padding: 2% 4%;
  margin: 0 auto;
  border: 2px solid transparent;
  transition: all .3s;
}

.contents .contents_warp .info_warp .link:hover {
  border-color: #009440;
  background-color: transparent;
  color: #009440;
}

/*products*/
.product-details .ellipse1 {
  position: absolute;
  left: 0%;
  ;
  top: 8%;
  filter: none;
}

.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.product-view {
  width: 41.6%;
}

.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.product-view .image-additional-wrap {
  width: calc(100% - 50px);
  margin: 20px auto 0;
}

.product-view img {
  position: relative !important;
  height: auto !important;
}

.product-summary {
  width: 53%;
  padding: 10px 0;
}

.product-summary .title {
  font-size: 30px;
  line-height: 1.5 !important;
}

.product-view .swiper-pagination {
  display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  width: 20px;
  height: 70%;
  position: absolute;
  background-color: #333;
  color: #fff;
  opacity: 1;
  display: flex;
  cursor: pointer;
  ;
  justify-content: center;
  align-items: center;
  top: 48px;
}
.product-view .swiper-button-prev:after, .product-view .swiper-button-next:after{
  content: '' !important;
}
@media (max-width:950px) {

  .product-view .swiper-button-next,
  .product-view .swiper-button-prev {
    top: 25%;
  }
}

.product-view .swiper-button-next {
  right: -25px;
}

.product-view .swiper-button-prev {
  left: -25px;
}

.product-view .swiper-button-next::before {
  content: '\e61b';
  font-family: 'iconfont';
}

.product-view .swiper-button-prev::before {
  content: '\e61f';
  font-family: 'iconfont';
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
  background-color: #009440;
}

.product-summary .product-btn-wrap {
  margin-top: 5%;
}

.product-summary .pdf {
  padding: 0% 2%;
  background-color: #333;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: all .3s;
  text-transform: uppercase;
  font-size: 18px;
}

.product-summary .pdf::before {
  content: '\e626';
  font-family: 'iconfont';
  font-size: 27px;
  margin-right: 10px;
}

.product-summary .pdf:hover {
  background: #fff;
  color: #333;
  border-color: #333;
}

.tab-panel-content p {
  font-family: 'Arial-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.entry {
  margin-top: 5%;
}

.entry .title {
  margin-bottom: 3%;
}

.entry table {
  width: 100%;
  margin-top: 20px;
}

.entry table th {
  padding: 14px 0;
}

.entry table tr:nth-child(n) {
  background-color: #333333;
  color: #fff;
}

.entry table tr:nth-child(2n) {
  background-color: #fff;
  color: #333;
}

.products_form {
  background-color: #333333;
  padding: 3% 0 5%;
  margin-bottom: 5%;
}

.products_form .title {
  color: #fff;
  justify-content: center;
  text-align: left;
}

.products_form .forem_warp {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

.products_form .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  margin-right: 2%;
}

.products_form .right {
  width: 100%;
  height: 50%;
}

.products_form .left .item {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 2%;
}

.products_form .left .img_warp {
  width: 20%;
  max-width: 80px;
  min-width: 80px;
}

.products_form .left .text_warp {
  margin-left: 16px;
}

.products_form .left .title {
  color: #fff;
  font-size: 20px;
  color: #FFFFFF;
  justify-content: start;
}

.products_form .left .title::before {
  display: none;
}

.products_form .left .desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0;
}
@media (max-width:1100px) {
  .products_form .left .desc{
    height: 78px;
    overflow: auto;
  }
}
@media (max-width:950px) {
  .products_form .left .desc{
    height: auto;
    overflow: auto;
  }
}
.products_form .right {
  width: 55%;
  position: relative;
  flex-shrink: 0;
}

.products_form .right {
  background-color: #fff;
  position: relative;
}

.products_form .right::before {
  width: 100%;
  height: 8px;
  background-color: #009440;
  left: 0;
  top: 0;
  content: ' ';
  display: block;
}

.products_form .right form {
  padding: 6% 4%;
}

.products_form .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products_form .right input {
  width: 100%;
  border: 0;
  background-color: #FCF1DC;
  padding: 15px 10px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
  height: 70px;
}

.products_form .right textarea {
  width: 100%;
  border: 0;
  background-color: #FCF1DC;
  font-size: 16px;
  color: #666666;
  padding: 15px 10px;
  height: 200px;
}

.products_form .right .item {
  width: 100%;
}

.products_form .right .item_name,
.products_form .right .item_phone {
  width: 48%;
}

.products_form .item_submit {
  margin-top: 3%;
}

.products_form .right .submit_btn {
  border: 2px solid #009440;
  background-color: #009440;
  color: #fff;
  padding: 0;
  height: auto;
  padding: 1.5% 2%;
  max-width: 150px;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.products_form .right .submit_btn:hover {
  color: #009440;
  background: #FFFFFF;
}

/*aboutus*/
.about_us .ellipse2 {
  bottom: 22%;
}

.about_us .ibanner .layout .title {
  max-width: 100%;
  justify-content: center;
  font-size: 60px;
  font-family: Roboto-Bold;
}

.about_us .ibanner .layout::before {
  display: none;
}

.about_us .container .left {
  width: 58%;
  margin-right: 2%;
}

.about_us .container .right {
  width: 38%;
  margin-right: 2%;
}

.about_us .company_profile {
  margin-top: 3%;
}

.about_us .container .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.about_us .container .top .l {
  width: 50%;
  position: relative;
  padding-top: 64%;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.about_us .container .top .l img,
.about_us .container .top .r img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.about_us .container .top .r {
  width: 48%;
  margin-left: 2%;

}

.about_us .container .top .l:hover img,
.about_us .container .top .r .img_warp:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  z-index: 20;
}

.about_us .container .top .r .img_warp {
  width: 100%;
  margin-bottom: 7%;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.about_us .container .left .title::before {
  display: none;
}

.about_us .container .left .desc {
  margin-top: 2%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.9;
  margin-top: 1%;
}

.about_us .container .bottom p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.9;
  margin-top: 1%;
}

.about_us .advantages .title {
  margin-top: 3%;
  justify-content: center;
  text-align: center;
}

.about_us .advantages_warp {
  margin-top: 3%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
}

.about_us .advantages_item {
  background-color: #fff;
  padding: 2%;
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.about_us .advantages_item:nth-child(2n) {
  margin-right: 0;
}

.about_us .advantages_item .img_warp {
  width: 20%;
  max-width: 64px;
  margin-right: 15px;
}

.about_us .advantages_item .info_warp {
  width: 80%;
}

.about_us .advantages_item .info_warp .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  justify-content: start;
  margin-top: 0;
  margin-bottom: 10px;
}

.about_us .advantages_item .info_warp .desc {
  font-weight: 400;
  font-size: 16px;
  color: #86909C;
}

.about_us .certificate {
  margin-top: 3%;
}

.about_us .certificate .title {
  justify-content: center;
}

.about_us .certificate .desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin: 2% auto 3%;
}

.certificate_warp {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5%;
}

.certificate_warp .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.certificate_warp .swiper-slide img {
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.certificate_warp .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.certificate_warp .swiper-button-next,
.certificate_warp .swiper-button-prev {
  cursor: pointer;
  ;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.certificate_warp .swiper-button-next {
  right: 0;
}

.certificate_warp .swiper-button-prev {
  left: 0;
}

.certificate_warp .swiper-button-next:hover,
.certificate_warp .swiper-button-prev:hover {
  background-color: #009440;
}

.certificate_warp .swiper-button-next::before {
  content: '\e61b';
  font-family: 'iconfont';
}

.certificate_warp .swiper-button-prev::before {
  content: '\e61f';
  font-family: 'iconfont';
}

.about_us .ellipse3 {
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  filter: none;
}

/*pdf-list*/
.pdf_list {
  margin-top: 3%;
  position: relative;
  z-index: 98;
  overflow: visible;
}

.pdf_list .left {
  position: sticky;
  top: 90px;

}

.pdf_list .title {
  justify-content: center;
}

.pdf_list .content .list {
  width: 78%;
  margin-right: 2%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.pdf_list .content .right_nav {
  width: 20%;
}

.pdf_list .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 2%;
  position: relative;
}

.pdf_list .content .list {
  width: 78%;
  margin-right: 2%;
}

.pdf_list .pdf_item {
  width: 31%;
  margin-right: 3.5%;
  background-color: #fff;
  padding: 3% 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5%;
}

.pdf_list .pdf_item:nth-child(3n) {
  margin-right: 0;
}

.pdf_list .pdf_item .desc {
  text-align: center;
  margin: 3% 0 6%;
}

.pdf_list .pdf_item .button_warp {
  display: flex;
  justify-content: space-around;
  align-items: start;
  width: 100%;
}

.pdf_list .pdf_item .button_warp a {
  transition: all 0.5s ease;
}

.pdf_list .pdf_item .button_warp a:hover {
  background: #009440;
}

.video_list {
  margin-top: 3%;
  position: relative;
  overflow: visible;

}

.video_list .left {
  position: sticky;
  top: 90px;
}

.video_list .content .list {
  width: 78%;
  margin-right: 2%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.video_list .content .right_nav {
  width: 20%;
}

.video_list .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 2%;
}

.video_list .content .list {
  width: 78%;
  margin-right: 2%;
}

.video_list .video_item {
  width: 32%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5%;
}

.video_list .video_item:nth-child(3n) {
  margin-right: 0;
}

.video_list .img_warp {
  position: relative;
  padding-bottom: 70%;
  width: 100%;
  overflow: hidden;
}

.video_list .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.video_list .img_warp .play {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/demo/Group_433.webp) no-repeat center/cover;
}

.video_list .smtitle {
  padding: 2%;
  height: 72px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  display: block;
}

.video_list .video_item:hover img {
  transform: scale(1.1);
}

.video_list .smtitle:hover {
  color: #009440;
}

/*video*/
.video_warp {
  width: 100%;
  height: auto;
  margin-top: 2%;
  position: relative;
  padding-bottom: 46%;
}

.video_warp video {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position: cover;
}

.video_warp iframe {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: cover;
  position: absolute;
}

.video-text-warp {
  margin-top: 2%;
}

.video-text-warp p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  padding: 4px 0;
}

.phone-banner {
  display: none;
}

.video_warp {
  margin-top: 5%;
}

.video_warp .layout {
  display: block;
}

.video_warp .title_warp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video_warp .title_warp .desc {
  margin-top: 2%;
  text-align: center;
}

.video_warp .video_contenr {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}

.video_warp .video_item {
  width: 32%;
  margin: 3% 1.9% 0% 0;
}



.video_warp .video_item:nth-child(3n) {
  margin-right: 0;
}

.video_warp .video_item .iframe {
  padding-bottom: 50%;
  position: relative;
  padding-bottom: 56%;
}

.video_warp .video_item .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iframe .ytp-large-play-button svg {
  display: none;
}

.video_warp .video_item .video_title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding: 2% 0;
  display: block;
  text-align: center;
}

.video_warp .video_item .play {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/demo/Group_433.webp) no-repeat center/cover;
}

.ytp-large-play-button {
  background: url(../img/demo/Group_433.webp) no-repeat center/cover !important;
}


.page-header {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 1px;
  margin-top: 60px;
}

.page-header::before {
  content: '';
  width: 93px;
  margin: 0 auto;
  height: 3px;
  background: #009440;
  position: absolute;
  left: calc(50% - 4%);
  bottom: 0;
}

.Say {
  background: url(./template/img/say_bg.webp) no-repeat center bottom/cover;
  padding-bottom: 80px;
}

.say_wapr {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.say_wapr .say_item {
  padding: 2%;
  width: 46%;
}

.say_wapr .top {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

.container .say_wapr .img_warp {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30%;
  width: 30%;
}

.say_wapr .img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.say_wapr .top .text {
  padding-left: 3%;
}

.say_wapr .top .text .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  padding-bottom: 10px;
}

.say_wapr .top .text .desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.say_wapr .content {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.say_wapr .say_item:hover {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #009440;
}

.say_wapr .say_item:hover .text .title {
  color: #fff;
}

.say_wapr .say_item:hover .text .desc {
  color: #fff;
}

.say_wapr .say_item:hover .content {
  color: #fff;
}


.new_details .title .h1 {
  line-height: 1.3;
  font-size: 30px;
}

.article .new-details .right {
  width: 75%;
}

.share {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 3% 0;
}

.share .span {
  margin-right: 15px;
  font-size: 14px;
  color: #666666;
}

.container .form_warp .left .title::before {
  display: none;
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul input,
.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul textarea {
  border-left: 3px solid #ff6f00;
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
  background-color: #009440;
  color: #fff;
  border-left: none;
}

.customers_lists .swiper-pagination {
  display: none;
}

.index_partners_phone {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .footer .content_warp .conteact {
    width: 25%;
  }

  .footer .content_warp .item {
    margin-right: 5%;
  }

  .ibanner .layout .title {
    max-width: 90%;
  }

  .certificate_warp {
    width: 70%;
  }
}

@media only screen and (max-width: 1360px) {
  .sidebar {
    display: none;
  }

  .white_back2,
  .white_back {
    width: 100%;
    padding-right: 4%;
  }

  .white_back2 {
    padding-right: 0;
  }

  .number_list li {
    padding: 0 5%;
  }

  .number_list li .number,
  .customers_warp .title_warp .title,
  .new_warp .title_warp .left .title,
  .index_title,
  .help_warp .left {
    font-size: 30px;
  }

  .index_products_lists li .title a {
    font-size: 18px;
  }

  .index_tt_detail,
  .customers_warp .title_warp .desc,
  .new_warp .title_warp .left .desc {
    font-size: 16px;
  }

  .index_contact_bg {
    padding-bottom: 7%;
  }

  .ibanner .layout .title {
    font-size: 50px;
  }

  .certificate_warp {
    width: 80%;
  }

  .new_list .item .text_warp .desc {
    height: 15em;
  }

  .index_products_lists li .detail {
    height: 8em;
  }

  .new_list .item .text_warp .title {
    height: 4em;
  }
}

@media only screen and (max-width: 1200px) {
  .index_products_lists li .title a {
    height: 8em;
  }

  .nvm_warp .h2 a {
    padding: 4px 0;
  }

  .new_list .item .text_warp .desc {
    height: 17em;
  }

  .banner_icon .layout ul li {
    padding: 3% 3%;
  }

  .banner_icon .layout ul li .title {
    font-size: 20px;
  }

  .contact_detail {
    padding-left: 4%;
    width: 55%;
  }

  .ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_name {
    margin-right: 2%;
  }

  .customers_warp .customers_lists .swiper-slide .content {
    line-height: 1.6;
  }

  .container .left .title {
    font-size: 22px;
  }

  .faqList .content .right_nav {
    display: none;
  }

  .faqList .content .list {
    width: 100%;
    margin-right: 2%;
  }

  .pdf_list .content .right_nav {
    display: none;
  }

  .pdf_list .content .list {
    width: 100%;
    margin-right: 0;
  }

  .video_list .content .right_nav {
    display: none;
  }


  .case-list .case-item .info_warp {
    padding-bottom: 100px;
  }

  .case-list .case-item .info_warp .number {
    bottom: 0%;
    font-size: 80px;
  }
}

@media only screen and (max-width: 1024px) {

  .index_products_lists li .title a {
    font-size: 16px;
  }

  .certificate_warp {
    width: 100%;
  }

  .about_us .container .top {
    flex-direction: column;
  }

  .about_us .container .left {
    width: 100%;
    margin-right: 0;
  }

  .about_us .container .right {
    width: 100%;
    margin-top: 3%;
    margin-right: 0;
  }

  .about_us .advantages_item {
    width: 100%;
  }

  .about_us .advantages_item:nth-child(n) {
    margin-right: 0;
  }

  .new_list .item .text_warp .title {
    font-size: 18px;
  }

  .new_list .item .text_warp .desc {
    height: 19em;
  }

  .index_products_lists li .detail {
    height: 12em;
  }

  .nav_warp a.next::before {
    content: ' ';
    display: inline-block;
    background: url(../img/demo/Group_180.webp) no-repeat center/cover;
    width: 137px;
    height: 48px;
    margin-left: 15px;
    flex-shrink: 0;
  }

  .nav_warp a.next::after {
    display: none;
  }

  .nav_warp>div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2%;
    flex-direction: row !important;

  }

  .nav_warp>div>div {
    justify-content: flex-start !important;
  }
}

.mobile-head-items {
  display: none;
}

@media only screen and (max-width: 950px) {

  .video_warp .video_item {
    margin: 3% 1.9% 3% 0 !important;
  }

  .product-page .product_warp .news_item .img_warp {
    width: 100%;
    padding-bottom: 100% !important;
  }

  .product-page .product_warp .news_item .info_warp {
    width: 100%;
  }

  .container .right {
    width: 100%;
  }

  .about_us .certificate .title {
    text-align: center;
  }

  .nav_warp {
    flex-direction: column;
  }

  .ibanner .layout::before {

    opacity: 0;
  }

  .ibanner .layout .title {
    opacity: 0;
    font-size: 20px;
    padding-left: 30px;
  }

  .container .left .title {
    font-size: 20px !important;
  }

  .topic_warp .title .h {
    font-size: 22px;
  }

  .product-page .news_item .info_warp .link {
    width: auto;
    height: auto;
  }

  .topic_contenr .topic_item .desc {
    height: 8em;
  }

  .index_partners {
    padding: 10% 0%;
  }

  .white_back {
    margin-top: 0;
  }

  .customers_warp .customers_lists .swiper-slide .logo_img {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    border-radius: 50%;
    margin-right: 0;
  }

  .customers_warp .customers_lists .swiper {
    width: 95%;
  }

  .customers_warp .img_list {
    height: auto;
    padding-bottom: 5%;
  }

  .ibanner .layout::before {
    min-height: 100%;
  }

  .faqList .content .right_nav {
    display: none;
  }

  .faqList .content .list {
    width: 100%;
  }

  .title {
    font-size: 30px;
  }

  .index_contact_bg {
    padding-left: 0;
  }



  .index_products_lists li .title a {
    height: 6em;
    font-size: clamp(16px, 4.5vw, 30px);
  }

  .about_us .ibanner .layout .title {
    font-size: 25px;
  }

  .ibanner .layout {
    padding-left: 0;
  }

  .new-details .left {
    display: none;
  }

  .new-details .right {
    width: 100% !important;
  }

  .ibanner h1 {
    font-size: 30px;
  }

  .form_warp {
    flex-direction: column;
  }

  .form_warp .left {
    width: 100% !important;
    margin-bottom: 2%;
  }

  .contact_warp .form_warp .left .item {
    margin-bottom: 2%;
  }

  .form_warp .right {
    width: 100% !important;
    margin-bottom: 2%;
  }

  .container .page_warp {
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
  }

  .container .left {
    width: 100%;
    margin-right: 0;
  }

  .contact_warp .left .l {
    width: 70px;
    height: 70px;
  }

  .contact_warp .left .r {
    padding: 0;
  }

  .contact_warp .form_warp .left .item:first-child .title {
    margin-bottom: 10px;
  }

  .container .left .button_warp {
    margin-top: 5%;
    margin-bottom: 5%;
    justify-content: flex-start;
  }

  .container .left .button_warp .pdf {
    width: 48%;
    border-radius: 68px 68px 68px 68px;
    border: 2px solid #009440;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DIN-Alternate-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #009440;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 215px;
  }

  .container .left .button_warp .pdf b {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .container .left .button_warp .quote {
    width: 48%;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DIN-Alternate-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #009440;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: 2px solid #009440;
    border-radius: 68px 68px 68px 68px;
    margin-left: 5%;
    max-width: 215px;
  }

  .container .left .button_warp .quote b {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .container .left .button_warp a {
    width: 30%;
    padding-bottom: 8.5%;
  }

  .container .product_warp .news_item:nth-child(n) {
    flex-direction: column;
  }

  .news_contenr .news_item .img_warp {
    width: 100%;
  }

  .news_contenr .news_item .info_warp {
    width: 100%;
  }

  .topic_contenr {
    flex-direction: column;
    transform: inherit !important;
  }

  .topic_contenr .topic_item {
    width: 100%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .article .new-details .right {
    width: 100%;
  }

  .contents .contents_warp .contents_item {
    flex-direction: column;
  }

  .contents .contents_warp .img_warp {
    width: 100% !important;
    padding-bottom: 100% !important;
  }

  .contents .contents_warp .info_warp {
    width: 100%;
    margin-top: 3%;
  }

  .product-intro {
    flex-direction: column;
  }

  .product-image {
    display: none;
  }

  .product-view {
    width: 100%;
  }

  .product-summary {
    width: 100%;
  }

  .products_form .forem_warp {
    flex-direction: column;
  }

  .products_form .forem_warp .left {
    width: 100%;
    margin-bottom: 5%;
  }

  .products_form .forem_warp .right {
    width: 100%;
  }

  .pdf_list .pdf_item {
    width: 49%;
    margin-right: 2%;
    background-color: #fff;
    padding: 3% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
  }

  .pdf_list .pdf_item:nth-child(3n) {
    margin-right: 2%;
  }

  .pdf_list .pdf_item:nth-child(2n) {
    margin-right: 0%;
  }

  .video_list .content .list {
    width: 100% !important;
  }

  .video_list .video_item {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
  }

  .video_list .video_item:nth-child(3n) {
    margin-right: 2%;
  }

  .video_list .video_item:nth-child(2n) {
    margin-right: 0%;
  }

  /* }

@media only screen and (max-width: 750px) { */
  .phone-banner {
    display: block;
  }

  .pc-banner {
    display: none;
  }

  .phone-banner img {
    width: 100%;
    height: auto;
  }

  .banner_icon .layout ul {
    flex-direction: column;
  }

  .banner_icon .layout ul li {
    width: 100%;
    text-align: center;
  }

  .banner_icon .layout ul li::after {
    display: none;
  }

  .index_top_title .index_title {
    font-size: 36px;
  }

  .index_top .index_top_title .index_more_btn {
    display: none;
  }

  .index_top>.index_more_btn {
    display: inline-block;
    margin-top: 5%;
  }

  .index_products_lists {
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .index_products_lists li {
    width: 100%;
    margin-right: 0;
    padding: 3% 8% 8%;
  }

  .index_faq .ll {
    display: none;
  }

  .index_faq .index_title {
    font-size: 36px;
    line-height: 1.2;
  }

  .index_faq .rr {
    width: 95%;
    margin: 0 auto;
  }

  .ii_form_contact {
    width: 95%;
    margin: 0 auto;
    float: none;
  }

  .index_contact_bg {
    background: url(../img/demo/contact_phone_bg.webp) no-repeat center 300px/cover;
  }

  .index_contact {
    padding-top: 10%;
  }

  .contact_detail {
    width: 100%;
    padding: 0 4%;
    margin-top: 10%;
  }

  .white_back2 .index_title {
    font-size: 42px;
  }

  .contact_detail .d4e {
    font-size: 18px;
  }

  .contact_detail .contact_li .link a {
    font-size: 24px;
    display: block;
  }

  .index_contact {
    padding-bottom: 0;
  }

  .customers_warp {
    margin-top: 0;
  }

  .customers_warp .title_warp {
    width: 100%;
  }

  .customers_warp .title_warp .title {
    font-size: 36px;
    flex-wrap: wrap;
    line-height: 1.2;
  }

  .customers_warp .title_warp .desc {
    font-size: 18px;
  }

  .customers_warp .customers_lists .swiper-slide {
    flex-direction: column;
  }

  .customers_warp .customers_lists .swiper-slide .logo_img {
    width: 30%;
    padding-bottom: 30%;
  }

  .customers_warp .customers_lists .swiper-slide .logo_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .customers_warp .text_warp .title_warp {
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 1% auto 0;
  }

  .customers_warp .text_warp .title_warp .title {
    justify-content: center;
  }

  .customers_warp .customers_lists .swiper-slide .content {
    text-align: center;
    max-width: 100%;
  }

  .partners-button-next,
  .partners-button-prev {
    display: none !important;
  }

  .customers_warp .customers_lists {
    padding-bottom: 10%;
  }

  .customers_lists .swiper-pagination {
    display: block;
    margin: 5% auto 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .customers_lists .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .49);
    margin: 0 4px;
  }

  .customers_lists .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .customers_warp .img_list {
    padding-bottom: 0;
  }

  .customers_warp .img_list .swiper-wrapper .item {
    width: 100%;
    padding-bottom: 100%;
  }

  .new_warp .title_warp .link {
    display: none;
  }

  .new_warp .title_warp .left {
    width: 100%;
  }

  .new_warp .title_warp .left .title {
    font-size: 36px;
  }

  .new_list {
    flex-direction: column;
  }

  .new_list .item {
    width: 100%;
    margin-bottom: 3%;
  }

  .new_list .item .text_warp .desc {
    display: none;
  }

  .help_warp .layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .help_warp .left {
    font-size: 30px;
    text-align: center;
  }

  .help_warp .link {
    margin-top: 3%;
    border-radius: 6px;
    padding: .4% 5%;
  }

  .ibanner {
    padding-bottom: 40%;
  }

  .product_contenr {
    flex-direction: column;
  }

  .product_contenr .product_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .news_contenr .news_item:nth-child(n) {
    flex-direction: column;
    padding: 8% 0;
  }

  .news_contenr .news_item .img_warp {
    padding-bottom: 52%;
  }

  .news_contenr .news_item .info_warp {
    margin-top: 4%;
  }

  .news_contenr .news_item .info_warp::before {
    left: 2%;
  }

  .news-list .new-item .info_warp .title {
    font-size: 18px;
  }

  .title {
    font-size: 21px;
  }

  .title .h1 {
    font-size: 20px;
  }

  .case_warp .case-item:nth-child(n) {
    flex-direction: column;
  }

  .case_warp .case-item:nth-child(2n) {
    flex-direction: column;
  }

  .case-list .case-item .img_warp {
    width: 100%;
    padding-bottom: 78%;
  }

  .case-list .case-item .info_warp {
    width: 100%;
    margin: 0% !important;
  }

  .ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_name {
    width: 100%;
    margin-right: 0;
  }

  .ii_form_contact .content-wrap.form .ch_form_wrap ul li.item_phone {
    width: 100%;
  }

  .video_warp .video_item {
    width: 100%;
  }

  .news-list .new-item {
    width: 100%;
    margin-right: 0;
  }

  .container .content .left {
    display: none;
  }

  .container .new-details .left {
    display: none;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 480px) {
  .pdf_list .pdf_item {
    width: 100%;
    margin-right: 0;
  }

  .video_list .video_item {
    width: 100%;
    margin-right: 0;
  }

  .index_top_title .index_title {
    font-size: 28px;
  }

  .ibanner .layout {
    top: 25%;
  }

  .ibanner .layout .title {
    font-size: 18px;
    padding-left: 30px;
  }

  .navigation {
    line-height: 1.2;
  }

  .new-details .right .h1 {
    font-size: 20px;
  }

  .new-details .div_warp {
    flex-direction: column;
    align-items: start;
  }

  .new-details .div_warp .share {
    margin-left: 0;
  }

  .nav_warp {
    padding: 0;
  }

  .nav_warp>div {
    font-size: 18px;
  }

  .nav_warp .prev::before {
    width: 100px;
    height: 38px;
  }

  .nav_warp .next::after {
    width: 100px;
    height: 38px;
  }

  .contact_warp .form_warp .left .item {
    align-items: center;
  }

  .contact_warp .left .l {
    width: 60px;
    height: 60px;
    margin-right: 5%;
  }
}

.sitemap-content .sep-container ul a:hover {
  color: #009440 !important;
}

.sep-container h2 {
  background-color: transparent !important;
}

.sep-container h2 a:hover {
  color: #009440;
}


.other .main_content {
  padding-top: 50px !important;
}

.articleC a {
  color: #009440;
  font-weight: bold;
  text-decoration: underline
}

.articleC a:hover {
  opacity: .8
}

.container .new-details .left .sidebar_warp {
  position: sticky;
  top: 90px;
}

.page_pro_page_tit {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.page_pro_page_tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 94px;
  height: 5px;
  background: #000000;
}

.page_pro_button_warp img {
  margin-top: 50px;
  max-width: 228px;
  margin-right: 49px;
}

.page_pro_button_warp a:last-child img {
  margin-right: 0;
}

@media only screen and (max-width: 950px) {
  .page_pro_button_warp img {
    margin-top: 20px;
  }

  .case-list .case-item {
    padding-bottom: 0;
  }

  .next a {
    order: 2;
  }

  .new-details .right .h1 {
    line-height: 1.5 !important;
  }
}

@media (max-width:550px) {
  .navigation {
    text-align: center;
    justify-content: center;
    line-height: 1.4 !important;
  }
}