 * {
 	margin: 0;
 	padding: 0;
 }

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

 a {
 	text-decoration: none;
 	color: #303133;
 }
.page_about_desc_box p{
    line-height: 200% !important;
    margin-bottom: 0.2rem !important;
}
.article_desc_box p{
	line-height: 200% !important;
	margin-bottom: 0.2rem !important;
}
 a:hover {
 	color: #18438F;
 }

 .mg0 {
 	margin: 0 auto;
 }
.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom:50px;
}
.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:#18438F;
	color: #fff;
}

 /* 头部样式开始 */
.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;
 }
.header_nav_box  .header_nav_item_active a{
	color: #18438F;
}

 .header_nav_box  .header_nav_item_active span{
	display: block;
	position: absolute;
	width: 40%;
	height: 3px !important;
	background-color: #18438F;
	left: 50%;
	bottom: 12px;
	margin-left: -20%;
	opacity: 1;
}

 /* 头部样式结束 */
 .zw_box{
	height: 6.25rem;
	 width: 100%;
 }
 
.myBannerSwiper_box{
	width: 100%;
	height: 50rem;
} 
 .myBannerSwiper{
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 position: relative;
 }
 
 .myBannerSwiper_item_box{
	 width: 100%;
	 height: 100%;
 }
 
 .myBannerSwiper_item_box .myBannerSwiper_item_img{
	width: 100%;
	height: 100%;
	object-fit:cover;
 }
 
 .swiper_title_box{
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 top: 13rem;
	 left: 0;
 }
.swiper_title_box span{
	color: #FFF;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.5rem;
}

.swiper_title_box img{
	width: 2.5rem;
	height: 5rem;
	margin: 0 1.2rem;
}

.myBannerSwiper .swiper-pagination-bullet-active{
	background: #fff !important;
}
.swiper_title_box1{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 21rem;
	left: 0;
	color: #FFF;
	font-size: 1.75rem;
}
.swiper_title_box1 span{
	display: block;
	width: 4.5rem;
	height: 0.0625rem;
	background: #FFF;
}
.swiper_title_btn{
	width: 12.2rem;
	height: 3.375rem;
	text-align: center;
	line-height: 3.375rem;
	position: absolute;
	top: 31rem;
	left: 50%;
	margin-left: -6.1rem;
}

.swiper_title_btn a{
	color: #fff;
	display: block;
	width: 12.2rem;
	height: 3.375rem;
	background: #18438F;
}
.swiper_title_box2{
	position: absolute;
    top: 17rem;
	left:20%;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
}
.swiper_title_box3{
	position: absolute;
    top: 23rem;
	left:14%;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
}
.zw_box_mobile{
	display: none;
}
.header_container_mobile_box{
	display: none;
}
.myBannerSwiper_mobile_item_box{
	display: none;
}
.index_about_box{
	width: 100%;
	height: 48.9rem;
	background: url('../images/index_about_icon.png') no-repeat;
	background-size: cover;
}
.mg0{
	margin: 0 auto;
}
.index_about_content_box{
	display: flex;
	justify-content: space-between;
}
.index_about_info_box{
	width: 46rem;
}

.index_about_icon_box{
	width: 24.5rem;
	height: 32.6875rem;
	position: relative;
	margin-top: 8.13rem;
	overflow: hidden;
}
.index_about_icon_more{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9.25rem;
	height: 3rem;
}
.index_about_icon_more a{
	width: 9.25rem;
	height: 3rem;
	display: block;
	text-align: center;
	line-height: 3rem;
	color: #FFF;
	background: #18438F;
}
.index_about_icon_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s linear;
}
.index_about_icon_box:hover img{
	transform: scale(1.1);
	/* transform: rotate(2deg) scale(1.2); */
}
.index_about_number_box{
	display: flex;
	margin-top: 3rem;
}
.index_about_number_item{
	/* width: 25%; */
	
}
.index_about_number_item_mr{
	margin-right: 6rem;
}
.index_about_number_item_title{
	color: #18438F;
	font-size: 1rem;
	font-weight: 500;
}
.index_about_number_item_title span{
	font-weight: 700;
	font-size: 2.75rem;
	margin-right: 0.2rem;
}

.index_about_number_item_desc{
	color: #303133;
	font-size: 0.99794rem;
	font-weight: 400;
}
.index_about_title{
	color: #303133;
	font-weight: 600;
	font-size: 2.25rem;
	padding-top: 10rem;
	padding-bottom: 1rem;
	letter-spacing: 0.09rem;
}
.index_about_title1{
	font-weight: 400;
	color: #303133;
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
	letter-spacing: 0.03rem;
}
.index_about_title2{
	color: #606266;
	font-size: 1rem;
	line-height: 200%;
}
.index_product_title{
	text-align: center;
	width: 100%;
	color: #303133;
	font-size: 2.5rem;
	font-weight: 600;
	padding-top: 8.12rem;
}
.index_product_title1{
	text-align: center;
	width: 100%;
	color: #606266;
	font-size: 1.25rem;
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 3.13rem;
}
.index_product_item_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.index_product_item_box a{
	width: 25%;
}
.index_product_item{
	transition: all 0.4s linear;
	width: 95%;
	margin-bottom: 1.25rem;
}

.index_product_item img{
	width: 100%;
	height: auto;
}
.index_product_item_name{
	border: 1px solid #EBEEF5;
	width: 100%;
	height: 3.375rem;
	line-height: 3.375rem;
	display: flex;
	justify-content: center;
}
.index_product_item_name span{
	max-width: 80%;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
}
.index_product_item:hover{
	transform: translateY(-20px);
}
.index_product_more{
	margin: 0 auto;
	width: 9.25rem;
	height: 3rem;
	margin-top: 2.5rem;
	transition: all 0.4s linear;
	margin-bottom: 7.5rem;
}
.index_product_more a{
	display: block;
	width: 9.25rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	border: 1px solid #18438F;
	color: #18438F;
	font-size: 1.125rem;
	transition: all 0.4s linear;
}
.index_product_more:hover a{
	transform: translateX(-20px);
}
.index_case_box{
	width: 100%;
	height: 75rem;
	background: url('../images/index_case_icon.png') no-repeat;
	background-size: cover;
}
.index_case_top_box{
	display: flex;
	width: 100%;
}
.index_case_top_box_item a{
	width: 49.4%;
	display: block;
}

.index_case_top_box_item{
	width: 40rem;
	height: 19.6875rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.index_case_top_box_item img{
	width: 100%;
	height:  19.68rem;
	object-fit: cover;
	transition: all 0.4s linear;
}
.index_case_top_box_item_name{
	position: absolute;
	width: 100%;
	height: 7.5rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
	text-align: center;
	color: #fff;
	bottom: 0;
	left: 0;
	line-height: 12rem;
	font-size: 1.125rem;
}

.index_case_top_box a:hover .index_case_top_box_item img{
	transform: scale(1.1);
}
.index_case_bottom_box{
	display:flex;
}
.index_case_bottom_box_item_a{
	width: 23.8%;
}
.index_case_bottom_box_item{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_case_bottom_box_item img{
	width: 100%;
	height: 23.75rem;
	object-fit: cover;
	transition: all 0.4s linear;
}

.index_case_bottom_box_item_a:hover .index_case_bottom_box_item img{
	transform: scale(1.1);
}
.index_case_bottom_box_item1_a{
	width:48.8%;
	display: block;
}

.index_case_bottom_box_item1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_case_bottom_box_item1 img{
	width: 100%;
	height: 23.75rem;
	object-fit: cover;
	transition: all 0.4s linear;
}
.index_case_bottom_box_item1_a:hover .index_case_bottom_box_item1 img{
	transform: scale(1.1);
}


.index_case_bottom_box_item2{
	width: 25%;
}
.index_case_bottom_box_item2 a{
	width: 100%;
	display: block;
}
.index_case_bottom_box_item2_item{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_case_bottom_box_item2 img{
	width: 100%;
	height:11.3rem;
	object-fit: cover;
	transition: all 0.4s linear;
}
.index_case_bottom_box_item2 a:hover .index_case_bottom_box_item2_item img{
	transform: scale(1.1);
}
.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(.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);
}
.myStrengthSwiper_box .swiper-pagination{
	
}
.myStrengthSwiper_box .swiper-pagination-bullet-active{
	background:#18438F ;
}

.index_news_box{
	background: #F5F6F8;
	padding-bottom: 7.5rem;
}
.index_news_content_box{
	display: flex;
}
.index_news_content_left_box{
	width: 40rem;
	margin-right: 1.88rem;
}
.index_news_swiper_box{
	width: 39.6875rem;
	height: 24.8125rem;
	 overflow: hidden; 
	margin-bottom: 1.25rem;
	position: relative;
}
.index_news_swiper_box  .swiper {
	width: 39.6875rem;
	height: 24.8125rem;
	border-radius: 6px;
}  
.index_news_swiper_box .swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.index_news_swiper_box .swiper .swiper-wrapper .swiper-slide{
	position: relative;
}
.index_news_swiper_box .swiper .swiper-wrapper img{
	width: 100%;
	height: 100%;
	border-radius:0.375rem;
}
 .grey_title{
	width: 100%;
	height: 94px;
	position: absolute;
	bottom: 0;
	color:#fff ;
	padding: 0 20px;
	border-radius: 0px 0px 6px 6px;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	justify-content: space-between;
}
.grey_title_left_title{
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	margin-top: 1.25rem;
	width: 32rem;
}
.grey_title_left_desc{
	width: 32rem;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	margin-top: 0.25rem;
}
.grey_title_right{
}
.grey_title_right_date{
	font-size: 0.875rem;
	margin-top: 1.25rem;
}
.grey_title_right_page{
	font-size: 0.875rem;
	text-align: end;
	margin-top: 0.25rem;
}
.index_news_swiper_box .swiper-pagination{
	left: unset;
	right: 0;
	text-align: end;
	color: #fff;
	font-size: 0.875rem;
	padding-right: 1.3rem;
	bottom: 23px;
}






.index_samll_new_item{
	width: 39.6875rem;
	height: 7.4375rem;
	border-radius: 0.375rem;
	border: 1px solid #EBEEF5;
	background: #fff;
	display: flex;
	position: relative;
	transition: all .5s ease 0s;
	margin-bottom: 1.25rem;
}
.index_samll_new_item_icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.5rem;
	height: 2.5rem;
}
.index_samll_new_item_icon img{
	width: 2.5rem;
	height: 2.5rem;
}
.index_samll_new_item_icon_icon1{
	display: none;
}
.index_samll_new_item_left{
	height: 4.75rem;
	width: 5.37rem;
	border-right:0.06rem solid  #EBEEF5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
}
.index_samll_new_item_left_date{
	color: #606266;
	font-size: 1.8125rem;
	font-weight: 600;
}
.index_samll_new_item_left_date1{
	color: #606266;
	font-size: 0.75rem;
	font-weight: 400;
}
.index_samll_new_item_right{
	margin-left: 1rem;
}
.index_samll_new_item_title{
	color: #303133;
	font-weight: 500;
	font-size: 1.125rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 1rem;
}
.index_samll_new_item_desc{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;  
	width: 32rem;
	color: #909399;
	font-size: 0.875rem;
	line-height: 180%;
	margin-top: 0.5rem;
}
.index_samll_new_item:hover{
	border: 1px solid #18438F;
	transform: translateX(-10px);
}
.index_samll_new_item:hover .index_samll_new_item_icon_icon{
	display: none;
}
.index_samll_new_item:hover .index_samll_new_item_icon_icon1{
	display: block;
}


/* 底部样式开始 */
.footer_container_box{
	height: 20.25rem;
	width: 100%;
	background: #18438F;
}
.footer_container_box1{
	margin-right: 5.8rem;
}
.footer_container_box1 img{
	width: 10.5rem;
	height: 3.5625rem;
	margin-top: 3.25rem;
}

.footer_container_box1_title{
	color: #E4E7ED;
	font-size: 1.25rem;
	margin-top: 1.25rem;
}
.footer_container_box1_title1{
	color: #E4E7ED;
	font-size: 2rem;
	font-weight: 500;
}
.footer_container_box1_title1:hover{
	color: #E4E7ED;
}
.footer_container_box2{
	margin-right: 6.25rem;
	margin-top: 3.19rem;
}
.footer_container_center_box{
	display: flex;
}
.footer_nav{
	color: #E4E7ED;
	font-size: 1rem;
	margin-bottom: 1rem;
	display: block;
	transition: all 0.4s linear;
}
.footer_nav:hover{
	color: #E4E7ED;
	transform: translateX(10px);
}
.footer_container_box3{
	margin-top: 3.19rem;
}
.footer_container_box3_title{
	color: rgba(255, 255, 255, 0.80);
	font-size: 1rem;
	margin-bottom: 1rem;
}
.footer_container_box4{
	display: flex;
	margin-left: 5.2rem;
	margin-top: 3.19rem;
}
.footer_container_box4_item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_container_box4_item img{
	width: 7.625rem;
	height: 7.625rem;
}
.footer_container_box4_item_name{
	color: #FFF;
	font-size: 0.875rem;
	padding-top: 0.7rem;
}
.footer_container_info_box{
	border-top: 0.7px solid rgba(255, 255, 255, 0.08);
	margin-top: 2.6rem;
	padding-top: 1.64rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.875rem;
}

.benai{
	width: 1.0625rem;
	height: 1.0625rem;
	margin-top: -2px;
	margin-right: 0.2rem;
}
.yyzz_img{
	width: 7.3125rem;
	height: 2rem;
	margin-left: 2.7rem;
}
.footer_container_info_box span{
	margin-right: 0.75rem;
}
.footer_container_info_box a{
	color: rgba(255, 255, 255, 0.80);
	display: flex;
	align-items: center;
}
.footer_container_info_box a:hover{
	color: rgba(255, 255, 255, 0.80);
}
/* 底部样式结束 */
.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:#E50242;
	color:#fff;
}

.page_about_title{
	text-align: center;
	color: #303133;
	font-size: 2.5rem;
	font-weight:  500;
	padding-top: 4.5rem;
	width: 100%;
}
.page_about_title1{
	text-align: center;
	color: #303133;
	font-size: 1.5rem;
	font-weight:  400;
	padding-top: 0.2rem;
	width: 100%;
}
.page_about_desc_box{
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.case_item_box {
 	width: 100%;
 	display: flex;
 	flex-wrap: wrap;
 	padding-top: 2.5rem;
 }
 .case_item {
 	width: 33.3%;
 	padding: 0 10px;
 	margin-bottom: 3rem;
 	display: inline-block;
 	transition: all .5s ease 0s;
 }

 .case_item_img {
 	width: 100%;
 	overflow: hidden;
 	position: relative;
 }

 .case_item_img img {
 	width: 100%;
 	height: auto;
 	transition: all .5s ease 0s;
 }
.new_item_img {
 	width: 100%;
 	position: relative;
 }

 .new_item_img img {
 	width: 100%;
 	height: auto;
 	transition: all .5s ease 0s;
 }
.case_item_img_category {
 	padding-top: 1.1rem;
 	color: var(--unnamed, #606266);
 	font-size: 1rem;
 	font-weight: 400;
 	max-width: 94%;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	word-break: break-all;
 }

 .case_item_img_name {
 	color: var(--unnamed, #303133);
 	font-size: 1.375rem;
 	font-weight: 400;
 	max-width: 94%;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	word-break: break-all;
 	padding-top: 0.2rem;
 }

 .case_item_img::after {
 	content: "";
 	display: block;
 	width: 100%;
 	height: 100%;
 	background: #0171F980;
 	opacity: 0;
 	z-index: 3;
 	position: absolute;
 	top: 0;
 	left: 0;
 	transition: all .5s ease 0s;
 }

 .case_item_img::before {
 	content: "";
 	display: block;
 	width: 1.875rem;
 	height: 1.875rem;
 	background-size: 1.875rem;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-left: -0.94rem;
 	margin-top: -0.94rem;
 	opacity: 0;
 	transition: all .5s ease 0s;
 	z-index: 4;
 }

 .new_item_img::before {
 	content: "";
 	display: block;
 	width: 3.375rem;
 	height: 3.375rem;
 	background-size: 3.375rem;
 	position: absolute;
 	right: 3%;
 	bottom: -8%;
 	opacity: 0;
 	transition: all .5s ease 0s;
 	z-index: 4;
 }

 .case_item_box a:hover .new_item_img::before {
 	opacity: 1;
 }

 .case_item_box a:hover .case_item_img::before {
 	opacity: 1;
 }

 .case_item_box a {
 	display: contents;
 }

 .case_item_box a:hover .case_item_img::after {
 	opacity: 0.5;
 }

 .case_item_box a:hover .case_item {
 	transform: translateY(-10px);
 }

 .case_item_box a:hover .case_item_img img {
 	transform: scale(1.1);
 }
.page_banner_box{
	width: 100%;
	/* height: 37.5rem; */
	position: relative;
}
.page_banner_box img{
	width: 100%;
	height: auto;
}
.page_banner_title{
	position: absolute;
	left: 17%;
	top: 46%;
	color:#303133;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

 .contact_container_box {
 	height: 13rem;
 	width: 100%;
 	position: relative;
 }
.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;
 }

 .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;
 	padding-top: 0.5rem;
 }

 .contact_container_item_box_desc1 {
 	color: var(--unnamed, #18438F);
 	text-align: center;
 	font-size: 1.625rem;
 	font-weight: 700;
 }

 .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;
 }

.article_title_box {
 	text-align: center;
 	max-width: 96%;
 	margin: 0 auto;
 	padding-top: 5.5rem;
 	color: var(--unnamed, #303133);
 	font-size: 2.625rem;
 	font-weight: 500;
 	line-height: 140%;
 	letter-spacing: 0.02625rem;
 	padding-bottom: 1.6rem;
 }

 .article_info_box {
 	display: flex;
 	justify-content: center;
 	padding-bottom: 1.4rem;
 }

 .article_info_item_box img {
 	width: 1.25rem;
 	height: 1.25rem;
 	margin-top: -4px;
 	margin-right: 4px;
 }

 .article_info_item_box {
 	color: var(--unnamed, #909399);
 	font-size: 1rem;
 }

 .article_info_item_mr {
 	margin-right: 4.5rem;
 }

 .article_info_heng {
 	width: 100%;
 	height: 0.0625rem;
 	background: #EBEEF5;
 }

 .article_desc_box {
 	padding-top: 2.2rem;
 	padding-bottom: 3.7rem;
 }
 .article_desc_position_box {
 	padding-top: 2.2rem;
 	padding-bottom: 3.7rem;
	display: flex;
	flex-wrap: wrap;
 }
 .article_desc_position_img_box{
	 max-width: 70%;
 }
  .article_desc_position_img_box img{
	  /* width: 100%; */
	  height: auto;
	  margin-right: 2rem;
  }
 .article_desc_position_img_info_title{
	 color: var(--, #303133);
	 font-size: 1.575rem;
	 font-weight: 500;
 }
 .article_desc_position_img_info_title2{
	 padding-top: 2rem;
 }
 .article_desc_position_img_info_title1{
	 color: var(--, #303133);
	 font-size: 1.275rem;
 }
 .article_desc_position_img_info_box{
	margin-left: 2rem; 
 }
 .article_bottom_box {
 	padding-top: 3.5rem;
 	padding-bottom: 5rem;
 }

 .article_pre_title {
 	color: #606266;
 	font-size: 1.125rem;
 	font-weight: 400;
 	display: block;
 	padding-bottom: 0.4rem;
 	cursor: pointer;
 	max-width: 90%;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	word-break: break-all;
 	transition: all .5s ease 0s;
 }

 .article_pre_title:hover {
 	color: #18438F;
 	transform: translateX(10px);
 }

 .article_back_box {
 	display: flex;
 	justify-content: flex-end;
 }

 .article_back_con_box {
 	transition: all .5s ease 0s;
 	width: 10.375rem;
 	height: 2.875rem;
 	text-align: center;
 	line-height: 2.875rem;
 	color: #fff;
 	cursor: pointer;
 	border-radius: 20.3125rem;
 	background: var(--unnamed, #E50242);
 }

 .article_back_con_box:hover {
 	transform: translateX(-10px);
 	color: #fff;
 }

 .article_back_con_box img {
 	width: 1.75rem;
 	height: 1.75rem;
 }






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

 @media (max-width:1630px) {
 	.header_logo_box img{
 		margin-left: 10rem;
 	}
 	.header_nav_box{
 		margin-left: 8rem;
 	}
 	.header_nav_box li a{
		padding: 0 1.5rem;
	}
 }
 @media (max-width:1480px) {
	.header_nav_box li a{
		padding: 0 1.3rem;
	}
 }

  @media (max-width:1410px) {
 	.header_nav_box li a{
 		padding: 0 1.1rem;
 	}
	.header_nav_box{
		margin-left: 6rem;
	}
 }

 @media (max-width:1300px) {
 	.header_nav_box{
 		margin-left: 4rem;
 	}
	.header_nav_box li a{
		padding: 0 0.8rem;
	}
 }
@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;
	}
 }