 * {
 	margin: 0;
 	padding: 0;
 }

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

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

 a:hover {
 	color: #fff;
 }
 .page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    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:#0A6551;
  	color: #fff;
  }
 @font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../font/AlibabaPuHuiTi-2-55-Regular.ttf");
 }
 .mg0 {
 	margin: 0 auto;
 }
body{
	overflow-x: hidden;
	background-color: #FFF;
	max-width:640px;
	margin: 0 auto;
}
 

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

 /* 头部样式结束 */
 .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: #018669 !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: 17rem;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
}
.swiper_title_box3{
	position: absolute;
	top: 23rem;
	left: 25rem;
	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;
}
.header_container_mobile_box img{
	width:153px;
	height: 53px;
	margin-left: 13px;
}
 .mobile-nav-toggler img {
 	width:auto;
 	height: 20px;
 	
 	cursor: pointer;
 }
 .mobile-nav-toggler {
	 top: 28px;
 	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;
	font-family: "AlibabaPuHuiTi", serif;
 }

 .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
 	background:rgba(10, 101, 81, 1);
 	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:153px;
 	height: 53px;
 }

 .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;
	font-family: "AlibabaPuHuiTi", serif;
 }

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

 .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
 	-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;
}



.fix_header_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 49px;
	background-color: #18438F;
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-size: 1.2rem;
}
.mobile_back_icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mobile_back_icon img{
	width:26px;
	height: 26px;
}
.mobile_home_icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mobile_home_icon img{
	width:22px;
	height: 22px;
}
.mobile_page_about_desc_box{
	padding:10px 8px
}
 .maps_container {
 	height: 400px;
 	width: 92%;
	margin: 0 auto;
 }

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


.top {
	width:36px;
	height:36px;
	display:block;
	background:#888;
	color:#fff;
	text-align:center;
	line-height:36px;
	font-size:24px;
	text-decoration:none;
	position:fixed;
	right:16px;
	bottom:85px;
	display:none;
	transition: all 0.4s linear;
	border-radius:6px;
	z-index: 99;
}
.top:hover {
	/* background:#E50242; */
	color:#fff; 
}
.footer_box{
	width: 100%;
	padding-bottom: 1.2rem;
	background-color: #2C333E;
}
.footer_box_bottom{
	width: 92%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 0.625rem;
	color: rgba(179, 185, 195, 1);
	font-size: 0.75rem;
	text-align: center;
	opacity: 0.65;
	margin: 0 auto;
	font-family: "AlibabaPuHuiTi", serif;
}

.footer_box_bottom1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.15rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_box_bottom1 a{
	font-size: 0.75rem;
	color: rgba(179, 185, 195, 1);
	opacity: 0.65;
}
.footer_address_box{
	color: rgba(179, 185, 195, 1);
	font-size: 0.875rem;
	text-align: center;
	margin-bottom: 0.8125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_phone_box{
	color: rgba(179, 185, 195, 1);
	font-size: 0.875rem;
	text-align: center;
	margin-bottom: 0.4125rem;
	margin-top:  0.4125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_phone_box span{
	font-weight: 700;
	color: rgba(231, 36, 34, 1);
	font-size: 1.1875rem;
	margin-left: 4px;
}
.footer_nav_box{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	padding-top: 1.25rem;
}
.footer_nav_box a{
	color: rgba(179, 185, 195, 1);
	font-size: 0.8125rem;
	font-family: "AlibabaPuHuiTi", serif;
} 
.footer_nav_box span{
	color: rgba(96, 98, 102, 1);
	margin: 0 2%;
}
.index_case_content_box_title{
	position: relative;
	width: 11.75rem;
	height:4.375rem;
	margin-left:4%;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_line{
	width: 2px;
	height:1.7rem;
	background-color: #E72422;
	margin-bottom: .8rem;
	margin-left:4%;
}
.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:21px;
	font-weight: 500;
	position: absolute;
	top:1.2rem;
	left: 0;
	letter-spacing: 2px;
	display: flex;
	align-items: baseline;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_case_content_box_title_text img{
	width: 12.3px;
	height: 6px;
}
.index_case_content_top_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 3.4375rem;
}

.index_news_box{
	background-color: #fff;
	padding-top: 1.6rem;
}

.index_news_content_left_box{
	display: block;
	width:92%;
	margin: 0 auto;
	transition:all .5s ease 0s;
}
.index_news_content_left_img{
	width:100%;
	height: auto;
}
.index_news_content_left_img img{
	width: 100%;
	height: auto;
}
.index_news_content_left_title{
	max-width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	color: #303133;
	font-size:15px;
	margin-top: 1.5rem;
	margin-bottom: 0.25rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_content_left_time{
	color: rgba(144, 147, 153, 1);
	font-size: 0.8125rem;
	margin-bottom: 0.25rem;
	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{
	width: 92%;
	margin: 0 auto;
	display: block;
	height: 4.8125rem;
	border-top: 1px solid rgba(228, 231, 237, 1);
}
.index_news_item_box_title{
	color: rgba(48, 49, 51, 1);
	font-size: 0.9375rem;
	max-width: 96%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	margin-top: 1.125rem;
	margin-bottom: 0.25rem;
}
.index_news_item_box_time{
	color:rgba(144, 147, 153, 1);
	font-size:13px;
}

.index_news_content_con_box{
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.index_case_box{
	width: 100%;
	height: 32.125rem;
	background-image: url('../images/wap_case_bj.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.case_banner_box{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 22.75rem;
}
.case_banner_item_name{
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
	color: rgba(48, 49, 51, 1);
	font-size: 16px;
	margin-top: 16px;
	font-family: "AlibabaPuHuiTi", serif;
}

.case_banner_box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px !important;
}

.case_banner_box  .swiper-pagination-bullet-active{
	background: rgba(10, 101, 81, 1) !important;
}
.index_about_box{
	background-color: #fff;
	padding-bottom: 34px;
	 background: linear-gradient(rgba(1, 134, 105, 0.06), rgba(249, 249, 249, 0));
}
.index_about_content_title{
	margin-left: 4%;
	color: rgba(48, 49, 51, 1);
	font-size: 1.25rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_about_content_desc{
	color:rgba(96, 98, 102, 1);
	font-size: 14px;
	width: 92%;
	margin: 0 auto;
	margin-top: 0.675rem;
	line-height: 22px;
	
	font-family: "AlibabaPuHuiTi", serif;
}
 .index_about_content_new_nav_box{
	 display: flex;
	 margin-top: 20px;
	 justify-content: center;
 }
 .index_about_content_new_nav_item{
 	 display: flex;
 	 align-items: center;
 	color: rgba(48, 49, 51, 1);
 	 font-size: 14px;
 	font-family: "AlibabaPuHuiTi", serif; 
 	margin-right: 18px;
 }
 .index_about_content_new_nav_item a{
 	  display: inline-flex;
 	  align-items: center; 
  }
   .index_about_content_new_nav_item a:hover{
	   color: rgba(48, 49, 51, 1);
   }
  .index_about_content_new_nav_item img{
 	  margin-right: 8px;
	  width: 35px;
	  height: 35px;
  }
 .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; 
 }
.index_about_more{
	margin-left: 4%;
	width:8.5625rem;
	height: 2.375rem;
	background-color: rgba(10, 101, 81, 1);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	justify-content: center;
	margin-top: 1.75rem;
	transition:all .5s ease 0s;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_about_more img{
	width: 1.125rem;
	height: 0.875rem;
	margin-left: 0.875rem;
}
.mobile_index_product_box{
	width: 100%;
	 height: 394px;
	background-image: url('../images/cp_xin_bj.png');
	background-size: 100% 100%;  
}
.mobile_index_product_box_title{
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 40px;
}
.mobile_index_product_box_title img{
	margin-left: 4px;
}
 .chanpin_index_content_img_box{
	 width: 100%;
	 height: 245px;
	 position: relative;
	 margin: 0 auto;
	 margin-top: 14px;
 }
  .chanpin_index_content_img_box img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
 .chanpin_index_content_info_box{
	 width: 338px;
	 height: 80px;
	 position: absolute;
	 right: 0px;
	 bottom: -28px;
	 background-color: rgba(248, 248, 248, 1);
	 display: flex;
	 align-items: center;
	 overflow-x: auto;
 }
 .chanpin_index_content_info_box::-webkit-scrollbar {
   height: 0;
 }
 .chanpin_index_content_info_item_box{
 	width: 152px;
 	 height: 80px;
 	 background-color: rgba(248, 248, 248, 1);
 	 cursor: pointer;
	 border-right: 1px solid rgba(228, 231, 237, 1);
 }
 .chanpin_index_content_info_item_no{
	color: #018669;
	font-size: 12px;
	font-family: "AlibabaPuHuiTi", serif;  
	padding-top:16px;
	padding-left: 15px;
	font-weight: 600;
	margin-bottom: 8px;
 }
 .chanpin_index_content_info_item_title{
	color: rgba(48, 49, 51, 1);
	 font-size: 14px;
	 font-family: "AlibabaPuHuiTi", serif; 
	margin-left: 15px;
	width: 140px;
 }
 .chanpin_index_content_info_item_box:hover  .chanpin_index_content_info_item_title{
	 color: #018669;
 }
  .chanpin_index_content_info_item_box:hover{
	 background-color: #fff;  
  }
 
 .chanpin_index_content_more{
	 width: 124px;
	 height: 30px;
	background-image: url('../images/chanpin_index_icon1.png');
	background-size: 100% 100%;  
	display: flex;
	margin: 0 auto;
	color: #018669;
	font-size: 12px;
	font-family: "AlibabaPuHuiTi", serif; 
	margin-top: 60px;
	align-items: center;
	justify-content: center;
	transition:all .5s ease 0s;
 }
 
  .chanpin_index_content_more img{
	  margin-left: 4px;
	  width: 14px;
	  height: 14px;
  }

.mobile_index_product_box_title_black{
	display: flex;
	align-items: baseline;
	justify-content: center;
	color:rgba(48, 49, 51, 1);
	font-size: 21px;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 40px;
	margin-bottom: 8px;
}
.mobile_index_product_box_title_black img{
	margin-left: 4px;
	width: 12px;
	height: 6px;
}
.mobile_index_case_box_title{
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif;
	color:rgba(96, 98, 102, 1);
	font-size: 14px;
}

.mobile_index_case_big_item_box{
	display: block;
	width: 92%;
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 18px;
}
.mobile_index_case_big_item_box img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.mobile_index_case_big_item_box_title{
	width: 88%;
	margin: 0 auto;
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif;
	color:rgba(48, 49, 51, 1);
	font-size: 15px;
	margin-top: 13px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
}
.mobile_index_case_small_item_box{
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.mobile_index_case_small_item{
	display: block;
	width: 47%;
}

.mobile_index_case_small_item img{
	width: 100%;
	height: 94px;
	object-fit: cover;
}
.mobile_index_case_small_item_box_title{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	font-family: "AlibabaPuHuiTi", serif;
	color:rgba(48, 49, 51, 1);
	font-size: 15px;
	margin-top: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;	
}

.mobile_index_case_box_more{
	width: 124px;
	 height: 30px;
	background-image: url('../images/index_news_right.png');
	background-size: 100% 100%;  
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	transition: all 0.4s linear;
	font-family: "AlibabaPuHuiTi", serif;
	margin: 0 auto;
	margin-top: 26px;
}
.mobile_index_case_box_more img{
	width: 14px;
	height: 14px;
}
.mobile_index_case_box{
	padding-bottom: 30px;
}
.mobile_index_zhao_item{
	width: 92%;
	margin: 0 auto;
	height: 138px;
	background-image: url('../images/mobile_index_product_icon2_new.png');
	background-size: 100% 100%;  
	background-repeat: no-repeat;
	display: block;
}
.mobile_index_zhao_item1{
	width: 92%;
	margin: 0 auto;
	height: 138px;
	background-image: url('../images/mobile_index_product_icon3_new.png');
	background-size: 100% 100%;  
	background-repeat: no-repeat;
	margin-top: 10px;
	display: block;
}
.mobile_index_zhao_item_title{
	color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 21px;
	font-weight: 500;
	padding-top: 40px;
	padding-left: 150px;
}
.mobile_index_zhao_item_desc{
	color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 12px;
	padding-left: 150px;
	line-height: 14px;
}

.mobile_index_news_box{
	width: 100%;
	height: 600px;
	background-image: url('../images/mobile_index_product_icon5.png');
	background-size: 100% 100%;  
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.mobile_index_news_box_top{
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 12px;
}

.mobile_index_news_box_right{
	display: block;
	width: 92px;
	 height: 30px;
	background-image: url('../images/index_news_right.png');
	background-size: 100% 100%;  
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	transition: all 0.4s linear;
	font-family: "AlibabaPuHuiTi", serif;
	margin-top: 18px; 
}
.mobile_index_news_box_right img{
	width: 14px;
	height: 14px;
}
.mobile_index_news_box_left img{
	width: 76px;
	height: 33px;
}
.mobile_index_news_box_left_title{
	color: rgba(48, 49, 51, 1);
	font-size: 20px;
	font-family: "AlibabaPuHuiTi", serif;
	margin-top: -6px;
}
.mobile_index_news_box_item{
	display: flex;
	width: 92%;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed rgba(192, 196, 204, 1);
}
.mobile_index_news_box_item img{
	width: 102px;
	height: 70px;
	object-fit: cover;
}
.mobile_index_news_box_item_title{
	color: rgba(48, 49, 51, 1);
	font-size: 16px;
	font-family: "AlibabaPuHuiTi", serif;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;	
  margin-left: 12px;
  height: 44px;
  margin-top: 13px;
}

.mobile_footer_box{
	background-color: rgba(10, 101, 81, 1);
	padding-top: 13px;
	padding-bottom: 30px;
}
.mobile_footer_box_logo{
	width: 189px;
	height: 72px;
	margin: 0 auto;
	margin-bottom: 33px;
}
.mobile_footer_box_logo img{
	width: 100%; 
	height: auto;
}
.mobile_footer_box_address{
	display: flex;
	width: 88%;
	margin: 0 auto;
	margin-bottom: 22px;
	align-items: center;
}
.mobile_footer_box_address_icon{
	width: 53px;
	height: 46px;
}
.mobile_footer_box_address_icon img{
	width: 100%;
	height: 100%;
}
.mobile_footer_box_address_info{
	margin-left: 22px;
	width: 240px;
}

.mobile_footer_box_address_info_title{
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-family: "AlibabaPuHuiTi", serif;
	padding-top: 4px;
}
.mobile_footer_box_address_info_desc{
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-family: "AlibabaPuHuiTi", serif;
	line-height: 16px;
}
.mobile_footer_box_address_info_phone{
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: "AlibabaPuHuiTi", serif;
	font-weight: 700;
}
.mobile_footer_box_link{
	width: 92%;
	margin: 0 auto;
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	font-size: 18px;
	font-family: "AlibabaPuHuiTi", serif;
	margin-bottom: 10px;
}
.mobile_footer_box_link_menu{
	width: 92%;
	margin: 0 auto;
}
.mobile_footer_box_link_menu_item{
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.mobile_footer_box_link_menu_item_btn{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.mobile_footer_box_link_menu_item_btn img{
	width: 23px;
	height: 23px;
}
.mobile_footer_box_link_menu_item_parent{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-family: "AlibabaPuHuiTi", serif;
	width: 80%;
}
.mobile_footer_box_link_menu_item_children{
	margin-left: 22px;
	padding-bottom: 5px;
	display: none;
}
.mobile_footer_box_link_menu_item_children_item{
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-family: "AlibabaPuHuiTi", serif;
	height: 26px;
	line-height: 26px;
}
.footer_coontent_top_box_item_wx{
	width: 130px;
	height: 150px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 18px;
}


.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_mobile_tip_text{
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	font-family: "AlibabaPuHuiTi", serif;
	text-align: center;
}
.footer_mobile_tip_text a{
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	font-family: "AlibabaPuHuiTi", serif;
}

  .page_banner_box{
	  width: 100%;
	  height: 220px;
	  position: relative;
  }
    .page_banner_box img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

 .page_banner_title_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);  
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  .page_banner_title{
	  color: #303133;
	  font-size: 22px;
	  font-family: "AlibabaPuHuiTi", serif; 
  }
  
  .page_banner_title_heng{
	 background-color: rgba(10, 101, 81, 1);
	  width: 36px;
	  height: 2px;
	  margin-top: 4px;
  }





.index_business_box{
	background-color: #fff;
}
.index_business_item_box{
	position: relative;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	display: block;
}
.index_business_item_box img{
	width: 100%;
	height: auto;
}
.index_business_item_name_box{
	width: 100%;
	height: 3.125rem;
	background-color: rgba(10, 101, 81, 1);
	text-align: center;
	line-height: 3.125rem;
	color: #fff;
	font-size: 1.125rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_strength_box{
	background-color: #fff;
	padding-bottom: 1.875rem;
}

.index_strength_box_map{
	width: 92%;
	margin: 0 auto;
}

.index_strength_box_map img{
	width: 100%;
	height: auto;
}
.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;	
}

.index_strength_content_left_item_title_box{
	display: flex;
	margin-left: 3.4%;
}
.index_strength_content_left_item_title img{ 
	width: 6.4375rem;
	margin-left: 1rem;
}
.index_strength_content_left_item_desc_box{
	width:100%;
	color: rgba(96, 98, 102, 1);
	font-size:13px;
	line-height: 1.5rem;
	margin-left:1rem;
	margin-top: 0.5rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_strength_content_left_item_box{
	margin-bottom: 1.4rem;
}
.index_strength_content_left_item_title{
	width: 83%;
}
.page_about_culture_box{
    background:#F5F6F7;
	width: 100%;
	padding: 10px 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: .5rem;
	padding-top: 0;
}
.page_about_culture_content_box{
	width:100%;
	margin: 0 auto;
	
}
.page_nav_box {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border-bottom: 1px solid #F7F7F7;
 	height: 3.13rem;
 	flex-wrap: wrap;
 }

 .page_nav_box a {
 	height: 3.13rem;
 	line-height: 3.13rem;
 	color: var(--unnamed, #303133);
 	font-size: 16px;
 	font-weight: 500;
 	/* padding: 0 0.8rem; */
 	position: relative;
 	margin: 0 12px;
	font-family: "AlibabaPuHuiTi", serif;
 }
.page_nav_box_heng{
	width: 100%;
	height: 3px;
	background-color:rgba(10, 101, 81, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .2s ease-out;
}
 .page_nav_box a::after {
 	content: "";
 	display: block;
 	width: 0;
 	height: 3px;
 	/* background-color:rgba(10, 101, 81, 1); */
 	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:rgba(10, 101, 81, 1);
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	transition: .2s ease-out;
 }

.page_title{
	text-align: center;
	font-size:20px;
	color: #303133;
	font-weight: 500;
	letter-spacing:0.3rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.page_title img{
	width: 40px;
}
.svg_img{
	transform:rotate(180deg);
}
.page_honor_box{
	width: 1280px;
	margin: 0 auto;
}
.page_en_title{
	color:rgba(10, 101, 81, 1);
	text-align: center;
	font-size:24px;
	font-weight: 500;
	letter-spacing: 0.48px;
	padding-top: 1.875rem;
	font-family: "AlibabaPuHuiTi", serif;
}

.page_about_content_desc{
	width: 93%;
	margin: 0 auto;
	padding-bottom: 2.5rem;
	padding-top:1.5rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.page_about_content_desc img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.page_contact_title_new{
   color:#303133; 
   font-size: 1.5rem;
   font-family: "AlibabaPuHuiTi", serif;
   padding-top: 1.875rem;
   /*padding-bottom: 1rem;*/
   padding-left: 20px;
}
.index_join_content_item{
    width: 90%;
    height: 9rem;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    margin: 0 auto;
    margin-top: 1rem;
    display:block;
    transition:all .5s ease 0s;
}
.index_join_content_item_title{
    color:#303133;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1.32px;
    font-family: "AlibabaPuHuiTi", serif;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index_join_content_item_desc{
    width: 100%;
    color:#606266;
    font-size:16px;
    font-weight: 400;
     font-family: "AlibabaPuHuiTi", serif;
     letter-spacing:0.68px;
     margin-top: 13px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.index_case_content_item_box_heng{
	width: 94%;
	margin: 0 auto;
}
.index_case_content_item_heng{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    border-bottom:1px solid  rgba(228, 231, 237, 1)  ;
}
.index_case_content_title_new_heng{
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}





.index_case_content_item_box{
	display: flex;
	flex-wrap: wrap;
}
.index_case_content_item{
	display: block;
	width: 47%;
	margin-left: 2%;
	margin-bottom: 0.9rem;
	transition:all .5s ease 0s;
}
.index_case_content_item:hover{
	transform:translateY(-10px);
}
.index_case_content_item:nth-child(2n){
	margin-right: 2%;
}
.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: 0.7rem;
	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: 15px;
	margin-top: 0.4rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
}
.page_contact_title{
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 1.375rem;
	margin-left: 4%;
	padding-top: 2.125rem;
}
.page_contact_phone_box{
	width: 92%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid lightgray;
}
.page_contact_phone_img img{
	width: 35px;
	height: 35px;
	margin-right: 1.25rem;
}
.page_contact_phone_content_name{
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 18px;
}

.page_contact_phone_content_number{
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 20px;
	color: rgba(10, 101, 81, 1);
	font-weight: 700;
}
.page_contact_phone_content_name1{
	font-family: "AlibabaPuHuiTi", serif;
	font-size: 14px;
}
.index_case_content_title_time{
	color: #909399;
	font-size: 0.9rem;
	font-family: "AlibabaPuHuiTi", serif;
	margin-top: 0.45rem;
}

.show_detail_box{
	width:92%;
	margin: 0 auto;
}
.detail_title_box{
	padding-top: 1.275rem;
}

.detail_title_box{
	display: flex;
	align-items: center;
	font-family: "AlibabaPuHuiTi", serif;
}
.build_content_title_right_item{
	display: flex;
	align-items: center;
	color: #303133;
	font-size: 1rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.build_content_title_right_item:hover{
	color: #303133;
}
.build_content_title_right_item img{
	margin-right: 6px;
	margin-top: -4px;
}
.article_content_title{
	text-align: center;
	font-size: 1.55rem;
	color: #303133;
	padding-top: 1.8rem;
	padding-bottom: 1.5rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_view{
	display: flex;
	justify-content: center;
	border-top: 1px solid  rgba(228, 231, 237, 1);
	border-bottom: 1px solid  rgba(228, 231, 237, 1);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.article_content_view_item{
	display: flex;
	align-items: center;
	color: #909399;
	font-size:0.8rem;
	margin: 0 15px;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_view_item img{
	margin-right: 4px;
}

.article_content_desc_box{
	width: 100%;
	padding: 20px 0;
	min-height: 300px;
	font-family: "AlibabaPuHuiTi", serif;
}
.article_content_desc_box img{
    max-width:98%;
    display: block;
    margin: 0 auto;
}
.article_content_pre_box{
	border-top:1px solid  rgba(228, 231, 237, 1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.article_content_pre_item{
	color: rgba(48, 49, 51, 1);
	font-size: 0.9rem;
	max-width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;	
	font-family: "AlibabaPuHuiTi", serif;
	margin-bottom: 0.35rem;
}
.article_content_pre_item:hover{
	color: rgba(48, 49, 51, 1);
}

.chanpinxilie_index_content{
	width: 100%;
	padding-bottom: 20px;
	background-color: rgba(1, 134, 105, 1);
}
.xilie_item_content{
	 width: 96%;
	 margin: 0 auto;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 margin-top: 30px;
 }
 .xilie_item_box_name{
 	font-family: "AlibabaPuHuiTi", serif; 
 	color: #fff;
 	font-size: 16px;
 	margin-top: 6px;
 }
 
 .xilie_item_box{
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 0 20px;
	 margin-bottom: 20px;
 }
 .xilie_item_box img{
 	 width: 40px;
 	 height: 40px;
 }

 @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: 76px;
		display: block;
	}
	.header_container_mobile_box{
		height: 76px;
		width: 100%;
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		display: flex;
		align-items: center;
		/* justify-content: center; */
	}
	
	.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;
	}
 }