.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn:hover {
  background-color: #276fa8 !important;
  color: #fff !important;
}
.home_title {
  text-align: center;
  font-family: 'CooperBlackStd';
}
.home_title div {
  font-size: 40px;
  line-height: 1;
  color: #2a9b3c;
  font-weight: bold;
}
.home_title div span {
  color: #e68913;
}
.home_title p {
  font-size: 16px;
  color: #333;
}
.home_title img {
  vertical-align: bottom;
}
.index_title_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index_title_row .home_title {
  text-align: left;
}
.index_title_row .case_t_r {
  position: relative;
}
.index_title_row .case_t_r a {
  color: #e68913;
  font-size: 16px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.index_title_row .case_t_r a img {
  margin-left: 20px;
}
.index_title_row .case_t_r a:hover {
  color: #2a9b3c;
  margin-right: 4px;
}
.index_title_row .case_t_r a:hover img:first-child {
  display: none;
}
.index_title_row .case_t_r a:hover img:last-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:first-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:last-child {
  display: none;
}
.index_title_row .case_t_r .pages_r {
  height: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.index_title_row .case_t_r .pages_r span {
  margin: 0 5px;
}
.index_title_row .case_t_r .pages_r .cur {
  color: #2a9b3c;
}
.index_title_row .case_Arrows {
  width: 51px;
  height: 50px;
  background-image: url(../images/arr-btn.png);
  background-size: 100%;
  z-index: 1;
}
.index_title_row .case_Arrows:hover {
  background-image: url(../images/arr-highlight.png);
  border-color: #2a9b3c;
}
.index_title_row .case_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .case_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.index_title_row .video_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .video_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.index_t {
  text-align: center;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
}
.index_t .t {
  max-width: 700px;
  margin: 0 auto;
}
.index_t span {
  color: #2a9b3c;
}
.index_t .org {
  color: #e68913;
}
.index_t p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.indexBan .swiper-slide-active .txt {
  animation: mymove6 0.6s;
  -webkit-animation: mymove6 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
}
.indexBan .swiper-slide {
  position: relative;
}
.indexBan .txt {
  position: absolute;
  top: 25%;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.indexBan .txt div {
  max-width: 1300px;
  margin: 0 auto;
}
.indexBan .txt span {
  color: #2a9b3c;
}
.indexBan .txt .AirService {
  display: block;
  width: 288px;
  height: 60px;
  margin: 10px auto 0;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
}
.indexBan .txt .AirService img {
  margin-right: 8px;
}
.indexBan .img img {
  width: 100%;
}
.Home-banner-page {
  position: absolute;
  bottom: 44px!important;
  width: 100%;
}
.Home-banner-page .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background-color: #fff;
  opacity: 1;
}
.Home-banner-page .swiper-pagination-bullet-active {
  background: transparent;
}
.Product-center {
  width: 44%;
  float: left;
}
.Product-center li {
  width: 50%;
  float: left;
  margin-bottom: 22px;
}
.Product-center li.active .inner {
  background-color: #2a9b3c;
  color: #fff;
}
.Product-center li.active .inner img {
  filter: brightness(100);
}
.Product-center li .inner {
  display: flex;
  align-items: center;
  max-width: 258px;
  height: 78px;
  padding: 0 32px;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  border-radius: 60px;
  cursor: pointer;
  font-weight: bold;
}
.Product-center li .inner:hover {
  background-color: #2a9b3c;
  color: #fff;
}
.Product-center li .inner:hover img {
  filter: brightness(100);
}
.Product-center li .inner img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  filter: brightness(0);
}
.sectionCategory {
  padding-top: 64px;
  padding-bottom: 88px;
}
.sectionCategory .CategoryWrap {
  margin-top: 60px;
}
.sectionCategory .product_img_list {
  width: calc(100% - 44%);
  float: left;
}
.sectionCategory .product_img_list .item {
  display: none;
}
.sectionCategory .product_img_list .item img {
  width: 100%;
}
.sectionCategory .product_img_list .item.active {
  display: block;
}
.section_product {
  padding-top: 70px;
  padding-bottom: 10px;
  background-color: #ebf6ee;
}
.section_product .product_wrapper {
  margin-top: 15px;
}
.section_product .product_wrapper .product_body .product_item {
  position: relative;
}
.section_product .product_wrapper .product_body .product_item .product-next,
.section_product .product_wrapper .product_body .product_item .product-prev {
  width: 56px;
  height: 56px;
  background: url(../images/arr.png) no-repeat center;
  background-size: 100%;
}
.section_product .product_wrapper .product_body .product_item .product-next:hover,
.section_product .product_wrapper .product_body .product_item .product-prev:hover {
  background-image: url(../images/arr-highlight.png);
}
.section_product .product_wrapper .product_body .product_item .product-next {
  right: -32px;
  transform: rotate(180deg);
}
.section_product .product_wrapper .product_body .product_item .product-prev {
  left: -32px;
}
.section_product .product_wrapper .product_body .swiper-product .item {
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.section_product .product_wrapper .product_body .swiper-product .item:hover .img img:first-child {
  display: none;
}
.section_product .product_wrapper .product_body .swiper-product .item:hover .img img:last-child {
  display: block;
}
.section_product .product_wrapper .product_body .swiper-product .item .img {
  margin-bottom: 2px;
}
.section_product .product_wrapper .product_body .swiper-product .item .img img {
  width: 100%;
}
.section_product .product_wrapper .product_body .swiper-product .item .img img:first-child {
  display: block;
}
.section_product .product_wrapper .product_body .swiper-product .item .img img:last-child {
  display: none;
}
.section_product .product_wrapper .product_body .swiper-product .info {
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  color: #222;
}
.section_product .product_wrapper .product_body .swiper-product .info .product-name {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  min-height: 66px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

}
.section_product2 {
  padding-bottom: 78px;
}
.viewMore {
  display: block;
  color: #e68913;
  font-size: 16px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.viewMore img {
  margin-left: 16px;
}
.viewMore:hover {
  color: #2a9b3c;
  margin-left: 4px;
}
.viewMore:hover img:first-child {
  display: none;
}
.viewMore:hover img:last-child {
  display: inline-block;
}
.viewMore img:first-child {
  display: inline-block;
}
.viewMore img:last-child {
  display: none;
}
.section_video {
  position: relative;
  padding-bottom: 0;
  padding-top: 48px;
}
.section_video .data-num {
  margin-bottom: 100px;
  margin-top: 52px;
  margin-left: -8px;
  margin-right: -8px;
}
.section_video .data-num dd {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 8px;
  color: #222;
}
.section_video .data-num dd .item {
  height: 126px;
  border: 6px solid #ebf6ee;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.section_video .data-num dd .item:hover {
  border-color: #2a9b3c;
  background-color: #2a9b3c;
}
.section_video .data-num dd .item:hover .text {
  color: #fff;
}
.section_video .data-num dd .item:hover .text .counter {
  color: #fff;
}
.section_video .data-num .img_box {
  width: 90px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.section_video .data-num .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 95px);
  font-size: 16px;
  color: #333;
}
.section_video .data-num .text .counter {
  display: block;
  font-size: 36px;
  color: #e68913;
  font-weight: bold;
}
.home_video_wrapper {
  margin-top: 60px;
}
.home_video_wrapper .leo-row .VideoA {
  width: 50%;
  float: left;
}
.home_video_wrapper .leo-row .VideoB {
  width: 50%;
  float: left;
}
.home_video_wrapper .leo_video_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home_video_wrapper .leo_video_box .video_cover {
  position: relative;
  max-width: 620px;
  height: 100%;
}
.home_video_wrapper .leo_video_box .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.home_video_wrapper .leo_video_box .text {
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.home_video_wrapper .leo_video_box .text img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.home_video_wrapper .leo_video_box .text:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.home_video_wrapper .leo_video_box .text p {
  margin-top: 18px;
}
.home_video_wrapper .video_right_text {
  box-sizing: border-box;
}
.home_video_wrapper .video_right_text .t {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  text-align: left;
  font-weight: bold;
}
.home_video_wrapper .video_right_text .t span {
  color: #2a9b3c;
}
.home_video_wrapper .video_right_text .inner_text {
  line-height: 30px;
  font-size: 15px;
  color: #666666;
}
.home_video_wrapper .video_right_text .inner_text .div1 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 40px ;
}
.home_video_wrapper .video_right_text .more {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  color: #666666;
}
.home_video_wrapper .video_right_text .more img {
  vertical-align: middle;
  margin-left: 20px;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 10%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-choose {
  padding-top: 90px;
  padding-bottom: 136px;
  box-sizing: border-box;
  background: url(../images/choose-bg.jpg) no-repeat center top / cover;
}
.section-choose .choose-list {
  margin-top: 30px;
}
.section-choose .choose-list > div {
  width: 20%;
  float: left;
  padding: 0 2px;
  box-sizing: border-box;
}
.section-choose .choose-list > div:first-child .item {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section-choose .choose-list > div:last-child .item {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-choose .choose-list .item {
  position: relative;
  margin: 0 auto;
  height: 446px;
  box-sizing: border-box;
  padding: 30px 28px 0;
  background-color: transparent;
  border: 10px solid transparent;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.section-choose .choose-list .item:hover {
  border-color: #d4c50c;
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}
.section-choose .choose-list .item .img {
  position: relative;
  margin-bottom: 20px;
}
.section-choose .choose-list .item .t {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.section-choose .choose-list .item p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.IndexFactory .FactoryList {
  margin-top: 36px;
}
.IndexFactory .FactoryLeft {
  width: 49.8%;
  float: left;
}
.IndexFactory .FactoryLeft li {
  width: 49%;
  margin-left: 1%;
  margin-bottom: 10px;
  float: left;
}
.IndexFactory .FactoryLeft li img {
  max-width: 100%;
}
.IndexFactory .FactoryRight {
  width: 49.8%;
  float: right;
}
.IndexFactory .FactoryRight img {
  max-width: 100%;
}
.IndexFactory a {
  position: relative;
  display: block;
}
.section_Exh {
  padding-top: 80px;
  padding-bottom: 54px;
  border-bottom: 1px solid #eeeeee;
}
.section_Exh .category_list {
  margin-top: 30px;
}
.section_Exh .category_list li {
  padding: 0px 5px;
  box-sizing: border-box;
}
.section_Exh .category_list li .inner {
  overflow: hidden;
}
.section_Exh .category_list li .inner:hover .dec .t {
  color: #2a9b3c;
}
.section_Exh .category_list li .img {
  overflow: hidden;
  border-bottom: 1px solid #eef2ee;
}
.section_Exh .category_list li .img img {
  width: 100%;
}
.section_Exh .category_list li .dec {
  padding: 18px 10px;
  background-color: #fff;
  text-align: center;
}
.section_Exh .category_list li .dec .t {
  margin-bottom: 6px;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.section_Exh .category_list li .dec p {
  color: #999;
  font-size: 14px;
}
.section_Exh .Home-product-father {
  position: relative;
}
.section_Exh .Home-product-father .product-next,
.section_Exh .Home-product-father .product-prev {
  width: 56px;
  height: 56px;
  background: url(../images/arr.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
  margin-top: -40px;
}
.section_Exh .Home-product-father .product-next:hover,
.section_Exh .Home-product-father .product-prev:hover {
  background-image: url(../images/arr-highlight.png);
}
.section_Exh .Home-product-father .product-next {
  transform: rotate(180deg);
  right: -32px;
}
.section_Exh .Home-product-father .product-prev {
  left: -32px;
}
.section_honor {
  padding: 72px 0 110px 0;
}
.section_honor .t {
  margin-bottom: 12px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}
.section_honor p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.section_honor .time {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
}
.section_honor .time img {
  margin-right: 10px;
}
.section_honor .customer_wrapper {
  position: relative;
}
.section_honor .customer_button_control {
  width: 140px;
  height: 56px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60%;
}
.section_honor .customer_button_control .swiper-button-next,
.section_honor .customer_button_control .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url(../images/arr.png) no-repeat center;
  background-size: 100%;
}
.section_honor .customer_button_control .swiper-button-next:hover,
.section_honor .customer_button_control .swiper-button-prev:hover {
  background-image: url(../images/arr-highlight.png);
}
.section_honor .customer_button_control .swiper-button-next {
  transform: rotate(180deg);
}
.section_honor .customer_button_control .swiper-button-prev {
  left: 0;
}
.section_honor .customer_title {
  width: 460px;
  float: left;
}
.section_honor .customer_title .item {
  max-width: 390px;
}
.section_honor .customer_title .item .index_t {
  text-align: left;
  font-size: 26px;
  line-height: 1.25;
}
.section_honor .customer_list {
  width: calc(100% - 460px);
  float: right;
}
.section_honor .customer_arrow_group {
  height: 130px;
}
.section_honor .swiper-slide {
  box-sizing: border-box;
  padding: 6px;
  border-radius: 10px;
}
.section_honor .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
  cursor: pointer;
}
.section_honor .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.section_honor .swiper-slide .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}
.section_honor .swiper-slide .img:hover span {
  opacity: 1;
}
.bigimg {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 90%;
}
.bigimg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 80%;
  transform: translate(-50%, -50%);
  max-width: 560px;
}
.section_news {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section_news .index_news_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.section_news .home_title {
  text-align: left;
  margin-bottom: 0;
}
.section_news .index_news_tab span {
  display: inline-block;
  height: 50px;
  margin-left: 5px;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  background-color: #ebf6ee;
  font-size: 18px;
  color: #222;
  border-radius: 50px;
  cursor: pointer;
}
.section_news .index_news_tab .active {
  background-color: #2a9b3c;
  color: #fff;
}
.section_news .home-news {
  display: none;
}
.section_news .home-news {
  margin: 0 -30px;
}
.section_news .item-slide {
  width: 50%;
  float: left;
  padding: 0 30px;
  min-height:188px;
}
.section_news .home-news>div:nth-child(3) .item {
  border-bottom: 0;
}
.section_news .home-news>div:nth-child(4) .item {
  border-bottom: 0;
}
.section_news .item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
  margin-bottom: 18px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.section_news .item:hover {
  background-color: #ffffff;
}
.section_news .item:hover .dec {
  background-image: url(../images/arrow_highlight.png);
}
.section_news .item:hover .dec .t {
  color: #2a9b3c;
}
.section_news .item .img {
  display: inline-block;
  vertical-align: top;
  width: 228px;
  overflow: hidden;
}
.section_news .item .img img {
  width: 100%;
}
.section_news .item .dec {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 238px);
  padding-left: 20px;
  padding-right: 10%;
  box-sizing: border-box;
  background: url(../images/arrow.png) no-repeat top right;
}
.section_news .item .dec .t {
  margin-bottom: 24px;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.section_news .item .dec .t a {
  color: inherit;
}
.section_news .item .dec .c {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_news .item .dec .md {
  display: inline-block;
  color: #7f7f7f;
  font-weight: bold;
  font-size: 14px;
}
.section_faq {
  padding-top: 78px;
  padding-bottom: 90px;
  background: url(../images/faq_bg.jpg) no-repeat center top / cover;
}
.section_faq .swiper-faq-father {
  margin-top: 50px;
}
.section_faq .faqbox {
  width: 50%;
  float: left;
  padding: 4px 10px;
  box-sizing: border-box;
}
.section_faq .faqItem {
  padding: 34px 38px;
  background-color: #fff;
  border-radius: 12px;
}
.section_faq .faqItem:hover {
  background-color: #2a9b3c;
}
.section_faq .faqItem:hover .faqHead h3 {
  color: #fff;
}
.section_faq .faqItem:hover .faqBody p {
  color: #fff;
}
.section_faq .faqItem:hover .faqBody .arr {
  background-image: url(../images/arrow2_highlight.png);
}
.section_faq .faqItem .faqHead {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0dfdb;
}
.section_faq .faqItem .faqHead h3 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.section_faq .faqItem .faqBody {
  position: relative;
  height:50px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}
.section_faq .faqItem .faqBody p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
