 * {
 	margin: 0;
 	padding: 0;
 }

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

 a {
 	text-decoration: none;
 	color: #303133;
 }
 #myButton1{
     display: none;
 }
.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:#C5003E;
 	color: #fff;
 }
 a:hover {
 	color: #C5003E;
 }
 @font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../font/AlibabaPuHuiTi-2-55-Regular.ttf");
 }
 .mg0 {
 	margin: 0 auto;
 }

 .Header {
   width: 100%;
   height: 5.625rem;
   position: fixed;
   top: 0;
   z-index: 999999;
   background-color: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.07);
 }
 .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: 2.75rem;
   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: 2.25rem;
   height: 0.25rem;
   margin: 0 7px;
   opacity: 1;
   background: rgba(255, 255, 255, 0.8);
   border-radius: 1px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   -ms-border-radius: 1px;
   -o-border-radius: 1px;
 }
 .Swiper #rotation_swiper .swiper-pagination-bullet-active {
   /* width: 56px; */
   background: #C5003E;
 }
 .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: 5.625rem;
   font-size: 1.0625rem;
   color: #606266;
   background-color: #fff;
   display: flex;
   align-items: center;
   margin-bottom: 0 !important;
 }
 .animenu__nav .search {
   width: 1.25rem;
   height: 1.25rem;
   flex-shrink: 0;
 }
 .animenu__nav > li {
   height: 100%;
   line-height: 5.625rem;
   position: relative;
 }
 .animenu__nav > li > a {
   padding: 10px 30px;
   font-weight: 500;
   text-transform: uppercase;
   font-family: "AlibabaPuHuiTi", serif;
 }
 .line {
   width: 3.125rem;
   height: 0.2rem;
   /* display: inline-block; */
   position: relative;
   background-color: #C5003E;
    line-height: 0;
	margin: 0 auto;
 }
 .animenu__nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
    /* margin-top: -13px; */
	margin-top: -2px;
 }
 .animenu__nav > li:hover > a { 
   color: #C5003E;
 }
 .header_nav_active_item_box{
	  color: #C5003E;
 }
 .line_li{
	  position: absolute;
	  /* bottom: 11px; */
	  bottom: 0;
	  left: 50%;
	 
	 width: 3.125rem;
	 height: 0.2rem;
	 /* display: inline-block; */
	 background-color: #C5003E;
	  line-height: 0;
		 margin-left: -1.56rem;
 }
 .animenu__nav__child {
     border-radius: 8px;
   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;
   box-shadow:0 0 12px rgba(0, 0, 0, 0.08);
 }
 .animenu__nav__child > li {
	 line-height: 0;
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #f5f6f7;
 }
 .animenu__nav__child > li:nth-last-child(1){
     border-bottom: none; 
 }
 .animenu__nav__child a {
   padding: 10px;
   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: #C5003E;
   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: #C5003E;
   font-weight: 700;
 }
 .header_phone{
	 margin-left: 2rem;
 }

 /* 头部样式开始 */
.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;
 }

 /* 头部样式结束 */
 
 .index_video_poster_box{
     width: 100%;
     cursor: pointer;
 }
  .index_video_poster_box img{
      width: 100%;
      height: auto;
      object-fit: cover;
  }
 .zw_box{
	height: 6.25rem;
	 width: 100%;
 }
.footer_box{
	width: 100%;
	height: 18.9375rem;
	background-color: #F8F8F8;
}
.footer_coontent_box{
	width: 1280px;
	margin: 0 auto;
	height: 18.9375rem;
}
.footer_coontent_bottom_box{
	margin-top:2.4rem;
	width: 100%;
	border-top: 1px solid rgba(144, 147, 153, 0.15);
}
.footer_coontent_bottom_tip{
	text-align: center;
	color: #B3B9C3;
	font-size: 0.8125rem;
	margin-top:18px;
	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.125rem;
}
.footer_coontent_top_box_left_box{
	display: flex;
}
.footer_coontent_top_box_left{
	display: flex;
	margin-left: 14rem;
}
.footer_coontent_top_box_left_item{
	margin-right: 7.5rem;
}
.footer_coontent_top_box_left_item_new{
	
}
.footer_coontent_top_box_left_content_ml{
	margin-left: 10rem;
}
.footer_coontent_top_box_left_item_title{
	color: #303133;
	font-size: 1rem;
	margin-bottom: 14px;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_left_box_logo{
	margin-top: 36px;
}
.footer_coontent_top_box_left_box_logo img{
    height: 2.75rem;
}
.footer_coontent_top_box_left_item_children{
	color: #909399;
	font-size: 0.875rem;
	display: block;
	margin-bottom: 0.7rem;
	margin-top: 4px;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_left_item_new_mt{
	margin-top: 24px;
}
.footer_call{
	font-family: "AlibabaPuHuiTi", serif;
	margin-bottom: 0.6875rem;
	font-weight: 700;
	color: #C5003E;
	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;
}
.footer_wx_code_mr{
	margin-right: 4.375rem;
}
.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:#C5003E;
	color:#fff;
}
.index_video_box{
	width: 100%;
	height: 62.75rem;
}
.page_zw{
	width: 100%;
	height: 5.625rem;
}
.index_video_box #myVideo{
	width: 100%;
	height: 100%;
}
.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: 1280px;
	margin: 0 auto;
}
.index_case_content_box_new{
	width: 1280px;
	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 #C5003E;
}
.index_case_content_item_box{
	display: flex;
	flex-wrap: wrap;
}
.index_case_content_item{
	display: block;
	width: 31.3%;
	margin-right: 2.4375rem;
	margin-bottom: 2rem;
	transition:all .5s ease 0s;
}
.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;
}
.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: #C5003E;
	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: #C5003E;
	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: #C5003E;
	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;
 	border-bottom: 1px solid #F7F7F7;
 	height: 5.13rem;
 }

 .page_nav_box a {
 	height: 5.13rem;
 	line-height: 5.13rem;
 	color: var(--unnamed, #303133);
 	font-size: 1.125rem;
 	font-weight: 500;
 	padding: 0 1.5rem;
 	position: relative;
 	margin: 0 16px;
	font-family: "AlibabaPuHuiTi", serif;
 }

 .page_nav_box a::after {
 	content: "";
 	display: block;
 	width: 0;
 	height: 3px;
 	background-color: #C5003E;
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	transition: .2s ease-out;
 }

 .page_nav_box a:hover::after {
 	width: 100%;
 }

 .page_nav_box_active {
 	position: relative;
 }

 .page_nav_box_active::after {
 	content: "";
 	display: block;
 	width: 100% !important;
 	height: 3px;
 	background-color: #C5003E;
 	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:#C5003E;
	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, #C5003E);
 	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: 120px;
 	height: 34px;
 	display: block;
 }

 .map_marker_img {
 	/* display: flex; */
 	/* justify-content: center; */
 	padding-top: 2px;
	margin-left: 6px;
 }
.BMap_bubble_content{
	width: auto !important;
	top: 24px !important;
}
.BMap_bubble_center{
	height: 87px !important;
}
 /*åœ°å›¾æ ‡é¢˜*/
 .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_bubble_pop{
	width: 160px !important;
}
 /* å†…å®¹ */
 .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  #e6e9ee;
	border-bottom: 1px solid  #e6e9ee;
	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_desc_box img{
    max-width: 100%;
    height: auto;
}
.article_content_desc_box video{
    max-width: 100%;
    height: auto;
}
.article_content_pre_box{
	border-top:1px solid  #e6e9ee;
	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;
}
.header_container_mobile_box{
 		height: 4rem;
 		width: 100%;
 		z-index: 999;
 		position: fixed;
 		top: 0;
 		left: 0;
 		background-color: #fff;
 		display: flex;
 		align-items: center;
 		justify-content: center;
		 box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.07);
}
 		
.header_container_mobile_box img{
	width:13.75rem;
	height: 2.0625rem;
}
 .mobile-nav-toggler img {
 	width:auto;
 	height: 20px;
 	
 	cursor: pointer;
 }
 .mobile-nav-toggler {
 	position: absolute;
 	right: 0;
 	font-size: 30px;
 	cursor: pointer;
 	line-height: 1;
 	color: #fff;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
 	/* display: none; */
 }

 .mobile-menu .navigation li.active>a {
 	color: #fff;
 	opacity: 1;
 }

 .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
 	background:#C5003E;
 	color: #fff;
 }

 .mobile-menu {
 	position: fixed;
 	right: 0;
 	top: 0;
 	width: 300px;
 	padding-right: 30px;
 	max-width: 100%;
 	height: 100%;
 	opacity: 0;
 	visibility: hidden;
 	z-index: 1005;
 	border-radius: 0px;
 	transition: all 700ms ease;
 	-moz-transition: all 700ms ease;
 	-webkit-transition: all 700ms ease;
 	-ms-transition: all 700ms ease;
 	-o-transition: all 700ms ease;
 	-webkit-transform: translateX(101%);
 	-ms-transform: translateX(101%);
 	transform: translateX(101%);
 }

 .mobile-menu .navbar-collapse {
 	display: block !important;
 }

 .mobile-menu .nav-logo {
 	position: relative;
 	padding: 30px 25px;
 	text-align: left;
	padding-left: 15px;
 }

 .mobile-menu .nav-logo img {
 	width:116px;
 	height: 2.4rem;
 }

 .mobile-menu-visible {
 	overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
 	opacity: 1;
 	visibility: visible;
 	-webkit-transform: translateX(0%);
 	-ms-transform: translateX(0%);
 	transform: translateX(0%);
 }

 .mobile-menu .navigation li.current>a:before {
 	height: 100%;
 }

 .menu-backdrop {
 	position: fixed;
 	right: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 2;
 	transition: all 700ms ease;
 	-moz-transition: all 700ms ease;
 	-webkit-transition: all 700ms ease;
 	-ms-transition: all 700ms ease;
 	-o-transition: all 700ms ease;
 	opacity: 0;
 	visibility: hidden;
 	background: #fff;
 }

 .mobile-menu-visible .menu-backdrop {
 	opacity: 0.80;
 	visibility: visible;
 }

 .mobile-menu .menu-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	max-height: 100%;
 	overflow-y: auto;
 	overflow-x: hidden;
 	background: #fff;
 	padding: 0px 0px;
 	z-index: 1005;
 	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
 }

 .mobile-menu-visible .mobile-menu .menu-box {
 	opacity: 1;
 	visibility: visible;
 }

 .mobile-menu .close-btn {
 	position: absolute;
 	right: 25px;
 	top: 28px;
 	line-height: 30px;
 	width: 35px;
 	text-align: center;
 	font-size: 20px;
 	color: #333;
 	cursor: pointer;
 	z-index: 10;
 	-webkit-transition: all 0.9s ease;
 	-o-transition: all 0.9s ease;
 	transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
 	-webkit-transform: rotate(360deg);
 	-ms-transform: rotate(360deg);
 	transform: rotate(360deg);
 }

 .mobile-menu .navigation {
 	position: relative;
 	display: block;
 	width: 100%;
 	float: none;
 }

 .mobile-menu .navigation li {
 	position: relative;
 	display: block;
 	border-top: 1px solid rgb(0 0 0 / 10%);
 }

 .mobile-menu .navigation:last-child {
 	border-bottom: 1px solid rgb(0 0 0 / 10%);
 }

 .mobile-menu .navigation li>ul>li:first-child {
 	border-top: 1px solid rgb(0 0 0 / 10%);
 }

 .mobile-menu .navigation li>a {
 	position: relative;
 	display: block;
 	line-height: 24px;
 	padding: 10px 25px;
 	font-size: 15px;
 	font-weight: 500;
 	color: #312620;
 	text-transform: capitalize;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	border: none;
 }

 .mobile-menu .navigation li ul li>a {
 	font-size: 15px;
 	margin-left: 20px;
 	text-transform: capitalize;
 }

 .mobile-menu .navigation li ul li ul li a {
 	margin-left: 40px;
 }

 .mobile-menu .navigation li ul li ul li ul li a {
 	margin-left: 60px;
 }

 .mobile-menu .navigation li>a:before {
 	content: '';
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 0;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 }

 .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
 	position: absolute;
 	right: 6px;
 	top: 6px;
 	width: 32px;
 	height: 32px;
 	text-align: center;
 	font-size: 16px;
 	line-height: 32px;
 	color: #312620;
 	/* background: #efefef; */
 	cursor: pointer;
 	border-radius: 2px;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	z-index: 5;
 }

  {
 	-webkit-transform: rotate(90deg);
 	-ms-transform: rotate(90deg);
 	transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul {
 	display: none;
 }

 .mobile-menu .social-links {
 	position: relative;
 	text-align: center;
 	padding: 30px 25px;
 }

 .mobile-menu .social-links li {
 	position: relative;
 	display: inline-block;
 	margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
 	position: relative;
 	line-height: 32px;
 	font-size: 16px;
 	color: #312620;
 	-webkit-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 }

 .mobile-menu .navigation li a {
 	color: #312620 !important;
	font-family: "AlibabaPuHuiTi", serif;
 }

.mobile_footer_nav_box{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 3.125rem;
	display: flex;
	border-top: 0.5px solid #E4E7ED;
	background: #FFF;
}
.mobile_footer_nav_item_box{
	width: 25%;
	
}
.mobile_footer_nav_item_box a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.mobile_footer_nav_item_box img{
	width: 1.5rem;
	height: 1.5rem;
}
.mobile_footer_nav_item_box span{
	color: #8C8C8C;
	font-size: 0.625rem;
}
.page_contact_title{
	color: #303133;
	font-size: 2.5rem;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 6.875rem;
}
.page_contact_title_new{
	color: #303133;
	font-size: 2.5rem;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 6.875rem;
}
.page_contact_title_en{
	color: #909399;
	font-size: 0.875rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.page_contact_title_xian{
	width: 3.75rem;
	height: 1px;
	background-color: #303133;
	margin-top: 30px;
}
.page_contact_map_content_left{
	margin-top: 70px;
}
.page_contact_map_content{
	display: flex;
	justify-content: space-between;
}
.page_contact_map_content_right{
	width: 55%;
}
.page_contact_map_content_left_item{
	display: flex;
	margin-bottom: 2.125rem;
}
.page_contact_map_content_left_item_dec{
	width: 25rem;
	color: #303133;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 1.5rem;
	line-height: 2.0625rem;
}
.page_contact_map_content_left_item_dec span{
	font-weight: 600;
}
.page_contact_map_content_left_item_img img{
	margin-top: 4px;
	margin-right: 10px;
}
.page_contact_zw{
	width: 100%;
	height: 80px;
} 
.page_contact_zw_bottom{
	width: 100%;
	height: 60px;
} 
.page_contact_code_box{
	display: flex;
	margin-top:70px;
}
.page_contact_code_item_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 2.5rem;
}
.page_contact_code_item_name{
	color: #606266;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 14px;
	margin-top: 8px;
}
.page_contact_code_item_img{
	width: 5.875rem;
	height: 5.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #EBEEF5;
}
.page_contact_code_item_img img{
	width: 96%;
	height: 96%;
}
.job_item_box{
	margin-top: 2.875rem;
}
.job_item_box .detaile-box-one {
 	width: 100%;
 	height: 12rem;
 	background-color: pink;
 	border-radius: 10px;
 	background: #fff;
 	overflow: hidden;
 	box-sizing: border-box;
 	padding: 36px 46px;
 	transition: height 0.3s ease;
 	margin-top: 26px;
 }

 .job_item_box .detaile-box-one .detaile-header {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
	width: 100%;
	position: relative;
 }
 .detaile-header-img{
	 position: absolute;
	 top: 80%;
	 right: 0;
 }

 .job_item_box .detaile-box-one .detaile-header .detaile-title {
 	color: var(--unnamed, #303133);
 	font-size: 2rem;
 	font-style: normal;
 	font-weight: 500;
 	line-height: normal;
	font-family: "AlibabaPuHuiTi", serif;
 	letter-spacing: 1.32px;
 }

 .job_item_box .detaile-box-one .detaile-header .button {
 	width: 2.8125rem;
 	height: 2.8125rem;
 	flex-shrink: 0;
 	cursor: pointer;
 }

 .job_item_box .detaile-box-one .detaile-middle {
 	width: 100%;
 	height: 50px;
 	margin-top: 22px;
 }

 .job_item_box .detaile-box-one .detaile-middle .one-line {
 	display: flex;
 	align-items: center;
 	/*padding-top: 9px;*/
 }

 .job_item_box .detaile-box-one .detaile-middle .one-line span {
 	width: 33.333333%;
 	color: var(--unnamed, #606266);
 	font-size: 17px;
 	font-style: normal;
 	font-weight: 400;
 	line-height: normal;
 	letter-spacing: 0.68px;
	font-family: "AlibabaPuHuiTi", serif;
 }

 .job_item_box .detaile-box-one .expand-box {
 	padding-top: 4rem;
 	color: var(--unnamed, #606266);
 	font-size: 14px;
 	font-weight: 400;
 	letter-spacing: 0.56px;
	font-family: "AlibabaPuHuiTi", serif;
	display: flex;
	position: relative;
	
 }
.expand-content_xian{
	border-top: 1px solid #EBEEF5;
	margin-bottom: 30px;
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
}
 .job_item_box .detaile-box-one .expand-box .expand-content {
 	padding-top: 10px;
	width: 50%;
	padding-right: 20px;
 }

 .job_item_box .detaile-box-one .expand-box .expand-content .title {
 	color: var(--unnamed, #303133);
 	font-size: 22px;
 	font-weight: 500;
 	line-height: normal;
 	letter-spacing: 0.88px;
	font-family: "AlibabaPuHuiTi", serif;
 }
.page_about_info{
	color: #606266;
	font-size: 1rem;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 20px;
	margin-bottom: 70px;
	line-height:170%;
}
.page_about_info_new{
	color: #606266;
	font-size: 1rem;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 29px;
	margin-bottom:27px;
	width: 70%;
}
.page_about_info_new p{
	margin-bottom: 0.2rem;
	line-height: 200%;
}


.myStrengthSwiper_box .swiper-container {
      width: 80rem;
     height: 33.5rem;
    }
	.myStrengthSwiper_box  .swiper-wrapper{
		height: 29.5rem;
		
	}
    .myStrengthSwiper_box .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: goldenrod; */

      /* 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);
    }
	 .myStrengthSwiper_box .swiper-slide img{
		 width: 44.375rem;
		 height: 29.5rem;
		 border-radius: 0.25rem;
		 /* filter:brightness(.58); */
		 opacity: 0.4;
	 }
	.myStrengthSwiper_box .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}

.myStrengthSwiper_box .swiper-slide-active{
	z-index: 2;
}
.myStrengthSwiper_box .swiper-slide-active img{
	 /* filter:brightness(1); */
	 opacity: 1;
}
.myStrengthSwiper_box .swiper-pagination{
	
}
.myStrengthSwiper_box .swiper-pagination-bullet-active{
	background:#18438F ;
}
.myStrengthSwiper .swiper-slide{
	position: relative;
}
.myStrengthSwiper .swiper-slide .swiper-slide-name{
	position: absolute;
	bottom: -40px;
	font-family: "AlibabaPuHuiTi", serif;
	color: #303133;
	font-size: 1.125rem;
	display: none;
}
.myStrengthSwiper .swiper-slide-active .swiper-slide-name{
	display: block;
}
.myStrengthSwiper .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: "";
	background-image: url('../images/swiper_pre.png');
	background-size: 2.625rem 2.625rem;
	width: 2.625rem ;
	height: 2.625rem;
}
.myStrengthSwiper .swiper-button-next, .swiper-button-prev{
	width: 2.625rem ;
	height: 2.625rem;
}
.myStrengthSwiper .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: "";
	background-image: url('../images/swiper_next.png');
	background-size: 2.625rem 2.625rem;
	width: 2.625rem ;
	height: 2.625rem;
}
.page_about_img{
	width: 100%;
}
.page_about_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.page_about_info_box{
	padding-top: 5rem;
}
.page_about_info_item_box{
	display: flex;
	margin-bottom: 7rem;
	justify-content: space-between;
	align-items: center;
}
.page_about_info_item_left_box{
	display: flex;
	width: 22.8125rem;
	justify-content: space-between;
	align-items: center;
	height: 8.75rem;
}
.page_about_info_item_name{
	font-family: "AlibabaPuHuiTi", serif;
	color: #303133;
	font-size: 1.5625rem;
}
.page_about_info_item_name1{
	font-family: "AlibabaPuHuiTi", serif;
	color:#909399;
	font-size: 14px;
}

.page_about_info_item_xian{
	width: 3.75rem;
	height: 1px;
	background: #303133;
}
.page_about_info_item_desc{
	line-height: 1.875rem;
	 width: 53.5rem;
	 color: #606266;
	 font-size: 1rem;
	 text-align: justify;
	 font-family: "AlibabaPuHuiTi", serif;
}

.page_about_info_item_left_img{
	position: relative;
	width: 22.8125rem;
	height: 8.75rem;
	overflow: hidden;
	display: none;
	transition:all .5s ease 0s;
}
.page_about_info_item_box:hover .page_about_info_item_left_box{
	display: none;
}
.page_about_info_item_box:hover .page_about_info_item_left_img{
	display: block;
}
.page_about_info_item_left_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 0.2s linear;
}
.page_about_info_item_left_img:hover img{
	transform: scale(1.1);
}
.page_about_info_item_left_img_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page_about_info_item_left_img_title{
	text-align: center;
	color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 1.5625rem;
}

.page_about_info_item_left_img_title1{
	text-align: center;
	color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 0.875rem;
}

.page_product_zw{
	height: 5.625rem;
}
.page_product_item_box{
	width: 100%;
	margin-bottom: 3.75rem;
	position: relative;
	transition: all 0.2s linear;
}
.page_product_item_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
}

.page_product_item_box .page_product_item_box_img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.page_product_item_box:hover .page_product_item_mask{
	opacity: 1;
}
.page_product_item_box:hover{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
  
.page_product_item_mask img{
	width: auto;
	max-width: -webkit-fill-available;
	height: auto;
	max-height:  -webkit-fill-available;
	object-fit: cover;
}









 @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;
 	}
	 .Header .Header_banner {
		 width: 95%;
	 }
	 .page_about_info_item_desc {
		 width: 65%;
	 }
	 .page_about_info_box{
		 overflow: hidden;
	 }
 }
 @media (max-width:1480px) {
	.index_video_box{
		width: 100%;
		height: auto;
	}
 }

 @media (max-width:1380px) {
 	.footer_coontent_box{
		width: 95%;
	}
	.animenu__nav > li > a{
		padding:10px 15px;
	}
	.footer_wx_code_mr{
		margin-right: 1.375rem;
	}
	.footer_coontent_top_box_left_content_ml{
		margin-left: 5rem;
	}
	.job_item_box .detaile-box-one {
		padding-top: 1.5rem;
	}
	.expand-content_xian{
		top: 60px;
	}
 }
 @media (max-width:1310px) {
 	.index_case_content_box{
 		width: 100%;
 	}
	.index_case_content_item{
		width: 32%;
		margin-right: 1.25rem;
	}
	.page_contact_code_item_box{
		margin-right:2%;
	}
	.page_contact_map_content_right{
		width: 50%;
	}
	.page_contact_title{
		padding-left: 20px;
	}
	.page_contact_title_new{
		padding-left: 20px;
	}
	.page_contact_title_en{
		padding-left: 20px;
	}
	.page_contact_title_xian{
		margin-left: 20px;
	}
	.page_contact_map_content_left{
		margin-left: 20px;
	}
	.index_case_content_box_new{
		width: 95%;
		margin: 0 auto;
	}
	.myStrengthSwiper_box .swiper-container {
	    width: 95%;
		margin: 0 auto;
	     height: 33.5rem;
	}
	
	.myStrengthSwiper_box .swiper-slide img{
		width: 36rem;
		height: 22rem;
	}
	.page_about_info_new{
		margin-left: 20px;
	}
	.page_about_info_box{
		padding: 0 20px;
	}
	.page_about_img{
		width: 97%;
		margin: 0 auto;
	}
	.page_product_item_box{
		width: 94%;
		margin: 0 auto;
		margin-bottom:3rem;
	}
	.show_detail_box{
		width: 94%;
		margin: 0 auto;
	}
 }
 @media (max-width:1200px) {
 	.footer_coontent_top_box_left{
		margin-left: 6rem;
	}
	.index_case_content_item_img{
		height: 16.5rem;
	}
	.page_about_info_item_left_box{
		width: 18rem;
	}
	.page_about_info_item_left_img{
		width: 18rem;
	}
	
 }

 @media (max-width:1100px) {
 	.index_case_content_item_img{
 		height: 13.5rem;
 	}
	.animenu__nav > li > a{
		padding: 10px 13px;
	}
	.index_case_content_item{
		margin-right: 1rem;
	}
 }

 @media (max-width:998px) {
     
     .page_product_item_box_new{
         background: #fff;
         display: flex;
         justify-content: center;
         padding-top: 20px;
         padding-bottom: 10px;
     }
     .page_product_item_box_new1{
         background: #fff;
         display: flex;
         justify-content: center;
        
     }
     #myButton1{
         display: block;
         width: 100%;
         height: auto;
     }
     #myButton{
         display: none;
     }
     .page_product_item_box_new img{
          width: 95% !important;
          margin: 0 auto;
     }
     .page_product_item_box_new1 img{
          width: 100% !important;
          margin: 0 auto;
     }
     .page_about_info_item_left_img_title{
         font-size: 20px;
     }
 	.Header{
		display: none;
	}
	.header_container_mobile_box .logo img{
		width: 111px;
		height: 2.3rem;
		/* margin-top: 28px; */
	} 
	.page_zw{
		width: 100%;
		height: 4rem;
		display: block;
	}
	.footer_coontent_top_box{
		flex-direction: column;
		align-items:center;
		padding-top:0.3rem;
	}
	.footer_coontent_top_box_left{
		/*display: none;*/
		margin-left: 0;
		margin-top: 15px;
	}
	.footer_coontent_top_box_left_box{
	    flex-direction: column;
	    align-items:center;
	}
	.footer_coontent_top_box_right{
		margin-top: 30px;
		display: none;
	}
	.footer_coontent_top_box_left_box_logo{
		margin-top: 10px;
		display: none;
	}
	.footer_box {
		height:14rem;
	}
	.footer_coontent_box{
		height: 14rem;
	}
	.footer_coontent_bottom_box{
		margin-top: 1rem;
	}
	.footer_coontent_bottom_tip{
		margin-top: 15px;
	}
	.page_contact_map_content{
		flex-direction: column;
	}
	.page_contact_map_content_right{
		width: 100%;
	}
	.page_contact_code_box{
		justify-content: space-around;
		margin-bottom: 10px;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.page_contact_code_item_box{
		/* margin-right: 6%; */
		margin-bottom: 20px;
		/*   */
	}
	/* .page_contact_code_item_img{
		width: 80%;
		height: 80%;
	} */
	.page_contact_map_content_left {
		margin-left: 0;
	}
	.page_contact_zw{
		height: 20px;
	}
	.page_contact_zw_bottom{
		height: 20px;
	}
	.page_contact_title{
		padding-top: 2rem;
		font-size: 1.5rem;
	}
	.page_contact_title_new{
		padding-top: 2rem;
		font-size: 1.5rem;
		line-height: 140%;
	}
	.page_contact_title_xian {
		margin-top: 20px;
	}
	.page_contact_map_content_left_item_img{
		margin-left: 16px;
	}
	.page_contact_map_content_left_item_dec{
		width: 80%;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.page_contact_map_content_left{
		margin-top: 20px;
	}
	.page_contact_map_content_left_item_img img{
		margin-top: 0;
	}
	.page_contact_map_content_left_item{
		margin-bottom: 1rem;
	}
	.index_case_content_item{
		margin-right: 2.5%;
	}
	.index_case_content_item{
		width: 48%;
		margin-bottom: 1.4rem;
	}
	.index_case_content_item:nth-child(3n){
		margin-right: 2.5%;
	}
	.index_case_content_item:nth-child(2n){
		margin-right: 0;
	}
	.index_case_content_item_img{
		height: 8rem;
	}
	.job_item_box .detaile-box-one .detaile-header .detaile-title {
		font-size: 1.5rem;
		font-weight: 500;
	}
	
	.job_item_box .detaile-box-one .detaile-middle .one-line span {
		/*font-size: 12px;*/
		font-size: 16px;
		width: 46%;
		/*margin-bottom: 14px;*/
		margin-bottom: 4px;
	}
	.job_item_box .detaile-box-one .detaile-middle .one-line{
		flex-wrap: wrap;
	}
	.job_item_box .detaile-box-one {
		padding: 30px 15px;
		width: 90%;
		margin: 0 auto;
		margin-top: 1rem;
		height: 10rem;
	}
	.job_item_box .detaile-box-one .expand-box{
		flex-direction: column;
	}
	.job_item_box .detaile-box-one .expand-box .expand-content{
		width: 100%;
	}
	.job_item_box .detaile-box-one .detaile-header .button{
		width: 2rem;
		height: 2rem;
	}
	
	.myStrengthSwiper_box .swiper-container {
	    width: 23rem;
	     height: 13rem;
		 margin-top: .5rem;
	}
		.myStrengthSwiper_box  .swiper-wrapper{
			height:10rem;
		}
	    .myStrengthSwiper_box .swiper-slide {
	      text-align: center;
	      font-size: 18px;
	      /* background: goldenrod; */
	
	      /* 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);
	    }
		 .myStrengthSwiper_box .swiper-slide img{
			 width: 15rem;
			 height: 10rem;
			 border-radius: 0.25rem;
			 filter:brightness(.4);
		 }
		.myStrengthSwiper_box .swiper-slide-active,.swiper-slide-duplicate-active{
	      transform: scale(1.3);
	      margin-top: -23px;
		}
	.myStrengthSwiper_box {
	    margin-top: -20px;
	}
	.myStrengthSwiper .swiper-slide .swiper-slide-name{
	    bottom: -37px;
	    font-size: 14px;
	}
	.myStrengthSwiper_box .swiper-slide-active{
		z-index: 2;
	}
	.myStrengthSwiper_box .swiper-slide-active img{
		 filter:brightness(1);
	}
	
	.myStrengthSwiper_box .swiper-pagination-bullet-active{
		background:#18438F ;
	}
	.myStrengthMobileSwiper{
		width: 95%;
		margin: 0 auto;
		 height: 33.5rem;
	}
	.myStrengthSwiper .swiper-slide-active .swiper-slide-name{
		width: max-content;
	}
	.page_about_info{
		margin-bottom: 6px;
		padding: 0 16px;
	}
	.page_about_info_new{
		margin-bottom: 30px;
		padding: 0 16px;
		width: 100%;
		margin-left: 0;
	}
	.page_about_info_item_left_img{
		width: 15rem;
		height: 6.75rem;
	}
	.page_about_info_item_left_box{
		width: 15rem;
		height: 6.75rem;
	}
	.page_about_info_item_box{
		width: auto;
		flex-direction: column;
		align-items:flex-start;
		margin-bottom: 2rem;
	}
	.page_about_info_item_xian{
		display: none;
	}
	.page_about_info_item_desc{
		width: 98%;
		margin-top: 6px;
		/*font-size: 0.9rem;*/
		font-size: 16px;
		line-height: 1.5rem;
	}
	.page_about_info_item_name{
		/*font-size: 1.1rem;*/
		font-size: 20px;
	}
	.page_about_img{
		width: 92%;
	}
	.page_product_item_box{
		margin-bottom: 1rem;
	}
	.page_product_zw{
		height: 1.5rem;
	}
	.article_content_pre_box{
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.article_content_pre_item{
		max-width: 98%;
		font-size: 1rem;
	}
	.article_content_view{
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.article_content_view_item{
		font-size: 0.875rem;
		margin: 0 10px;
	}
	.article_content_desc_box{
		padding: 16px 0;
	}
	.article_content_title{
		padding-top: 3rem;
		padding-bottom: 1.5rem;
		font-size: 1.7rem;
	}
	
	.page {
	   margin-top: 30px;
	   margin-bottom:20px;
	 }
	 .job_item_box{
	 	margin-top:0.875rem;
	 }
	 .detaile-header-img {
		top: 0;
	}
	.job_item_box .detaile-box-one .detaile-middle{
	    margin-top: 12px;
	}
	.page_product_item_mask img{
	    width: 96%;
	    height: 100%;
	}
	.page_product_item_box4 .page_product_item_mask{
	    width: 98%;
	    left: 1%;
	}
	.page_product_item_box3 .page_product_item_mask{
	    width: 92%;
	    left: 4%;
	}
	.page_product_item_box3 .page_product_item_mask img{
	    height: 80%;
	}
 }

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

 @media (max-width:768px) {
	 .page_contact_code_item_box{
	 	/* margin-right: 6%; */
	 	margin-bottom: 20px;
	 	width: 40%;
	 	height: 40%;
	 }
	 .page_contact_code_item_img{
	 	width: 80%;
	 	height: 80%;
	 }
 	.header_container_box{
		display: none;
	}
	.zw_box{
		display: none;
	}
	.zw_box_mobile{
		width: 100%;
		height: 3rem;
		display: block;
	}
	
	.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;
	}
	.page_about_info_item_left_img{
		width:99%;
		height: 7.7rem;
	}
	.page_about_info_item_left_box{
		width:99%;
		height: 7.7rem;
	}
	.page_about_info_item_left_img{
		margin-bottom: 4px;
	}
 }