
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "barlow";
  src: url("../css/Barlow-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "barlow-SemiBold";
  src: url("../css/Barlow-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "barlow-Regular";
  src: url("../css/Barlow-Regular.ttf") format("truetype");
}

* {
  font-family: "barlow" !important;
}
.info{
    font-family: "barlow-Regular" !important;
}
.info p{
    font-family: "barlow-Regular" !important;
}
a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
  
}

.wapshoww {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.nbanner {
  width: 100%;
  position: relative;
}

.nbanner img {
  width: 100%;
}

img {
  border: 0;
}

.max-width {
  width: 1400px;
  margin: 0 auto;
}

.max-width2 {
  width: 1680px;
  margin: 0 auto;
}

.max-width3 {
  width: 1200px;
  margin: 0 auto;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #18c069 rgba(255, 255, 255, 0.75);
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #18c069;
  border-radius: 8px;
}

@media screen and (max-width: 1880px) {
  .max-width2 {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 90%;
    margin: 0 auto;
  }

  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .max-width3 {
    width: 100%;
    padding: 0 15px;
  }

  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}

.pic {
  line-height: 0;
  overflow: hidden;
}

.pic img {
  transition: all 0.5s ease;
  width: 100%;
}

.nbanner {
  width: 100%;
  position: relative;
}

.nbanner .pic {
  width: 100%;
}

.mbx {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.mbx .mbx_box {
  height: 45px;
  display: flex;
  align-items: center;
}

.mbx .mbx_box img {
  margin-right: 8px;
}

.mbx .mbx_box a {
  color: #333;
  font-size: var(--font16);
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  font-family: Arial, sans-serif !important;
}

/*.mbx .mbx_box a:after {*/
/*  content: "";*/
/*  height: 3px;*/
/*  width: 3px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translate(0, -50%);*/
/*  left: -10px;*/
/*  background: #333;*/
/*  border-radius: 50%;*/
/*}*/

.mbx .mbx_box a.on {
  color: #18c069;
}

.mbx .mbx_box a.on:after {
  background: #18c069;
}

.contact_us {
  width: 100%;
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 60px;
}

.contact_us .contact_us_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  align-items: flex-start;
}

.contact_us .contact_us_box .contact_text {
  width: 41%;
}

.contact_us .contact_us_box .contact_text ul li {
  display: flex;
  margin-bottom: 38px;
}

.contact_us .contact_us_box .contact_text ul li:last-child {
  margin-bottom: 0;
}

.contact_us .contact_us_box .contact_text ul li .icon {
  width: 60px;
  height: 60px;
  background: #18c069;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  min-width: 60px;
}

.contact_us .contact_us_box .contact_text ul li .text h4 {
  color: #333;
  font-size: var(--font26);
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact_us .contact_us_box .contact_text ul li .text h6 {
  color: #333;
  font-size: var(--font16);
  line-height: 26px;
}

.contact_us .contact_us_box .contact_text ul li .text h6 span {
  font-weight: bold;
}

.contact_us .contact_us_box form {
  width: calc(59% - 54px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_us .contact_us_box form input[type="text"] {
  width: calc(50% - 24px);
  height: 70px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #707070;
  line-height: 24px;
  padding: 0 35px;
  color: #333;
  font-size: var(--font16);
  margin-bottom: 40px;
}

.contact_us .contact_us_box form input[type="text"]::placeholder {
  color: #999;
  font-size: var(--font16);
}

.contact_us .contact_us_box form .submit {
  width: 144px;
  height: 55px;
  background: #18c069;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact_us .contact_us_box form textarea {
  height: 229px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #707070;
  width: 100%;
  padding: 20px 35px;
  color: #333;
  font-size: var(--font16);
  line-height: 24px;
  margin-bottom: 45px;
}

.contact_us .contact_us_box form textarea::placeholder {
  color: #999;
  font-size: var(--font16);
}

.map {
  width: 100%;
  line-height: 0;
  padding: 70px 0 92px 0;
}

.map img {
  width: 100%;
}

.blogs {
  width: 100%;
  padding: 60px 0;
}

.blogs.detail_blogs {
  padding: 80px 0 100px 0;
  background: #f3f3f3;
}

.blogs.detail_blogs .detail_blogs_tit {
  color: #333;
  font-size: var(--font50);
  font-weight: bold;
  text-align: left;
}

.blogs.detail_blogs .blogs_box {
  margin-top: 50px;
}

.blogs .blogs_box {
  margin-top: 80px;
  width: 100%;
}

.blogs .blogs_box ul {
  width: calc(100% + 40px);
  margin: -30px -20px;
  display: flex;
  flex-wrap: wrap;
}

.blogs .blogs_box ul li {
  width: 33.33%;
  padding: 30px 20px;
}

.blogs .blogs_box ul li a {
  width: 100%;
  display: block;
}

.blogs .blogs_box ul li a .pic {
  width: 100%;
}

.blogs .blogs_box ul li a h4 {
  color: #333;
  font-size: var(--font30);
  line-height: 42px;
  font-weight: bold;
  margin-top: 15px;
}

.blogs .blogs_box ul li a h6 {
  font-size: var(--font16);
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.blogs .blogs_box ul li a .more {
  width: 193px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  font-weight: bold;

  background: #04A0F9;
  border-radius: 0px 15px 0px 15px;
}

.blogs .blogs_box ul li a .more img {
  margin-left: 6px;
}

.blogs .blogs_box ul li a .more .icon2 {
  display: none;
}

.blogs .blogs_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.blogs .blogs_box ul li a:hover h4 {
  color: #18c069;
}

.blogs .blogs_box ul li a:hover .more {
  background: #18c069;
  color: #fff;
  border: 1px solid #18c069;
}

.blogs .blogs_box ul li a:hover .more .icon1 {
  display: none;
}

.blogs .blogs_box ul li a:hover .more .icon2 {
  display: block;
}

.blog_detail {
  width: 100%;
  padding: 60px 0 70px 0;
}

.blog_detail .blog_detail_box {
  margin-top: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.blog_detail .blog_detail_box.projects {
  max-width: 1000px;
  margin: 0 auto;
}

.blog_detail .blog_detail_box.projects h1 {
  text-align: left;
}

.blog_detail .blog_detail_box h1 {
  text-align: left;
  font-size: var(--font36);
  line-height: 1.7;
  font-weight: bold;
  color: #333;
}

.blog_detail .blog_detail_box .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.blog_detail .blog_detail_box .info .info_item {
  margin: 0 22px;
  display: flex;
  align-items: center;
}

.blog_detail .blog_detail_box .info .info_item img {
  margin-right: 11px;
}

.blog_detail .blog_detail_box .info .info_item span {
  font-size: var(--font20);
  color: #333;
}

.blog_detail .blog_detail_box .time {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

.blog_detail .blog_detail_box .time img {
  margin-right: 12px;
}

.blog_detail .blog_detail_box .time span {
  font-size: var(--font16);
  line-height: 30px;
  color: #18c069;
}

.blog_detail .blog_detail_box .editor {
  max-width: 1000px;
  margin: 0 auto;
}

.blog_detail .blog_detail_box .editor p {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  font-family: Arial, sans-serif !important
}

.blog_detail .blog_detail_box .editor p span {
  font-weight: bold;
}

.blog_detail .blog_detail_box .editor img {
  width: 100%;
}

.partnership {
  width: 100%;
}

.partnership_plate1 {
  width: 100%;
  padding: 60px 0 70px 0;
}

.partnership_plate1 .partnership_box .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  margin-top: 72px;
  font-family: Arial, sans-serif !important;
}

.partnership_plate1 .partnership_box .pic_box {
  width: 100%;
  line-height: 0;
  margin-top: 60px;
  position: relative;
}

.partnership_plate1 .partnership_box .pic_box>img {
  width: 100%;
}

.partnership_plate1 .partnership_box .pic_box .box {
  position: absolute;
  height: 180px;
  width: 313px;
  border-radius: 15px 15px 15px 15px;
  padding: 22px;


  background: linear-gradient(180deg, #18C069 0%, rgba(24, 192, 105, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 15px 15px 15px 15px;
}

.partnership_plate1 .partnership_box .pic_box .box.box1 {
  top: 90px;
  right: 260px;
}

.partnership_plate1 .partnership_box .pic_box .box .t1 {
  font-size: var(--font26);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
}

.partnership_plate1 .partnership_box .pic_box .box .t2 {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.partnership_plate1 .partnership_box .pic_box .box .t2 span {
  font-weight: bold;
}

.partnership_plate2 {
  width: 100%;
}

.partnership_plate2 .partnership_box {
  padding: 100px 0;
  margin-top: 80px;
  background: #f3f3f3;
  width: calc(100% - 30px);
  margin-left: 30px;
  position: relative;
}

.partnership_plate2 .partnership_box .content_list {
  width: 68%;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0px);
}

.partnership_plate2 .partnership_box .content_list .content_item {
  width: 100%;
}

.partnership_plate2 .partnership_box .content_list .content_item .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
}

.partnership_plate2 .partnership_box .content_list .content_item .step_list {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

.partnership_plate2 .partnership_box .content_list .content_item .step_list .item {
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.partnership_plate2 .partnership_box .content_list .content_item .step_list .item .icon {
  line-height: 0;
}

.partnership_plate2 .partnership_box .content_list .content_item .step_list .item span {
  margin-top: 10px;
  font-size: var(--font16);
  color: #18c069;
  text-transform: capitalize;
  white-space: nowrap;
}

.partnership_plate2 .partnership_box .list {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.partnership_plate2 .partnership_box .list a {
  width: 180px;
  height: 75px;
  background: #ffffff;
  border-radius: 20px 0px 20px 0px;
  background: url(../img/p3.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.partnership_plate2 .partnership_box .list a.on {
  background: url(../img/p2.png) center no-repeat;
  background-size: cover;
}

.partnership_plate2 .partnership_box .list a.on span {
  color: #fff;
}

.partnership_plate2 .partnership_box .list a.on .icon .icon2 {
  display: block;
}

.partnership_plate2 .partnership_box .list a.on .icon .icon1 {
  display: none;
}

.partnership_plate2 .partnership_box .list a .layout {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnership_plate2 .partnership_box .list a span {
  color: #18c069;
  font-size: var(--font16);
  font-weight: bold;
}

.partnership_plate2 .partnership_box .list a .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.partnership_plate2 .partnership_box .list a .icon .icon2 {
  display: none;
}

.partnership_plate6 {
  width: 100%;
  padding: 72px 0;
  background: #f3f3f3;
}

.partnership_plate6 .partnership_box {
  margin-top: 70px;
}

.partnership_plate6 .partnership_box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnership_plate6 .partnership_box form input[type="text"] {
  width: calc(50% - 60px);
  line-height: 60px;
  border-bottom: 1px solid #333;
  background: #f3f3f3;
  font-size: var(--font16);
  color: #333;
  padding: 0 35px;
  margin-bottom: 50px;
}

.partnership_plate6 .partnership_box form input[type="text"]::placeholder {
  font-size: var(--font16);
  color: #999;
}

.partnership_plate6 .partnership_box form textarea {
  width: 100%;
  line-height: 60px;
  border: 0;
  overflow: hidden;
  height: 60px;
  border-bottom: 1px solid #333;
  background: #f3f3f3;
  font-size: var(--font16);
  color: #333;
  padding: 0 35px;
}

.partnership_plate6 .partnership_box form textarea::placeholder {
  font-size: var(--font16);
  color: #999;
}

.partnership_plate6 .partnership_box form .submit {
  width: 152px;
  height: 52px;
  background: #18c069;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 60px;
}

.partnership_plate4 {
  width: 100%;
  padding: 70px 0;
}

.partnership_plate4 .partnership_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partnership_plate4 .partnership_box .pic {
  width: 41.6%;
}

.partnership_plate4 .partnership_box .text {
  width: 58.4%;
  padding-left: 75px;
}

.partnership_plate4 .partnership_box .text .ny_ustit {
  text-align: left;
}

.partnership_plate4 .partnership_box .text .ny_ustit:after {
  left: 0;
  transform: translate(0);
}

.partnership_plate4 .partnership_box .text .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  margin-top: 60px;
}

.partnership_plate5 {
  width: 100%;
  padding-bottom: 70px;
}

.partnership_plate5 .partnership_box {
  margin-top: 60px;
}

.partnership_plate5 .partnership_box .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
}

.partnership_plate5 .partnership_box .text_layout {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.partnership_plate5 .partnership_box .text_layout .text_item {
  width: calc(50% - 40px);
}

.partnership_plate5 .partnership_box .text_layout .text_item .tit {
  font-size: var(--font40);
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}

.partnership_plate5 .partnership_box .text_layout .text_item .content {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
}

.partnership_plate3 {
  width: 100%;
  padding: 70px 0 90px 0;
  background: url(../img/p5.png) rgba(0, 0, 0, 0.5) center no-repeat;
  background-size: cover;
}

.partnership_plate3 .partnership_box .top_layout {
  display: flex;
  justify-content: space-between;
}

.partnership_plate3 .partnership_box .top_layout .tit {
  font-size: var(--font50);
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.partnership_plate3 .partnership_box .top_layout .tit:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 5px;
  background: #ffffff;
  left: 0;
  bottom: -10px;
}

.partnership_plate3 .partnership_box .top_layout .more {
  display: block;
  width: 448px;
  height: 65px;
  background: #ffffff;
  border-radius: 0px 15px 0px 15px;
  color: #18c069;
  font-size: var(--font20);
  text-align: center;
  line-height: 65px;
  transition: all 0.5s ease;
}

.partnership_plate3 .partnership_box .top_layout .more:hover {
  background: #18c069;
  color: #fff;
}

.partnership_plate3 .partnership_box .info {
  margin: 60px 0;
  font-size: var(--font16);
  line-height: 30px;
  color: #fff;
}

.partnership_plate3 .partnership_box .list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.partnership_plate3 .partnership_box .list:after {
  content: "";
  width: 120%;
  height: calc(100% + 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/p11.png) center no-repeat;
  background-size: contain;
}

.partnership_plate3 .partnership_box .list .item {
  width: calc(25% - 30px);
  padding: 60px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #18c069;
}

.partnership_plate3 .partnership_box .list .item:nth-child(2n) {
  background: #fff;
}

.partnership_plate3 .partnership_box .list .item:nth-child(2n) .tit {
  color: #18c069;
}

.partnership_plate3 .partnership_box .list .item:nth-child(2n) .content {
  color: #18c069;
}

.partnership_plate3 .partnership_box .list .item .icon {
  line-height: 0;
}

.partnership_plate3 .partnership_box .list .item .tit {
  font-size: var(--font24);
  line-height: 30px;
  color: #fff;
  margin: 20px 0;
  text-align: center;
}

.partnership_plate3 .partnership_box .list .item .content {
  font-size: var(--font16);
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.projects {
  width: 100%;
  padding: 60px 0 87px 0;
}

.projects .projects_box .us_tab {
  margin: 70px 0;
}

.projects .projects_box ul {
  width: calc(100% + 40px);
  margin: -30px -20px;
  display: flex;
  flex-wrap: wrap;
}

.projects .projects_box ul li {
  width: 33.33%;
  padding: 30px 20px;
}

.projects .projects_box ul li a {
  width: 100%;
  display: block;
}

.projects .projects_box ul li a .pic {
  width: 100%;
}

.projects .projects_box ul li a h4 {
  color: #333;
  font-size: var(--font30);
  line-height: 42px;
  font-weight: bold;
  margin-top: 15px;
}

.projects .projects_box ul li a h6 {
  font-size: var(--font16);
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.projects .projects_box ul li a .more {
  width: 193px;
  height: 57px;
  background: #ffffff;
  border-radius: 29px 29px 29px 29px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #333333;
  font-weight: bold;
}

.projects .projects_box ul li a .more img {
  margin-left: 6px;
}

.projects .projects_box ul li a .more .icon2 {
  display: none;
}

.projects .projects_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.projects .projects_box ul li a:hover h4 {
  color: #18c069;
}

.projects .projects_box ul li a:hover .more {
  background: #18c069;
  color: #fff;
  border: 1px solid #18c069;
}

.projects .projects_box ul li a:hover .more .icon1 {
  display: none;
}

.projects .projects_box ul li a:hover .more .icon2 {
  display: block;
}

.blog_main_plate1 {
  width: 100%;
  padding: 60px 0 70px 0;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li {
  width: 100%;
  margin-top: 60px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .pic img {
  transform: scale(1.1);
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover h4 {
  color: #18c069 !important;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more {
  background: #18c069;
  color: #fff;
}

.blog_main_box_top .more:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.5s;
  z-index: 0;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more .icon2 {
  display: block;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more .icon1 {
  display: none;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a {
  display: flex;
  align-items: center;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .pic {
  width: 33.5%;
  margin-right: 45px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text {
  width: calc(100% - 33.5% - 45px);
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h4 {
  font-size: var(--font40);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h6 {
  font-size: var(--font20);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more {
  width: 193px;
  height: 57px;
  background: #04A0F9;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  font-weight: bold;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more img {
  margin-left: 6px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more .icon2 {
  display: none;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item {
  margin-right: 44px;
  display: flex;
  align-items: center;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item img {
  margin-right: 11px;
}

.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item span {
  font-size: var(--font20);
  color: #333;
}

.blog_main_box_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  align-items: center;
}

.blog_main_box_top .tit {
  font-size: var(--font36);
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.blog_main_box_top .link {
  margin-left: 40px;
  padding-left: 40px;
  margin-right: auto;
  line-height: 0;
  position: relative;
}

/* 
.blog_main_box_top .link:after {
  content: "";
  position: absolute;
  height: 45px;
  width: 2px;
  background: #d1d1d1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
} */

.blog_main_box_top .more {
  width: 272px;
  height: 60px;
  background: #18C069;
  border-radius: 0px 15px 0px 15px;
  text-transform: capitalize;
  font-size: var(--font20);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
  overflow: hidden;
  position: relative;
}

.blog_main_box_top .more p {
  position: relative;
  font-family: Arial, sans-serif !important;
  z-index: 2;
}

.blog_main_box_top .more:hover {
  background: #fff;
}

.blog_main_box_top .more:hover p {
  color: #18C069;
}

.blog_main_box_top .more:hover:after {
  left: 0;
}

.search_more {
  display: flex;
}

.search_more form {
  display: flex;
  align-items: center;
}

.search_more form input[type="text"] {
  width: 275px;
  height: 60px;
  border-radius: 30px 0 0 30px;
  border: 1px solid #e1e1e1;
  padding: 0 35px;
  color: #333;
  font-size: var(--font16);
}

.search_more form input[type="text"]::placeholder {
  color: #999;
  font-size: var(--font16);
}

.search_more.mt {
  margin-top: 80px;
  justify-content: flex-end;
}

.search_more form input[type="submit"] {
  width: 75px;
  border-radius: 0 30px 30px 0;
  background: url(../img/searchb.png) #18c069 center no-repeat;
  background-size: 25px;
  height: 60px;
}

.blog_main_plate2 {
  width: 100%;
  padding: 80px 0 70px 0;
  background: #f3f3f3;
}

.blog_main_plate2.blog_main_plate3 {
  padding-bottom: 110px;
  padding-top: 0;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .content,
.blog_main_plate2 .blog_main_box .blog_main_box_video .pic {
  width: 100%;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx_item {
  margin-right: 55px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx {
  bottom: 55px;
  left: 60px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx img {
  height: 40px;
  margin-right: 15px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right span {
  color: #fff;
  font-size: var(--font30);
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx_item {
  margin-right: 39px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx {
  bottom: 33px;
  left: 40px;
}

.blog_main_plate2.blog_main_plate4 .blog_main_box .blog_main_box_video .video_left .xx {
  bottom: 20px;
  left: 20px;
}

.blog_main_plate2.blog_main_plate4 .blog_main_box .blog_main_box_video .video_right .xx {
  bottom: 40px;
  left: 60px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk p {
  color: #fff;
  font-size: var(--font24);
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz {
  display: flex;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz img {
  width: 24px;
  height: 20px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz .icon2 {
  display: none;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz {
  margin-right: 3px;
  align-items: center;
  margin-left: 25px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz.on .icon1 {
  display: none;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx.tk .dz.on .icon2 {
  display: block;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx img {
  height: 33px;
  margin-right: 12px;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left span {
  color: #fff;
  font-size: var(--font24);
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx {
  position: absolute;
  display: flex;
  align-items: center;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .xx .xx_item {
  display: flex;
  align-items: center;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .content {
  position: relative;
  display: block;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video video {
  width: 100%;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left {
  width: 31%;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item {
  margin-bottom: 40px;
  position: relative;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item:last-child {
  margin-bottom: 0;
}

.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
  width: 66%;
  position: relative;
}

.solution {
  width: 100%;
  padding: 60px 0 120px 0;
}

.solution .solution_box {
  margin-top: 80px;
}

.solution .solution_box .solution_list ul li {
  display: flex;
  width: 100%;
  margin-bottom: 120px;
}

.solution .solution_box .solution_list ul li:nth-child(2n) .pic {
  float: right;
}


.solution .solution_box .solution_list ul li:last-child {
  margin-bottom: 0;
}

.solution .solution_box .solution_list ul li .box {
  position: relative;
  width: 100%;
  display: flex;
}

.solution .solution_box .solution_list ul li:nth-child(2n) .box {
  flex-direction: row-reverse;
}

.solution .solution_box .solution_list ul li .box .pic {
  width: 60%;
}

.solution .solution_box .solution_list ul li .box .pic img {
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.solution .solution_box .solution_list ul li:hover .box .pic img {
  transform: scale(1.1);
}

.solution .solution_box .solution_list ul li .box .text {
  width: 40%;
  padding: 80px 70px;
  background: #18c069;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transform: translate(0, -48px);
}

.solution .solution_box .solution_list ul li .box .text .tit {
  font-size: var(--font30);
  line-height: 46px;
  font-weight: bold;
  color: #fff;
}

.solution .solution_box .solution_list ul li .box .text .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #fff;
  margin: 20px 0 25px 0;
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  overflow: hidden;
}

.solution .solution_box .solution_list ul li .box .text .more {
  width: 192px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #18C069;
}

.solution .solution_box .solution_list ul li .box .text .more img {
  margin-left: 6px;
}

.solution .solution_box .solution_list ul li .box .text .more .icon1 {
  display: none;
}

.solution .solution_box .solution_list ul li:hover .box .text .more {
  background: #04A0F9;
  color: #fff;
}

.solution .solution_box .solution_list ul li:hover .box .text .more .icon1 {
  display: block;
}

.solution .solution_box .solution_list ul li:hover .box .text .more .icon2 {
  display: none;
}

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

.us_tab a {
  width: 200px;
  height: 60px;
  background: #333333;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font20);
  margin: 0 30px;
  transition: all 0.5s ease;
}

.us_tab a.on {
  background: #18c069;
}

.us_tab a:hover {
  background: #18c069;
}

.solution_plate1 {
  width: 100%;
  padding: 60px 0 75px 0;
}

.solution_plate1 .solution_plate1_box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.solution_plate1 .solution_plate1_box .text_item {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  width: calc(50% - 30px);
}

.solution_plate2 {
  width: 100%;
  padding: 80px 0 140px 0;
  background: #f3f3f3;
}

.solution_plate2 .solution_plate2_box .list {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 40px;
}

.solution_plate2 .solution_plate2_box .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.solution_plate2 .solution_plate2_box .list .item.on:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #18c069;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%, 0);
}

.solution_plate2 .solution_plate2_box .list .item.on .icon .icon2 {
  display: block;
}

.solution_plate2 .solution_plate2_box .list .item.on .icon .icon1 {
  display: none;
}

.solution_plate2 .solution_plate2_box .list .item.on span {
  color: #18c069;
}

.solution_plate2 .solution_plate2_box .list .item .icon {
  display: flex;
  line-height: 0;
}

.solution_plate2 .solution_plate2_box .list .item .icon .icon2 {
  display: none;
}

.solution_plate2 .solution_plate2_box .list .item span {
  font-size: var(--font26);
  line-height: 36px;
  color: #333;
  margin-top: 20px;
  text-align: center;
}

.solution_plate2 .solution_plate2_box .info {
  font-size: var(--font20);
  line-height: 36px;
  color: #333;
  margin-top: 50px;
}

.solution_plate3 {
  width: 100%;
  padding: 70px 0;
}

.solution_plate3 .solution_plate3_box {
  margin-top: 80px;
}

.solution_plate3 .solution_plate3_box .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.solution_plate3 .solution_plate3_box .switch .switch_item {
  display: flex;
  align-items: center;
  margin: 0 50px;
  cursor: pointer;
}

.solution_plate3 .solution_plate3_box .switch .switch_item.on .circle {
  background: transparent;
}

.solution_plate3 .solution_plate3_box .switch .switch_item.on .circle img {
  display: block;
}

.solution_plate3 .solution_plate3_box .switch .switch_item .circle {
  width: 36px;
  height: 36px;
  background: #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.solution_plate3 .solution_plate3_box .switch .switch_item .circle img {
  display: none;
}

.solution_plate3 .solution_plate3_box .switch .switch_item span {
  font-size: var(--font26);
  color: #333;
  margin-left: 15px;
}

.solution_plate3 .solution_plate3_box .pic_list {
  position: relative;
}

.solution_plate3 .solution_plate3_box .pic_list .pic {
  top: 0;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.solution_plate3 .solution_plate3_box .pic_list .pic img {
  width: 100%;
}

.solution_plate3 .solution_plate3_box .pic_list .pic.on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.solution_plate4 {
  width: 100%;
  padding: 70px 0;
  display: flex;
  position: relative;
}

.solution_plate4:after {
  content: "";
  width: 57%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
}

.solution_plate4 .text {
  width: 53%;
  padding: 0 65px;
  position: relative;
  z-index: 1;
}

.solution_plate4 .text .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  margin-top: 80px;
}

.solution_plate4 .text .list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: flex-start;
}

.solution_plate4 .text .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solution_plate4 .text .list .item:hover .icon {
  border: 1px solid #18c069;
}

.solution_plate4 .text .list .item:hover .icon .icon2 {
  display: block;
}

.solution_plate4 .text .list .item:hover .icon .icon1 {
  display: none;
}

.solution_plate4 .text .list .item:hover .tit {
  color: #18c069;
}

.solution_plate4 .text .list .item .icon {
  width: 146px;
  height: 146px;
  background: #f8f8f8;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_plate4 .text .list .item .icon .icon2 {
  display: none;
}

.solution_plate4 .text .list .item .tit {
  font-size: var(--font20);
  line-height: 30px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}

.solution_plate4 .pic {
  position: relative;
  z-index: 1;
  width: 47%;
}

.solution_plate5 {
  width: 100%;
  padding: 70px 0;
}

.solution_plate5.bgf5 {
  background: #f5f5f5;
}

.solution_plate5 .solution_plate5_box {
  margin-top: 80px;
}

.solution_plate5 .solution_plate5_box ul {
  width: calc(100% + 40px);
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.solution_plate5 .solution_plate5_box ul li {
  width: 25%;
  padding: 0 20px;
}

.solution_plate5 .solution_plate5_box ul li a {
  width: 100%;
  display: block;
}

.solution_plate5 .solution_plate5_box ul li a .pic {
  width: 100%;
  overflow: hidden;
}

.solution_plate5 .solution_plate5_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.solution_plate5 .solution_plate5_box ul li a:hover .tit {
  color: #18c069;
}

.solution_plate5 .solution_plate5_box ul li a .tit {
  font-size: var(--font26);
  color: #333;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.solution_plate6 {
  width: 100%;
  padding: 70px 0 100px 0;
  background: #f3f3f3;
}

.solution_plate6 .solution_plate6_box {
  margin-top: 80px;
}

.solution_plate6 .solution_plate6_box ul {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.solution_plate6 .solution_plate6_box ul li {
  width: 25%;
  padding: 0 5px;
}

.solution_plate6 .solution_plate6_box ul li a {
  width: 100%;
  display: block;
}

.solution_plate6 .solution_plate6_box ul li a .pic {
  width: 100%;
  overflow: hidden;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_plate6 .solution_plate6_box ul li a .pic img {
  max-width: 80%;
  max-height: 100%;
  width: auto;
}

.solution_plate6 .solution_plate6_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.solution_plate6 .solution_plate6_box ul li a:hover .tit {
  color: #18c069;
}

.solution_plate6 .solution_plate6_box ul li a .tit {
  font-size: var(--font24);
  color: #333;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

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

.about_tit_box .tit {
  font-weight: bold;
  font-size: 50px;
  color: #333333;
}

.about_tit_box img {
  margin-left: 25px;
}

.about_us_plate1 {
  width: 100%;
  padding: 80px 0 80px 0;
}

.about_us_plate1 .about_content {
  margin-top: 0px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.about_us_plate1 .about_content .pic {
  width: 36.5%;
}

.about_us_plate1 .about_content .line {
  width: 64px;
  margin: 0 50px;
  height: 5px;
  background: linear-gradient(90deg, #18c069 0%, #f38d95 80%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
}

.about_us_plate1 .about_content .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  width: 51.4%;
  position: absolute;
  height: calc(100% - 63px);
  right: 0;
  font-family: Arial, sans-serif !important;
  bottom: 0;
  overflow: hidden;
  scrollbar-width: thin;
  scrollbar-color: #18c069 #f3f3f3;
}

.about_us_plate1 .about_us_list {
  margin-top: 60px;
  margin-bottom: 55px;
}

.about_us_plate1 .about_us_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_us_plate1 .about_us_list ul li {
  width: 18.5%;
  height: 200px;
  background: #f3f3f3;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.about_us_plate1 .about_us_list ul li.on {
  width: 39%;
  background: #18c069;
  padding-left:60px;
  padding-right:20px;
}

.about_us_plate1 .about_us_list ul li.on .text {
  margin-right: 40px;
}

.about_us_plate1 .about_us_list ul li.on .text .icon .icon2 {
  display: block;
}

.about_us_plate1 .about_us_list ul li.on .text .icon .icon1 {
  display: none;
}

.about_us_plate1 .about_us_list ul li.on .text .tit {
  display: none;
}

.about_us_plate1 .about_us_list ul li.on .content {
  display: block;
}

.about_us_plate1 .about_us_list ul li .content {
  display: none;
}

.about_us_plate1 .about_us_list ul li .content .tit {
  font-size: var(--font26);
  color: #fff;
  font-weight: bold;
}

.about_us_plate1 .about_us_list ul li .content .info {
  font-size: var(--font16);
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
  font-family: Arial, sans-serif !important;
}

.about_us_plate1 .about_us_list ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_us_plate1 .about_us_list ul li .text .icon {
  margin-bottom: 20px;
  display: flex;
}

.about_us_plate1 .about_us_list ul li .text .icon .icon2 {
  display: none;
}

.about_us_plate1 .about_us_list ul li .text .tit {
  font-size: var(--font26);
  color: #333;
}

.usarrow .slick-arrow {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #d5d5d5;
  top: 15px;
}

.usarrow .slick-arrow:hover {
  background: #18c069;
}

.usarrow .slick-arrow.slick-prev {
  left: -80px;
}

.usarrow .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.usarrow .slick-arrow.slick-next {
  right: -80px;
  left: auto;
}

.usarrow .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}

.about_us_plate2 {
  width: 100%;
  background: #f3f3f3;
  padding: 100px 0 70px 0;
  position: relative;
}

.about_us_plate2:after {
  width: 391px;
  height: 391px;
  border: 50px solid #18C069;
  opacity: 0.1;
  content: "";
  top: 0;
  left: 130px;
  position: absolute;
  border-radius: 50%;
}

.about_us_plate2 .about_us_plate2_box {
  position: relative;
  width: 100%;
}

.about_us_plate2 .about_us_plate2_box .ny_ustit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li .left_text {
  width: 36%;
  padding-top: 100px;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .year {
  font-size: 80px;
  color: #333;
  font-weight: bold;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  margin-top: 25px;
  padding-left: 20px;
  position: relative;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .info:after {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #18c069;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_us_plate2 .about_us_plate2_box .top_content ul li .pic {
  width: 55%;
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}

.about_us_plate2 .about_us_plate2_box .down_content {
  margin-top: 100px;
  width: 100%;
}

.about_us_plate2 .about_us_plate2_box .down_content ul {
  width: 100%;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li {
  width: 20%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li.slick-current .circle {
  background: #18c069;
  border: 1px solid #18c069;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li.slick-current .circle:after {
  background: #18c069;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li.slick-current .tit {
  color: #18c069;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  left: 1px;
  top: 15px;
  z-index: -1;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  position: relative;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li .circle:after {
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e1e1e1;
  border-radius: 50%;
}

.about_us_plate2 .about_us_plate2_box .down_content ul li .tit {
  font-size: var(--font26);
  color: #333;
  margin-top: 20px;
  text-align: center;
}

.about_us_plate3 {
  width: 100%;
  padding: 0px 0 80px 0;
}

.about_us_plate3 .about_us_plate3_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.about_us_plate3 .about_us_plate3_box .video {
  width: 53%;
  position: relative;
}

.about_us_plate3 .about_us_plate3_box .video video {
  width: 100%;
}

.about_us_plate3 .about_us_plate3_box .video .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_us_plate3 .about_us_plate3_box .text {
  width: 47%;
  padding-left: 72px;
  padding-right: 120px;
}

.about_us_plate3 .about_us_plate3_box .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  margin-top: 72px;
}

.about_us_plate4 {
  width: 100%;
  padding-bottom:80px;
}

.about_us_plate4 .about_us_plate4_box {
  margin-top: 80px;
}

.about_us_plate4 .about_us_plate4_box .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.about_us_plate4 .about_us_plate4_box ul {
  width: calc(100% + 0px);
  margin: 0 0px;
}

.about_us_plate4 .about_us_plate4_box ul li {
  width: 20%;
  padding: 0 0px;
}

.about_us_plate4 .about_us_plate4_box ul li .pic {
  width: 100%;
}

.about_us_plate5 {
  width: 100%;
  padding: 70px 0;
}

.about_us_plate5 .about_us_plate5_box {
  margin-top: 70px;
}

.about_us_plate5 .about_us_plate5_box .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.about_us_plate5 .about_us_plate5_box .slick-arrow.slick-prev {
  left: 560px;
}

.about_us_plate5 .about_us_plate5_box .slick-arrow.slick-next {
  right: 560px;
}

.about_us_plate5 .about_us_plate5_box .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  max-width: 1400px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 50px;
}

.about_us_plate5 .about_us_plate5_box ul {
  width: calc(100% + 140px);
  margin: 0 -70px;
}

.about_us_plate5 .about_us_plate5_box ul li {
  padding: 0 70px;
}

.about_us_plate5 .about_us_plate5_box ul li .pic {
  width: 100%;
  opacity: 0.5;
}

.about_us_plate5 .about_us_plate5_box ul li.slick-current .pic {
  opacity: 1;
}

.about_us_plate6 {
  padding-bottom: 144px;
  width: 100%;
}

.about_us_plate6 .about_us_plate6_box {
  margin-top: 72px;
}

.about_us_plate6 .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  max-width: 1400px;
  text-align: center;
  margin-bottom: 50px;
  font-family: Arial, sans-serif !important;
}

.about_us_plate6 .about_us_plate6_box .slick-dots {
  bottom: -60px;
}

.about_us_plate6 .about_us_plate6_box .slick-dots li {
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  border-radius: 20px;
  margin: 0 6px;
}

.about_us_plate6 .about_us_plate6_box .slick-dots li.slick-active {
  width: 100px;
  background: #18c069;
}

.about_us_plate6 .about_us_plate6_box li .pic {
  height: 400px;
  margin-top: 60px;
  position: relative;
}

.about_us_plate6 .about_us_plate6_box li .pic:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.about_us_plate6 .about_us_plate6_box li.slick-current .pic {
  height: 460px;
  width: 735px;
  margin-top: 0px;
}

.about_us_plate6 .about_us_plate6_box li.slick-current .pic:after {
  opacity: 0;
}

.products_list {
  width: 100%;
  padding: 60px 0 70px 0;
}

.products_list .products_list_box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.products_list .products_list_box .left_nav {
  width: 28.5%;
}

.products_list .products_list_box .left_nav ul li {
  margin-bottom: 25px;
}

.products_list .products_list_box .left_nav ul li.on .yiji .icon {
  background: #18C069;
}

.products_list .products_list_box .left_nav ul li.on .yiji .icon:after {
  background: rgba(24,
      192,
      105, 0.2);
}

.products_list .products_list_box .left_nav ul li.on .yiji span {
  color: #18c069;
  font-weight: bold;
}

.products_list .products_list_box .left_nav ul li.on .yiji .isopen .open {
  display: block;
}

.products_list .products_list_box .left_nav ul li.on .yiji .isopen .close {
  display: none;
}

.products_list .products_list_box .left_nav ul li .yiji {
  display: flex;
  align-items: center;
}

.products_list .products_list_box .left_nav ul li .yiji .icon {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #049AEF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 37px;
}

.products_list .products_list_box .left_nav ul li .yiji .icon:after {
  height: 47px;
  width: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  content: "";
  border-radius: 50%;
}

.products_list .products_list_box .left_nav ul li .yiji .icon img {
  z-index: 2;
  position: relative;
}

.products_list .products_list_box .left_nav ul li .yiji span {
  font-size: var(--font26);
  color: #333;
  line-height: 40px;
  margin-left: 20px;

}

.products_list .products_list_box .left_nav ul li .yiji .isopen {
  margin-left: auto;
}

.products_list .products_list_box .left_nav ul li .yiji .isopen .open {
  display: none;
}

.products_list .products_list_box .left_nav ul li .erji {
  display: none;
  font-size: var(--font20);
  color: #333;
  padding-left: 62px;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item {
  margin-top: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item a {
  color: #333;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  padding-right: 65px;
  align-items: center;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .a {
  color: #333;
  font-size: var(--font20);
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  align-items: center;
  cursor: pointer;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .sji {
  display: none;
  margin-top: 10px;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .sji a {
  display: block;
  color: #666;
  width: 100%;
  font-size: var(--font16);
  line-height: 24px;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen {
  line-height: 0;
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen .open {
  display: none;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen.on .open {
  display: block;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen.on .close {
  display: none;
}


.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen {
  line-height: 0;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item a.on .isopen .open {
  display: block;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item a.on {
  color: #18c069;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item a img {
  width: 12px
}

.products_list .products_list_box .left_nav ul li .erji .erji_item a.on .isopen .close {
  display: none;
}


.products_list .products_list_box .left_nav ul li .erji .erji_item .a.on .isopen .open {
  display: block;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .a.on {
  color: #18c069;
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .a img {
  width: 12px
}

.products_list .products_list_box .left_nav ul li .erji .erji_item .a.on .isopen .close {
  display: none;
}

.products_list .products_list_box .left_nav .contact_form {
  width: 100%;
  background: #f3f3f3;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f8c4c8;
  padding: 29px 46px 84px 46px;
  margin-top: 40px;
}

.products_list .products_list_box .left_nav .contact_form .form_tit {
  font-size: var(--font26);
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

.products_list .products_list_box .left_nav .contact_form form {
  margin-top: 40px;
}

.products_list .products_list_box .left_nav .contact_form form input[type="text"] {
  line-height: 45px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f8c4c8;
  padding: 0 18px;
  font-size: var(--font16);
  color: #333;
  margin-top: 17px;
  width: 100%;
}

.products_list .products_list_box .left_nav .contact_form form input[type="text"]::placeholder {
  font-size: var(--font16);
  color: #999999;
}

.products_list .products_list_box .left_nav .contact_form form textarea {
  width: 100%;
  height: 105px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f8c4c8;
  font-size: var(--font16);
  padding: 15px 18px;
  color: #333;
  margin-top: 17px;
}

.products_list .products_list_box .left_nav .contact_form form textarea::placeholder {
  font-size: var(--font16);
  color: #999999;
}

.products_list .products_list_box .left_nav .contact_form form .submit {
  width: 91px;
  height: 31px;
  background: #18c069;
  border-radius: 0px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.products_list .products_list_box .product_list {
  width: calc(71.5% - 100px);
}

.products_list .products_list_box .product_list ul {
  width: calc(100% + 40px);
  margin: -30px -20px;
  display: flex;
  flex-wrap: wrap;
}

.products_list .products_list_box .product_list ul li {
  width: 33.33%;
  padding: 30px 20px;
}

.products_list .products_list_box .product_list ul li a {
  display: block;
}

.products_list .products_list_box .product_list ul li a:hover .tit {
  color: #18C069;
}

.products_list .products_list_box .product_list ul li a:hover .pic img {
  transform: scale(1.1);
}

.products_list .products_list_box .product_list.product_list2 ul li a .pic {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 0px 0px;
  padding: 35px;
}

.products_list .products_list_box .product_list ul li a .pic {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 0px 0px;
  padding: 25px;
  aspect-ratio: 1/1;
}

.products_list .products_list_box .product_list.product_list2 ul li {
  width: 33.3%
}

.products_list .products_list_box .product_list ul li a .pic img {
  max-width: 100%;
  max-height: 100%;
}

.products_list .products_list_box .product_list ul li a .tit {
  color: #333;
  font-size: var(--font20);
  text-align: center;
  margin-top: 34px;
  /*white-space: nowrap;*/
}

.product_detail_plate1 {
  padding: 60px 0 0 0;
  width: 100%;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list {
  width: 39%;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .top {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .top ul {
  width: 100%;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .top ul li {
  width: 100%;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .top ul li .pic {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down_p ul {
  width: calc(100% + 18px);
  margin: -20px -9px;
  display: flex;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down_p ul li {
  width: 25%;
  padding: 20px 9px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down_p .pic {
  padding: 18px;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down {
  margin-top: 25px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down ul {
  width: calc(100% + 18px);
  margin: -9px;
  display: flex;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down ul li {
  width: 25%;
  padding: 9px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down ul li.slick-current .pic {
  border: 3px solid #18c069;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down ul li .pic {
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .down ul li .pic img {
  width: 100%;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text {
  width: 61%;
  padding-left: 80px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .info {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 10px;
  font-family: Arial, sans-serif !important;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .item {
  display: flex;
  font-size: var(--font16);
  color: #333;
  align-items: center;
  font-family: Arial, sans-serif !important;
  margin-bottom: 10px;
  line-height: 30px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .item span {
  font-size: var(--font20);
  color: #18C069;
  line-height: 30px;
  margin-right: 10px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .sttt {
  margin-top: 64px;
  color: #333;
  font-size: var(--font26);
  margin-bottom: 20px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .more {
  width: 142px;
  height: 47px;
  background: #04A0F9;
  border-radius: 0px 15px 0px 15px;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 35px;
  display: block;
  display: flex;
  font-family: Arial, sans-serif !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .pic_list .top img:hover {
  transform: scale(1.05);
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .more:hover {
  background: #18C069;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 {
  width: 100%;
  margin-top: 60px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .top_tab {
  width: max-content;
  display: flex;
  height: 60px;
  background: #f3f3f3;
  border-radius: 20px 0px 20px 0px;
  padding: 0 50px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .top_tab .tab_item {
  padding: 0 20px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  border-radius: 0px 15px 0px 15px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .top_tab .tab_item.on {
  background: #18c069;
  color: #fff;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .text {
  width: 50%;
  padding-top: 35px;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .text .text_item {
  color: #333;
  font-size: var(--font20);
  margin-bottom: 20px;
  font-family: "Arial-Regular", sans-serif !important;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .text .text_item span {
  font-weight: bold;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .text .text_item.c {
  color: #18c069;
}

.product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .pic {
  width: 39%;
}

.detail_plate3 ul li {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_plate3 ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.detail_plate3 ul li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 60px;
}

.detail_plate3 ul li .pic {
  width: 39%;
}

.detail_plate3 ul li .text {
  width: 100%;
}

.detail_plate3 ul li .text .info {
  font-size: var(--font18);
  line-height: 30px;
  color: #333;
  margin-top: 60px;
  font-family: "barlow-Regular" !important;
}

.detail_plate3 ul li .text .info strong {
  font-weight: bold;
  font-family: "barlow-Semibold" !important;
}

.detail_plate3 ul li .text .qs_list {
  margin-top: 60px;
}

.detail_plate3 ul li .text .qs_list .qs_item .qs_top {
  display: flex;
  align-items: center;
}

.detail_plate3 ul li .text .qs_list .qs_item .qs_top .q {
  width: 26px;
  height: 35px;
  background: #04A0F9;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f3f3f3;
  font-size: var(--font20);
  margin-right: 14px;
}

.qs_item {
  margin-bottom: 20px;
}

.qs_item:last-child {
  margin-bottom: 0;
}

.detail_plate3 ul li .text .qs_list .qs_item .qs_top .tit {
  color: #333;
  font-size: var(--font20);
}

.detail_plate3 ul li .text .qs_list .qs_item .qs_down {
  margin-top: 10px;
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  padding-left: 40px;
  font-family: Arial, sans-serif !important;
}

.product_detail_plate2 {
  width: 100%;
  padding: 0px 0 60px 0;
}

.product_detail_plate2 .product_detail_plate2_box {
  margin-top: 70px;
}

.product_detail_plate2 .product_detail_plate2_box ul {
  width: calc(100% + 80px);
  margin: -25px -40px;
  display: flex;
  flex-wrap: wrap;
}

.product_detail_plate2 .product_detail_plate2_box ul li {
  width: 50%;
  cursor: pointer;
  padding: 25px 40px;
}

.product_detail_plate2 .product_detail_plate2_box ul li.on .tit .isopen::after {
  display: none;
}

.product_detail_plate2 .product_detail_plate2_box ul li .tit {
  display: flex;
  justify-content: space-between;
  font-size: var(--font20);
  line-height: 30px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}

.product_detail_plate2 .product_detail_plate2_box ul li .tit .isopen {
  margin-right: 24px;
  position: relative;
}

.product_detail_plate2 .product_detail_plate2_box ul li .tit .isopen:after {
  height: 14px;
  width: 3px;
  background: #04A0F9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.product_detail_plate2 .product_detail_plate2_box ul li .tit .isopen::before {
  height: 3px;
  width: 14px;
  background: #04A0F9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content {
  display: none;
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content .layout {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content .icon {
  line-height: 0;
  margin-right: 20px;
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content .tit_layout {
  display: flex;
  flex-direction: column;
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content .tit_layout .t {
  font-size: var(--font20);
  color: #04A0F9;
  line-height: 30px;
  margin-bottom: 12px;
}

.product_detail_plate2 .product_detail_plate2_box ul li .download_content .tit_layout .st {
  font-size: var(--font16);
  line-height: 22px;
  color: #333;
  font-family: Arial, sans-serif !important;
}

.back {
  position: fixed;
  left: 36px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
}

.back:hover .text {
  width: 203px;
  padding-right: 30px;
  opacity: 1;
}

.back .icon {
  width: 59px;
  height: 59px;
  background: #18C069;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.back .text {
  transition: all 0.5s ease;
  width: 59px;
  height: 59px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 30px 30px 30px 30px;
  text-align: right;
  padding-right: 0px;
  margin-left: -59px;
  line-height: 59px;
  opacity: 0;
  font-size: var(--font18);
  color: #18C069;
  font-family: Arial, sans-serif !important;
}

.fiexd_form {
    width: 31%;
    height: 758px;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: 13%;
    background: linear-gradient(180deg, #18C069 0%, #f3f3f3 28%, #f3f3f3 100%);
    box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 80px 0px 80px;
    padding: 70px 110px 84px 110px;
}

.fiexd_form .tit {
  font-size: var(--font50);
  line-height: 30px;
  color: #333;
}

.fiexd_form .stit {
  font-size: var(--font16);
  color: #333;
  margin: 20px 0 30px 0;
}

.fiexd_form form input[type="text"] {
  width: 100%;
  padding: 0 40px;
  color: #333;
  font-size: var(--font16);
  margin-bottom: 30px;
  line-height: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #18c069;
}

.fiexd_form form input[type="text"]::placeholder {
  color: #999999;
  font-size: var(--font16);
}

.fiexd_form form textarea {
  width: 100%;
  height: 178px;
  padding: 15px 40px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #18c069;
  color: #333;
  font-size: var(--font16);
}

.fiexd_form form textarea::placeholder {
  color: #999999;
  font-size: var(--font16);
}

.fiexd_form form input[type="submit"] {
  width: 142px;
  margin-top: 30px;
  height: 47px;
  background: #18c069;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font16);
  color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: Arial, sans-serif !important;
}

.fiexd_form .close {
  position: absolute;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  top: 60px;
  right: 80px;
  cursor: pointer;
}

.fiexd_form .close:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fiexd_form .close::before {
  content: "";
  height: 100%;
  width: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ibanner {
  width: 100%;
}

.ibanner .pic {
  width: 100%;
}

.ibanner ul li {
  width: 100%;
  position: relative;
}

.ibanner .slick-dots {
  bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibanner .slick-dots li {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  margin: 0 7px;
  transition: all 0.5s ease;
}

.ibanner .slick-dots li.slick-active {
  width: 114px;
}

.ibanner .text_layout {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.ibanner .text_layout .tit {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}

.ibanner .text_layout .cps_banner_layout {
  width: 43%;
  height: 430px;
  background: rgba(24,
      192,
      105, 0.55);
  border-radius: 60px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px
}

.ibanner .text_layout .cps_banner_layout .banner_t {
  font-size: var(--font50);
  line-height: 65px;
  color: #fff;
}

.ibanner .text_layout .cps_banner_layout .banner_st {
  font-size: var(--font20);
  color: #fff;
  margin: 30px 0 35px 0;
  font-family: Arial, sans-serif !important;
}

.ibanner .text_layout .cps_banner_layout .ibanner .text_layout .info {
  font-size: var(--font18);
  line-height: 36px;
  color: #fff;
  margin: 25px 0;
}

.ibanner .text_layout .more {
  width: 156px;
  height: 52px;
  background: #04A0F9;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.ibanner .text_layout .more:hover {
  background: #18C069;
}

.index_plate1 {
  width: 100%;
  padding: 60px 0 70px 0;
}

.index_plate1 .index_plate1_box {
  margin-top: 230px;
}

.index_plate1 .index_plate1_box ul {
  width: calc(100% + 78px);
  margin: 0 -39px;
  display: flex;
}

.index_plate1 .index_plate1_box ul li {
  width: 25%;
  padding: 0 39px;
  position: relative;
}

.index_plate1 .index_plate1_box ul li .pic {
  position: absolute;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  left: 50%;
  max-height: 290px;
}

.index_plate1 .index_plate1_box ul li a {
  width: 100%;
  padding: 168px 44px 37px 44px;
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
}

.index_plate1 .index_plate1_box ul li a:hover {
  background: url(../img/ipbg5.png) center no-repeat;
  background-size: cover;
}

.index_plate1 .index_plate1_box ul li a:hover h4 {
  color: #fff;
}

.index_plate1 .index_plate1_box ul li a:hover h6 {
  color: #fff;
}

.index_plate1 .index_plate1_box ul li a:hover .more {
  background: #fff;
}

.index_plate1 .index_plate1_box ul li a:hover .more .icon2 {
  display: block;
}

.index_plate1 .index_plate1_box ul li a:hover .more .icon1 {
  display: none;
}

.index_plate1 .index_plate1_box ul li a h4 {
  font-size: var(--font36);
  color: #000000;
  text-align: center;
}

.index_plate1 .index_plate1_box ul li a h6 {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  text-align: center;
  margin: 25px 0 28px 0;
}

.index_plate1 .index_plate1_box ul li a .more {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  margin: 0 auto;
  background: linear-gradient(to top, #ffffff 0%, #f38d95 21%, #18c069 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_plate1 .index_plate1_box ul li a .more .icon2 {
  display: none;
}

.index_plate2 {
  width: 100%;
}

.index_plate2 .index_plate2_box {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.index_plate2 .index_plate2_box .pic {
  width: 38%;
}

.index_plate2 .index_plate2_box .text {
  padding-left: 95px;
  width: 62%;
}

.index_plate2 .index_plate2_box .text .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
}

.index_plate2 .index_plate2_box .text .more {
  width: 124px;
  margin: 30px 0 65px 0;
  height: 41px;
  background: #18c069;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.index_plate2 .index_plate2_box .text .list {
  display: flex;
  justify-content: space-between;
}

.index_plate2 .index_plate2_box .text .list .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_plate2 .index_plate2_box .text .list .item:hover .icon .icon2 {
  display: block;
}

.index_plate2 .index_plate2_box .text .list .item:hover .icon .icon1 {
  display: none;
}

.index_plate2 .index_plate2_box .text .list .item:hover .tit {
  color: #18c069;
}

.index_plate2 .index_plate2_box .text .list .item .icon {
  display: flex;
}

.index_plate2 .index_plate2_box .text .list .item .icon .icon2 {
  display: none;
}

.index_plate2 .index_plate2_box .text .list .item .tit {
  margin: 20px 0 5px 0;
  font-size: var(--font36);
  color: #333;
  text-align: center;
}

.index_plate2 .index_plate2_box .text .list .item .info {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  text-align: center;
}

.index_plate2 .index_plate2_box .text .list .line {
  width: 1px;
  height: 121px;
  background: #d9d9d9;
}

.index_plate3 {
  width: 100%;
  padding-bottom: 90px;
}

.index_plate3 .index_plate3_box {
  margin-top: 80px;
}

.index_plate3 .index_plate3_box .slick-track {
  display: flex;
  align-items: center;
}

.index_plate3 .index_plate3_box ul {
  width: 100%;
}

.index_plate3 .slick-arrow {
  /*width: 78px;*/
  /*height: 78px;*/
  /*background: #D5D5D5;*/
  /*top: 50%;*/
  /*transform: translate(0, -50%);*/
  /*border-radius: 50%;*/
}

.index_plate3 .slick-arrow:hover {
      border-top: 2px solid #18c069;
    border-right: 2px solid #18c069;
}


.index_plate3 .slick-prev {
  content: "";
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 48%;
    height: 14px;
    width: 14px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(-135deg);
    margin-left: 3px;
    transition: all .5s ease;
}

.index_plate3 .slick-next {
  content: "";
    position: absolute;
    top: auto;
    bottom: -35px;
    right: 48%;
    height: 14px;
    width: 14px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    margin-left: 3px;
    transition: all .5s ease;
}


.index_plate3 .index_plate3_box ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 37px 0px;
  width: 496px;
}

.index_plate3 .index_plate3_box ul li.prev .tit {
  text-align: left;
}

.index_plate3 .index_plate3_box ul li.next .tit {
  text-align: left;
  background: linear-gradient(180deg, #18C069 0%, #065A48 100%);
}

.index_plate3 .index_plate3_box ul li .pic {
  position: relative;
}

.index_plate3 .index_plate3_box ul li .tit {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 40px;
  height: 80px;
  background: linear-gradient(180deg, #18C069 0%, #065A48 100%);
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.index_plate3 .index_plate3_box ul li.prev .tit {
  justify-content: flex-end;
}

.index_plate3 .index_plate3_box ul li.next .tit {
  justify-content: flex-start;
}

.index_plate3 .index_plate3_box ul li .text {
  display: none;
}

.index_plate3 .index_plate3_box ul li.slick-current {
  width: 943px !important;
  z-index: 8;
}

.index_plate3 .index_plate3_box ul li.slick-current .tit {
  display: none;
}

.index_plate3 .index_plate3_box ul li.slick-current .text {
  width: 350px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 50px;
  background: #04A0F9;
  position: absolute;
  right: 0;
  transition: all .5s ease;
}

.index_plate3 .index_plate3_box ul li.slick-current .text .t {
  font-size: var(--font40);
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  transition: all .5s ease;
}

.index_plate3 .index_plate3_box ul li.slick-current .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: Arial, sans-serif !important;
}

.index_plate3 .index_plate3_box ul li.slick-current .text .more {
  width: 116px;
  height: 37px;
  margin: 17px 0 0px 0;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18c069;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.index_plate3 .index_plate3_box ul li.slick-current .text .more:hover {
  background: #18c069;
  color: #fff;
}

.index_plate3 .index_plate3_box ul li.slick-current .pic {
  width: 63.2%;
  transition: all .5s ease;
}

/* 0430修改把li的current改为newmi */
.index_plate3 .index_plate3_box ul li.newmid {
  width: 943px;
  z-index: 8;
}

.index_plate3 .index_plate3_box ul li.newmid .tit {
  display: none;
}

.index_plate3 .index_plate3_box ul li.newmid .text {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 25px;
  background: #04A0F9;
  position: absolute;
  right: 0;
  transition: all .5s ease;
}

.index_plate3 .index_plate3_box ul li.newmid .text .t {
  font-size: var(--font40);
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  transition: all .5s ease;
}

.index_plate3 .index_plate3_box ul li.newmid .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: Arial, sans-serif !important;
}

.index_plate3 .index_plate3_box ul li.newmid .text .more {
  width: 157px;
  height: 53px;
  margin: 17px 0 0px 0;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18c069;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.index_plate3 .index_plate3_box ul li.newmid .text .more:hover {
  background: #18c069;
  color: #fff;
}

.index_plate3 .index_plate3_box ul li.newmid .pic {
  width: 60%;
  transition: all .5s ease;
}

.index_plate3 .index_plate3_box .tab {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.index_plate3 .index_plate3_box .tab .item {
  width: 82px;
  height: 82px;
  background: #ffffff;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_plate3 .index_plate3_box .tab .item .icon2 {
  display: none;
}

.index_plate3 .index_plate3_box .tab .item.on {
  background: #18c069;
}

.index_plate3 .index_plate3_box .tab .item.on .icon2 {
  display: block;
}

.index_plate3 .index_plate3_box .tab .item.on .icon1 {
  display: none;
}

.index_plate4 {
  width: 100%;
  padding: 0px 0 87px 0;
}

.index_plate4 .index_plate4_box {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.index_plate4 .index_plate4_box .text {
  width: 29.5%;
  padding-right: 60px;
}

.index_plate4 .index_plate4_box .text .tit {
  font-size: var(--font26);
  line-height: 40px;
  color: #333;
}

.index_plate4 .index_plate4_box .text .stit {
  margin: 30px 0 25px 0;
  font-size: var(--font16);
  line-height: 30px;
  color: #999;
  font-family: Arial, sans-serif !important;
}

.index_plate4 .index_plate4_box .text .more {
  width: 140px;
  height: 45px;
  background: #18c069;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font16);
}

.index_plate4 .index_plate4_box .list {
  width: 70.5%;
}

.index_plate4 .index_plate4_box .list ul {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
}

.index_plate4 .index_plate4_box .list ul li {
  width: 33.333%;
  padding: 0 10px;
}

.index_plate4 .index_plate4_box .list ul li:hover a .pic img {
  transform: scale(1.1);
}

.index_plate4 .index_plate4_box .list ul li a {
  display: block;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.index_plate4 .index_plate4_box .list ul li .pic {
  width: 100%;
  overflow: hidden;
}

.index_plate4 .index_plate4_box .list ul li .t {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 89px;
  font-size: var(--font26);
  background: linear-gradient(270deg, #ffb9bf 0%, #18c069 100%);
}

.index_plate5 {
  width: 100%;
  padding: 80px 0 120px 0;
}

.index_plate5 .index_plate5_box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.index_plate5 .index_plate5_box .left {
  width: 39%;
}

.index_plate5 .index_plate5_box .left:hover .pic img {
  transform: scale(1.1);
}

.index_plate5 .index_plate5_box .left:hover .text .t {
  color: #18c069;
}

.index_plate5 .index_plate5_box .left .pic {
  width: 100%;
  border-radius: 25px;
}

.index_plate5 .index_plate5_box .left .text .t {
  font-size: var(--font26);
  font-weight: bold;
  color: #333;
  margin: 30px 0 20px 0;
}

.index_plate5 .index_plate5_box .left .text .st {
  font-size: var(--font16);
  line-height: 30px;
  color: #999;
  font-family: Arial, sans-serif !important;
}

.index_plate5 .index_plate5_box .right {
  width: 61%;
  padding-left: 70px;
}

.index_plate5 .index_plate5_box .right ul li {
  margin-bottom: 35px;
}

.index_plate5 .index_plate5_box .right ul li:last-child {
  margin-bottom: 0;
}

.index_plate5 .index_plate5_box .right ul li a {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: space-between;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text {
  background: #18C069;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text .time {
  background: url(../img/blogbg2.png) center no-repeat;
  background-size: cover;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text .time .day {
  color: #18c069;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text .time .year {
  color: #18c069;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text .content h4 {
  color: #fff;
}

.index_plate5 .index_plate5_box .right ul li a:hover .text .content h6 {
  color: #fff;
}

.index_plate5 .index_plate5_box .right ul li a:hover .pic img {
  transform: scale(1.1);
}

.index_plate5 .index_plate5_box .right ul li a .text {
  width: 67.5%;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 15px 15px 15px 15px;
}

.index_plate5 .index_plate5_box .right ul li a .text .time {
  background: url(../pic/blogbg.png) center no-repeat;
  background-size: cover;
  width: 32.8%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 44px;
}

.index_plate5 .index_plate5_box .right ul li a .text .time .day {
  font-size: 70px;
  color: #fff;
  font-family: Arial, sans-serif !important;
  font-weight: bold;
}

.index_plate5 .index_plate5_box .right ul li a .text .time .year {
  font-size: var(--font20);
  color: #fff;
}

.index_plate5 .index_plate5_box .right ul li a .text .content {
  width: 67.2%;
}

.index_plate5 .index_plate5_box .right ul li a .text .content h4 {
  font-size: var(--font20);
  color: #333333;
  margin-bottom: 12px;
}

.index_plate5 .index_plate5_box .right ul li a .text .content h6 {
  font-size: var(--font16);
  line-height: 30px;
  color: #999;
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.index_plate5 .index_plate5_box .right ul li a .pic {
  width: calc(100% - 67.5% - 50px);
  border-radius: 15px;
  overflow: hidden;
}

.index_plate5 .index_plate5_box .right ul li a .pic img {
  height: 172px;
  object-fit: cover;
}

.down {
  width: 100%;
  padding: 57px 0 43px 0;
  background: #004EA6;
}

.down .down_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.down .down_box .link {
  width: 28%;
}

.down .down_box .link .contact {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}

.down .down_box .link .contact .tit {
  font-size: var(--font30);
  color: #fff;
  margin-right: auto;
}

.down .down_box .link .contact a {
  margin-left: 15px;
  display: block;
}

.down .down_box .link .nav {
  display: flex;
  margin-top: 25px;
}

.down .down_box .link .nav .nav_item {
  width: 50%;
}

.down .down_box .link .nav .nav_item h4 {
  font-size: var(--font26);
  line-height: 30px;
  color: #fff;
  margin-bottom: 12px;
}

.down .down_box .link .nav .nav_item a {
  font-size: var(--font16);
  line-height: 30px;
  color: #fff;
  width: 100%;
  display: block;
  text-transform: capitalize;
  font-family: Arial, sans-serif !important;
}

.down .down_box .mid_info {
  width: 38%;
}

.down .down_box .mid_info .logo {
  line-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
}


.down .down_box .mid_info .logo span {
  font-size: var(--font24);
  color: #FFFFFF;
  line-height: 44px;
  flex: 1;
  margin-left: 26px;
}

.down .down_box .mid_info .logo img {
  width: 120px;
}

.down .down_box .mid_info .company_name {
  font-weight: bold;
  font-size: var(--font26);
  color: #ffffff;
  margin: 40px 0 20px 0;
}

.down .down_box .mid_info .contact_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.down .down_box .mid_info .contact_item img {
  margin-right: 10px;
  margin-top: 7px;
}

.down .down_box .mid_info .contact_item p {
  font-size: var(--font16);
  line-height: 26px;
  color: #fff;
  font-family: Arial, sans-serif !important;
}

.down .down_box .message {
  width: 26%;
}

.down .down_box .message .tit {
  font-size: var(--font30);
  padding-bottom: 12px;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.down .down_box .message form input[type="text"] {
  width: 100%;
  padding: 0 25px;
  height: 45px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  font-size: var(--font16);
  color: #333;
  margin-bottom: 16px;
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="email"] {
  width: 100%;
  padding: 0 25px;
  height: 45px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  font-size: var(--font16);
  color: #333;
  margin-bottom: 16px;
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="tel"] {
  width: 100%;
  padding: 0 25px;
  height: 45px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  font-size: var(--font16);
  color: #333;
  margin-bottom: 16px;
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="text"]::placeholder {
  color: #999;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="email"]::placeholder {
  color: #999;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="tel"]::placeholder {
  color: #999;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form textarea {
  width: 100%;
  padding: 15px 25px;
  height: 123px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  font-size: var(--font16);
  color: #333;
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form textarea::placeholder {
  color: #999;
  font-size: var(--font16);
  font-family: Arial, sans-serif !important;
}

.down .down_box .message form input[type="submit"] {
  width: 138px;
  height: 43px;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font16);
  color: #18C069;
  margin-top: 25px;
  font-family: Arial, sans-serif !important;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  text-transform: capitalize;
  transition: all .5s ease;
}

.down .down_box .message form input[type="submit"]:hover {
  background: #18C069;
  color: #fff;
}

.copyright {
  width: 100%;
  background: #004EA6;
  border-top: 1px solid #fff;
}

.copyright .copyright_box {
  line-height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font16);
  color: #fff;
  font-family: Arial, sans-serif !important;
}

.copyright .copyright_box a {
  font-size: var(--font16);
  color: #fff;
  font-family: Arial, sans-serif !important;
}

.top_nav {
  width: 100%;
  background: #fff;
  z-index: 2;
  position: relative;
}

.top_nav .top_nav_box {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_nav .top_nav_box .logo {
  line-height: 0;
}

.top_nav .top_nav_box .nav {
  margin-left: auto;
  position: relative;
}

.top_nav .top_nav_box .nav ul {
  display: flex;
}

.top_nav .top_nav_box .nav ul li {
  position: relative;
}

.top_nav .top_nav_box .nav ul li:hover .products_cootent {
  opacity: 1;
  visibility: visible;
}

.top_nav .top_nav_box .nav ul li .products_cootent {
  opacity: 0;
  background: #fff;
  padding: 43px 77px;
  position: fixed;
  width: 1400px;
  left: 50%;
  transform: translate(-50%, 0px);
  visibility: hidden;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_tab {
  display: flex;
  align-items: center;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_tab .tab_item {
  cursor: pointer;
  font-size: var(--font18);
  position: relative;
  color: #333;
  margin-right: 55px;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_tab .tab_item.on:after {
  content: "";
  height: 3px;
  width: 44px;
  background: #18c069;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list {
  opacity: 0;
  top: 20px;
  z-index: -1;
  width: 100%;
  position: absolute;
  transition: opacity 0.5s ease;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list.on {
  position: relative;
  z-index: 1;
  opacity: 1;
  top: 0;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul {
  display: flex;
  width: calc(100% + 38px);
  margin: -19px;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li {
  width: 20%;
  padding: 19px;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li a {
  display: block;
  width: 100%;
  margin: 0;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li a:hover .pic {
  background: linear-gradient(to top, #04A0F9 0%, #ffffff 100%);
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 20px 0px 20px;
  border: 2px solid #fff;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li a:hover h4 {
  color: #18c069;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li a .pic {
  transition: all 0.5s ease;
  height: 156px;
  border-radius: 0px 0px 0px 0px;
  padding: 0 39px;
  border-radius: 0 15px 0 15px;
  border: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li a .pic img {
  max-width: 80%;
  max-height:100%;
  width:auto;
}

.top_nav .top_nav_box .nav ul li .products_cootent .product_list_layout .product_list ul li h4 {
  font-size: var(--font16);
  margin-top: 20px;
  color: #333;
  line-height: 22px;
  font-family: barlow-SemiBold !important;
  letter-spacing: 0px;
}

.top_nav .top_nav_box .nav ul li a {
  text-transform: capitalize;
  font-size: 18;
  color: #333;
  display: block;
  margin: 0 24px;
  font-family: barlow-SemiBold !important;
}

.top_nav .top_nav_box .nav ul li a:hover {
  color: #18c069;
}

.top_nav .top_nav_box .fun {
  display: flex;
  align-items: center;
}

.top_nav .top_nav_box .fun .lang {
  margin: 0 20px 0 12px;
  cursor: pointer;
  position: relative;
}

.top_nav .top_nav_box .fun .search {
  cursor: pointer;
}

.pf {
  position: fixed !important;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.pf ul {
  display: flex;
  flex-direction: column;
}

.pf ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background: rgba(24,
      192,
      105, 0.6);
  cursor: pointer;
}

.pf ul li:hover {
  background: rgba(24,
      192,
      105, 1);
}

.pf ul li .num {
  width: 18px;
  height: 18px;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.search_box {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out 0s;
  height: 0;
  overflow: hidden;
}

.search_box.on {
  height: 100vh;
  opacity: 1;
}

.search_box.on .search_box_layout {
  opacity: 1;
  transform: translateY(0);
}

.search_box .search_box_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: flex-end;
  margin-left: 25%;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.25s;
}

.search_box .search_box_layout .close {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.search_box .search_box_layout .close:after {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}

.search_box .search_box_layout .close::before {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}

.search_box .search_box_layout form {
  width: 100%;
  margin-top: 30px;
}

.search_box .search_box_layout form .layout {
  position: relative;
}

.search_box .search_box_layout form .text {
  width: 100%;
  background: transparent;
  line-height: 60px;
  padding: 0 20px;
  font-size: var(--font24);
  border-bottom: 1px solid #18c069;
  color: #fff;
}

.search_box .search_box_layout form .text::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font24);
}

.search_box .search_box_layout form .submit {
  height: 60px;
  width: 60px;
  position: absolute;
  background: url(../pic/search.png) center no-repeat;
  background-size: 25px;
  right: 0px;
  top: 5px;
}

.top_nav .top_nav_box .fun .lang .lang_ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 55px;
  display: none;
}

.top_nav .fun .lang .lang_ul a {
  display: block;
  min-width: 150px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: var(--font20);
}

.top_nav .fun .lang .lang_ul a:hover {
  background: #18c069;
}

.qwe {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  font-family: Arial, sans-serif !important;
  font-family: barlow-Regular;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ny_ustit {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: var(--font36);
  color: #333;
  width: 100%;
}

.ny_ustit:after {
  content: "";
  width: 64px;
  position: absolute;
  height: 5px;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 63px;
  height: 9px;
  background: #04A0F9;
  border-radius: 0px 0px 0px 0px;
}

.ny_ustit.l {
  text-align: left;
}

.ny_ustit.l:after {
  left: 0;
  transform: translate(0);
}

@media screen and (max-width: 1500px) {
  .fiexd_form .close {
    top: 30px;
    right: 30px;
  }

  .partnership_plate1 .partnership_box .pic_box .box.box1 .circle {
    bottom: -40px;
    left: 40px;
  }

  .partnership_plate1 .partnership_box .pic_box .box.box4 .circle {
    top: -50px;
    left: 80px;
  }

  .partnership_plate1 .partnership_box .pic_box .box.box3 .circle {
    top: -50px;
    left: 80px;
  }

  .partnership_plate1 .partnership_box .pic_box .box.box2 .circle {
    top: -50px;
    left: 50px;
  }

  .us_tab a {
    width: 150px;
    line-height: 50px;
    height: 50px;
  }

  .search_more.mt {
    margin-top: 50px;
  }

  .search_more.mt form input[type="text"] {
    width: 300px;
  }

  .about_us_plate3 {
    padding: 60px 80px 60px 60px;
  }

  .index_plate5 .index_plate5_box .left .text .t {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .about_us_plate3 .about_us_plate3_box .info {
    margin-top: 50px;
  }

  .index_plate5 {
    padding: 60px 0 80px 0;
  }

  .index_plate5 .index_plate5_box .left .text .st {
    line-height: 24px;
  }

  .index_plate5 .index_plate5_box .right ul li a {
    height: 122px;
  }

  .index_plate5 .index_plate5_box .right ul li a .text .time {
    width: 38.8%
  }

  .index_plate5 .index_plate5_box .right ul li a .text .content h6 {
    line-height: 24px;
  }

  .index_plate5 .index_plate5_box .right ul li a .text .time {
    padding-left: 25px;
  }

  .index_plate1 .index_plate1_box ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .index_plate1 .index_plate1_box ul li a {
    padding-top: 100px;
  }

  .index_plate1 .index_plate1_box {
    margin-top: 180px;
  }

  .index_plate1 .index_plate1_box ul li {
    padding: 0 20px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li .text .info {
    line-height: 24px;
    margin-top: 40px;
  }

  .products_list .products_list_box .product_list ul {
    width: calc(100% + 40px);
    margin: -20px;
  }

  .products_list .products_list_box .product_list ul li {
    padding: 20px;
  }

  .about_us_plate5 .about_us_plate5_box .slick-arrow.slick-prev {
    left: 420px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .year {
    font-size: 50px;
  }

  .about_us_plate5 .about_us_plate5_box .slick-arrow.slick-next {
    right: 420px;
  }

  .about_us_plate1 .about_content .info {
    line-height: 26px;
  }

  .about_us_plate1 .about_us_list ul li {
    height: 180px;
  }

  .solution_plate4 .text .info {
    margin-top: 50px;
  }

  .solution_plate4 .text .list {
    margin-top: 40px;
  }

  .solution_plate2 .solution_plate2_box .info {
    line-height: 30px;
    margin-top: 30px;
  }

  .solution_plate4 .text .list .item .tit {
    line-height: 24px;
  }

  .solution_plate2 {
    padding: 60px 0 100px 0
  }

  .solution_plate2 .solution_plate2_box .list .item span {
    line-height: 28px;
  }

  .solution .solution_box .solution_list ul li {
    margin-bottom: 50px;
  }

  .blog_detail .blog_detail_box h1 {
    line-height: 60px;
  }

  .solution {
    padding-bottom: 80px;
  }

  .solution .solution_box .solution_list ul li .box .text .more {
    width: 140px;
    height: 40px;
  }

  .partnership_plate3 .partnership_box .list:after {
    height: calc(100% + 80px);
  }

  .partnership_plate3 .partnership_box .list .item .icon img {
    height: 40px;
  }

  .partnership_plate3 .partnership_box .list .item .tit {
    margin: 10px 0;
  }

  .partnership_plate3 .partnership_box .list .item {
    padding: 30px 25px;
  }

  .partnership_plate2 .partnership_box .content_list {
    width: 70%
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list .item:nth-child(2n - 1) .icon img {
    height: 30px
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list .item span {
    white-space: normal;
    text-align: center;
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list .item {
    margin: 0 6px;
  }

  .blogs .blogs_box ul li a h4 {
    line-height: 30px;
  }

  .blogs .blogs_box ul li a .more {
    width: 160px;
    height: 50px;
  }

  .partnership_plate6 .partnership_box form .submit {
    width: 140px;
    height: 40px;
  }

  .blog_main_box_top .more {
    width: 240px
  }

  .index_plate5 .index_plate5_box .right ul li a .text .time .day {
    font-size: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .back {
    left: 20px;
  }

  .index_plate5 .index_plate5_box .right ul li a .text .time .day {
    font-size: 36px;
  }

  .index_plate3 .index_plate3_box ul li.slick-current .text .info {
    line-height: 24px;
  }

  .index_plate3 .index_plate3_box ul li.slick-current .text {
    padding: 30px 20px;
    height: 90%;
  }

  .index_plate5 .index_plate5_box .right ul li a {
    height: 110px;
  }

  .ibanner .slick-dots li {
    height: 12px;
    width: 12px;
  }

  .pf ul li {
    height: 50px;
    width: 50px;
  }

  .top_nav .top_nav_box .nav ul li a {
    margin: 0 10px;
  }

  .pf ul li .icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
  }

  .pf ul li img {
    max-width: 50%;
  }

  .index_plate5 .index_plate5_box .right ul li a .text .content {
    width: 60%
  }

  .index_plate5 .index_plate5_box .right ul li a .text .time {
    min-width: 40%;
  }

  .index_plate5 .index_plate5_box .right ul li a .text .content h4 {
    margin-bottom: 10px;
  }

  .index_plate3 .index_plate3_box .tab {
    margin-top: 30px;
  }

  .index_plate4 .index_plate4_box .list ul li .t {
    line-height: 60px;
    height: 60px;
  }

  .index_plate4 .index_plate4_box .text .stit {
    line-height: 26px;
  }

  .index_plate3 {
    padding: 60px 0;
  }

  .index_plate3 .index_plate3_box .tab .item {
    height: 60px;
    width: 60px;
  }

  .index_plate3 .index_plate3_box .tab .item img {
    max-width: 50%;
  }

  .index_plate3 .index_plate3_box ul li .tit {
    height: 50px;
    line-height: 50px;
  }

  .index_plate1 .index_plate1_box ul li {
    padding: 0 10px;
  }

  .index_plate3 .index_plate3_box ul li.slick-current .text .t {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .index_plate1 .index_plate1_box ul li a {
    padding: 90px 25px 30px 25px;
  }

  .index_plate1 .index_plate1_box ul li a h6 {
    line-height: 24px;
  }

  .index_plate1 .index_plate1_box ul li a .more {
    height: 40px;
    width: 40px;
  }

  .index_plate3 .index_plate3_box ul li.slick-current {
    width: 600px
  }

  .index_plate3 .index_plate3_box ul li {
    width: 300px
  }

  .index_plate2 .index_plate2_box .text .more {
    margin: 20px 0 45px 0;
  }

  .index_plate2 .index_plate2_box .text .list .item .info {
    line-height: 24px;
  }

  .index_plate1 .index_plate1_box ul li a .more img {
    max-width: 40%;
  }

  .back:hover .text {
    width: 180px;
    padding-right: 30px;
    opacity: 1;
  }

  .index_plate1 .index_plate1_box ul li a h6 {
    margin: 15px 0;
  }

  .back .icon {
    width: 45px;
    height: 45px;
  }

  .back .text {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    margin-left: -45px;
    line-height: 45px;
  }

  .about_us_plate6 .about_us_plate6_box li.slick-current .pic {
    height: 300px;
    width: 500px;
  }

  .back .icon img {
    max-width: 40%;
  }

  .products_list .products_list_box .left_nav ul li {
    margin-bottom: 15px;
  }

  .products_list .products_list_box .left_nav .contact_form {
    margin-top: 20px;
  }

  .products_list .products_list_box .product_list ul li a .pic {
    height: 150px;
  }

  .products_list .products_list_box .left_nav .contact_form {
    padding: 20px 30px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .year {
    font-size: 36px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .left_text {
    padding-top: 60px;
  }

  .about_us_plate6 .about_us_plate6_box li .pic {
    height: 250px;
    margin-top: 50px;
  }

  .about_us_plate1 .about_content {
    margin-top: 30px;
    flex-direction: column;
  }

  .about_us_plate2 .about_us_plate2_box .down_content {
    margin-top: 50px;
  }

  .projects .projects_box ul li a h4 {
    line-height: 28px;
  }

  .solution_plate6 {
    padding: 60px 0;
  }

  .solution_plate4 .text .list .item .icon {
    height: 120px;
    width: 120px;
  }



  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx {
    bottom: 30px;
    left: 30px;
  }

  .projects {
    padding: 30px 0;
  }

  .projects .projects_box .us_tab {
    margin: 30px 0;
  }

  .us_tab a {
    margin: 0 15px;
  }

  .projects .projects_box ul {
    width: 100%;
    margin: -20px 0px;
  }

  .projects .projects_box ul li {
    padding: 20px 0;
  }

  .projects .projects_box ul li {
    width: 100%;
  }

  .projects .projects_box ul li a .more {
    width: 160px;
    height: 40px;
  }

  .projects .projects_box .us_tab {
    margin: 50px 0;
  }

  .partnership_plate1 {
    padding: 30px 0;
  }

  .partnership_plate5 .partnership_box .text_layout .text_item .tit {
    margin-bottom: 20px;
  }

  .partnership_plate6 .partnership_box {
    margin-top: 50px;
  }

  .partnership_plate6 .partnership_box form input[type="text"] {
    line-height: 50px
  }


  .partnership_plate2 .partnership_box {
    margin-top: 60px;
  }

  .partnership_plate2 .partnership_box {
    padding: 80px 0;
  }

  .partnership_plate6 .partnership_box form textarea {
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
  }

  .partnership_plate6 .partnership_box form .submit {
    margin-top: 40px;
  }

  .partnership_plate3 .partnership_box .list .item {
    padding: 20px;
  }

  .partnership_plate3 .partnership_box .list .item .content {
    line-height: 20px;
  }

  .partnership_plate4 .partnership_box .text .info {
    margin-top: 40px;
  }

  .partnership_plate4 {
    padding: 50px 0;
  }

  .partnership_plate5 .partnership_box {
    margin-top: 50px;
  }

  .partnership_plate4 .partnership_box .text .info {
    line-height: 24px;
  }

  .partnership_plate3 .partnership_box .info {
    margin: 40px 0;
  }

  .partnership_plate3 .partnership_box .list .item .tit {
    line-height: 24px;
  }

  .partnership_plate6 .partnership_box form input[type="text"] {
    margin-bottom: 20px;
    padding: 0 20px
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx img {
    height: 30px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx img {
    height: 25px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx {
    bottom: 20px;
    left: 30px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx_item {
    margin-right: 25px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx_item {
    margin-right: 30px;
  }

  .contact_us {
    padding: 50px 0;
    margin-top: 50px;
  }

  .contact_us .contact_us_box .contact_text ul li .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .contact_us .contact_us_box form textarea {
    height: 180px;
    margin-bottom: 25px;
  }

  .contact_us .contact_us_box form input[type="text"] {
    line-height: 24px;
    padding: 0 25px;
    height: 60px;
    margin-bottom: 20px;
  }

  .contact_us .contact_us_box {
    margin-top: 60px;
  }

  .contact_us .contact_us_box form .submit {
    width: 120px;
    height: 40px;
  }

  .contact_us .contact_us_box .contact_text ul li {
    margin-bottom: 25px;
  }

  .contact_us .contact_us_box .contact_text ul li .text h4 {
    margin-bottom: 8px;
  }

  .contact_us .contact_us_box .contact_text ul li .text h6 {
    line-height: 22px;
  }

  .blogs .blogs_box ul li a h4 {
    line-height: 30px;
  }

  .blogs .blogs_box ul li a .more {
    width: 150px;
    height: 40px;
  }

  .blogs .blogs_box ul li a h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blogs .blogs_box {
    margin-top: 60px;
  }

  .partnership_plate1 .partnership_box .pic_box .box {
    padding: 15px;
  }

  .partnership_plate1 .partnership_box .pic_box .box {
    height: 180px;
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {

  .about_us_plate5 .about_us_plate5_box .info {

    max-width: 80%;

  }

}

@media screen and (max-width: 1024px) {
  .fiexd_form {
    height: auto;
    width: 80vw;
    left: 10vw;
    padding: 20px;
    border-radius: 0px 30px 0px 30px;
  }

  .solution_plate7 .solution_plate7_box {
    flex-direction: column;
  }

  .blog_detail .blog_detail_box .info.pb {
    padding-bottom: 13px;
  }

  .solution_plate7:after {
    display: none;
  }

  .solution_plate2 .solution_plate2_box .list .item {
    margin: 0 10px;
  }

  .solution_plate7 .solution_plate7_box .text {
    width: 100%;
    padding-left: 0;
  }

  .solution_plate7 .solution_plate7_box .pic {
    width: 100%;
    margin-bottom: 20px;
  }

  .search_more.mt2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .partnership_plate1 .partnership_box .pic_box .box.box3 .circle {
    display: none;
  }

  .blogs .blogs_box {
    margin-top: 30px;
  }

  .search_more.mt {
    margin-top: 40px;
  }

  .search_more form {
    width: 100%
  }

  .search_more.mt form input[type="text"] {
    width: calc(100% - 60px);
  }

  .ibanner .text_layout .tit {
    font-size: 24px;
  }

  .ibanner .text_layout .info {
    margin: 10px 0;
  }

  .blogs {
    padding: 30px 0;
  }

  .index_plate1 .index_plate1_box ul li {
    width: 100%;
  }

  .index_plate1 .index_plate1_box ul li {
    margin-bottom: 80px;
  }

  .index_plate2 .index_plate2_box .text {
    padding-left: 0;
    margin-top: 20px;
  }

  .index_plate1 .index_plate1_box ul li:last-child {
    margin-bottom: 0;
  }

  .index_plate3 .index_plate3_box ul li.slick-current .pic {
    width: 400px;
  }

  .index_plate3 .index_plate3_box ul li {
    flex-direction: column;
  }

  .index_plate4 .index_plate4_box {
    flex-direction: column;
  }

  .index_plate4,
  .index_plate5 {
    padding: 30px 0;
  }

  .index_plate5 .index_plate5_box .right ul li a .text {
    width: 100%
  }

  .index_plate5 .index_plate5_box .right ul li {
    margin-bottom: 15px;
  }

  .down .down_box .mid_info .logo {
    display: none;
  }

  .index_plate3 .index_plate3_box {
    margin-top: 20px;
  }

  .index_plate1 .index_plate1_box {
    margin-top: 130px;
  }

  .down {
    padding: 30px 0;
  }

  .down .down_box .mid_info .company_name {
    margin: 20px 0 15px 0;
  }

  .copyright .copyright_box a {
    font-size: 12px;
  }

  .down .down_box .link .nav {
    display: none;
  }

  .down .down_box {
    flex-direction: column;
  }

  .index_plate5 .index_plate5_box .right ul li a {
    height: 150px;
  }

  .index_plate5 .index_plate5_box .right ul li a .pic {
    width: calc(100% - 75.5% - 10px);
    display:none;
  }

  .index_plate5 .index_plate5_box {
    flex-direction: column;
    margin-top: 40px;
  }

  .index_plate5 .index_plate5_box .right {
    padding-left: 0;
    margin-top: 20px;
  }

  .index_plate5 .index_plate5_box .left {
    width: 100%
  }

  .index_plate4 .index_plate4_box .text .stit {
    margin: 15px 0;
  }

  .index_plate4 .index_plate4_box .list {
    margin-top: 20px;
  }

  .index_plate4 .index_plate4_box .text .tit {
    line-height: 30px;
  }

  .index_plate4 .index_plate4_box .text {
    padding-right: 0;
  }

  .index_plate3 {
    padding: 30px 0;
  }

  .index_plate3 .index_plate3_box .tab {
    margin-top: 0;
  }

  .index_plate3 .index_plate3_box .tab .item {
    margin: 0 10px;
  }

  .index_plate3 .index_plate3_box ul li.slick-current .text {
    width: 400px;
    position: relative;
  }

  .index_plate3 .index_plate3_box ul li.slick-current {
    width: 134px !important;
  }

  .index_plate2 .index_plate2_box {
    flex-direction: column;
    margin-top: 30px;
  }

  .index_plate1 .index_plate1_box ul li .pic {
    max-height: 150px;
  }

  .index_plate1 .index_plate1_box ul li .pic img {
    max-height: 150px;
  }

  .index_plate1 .index_plate1_box ul {
    flex-direction: column;
  }

  .index_plate1 {
    padding: 30px 0;
  }

  .ibanner .pic img {
    min-height: 260px;
    object-fit: cover;
  }

  .ibanner .slick-dots {
    bottom: 20px;
  }

  .fiexd_form .close {
    right: 20px;
    top: 20px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li {
    flex-direction: column !important;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate1 {
    flex-direction: column;
  }

  .products_list {
    padding: 30px 0;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li .pic {
    width: 100%
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li:nth-child(2n) .text {
    padding-right: 0;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li {
    margin-top: 30px;
  }

  .product_detail_plate2 {
    padding: 30px 0;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li .text .qs_list {
    margin-top: 40px;
  }

  .product_detail_plate2 .product_detail_plate2_box ul li {
    width: 100%;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate3 ul li .text .qs_list .qs_item .qs_down {
    line-height: 24px;
    margin-top: 0;
  }

  .about_us_plate1 .about_content .line {
    display: none;
  }

  .products_list .products_list_box .product_list {
    margin-top: 30px;
  }

  .products_list .products_list_box .product_list ul li {
    width: 50%
  }

  .product_detail_plate1 {
    padding: 30px 0;
  }

  .products_list .products_list_box {
    margin-top: 30px;
    flex-direction: column;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text {
    padding-left: 0;
    margin-top: 20px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .more {
    width: 120px;
    height: 40px;
    border-radius: 0px 15px 0px 15px;
    font-size: var(--font16);
    margin-top: 25px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 {
    margin-top: 30px;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 .top_tab {
    padding: 0;
    flex-wrap: wrap;
    height: auto;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 .top_tab .tab_item {
    width: 50%;
    padding: 0;
    text-align: center;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .text {
    width: 100% !important;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item .pic {
    width: 100% !important
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate2 .down_content .content_item {
    flex-direction: column !important;
  }

  .product_detail_plate1 .product_detail_plate1_box .detail_plate1 .text .info {
    line-height: 24px;
    margin-top: 40px;
  }

  .solution_plate1 {
    padding: 30px 0 0 0;
  }

  .about_us_plate1 .about_content .info {
    margin-top: 55px;
    position: sticky;
  }

  .about_us_plate1 .about_us_list ul li,
  .about_us_plate1 .about_us_list ul li.on {
    width: 100% !important;
  }

  .about_us_plate1 .about_us_list {
    margin-top: 20px;
  }

  .about_us_plate1 .about_us_list ul li.on {
    margin-top: 20px;
  }

  .about_us_plate3 {
    padding: 30px 15px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .pic {
    width: 100%;
  }

  .about_us_plate2 .about_us_plate2_box .down_content ul li .circle {
    height: 20px;
    width: 20px;
  }

  .about_us_plate3 .about_us_plate3_box .text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }

  .about_us_plate3 .about_us_plate3_box {
    flex-direction: column;
  }

  .about_us_plate4 .about_us_plate4_box .slick-arrow {
    bottom: -60px;
    top: auto;
    transform: translate(0);
  }

  .usarrow .slick-arrow {
    height: 40px;
    width: 40px
  }

  .about_us_plate4 .about_us_plate4_box .slick-arrow.slick-prev {
    left: 60px;
  }

  .about_us_plate6 .about_us_plate6_box li.slick-current .pic {
    width: 100%;
    height: auto;
  }

  .about_us_plate6 {
    padding-bottom: 60px;
  }

  .about_us_plate5 .about_us_plate5_box .slick-arrow.slick-next {
    right: 80px;
  }

  .about_us_plate3 .about_us_plate3_box .video .play img {
    height: 50px;
    width: 50px;
  }

  .about_us_plate5 .about_us_plate5_box .slick-arrow.slick-prev {
    left: 80px;
  }

  .about_us_plate5 .about_us_plate5_box .info {
    margin-bottom: 30px;
    line-height: 24px;
  }

  .about_us_plate6 .info {
    line-height: 24px;
    margin-bottom: 30px;
  }

  .about_us_plate6 .about_us_plate6_box .slick-dots li {
    height: 14px;
    width: 14px;
  }

  .about_us_plate6 .about_us_plate6_box .slick-dots {
    bottom: -30px;
  }

  .about_us_plate6 .about_us_plate6_box .slick-dots li.slick-active {
    width: 60px
  }

  .about_us_plate6 .about_us_plate6_box li .pic {
    width: 100%;
    margin-top: 0;
  }

  .about_us_plate6 .about_us_plate6_box {
    margin-top: 40px;
  }

  .about_us_plate5 {
    padding: 100px 15px 30px 15px;
  }

  .about_us_plate5 .about_us_plate5_box {
    margin-top: 40px;
  }

  .about_us_plate4 .about_us_plate4_box .slick-arrow.slick-next {
    right: 60px;
  }

  .about_us_plate4 .about_us_plate4_box {
    margin-top: 40px;
  }

  .about_us_plate3 .about_us_plate3_box .info {
    margin-top: 30px;
  }

  .about_us_plate2 {
    padding: 30px 0;
  }

  .about_us_plate2 .about_us_plate2_box .down_content ul li:after {
    top: 10px;
  }

  .about_us_plate2 .about_us_plate2_box .down_content {
    margin-top: 30px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .left_text .info {
    line-height: 24px;
    margin-top: 10px;
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li .left_text {
    width: 100%
  }

  .about_us_plate2 .about_us_plate2_box .top_content ul li {
    flex-direction: column;
  }

  .about_us_plate1 {
    padding: 30px 0;
  }

  .about_us_plate1 .about_us_list ul li .content {
    display: block;
  }

  .about_us_plate1 .about_us_list ul li .text .tit {
    display: none;
  }

  .about_us_plate1 .about_us_list ul {
    flex-direction: column;
  }

  .solution {
    padding: 30px 0;
  }

  .solution_plate1 .solution_plate1_box {
    margin-top: 50px;
  }

  .solution_plate2 .solution_plate2_box .list .item .icon img {
    height: 40px;
  }

  .solution_plate2 .solution_plate2_box .list .item.on:after {
    bottom: -22px;
  }

  .solution_plate3 {
    padding: 30px 0;
  }

  .solution_plate4 .text .list .item .icon {
    height: 100px;
    width: 100px;
  }

  .solution_plate4 .text .list .item .icon img {
    max-width: 70%;
  }

  .solution_plate4 {
    padding: 30px 15px;
  }

  .solution_plate4 .text .list {
    margin-top: 20px;
  }

  .solution_plate4 .text .list .item {
    width: 33.3%
  }

  .solution_plate3 .solution_plate3_box,
  .solution_plate6 .solution_plate6_box {
    margin-top: 50px;
  }

  .solution_plate4 .text {
    padding: 0px;
  }

  .solution_plate5 {
    padding: 30px 0
  }

  .solution_plate5 .solution_plate5_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .solution_plate6 .solution_plate6_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .solution_plate6 {
    padding: 30px 0;
  }

  .solution_plate6 .solution_plate6_box ul li a .pic {
    height: 200px;
  }

  .solution_plate5 .solution_plate5_box ul li a .tit {
    margin-top: 5px;
  }

  .solution_plate5 .solution_plate5_box {
    margin-top: 50px;
  }

  .solution_plate4 {
    flex-direction: column;
  }

  .solution_plate3 .solution_plate3_box .switch {
    margin-bottom: 25px;
  }

  .solution_plate3 .solution_plate3_box .switch .switch_item {
    margin: 0 20px;
  }

  .solution_plate2 {
    padding: 30px 0;
  }

  .solution_plate2 .solution_plate2_box .list {
    padding-bottom: 20px;
  }

  .ptl {
    padding-top: 0 !important;
  }

  .solution .solution_box .solution_list ul li .box .pic {
    width: 100%;
    border-radius: 30px 30px;
  }

  .solution .solution_box .solution_list ul li .box .text {
    position: relative;
    width: 100%;
    border-radius: 0px 0px 30px 30px !important;
    height: auto;
    padding: 20px 15px !important;
  }

  .solution .solution_box {
    margin-top: 50px;
  }

  .pbl {
    padding-bottom: 0 !important;
  }

  .partnership_plate1 .partnership_box .pic_box {
    margin-top: 30px;
  }

  .partnership_plate1 .partnership_box .info {
    margin-top: 40px;
  }

  .partnership_plate1 .partnership_box .pic_box .box {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }

  .partnership_plate2 .partnership_box {
    padding: 20px 0;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item {
    margin-bottom: 20px;
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list {
    margin-top: 20px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
    margin-bottom: 20px;
  }

  .partnership_plate2 .partnership_box .list {
    display: flex;
    top: 0%;
    transform: translate(0, 0%);
    position: relative;
    left: auto;
  }

  .partnership_plate2 .partnership_box .content_list .content_item .info {
    line-height: 24px;
  }

  .partnership_plate2 .partnership_box .content_list {
    margin-top: 20px;
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list .item:nth-child(2n) {
    display: none;
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list {
    justify-content: center;
  }

  .partnership_plate3 .partnership_box .list .item {
    width: 100%;
  }

  .partnership_plate3 .partnership_box .list {
    flex-wrap: wrap;
  }

  .partnership_plate3 {
    padding: 30px 0;
  }

  .partnership_plate4 .partnership_box .text {
    padding-left: 0px;
    margin-top: 15px;
  }

  .partnership_plate5 .partnership_box .text_layout {
    flex-direction: column;
  }

  .partnership_plate5 {
    padding-bottom: 20px;
  }

  .partnership_plate5 .partnership_box .text_layout .text_item {
    margin-bottom: 15px;
  }

  .partnership_plate6 {
    padding: 30px 0;
  }

  .partnership_plate3 .partnership_box .list:after {
    display: none;
  }

  .partnership_plate6 .partnership_box form input[type="text"] {
    width: 100%
  }

  .partnership_plate5 .partnership_box .text_layout {
    margin-top: 20px;
  }

  .partnership_plate5 .partnership_box .info {
    line-height: 24px;
  }

  .partnership_plate4 {
    padding: 30px 15px;
  }

  .partnership_plate4 .partnership_box {
    flex-direction: column;
  }

  .partnership_plate3 .partnership_box .info {
    margin: 20px 0;
  }

  .partnership_plate3 .partnership_box .top_layout .more {
    width: 100%;
    margin-top: 30px;
  }

  .partnership_plate3 .partnership_box .top_layout {
    flex-direction: column;
  }

  .partnership_plate3 .partnership_box .list .item {
    margin-bottom: 20px;
  }

  .partnership_plate2 .partnership_box .list a .layout {
    height: 60px;
  }

  .partnership_plate2 .partnership_box .list a {
    background: #fff;
    width: 33.3%;
    height: 60px;
  }

  .partnership_plate2 .partnership_box .list a.on {

    background: #18c069 !important;
  }

  .partnership_plate2 .partnership_box {
    width: 100%;
    margin-left: auto;
  }

  .partnership_plate2 .partnership_box .content_list {
    width: 100%;
    padding: 0 15px
  }

  .partnership_plate2 .partnership_box .content_list .content_item .step_list {
    flex-wrap: wrap;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
    margin-top: 20px;
  }

  .blog_main_plate2.blog_main_plate3 .blog_main_box .blog_main_box_video {
    margin-top: 10px;
  }

  .blog_main_plate2.blog_main_plate3 {
    padding-bottom: 30px;
  }

  .blog_main_box_top {
    flex-wrap: wrap;
    height: auto;
  }

  .search_more {
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
  }

  .search_more form input[type="text"] {
    width: 150px;
    height: 50px;
    border-radius: 25px 0 0 25px;
  }

  .search_more form input[type="submit"] {
    width: 60px;
    height: 50px;
    border-radius: 0 25px 25px 0;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a {
    flex-direction: column;
  }

  .blog_main_plate1 {
    padding: 30px 0;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .pic {
    width: 100%;
    margin-right: 0;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li {
    margin-top: 30px;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text {
    width: 100%;
    margin-top: 20px;
  }

  .blog_main_box_top .tit {
    font-size: 20px;
  }

  .blog_main_box_top .link {
    margin-left: 15px;
    padding-left: 15px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video {
    margin-top: 30px;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video {
    flex-direction: column;
  }

  .blog_main_plate2 .blog_main_box .blog_main_box_video .play img {
    height: 50px;
    width: 50px;
  }

  .blog_main_box_top .link img {
    height: 30px;
  }

  .blog_main_plate2 {
    padding: 30px 0;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more {
    width: 160px;
    height: 40px;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h6 {
    margin-bottom: 20px;
  }

  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info {
    margin-top: 20px;
  }

  .blog_main_box_top .more {
    margin-left: 20px;
  }

  .blog_main_box_top .more {
    width: 150px;
    height: 50px;
  }

  .mbx .mbx_box a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .blog_detail {
    padding: 30px 0;
  }

  .blog_detail .blog_detail_box .info .info_item {
    margin-right: 20px;
  }

  .blogs.detail_blogs {
    padding: 30px 0;
  }

  .blogs.detail_blogs .blogs_box {
    margin-top: 20px;
  }

  .blog_detail .blog_detail_box .editor p {
    line-height: 28px
  }

  .blog_detail .blog_detail_box .info {
    margin: 20px 0;
  }

  .blog_detail .blog_detail_box h1 {
    line-height: 35px;
  }

  .blog_detail .blog_detail_box {
    margin-top: 30px;
  }

  .mbx .mbx_box a {
    line-height: 30px;
  }

  .mbx .mbx_box {
    flex-wrap: wrap;
    padding: 15px 0;
    height: auto;
  }

  .blogs .blogs_box ul {
    width: 100%;
    margin: -15px 0px;
  }

  .blogs .blogs_box ul li {
    padding: 15px 0;
  }

  .blogs .blogs_box ul li {
    width: 100%
  }

  .contact_us .contact_us_box .contact_text ul li:last-child {
    margin-bottom: 0;
  }

  .contact_us .contact_us_box {
    flex-direction: column;
  }

  .contact_us .contact_us_box {
    margin-top: 40px;
  }

  .contact_us .contact_us_box form {
    width: 100%;
    margin-top: 20px;
  }

  .contact_us .contact_us_box form input[type="text"] {
    line-height: 24px;
    padding: 0 20px;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
  }

  .map {
    padding: 30px 0;
  }

  .contact_us {
    padding: 30px 0;
    margin-top: 30px;
  }

  .children_width_complete>div {
    width: 100% !important;
  }

  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }

  .top_nav {
    display: none;
  }

  ._nav2 {
    width: 100%;
    float: left;
  }

  ._nav2-1_bg {
    width: 100%;
  }

  ._nav2 .ctext {
    width: 100%;
    float: left;
  }

  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav2 .ctext .menuph {
    display: block;
  }

  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #18c069;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #18c069;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  .ibanner {
    margin-top: 50px;
  }

  .index_plate1 .index_plate1_box ul li {
    padding: 0 15px;
  }

  .index_plate4 .index_plate4_box {
    margin-top: 60px;
  }

  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    padding-top:20px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #18c069;
  }

  ._nav2 .ctext .xialaph h5 {
    display: flex;
  }

  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }

  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
img {
    height: auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  ._nav2 .box .logo img {
    height: 49px;
    width: auto;
    margin-top: 10px;
    display: block;
  }

  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #18c069;
  }

@media screen and (max-width: 1024px) {
    .ibanner .text_layout .cps_banner_layout{
        width:100%;
        height:auto;
        margin-top: 30px;
    }
    .ibanner .text_layout .cps_banner_layout .banner_st{
        margin: 10px 0 15px 0;
    }
    .cps_products_list .cps_products_list_box .cps_products_list_box_layout{
        flex-direction: column;
    }
    .bj{
        margin-top:40px;
    }
    .cps_products_list .cps_products_list_box .cps_products_list_box_layout .box.box2 .text{
        width:100% !important;
        left:0;
        padding-left:20px !important;
        margin:0px !important;
    }
    .cps_products_list .cps_products_list_box .cps_products_list_box_layout .box.box3 .text{
        width:100% !important;
        left:0;
        padding-left:20px !important;
    }
    .cps_products_list .cps_products_list_box .cps_products_list_box_layout .box.box4 .text{
        width:100% !important;
        left:0 !important;
        padding-left:20px !important;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box{
        flex-direction: column;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box .pic{
        width:100% !important;
        
    }
    .cqs_index_aboutus .cqs_index_aboutus_box .content{
        width:100% !important;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box{
        padding:0 15px;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box .content .info{
        margin-top:20px;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box .content ul li{
        width:80px;
        height:80px;
    }
    .cqs_index_aboutus .cqs_index_aboutus_box .content ul li .icon{
        width:100% !important;
        height:100% !important;
    }
    .cqs_index_piclist{
        padding:0px !important;
        margin: 120px 0 100px 0 !important;
    }
    .cqs_index_piclist .cqs_index_piclist_box ul{
        flex-direction: column;
    }
    .cqs_index_piclist .cqs_index_piclist_box ul li{
        width:100% !important;
        margin-top:10px;
    }
    .cqs_parntner .cqs_parntner_box .partner_tab .tab_item{
        width: 100% !important;
        margin:10px 10px !important;
        padding:0 10px;
    }
    .cqs_parntner .cqs_parntner_box .partner_list .partner_box{
        flex-direction: column;
    }
    .cqs_parntner .cqs_parntner_box .partner_list .partner_box .text{
        width:100% !important;
    }
    .cqs_parntner .cqs_parntner_box .partner_list .partner_box .content{
        margin-top:20px;
        width:100% !important;
    }
    body{
        overflow: hidden;
    }
    .pf ul li img{
        max-width:100% !important;
    }
    .solution .solution_box .solution_list ul li .box{
        flex-direction: column !important;
    }
    .solution_detail .solu_layout.solu_layout2{
        flex-direction: column !important;
    }
    .solution_detail .solu_layout.solu_layout2 .text{
        width:100% !important;
    }
    .solution_detail .solu_layout.solu_layout2 .pic{
        width:100% !important;
    }
    .solution_detail .detail_tit{
        padding-left: 6px;
        font-size: 1rem;
    }
    .cps_partnership_tab .cps_partnership_tab_box ul li{
        padding: 0 10px;
        margin: 0 5px !important;
    }
    .cqs_partnership_plate1 .cqs_partnership_plate1_box .list .item ul li{
        width:30%;
    }
    .cqs_partnership_plate1 .cqs_partnership_plate1_box .list .item ul{
        flex-wrap: wrap;
    }
    .cqs_partnership_plate2 .cqs_partnership_plate2_box ul{
        flex-direction: column !important;
        margin : 0px !important;
        width:100% !important;
    }
    .cqs_partnership_plate2 .cqs_partnership_plate2_box ul li{
        width:100% !important;
        margin:0px !important;
    }
    .cqs_partnership_plate2 .cqs_partnership_plate2_box ul li .box{
        padding: 25px 25px 0 25px !important;
        height:auto !important;
    }
    .search_more .more{
        width: 215px;
    }
    .cqs_contact_us .cqs_contact_us_box .contact_us_form{
        padding: 20px 20px 20px 20px !important; 
    }
    .cqs_contact_us .cqs_contact_us_box .contact_us_form .contact_us_layout{
        flex-direction: column !important;
    }
    .cqs_contact_us .cqs_contact_us_box .contact_us_form .contact_us_layout .contact_form form p span{
        width:100% !important;
    }
    .cqs_contact_us .cqs_contact_us_box .contact_form_down .item{
        position: static !important;
        flex-direction: column;
        width:100% !important;
        transform: translate(0%, 0) !important; 
    }
    .messs_pop{
        width:100% !important;
    }
    
}

.pf{
    z-index: 9999;
    display:none;
}
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  /* .nbanner {
    margin-top: 50px;
  } */
}

.top_nav .top_nav_box .new_topfuncton{
  display: flex;
  align-items: center;
justify-content: flex-end;
 margin-bottom: 23px;
}

.top_nav .top_nav_box .new_topfuncton .contacta{
  font-size: 16px;
  color: #333333;
  margin-right: 18px;
}

.top_nav .top_nav_box .new_topfuncton .line{
  height: 26px;
  width: 1px;
background: #333;
margin: 0 20px;
display:block;
}

.top_nav .top_nav_box .new_topfuncton  .vr a{
  width: 32px;
height: 19px;
background: #18C069;
color: #fff;
font-size: 14px;
text-align: center;
line-height: 19px;
border-radius: 3px;
}

.top_nav .top_nav_box .new_topfuncton .nsearch{
cursor: pointer;

}
.top_nav .top_nav_box .new_topfuncton .nlang{
  font-size: 16px;
color: #333333;
padding-right: 20px;
position: relative;
margin-left: 20px;
cursor: pointer;
}

.top_nav .top_nav_box .new_topfuncton .nlang img{
  margin-left: 11px;
}

.top_nav .top_nav_box .fun .search {
  cursor: pointer;
}

.product_detail_plate1  .cqs_layout_box.slick .pic{
  padding-bottom: 30px;
}
.product_detail_plate1  .cqs_layout_box.slick ul{
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.product_detail_plate1  .cqs_layout_box.slick ul li{
  width: 33.3%;
  padding: 0 20px;
  float: left;
}

.product_detail_plate1  .cqs_layout_box.slick ul li .img{
  width: 100%;
  line-height: 0;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -23px;
}
.product_detail_plate1  .cqs_layout_box.slick ul li .textt{
  text-align: center;
  font-size: 16px;
color: #333333;
line-height: 30px;
margin-top: 10px;
} 

.product_detail_plate1  .cqs_layout_box.slick ul .slick-dots li{
  margin:0 4px;
  width: 15px !important;
height: 15px;
padding: 0 !important;
background: #ECECEC;
border-radius: 50%;
}

.product_detail_plate1  .cqs_layout_box.slick ul .slick-dots li.slick-active{
  background: #18C069;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-arrow{
  width: 21px !important;
  height:21px;
  padding: 0 !important;
  background: #ECECEC;
  border-radius: 50%;
  bottom: -36px;
  top: auto;
  right: 30%;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-arrow:hover{
  background: #18C069;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-prev{
  left: 30%;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-prev:after{
  transform:translate(-50%,-50%)rotate(-135deg) !important;
}
.product_detail_plate1  .cqs_layout_box.slick ul .slick-arrow:after{
  content: "";
  height: 5px !important;
  width: 5px !important;
  position: absolute;
  height: 50%;
  width: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform:translate(-50%,-50%)rotate(45deg)
}
.products_list .products_list_box .left_nav ul li .erji .erji_item .isopen{
  margin-right: 40px
}
.products_list .products_list_box .left_nav ul li .erji .erji_item .sji a{
  color: #666;
  font-family:'barlow-Medium' !important;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .cqs_layout_box {
        flex-direction: column;
    }
    .cqs_layout_box .text{
        width:100% !important;
    }
    .cqs_layout_box .pic{
        width:100% !important;
    }
}
