.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.stylebtn {
  display: block;
  margin: 0 auto;
  background-color: #faa60a;
  font-size: 18px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50px;
  text-align: center;
  color: #fff;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.home_title {
  text-align: center;
}
.home_title div {
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'tt0524m';
  line-height: 1;
  color: #333;
  text-transform: uppercase;
}
.home_title div span {
  color: #faa60a;
}
.home_title p {
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.home_title p span{
    font-weight: bold;
}
.readmore {
  width: 120px;
  height: 50px;
  position: relative;
  z-index: 2;
  background-color: #e6e6e6;
  display: inline-block;
  font-size: 16px;
  color: #999999;
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.readmore:hover {
  background-color: #faa60a;
  color: #fff;
}
.indexBan {
  position: relative;
  overflow: hidden;
  margin-top: 125px;
}
.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: #faa60a;
}
.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: 38px!important;
  width: 100%;
}
.Home-banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 4px;
  background-color: #faa60a;
  opacity: 1;
}
.Home-banner-page .swiper-pagination-bullet-active {
  border: 2px solid #faa60a;
  background-color: transparent;
}
.section_honor {
  /*padding-top: 78px;*/
  padding-bottom: 88px;
}
.section_honor .swiper-honor-father {
  position: relative;
  margin-top: 36px;
  z-index: 1;
}
.section_honor .swiper-honor-father .swiper-honor .inner {
  overflow: hidden;
}
.section_honor .swiper-honor-father .swiper-honor .honor_img {
  overflow: hidden;
  position: relative;
}
.section_honor .swiper-honor-father .swiper-honor .honor_img img {
  max-width: 100%;
}
.section_honor .swiper-honor-father .swiper-honor .honor_img .lookbig{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    opacity: 0;
    width: 50px;
    height: auto;
    cursor: pointer;
}
.section_honor .swiper-honor-father .swiper-honor .honor_img::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.section_honor .swiper-honor-father .swiper-honor .honor_img:hover::after,
.section_honor .swiper-honor-father .swiper-honor .honor_img:hover .lookbig {
    opacity: 1;
}


.section_honor .swiper-honor-father .swiper-honor .honor_text {
  background-color: #e5e6e7;
  color: #000;
  padding: 0 4px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_honor .swiper-honor-father .honor_Arrows {
  top: 50%;
  width: 53px;
  height: 53px;
  margin-top: -17px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_honor .swiper-honor-father .honor_Arrows:hover {
  background-image: url(../images/arrow_lighthight.png);
}
.section_honor .swiper-honor-father .honor_Arr_R {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_honor .swiper-honor-father .honor_Arr_L {
  left: -90px;
}

.section_honor .swiper-honor-father .swiper-pagination{
    width: 100%;
    margin-top: 20px;
}
.section_honor .swiper-honor-father .swiper-pagination span{
    margin: 0 5px;
}
.section_honor .swiper-honor-father .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 4px;
    background-color: #faa60a;
    opacity: 1;
}
.section_honor .swiper-honor-father .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #faa60a;
    background-color: #fff;
}


.section_news {
  padding-top: 88px;
  padding-bottom: 40px;
}
.section_news .Home-news-father {
  margin-top: 50px;
  position: relative;
}
.section_news .Home-news-father .Home-news-page {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 44px;
  z-index: 1;
}
.section_news .Home-news-father .Home-news-page .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #faa60a;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 7.5px;
  opacity: 1;
}
.section_news .Home-news-father .Home-news-page .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid #faa60a;
}
.section_news .swiper-news {
  margin: 0 -20px;
}
.section_news .home-news .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
}
.section_news .home-news .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_news .home-news .item:hover .img .date {
  background-color: #faa60a;
  color: #333;
}
.section_news .home-news .item:hover .dec .t {
  color: #faa60a;
}
.section_news .home-news .img {
  position: relative;
  overflow: hidden;
}
.section_news .home-news .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section_news .home-news .img .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 120px;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #faa60a;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.section_news .home-news .dec {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
.section_news .home-news .dec .t {
  margin-top: 26px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section_news .home-news .dec .p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section_news .home-news span {
  font-size: 16px;
  color: #faa60a;
  display: block;
  margin-top: 52px;
}
.section_customers {
  /*padding-top: 88px;*/
  padding-bottom: 82px;
}
.section_customers .home-customer {
  margin-top: 46px;
}
.section_customers .home-customer .item {
  padding: 10px;
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
}
.section_customers .home-customer .item:hover .img {
  box-shadow: 0 0 10px rgba(250,166,10, 0.1);
}
.section_customers .home-customer .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_customers .home-customer .img {
  overflow: hidden;
}
.section_customers .home-customer .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section_customers .home-customer .t {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.section_customers .Home-customer-father {
  position: relative;
}
.section_customers .Home-customer-father .Home-customer-page {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.section_customers .Home-customer-father .Home-customer-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 4px;
  background-color: #faa60a;
  opacity: 1;
}
.section_customers .Home-customer-father .Home-customer-page .swiper-pagination-bullet-active {
  border: 2px solid #faa60a;
  background-color: #fff;
}
.section_Advantages {
  padding-top: 64px;
  padding-bottom: 64px;
  /*background: url(../images/advantage_wp.jpg) no-repeat center top;*/
  background-size: cover;
  background-color: #f8f8f8;
}
.section_Advantages .product-con .product-list {
  padding-top: 38px;
}
.section_Advantages .product-con .product-list .slide {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.section_Advantages .product-con .item {
  display: block;
  border: 1px solid #f4f4f4;
  margin: 0 10px;
  transition: all 0.25s ease-in;
}
.section_Advantages .product-con .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.section_Advantages .product-con .item:hover .dec {
  background-color: #faa60a;
}
.section_Advantages .product-con .item:hover .dec .t {
  color: #fff;
}
.section_Advantages .product-con .item:hover .dec .p {
  color: #fff;
}
.section_Advantages .product-con .img img {
  width: 100%;
  vertical-align: top;
}
.section_Advantages .product-con .dec {
  padding: 28px 14px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  transition: all 0.25s ease-in;
}
.section_Advantages .product-con .dec .t {
  height: 44px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #191c20;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_Advantages .product-con .dec .p {
  height: 60px;
  font-size: 12px;
  color: #888888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section_Advantages .read_more {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-top: 58px;
  border: 1px solid #faa60a;
  background-color: transparent;
  color: #faa60a;
  line-height: 40px;
  transition: all 0.25s ease-in;
  border-radius: 20px;
  font-size: 14px;
}
.section_Advantages .read_more:hover {
  background-color: #faa60a;
  color: #fff;
}
.home-Advantages-con {
  position: relative;
}
.home-Advantages-con .product-con-l {
  float: right;
  width: 416px;
}
.home-Advantages-con .product-con-r {
  position: relative;
  float: left;
  width: calc(100% - 436px);
  height: 668px;
  /*background: url(../images/advantage_bg01.jpg) no-repeat right top;*/
  background-color: #fff;
  padding-left: 74px;
}
.home-Advantages-con .product-con-r .home_title {
  position: absolute;
  top: 20px;
  left: 74px;
  text-align: left;
  max-width: 880px;
}
.home-Advantages-con .Advantages_menu {
  overflow: hidden;
}
.home-Advantages-con .Advantages_menu .sub_product li {
  padding-left: 26px;
  padding-top: 26px;
  /*height: 160px;*/
  height: 126.5px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.home-Advantages-con .Advantages_menu .sub_product li:nth-child(1) {
  background: url(../images/adv_tit01.png) no-repeat center right #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li:nth-child(2) {
  background: url(../images/adv_tit02.png) no-repeat center right #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li:nth-child(3) {
  background: url(../images/adv_tit03.png) no-repeat center right #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li:nth-child(4) {
  /*margin-bottom: 0;*/
  background: url(../images/adv_tit04.png) no-repeat center right #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li:nth-child(5) {
  /*margin-bottom: 0;*/
  background: url(../images/adv_tit04.png) no-repeat center right #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li span {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  opacity: 0.5;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.home-Advantages-con .Advantages_menu .sub_product li h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.home-Advantages-con .Advantages_menu .sub_product li.cur {
  background-color: #faa60a;
}
.home-Advantages-con .Advantages_menu .sub_product li.cur h3{
    color: #333333;
}
.home-Advantages-con .Advantages_menu .sub_product {
  display: none;
}
.home-Advantages-con .category_title {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
}
.home-Advantages-con .category_title span {
  font-size: 20px;
}
.home-Advantages-con .category_title .more {
  float: right;
  text-transform: uppercase;
  font-size: 20px;
}
.home-Advantages-con .category_title .more a {
  color: #fff;
  text-decoration: none!important;
}
.home-Advantages-con .category_title .more .icon {
  width: 28px;
  height: 24px;
  margin-right: 14px;
  display: inline-block;
  background: url(../images/more_icon.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
}
.home-Advantages-con .category_title .more:hover a {
  color: #faa60a;
}
.home-Advantages-con .category_title .more:hover .icon {
  background-position: 0 -24px;
}
.home-Advantages-con .prdtcase {
  /*padding-top: 274px;*/
  padding-top: 330px;
}
.home-Advantages-con .Advantages_tit {
  margin-bottom: 28px;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.home-Advantages-con li {
  margin-bottom: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  max-width: 880px;
}
.home-Advantages-con li span{
    font-weight: bold;
}
.prdtcase {
  display: none;
}
.prdtcase.prdctnow {
  display: block;
}
.section_about {
  height: 700px;
  position: relative;
  /*background: url(../images/about_right_bg.jpg) no-repeat top right;*/
  /*background-color: #f1f7f4;*/
  background-color: #f8f8f8;
}
.section_about .home_title {
  /*text-align: right;*/
  /*max-width: 434px;*/
  /*margin-left: auto;*/
  /*text-align: center;*/
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
}
.section_about .about_left_text {
  padding-top: 140px;
  color: #000;
  /*text-align: right;*/
}
.section_about .about_left_text .info {
  max-width: 610px;
  margin-left: auto;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.section_about .about_left_text .info span{
    font-weight: bold;
}
.section_about .about_left_text .more_btn {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
    text-align: right;
    float: right;
    background-color: #faa60a;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.section_about .about_left_text .more_btn img {
  margin-left: 0px;
  filter: brightness(100);
}
.section_about .video-contral {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.section_about .video-contral .video_cover {
  height: 100%;
}
.section_about .video-contral .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.section_map {
  /*padding-top: 80px;*/
  padding-bottom: 80px  ;
}
.section_map .ttt {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  max-width: 860px;
  margin: 0 auto;
}
.section_map .ttt span {
  color: #faa60a;
}
.section_map .img_map {
  text-align: center;
}
.section_map .img_map img {
  max-width: 100%;
  display: inline-block;
}
.section_map .home-experience {
  margin-top: 46px;
  padding-bottom: 30px;
}
.section_map .home-experience .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
}
.section_map .home-experience .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_map .home-experience .img {
  overflow: hidden;
}
.section_map .home-experience .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section_map .home-experience .text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_map .Home-experience-father {
  position: relative;
  z-index: 1;
}
.section_map .Home-experience-father .honor_experience {
  top: 50%;
  width: 53px;
  height: 53px;
  margin-top: -17px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
}
.section_map .Home-experience-father .honor_experience:hover {
  background-image: url(../images/arrow_lighthight.png);
}
.section_map .Home-experience-father .honor_Arr_R {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_map .Home-experience-father .honor_Arr_L {
  left: -90px;
}
.section_map .Home-experience-father .swiper-pagination {
    /*margin-top: 20px;*/
    bottom: 0;
}
.section_map .Home-experience-father .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 4px;
    background-color: #faa60a;
    opacity: 1;
}
.section_map .Home-experience-father .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #faa60a;
    background-color: #fff;
}




.section_services {
  /*background-color: #2c33a6;*/
  padding-top: 70px;
  padding-bottom: 90px;
}
.section_services .home_title div {
  /*color: #fff;*/
  color: #222222;
}
.section_services .home_title p {
  /*color: #fff;*/
  color: #333333;
}

.section_services .home_title h1 {
font-size: 42px;
text-transform: uppercase

}
.section_services .home_title h1 span{
    color: #faa60a;
}
.section_services .servicesList {
  margin-top: 40px;
}
.section_services .servicesList li {
  /*width: 16.6666%;*/
  /*width: 20%;*/
  /*width: 33%;*/
  width: 25%;
  padding: 0 3.5px;
  box-sizing: border-box;
  float: left;
}
.section_services .servicesList .item {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.section_services .servicesList .item::after {
  content: '';
  /*display: block;*/
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section_services .servicesList .item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.section_services .servicesList .item:hover .ico {
  transform: rotate(360deg);
  filter: brightness(100);
}
.section_services .servicesList .item:hover .text {
  height: 138px;
}
.section_services .servicesList .item:hover .text p {
  /*color: #fff;*/
  color: #333;
}
.section_services .servicesList .item:hover .arr {
  opacity: 1;
}
.section_services .servicesList .item .imgbg {
  width: 100%;
}
.section_services .servicesList .item .num {
  position: absolute;
  left: 24px;
  top: 24px;
  color: #faa60a;
  font-size: 18px;
  font-weight: bold;
  z-index: 4;
}
.section_services .servicesList .item .text {
  /*text-align: center;*/
  width: 100%;
  height: 98px;
  position: absolute;
  z-index: 4;
  left: 20px;
  /*top: 0;*/
  /*right: 0;*/
  bottom: 60px;
  margin: auto;
  /*color: #333333;*/
  color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_services .servicesList .item .text h2 {
  max-width: 144px;
  /*margin: 0 auto;*/
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.section_services .servicesList .item .text img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_services .servicesList .item .arr {
  opacity: 0;
  margin-top: 37px;
}
.section_factory {
  padding-top: 66px;
  padding-bottom: 82px;
  /*background: url(../images/Machine_bg.jpg) no-repeat center top;*/
  background-color: #f8f8f8;
}
.section_factory .factory_box {
  margin-top: 18px;
}
.section_factory .factory_box .left,
.section_factory .factory_box .right {
  float: left;
  width: 50%;
}
.section_factory .factory_imgList li {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}
.section_factory .factory_imgList li img {
  width: 100%;
}
.section_factory .factory_imgList li .item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.section_factory .factory_imgList li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 101%;
  /*background-color: rgba(1, 102, 182, 0.8);*/
  display: table;
  text-align: center;
}
.section_factory .factory_imgList li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.section_factory .factory_imgList li .bg .info img {
  margin-top: 20px;
  width: 19px;
}
.section_factory .factory_imgList li .bg p {
  color: #faa60a;
  font-weight: bold;
  font-size: 20px;
}
.section_factory .left .factory_imgList li {
  width: 100%;
}
.section_product {
  /*background: url(../images/section_product_bg.jpg) no-repeat center top;*/
  padding-top: 86px;
  /*padding-bottom: 52px;*/
}
.section_product .index_news_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.section_product .home_title {
    width: 40%;
  text-align: left;
  margin-bottom: 0;
}
.section_product .home_title h2 div{
    font-size: 36px;
}
.section_product .home_title p {
  max-width: 500px;
}
.section_product .index_news_tab{
    width: 60%;
}
.section_product .index_news_tab h3 {
  display: inline-block;
  height: 60px;
  margin-left: 5px;
  padding: 0 32px;
  text-align: center;
  line-height: 60px;
  background-color: transparent;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}
.section_product .index_news_tab .category-active h3 {
  background-color: #faa60a;
  border-color: #faa60a;
  color: #222;
}
.section_product .category_list li {
  padding: 10px;
  box-sizing: border-box;
}
.section_product .category_list li .inner {
  border: 2px solid #fff;
  border-radius: 6px;
  overflow: hidden;
}
.section_product .category_list li .inner:hover {
  border-color: #faa60a;
  box-shadow: 0 0 12px rgba(39, 46, 158, 0.6);
}
.section_product .category_list li .inner:hover .img img:first-child {
  display: none;
}
.section_product .category_list li .inner:hover .img img:nth-child(2) {
  display: block;
}
.section_product .category_list li .inner:hover .dec {
  
}
.section_product .category_list li .inner:hover .dec .t {

}
.section_product .category_list li .img {
  border-bottom: 1px solid #f2f3fa;
}
.section_product .category_list li .img img {
  width: 100%;
}
.section_product .category_list li .img img:first-child {
  display: block;
}
.section_product .category_list li .img img:nth-child(2) {
  display: none;
}
.section_product .category_list li .dec {
  padding: 30px;
  background-color: #fff;
}
.section_product .category_list li .dec .t {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section_product .category_list li .dec .star {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.section_product .category_list li .dec .star img {
  margin-right: 6px;
}
.section_product .category_list li .dec .xin {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
}
.section_product .category_list li .dec .xin img {
  margin-right: 6px;
}
.section_product .Home-product-father {
  position: relative;
  display: none;
}
.section_product .Home-product-father .Home-product-page {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.section_product .Home-product-father .Home-product-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 4px;
  background-color: #dddddd;
  opacity: 1;
}
.section_product .Home-product-father .Home-product-page .swiper-pagination-bullet-active {
  border: 2px solid #dddddd;
  background-color: #fff;
}
.section_Projects {
  padding: 78px 0;
  background: url(../images/project_bg.jpg) no-repeat center;
  overflow-y: hidden;
}
.section_Projects .home_title {
  text-align: left;
}
.section_Projects .t {
  margin-bottom: 15px;
  font-size: 26px;
  color: #222;
  line-height: 30px;
}
.section_Projects .more {
  color: #faa60a;
  font-size: 16px;
  font-weight: normal;
}
.section_Projects .more img {
  margin-right: 10px;
}
.section_Projects .customer_wrapper {
  position: relative;
}
.section_Projects .customer_wrapper {
  position: relative;
}
.section_Projects .customer_wrapper .swiper-pagination-fraction {
  height: auto;
  position: absolute;
  left: 14%;
  top: 54%;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  width: auto;
  color: #e7e7e7;
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
}
.section_Projects .customer_wrapper .swiper-pagination-fraction .cur {
  font-size: 60px;
}
.section_Projects .customer_wrapper .swiper-pagination-fraction span {
  font-size: 30px;
}
.section_Projects .customer_button_control {
  width: 150px;
  height: 72px;
  position: absolute;
  z-index: 1;
  left: 13.5%;
  top: 64%;
}
.section_Projects .customer_button_control .swiper-button-next,
.section_Projects .customer_button_control .swiper-button-prev {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
}
.section_Projects .customer_button_control .swiper-button-next:hover,
.section_Projects .customer_button_control .swiper-button-prev:hover {
  background-image: url(../images/arrow_lighthight.png);
}
.section_Projects .customer_button_control .swiper-button-next {
  transform: rotate(180deg);
}
.section_Projects .customer_title {
  width: 30%;
  float: left;
  margin-top: 97px;
  margin-left: 14%;
}
.section_Projects .customer_title .home_title {
  width: 100%;
}
.section_Projects .customer_title .item {
  max-width: 340px;
}
.section_Projects .customer_list {
  width: 57.8%;
  float: right;
  margin-left: -200px;
}
.section_Projects .home-Projects .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
  overflow: hidden;
}
.section_Projects .home-Projects .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_Projects .home-Projects .item:hover .t {
  color: #faa60a;
}
.section_Projects .home-Projects .img {
  overflow: hidden;
}
.section_Projects .home-Projects .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section_Projects .home-Projects .dec {
  max-width: 544px;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
.section_Projects .home-Projects .dec .t {
  margin-bottom: 14px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_Projects .home-Projects .dec .p {
  margin-bottom: 28px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section_Quality {
  padding: 88px 0 94px 0;
}
.section_Quality ul {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_Quality li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
}
.section_Quality li p {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
}
.section_how {
  padding-top: 78px;
  padding-bottom: 78px;
  /*background-color: #2b33a5;*/
  /*background-color: #f3f3fb;*/
  background-color: #f8f8f8;
}
.section_how .home_title {
  width: 460px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.section_how .home_title div {
  /*color: #fff;*/
  color: #222222;
  font-size: 36px;
}
.section_how .home_title p {
  max-width: 340px;
  /*color: #fff;*/
  color: #333333;
}
.section_how .howimg {
  width: calc(100% - 465px);
  display: inline-block;
}
.section_how .howimg img {
  width: 100%;
}

