@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.eot');
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Microsoft YaHei', 'Roboto Condensed', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
width: 1250px; max-width: 1250px; margin: 0px auto;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #26913d;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #26913d;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #E6E6E6 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
  background-color: #E6E6E6;
}
.table-box table th:nth-child(2n) {
  background-color: #F5F5F5;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: #333;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #26913d;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #26913d;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #26913d;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
header {
  background-color: #fff;
}
header.am-sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-search {
  margin-right: 35px;
}
header .header-search .header-search-p form {
  width: 240px;
  height: 40px;
  border: 1px solid #CFD4CD;
  border-radius: 23px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 20px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p form:hover {
    border-color: #26913d;
    transition: all 0.35s;
  }
}
header .header-search .header-search-p input {
  padding-right: 10px;
  border: none;
  height: 100%;
  font-size: 14px;
  border-radius: 25px;
  width: calc(100% - 20px);
  background-color: transparent;
  color: #999;
}
header .header-search .header-search-p input:focus {
  outline: none;
}
header .header-search .header-search-p *::-webkit-input-placeholder {
  color: #999;
}
header .header-search .header-search-p *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
header .header-search .header-search-p *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
header .header-search .header-search-p *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
header .header-search .header-search-p button {
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
}
header .header-search .header-search-p button i {
  font-size: 18px;
  line-height: 1;
  color: #666;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p button:hover {
    color: #26913d;
    transition: all 0.35s;
  }
}
header .header-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header-logo {
  height: 94px;
}
header .header-logo img {
  height: 100%;
}
header .header-btn {
  display: flex;
  align-items: center;
}
header .header-language {
  display: flex;
  align-items: center;
}
header .header-language a {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  transition: all 0.35s;
}
header .header-language a:last-child {
  margin-left: 10px;
}
header .header-language a.active {
  background-color: #26913d;
  color: #fff;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover {
    background-color: #26913d;
    color: #fff;
    transition: all 0.35s;
  }
}
.header-search-m {
  text-align: center;
  position: relative;
  display: none;
  align-items: center;
  margin-right: 15px;
}
.header-search-m a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search-m i {
  font-size: 16px;
  color: #666;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search-m:hover > a {
    border-color: #26913d;
    transition: all 0.35s;
  }
  .header-search-m:hover > a > i {
    color: #26913d;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search-m button:before {
  display: none;
}
.header-search-m button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #26913d;
  border-color: #26913d;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.banner {
  width: 1250px;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 6.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 4px !important;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner .swiper-pagination-bullet-active {
  width: 30px;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\e65a';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\eb96';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-family: 'iconfont';
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover,
  .banner .banner-button-next:hover {
    background-color: #26913d;
    transition: all 0.35s;
  }
}
.banner .banner-button-prev {
  left: 0;
}
.banner .banner-button-prev:before {
  content: '\e622';
}
.banner .banner-button-next {
  right: 0;
}
.banner .banner-button-next:before {
  content: '\ee49';
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
  .banner .swiper-pagination-bullet-active {
    width: 20px;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.big-data .data-box {
  position: relative;
  padding: 60px 0;
  width: 25%;
  display: flex;
  justify-content: center;
}
.big-data .data-box:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.big-data .data-box:last-child:after {
  display: none;
}
.big-data .count-top {
  display: flex;
  color: #26913d;
  margin-bottom: 15px;
}
.big-data .count-top > span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.big-data .count-tit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.big-data .count-tit span {
  font-size: 20px;
  line-height: 26px;
  color: #26913d;
}
.big-data .count-tit span:first-child {
  line-height: 14px;
}
.big-data .count-tit span:nth-child(2) {
  font-size: 16px;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-data .count-desc {
  color: #333;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}
.in-title {
  font-size: 44px;
  line-height: 1;
  text-transform: capitalize;
  color: #333;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 50px;
}
.in-title span {
  padding: 0 70px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.in-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  top: 50%;
  left: 0;
}
.in-desc {
  color: #26913d;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.index-prod {
  padding-bottom: 65px;
}
.prod-box-con { justify-content:  space-between;}
.prod-box-con .img { width: 48%;}
.prod-box-con .desc { width:48%;}
.index-prod .img-box {
  padding-bottom:; width: 100%;
}
.index-prod .tit {
  font-size: 24px;
  margin-bottom: 15px;
}
.index-prod .tit a {
  color: #333;
}


.desc-con { font-size: 16px;
  line-height: 26px;
  font-weight: 300;
 
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;}


.index-prod .desc {
  font-size: 18px;
  
  margin-top: 0px;
  margin-bottom: 45px;

}
.index-prod .desc p{
  margin: 0;
}
.index-prod .prod-slick {
  margin: 30px -15px 0;
}
.index-prod .more-btn {
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.35s;
}
.index-prod .more-btn i {
  width: 24px;
  height: 24px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.35s;
}
.index-prod .img img {
  transition: all 0.35s; object-fit: cover;
}
.index-prod .prod-box {
  padding: 0 15px;  
}
.index-prod .prod-box .prod-box-con {display: flex;}
@media screen and (min-width: 991px) {
  .index-prod .prod-box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-prod .prod-box > div:hover .more-btn {
    color: #26913d;
    transition: all 0.35s;
  }
  .index-prod .prod-box > div:hover .more-btn i {
    background-color: #26913d;
    transition: all 0.35s;
  }
}
.index-choose {
  padding: 0 0 60px;
}
.index-choose .choose-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.index-choose .choose-box {
  padding: 0 15px;
  width: 25%; margin-bottom: 25px;
}
.index-choose .choose-box > div {
  position: relative;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-choose .choose-box > div:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 0.35s;
  }
  .index-choose .choose-box > div:hover i {
    color: #26913d;
    transition: all 0.35s;
  }
}
.index-choose .choose-box i {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 55px;
  transition: all 0.35s;
}
.index-choose .img-box {
  padding-bottom: 152.72727273%; border: 1px solid #ddd;
}
.index-choose .choose-txt {
  position: absolute;
  top: 5%;
  z-index: 10;
  padding: 0 ;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; width: 100%;
}

.index-choose .choose-txt .pic { width: 84%; height:200px; margin: 0px 8% 20px;}
.index-choose .choose-txt .pic img { width: 100%; height: 100%; object-fit: cover;}

.index-choose .choose-txt .tit {
  font-size: 22px;
  text-transform: ;
  margin-bottom: 15px;
}
.index-choose .choose-txt .desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
.index-choose .choose-txt .desc p{
  margin: 0;
}
.index-about-con { display: flex; width: 100%; padding-top: 0px; padding-bottom: 0px; justify-content: space-between;}

.index-about-con .about { width: 49%; }
.index-about-con .honor { width: 50%; overflow: hidden;}
.index-about-con .honor .honor-con  { width: 100%;}
.index-about-con .about .about-box { display: flex;     flex-direction: column;}
.index-about-con .about .about-box .img  { width: 100%; height: 180px; margin-bottom: 30px; overflow: hidden;}
.index-about-con .about .about-box .img img { width: 100%; height: 100%; object-fit: cover;}
.index-about-con .about .about-box .txt {
	width: 100%; padding-left: 0px; margin-left: 0px;}
.index-about-con .about .about-box  { padding-top: 0px;}




.index-news {
  padding: 0 0 70px;
}
.index-news .news-slick {
  background-image: url(../img/news-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 90px 75px;
  margin: 40px 0 0;
}
.index-news .news-txt {
  background-image: url(../img/news2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 690px);
  padding: 25px 40px 0;
}
.index-news .news-txt .tit {
  font-size: 26px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .news-txt .tit a {
  color: #333;
}
.index-news .news-txt .date {
  color: #26913d;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.index-news .news-txt .date i {
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}
.index-news .news-txt .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-news .news-txt .news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background-color: #26913d;
  border: 1px solid #26913d;
  color: #fff;
  border-radius: 3px;
  transition: all 0.35s;
}
.index-news .news-txt .news-more i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
@media screen and (min-width: 991px) {
  .index-news .news-txt .news-more:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
.index-news .img-box {
  padding-bottom: 62.31884058%;
}
.index-news .news-img {
  width: 690px;
}
.index-news .news-box {
  display: flex!important;
}
.index-news .slick-dots {
  font-size: 0;
  bottom: 40px;
  left: 0;
}
.index-news .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 7.5px;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #DBDBDB;
  background-color: #DBDBDB;
}
.index-news .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.index-news .slick-dots li button:before {
  display: none;
}
.index-news .slick-dots li.slick-active {
  border-color: #26913d;
  background-color: #26913d;
  transition: all 0.35s;
}
.index-news .slick-prev,
.index-news .slick-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #E6E6E6;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.index-news .slick-prev:hover,
.index-news .slick-next:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.index-news .slick-prev:hover:before,
.index-news .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.index-news .slick-prev {
  left: 15px;
}
.index-news .slick-next {
  right: 15px;
}
.index-news .slick-prev:before,
.index-news .slick-next:before {
  font-family: 'iconfont';
  font-size: 18px;
  color: #333;
  transition: all 0.35s;
}
.index-news .slick-prev:before {
  content: '\e622';
  display: block;
}
.index-news .slick-next:before {
  content: '\ee49';
}
.page-banner {
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.touch-nav {
  display: none;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  width: calc(25% - 15px);
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
  position: relative;
  z-index: 9;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 17px;
  padding-top: 25px;
}
.list-l .menu h4 {
  text-transform: capitalize;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
  line-height: 70px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu .menu-tit {
  display: flex;
  background-image: url(../img/prod-menu.jpg);
  background-size: cover;
  height: 88px;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  color: #fff;
}
.list-l .menu .menu-tit .desc {
  opacity: 0.5;
  font-size: 14px;
  text-transform: uppercase;
}
.list-l .menu .menu-tit .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 8px 0;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li:last-child ul {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 22px;
  color: #333;
  line-height: 26px;
  padding: 17px 0;
  background-color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
  border-radius: 13px;
  padding-right: 20px;
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 26px;
  position: relative;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 7px;
  height: 38px;
  background-color: #26913d;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.35s;
  display: none;
}
.list-l .menu1 > li > a:after {
  content: '\ee49';
  font-family: 'iconfont';
  position: absolute;
  right: 0;
  top: 24px;
  transform: rotate(-90deg);
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #666;
}
.list-l .menu1 > li.active > a:after {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  padding: 0 0 15px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:nth-child(n+2) {
  margin-top: 4px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  width: 100%;
  font-weight: 300;
  position: relative;
  padding: 2px 0;
  color: #666;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:before {
  content: '-';
  margin-right: 5px;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #26913d;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a {
  color: #26913d;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.prod .am-u-md-9 {
  width: calc(75% + 15px);
  padding-left: 30px;
  padding-bottom: 40px;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px;
}
.prod .prod-box {
  width: 50%;
  padding: 0 10px;
  transition: all 0.35s;
  position: relative;
}
.prod .prod-box a {
  border: 1px solid #E6E6E6;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  display: flex;
  border-radius: 2px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover .prod-tit {
    color: #26913d;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover i {
    background-color: #26913d;
    color: #fff;
    transition: all 0.35s;
  }
}

.prosend .prod-box a:hover .prod-tit {
    color: #26913d !important;
    transition: all 0.35s;
}
.prosend .prod-box a:hover i {
    background-color: #26913d !important;
    color: #fff !important;
    transition: all 0.35s;
  }

.prod .prod-box a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ECEBEB;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  transition: all 0.35s;
}
.prod .prod-box:nth-child(n+3) {
  margin-top: 30px;
}
.prod .prod-tit {
  font-size: 18px;
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.prod-search {
  height: 120px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.prod-search form {
  width: 360px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.prod-search button {
  width: 40px;
  background-color: #26913d;
  color: #fff;
  border: none;
  border-radius: 50%;
}
.prod-search input {
  width: calc(100% - 40px);
  padding: 0 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 300;
}
.prod-search input:focus {
  outline: none;
}
.prod-search *::-webkit-input-placeholder {
  color: #999;
}
.prod-search *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.prod-search *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.prod-search *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.pagenum {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 48px;
  height: 48px;
  border: 1px solid #ECEBEB;
  line-height: 30px;
  margin: 0 9px;
  color: #666;
  border-radius: 50%;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  background-color: #26913d;
  transition: all 0.35s;
  border-color: #26913d;
}
.pagenum a:first-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #26913d;
    transition: all 0.35s;
    border-color: #26913d;
  }
}
.pagenum i {
  font-size: 14px;
  display: block;
}
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
  padding-bottom: 15px;
}
.crumbs .crumbs-box {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.crumbs .crumbs-box:last-child {
  text-transform: none;
}
.crumbs .crumbs-box:last-child:after {
  display: none;
}
.crumbs .crumbs-box a {
  color: #666;
  font-size: 18px;
  font-weight: 300;
}
.crumbs .crumbs-box a:hover {
  text-decoration: underline;
  color: #26913d;
}
.crumbs .crumbs-box:after {
  content: '>';
  padding: 0 5px;
}
.crumbs i {
  margin-right: 5px;
  font-size: 18px;
  line-height: 1;
}
.prod1 {
  padding: 15px 0 0;
}
.prod1 .img-box {
  padding-bottom: 62.5%;
}
.prod1 .prod-img {
  width: 320px;
}
@media screen and (min-width: 991px) {
  .prod1.prod2 .prod-group .prod-box a:hover .prod-tit {
    color: #26913d;
    transition: all 0.35s;
  }
  .prod1.prod2 .prod-group .prod-box a:hover i {
    background-color: #26913d;
    transition: all 0.35s;
  }
}
.prod1 .prod-group {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 40px;
}
.prod1 .prod-group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.prod1 .prod-group .group {
  width: calc(100% - 320px);
  padding-left: 40px;
}
.prod1 .prod-group .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.prod1 .prod-group .title {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 30px;
}
.prod1 .prod-group .prod-box {
  width: 50%;
  padding: 0 10px;
  transition: all 0.35s;
  position: relative;
}
.prod1 .prod-group .prod-box a {
  border: 1px solid #E6E6E6;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  display: flex;
  border-radius: 2px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod1 .prod-group .prod-box a:hover .prod-tit {
    color: #26913d;
    transition: all 0.35s;
  }
  .prod1 .prod-group .prod-box a:hover i {
    background-color: #26913d;
    color: #fff;
    transition: all 0.35s;
  }
}
.prod1 .prod-group .prod-box a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ECEBEB;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  transition: all 0.35s;
}
.prod1 .prod-group .prod-box:nth-child(n+3) {
  margin-top: 30px;
}
.prod1 .prod-group .prod-tit {
  font-size: 18px;
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.service {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.service .service-img {
  width: 870px;
}
.service .txt {
  width: calc(100% - 870px);
  padding-left: 30px;
}
.service .tit {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
.service .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.prod-deta {
  padding-top: 15px;
  padding-bottom: 40px;
}
.prod-deta .prod-detaimg {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.prod-deta .prod-detaimg .img-box {
  padding-bottom: 62.31884058%;
}
.prod-deta .prod-detaslick {
  width: 50%;
  padding-right: 15px;
}
.prod-deta .prod-detaslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .prod-detaslick .carousel-wrap > div {
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-msg {
  width: 50%;
  padding-left: 15px;
}
.prod-deta .pro-details-msg h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.prod-deta .pro-details-msg .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  margin-bottom: 9px;
}
.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
  width: fit-content;
  height: fit-content;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
  color: #26913d;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev {
  left: 15px;
}
.prod-deta .pro-details-topslick .slick-next {
  right: 15px;
}
.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 24px;
  color: #333;
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:before {
  content: '\e639';
}
.prod-deta .pro-details-topslick .slick-next:before {
  content: '\e97c';
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 0 4.5px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item > div {
  background-color: #f3f3f3;
  position: relative;
}
.prod-deta .pro-details-thumbslick .item > div:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.35s;
  border: 1px solid #26913d;
  opacity: 0;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -4.5px;
  margin-right: -4.5px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  font-family: 'iconfont' !important;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e87c';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #26913d;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-msgcont {
  padding: 15px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.prod-deta .pro-details-msgcont p {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  font-weight: 300;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
}
.prod-deta .pro-details-share > span {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-transform: capitalize;
  margin-right: 10px;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 30px;
}

.choose-txt .prod-deta .pro-details-btn { margin-top: 0px;}
.prod-deta .pro-details-btn > a {
  width: 240px;
  height: 46px;
  display: flex;
  border-radius: 2px;
  background-color: #26913d;
  border: 1px solid #26913d;
  color: #fff;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn > a:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn .btn-group {
  display: flex;
  width: 240px;
  height: 46px;
  border: 1px solid #E6E6E6;
  border-radius: 23px;
  position: relative;
  overflow: hidden;
}
.prod-deta .pro-details-btn .btn-group:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
}
.prod-deta .pro-details-btn .btn-group a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #333;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn .btn-group a:hover {
    background-color: #26913d;
    color: #fff;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn .btn-group i {
  font-size: 12px;
  line-height: 1;
}
.prod-deta .pro-details-btn .btn-group span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
.prod-deta .prod-allcont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.prod-deta .prod-allcont .deta-text {
  width: 50%;
  padding-right: 15px;
}
.prod-deta .prod-allcont .deta-text .text-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.prod-deta .prod-allcont .deta-text .text-box p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.prod-deta .prod-allcont .ol-message {
  width: 50%;
  padding-left: 15px;
}
.prod-deta .prod-allcont .ol-message .ol-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.prod-deta .prod-allcont .ol-message form {
  display: flex;
  flex-wrap: wrap;
}
.prod-deta .prod-allcont .ol-message input {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 52px;
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  font-weight: 300;
  padding: 0 20px;
  transition: all 0.35s;
}
.prod-deta .prod-allcont .ol-message input:first-child {
  width: 100%;
  margin-right: 0;
  /* background-color: #E6E6E6; */
}
.prod-deta .prod-allcont .ol-message input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .prod-allcont .ol-message input:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
.prod-deta .prod-allcont .ol-message textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  transition: all 0.35s;
  padding: 15px 20px;
  font-weight: 300;
  resize: none;
  margin-bottom: 40px;
}
.prod-deta .prod-allcont .ol-message textarea:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
.prod-deta .prod-allcont .ol-message button {
  width: 240px;
  height: 46px;
  background-color: #26913d;
  color: #fff;
  border: 1px solid #26913d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.35s;
}
.prod-deta .prod-allcont .ol-message button i {
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .prod-deta .prod-allcont .ol-message button:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
.prod-deta .prod-sontit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.about-nav {
  background-color: #F5F5F5;
  height: 54px;
  display: flex;
}
.about-nav a {
  width: 220px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  justify-content: center;
  transition: all 0.35s;
  border-right: 1px solid #fff;
}
.about-nav a.active {
  background-color: #26913d;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .about-nav a:hover {
    background-color: #26913d;
    color: #fff;
    transition: all 0.35s;
  }
}
.about {
  padding: 40px 0 0;
}
.about .about-cont {
  padding-top: 20px;
}
.about .about-tit {
  font-size: 44px;
  margin-bottom: 5px;
}
.about .about-desc {
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 35px;
}
.about .about-desc p{
  margin: 0;
}
.about .about-box {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  align-items: flex-start;
  border-bottom: 1px solid #E6E6E6;
}
.about .about-box .img {
  width: 570px;
  overflow: hidden;
}
.about .about-box .img img {
  width: 100%;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .about-box .img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-box .txt {
  width: calc(100% - 570px);
  padding-left: 30px;
}
.about .about-box .txt .tit {
  font-size: 26px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.about .about-box .txt p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}
.about .about-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.about .about-box:nth-child(2n) .txt {
  padding-left: 0;
  padding-right: 30px;
}
.about .about-box .list i {
  width: 60px;
  height: 60px;
  background-color: #E6E6E6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 18px;
}
.about .about-box .list .box {
  display: flex;
}
.about .about-box .list .box:nth-child(n+2) {
  margin-top: 15px;
}
.about .about-box .list .box:last-child .cot {
  border-bottom: none;
}
.about .about-box .list .box:last-child .son-desc {
  padding-bottom: 0;
}
.about .about-box .list .cot {
  width: calc(100% - 80px);
  border-bottom: 1px solid #E6E6E6;
}
.about .about-box .list .son-tit {
  font-size: 22px;
  line-height: 26px;
  text-transform: ;
  margin-bottom: 13px;
}
.about .about-box .list .son-desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 20px;
}
.about .about-foot {
  font-size: 23px;
  padding: 30px 0 35px;
}
.about .about-foot p{
  margin: 0;
}
.honor {
  padding: 40px 0;
}
.honor .honor-all {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.honor .honor-cont {
  padding: 0 15px;
  width: 50%;
}
.honor .honor-cont .tit {
  font-size: 44px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.honor .img-box {
  padding-bottom: 142.22222222%;
}
.factory {
  padding: 40px 0;
}
.factory .img-box {
  padding-bottom: 54.87804878%;
}
.factory .factory-tit {
  font-size: 44px;
  text-transform: capitalize;
  margin: 20px 0 30px;
}
.factory .fac-slick {
  margin: 0 -15px;
}
.factory .fac-slick .fac-box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .factory .fac-slick .fac-box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .factory .fac-slick .fac-box > div:hover .tit {
    color: #26913d;
    transition: all 0.35s;
  }
}
.factory .fac-slick .fac-box > div .img img {
  transition: all 0.35s;
}
.factory .factory-list {
  background-color: #F7F7F7;
  padding: 20px 60px 40px;
}
.factory .factory-list .box:nth-child(n+2) {
  margin-top: 20px;
}
.factory .box-tit {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.factory .fac-box .tit {
  background-color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: 300;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.factory .slick-prev,
.factory .slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #949494;
  transition: all 0.35s;
  z-index: 2;
}
.factory .slick-prev:hover,
.factory .slick-next:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.factory .slick-prev:hover:before,
.factory .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.factory .slick-prev {
  left: -45px;
}
.factory .slick-next {
  right: -45px;
}
.factory .slick-prev:before,
.factory .slick-next:before {
  font-family: 'iconfont';
  font-size: 18px;
  color: #fff;
  transition: all 0.35s;
}
.factory .slick-prev:before {
  content: '\e622';
  display: block;
}
.factory .slick-next:before {
  content: '\ee49';
}
.news {
  padding: 40px 0;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.news .news-box {
  padding: 0 15px;
  width: 33.33333333%;
}
.news .news-box:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (min-width: 991px) {
  .news .news-box > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-txt .tit a {
    color: #26913d;
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-more {
    color: #26913d;
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-more i {
    background-color: #26913d;
    transition: all 0.35s;
  }
}
.news .img-box {
  padding-bottom: 62.22222222%;
}
.news .news-tit {
  font-size: 44px;
  padding: 20px 0 30px;
}
.news .news-img {
  position: relative;
}
.news .news-img img {
  transition: all 0.35s;
}
.news .news-date {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.news .news-date .d {
  background-color: #26913d;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 54px;
}
.news .news-date .my {
  line-height: 22px;
  font-size: 14px;
  color: #26913d;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}
.news .news-txt {
  padding: 20px 0 30px;
  border-bottom: 1px solid #E6E6E6;
}
.news .news-txt .tit {
  font-size: 26px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-txt .tit a {
  color: #333;
  transition: all 0.35s;
}
.news .news-txt .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 35px;
  height: 84px;
}
.news .news-txt .news-more {
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.35s;
}
.news .news-txt .news-more i {
  width: 24px;
  height: 24px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.35s;
}
.certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #F5F5F5;
}
.certify .swiper {
  padding-bottom: 80px;
  padding-top: 30px;
}
.certify .swiper-slide {
  width: 225px;
  height: 320px;
  background: #fff;
}
.certify .swiper-slide.swiper-slide-active {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
}
.certify .swiper-slide img {
  display: block;
}
.certify .swiper-slide p {
  padding-top: 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  opacity: 0;
  margin-top: 20px;
  transition: all 0.35s;
}
.certify .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transition: all 0.35s;
}
.certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.certify .swiper-button-prev {
  top: 45%;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.certify .swiper-button-prev i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.certify .swiper-button-prev:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.certify .swiper-button-next {
  top: 45%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.certify .swiper-button-next i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.certify .swiper-button-next:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.certify .swiper-button-prev::after,
.certify .swiper-button-next::after {
  content: '';
}
.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next2,
.swiper-rtl .swiper-button-prev2 {
  right: 10px;
  left: auto;
}
.swiper-button-prev2,
.swiper-rtl .swiper-button-next2 {
  left: 10px;
  right: auto;
}
.certify2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #F5F5F5;
}
.certify2 .swiper {
  padding-bottom: 80px;
  padding-top: 30px;
}
.certify2 .swiper-slide {
  width: 225px;
  height: 320px;
  background: #fff;
}
.certify2 .swiper-slide.swiper-slide-active {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
}
.certify2 .swiper-slide img {
  display: block;
}
.certify2 .swiper-slide p {
  padding-top: 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  opacity: 0;
  margin-top: 20px;
  transition: all 0.35s;
}
.certify2 .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transition: all 0.35s;
}
.certify2 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.certify2 .swiper-button-prev2 {
  top: 45%;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.certify2 .swiper-button-prev2 i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.certify2 .swiper-button-prev2:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.certify2 .swiper-button-next2 {
  top: 45%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.certify2 .swiper-button-next2 i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.certify2 .swiper-button-next2:hover {
  background-color: #26913d;
  transition: all 0.35s;
}
.certify2 .swiper-button-prev2::after,
.certify2 .swiper-button-next2::after {
  content: '';
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #26913d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #26913d;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.contact {
  padding: 40px 0 40px;
}
.contact .contact-all {
  display: flex;
  margin-bottom: 40px;
}
.contact .contact-cont {
  width: 50%;
  padding-right: 45px;
  padding-top: 40px;  
}
.contact .contact-cont .tit {
  font-size: 44px;
  margin-bottom: 10px;
}
.contact .contact-cont .tit2 {
  font-size: 26px;
  color: #26913d;
  margin-bottom: 15px;
}.contact .contact-cont .tit2 a {color: #26913d;}
.contact .contact-cont .txt {
  padding-right: 100px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.contact .contact-cont .txt h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}
.contact .contact-cont .txt p {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  font-weight: 300;
  margin: 0;
}
.contact .contact-cont .txt p:nth-child(n+2) {
  margin-top: 10px;
}
.contact .contact-cont .txt p a {
  color: #666;
}
.contact .contact-cont .txt p a:hover {
  text-decoration: underline;
}
.contact .contact-cont .txt2 {
  padding-right: 100px;
  margin-bottom: 45px;
}
.contact .contact-cont .txt2 p {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  font-weight: 300;
  margin: 0;
}
.contact .contact-cont .tit3 {
  font-size: 26px;
  color: #26913d;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .ol-message {
  padding-top: 40px;
  padding-left: 45px;
  width: 50%;
}
.contact .ol-message img { width: 100%;}
.contact .ol-message .ol-tit {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact .ol-message .ol-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-right: 270px;
  margin-bottom: 30px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
}
.contact .ol-message input {
  width: 100%;
  height: 52px;
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
.contact .ol-message *::-webkit-input-placeholder {
  color: #999;
}
.contact .ol-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.contact .ol-message *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.contact .ol-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.contact .ol-message textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  padding: 15px 20px;
  resize: none;
  margin-bottom: 40px;
  transition: all 0.35s;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
.contact .ol-message button {
  width: 240px;
  height: 46px;
  background-color: #26913d;
  color: #fff;
  border: 1px solid #26913d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.contact .ol-message button i {
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
.map {
  width: 100%;
  height: 420px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.contact-share {
  display: flex;
}
.contact-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DA1A53;
  color: #fff;
}
.contact-share a:nth-child(2) {
  background-color: #E02B21;
}
.contact-share a:nth-child(3) {
  background-color: #0A66C1;
}
.contact-share a:nth-child(4) {
  background-color: #2DB7EA;
}
.contact-share a:nth-child(5) {
  background-color: #375594;
}
.contact-share a:nth-child(n+2) {
  margin-left: 9px;
}
footer {
  background-color: #26913d;
  padding: 100px 0 0;
}
footer .footer-quote {
  background-image: url(../img/quote-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 80px;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
footer .footer-quote span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 225px);
  padding-right: 20px;
}
footer .footer-quote a {
  width: 225px;
  height: 55px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-quote a:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
footer .footer-msg {
  margin-bottom: 30px;
}
footer .footer-msg .msg-box {
  display: flex;
}
footer .footer-msg .msg-box i {
  color: #fff;
  margin-right: 10px;
}
footer .footer-msg .msg-box:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-msg .msg-desc {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
footer .footer-msg .msg-desc a {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-msg .msg-desc a:hover {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-logo {
  height: 38px;
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  font-size:28px;
  font-weight: ;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
footer .footer-logo span{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-left: 5px;
}
footer .footer-logo img {
  height: 100%;
}
footer .mid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #999;
  font-size: 16px;
}
footer .footer-link li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  transition: all 0.35s;
	
	
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 36px;
line-height: 36px;	
	
}
footer .footer-link li a:hover {
  color: #fff;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
}
footer .footer-link .am-active .am-accordion-title {
  margin-bottom: 15px;
}
footer .footer-link2 {
  width: 28%;
}
footer .footer-link2 li {
  display: flex;
}
footer .footer-link2 li span {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
footer .footer-link2 li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
footer .footer-link2 li i {
  margin-right: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
footer .footer-link2 li > span {
  display: flex;
  flex-direction: column;
}
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link2 form {
  border-bottom: 1px solid #999999;
  height: 58px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
footer .footer-link2 form button {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
footer .footer-link2 form button i {
  font-size: 24px;
  color: #999;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link2 form button:hover i {
    color: #26913d;
    transition: all 0.35s;
  }
}
footer .footer-link2 form input {
  width: calc(100% - 24px);
  background-color: transparent;
  border: none;
  color: #fff;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 15px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
  display: flex;
  margin-bottom: 3px;
}
footer .footer-form1 li i {
  margin-right: 10px;
  line-height: 26px;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 100%;
}
footer .footer-link1 form {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 7px;
  display: flex;
  font-size: 16px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form:hover {
    border-color: #26913d;
    transition: all 0.35s;
  }
}
footer .footer-link1 form *::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form input {
  padding: 0 18px;
  width: calc(100% - 110px);
  background-color: transparent;
  border: none;
}
footer .footer-link1 form input:focus {
  outline: none;
}
footer .footer-link1 form button {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #26913d;
  background-color: #26913d;
  height: 42px;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form button:hover {
    background-color: #fff;
    color: #26913d;
    transition: all 0.35s;
  }
}
footer .footer-link1 .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-link1 .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-link1 .form-desc {
  font-size: 16px;
}
footer .footer-link3 {
  width: 15%;
}

footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li {
  display: flex;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-link3 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link3.footer-prod a {
  display: flex;
}
footer .footer-link4 {
  width: 21.5%;
}
footer .footer-link4 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link4 li {
  display: flex;
}
footer .footer-link4 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link4 form {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 22px;
}
footer .footer-link4 form input {
  height: 38px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  border: none;
  transition: all 0.35s;
  padding: 0 15px;
  color: #fff;
  background-color: #272626;
  border: 1px solid #272626;
  margin-bottom: 10px;
}
footer .footer-link4 form input:nth-child(2n) {
  margin-right: 0;
}
footer .footer-link4 form input:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
footer .footer-link4 form *::-webkit-input-placeholder {
  color: #606060;
}
footer .footer-link4 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #606060;
}
footer .footer-link4 form *::-moz-placeholder {
  /* FF 19+ */
  color: #606060;
}
footer .footer-link4 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #606060;
}

footer .footer-link4 form *:focus::-webkit-input-placeholder {
  color: #d8d8d8;
}
footer .footer-link4 form *:focus:-moz-placeholder {
  /* FF 4-18 */
  color: #d8d8d8;
}
footer .footer-link4 form *:focus::-moz-placeholder {
  /* FF 19+ */
  color: #d8d8d8;
}
footer .footer-link4 form *:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8d8d8;
}
footer .footer-link4 form textarea {
  width: 100%;
  height: 90px;
  font-size: 14px;
  resize: none;
  transition: all 0.35s;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #272626;
  border: 1px solid #272626;
}
footer .footer-link4 form textarea:focus {
  outline: none;
  border-color: #26913d;
  transition: all 0.35s;
}
footer .footer-link4 form button {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #26913d;
  color: #fff;
  border: 1px solid #26913d;
  font-size: 14px;
  transition: all 0.35s;
}
footer .footer-link4 form button i {
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  footer .footer-link4 form button:hover {
    background-color: transparent;
    transition: all 0.35s;
  }
}
footer .footer-link5 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link5 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link5 .sitemap-btn {
  width: 120px;
  height: 48px;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  transition: all 0.35s;
}
footer .footer-link5 .sitemap-btn span {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 991px) {
  footer .footer-link5 .sitemap-btn:hover {
    background-color: #26913d;
    color: #fff;
    border-color: #26913d;
    transition: all 0.35s;
  }
  footer .footer-link5 .sitemap-btn:hover span {
    border-color: #fff;
  }
}
footer .footer-share {
  padding-top: 15px;
  display: flex;
}
footer .footer-share a {
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  position: relative;
  border-radius: 4px;
  transition: all 0.35s;
}
footer .footer-share a:last-child {
  margin-right: 0;
}
footer .footer-share a i {
  font-size: 22px;
  line-height: 1;
  color: #999;
  transition: all 0.35s;
}
footer .footer-share a i + svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  transition: all 0.35s;
}
footer .footer-share a .icon-facebook-simple {
  font-size: 18px;
}
footer .footer-share a .icon-facebook-simple + svg {
  font-size: 18px;
}
footer .footer-share a .icon-linkedin {
  font-size: 17px;
}
footer .footer-share a .icon-linkedin + svg {
  font-size: 17px;
}
footer .footer-share a .icon-twitter {
  font-size: 18px;
}
footer .footer-share a .icon-twitter + svg {
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    text-decoration: none!important;
    color: #26913d;
    transition: all 0.35s;
  }
  footer .footer-share a:hover i {
    opacity: 0;
    transition: all 0.35s;
  }
  footer .footer-share a:hover svg {
    opacity: 1;
    transition: all 0.35s;
  }
}
footer .footer-record {
  margin-top: 80px;
  background-color: #1a8130;
}
footer .footer-record .am-container > div {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 10px 0;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
footer .footer-record .am-container > div > a {
  text-decoration: underline;
}
footer .footer-record a {
  color: #fff;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #26913d;
  text-decoration: underline;
  transition: all 0.35s;
}
/*.header .nav .nav-list1 > li:nth-child(2) {
  position: static;
}*/
/*@media screen and (min-width: 1200px) {
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 {
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 80px;
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li {
    float: left;
    margin-right: 10px;
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li > a {
    position: relative;
    display: block;
    padding: 0;
    color: #222;
    transition: all 0.35s;
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li > a:hover {
    transform: translate(0);
    color: #fff;
    transition: all 0.35s;
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li > a:hover span {
    height: 36px;
    transition: all 0.35s;
    background-color: rgba(249, 138, 2, 0.9);
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li > a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition: all 0.35s;
  }
}*/
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #26913d;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #26913d;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #26913d;
  text-decoration: underline;
  transition: all 0.35s;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}






.index-news-yy { width: 100%; display: flex; justify-content: space-between;}  
.index-yingyong { width: 48%;}
.index-news-xwzx { width: 48%;}


.index-xwzx .in-title {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  color: #333;
  text-align: left;
  display: flex;
  position: relative; justify-content: flex-start;
  
  margin-bottom: 5px;
}
.index-xwzx .in-title span {
  padding: 0 30px 0 0px;
  background-color: #fff;
  position: relative;
  z-index: 3; left: 0px;
}
.index-xwzx .in-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  top: 50%;
  left: 0;
}


.index-yingyong-con.about .about-box .txt { width: 100%; padding-left: 0px;}
.index-yingyong-con.about .about-box .txt p { font-size: 16px;}
.index-yingyong-con.about .about-box { padding-top: 0px;}
.index-yingyong-con.about .about-box .list i { margin-top: 0px;}




.hy_new .newsr{background:;padding:0px 0px; }
.hy_new .op { width: 100%; display: inline-block;}
.hy_new .op ul { padding-left: 0px;}
.hy_new .op ul li{margin:20px 0; list-style: none; width: 100%; display: flex; justify-content: space-between;}
.hy_new .op ul li .pic{float:left;width:25%; border-radius: 0px; overflow: hidden;}
.hy_new .op ul li .pic img{width:100%;height:100%; object-fit: cover;}
.hy_new .op ul li .zw{float:right;width:71%;}
.hy_new .op ul li .zw .bt{font-size:20px;color:#000;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 35px;
line-height: 35px;

}
.hy_new .op ul li .zw .bt:hover{color:#289143;}
.hy_new .op ul li .zw .js{  margin-top:15px;color:#707275;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px;
line-height: 25px;

}
.hy_new .news{border-top:1px dotted #ddd;margin-top:30px; width: 100%; display: block;}
.hy_new .news ul{margin-top:10px;}
.hy_new .news ul li a{ display:block;background:url(../images/newtb_14.png) left no-repeat; color:#47484a; font-size:16px; line-height:42px; padding-left:19px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 42px;
line-height: 42px;


}
.hy_new .news ul li a .date{ color:#b9b8b8; font-size:14px; float:right;}
.hy_new .news ul li a:hover{background:url(../images/newtb_12.png) left no-repeat; color:#289143;}



.about .about-box.ny_about { padding-bottom: 100px;}

.about .about-box.ny_about .txt .tit { margin-top: 30px;}
.about .about-box.ny_about .txt .tit a { color: #000;}  
.about .about-box .txt p a { color: #333;}  
.honor .honor-all .ny_honor {  width: 100%; margin: 50px 0px;}

.honor .honor-all .ny_honor .certify { background: none;}








.sifeng_ny_news {
  padding: 40px 0 70px;
}


.ny_news_time{width:80px;height:70px;border:1px solid #ddd;text-align:center;line-height:26px;padding-top:8px;float:left;}
.ny_news_img{width:230px;height:160px;margin-left:32px;overflow:hidden;float:left;}
.ny_news_img img{width:230px;height:160px; transition:all 1s;}
.ny_news_ul { width: 100%; display: grid;}
.ny_news_ul li:hover img{ transform-origin:center center; transform:scale(1.1,1.1);}
.ny_news_ul li:hover .ny_news_time{background:#26913d;color:#fff;border:1px solid #26913d}
.ny_news_txt{float:right;width:calc(100% - 392px);}
.ny_news_ul li{margin:20px 0;padding:20px 0;border-bottom:1px solid #ddd; list-style: none; width: 100%;}
.ny_news_ul li:hover{border-bottom:1px solid #26913d;}
.ny_news_ul li .time{color:#3366b2;line-height:24px;font-size:14px;}
.ny_news_ul li .bt{font-size:22px;color:#000;}
.ny_news_ul li .bt a { color: #000;}
.ny_news_ul li .js{font-size:14px;color:#707070;line-height:26px;padding-top:5px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ny_news_ul li .more{font-size:14px;padding-top:12px;font-weight:bold;color:#3366b2;}
.ny_news_ul li .more a { color: #26913d;}
.ny_news_bt{padding-bottom:10px; padding-top: 40px;}
.ny_news_bt h1{font-size:30px;color:#000;}
.pnpage { clear:both;padding-top:25px;font-size:16px;border-top:1px dashed #ddd;margin-top:30px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:35px; text-decoration:none; color: #666;}


.news_ny{font-size:16px;line-height:36px;}


.ny_title{font-size: 35px;font-weight: ; padding-top: 40px;  padding-bottom: 40px;text-align:center;color:#363636;border-bottom: #e4e4e4 solid 1px;}
.blank30 {clear:both;height:30px;overflow:hidden;display:block}
.blank10 {clear:both;height:10px;overflow:hidden;display:block}
.blank20 {clear:both;height:20px;overflow:hidden;display:block}

/*fanye*/

.newspage{ width: 92%;
    padding: 20px 4% 0px;
    height: auto;/* overflow: hidden;*/ display:block;
 }
 
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:30px auto 50px 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family:'Barlow-Regular',PingFang SC,'Microsoft YaHei',Arial;border-radius: 0px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #26913d; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #26913d; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #26913d; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 0px; border:1px #26913d solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.sifeng_ny_cp {
  padding: 40px 0 70px;
}
.sifeng_ny_cp .tit { width: 100%; text-align: center; font-size: }
.sifeng_ny_cp table { width: 100%!important;}
.sifeng_ny_cp table tr td { text-align:  left; padding: 14px 20px!important;}
.sifeng_ny_cp table tr td a { color: #333;}
.sifeng_ny_cp table tr:first-child td { background: #26913d; color: #fff; font-weight: 700;}
.sifeng_ny_cp table tr { transition: all .4s;}
.sifeng_ny_cp table tr:hover { background:#edfbf0; color:#26913d; transform: scale(1.0);  font-weight: ; }
.sifeng_ny_cp table tr:hover a { color:#26913d; font-weight: ; }
.sifeng_ny_cp table tr:hover:first-child { transform: scale(1);}









.bg{margin:0 auto;overflow: hidden;box-sizing: border-box;background: #fff;width:100%;overflow:hidden; position:relative;}
    .bg_left{width: 35%;height:auto;float: left;}
    .bg_right{float: right;width:62%;}
    .show{width: 100%;height: 100%;margin-bottom: 10px;position: relative;border:1px solid #E8E8E8;cursor:move}
    .show img{width: 100%;height: 100%;}
    .mask{width: 215px;height: 215px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
    .bigshow{max-width:600px;max-height: 500px;overflow: hidden;display: none;border:1px solid #E8E8E8;position:absolute;z-index:999;}
    .bigshow img{max-width: 600px;max-height:600px;margin-right: 10px;}
    .smallshow{width: 100%;height: 70px;position: relative}
    .smallshow img{width:100%;border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s;height:60px;}
    .smallshow>.middle_box{margin-left: 30px;margin-right: 30px;width:370px;overflow: hidden;height: 70px;}
    .smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px; padding-left: 0px;}
    .smallshow .middle>li{width: 64px;height: 64px;float: left;cursor:pointer;padding:0 0px; list-style: none;}
    .smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
    .smallshow>.prev{left: 0;background: url(../images/hover-prev.png) no-repeat;transition: all 0.5s}
    .smallshow>.next{right: 0;background: url(../images/hover-next.png) no-repeat;transition: all 0.5s}
    .smallshow>.prev.prevnone{left: 0;background: url(../images/prev.png) no-repeat;cursor: not-allowed}
    .smallshow>.next.nextnone{right: 0;background: url(../images/next.png) no-repeat;cursor: not-allowed}

.rr{ position:absolute;width:100%;}
.tex2 { color:#525355;}
.tex2 .cpm{ padding-bottom:15px; border-bottom:#ccc 1px dashed; padding-bottom:15px;color:#000;margin-bottom:10px;}
.tex2 .cpm h1{ font-weight:bold;font-size:28px; font-family:Arial; }
.tex2 p {line-height:30px}
.blank15 { clear:both; height:15px; display:block; overflow:hidden;}



.pro_detail_title{ margin-bottom:20px;border-bottom: #ccc 1px dashed; padding-bottom:20px;}
.pro_detail_title h1{font-size:30px; color:#000; }
.pro_detail_js{font-size:15px;line-height:32px;color:#646464;}
.pro_detail_nr{padding-top:20px;}
.proxxtu{ width:40%; border:1px solid #e5e5e5;display: flex;justify-content: center;
align-items: center; height:300px; overflow:hidden;}
.proxxtu img{max-width:100%;max-height:100%; transition: all 0.8s;}
.proxxtu:hover img{   transform: scale(1.1);}
.proxxms{ width:55%; line-height:30px;}

.prodetail .plname{ background:#26913d; color:#fff; font-size:25px; text-align:center; padding-top:15px; padding-bottom:15px; margin-top:40px;}
.proxxlist{ margin-top:30px; margin-bottom:30px;}
.proxxtop{ font-weight:bold;color:#26913d;border-bottom:1px solid #e5e5e5; font-size:20px; padding-bottom:25px; margin-bottom:20px;}
.proxxmiao{ line-height:28px;}


.dqwz{ background:#f0f0f1;padding-top:20px; padding-bottom:20px;margin-top:;}
.dqwz .loca{ background:url(../images/location_icon.png) no-repeat left; padding-left:25px; font-size:17px; }
.dqwz .loca span{ padding-left:8px; padding-right:8px;}
.ppda { margin-top:0px;}


table.bak { width:100%; margin:0 auto;border:0;}
.bak td{ font-size:16px; padding:5px 10px; line-height:40px; border:0; }
.bak th { background:#0677cc; color:#fff; font-weight:bold; font-size:16px; line-height:50px;text-align:left;padding:5px 10px;  border:0;}
.bak tr:nth-child(odd){background:#fff;}
.bak tr:nth-child(even){background:#fff;}


.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}





.flex-between-center{  display: flex; justify-content: space-between;}
.flex-between{ display: flex; justify-content: space-between}
.fanye{ margin-top:40px;border-top:1px solid #e5e5e5; padding-top:30px; line-height:30px;}
.fanye a { color: #666;}
.fanhui{background:#ddd;border-radius:25px;line-height:40px;width:120px;text-align:center;height:40px;}
.fanhui:hover{ background:#00488f;}
.fanhui:hover a{ color:#fff;}
.flex {display: flex;flex-wrap: wrap;}










