.bg-white {
  background-color: #ffffff;
  color: #00cc00;
}
[v-cloak] {
  display: none!important;
}
[v-clock] {
  display: none!important;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  padding-top: 140px;
}
a {
  color: inherit;
}
/*a:link {*/
/*  text-decoration: none;*/
/*  !* 指正常的未被访问过的链接*!*/
/*}*/
/*a:visited {*/
/*  text-decoration: none;*/
/*  !*指已经访问过的链接*!*/
/*}*/
a:hover {
  text-decoration: none;
  color: inherit;
  /*指鼠标在链接*/
}
a:active {
  text-decoration: none;
  /* 指正在点的链接*/
}
.layui-layer-btn .layui-layer-btn0 {
  color: #ffffff !important;
}
.yui-header-2 {
  position: relative;
}
.yui-header-2:after {
  position: absolute;
  content: " ";
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #999999;
}
/*header*/
.yui-header {
  height: 140px;
  position: relative;
}
.yui-header .container {
  height: 100%;
}
.yui-header .row {
  height: 100%;
}
.yui-header .yui-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.yui-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1000;
  height: 140px;
}
.yui-header.fixed .navbar-nav .nav-item .yui-sub-wrap {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.yui-header .yui-nav-group {
  flex: 1;
  height: 100%;
}
.yui-header .navbar-nav {
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
  height: 100%;
}
.yui-header .navbar-nav .nav-item {
  min-width: 100px;
  display: table;
  height: 100%;
  position: relative;
}
.yui-header .navbar-nav .nav-item .nav-link {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-family: SourceHanSerifCN-SemiBold;
}
.yui-header .navbar-nav .nav-item .nav-link h5 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #000000;
}
.yui-header .navbar-nav .nav-item .nav-link .en {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #d3cdd2;
  margin: 0;
}
.yui-header .navbar-nav .nav-item .yui-sub-wrap {
  display: none;
  width: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 140px;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #E9EBEF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  min-height: 100px;
}
.yui-header .navbar-nav .nav-item .yui-sub-wrap .sub-menu {
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  color: #1B2B4F;
}
.yui-header .navbar-nav .nav-item .yui-sub-wrap .sub-menu a {
  color: #1B2B4F;
}
.yui-header .navbar-nav .nav-item .yui-sub-wrap .sub-menu .col {
  padding-top: 40px;
}
.yui-header .navbar-nav .nav-item.active:after {
  position: absolute;
  content: " ";
  bottom: 5px;
  left: 0;
  right: 0;
  border-bottom: 5px solid #00aa88;
}
.yui-header .navbar-nav .nav-item.active .yui-sub-wrap {
  display: block;
}
.yui-header .yui-header-logo {
  height: 124px;
}
.yui-header-2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1000;
  height: 140px;
}
@media (min-width: 1020px) and (max-width: 1200px) {
  .yui-header-2 .container {
    max-width: 1026px;
    padding: 0;
  }
  .yui-header-2 .container .nav-item {
    min-width: 135px;
  }
}
@media (min-width: 960px) and (max-width: 1020px) {
  .yui-header-2 .container {
    max-width: 960px;
    padding: 0;
  }
  .yui-header-2 .container .nav-item {
    min-width: 130px;
  }
}
.yui-header-2 .bg-white {
  padding: 0;
}
.yui-header-2 .yui-header-logo {
  height: 124px;
}
.yui-header-2 .nav-item {
  min-width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.yui-header-2 .nav-item:hover:after {
  position: absolute;
  content: " ";
  bottom: 5px;
  left: 0;
  right: 0;
  border-bottom: 5px solid #00aa88;
}
.yui-header-2 .nav-item .nav-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
.yui-header-2 .nav-item h5 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #000000;
}
.yui-header-2 .nav-item .en {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #d3cdd2;
  margin: 0;
}
.yui-header-2 .dropdown .nav-link:after {
  display: none;
}
.yui-header-2 .dropdown .dropdown-item {
  color: #898989;
}
.yui-header-2 .dropdown-item:focus,
.yui-header-2 .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00aa88;
}
/*header end*/
/*banner*/
.yui-banner {
  width: 100%;
  height: 496px;
  max-height: 34vw;
  background-image: url("../img/banner-text.png"), url("../img/banner-bg.jpg");
  background-size: auto 100%, cover;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*banner end*/
/*profile*/
.yui-profile {
  background-image: url("../img/profile-bg.jpg");
  background-size: 100% 100%;
  background-position: center center;
  padding: 100px 0;
  text-align: center;
  background-repeat: no-repeat;
}
.yui-profile .yui-title-cn {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #10533f;
}
.yui-profile .yui-title-en {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 31px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #10533f;
}
.yui-profile .Profile-text {
  margin: 30px auto;
  max-width: 846px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000000;
}
/*profile end*/
.yui-section .yui-section-title {
  padding-top: 80px;
}
.yui-section .yui-section-title .yui-section-title-en {
  font-size: 27px;
  color: #237e65;
  font-weight: 600;
}
.yui-section .yui-section-title .yui-section-title-cn {
  font-family: SourceHanSerifCN-Light;
  font-size: 36px;
  color: #0f0f0f;
  letter-spacing: 0.1em;
}
.yui-section .yui-section-title .en-title {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #10533f;
}
.yui-section .yui-section-title .cn-title {
  font-family: SourceHanSerifCN-Light;
  font-size: 39px;
  font-weight: normal;
  color: #10533f;
  text-align: center;
  height: 40px;
  position: relative;
  line-height: 50px;
}
.yui-section .yui-section-title .ch-word {
  display: inline-block;
  font-size: 39px;
  color: #10533f;
  height: 40px;
  padding: 0px 0.5em;
  position: relative;
  line-height: 1;
}
.yui-section .yui-section-title .ch-word:after {
  position: absolute;
  content: " ";
  top: 3px;
  bottom: 3px;
  left: -1px;
  border-left: 2px solid #10533f;
}
.yui-section .yui-section-title .ch-word:first-child:after {
  border-width: 0;
}
.yui-section .yui-section-bd {
  padding-top: 100px;
}
.yui-applications {
  background-image: url("../img/applications-bg.jpg");
  background-size: 100% 100%;
  background-position: center center;
  padding: 20px 0 100px;
  text-align: center;
  background-repeat: no-repeat;
}
.yui-applications .yui-applications-bd {
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.yui-applications .yui-applications-bd .yui-applications-item-col {
  padding-left: 0;
  padding-right: 0;
}
.yui-applications .yui-applications-bd .yui-applications-item-col:first-child {
  padding-left: 15px;
}
.yui-applications .yui-applications-bd .yui-applications-item-col:last-child {
  padding-right: 15px;
}
.yui-applications .yui-applications-bd .yui-applications-item {
  width: 100%;
  background-size: 100% 100%;
  padding-top: 226%;
  position: relative;
  background-repeat: no-repeat;
}
.yui-operational-advantages {
  background-color: #f6fcf8;
  text-align: center;
  padding-bottom: 90px;
}
.yui-operational-advantages .yui-operational-advantages-item {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 7px solid #10533f;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 20px auto;
}
.yui-operational-advantages .yui-operational-advantages-item .title-cn {
  font-family: SourceHanSansCN-Heavy;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #10533f;
}
.yui-operational-advantages .yui-operational-advantages-item .title-en {
  font-family: SourceHanSansCN-Medium;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #a3a2a9;
  margin: 0;
}
.yui-news-information {
  background-image: url("../img/banner-news-information.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -500px;
  padding-bottom: 100px;
}
.yui-news-information .yui-section-title .en-title {
  color: #ffffff;
  text-align: center;
}
.yui-news-information .yui-section-title .cn-title {
  color: #ffffff;
}
.yui-news-information .yui-section-title .cn-title .ch-word {
  color: #ffffff;
}
.yui-news-information .yui-section-title .cn-title .ch-word:after {
  border-color: #ffffff;
}
.yui-news-information .card-article {
  height: 320px;
}
.yui-news-information .card-article .news-time time {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.yui-news-information .card-article .news-title {
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  line-height: 2;
  height: 100px;
}
.yui-news-information .card-article .view {
  font-family: SourceHanSansCN-Normal;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
      color: #d80000;

  padding-bottom: 1.5em;
}
.yui-news-information .swiper-container {
  width: 100%;
  height: 600px;
  /*margin: 50px auto;*/
}
.yui-news-information .swiper-slide {
  background: #f1f1f1;
  color: #000;
  text-align: center;
  width: 420px;
  /*max-width: 100vw;*/
  /*line-height: 560px;*/
}
@media (max-width: 576px) {
  .yui-news-information .swiper-slide {
    width: 260px;
  }
}
.yui-news-information .swiper-slide .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.yui-news-information .swiper-slide .card-img-bottom {
  height: 216px;
}
.yui-news-information .swiper-slide {
  background-color: transparent;
}
.yui-cooperative-partner {
  padding-bottom: 100px;
}
.yui-cooperative-partner .yui-section-bd {
  padding: 20px;
}
.yui-cooperative-partner .yui-logoBox {
  margin: 10px;
  width: 320px;
  height: 170px;
  background-color: #fafafa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yui-cooperative-partner .yui-logoBox img {
  max-height: 150px;
  max-width: 300px;
  vertical-align: middle;
}
.yui-footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
  font-size: 14px;
}
.yui-footer .yui-line2 {
  height: 200px;
  width: 2px;
  background-color: #dbdbdb;
  position: absolute;
  right: 0;
  top: 0;
}
.yui-footer .yui-nav-item h5 {
  font-family: SourceHanSansCN-Heavy;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #181818;
  margin: 0;
}
.yui-footer .yui-nav-item p {
  font-family: SourceHanSansCN-Medium;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #949494;
}
.yui-footer .yui-nav-menuList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yui-footer .yui-nav-menuList li .yui-link {
  color: #949494;
}
.yui-footer .yui-zhd {
  font-family: SourceHanSansCN-Medium;
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3d3d3d;
}
.yui-footer .yui-line1 {
  width: 29px;
  height: 2px;
  background-color: #9a9a9a;
  margin: 10px 0 10px;
}
.yui-footer .tel {
  font-family: SourceHanSansCN-Medium;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #181818;
}
.yui-footer .address {
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #aaaaaa;
}
.yui-section-article {
  background-color: #ffffff;
  padding-top: 70px;
  text-align: center;
}
.yui-section-article .yui-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #535353;
}
.yui-section-article .yui-create_time {
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #bcbcbc;
  margin: 0;
}
.yui-section-article .yui-article-bd {
  padding-top: 40px;
  padding-bottom: 100px;
  text-align: center;
}
.yui-section-article .yui-article-bd p {
  text-align: left;
}
.yui-section-article .yui-article-bd img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.yui-section-ftdesc .yui-section-ftdesc-bd {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
.yui-section-ftdesc .yui-section-ftdesc-bd:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #9a9a9a;
}
.yui-section-ftdesc .yui-bth-toList {
  background-color: #218768;
  width: 150px;
  height: 37px;
}
.yui-section-ftdesc .list-group .list-group-item {
  border-width: 0;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #989898;
}
.yui-section-ftdesc .list-group .list-group-item-action:hover {
  background-color: transparent;
}
.yui-sction-newsList .yui-section-bd {
  padding-bottom: 100px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem {
  color: #10533f;
  padding-left: 20px;
  padding-right: 20px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-hd .cover {
  width: 252px;
  height: 144px;
  margin-right: 70px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-bd {
  padding-left: 30px;
  padding-right: 30px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-bd .panel-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1.6;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-bd .line {
  width: 54px;
  height: 2px;
  background-color: #10533f;
  transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  margin: 15px 0 10px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-bd .panel-desc {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-ft {
  min-width: 150px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-ft .panel-date {
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-ft .panel-year {
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-ft .panel-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: solid 1px #e3e3e3;
  position: relative;
  display: inline-block;
}
.yui-sction-newsList .yui-section-bd .yui-panelItem .yui-cell-ft .panel-icon:after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 24px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: currentColor;
  color: #7a7a7a;
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 6px;
  margin-top: -12px;
}
.yui-sction-newsList .yui-section-bd .list-group-item {
  padding: 20px;
}
.yui-sction-newsList .yui-section-bd .list-group-item:hover {
  background-color: #218768;
  border: solid 1px #f3f3f3;
  color: #ffffff;
}
.yui-sction-newsList .yui-section-bd .list-group-item:hover .yui-panelItem {
  color: #ffffff;
}
.yui-sction-newsList .yui-section-bd .list-group-item:hover .yui-panelItem .yui-cell-bd .line {
  background-color: #ffffff;
}
.yui-sction-newsList .yui-section-bd .list-group-item:hover .yui-panelItem .panel-icon:after {
  color: #ffffff;
}
.yui-bth-Hexagon-1 {
  width: 140px;
  height: 40px;
  line-height: 36px;
  background-color: #218768;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #218768;
  border-bottom: 1px solid #218768;
  text-align: center;
  color: #ffffff;
}
.yui-bth-Hexagon-1:before {
  content: '';
  position: absolute;
  background-color: #218768;
  top: 5px;
  left: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #218768;
  border-left: 1px solid #218768;
}
.yui-bth-Hexagon-1:after {
  content: '';
  position: absolute;
  background-color: #218768;
  top: 5px;
  right: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #218768;
  border-right: 1px solid #218768;
}
.yui-bth-Hexagon-3 {
  width: 140px;
  height: 40px;
  display: block;
  line-height: 36px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  color: #218768;
}
.yui-bth-Hexagon-3:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 5px;
  left: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.yui-bth-Hexagon-3:after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 5px;
  right: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.yui-bth-Hexagon-3:hover {
  width: 140px;
  height: 40px;
  line-height: 36px;
  background-color: #218768;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #218768;
  border-bottom: 1px solid #218768;
  text-align: center;
  color: #ffffff !important;
}
.yui-bth-Hexagon-3:hover:before {
  content: '';
  position: absolute;
  background-color: #218768;
  top: 5px;
  left: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #218768;
  border-left: 1px solid #218768;
}
.yui-bth-Hexagon-3:hover:after {
  content: '';
  position: absolute;
  background-color: #218768;
  top: 5px;
  right: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #218768;
  border-right: 1px solid #218768;
}
.yui-bth-Hexagon-4 {
  width: 140px;
  height: 40px;
  display: block;
  line-height: 36px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  color: #218768;
}
.yui-bth-Hexagon-4:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 5px;
  left: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.yui-bth-Hexagon-4:after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 5px;
  right: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.yui-bth-Hexagon-2 {
  width: 26px;
  height: 40px;
  line-height: 36px;
  background-color: #d7d7d7;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  color: #ffffff;
}
.yui-bth-Hexagon-2:before {
  content: '';
  position: absolute;
  background-color: #d7d7d7;
  top: 5px;
  left: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
.yui-bth-Hexagon-2:after {
  content: '';
  position: absolute;
  background-color: #d7d7d7;
  top: 5px;
  right: -14px;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#hexagon {
  width: 100px;
  height: 50px;
  background: red;
  margin: 0 auto;
  position: relative;
}
#hexagon:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid red;
}
#hexagon:after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid red;
}
.sixedge {
  height: 24px;
  width: 55px;
  position: relative;
  background-color: #FFF;
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  margin-left: 40%;
}
.sixedge:after {
  content: '';
  position: absolute;
  background-color: transparent;
  top: 3px;
  right: -9px;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid green;
  border-right: 1px solid green;
}
.sixedge:before {
  content: '';
  position: absolute;
  background-color: transparent;
  top: 3px;
  left: -9px;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  -ms-transform: rotate(45 eg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid green;
  border-left: 1px solid green;
}
.yui-section-pagination {
  padding-bottom: 100px;
}
.yui-section-pagination .pagination-row {
  position: relative;
}
.yui-section-pagination .pagination-row:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #218768;
}
.yui-section-pagination .pagination {
  justify-content: center;
  margin: 0;
}
.yui-section-pagination .pagination .page-item {
  background-color: transparent;
  text-align: center;
  margin: 0 7px;
}
.yui-section-pagination .pagination .page-item .page-link {
  border-width: 0;
  background-color: transparent;
  color: #FFFFFF;
  background-image: url("../img/hexagon/hexagon2.svg");
  width: 42px;
  height: 36px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 12px;
  line-height: 34px;
  margin-right: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  display: inline-block;
}
.yui-section-pagination .pagination .page-item .page-link .num {
  width: 24px;
  height: 43px;
  background-color: #d7d7d7;
  position: relative;
  line-height: 43px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 36px;
}
.yui-section-pagination .pagination .page-item.active .page-link {
  background-image: url("../img/hexagon/hexagon1.svg");
}
.yui-section-download-banner {
  position: relative;
  background-image: url("../img/corporateCulture/desc_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yui-section-download-banner .yui-banner-img {
  width: 100%;
}
.yui-section-download-banner .yui-banner-title {
  height: 140px;
  margin: 60px 0 10px;
}
.yui-section-download-banner .Profile-text {
  max-width: 800px;
  margin: 50px auto;
  color: #343434;
  font-size: 16px;
}
.yui-section-download-banner .Profile-text_en {
  color: #d1d1d1;
  font-size: 13px;
  margin-bottom: 50px;
}
.yui-section-bg-animation {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}
.yui-section-bg-animation.yui-section-bg-animation-1 {
  background-size: cover;
  background-image: url("../img/download/2.jpg");
}
.yui-section-bg-animation.yui-section-bg-animation-2 {
  background-size: cover;
  background-image: url("../img/download/8.jpg");
}
.yui-section-download-phone {
  width: 100%;
  height: 584px;
  background: #fff;
  position: relative;
}
@media (max-width: 1290px) {
  .yui-section-download-phone {
    height: 45vw;
  }
}
.yui-section-download-phone .yui-img-box {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
@media (max-width: 1290px) {
  .yui-section-download-phone .yui-img-box .img-phone1 {
    width: 100%;
  }
}
.yui-section-ng-f {
  background-color: #FFFFFF;
  text-align: center;
}
.yui-section-ng-f img {
  max-width: 100%;
}
.yui-section-help {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
}
.yui-section-help .yui-nav {
  width: 300px;
  position: relative;
}
.yui-section-help .yui-nav:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  height: 260px;
  border-right: 1px solid #dedede;
}
.yui-section-help .yui-nav .yui-nav-hd {
  padding: 10px 0px;
}
.yui-section-help .yui-nav .yui-nav-hd h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
  margin: 0;
  line-height: 32px;
}
.yui-section-help .yui-nav .yui-nav-hd h3:before {
  position: absolute;
  content: " ";
  left: 0.5em;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #228969;
}
.yui-section-help .yui-nav .yui-nav-bd {
  padding-left: 20px;
}
.yui-section-help .yui-nav .yui-nav-bd .nav-item .nav-link {
  padding: 15px 20px;
  position: relative;
  color: #707070;
}
.yui-section-help .yui-nav .yui-nav-bd .nav-item .nav-link:before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #dedede;
}
.yui-section-help .yui-nav .yui-nav-bd .nav-item .nav-link.active {
  background-color: #FFFFFF;
  color: #00aa88;
}
.yui-section-help .yui-QA-content {
  padding-left: 40px;
}
.yui-section-help .yui-QA-content .yui-QA-content-title {
  font-weight: 500;
  font-size: 26px;
}
.yui-section-help .yui-QA-content .yui-QA-content-title span {
  font-weight: 300;
  font-size: 24px;
  color: #b4b4b4;
}
.yui-section-help .yui-QA-content .icon-qa {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  flex: none;
}
.yui-section-help .yui-QA-content .list-group-item {
  border-width: 0;
}
.yui-section-help .yui-QA-content .list-group-item p {
  font-size: 14px;
}
.yui-section-logoGird .yui-grid .yui-card {
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  box-shadow: 3px 5px 13px #888888;
  border-radius: 10px;
}
.yui-section-logoGird .yui-grid .yui-card img {
  max-width: 200px;
}
.yui-section-logoGird .yui-grid .yui-card-2 {
  margin-bottom: 20px;
}
.yui-section-logoGird .yui-grid .yui-card-2 img {
  max-width: 100%;
}
.yui-banner_swiper .yui-banner_bg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 24vw;
}
.yui-banner_swiper .yui-banner_bg-1 {
  background-image: url("../img/banner/banner-1.jpg");
}
.yui-banner_swiper .yui-banner_bg-2 {
  background-image: url("../img/banner/banner-2.jpg");
}
.yui-banner_swiper .yui-banner_bg-3 {
  background-image: url("../img/banner/banner-3.jpg");
}
.yui-grid_jobs {
  border: 1px solid #1b1e21;
  width: 355px;
  height: 140px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .yui-grid_jobs {
    width: 310px;
  }
}
.yui-grid_jobs:hover {
  background-color: #e5e5e5;
  box-shadow: 3px 4px 8px 3px #999;
  border-color: #999999;
}
.yui-grid_jobs:after {
  position: absolute;
  content: " ";
  width: 170px;
  top: 0;
  height: 0;
  right: 0;
  border-left: 50px solid transparent;
  border-bottom: 138px solid #1f775c;
}
.yui-grid_jobs .yui-grid_icon {
  width: 42px;
  height: 42px;
}
.yui-grid_jobs .yui-grid_bd {
  padding-left: 30px;
}
.yui-grid_jobs .yui-grid_bd h5 {
  font-size: 20px;
  color: #434d59;
  font-weight: 500;
}
.yui-grid_jobs .yui-grid_bd p {
  color: #a2a3b2;
  font-size: 15px;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.yui-grid_jobs .yui-grid_bd p span {
  position: relative;
  margin-right: 6px;
}
.yui-grid_jobs .yui-grid_bd p span:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: -6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a2a3b2;
}
.yui-grid_jobs .yui-grid_bd p span:last-child:after {
  width: 0;
  height: 0;
}
.yui-grid_jobs .yui-grid_ft {
  width: 140px;
  text-align: center;
  z-index: 2;
}
.yui-grid_jobs .job_category {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.yui-grid_jobs .job_category .text {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #FFFFFF;
}
.yui-grid_jobs .job_category-jishu {
  background-image: url("../img/svg/code.svg");
}
.yui-grid_jobs .job_category-yunying {
  background-image: url("../img/svg/yunying.svg");
}
.yui-grid_jobs .job_category-caiwu {
  background-image: url("../img/svg/money.svg");
}
.yui-grid_jobs .job_category-pro {
  background-image: url("../img/svg/pro.svg");
}
.yui-section-jobs-nav .yui-grid_jobs {
  width: 240px;
  height: 90px;
}
.yui-section-jobs-nav .yui-grid_jobs:after {
  width: 110px;
  border-left: 30px solid transparent;
  border-bottom: 88px solid #1f775c;
}
.yui-section-jobs-nav .yui-grid_jobs .yui-grid_icon {
  width: 30px;
  height: 30px;
}
.yui-section-jobs-nav .yui-grid_jobs .yui-grid_bd {
  padding-left: 15px;
}
.yui-section-jobs-nav .yui-grid_jobs .yui-grid_bd h5 {
  font-size: 14px;
}
.yui-section-jobs-nav .yui-grid_jobs .yui-grid_bd p {
  font-size: 12px;
}
.yui-section-jobs-nav .yui-grid_jobs .yui-grid_ft {
  width: 80px;
  z-index: 2;
}
.yui-section-jobs-nav .yui-grid_jobs .job_category {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 30px;
  z-index: 1;
  text-align: center;
}
.yui-section-jobs-nav .yui-grid_jobs .job_category .text {
  font-size: 18px;
}
.yui-job-spanDetail {
  color: #a2a3b2;
  font-size: 15px;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.yui-job-spanDetail span {
  position: relative;
  margin-right: 6px;
}
.yui-job-spanDetail span:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: -6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a2a3b2;
}
.yui-job-spanDetail span:last-child:after {
  width: 0;
  height: 0;
}
.yui-job-art-section .yui-title {
  padding: 20px 0;
}
.yui-job-art-section .yui-title h5 {
  position: relative;
  padding-left: 10px;
  line-height: 1;
  font-size: 16px;
}
.yui-job-art-section .yui-title h5:before {
  position: absolute;
  content: " ";
  left: 0;
  width: 3px;
  height: 1em;
  background-color: #1f775c;
}
.yui-job-art-section .yui-bd {
  color: #585858;
  font-size: 15px;
}
.yui-job-art-section .yui-bd pre {
  font-size: inherit ;
  font: inherit ;
  color: inherit ;
  font-weight: inherit ;
}
.yui-concat {
  border: 1px solid #66687c;
  padding: 5px 20px;
}
.yui-concat img {
  margin-right: 5px;
  vertical-align: middle;
}
.yui-concat .yui-concat_tel {
  min-width: 200px;
  position: relative;
  text-align: right;
  padding-right: 30px;
  margin-right: 30px;
}
.yui-concat .yui-concat_tel:after {
  position: absolute;
  content: " ";
  top: 2px;
  right: 0;
  bottom: 2px;
  border-right: 1px solid #66687c;
}
.yui-section-nav .nav-link {
  background-color: transparent;
  color: #5b5e5c;
  border: 1px solid #00aa88;
  border-radius: 1em;
  margin: 0 1em;
  padding: 5px 1em;
  line-height: 1;
  font-size: 16px;
}
.yui-section-nav .nav-link.active {
  color: #FFFFFF;
  border-color: #00aa88;
  background-color: #00aa88;
}
