 * {
 	margin: 0;
 	padding: 0;
 }

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

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

 a:hover {
 	color: #E72422;
 }
 a:focus {
 	color: #E72422;
 }
 @font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../font/AlibabaPuHuiTi-2-55-Regular.ttf");
 }
 .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:rgba(231, 36, 34, 1);
 	color: #fff;
 }
 .mg0 {
 	margin: 0 auto;
 }

 .Header {
   width: 100%;
   height: 5.625rem;
   position: fixed;
   top: 0;
   z-index: 999999;
   background-color: #fff;
 }
 .Header ul li { 
   text-align: center;
 }
 .Header .Header_banner {
   width: 95rem;
   height: 100%;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .Header .Header_banner .logo {
   height: 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: #E72422;
 }
 .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: #E72422;
    line-height: 0;
	margin: 0 auto;
 }
 .animenu__nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
    margin-top: -13px;
 }
 .animenu__nav > li:hover > a { 
   color: #E72422;
 }
 .line_li{
	  position: absolute;
	  bottom: 11px;
	  left: 50%;
	 
	 width: 3.125rem;
	 height: 0.2rem;
	 /* display: inline-block; */
	 background-color: #E72422;
	  line-height: 0;
		 margin-left: -1.56rem;
 }
 .animenu__nav__child {
   min-width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 99;
   opacity: 0;
   visibility: hidden;
   margin: 10px 0 0 0;
   color: #606266;
   background-color: #fff;
   transition: margin 0.15s, opacity 0.15s;
 }
 .animenu__nav__child > li {
	 line-height: 0;
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #f5f6f7;
 }
 .animenu__nav__child a {
   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: #E72422;
   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: 606266;
   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;
 }

 /* 头部样式结束 */
 .zw_box{
	height: 6.25rem;
	 width: 100%;
 }
.footer_box{
	width: 100%;
	height: 24.3rem;
	background-color: #2C333E;
}
.footer_coontent_box{
	width: 1280px;
	margin: 0 auto;
	height: 22.9375rem;
}
.footer_coontent_bottom_box{
	margin-top:2.4rem;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.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{
	display: flex;
}
.footer_coontent_top_box_left_item{
	margin-right: 7.5rem;
}
.footer_coontent_top_box_left_item_title{
	color: #B3B9C3;
	font-size: 1.0625rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_left_item_children{
	color: #B3B9C3;
	font-size: 0.875rem;
	display: block;
	margin-bottom: 0.7rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_call{
	font-family: "AlibabaPuHuiTi", serif;
	margin-bottom: 0.6875rem;
	font-weight: 700;
	color: #E72422;
	font-size: 1.75rem; 
}
.footer_coontent_top_box_left_item_tip{
	line-height: 1.375rem;
	color: #B3B9C3;
	font-size: 0.875rem;
	font-family: "AlibabaPuHuiTi", serif;
}
.footer_coontent_top_box_right{
	display: flex;
}
.footer_wx_code{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_wx_code img{
	width: 108px;
	height: 108px;
}
.wx_code_tip{
	font-family: "AlibabaPuHuiTi", serif;
	color: #B3B9C3;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}
.top {
	width:50px;
	height:50px;
	display:block;
	background:#888;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:30px;
	text-decoration:none;
	position:fixed;
	right:50px;
	bottom:50px;
	display:none;
	transition: all 0.4s linear;
	border-radius:6px;
}
.top:hover {
	background:#E72422;
	color:#fff;
}

.index_case_content{
	width: 100%;
	height: 41.1875rem;
	background-image: url('../images/index_case_bj.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.index_case_content_box{
	width: 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 #E72422;
}
.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: #E72422;
	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: #E72422;
	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: #E72422;
	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: #E72422;
 	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: #E72422;
 	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:#E72422;
	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, #E72422);
 	text-align: center;
 	font-size: 1.625rem;
 	font-weight: 700;
	font-family: "AlibabaPuHuiTi", serif;
 }

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

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

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

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

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

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

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

 .BMap_top {
 	display: none;
 }

 .BMap_bottom {
 	display: none;
 }

 .BMap_center {
 	display: none;
 }

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

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

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

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

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

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










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

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

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

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

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

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

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

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