 * {
 	margin: 0;
 	padding: 0;
 }

 ol,
 ul,
 li {
 	list-style: none;
 	padding-left: 0;
 }

 a {
 	text-decoration: none;
 	color: #303133;
 }

 a:hover {
 	color: rgba(230, 139, 48, 1);
 }
 @font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../font/AlibabaPuHuiTi-2-55-Regular.ttf");
 }
 @font-face {
    font-family: "MiSans";
    src: url("../font/MiSans-Regular.woff2");
 }
 body{
	  /* font-family: "MiSans", serif; */
 }
 .page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom:20px;
  }
  .page .pager .pagination {
    display: flex;
  }
  .page .pager .pagination li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f6f8;
    border-radius: 4px;
    margin-right: 8px;
  }
  .page .pager .pagination li a {
    color: #333;
  }
  .page .pager .pagination img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }
  .page .pager .pagination .active{
  	background:rgba(230, 139, 48, 1);
  	color: #fff;
  }
 .mg0 {
 	margin: 0 auto;
 }

 .Header {
   width: 100%;
   height: 7rem;
   position: fixed;
   top: 0;
   z-index: 999999;
   /* background-color: #fff; */
 }
 .Header ul li { 
   text-align: center;
 }
 .Header .Header_banner {
   width: 95rem;
   height: 100%;
   margin: 0 auto;
   display: flex;
   /* align-items: center; */
   justify-content: space-between;
 }
 .Header .Header_banner .logo {
   height: 6.375rem;
   margin-top: 8px;
   flex-shrink: 0;
 }
 .Header .Header_banner .search {
   /* margin-top: 0.25rem; */
   margin-right: 0.15rem;
   margin-top: -0.2rem;
 }
 .Swiper {
   width: 100%;
   overflow: hidden;
   position: relative !important;
   /* margin-top: 5.625rem; */
 }
 .Swiper .swiper-wrapper {
   width: 100%;
 }
 .Swiper .swiper-wrapper .swiper-slide {
   width: 100%;
 }
 .Swiper .swiper-wrapper .swiper-slide img {
   max-width: 100%;
 }
 .Swiper .swiper-wrapper .swiper-slide .textarea {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-right: 17%;
 }
 .Swiper .swiper-wrapper .swiper-slide .textarea .textarea_one {
   color: #303133;
   text-align: right;
   font-size: 1.875rem;
   font-weight: 400;
   letter-spacing: 0.32px;
   margin-bottom: 1.375rem;
 }
 .Swiper .swiper-wrapper .swiper-slide .textarea .textarea_two {
   color: #303133;
   text-align: right;
   font-size: 4.6rem;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 2.31px;
 }
 .Swiper .swiper-wrapper .swiper-slide .textarea .mar_60 {
   margin-top: 4.125rem;
 }
 .Swiper .swiper-wrapper .swiper-slide .textarea .textarea_tree {
   color: #303133;
   text-align: right;
   font-size: 1.125rem;
   font-style: normal;
   font-weight: 400;
   line-height: 30px;
   /* 150% */
 }
 .Swiper #rotation_swiper {
   bottom: 1.5rem !important;
 }
 .Swiper #rotation_swiper .swiper-pagination-bullet {
   width: 11px;
   height: 11px;
   border-radius: 50%;
   margin: 0 7px;
   opacity: 1;
   background: rgba(255, 255, 255, 0.6);

 }
 .Swiper #rotation_swiper .swiper-pagination-bullet-active {
   /* width: 56px; */
   background: rgba(255, 255, 255, 1);
 }
 .Swiper .swiper-button-prev {
   position: absolute !important;
   left: 17%;
   top: 90%;
 }
 .Swiper .swiper-button-next {
   position: absolute !important;
   left: 22%;
   top: 90%;
 }
 .Swiper .swiper-button-next,
 .Swiper .swiper-button-prev {
   background-color: rgba(255, 255, 255, 0.6);
   width: 3.125rem;
   height: 3.125rem;
   flex-shrink: 0;
   border-radius: 100px;
   color: #fff;
 }
 .Swiper .swiper-button-next:hover,
 .Swiper .swiper-button-prev:hover {
   background-color: #fff;
 }
 .animenu__nav {
   height: 3.5rem;
   font-size: 1.0625rem;
   color: #606266;
   /* background-color: #fff; */
   display: flex;
   /* align-items: center; */
   margin-bottom: 0 !important;
   margin-top: 1rem;
   align-items: end;
 }
 .animenu__nav .search {
   width: 1.25rem;
   height: 1.25rem;
   flex-shrink: 0;
 }
 .animenu__nav > li {
   /* height: 100%; */
   height: auto;
   /* line-height: 5.625rem; */
   position: relative;
 }
 .animenu__nav > li > a {
   padding: 10px 16px;
   font-weight: 500;
   /* text-transform: uppercase; */
   /* font-family: "AlibabaPuHuiTi", serif; */
   font-size: 20px;
   color: #fff;
 }
 .line {
   width: 3.125rem;
   height: 0.2rem;
   /* display: inline-block; */
   position: relative;
   background-color: #fff;
    line-height: 0;
	margin: 0 auto;
 }
 .animenu__nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
    margin-top: 7px;
 }
 .animenu__nav > li:hover > a { 
   color: #fff;
 }
 .line_li{
	  position: absolute;
	  bottom: -10px;
	  left: 50%;
	 
	 width: 3.125rem;
	 height: 0.2rem;
	 /* display: inline-block; */
	 background-color: #fff;
	  line-height: 0;
		 margin-left: -1.56rem;
 }
 .animenu__nav__child {
   min-width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 99;
   opacity: 0;
   visibility: hidden;
   margin: 10px 0 0 0;
   color: #606266;
   background-color: #fff;
   transition: margin 0.15s, opacity 0.15s;
 }
 .animenu__nav__child > li {
	 line-height: 0;
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #f5f6f7;
 }
 .animenu__nav__child a {
	 font-size: 16px;
   padding: 10px 4px;
   width: 100%;
   height: 3rem;
   line-height: 2rem;
   display: inline-block;
   border-color: #373737;
   /* //溢出隐藏省略号 */
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   font-family: "AlibabaPuHuiTi", serif;
   /* //-webkit-line-clamp:1; 超出几行 */
 }
 .animenu__nav__child a:hover {
   width: 100%;
   background-color: rgba(1, 134, 105, 1);
   color: #fff;
 }
 .animenu__nav--open {
   display: block !important;
 }
 .animenu__nav--open .animenu__nav__child {
   display: block;
 }
 .animenu__toggle:hover {
   background-color: #0186ba;
 }
 .search_text {
   color:rgba(1, 134, 105, 1);
   font-weight: 700;
   font-size: 20px;
 }
 .header_phone{
	 margin-left: 1rem;
 }

 /* 头部样式开始 */
.header_container_box{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 6.25rem;
	background-color: #fff;
	width: 100%;
}
.header_logo_box img{
	width: 10.5rem;
	height: 3.5625rem;
	margin-left: 19rem;
	margin-top: 1.3rem;
}
.header_nav_box{
	display: flex;
	flex-direction: row;
	/* justify-content: end; */
	margin-top: 1rem;
	margin-left: 17rem;
}
 .header_nav_box li {
 	display: block;
 	height: 5rem;
 	position: relative;
 }
 .header_nav_box li a {
 	padding: 0 1.8rem;
 	display: inline-block;
 	height: inherit;
 	line-height: 4.5rem;
 	font-size: 1.125rem;
 	/* color: #FFF; */
 }

 .header_nav_box li span {
 	display: block;
 	position: absolute;
 	width: 40%;
 	height: 3px !important;
 	background-color: #18438F;
 	left: 50%;
 	bottom: 12px;
 	margin-left: -20%;
 	opacity: 0;
 }
.header_nav_box li:hover>span {
 	opacity: 1;
 }
 .fix_menu_box{
	 position: fixed;
	 top: 50%;
	 right: 7px;
	 z-index: 999;
	 transform:translateY(-50%);
	 -webkit-transform:translateY(-50%);
 }
.fix_menu_item_box{
	width: 4.25rem;
	height: 4.25rem;
	background-color: rgba(245, 246, 248, 1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
} 
.fix_menu_item_box_wx_fu{
	position: absolute;
	width: 110px;
	height: 110px;
	top: -22px;
	left: -116px;
}
.fix_menu_item_box_wx_fu img{
	width: 100%;
	height: 100%;
}
.fix_menu_item_box:hover{
	filter:drop-shadow(0px 4px 24px rgba(17, 26, 50, 0.08));
	-webkit-filter:drop-shadow(0px 4px 24px rgba(17, 26, 50, 0.08));
}
.fix_menu_item_box .fix_menu_item_box_img{
	width: 32px;
	height: 32px;
}
.fix_menu_item_box p{
	color: rgba(1, 134, 105, 1);
	font-size: 11px;
	margin-bottom: 0 !important;
}
.fix_menu_item_box1{
	width: 4.25rem;
	height: 4.25rem;
	background-color: rgba(1, 134, 105, 1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.fix_menu_item_box1:hover{
	filter:drop-shadow(0px 4px 24px rgba(17, 26, 50, 0.08));
	-webkit-filter:drop-shadow(0px 4px 24px rgba(17, 26, 50, 0.08));
}
.fix_menu_item_box1 img{
	width: 24px;
	height: 24px;
}

 /* 头部样式结束 */
 .zw_box{
	height: 6.25rem;
	 width: 100%;
 }
 .index_bottom_img_box{
 	width: 1400px;
	display: flex;
	margin: 0 auto;
 }
 .index_bottom_img_item_box{
	width: 700px;
	 height: 420px;
	background-image: url('../images/index_bottom_icon1.png');
	background-size: 100% 100%;
 }
 
 .index_bottom_img_item_box1{
	 background-image: url('../images/index_bottom_icon2.png');
	 background-size: 100% 100%;
 }
 .index_bottom_img_item_box_title{
	 color: rgba(255, 255, 255, 1);
	 font-size: 30px;
	 text-align: center;
	 padding-top: 202px;
	 font-family: "AlibabaPuHuiTi", serif;
 }
 .index_bottom_img_item_box_desc{
	color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 padding-top: 22px;
	 text-align: center; 
	 font-family: "AlibabaPuHuiTi", serif;
 }
 .index_news_content_new{
	 width: 100%;
	 height: 817px;
	background-image: url('../images/index_news_bj.png');
	background-size: 100% 100%; 
	padding-bottom: 50px;
 }
 .index_news_content_box_new{
	 width: 1400px;
	 margin: 0 auto;
 }
 .index_news_content_box_top{
	 display: flex;
	 justify-content: space-between;
	 width: 100%;
	 align-items: center;
	 padding-top: 100px;
 }
 .index_news_content_box_top_left img{
	 width: 150px;
	 height: 60px;
 }
 .index_news_content_box_top_left_text{
	color: rgba(48, 49, 51, 1);
	 font-size: 40px;
	 font-family: "AlibabaPuHuiTi", serif;
 }
 .index_news_content_box_top_right{
	width: 184px;
	 height: 58px;
	background-image: url('../images/index_news_right.png');
	background-size: 100% 100%;  
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	transition: all 0.4s linear;
	font-family: "AlibabaPuHuiTi", serif;
 }
  .index_news_content_box_top_right:hover{
	  color: #fff;
	  transform:translateX(-10px);
  }
.index_news_content_item{
	width: 450px;
	display: block;
	margin-right: 25px;
	transition: all 0.4s linear;
}
.index_news_content_item:hover{
	 transform:translateY(-10px);
}
.index_news_content_item:nth-child(3){
	margin-right: 0px;
}
.index_news_content_item_img{
	width: 450px;
	height: 256px;
	position: relative;
	overflow: hidden;
}
.index_news_content_item_img img{
	width: 100%;
	height: 100%;
	transition:all .5s ease 0s;
}
.index_news_content_item:hover .index_news_content_item_img img{
	transform:scale(1.1);
}
.index_news_content_item_img_dete{
	width: 196px;
	height: 48px;
	background-color: rgba(1, 134, 105, 1);
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_content_item_title{
	width: 405px;
	height: 54px;
	margin: 0 auto;
	color: rgba(48, 49, 51, 1);
	font-size: 20px;
	line-height: 27px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;	
  font-family: "AlibabaPuHuiTi", serif;
  margin-top: 32px;
}

.index_news_content_item_more_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 38px;
	 font-family: "AlibabaPuHuiTi", serif;
}
.index_news_content_item_more_icon2{
	display: none;
}
.index_news_content_item:hover .index_news_content_item_more_icon2{
	display: block;
}
.index_news_content_item:hover .index_news_content_item_more_icon1{
	display: none;
}
.index_news_content_item_box{
	display: flex;
	padding-top: 79px;
}

.index_case_content_new{
	width: 1400px;
	margin: 0 auto;
	padding-top: 80px;
}
.index_case_content_new_title{
	display: flex;
	justify-content: center;
	color: rgba(48, 49, 51, 1);
	font-size: 43px;
	/* font-weight: 600; */
	font-family: "AlibabaPuHuiTi", serif;
	align-items: baseline;
}
.index_case_content_new_title img{
	margin-left: 8px;
}
.index_case_content_new_title1{
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif;
	color: rgba(96, 98, 102, 1);
	font-weight: 400;
	font-size: 18px;
}
 .swiper-container-case {
     width: 1400px;
	 overflow: hidden;
      height:546px;
	  position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
    }
    .swiper-container-case  .swiper-slide {
      text-align: center;
      font-size: 18px;
	  height: 470px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  flex-direction: column;
    }
	 .swiper-container-case .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
 .swiper-container-case  .swiper-slide img{
	 height: 419px;
 }
.swiper-container-case .swiper-pagination-bullet-active{
	background:rgba(1, 134, 105, 1) !important;
}
.swiper-container-case .swiper-slide-active, .swiper-slide-duplicate-active{
	z-index: 10;
}
.swiper-container-case-item-title{
	width: 95%;
	color: rgba(48, 49, 51, 1);
	font-size: 18px;
	font-family: "AlibabaPuHuiTi", serif;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	  -webkit-box-orient: vertical;
	margin-top: 18px;
}
.index_about_content_en{
	width: 100%;
	background-image: url('../images/ds_index_bj1.png');
	height: 48.625rem;
	background-size: cover;
}
.index_about_content_en_center{
	width: 1300px;
	margin: 0 auto;
}
.index_about_content_en_title{
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 46px;
	padding-top: 95px;
}
.index_about_content_en_title1{
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 25px;
	font-family: "AlibabaPuHuiTi", serif;
}

.index_about_content_en_center_box{
	display: flex;
	justify-content: space-between;
}
.index_about_content_en_center_left_title{
	color: rgba(255, 255, 255, 1);
	font-size: 1.6875rem;
	font-weight: 520;
	line-height: 40px;
	width: 578px;
	overflow-wrap: break-word;
	padding-top: 55px;
}

.index_about_content_en_center_left_desc{
	color: rgba(255, 255, 255, 1);
	font-size: 17px;
	font-weight: 400;
	line-height: 33px;
	width: 867px;
	padding-top: 40px;
	font-family: "MiSans", serif;
}
.index_about_content_en_center_left_more{
	width: 135px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: rgba(230, 139, 48, 1);
	font-size: 14px;
	background-color: #fff;
	border-radius: 25px;
	display: inline-block;
	margin-top: 60px;
}
.index_product_content_en{
	width: 100%;
	background-image: url('../images/ds_index_icon7.png');
	height: 840px;
	background-size: cover;
}
.index_cooperate_content_en{
	width: 100%;
	background-image: url('../images/ds_index_icon9.png');
	height: 736px;
	background-size: cover;
}
.index_contact_content_en{
	width: 100%;
	background-image: url('../images/ds_index_icon8.png');
	background-size: cover;
	height: 520px;
	position: relative;
}
.index_contact_content_en_absolute{
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
}
.index_contact_content_en_absolute img{
	width: 100%;
	height: auto;
}

.index_contact_content_en_title{
	color: rgba(255, 255, 255, 1);
	font-size:30px;
	font-weight: 520;
	line-height: 40px;
	overflow-wrap: break-word;
	padding-top: 148px;
}
.index_contact_content_en_desc{
	color: rgba(255, 255, 255, 1);
	font-size: 15px;
	font-weight: 400;
	line-height:24px;
	width: 720px;
	padding-top: 12px;
	font-family: "MiSans", serif;
}

.index_contact_content_en_center_left_more{
	width: 135px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(230, 139, 48, 1);
	border-radius: 25px;
	display: inline-block;
	margin-top: 80px;
	font-family: "MiSans", serif;
}

.index_contact_content_en_center_left_more:hover{
	color: #fff;
}
.index_cooperate_content_en_title{
	color: rgba(48, 49, 51, 1);
	font-size: 46px;
	font-weight: 520;
	padding-top: 110px;
}
.index_cooperate_content_en_title1{
	color: rgba(48, 49, 51, 1);
	font-size: 25px;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_cooperate_content_en_title2{
	color: rgba(48, 49, 51, 1);
	font-size: 22px;
	padding-top:44px;
}
.index_cooperate_content_en_title3{
	color: rgba(48, 49, 51, 1);
	font-size: 17px;
	line-height: 28px;
	width: 395px;
	padding-top: 5px;
	font-family: "MiSans", serif;
}
.mySwiperProduct_box{
	width: 100%;
	overflow: hidden;
	position: relative;
	 margin-top: 50px;
}
    .mySwiperProduct {
      width: 100%;
      height: 100%;
	 
    }
.mySwiperProduct_box .swiper-slide{
	width: 100%;
	height: 540px;
	display: flex;
	justify-content: space-between;
}
.mySwiperProduct_info_title{
	color: rgba(255, 255, 255, 1);
	font-size: 42px;
	font-weight: 520;
	padding-bottom: 38px;
	padding-top: 45px;
}

.mySwiperProduct_info_desc{
	width: 450px;
	overflow-wrap: break-word;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.mySwiperProduct_info_desc p{
	margin-bottom: 0;
}
.mySwiperProduct_info{
	padding-left: 167px;
}
.mySwiperProduct .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: "";
}
.mySwiperProduct .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: "";
}
.mySwiperProduct .swiper-button-next, .swiper-button-prev{
	width: 55px;
	height: 55px;
}
.mySwiperProduct_img{
	width: 573px;
	height: 540px;
	margin-right: 50px;
}

.mySwiperProduct_img img{
	width: 100%;
	height: auto;
}



 .index_about_content_new{
	width: 100%;
	position: relative; 
	padding-top: 80px;
	padding-bottom: 100px;
 }
 .index_about_content_new_absolute{
	 position: absolute;
	 top: 120px;
	 right: 0;
 }
 .index_about_content_new_title_box{
	width: 639px;
	 height: 152px;
	position: relative;
	margin-left: 14vw;
 }
 .index_about_content_new_title_box_absolute{
	 position: absolute;
	 left: 13px;
	 bottom: 30px;
	 display: flex;
	 align-items: baseline;
	color: rgba(48, 49, 51, 1);
	font-family: "AlibabaPuHuiTi", serif;
	 font-size: 42px;
 }
 
 .index_about_content_new_desc_box{
	 width: 1175px;
	 height: 308px;
	background-image: url('../images/index_new_about_icon5.png');
	background-size: 100% 100%;  
 }
 
 .index_about_content_new_desc_box_desc{
	font-family: "AlibabaPuHuiTi", serif;
	color: rgba(96, 98, 102, 1);
	font-size: 16px;
	padding-top: 35px;
	padding-right: 130px;
	margin-left: 14vw;
	line-height: 30px;
 }
 
 .index_about_content_new_nav_box{
	 margin-left: 14vw;
	 display: flex;
	 margin-top: 42px;
 }
 .index_about_content_new_nav_item{
	 display: flex;
	 align-items: center;
	color: rgba(48, 49, 51, 1);
	 font-size: 22px;
	font-family: "AlibabaPuHuiTi", serif; 
	margin-right: 60px;
 }
  .index_about_content_new_nav_item a{
	  display: inline-flex;
	  align-items: center; 
  }
  .index_about_content_new_nav_item img{
	  margin-right: 8px;
	  width: 70px;
	  height: 70px;
  }
 .index_about_content_new_nav_item_img2{
	 display: none;
 }
 .index_about_content_new_nav_item:hover .index_about_content_new_nav_item_img2{
	display: block; 
 }
 
 .index_about_content_new_nav_item:hover .index_about_content_new_nav_item_img1{
 	display: none; 
 }
 
.chanpinxilie_index_content{
	width: 100%;
	height: 392px;
	background-color: rgba(245, 246, 248, 1);
	padding-top: 56px;
}

 .xilie_item_content{
	 width: 1400px;
	 margin: 0 auto;
	 display: flex;
	 justify-content: space-around;
	 margin-top: 42px;
 }
 
 .xilie_item_box_name{
	font-family: "AlibabaPuHuiTi", serif; 
	color: rgba(48, 49, 51, 1);
	font-size: 24px;
	margin-top: 26px;
 }
 
 .xilie_item_box{
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 transition:all .5s ease 0s;
 }
 
 .xilie_item_box img{
	 width: 94px;
	 height: 94px;
 }

 
  .xilie_item_box:hover{
	 transform:translateY(-10px); 
  }
 
 .page_product_content_box{
	 width: 1400px;
	 margin: 0 auto;
	 display: flex;
	 padding-top: 50px;
 }
 .page_product_content_box_left{
	width: 280px;
	 height: 620px;
	background: linear-gradient(to bottom, rgba(245, 246, 248, 1), rgba(245, 246, 248, 0));
 }
 
 .page_product_content_box_left_title{
	width: 280px;
	height: 60px;
	background: rgba(1, 134, 105, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "AlibabaPuHuiTi", serif; 
	font-size:20px ;
 }
  .page_product_content_box_left_title img{
	  margin-left: 10px;
  }
 .page_product_content_box_left_nav_box{
	width: 242px;
	margin-left: 38px;
	height: 60px;
	 line-height: 60px;
	position: relative;
	display: block;
 }
 .page_product_content_box_left_nav_box_img1{
	 position: absolute;
	 right: 30px;
	 top: 0;
	 width: 20px;
	 height: 20px;
 }
 .page_product_content_box_left_nav_box_img2{
 	 position: absolute;
 	 right: 30px;
 	 top: 0;
 	 width: 20px;
 	 height: 20px;
	 opacity: 0;
 }
 .page_product_content_box_left_nav_box:hover  .page_product_content_box_left_nav_box_img2{
	opacity: 1; 
 }
 
 .page_product_content_box_left_nav_box_active{
	color: rgba(1, 134, 105, 1); 
 }
 .page_product_content_box_left_nav{
	 padding-top: 20px;
 }
 
 .page_product_content_box_right{
	 width: 1098px;
	margin-left: 30px;
 }
 
 .page_product_content_box_right_content{
	display: flex;
	flex-wrap: wrap; 
	margin-top: 60px;
 }
 .index_product_content_item_new{
 	display: block;
 	width: 31.6%;
 	margin-right: 1.5rem;
 	margin-bottom:1.5rem;
 	transition:all .5s ease 0s;
 }
  .index_product_content_item_new:nth-child(3n){
	  margin-right:0;
  }
 .index_product_content_item_new:hover .index_product_content_item_img img{
 	transform:scale(1.1);
 }
 
 
 .index_product_content_item_new:hover{
 	transform:translateY(-10px);
 }
 
 
 
 
 .chanpin_index_content{
	width: 100%;
	height: 940px;
	background-image: url('../images/chanpin_index_bj.png');
	background-size: 100% 100%;   
 }
 .chanpin_index_content_img_box{
	 width: 1400px;
	 height: 490px;
	 position: relative;
	 margin: 0 auto;
 }
  .chanpin_index_content_img_box img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
 .chanpin_index_content_info_box{
	 width: 1160px;
	 height: 280px;
	 position: absolute;
	 right: 0;
	 bottom: -102px;
	 background-color: rgba(248, 248, 248, 1);
	 display: flex;
	 align-items: center;
 }
 .chanpin_index_content_info_item_box{
	width: 290px;
	 height: 280px;
	 background-color: rgba(248, 248, 248, 1);
	 cursor: pointer;
	 border-left: 1px solid #e4e7ed;
 }
 .chanpin_index_content_info_item_no{
	color: #018669;
	font-size: 20px;
	font-family: "AlibabaPuHuiTi", serif;  
	padding-top: 28px;
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 20px;
 }
 .chanpin_index_content_info_item_title{
	/* color: #018669; */
	color:#303133 ;
	 font-size: 24px;
	 font-family: "AlibabaPuHuiTi", serif; 
	padding-left: 30px;
 }
 
 .chanpin_index_content_info_item_desc{
	 width: 244px;
	 margin-left: 28px;
	font-family: "AlibabaPuHuiTi", serif; 
	color: #606266;
	 font-size: 14px;
	 line-height: 20px;
	 margin-top: 42px;
 }
 
 .chanpin_index_content_title{
	color: #FFFFFF;
	 font-size: 42px;
	 font-weight: 500;
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif; 
	padding-top: 80px;
	padding-bottom: 27px;
 } 
 .chanpin_index_content_info_item_box:hover{
	 /* background-color: rgba(255, 255, 255, 1); */
 }
 .chanpin_index_content_info_item_box_active{
	  background-color: rgba(255, 255, 255, 1);
 }
 .chanpin_index_content_info_item_box_active  .chanpin_index_content_info_item_title{
	  color: #018669;
 }
 .chanpin_index_content_more{
	 width: 208px;
	 height: 58px;
	background-image: url('../images/chanpin_index_icon1.png');
	background-size: 100% 100%;  
	display: flex;
	margin: 0 auto;
	color: #018669;
	font-size: 18px;
	font-family: "AlibabaPuHuiTi", serif; 
	margin-top: 150px;
	align-items: center;
	justify-content: center;
	transition:all .5s ease 0s;
 }
 
  .chanpin_index_content_more img{
	  margin-left: 4px;
  }
  .chanpin_index_content_more:hover{
	  transform:translateX(-10px);
  }
  .page_banner_box{
	  width: 100%;
	  height: 510px;
	  position: relative;
	  background-image: url('../images/page_about_bj1.png');
	  background-size: 100% 100%;  
  }
    .page_banner_box img{
		width: 100%;
		height: auto;
	}
  .page_banner_title_box{
	width: 1300px;
	margin: 0 auto;
  }
  .page_banner_title{
	  color:rgba(255, 255, 255, 1);
	  font-size: 36px;
	  /* font-family: "AlibabaPuHuiTi", serif; */
	  font-weight: 600;
	  padding-top: 200px;
  }
  
  .page_banner_title_heng{
	 background-color: #018669;
	  width: 52px;
	  height: 4px;
	  margin-top: 24px;
  }
  .page_banner_title1{
	  color:rgba(255, 255, 255, 1);
	  padding-top: 4px;
	  font-size: 17px;
	  line-height: 30px;
	  font-family: "MiSans", serif;
  }
  .page_about_content_box1{
	 width: 100%;
	 min-height:942px;
	 position: relative;
	 background-image: url('../images/page_about_icon6.jpg');
	 background-size:cover;   
  }
  
  .page_about_content_box2{
	width: 100%;
  }
  .page_about_content_box2 img{
	  width: 100%;
	  height: auto;
  }
  .page_about_content_box3{
  	 width: 100%;
  	 min-height:833px;
  	 position: relative;
  	 background-image: url('../images/page_about_icon4.jpg');
  	 background-size:cover;   
  }
  .page_about_content_box4{
	  width: 100%;
	  min-height:700px;
	  position: relative;
	  background-image: url('../images/page_about_icon2.png');
	  background-size:cover;   
  }
  .page_about_content_box5{
  	  width: 100%;
  	  min-height:822px;
  	  position: relative;
  	  background-image: url('../images/page_about_icon1.jpg');
  	  background-size:cover;   
  }
  .index_about_content_title_new{
	  color: rgba(48, 49, 51, 1);
	  font-size: 46px;
	  padding-top: 6.875rem;
	  padding-bottom: 70px;
	  /* font-family: "MiSans", serif; */
  }
 
 .index_about_content_desc_box{
	 display: flex;
	 justify-content: space-between;
	 padding-bottom: 70px;
 }
 .index_about_content_desc_box_left_title{
	width: 226px;
	color: rgba(48, 49, 51, 1);
	font-size: 25px;
	font-weight: 450;
	overflow-wrap: break-word;
 }
 .index_about_content_desc_box_left_heng{
	width: 60px;
	height: 1px;
	background-color: rgba(179, 185, 195, 1);
	margin-top: 35px;
 }
 .index_about_content_desc_box_right{
	overflow-wrap: break-word;
	color: rgba(48, 49, 51, 1);
	font-size: 17px; 
	line-height: 33px;
	text-align: justify;
	width: 1026px;
	font-weight: 400;
	font-family: "MiSans", serif;
 }
  .index_about_content_desc_box_right p{
	  margin-bottom: 0;
  }
  .page_about_content_box4_title{
	color: rgba(48, 49, 51, 1);
	font-size: 46px;
	padding-top: 100px;
	padding-bottom: 40px;  
  }
  .page_about_content_box4_desc{
	width: 824px;
	overflow-wrap: break-word;
	color: rgba(48, 49, 51, 1);
	font-size: 17px; 
	line-height: 33px;
	text-align: justify;
	font-weight: 400;
	font-family: "MiSans", serif;
  }
 .page_about_content_box5_item{
	 display: flex;
	 align-items: center;
	 margin-bottom: 20px;
	 /* font-family: "MiSans", serif; */
 }
 .page_about_content_box5_item_left{
	color: rgba(179, 185, 195, 1);
	font-size: 42px;
	font-weight: 380;
 }
 .page_about_content_box5_item_title{
	color: rgba(48, 49, 51, 1);
	 font-size: 20px;
	 margin-left: 84px;
 }
 .page_product_title{
	color: rgba(48, 49, 51, 1);
	font-size: 46px;
	text-align: center;
	font-weight: 450;
	padding-top: 110px;
	padding-bottom: 70px;
 }
 .page_product_item{
	width: 100%;
	height:556px;
	position: relative;
	background-image: url('../images/page_product_icon1.png');
	background-size:cover; 
	transition:all .5s ease 0s;
	margin-bottom: 60px;
 }
  .page_product_item_a{
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: space-between;
  }
 .page_product_item_left{
	 margin-left: 86px;
 }
 .page_product_item_name{
	color: rgba(48, 49, 51, 1);
	font-size: 42px;
	padding-top: 82px;
 }
 .page_product_item_desc{
	color: rgba(48, 49, 51, 1);
	font-size: 18px;
	width: 459px;
	padding-top: 38px;
 }
  .page_product_item_desc p{
	  margin-bottom: 0;
  }
 .page_product_item_more{
	 width: 130px; 
	 height: 42px;
	 text-align: center;
	 line-height: 42px;
	 color: #fff;
	 font-size: 14px;
	 background-color: rgba(230, 139, 48, 1);
	 border-radius: 25px;
	 display: inline-block;
	 margin-top: 80px;
 }
 
 .page_product_item_right{
	width: 547px; 
	margin-top: 29px;
	height: 527px;
	overflow: hidden;
 }
 .page_product_item_right img{
 	width: 547px; 
	height: auto;
	transition:all .5s ease 0s;
	object-fit: cover;
	
 }
 .page_product_item:hover{
	transform:translateY(-10px); 
 }
 .page_product_item:hover .page_product_item_right img{
	transform:scale(1.1); 
 }
 .page_support_content_box1{
 	  width: 100%;
 	  min-height:1012px;
 	  position: relative;
 	  background-image: url('../images/page_support_icon1.jpg');
 	  background-size:cover;   
 }
 
 .page_support_content_box1_title{
	 text-align: center;
	 color: #303133;
	 font-size: 46px;
	 padding-top: 120px;
	 font-weight: 450;
 }
 .page_support_content_box1_img{
	 width: 100%;
	 margin-top: 80px;
 }
 
 .page_support_content_box1_img img{
 	 width: 100%;
	 height: auto;
 }
 .page_support_item{
	padding-top: 40px;
	padding-bottom: 8px;
	transition:all .5s ease 0s;
	border-bottom: 1px solid rgba(235, 238, 245, 1);
 }
 .page_support_item_title{
	padding: 0 30px;
	color: rgba(48, 49, 51, 1);
	font-size: 20px;
	font-weight: 380;
 }
 .page_support_item_desc{
	padding: 0 30px;
	color: rgba(96, 98, 102, 1); 
	font-size: 17px;
	padding-top: 12px;
 }
  .page_support_item:hover{
	transform:translateX(-10px);   
	cursor: pointer;
  }
 .page_news_item{
	 width: 100%;
	 display: flex;
	padding: 20px 0;
	 background-color: #fff;
	 transition:all .5s ease 0s;
	margin-bottom: 28px;
 }
 .page_news_item_img{
	width: 295px;
	 height: 202px;
	 margin-left: 20px;
	overflow: hidden;
 }
 
 .page_news_item_img img{
 	width: 100%;
 	 height: auto;
	 object-fit: cover;
	transition:all .5s ease 0s; 
 }
 .page_news_item_info{
	width: 912px;
	margin-left: 42px;
 }
 .page_news_item_item_title{
	color: rgba(48, 49, 51, 1);
	 font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	padding-top: 12px;
	padding-bottom: 12px;
 }
 .page_news_item_item_desc{
	color: rgba(96, 98, 102, 1);
	 font-size: 17px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
 }
 .page_news_item_item_time{
	color: rgba(96, 98, 102, 1);
	 font-size: 15px;
	padding-top: 40px; 
 }
 .page_news_item:hover{
 	transform:translateY(-10px); 
 }
 
 .page_news_item:hover .page_news_item_img img{
 	transform:scale(1.1); 
 }
 .page_sustain_box{
	width: 100%;
	min-height:1209px;
	position: relative;
	background-image: url('../images/page_sustain_bj.jpg');
	background-size:cover;    
 }
 .page_sustain_content1{
	 display: flex;
	 padding-top: 85px;
 }
 .page_sustain_content1_left{
	width: 316px; 
 }
 .page_sustain_content1_left img{
 	width: 100%;
	height: auto;
 }
 .page_sustain_content1_right{
	 margin-left: 78px;
 }
 .page_sustain_content1_right_title{
	width: 690px;
	color: rgba(48, 49, 51, 1);
	font-size: 46px;
	font-weight: 450;
	 line-height: 48px;
	padding-top: 25px;
 }
 .page_sustain_content1_right_desc{
	padding-top: 50px;
	color: rgba(48, 49, 51, 1);
	 font-size: 17px;
	font-weight: 400;
	font-family: "MiSans", serif;
 }
 .page_sustain_content2{
	 margin-top: 60px;
	display: flex;
	 justify-content: space-around;
 }
 .page_contact_box{
	width: 100%;
	min-height:1209px;
	position: relative;
	background-image: url('../images/page_contact_bj.jpg');
	background-size:cover;    
 }
 .page_contact_content_box{
	 width: 100%;
	 /*height: 873px;*/
	 padding-bottom: 30px;
	 background-color: #fff; 
 }
 .page_contact_info_content{
	 display: flex;
	 width: 100%;
	 padding-top: 80px;
 }
 .page_contact_info_item{
	 width: 33.3%;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
 }
 .page_contact_info_item_title{
	 padding-top: 24px;
	 color: rgba(144, 147, 153, 1);
	 font-size: 16px;
	 margin-bottom: 11px;
 }
 .page_contact_info_item_desc_item{
	color: rgba(48, 49, 51, 1);
	 font-size:22px;
	font-weight: 400;
	/* width: 335px; */
	padding-bottom: 5px;
 }
  .page_contact_info_item_desc_item span{
	  font-weight: 550;
  }
 
 .page_contact_info_map{
	 margin: 0 auto;
	 width: 1200px;
	 margin-top: 50px;
 }
 
 
 
 
 
 
.footer_box{
	width: 100%;
	height:28.5rem;
	background-color: rgba(44, 51, 62, 1);
}
.footer_coontent_box{
	width: 1400px;
	margin: 0 auto;
	height: 22.9375rem;
}
.footer_coontent_bottom_box{
	margin-top:2.7rem;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_coontent_bottom_tip{
	color: #B3B9C3;
	font-size: 0.8125rem;
	margin-top:16px;
	font-family: "AlibabaPuHuiTi", serif;
} 
.footer_coontent_bottom_right{
	color: #B3B9C3;
	font-size: 0.8125rem;
	margin-top:35px;
	font-family: "AlibabaPuHuiTi", serif;
	display: flex;
	align-items: center;
}
.footer_coontent_bottom_right a{
	color: #B3B9C3;
	font-size: 0.8125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_bottom_tip a{
	color: #B3B9C3;
	font-size: 0.8125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_bottom_yyzz{
	width: 10.875rem;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-top: 1rem;
}
.footer_coontent_bottom_yyzz img{
	height: auto;
}
.footer_coontent_top_box{
	display: flex;
	justify-content: space-between;
	padding-top: 4.375rem;
}
.footer_coontent_top_box_left_box{
	display:flex;
}
.footer_coontent_top_box_item_logo{
	width:161px;
	height: 173px;
	margin-right: 123px;
	
}
.footer_coontent_top_box_left_item_left{
	margin-left: 90px;
}
.footer_coontent_top_box_item_logo img{
	width: 100%;
}
.footer_coontent_top_box_item_heng{
	width: 460px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.08);
	margin-bottom: 40px;
}
.footer_coontent_top_box_item_info_box{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.footer_coontent_top_box_item_info_box_img{
	width: 69px;
	height: 60px;
}
.footer_coontent_top_box_item_info_box_right{
	margin-left: 29px;
}
.footer_coontent_top_box_item_info_box_right_title{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_item_info_box_right_desc{
	width: 319px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-family: "AlibabaPuHuiTi", serif;
	line-height: 20px;
	margin-top: 4px;
}
.footer_coontent_top_box_item_info_box_right_phone{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_item_title{
	color: rgba(255, 255, 255, 1);
	font-size: 28px;
	font-weight: 500;
	text-align: right;
	/* font-family: "AlibabaPuHuiTi", serif; */
}
.footer_coontent_top_box_item_title1{
	text-align: right;
	color: rgba(255, 255, 255,0.7);
	font-size: 14rpx;
}
.footer_coontent_top_box_item_icon_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 60px;
}
.footer_coontent_top_box_item_icon{
	margin-left: 17px;
	cursor: pointer;
}
.footer_coontent_top_box_item_wx{
	width: 130px;
	height: 150px;
	background-color: #fff;
	border-radius:4px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.footer_coontent_top_box_item_wx img{
	width: 116px;
	height: 116px;
	margin-top: 6px;
	/* margin-bottom: 4px; */
}
.footer_coontent_top_box_item_wx_tip{
	color: rgba(192, 196, 204, 1);
	font-size: 14px;
	text-align: center;
}
.footer_coontent_top_box_item_nav{
	display: flex;
}


.footer_coontent_top_box_left{
	display: flex;
}
.footer_coontent_top_box_left_item{
	margin-right: 2.5rem;
}
.footer_coontent_top_box_left_item_title{
	color: rgba(255, 255, 255, 1);
	font-size: 1.0625rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_left_item_en_box{
	display: flex;
}
.footer_coontent_top_box_left_item_en_right{
	margin-left: 13px;
	padding-top: 6px;
}
.footer_coontent_top_box_left_item_en_right_text{
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 12px;
}
.footer_coontent_top_box_left_item_en_right_text span{
	font-weight: 400;
	color: rgba(181, 183, 185, 1);
}
.footer_coontent_top_box_left_item_children{
	color:rgba(255, 255, 255, 0.5); 
	font-size: 0.875rem;
	display: block;
	margin-bottom: 0.7rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_left_item_children:hover{
	color:rgba(255, 255, 255, 0.7); 
}
.footer_call{
	font-family: "AlibabaPuHuiTi", serif;
	margin-bottom: 0.6875rem;
	font-weight: 700;
	color: rgba(1, 134, 105, 1);
	font-size: 1.75rem; 
}
.footer_coontent_top_box_left_item_tip{
	line-height: 1.375rem;
	color: #B3B9C3;
	font-size: 0.875rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_right{
	display: flex;
}
.footer_wx_code{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_wx_code img{
	width: 108px;
	height: 108px;
}
.wx_code_tip{
	font-family: "AlibabaPuHuiTi", serif;
	color: #B3B9C3;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}
.top {
	width:50px;
	height:50px;
	display:block;
	background:#888;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:30px;
	text-decoration:none;
	position:fixed;
	right:50px;
	bottom:50px;
	display:none;
	transition: all 0.4s linear;
	border-radius:6px;
}
.top:hover {
	background:rgba(1, 134, 105, 1);
	color:#fff;
}

.index_case_content{
	width: 100%;
	height: 41.1875rem;
	background-image: url('../images/index_case_bj.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.index_case_content_box{
	width: 1400px;
	margin: 0 auto;
}
.index_case_content_box_title{
	position: relative;
	width: 11.75rem;
	height: 7.375rem;
}
.index_case_content_box_title_bj{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.index_case_content_box_title_text{
	z-index: 1;
	color: #303133;
	font-size: 38px;
	font-weight: 500;
	position: absolute;
	top:1.5rem;
	left: 0;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_top_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 3.4375rem;
}
.index_case_content_box_more{
	width: 9.8125rem;
	height: 2.875rem;
	border: 1px solid #C7CCD3;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all .5s ease 0s;
	font-size: 0.875rem;
	color: #606266;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_box_more img{
	width: 1.125rem;
	height: 0.875rem;
	margin-left: 0.875rem;
}
.index_case_content_box_more:hover{
	transform:translateX(-10px);
	border: 1px solid rgba(1, 134, 105, 1);
}
.index_case_content_item_box{
	display: flex;
	flex-wrap: wrap;
}
.index_product_content_item{
	display: block;
	width: 23.15%;
	margin-right: 1.5rem;
	margin-bottom:1.5rem;
	transition:all .5s ease 0s;
}
.index_case_content_item{
	display: block;
	width: 31.3%;
	margin-right: 2.4375rem;
	margin-bottom: 2rem;
	transition:all .5s ease 0s;
}
.craft_item_box{
	width: 100%;
	display: flex;
	margin-bottom: 2rem;
	transition:all .5s ease 0s;
}
.craft_item_img{
	width: 540px;
	height: 375px;
	overflow: hidden;
}
.craft_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .5s ease 0s;
}
.craft_item_info_box{
	width: 860px;
	height: 375px;
	background: #018669;
}
.craft_item_box:hover{
	transform:translateY(-10px);
}
.craft_item_box:hover .craft_item_img img{
	transform:scale(1.1);
}
.craft_item_title_box{
	color: #fff;
	width: 710px;
	margin-left: 73px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
	font-weight: 500;
	font-size: 26px;
	padding-top: 84px;
}
.craft_item_desc_box{
	color: #fff;
	width: 702px;
	margin-left:87px;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 16px;
	padding-top: 23px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 26px;
}










.index_product_content_item:hover{
	transform:translateY(-10px);
}
.index_product_content_item:nth-child(4n){
	margin-right: 0;
}

.index_product_content_item_img{
	width: 100%;
	height: 14rem;
	overflow: hidden;
}
.index_product_content_item_img img{
	width: 100%;
	height: auto;
	transition:all .5s ease 0s;
	object-fit: cover;
}
.index_product_content_item:hover .index_product_content_item_img img{ 
	transform:scale(1.1);
}


.index_case_content_item:hover{
	transform:translateY(-10px);
}
.index_case_content_item:nth-child(3n){
	margin-right: 0;
}
.index_case_content_item_img{
	width: 100%;
	height: 17.5rem;
	overflow: hidden;
}
.index_case_content_item_img img{
	width: 100%;
	height: auto;
	transition:all .5s ease 0s;
	object-fit: cover;
}
.index_case_content_item:hover .index_case_content_item_img img{ 
	transform:scale(1.1);
}
.index_case_content_title{
	width: 90%;
	margin: 0 auto;
	color: #303133;
	font-size: 1.0625rem;
	margin-top: 1.3rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_title_new{
	width: 90%;
	color: #303133;
	font-size: 1.0625rem;
	margin-top: 0.2rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_title_time{
	color: #909399;
	font-size: 0.9rem;
	font-family: "AlibabaPuHuiTi", serif;
	margin-top: 0.45rem;
}


.index_news_content{
	width: 100%;
	background-color: #fff;
	height: 47.3125rem;
}

.index_case_content_line{
	width: 2px;
	height: 2.25rem;
	background-color: rgba(1, 134, 105, 1);
	margin-bottom: 2.5rem;
}
.index_news_content_box{
	display: flex;
	justify-content: space-between;
}
.index_news_content_left_box{
	display: block;
	width:36.25rem;
	transition:all .5s ease 0s;
}
.index_news_content_left_box:hover{
	transform:translateX(-10px);
}
.index_news_content_left_img{
	width:36.25rem;
	height: 20.25rem;
}
.index_news_content_left_img img{
	width: 100%;
	height: auto;
}
.index_news_content_left_title{
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	color: #303133;
	font-size: 1.0625rem;
	margin-top: 1.5rem;
	margin-bottom: 0.625rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_content_left_desc{
	color: #909399;
	line-height: 1.3125rem;
	font-size: 0.9375rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;	
  font-family: "AlibabaPuHuiTi", serif;
}
.index_news_item_box{
	width: 41rem;
	height: 7rem;
	border-bottom: 1px solid #EBEEF5;
	display: block;
	transition:all .5s ease 0s;
} 
.index_news_item_box:hover{
	transform:translateX(-10px);
}
.index_news_item_box_title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.875rem;
}
.index_news_item_box_title{
	position: relative;
	padding-left: 1.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	color: #303133;
	font-size: 1.0625rem;
	max-width: 83%;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_item_box_title span::after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(1, 134, 105, 1);
	margin-right: 0.625rem;
	position: absolute;
	top: 0.7rem;
	left: 0;
}
.index_news_item_box_time{
	color: #909399;
	font-size: 1.0625rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_item_box_desc{
	color: #909399;
	font-size: 0.9375rem;
	padding-left: 1.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	margin-top: 0.625rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_item_box:nth-child(1) {
	margin-top: -18px;
}

.index_about_content{
	background-color: #fff;
	width: 100%;
	height: 38.25rem;
}
.index_about_content_box{
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}
.index_about_content_desc{
	color: #606266;
	font-size: 0.9375rem;
	width: 39.6875rem;
	line-height: 1.625rem;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp:6;
	  line-clamp:6;
	  -webkit-box-orient: vertical;
	  font-family: "AlibabaPuHuiTi", serif;
}
.index_about_content_title{
	color: #303133;
	font-size: 1.375rem;
	margin-bottom: 0.625rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_about_more{
	width: 9.8125rem;
	height: 2.75rem;
	background-color: rgba(1, 134, 105, 1);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	justify-content: center;
	margin-top: 3.75rem;
	transition:all .5s ease 0s;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_about_more img{
	width: 1.125rem;
	height: 0.875rem;
	margin-left: 0.875rem;
}
.index_about_more:hover{
	color: #fff;
	transform:translateX(-10px);
}
.index_business_content{
	width: 100%;
	height: 54.3125rem;
	background-image: url('../images/index_business_bj.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.index_business_tip{
	width: 53.625rem;
	color: #606266;
	line-height: 1.625rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_business_item_box{
	display: flex;
	align-items: center;
}
.index_business_item{
	width: 33.3%;
	height: 33.75rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.index_business_item_img img{
	width: 100%;
	height: auto;
	transition:all .5s ease 0s;
}
.index_business_item_mask{
	position: absolute;
	width: 20rem;
	height: 26.25rem;
	background-color: rgba(231, 36, 34, 0.85);
	top: 567px;
	left: 53px;
	transition:all .5s ease 0s;
}
.index_business_item:hover .index_business_item_mask{
	top: 60px;
}
.index_business_item:hover .index_business_item_img img{
	transform:scale(1.1);
}
.index_business_item_mask_title{
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	text-align: center;
	padding-top: 4.375rem;
	padding-bottom:16px;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_business_item_mask_desc{
	width: 90%;
	margin: 0 auto;
	color: #fff;
	line-height: 1.375rem;
	font-size: 0.9375rem;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 5;
	  line-clamp: 5;
	  -webkit-box-orient: vertical;
	  font-family: "AlibabaPuHuiTi", serif;
}
.index_business_item_mask_more{
	position: absolute;
	bottom: 4.375rem;
	left: 5rem;
	width: 9.8125rem;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	transition:all .5s ease 0s;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_business_item_mask_more img{
	width: 1.125rem;
	height: 0.875rem;
	margin-left: 0.875rem;
}
.index_business_item_mask_more:hover{
	color: #fff;
	transform:translateX(-10px);
}
.index_strength_content{
	width: 100%;
	background-color: #fff;
	height: 51rem;
}
.index_strength_content_box{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.index_strength_content_map_box{
	position: absolute;
	top: 18.25rem;
	right: 4.875rem;
	width: 20.5rem;
	height: 9.0625rem;
	background-color: rgba(231, 36, 34, 0.8);
	border-radius: 0.1875rem;
}
.index_strength_content_map_img{
	width: 42.5625rem;
	height: 30.75rem;
}
.index_strength_content_map_title{
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	padding-top: 1.125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_strength_content_map_heng{
	width: 88%;
	margin: 0 auto;
	height: 1px;
	background-color: rgba(243, 128, 137, 1);
	margin-top: 0.75rem;
}
.index_map_item_box{
	display: flex;
	align-items: center;
	margin-top: 0.75rem;
}
.index_map_item_box img{
	width: 1.125rem;
	height: 1.125rem;
	margin-left: 1.1875rem;
	margin-right: 0.625rem;
	margin-top: -4px;
}
.index_map_item_box_text{
	width: 17rem;
	color: #fff;
	font-size: 0.9375rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
}

.index_strength_content_left_item_title_box{
	display: flex;
}
.index_strength_content_left_item_title img{ 
	width: 6.4375rem;
	margin-left: 1.875rem;
}
.index_strength_content_left_item_desc_box{
	width: 30.625rem;
	color: rgba(96, 98, 102, 1);
	font-size: 0.9375rem;
	line-height: 1.5rem;
	margin-left:4.8rem;
	margin-top: 1rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_strength_content_left_item_box{
	margin-bottom: 2.3125rem;
}

 .page_nav_box {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin: 40px 0;
	margin-bottom: 10px;
 }

 .page_nav_box a { 
	 height: 58px;
	 background-color: #018669;
	font-size: 16px; 
	display: flex;
	align-items: center;
	justify-content: center;
 	color: var(--unnamed, #fff);
 	padding: 0 40px;
 	position: relative;
 	margin: 0 22px;
	font-family: "AlibabaPuHuiTi", serif;
 }
 .page_nav_box a  img{
	 margin-left: 8px;
 }
 

 .page_nav_box_active {
 	position: relative;
 }

 .page_nav_box_active::after {
 	content: "";
 	display: block;
 	width: 100% !important;
 	height: 3px;
 	background-color: rgba(1, 134, 105, 1);
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	transition: .2s ease-out;
 }

.page_about_content_title{
	color: #303133;
	font-size: 1.375rem;
	text-align: center;
	padding-top: 1.875rem;
}

.page_about_content_desc{
	width: 1280px;
	margin: 0 auto;
	margin-top:20px;
	padding-bottom: 2.5rem;
	padding-top:1.5rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.page_about_culture_box{
	/* background:#F5F6F7; */
	width: 100%;
	padding: 30px 0;
	background-image: url('../images/index_case_bj.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 2.5rem;
}
.page_about_culture_content_box{
	width: 1280px;
	margin: 0 auto;
}
.page_title{
	text-align: center;
	font-size: 2.1rem;
	color: #303133;
	font-weight: 500;
	letter-spacing:0.3rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.page_title img{
	width: 4.4rem;
	height: 1rem;
}
.svg_img{
	transform:rotate(180deg);
}
.page_honor_box{
	width: 1280px;
	margin: 0 auto;
}
.page_en_title{
	color:rgba(1, 134, 105, 1);
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.48px;
	padding-top: 1.875rem;
	font-family: "AlibabaPuHuiTi", serif;
}


.contact_container_center_box {
 	position: absolute;
 	width: 86rem;
 	height: 16rem;
 	top: 3.8rem;
 	left: 50%;
 	margin-left: -43rem;
 	background: #FEFEFE;
 	/* background-color: #0066b3; */
 	z-index: 99;
 }

 .contact_container_title {
 	text-align: center;
 	color: var(--unnamed, #303133);
 	font-weight: 400;
 	font-size: 1.75rem;
 	padding-top: 2rem;
 	padding-bottom: 1rem;
	font-family: "AlibabaPuHuiTi", serif;
 }

 .contact_container_item_content {
 	display: flex;
 }

 .contact_container_item_box {
 	width: 33.3%;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;
 }

 .contact_container_item_box img {
 	width: 3.5rem;
 	height: 3.5rem;
 }

 .contact_container_item_box_title {
 	text-align: center;
 	color: var(--unnamed, #303133);
 	font-size: 1.125rem;
	font-family: "AlibabaPuHuiTi", serif;
 	padding-top: 0.5rem;
 }
.contact_container_item_box_desc{
	font-family: "AlibabaPuHuiTi", serif;
}
 .contact_container_item_box_desc1 {
 	color: var(--unnamed, rgba(1, 134, 105, 1));
 	text-align: center;
 	font-size: 1.625rem;
 	font-weight: 700;
	font-family: "AlibabaPuHuiTi", serif;
 }

 .maps_container {
 	height: 500px;
 	width: 100%;
 }

 .map_marker_img img {
 	width: 160px;
 	height: 48px;
 	display: block;
 }

 .map_marker_img {
 	display: flex;
 	justify-content: center;
 	padding-top: 2px;
 }

 /*åœ°å›¾æ ‡é¢˜*/
 .BMap_bubble_title {
 	color: white;
 	font-size: 13px;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	padding-top: 5px;
 	/*border-bottom: 1px solid gray;*/
 	/*background-color: #0066b3;*/
 }

 /* æ¶ˆæ¯å†…å®¹ */
 .BMap_bubble_content {
 	/*background-color: white;*/
 	padding-left: 5px;
 	/*padding-top: 5px;*/
 	padding-bottom: 10px;
 }

 /* å†…å®¹ */
 .BMap_pop div:nth-child(9) {
 	top: 35px !important;
 	border-radius: 7px;
 }

 /* å·¦ä¸Šè§’åˆ é™¤æŒ‰é”® */
 .BMap_pop img {
 	top: 43px !important;
 	left: 215px !important;
 }

 .BMap_top {
 	display: none;
 }

 .BMap_bottom {
 	display: none;
 }

 .BMap_center {
 	display: none;
 }

 /* éšè—è¾¹è§’ */
 .BMap_pop div:nth-child(1) div {
 	display: none;
 }

 .BMap_pop div:nth-child(3) {
 	display: none;
 }

 .BMap_pop div:nth-child(5) {
 	display: none;
 }

 .BMap_pop div:nth-child(7) {
 	display: none;
 }

 .contact_container_box {
 	height: 13rem;
 	width: 100%;
 	position: relative;
 }
.show_detail_box{
	width: 1280px;
	margin: 0 auto;
}
.detail_title_box{
	padding-top: 1.875rem;
}
.detail_title_box{
	display: flex;
	align-items: center;
}
.build_content_title_right_item{
	display: flex;
	align-items: center;
	color: #303133;
	font-family: "AlibabaPuHuiTi", serif;
}
.build_content_title_right_item img{
	margin-right: 6px;
	margin-top: -4px;
}
.article_content_title{
	text-align: center;
	font-size: 2.12rem;
	color: #303133;
	padding-top: 4.8rem;
	padding-bottom: 2.5rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_view{
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid  rgba(228, 231, 237, 1);
	border-bottom: 1px solid  rgba(228, 231, 237, 1);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.article_content_view_item{
	display: flex;
	align-items: center;
	color: #909399;
	font-size: 1rem;
	margin: 0 30px;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_view_item img{
	margin-right: 4px;
}

.article_content_desc_box{
	width: 100%;
	padding: 40px 0;
	min-height: 300px;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_pre_box{
	border-top:1px solid  rgba(228, 231, 237, 1);
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article_content_pre_item{
	color: rgba(48, 49, 51, 1);
	font-size: 1.125rem;
	max-width: 40%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
}










 @media (max-width:1700px) {
	.header_logo_box img{
		margin-left: 14rem;
	}
	.header_nav_box{
		margin-left: 10rem;
	}
 }

 @media (max-width:1600px) {
 	.header_logo_box img{
 		margin-left: 10rem;
 	}
 	.header_nav_box{
 		margin-left: 8rem;
 	}
 }
 @media (max-width:1480px) {
	
 }

 @media (max-width:1380px) {
 	
 }

 @media (max-width:1200px) {
 	
 }

 @media (max-width:1100px) {
 	
 }

 @media (max-width:998px) {
 	
 }

 @media (max-width:960px) {
 	
 }

 @media (max-width:768px) {
 	.header_container_box{
		display: none;
	}
	.zw_box{
		display: none;
	}
	.zw_box_mobile{
		width: 100%;
		height: 3rem;
		display: block;
	}
	.header_container_mobile_box{
		height: 3rem;
		width: 100%;
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_container_mobile_box img{
		width: 6.8125rem;
		height: 2.3125rem;
	}
	.myBannerSwiper_item_box{
		display: none;
	}
	.myBannerSwiper_box{
		width: 100%;
		height: 30rem;
	} 
	.myBannerSwiper_mobile_item_box{
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.myBannerSwiper_mobile_item_box .myBannerSwiper_item_img{
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.swiper_title_box4{
		position: absolute;
		top: 4rem;
		width: 100%;
		left: 0;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 2.5rem;
	}
	.swiper_title_box5{
		position: absolute;
		top: 7.5rem;
		width: 100%;
		left: 0;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 2.5rem;
	}
	.swiper_title_box6{
		position: absolute;
		top: 12.5rem;
		width: 100%;
		left: 0;
		text-align: center;
		color: #fff;
		font-size: 0.75rem;
	}
	.swiper_title_box7{
		width: 8.12rem;
		height: 2.25rem;
		text-align: center;
		line-height: 2.25rem;
		position: absolute;
		top: 16.5rem;
		left: 50%;
		margin-left: -4.06rem;
	}
	.swiper_title_box7 a{
		display: block;
		width: 8.12rem;
		height: 2.25rem;
		color: #fff;
		font-size: 0.875rem;
		background: #18438F;
	}
 }