@import url("./a_finally.css");
@import url("./unit/timeline.css");
@import url("./unit/timeline.min.css");
@import url("./this_swiper.css");
@import url("./public.css");
@import url(../dist/icon/iconfont.css);
body {
  font-family: Arial, Helvetica, sans-serif;
}


.gtranslate_wrapper{
    position: absolute;
    right: 0;
}







.index_comment {
    padding-top: 80px;
  /*padding-bottom: 80px;*/
}
.index_comment .index_hd  .hd_title{
 /*text-align: left;*/
 text-align: center;
}
.index_comment .Warp {
  position: relative;
  margin-top: 80px;
}
.index_comment .Warp .comment_swiper {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #EFF7FF;
  /*background: #fff;*/
  background-color: #DBEBDE;
  border-radius: 8px;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px; 
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp .level img{
    width: 100px;
    max-width: 100%;
    border-radius: 0;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp img {
  max-width: 54px;
  border-radius: 50%;
  overflow: hidden;
   
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp p {
  color: #042040;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .info {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.index_comment .Warp .comment_swiper .swiper-button-next {
  width: 40px;
  height: 40px; 
  opacity: 1;
  z-index: 999;
  position: absolute;
  background-color: transparent;
} 
.index_comment .Warp .comment_swiper .swiper-button-next::before {
  content: "";
  background-image: url(/wp-content/themes/global/static/img/demo/next.png);
  display: block;
  width: 100%;
  height: 100%;
  
}
.index_comment .Warp .comment_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
}

.index_comment .Warp .comment_swiper .swiper-button-prev::before {
  content: "";
  background-image: url(/wp-content/themes/global/static/img/demo/prev.png);
  display: block;
  width: 100%;
  height: 100%;
   
}

.index_comment .Warp .comment_swiper .swiper-button-disabled{
    opacity: 0.5;
}







.aboutWrapper {
  background-color: #dbebde;
  position: relative;
}
.aboutWrapper .left_img {
  width: 35.78125vw;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: -2.6041666667vw;
}
.aboutWrapper .left_img img {
  width: 100%;
}
.aboutWrapper .this_in {
  width: 72.3958333333vw;
  margin: auto;
  position: relative;
  padding-top: 7.8125vw;
  padding-bottom: 6.25vw;
}
.aboutWrapper .this_in .this_text {
  width: 36.4583333333vw;
}
.aboutWrapper .this_in .this_text h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.34375vw;
  color: #000000;
  font-weight: bold;
}
.aboutWrapper .this_in .this_text h3 span {
  color: #006837;
}
.aboutWrapper .this_in .this_text p {
  font-size: 1.25vw;
}
.aboutWrapper .this_in .this_text ul {
  width: 100%;
  margin-top: 2.34375vw;
  padding-bottom: 2.34375vw;
  border-bottom: 1px solid #b8c5ba;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 0;
}
.aboutWrapper .this_in .this_text ul li {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.aboutWrapper .this_in .this_text ul li .img_b {
  width: 1.3020833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.3020833333vw;
}
.aboutWrapper .this_in .this_text ul li .img_b img {
  width: 100%;
  height: 100%;
}
.aboutWrapper .this_in .this_text ul li span {
  display: inline-block;
  width: 16vw;
  font-size: 1.0416666667vw;
}
.aboutWrapper .this_in > .img_b {
  width: 35.78125vw;
  position: absolute;
  right: -5.2083333333vw;
  bottom: 0;
}
.aboutWrapper .this_in > .img_b > img {
  width: 100%;
}

.processWrapper {
  padding: 7.8125vw 0;
}
.processWrapper .this_title {
  margin: auto;
}
.processWrapper .this_title h3 {
  text-align: center;
  font-size: 2.34375vw;
  color: #000000;
  margin-bottom: 1.0416666667vw;
}
.processWrapper .this_title h3 span {
  color: #006837;
}
.processWrapper .this_title p {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.3020833333vw;
  line-height: 1.3;
  color: #747474;
}
.processWrapper .this_in {
  width: 72.3958333333vw;
  margin: auto;
  margin-top: 3.125vw;
  background-image: url(../img/index/lineweb.png);
  background-position: 0 12.5vw;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.90625vw 3.6458333333vw;
  padding-bottom: 3vw;
}
.processWrapper .this_in .this_child {
  width: 15.3125vw;
}
.processWrapper .this_in .this_child .img_b {
  width: 100%;
  overflow: hidden;
}
.processWrapper .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
.processWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.processWrapper .this_in .this_child p {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 0.6375vw;
  font-size: 1.1458333333vw;
  font-weight: bold;
}

.proWrapper {
  background-image: url(../img/index/probg.png);
  padding-top: 4.1666666667vw;
  padding-bottom: 4.6875vw;
}
.proWrapper .this_title h3 {
  font-size: 2.34375vw;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
}
.proWrapper .this_title p {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 1.3020833333vw;
}
.proWrapper .this_in {
  width: 72.3958333333vw;
  margin: auto;
  margin-top: 2.6041666667vw;
  display: flex;
  justify-content: space-between;
}
.proWrapper .this_in .this_child {
  width: 16.3541666667vw;
  background-color: #fff;
}
.proWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 16.3541666667vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proWrapper .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
.proWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.introWrapper {
  display: flex;
}
.introWrapper .img_b {
  width: 50vw;
}
.introWrapper .img_b img {
  width: 100%;
}
.introWrapper .this_text {
  background-color: #dbebde;
  padding-top: 6.25vw;
  padding: 6.25vw 6.25vw 5.2083333333vw;
  width: calc(100% - 50vw);
}
.introWrapper .this_text h3 {
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 1.1;
}
.introWrapper .this_text h3 span {
  color: #006837;
}
.introWrapper .this_text h3:nth-child(2) {
  padding-left: 4.1666666667vw;
}
.introWrapper .this_text p {
  display: inline-block;
  margin-top: 2.0833333333vw;
  color: #4a504b;
  font-size: 1.5625vw;
  line-height: 1.4;
}
.introWrapper .this_text .this_button {
  display: inline-block;
  margin-top: 1.8229166667vw;
  color: #fff;
  font-size: 1.1458333333vw;
  background-color: #006837;
  border: 1px solid #006837;
  padding: 0.5vw 0.8vw;
  border-radius: 1.5166666667vw;
  transition: all 0.5vw;
}
.introWrapper .this_text .this_button:hover {
  background-color: #fff;
  color: #006837;
  transition: all 0.5vw;
}

.appWrapper {
  padding-top: 6.7708333333vw;
}
.appWrapper .this_title h3 {
  text-align: center;
  font-size: 2.34375vw;
}
.appWrapper .this_title h3 span {
  color: #006837;
}
.appWrapper .this_title p {
  font-size: 1.3020833333vw;
  width: 100%;
  text-align: center;
}
.appWrapper .this_in {
  margin-top: 3.125vw;
}
.appWrapper .this_in .swiper-father .swiper {
  width: 72.3958333333vw;
  margin: auto;
}
.appWrapper .this_in .this_child {
  width: 100%;
}
.appWrapper .this_in .this_child .img_b {
  width: 100%;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
  overflow: hidden;
}
.appWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.appWrapper .this_in .this_child .this_text {
  padding: 0.5vw 1vw;
  border-bottom-left-radius: 1.5vw;
  border-bottom-right-radius: 1.5vw;
  background-color: #eeeeee;
}
.appWrapper .this_in .this_child .this_text span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #6b6b6b;
  font-size: 1.8229166667vw;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.lineWrapper {
  width: 72.3958333333vw;
  margin: auto;
  margin-top: 7.2916666667vw;
  margin-bottom: 2vw;
  padding: 2.6041666667vw 2.34375vw;
  padding-right: 7.8125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dbebde;
}
.lineWrapper p {
  display: inline-block;
  width: 40.625vw;
  font-size: 1.8229166667vw;
  color: #043608;
  font-weight: 700;
}
.lineWrapper .this_button {
  display: inline-block;
  color: #fff;
  font-size: 1.1458333333vw;
  background-color: #006837;
  border: 1px solid #006837;
  padding: 0.5vw 0.8vw;
  border-radius: 1.5166666667vw;
  transition: all 0.5vw;
}
.lineWrapper .this_button:hover {
  background-color: #fff;
  color: #006837;
  transition: all 0.5vw;
}

/*表单样式*/


.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #006837;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
  border: 1px solid #eee;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
  border: 1px solid #eee;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form #submit {
  width: 30%;
  color: #fff;
  background-color: #006837;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

.none{display: none;}



/*表单样式 end*/

/*sidebarwrapper*/
.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  transform: translateX(260px);
  z-index: 99;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color: #006837;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 24px;
  height: 24px;
}
.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper:hover {
  transform: translateX(0);
  transition: all 0.5s;
}
.sidebarWarpper:hover .sidebar ul .ewmWarp {
  height: 210px;
  transition: all 0.5s;
}
/*sidebarwrapper -end*/

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}


@media screen and (max-width: 950px) {
  .aboutWrapper .this_in {
    width: 90vw;
    flex-direction: column-reverse;
  }
  .aboutWrapper .this_in .this_text {
    width: 100%;
  }
  .aboutWrapper .this_in .this_text h3 {
    font-size: 5vw;
  }
  .aboutWrapper .this_in .this_text p {
    font-size: 3vw;
  }
  .aboutWrapper .this_in .this_text ul {
    flex-direction: column;
  }
  .aboutWrapper .this_in .this_text ul li {
    gap: 2vw;
  }
  .aboutWrapper .this_in .this_text ul li .img_b {
    width: 3vw;
    height: 3vw;
  }
  .aboutWrapper .this_in .this_text ul li span {
    font-size: 3.5vw;
    width: auto;
  }
  .processWrapper {
    padding: 7.8125vw 0;
  }
  .processWrapper .this_title {
    width: 90vw;
  }
  .processWrapper .this_title h3 {
    font-size: 4.5vw;
  }
  .processWrapper .this_title h3 span {
    color: #006837;
  }
  .processWrapper .this_title p {
    font-size: 3.5vw;
  }
  .processWrapper .this_in {
    width: 83vw;
    margin-top: 3.125vw;
    background-image: url(../img/index/lineh5.png);
    background-position: 0 31vw;
    justify-content: space-between;
    gap: 0vw 0;
    padding: 0 2vw;
    padding-bottom: 3vw;
  }
  .processWrapper .this_in .this_child {
    margin-top: 4vw;
    margin-bottom: 3vw;
    width: 35vw;
  }
  .processWrapper .this_in .this_child .img_b {
    width: 100%;
  }
  .processWrapper .this_in .this_child .img_b img {
    width: 100%;
  }
  .processWrapper .this_in .this_child p {
    margin-top: 0.6375vw;
    font-size: 3.5vw;
  }
  .processWrapper .this_in .this_child:nth-child(3) {
    order: 4;
  }
  .processWrapper .this_in .this_child:nth-child(4) {
    order: 3;
  }
  .processWrapper .this_in .this_child:nth-child(5) {
    order: 7;
  }
  .processWrapper .this_in .this_child:nth-child(6) {
    order: 8;
  }
  .processWrapper .this_in .this_child:nth-child(7) {
    order: 6;
  }
  .processWrapper .this_in .this_child:nth-child(8) {
    order: 5;
  }
  .proWrapper .this_title h3 {
    font-size: 4.5vw;
  }
  .proWrapper .this_title p {
    font-size: 3.5vw;
  }
  .proWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  .proWrapper .this_in .this_child {
    margin-top: 2vw;
    width: 49%;
  }
  .proWrapper .this_in .this_child .img_b {
    height: auto;
  }
  .introWrapper {
    flex-wrap: wrap;
  }
  .introWrapper .img_b {
    width: 100%;
  }
  .introWrapper .this_text {
    width: 100%;
  }
  .introWrapper .this_text h3 {
    font-size: 4.5vw;
  }
  .introWrapper .this_text p {
    font-size: 3.5vw;
  }
  .introWrapper .this_text .this_button {
    border-radius: 2vw;
    padding: 1vw 2vw;
    font-size: 3.5vw;
  }
  .appWrapper .this_title h3 {
    font-size: 4.5vw;
  }
  .appWrapper .this_title p {
    font-size: 3.5vw;
  }
  .appWrapper .this_in .swiper-father .swiper {
    width: 90vw;
  }
  .appWrapper .this_in .this_child .this_text {
    padding: 1vw 1.5vw;
  }
  .appWrapper .this_in .this_child .this_text span {
    font-size: 3.5vw;
  }
  .lineWrapper {
    width: 90vw;
  }
  .lineWrapper p {
    font-size: 3.5vw;
    width: 47vw;
  }
  .lineWrapper .this_button {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=all.css.map */