﻿/*首页*/
.title{
	display: block;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.title h3{
	font-size: 0.32rem;
	line-height: 0.4rem;
	margin-bottom: 0.22rem;
	color: #161822;
}
.title p{
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #989898;
	text-transform: uppercase;
}
.title::before{
	content: "";
	display: block;
	width: 0.48rem;
	height: 2px;
	background: #c52725;
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.title::after{
	content: "";
	display: block;
	width: 1.94rem;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	top: 0.51rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.index-about{
	padding: 0 0.3rem 0.14rem;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #6d6d6d;
}
.index-about a{
	display: flex;
	width: 3.16rem;
	height: 0.7rem;
	border-radius: 0.08rem;
	background: #c52725;
	margin: 0.38rem auto;
	font-size: 0.26rem;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.index-news{
	display: block;
	width: 100%;
	padding: 0 0.3rem;
}
.index-news-list{
	display: flex;
	width: 100%;
	height: 2.15rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.index-news-img{
	display: block;
	width: 2rem;
	height: 1.4rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-news-in{
	display: block;
	width: 4.5rem;
	height: 100%;
	padding-top: 0.32rem;
}
.index-news-in h3{
	font-size: 0.3rem;
	color: #3a3a3a;
	line-height: 0.44rem;
	height: 0.88rem;
}
.index-news-in p{
	font-size: 0.24rem;
	color: #989898;
	padding-left: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.26rem;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.2rem auto;
}
.index-news-in p span{
	float: right;
}
.news-more{
	display: flex;
    width: 3.16rem;
    height: 0.7rem;
    border-radius: 0.08rem;
    background: #f2f2f2;
    margin: 0.38rem auto;
    font-size: 0.26rem;
    color: #757575;
    justify-content: center;
    align-items: center;
}
.news-swiper{
	display: block;
	height: 4.84rem;
	overflow: hidden;
	position: relative;
}
.news-swiper-in{
	display: block;
	width: 6.9rem;
	height: 4.84rem;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-swiper-in span{
	display: block;
	width: 100%;
	height: 0.76rem;
	background: rgba(0, 0, 0, 0.57);
	position: absolute;
	bottom: 0;
	z-index: 2;
	line-height: 0.76rem;
	font-size: 0.26rem;
	color: #fff;
	padding: 0 1.3rem 0 0.24rem;
}
.news-swiper .swiper-pagination-bullet {
	height: .15rem;
	width: .15rem;	
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem !important;
	position: relative;
}
.news-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #c52725 !important;
}
.news-swiper .swiper-pagination{
	position: absolute;
	bottom: .2rem !important;
	text-align: right;
	padding-right: 0.56rem;
}
.yewu-swiper{
	display: block;
	width: 7.1rem;
	height: 5.4rem;
	margin-bottom: 0.2rem;
}
.yewu-swiper-in{
	display: block;
	width: 3.34rem;
	height: 4.2rem;
	border-radius: 0.12rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin: 0.35rem auto;
	padding: 0.23rem;
}
.yewu-swiper-in>span{
	display: block;
	height: 1.74rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.yewu-swiper-in h3{
	font-size: 0.28rem;
	color: #000000;
	text-align: center;
	line-height: 0.68rem;
}
.yewu-swiper-in a{
	display: flex;
	width: 100%;
	height: 0.56rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.08rem;
	border: 1px solid #c52725;
	background: #c52725;
	font-size: 0.22rem;
	color: #fff;
	margin-bottom: 0.18rem;
}
.yewu-swiper-in a:last-child{
	margin-bottom: 0;
	background: none;
	color: #c52725;
}
.yewu-swiper .swiper-pagination-bullet {
	height: .15rem;
	width: .15rem;	
	display: inline-block;
	border-radius: 50%;
	background: #9d9d9d;
	margin: 0 .14rem !important;
	opacity: 1;
	position: relative;
}
.yewu-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #c52725 !important;
}
.yewu-swiper .swiper-pagination-bullet-active::after{
	content: "";
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	border: 1px solid #c52725;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.yewu-swiper .swiper-pagination{
	position: absolute;
	bottom: .2rem !important;
}


/*首页end*/
/*党建文化*/
.dangjian-head{
	display: flex;
	width: 100%;
	height: 0.88rem;
	background: #fff;
	max-width: 750px;
	justify-content: center;
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 199;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.dangjian-head a{
	display: flex;
	justify-content: center;
	font-size: 0.28rem;
	color: #8b8b8b;
	width: 50%;
	height: 100%;
	position: relative;
}
.dangjian-head a::after{
	content: "";
	display: block;
	width: 1px;
	height: 0.24rem;
	background: #e4e4e4;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.dangjian-head a:last-child::after{
	display: none;
}
.dangjian-head a span{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	position: relative;
}
.dangjian-head a.active{color: #c52725;}
.dangjian-head a.active span::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c52725;
	position: absolute;
	bottom: 0;
}
.dangjian-head-zw{
	display: block;
	height: 0.88rem;
}

.dangjian{
	display: block;
	height: 1.56rem;
	border-bottom: 1px solid #ededed;
	position: relative;
	padding: 0.24rem 0.76rem 0 1.18rem;
}
.dangjian::before{
	content: "";
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../images/dj.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.3rem;
	top: 0.26rem;
}
.dangjian::after{
	content: "";
	display: block;
	width: 0.14rem;
	height: 0.24rem;
	background: url(../images/sq.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0.3rem;
	top: 0.64rem;
	
}
.dangjian h3{
	font-size: 0.26rem;
	line-height: 0.36rem;
	color: #343434;
	height: 0.72rem;
}
.dangjian p{
	font-size: 0.24rem;
	color: #989898;
	padding-left: 0.3rem;
	line-height: 0.32rem;
	margin-top: 0.08rem;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.2rem auto;
}
/*党建文化end*/
/*集团概况*/
.jituan-head{
	display: block;
	width: 100%;
	max-width: 750px;
	height: 0.9rem;
	background: #fff;
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 199;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.jituan-head a{
	display: flex;
	height: 100%;
	width: auto;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	font-size: 0.28rem;
	color: #8b8b8b;
}
.jituan-zw{
	display: block;
	height: 0.9rem;
}
.jituan-head a span{
	display: flex;
	align-items: center;
	height: 100%;
	width: auto;
	position: relative;
}
.jituan-head a.active{
	color: #c52725;
}
.jituan-head a.active span::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c52725;
	position: absolute;
	bottom: 0;
}
.gaikuang-main{
	display: block;
	width: 100%;
	height: auto;
	padding: 0.3rem;
	background: #fff;
	font-size: 0.24rem;
	color: #616161;
	line-height: 0.42rem;
}
.gaikuang-main img{
	display: block;
	margin: 0 auto 0.32rem;
}
.jieshao{
	padding: 3.68rem 0.3rem 0.5rem;
	background: #fff url(../images/gk_06.png) no-repeat top center;
	background-size: 100% auto;
}
.jieshao-in{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.12rem;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	padding: 0.48rem 0.3rem 0.46rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #616161;
}
.jieshao-in h3{
	text-align: center;
	font-size: 0.3rem;
	color: #000000;
	line-height: 0.42rem;
	margin-bottom: 0.45rem;
	position: relative;
}
.jieshao-in h3::after{
	content: "";
	display: block;
	width: 0.56rem;
	height: 0.04rem;
	background: #aaa6a6;
	position: absolute;
	bottom: -0.24rem;
	left: 50%;
	transform: translateX(-50%);
}
.jieshao-foot{
	display: block;
	background: url(../images/gk_08.png) no-repeat center;
	background-size: cover;
}
.jieshao-foot-bot{
	padding: 0.06rem 0rem 0.6rem;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
}
.jieshao-number{
	display: flex;
	width: 100%;
	height: 3.76rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 0.2rem;
}
.jieshao-number>div{
	display: block;
	width: 50%;
	height: 50%;
	text-align: center;
	color: #fff;
	position: relative;
	padding-top: 0.38rem;
}
.jieshao-number>div::before{
	content: "";
	display: block;
	width: 2.34rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.22);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.jieshao-number>div::after{
	content: "";
	display: block;
	width: 1px;
	height: 1.06rem;
	background: rgba(255, 255, 255, 0.22);
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
}
.jieshao-number>div:nth-child(even)::after{display: none;}
.jieshao-number>div:nth-child(1)::before{display: none;}
.jieshao-number>div:nth-child(2)::before{display: none;}
.jieshao-number>div p{
	text-align: center;
	font-size: 0.26rem;
	color: #edcaca;
	line-height: 0.38rem;
}
.jieshao-number>div h3{
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.72rem;
	height: 0.72rem;
	overflow: hidden;
}
.jieshao-number>div h3 span{
	display: inline-block;
	font-size: 0.6rem;
	line-height: 0.72rem;
	height: 0.72rem;
	padding-right: 0.06rem;
}

.zuzhi{
	padding: 0.8rem 0.3rem;
}
/*集团概况end*/
/*董事长致辞*/
.dsz-top{
	display: block;
	width: 3.24rem;
	height: 4.38rem;
	border-radius: 0.12rem;
	margin: 0.34rem  auto 0.36rem;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
	padding: 0.24rem 0.26rem 0;
	text-align: center;
	font-size: 0.3rem;
	color: #000000;
}
.dsz-top span{
	display: block;
	width: 100%;
	height: 3.3rem;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
.dsz-main{
	display: block;
	padding: 0 0.3rem 0.5rem;
	font-size: 0.24rem;
	color: #5c5c5c;
	line-height: 0.42rem;
}
.dsz-main h3{
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.5rem;
	color: #c52725;
	margin-bottom: 0.24rem;
}
.dsz-main p img{
	max-height: 0.5rem;
}

/*董事长致辞end*/
/*发展历程*/
.licheng{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0.3rem;
}
.licheng::before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 0.8rem);
	position: absolute;
	top: 0.52rem;
	left: 0.48rem;
	border-left: 1px dashed #bfbfbf;
}
.licheng>div{
	padding-top: 0.32rem;
	padding-left: 0.68rem;
	padding-bottom: 0.12rem;
	position: relative;
}
.licheng>div::before{
	content: "";
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	background: url(../images/time2.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0.34rem;
	left: 0;
}
.licheng>div::after{
	content: "";
	display: block;
	width: 6.22rem;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	bottom: 0;
}
.licheng>div h3{
	font-size: 0.3rem;
	color: #c52725;
	line-height: 0.4rem;
	margin-bottom: 0.22rem;
}
.licheng>div p{
	padding-left: 0.86rem;
	position: relative;
	font-size: 0.22rem;
	line-height: 0.3rem;
	color: #5f5f5f;
	margin-bottom: 0.2rem;
}
.licheng>div p span{
	display: flex;
	width: 0.68rem;
	height: 0.3rem;
	border-radius: 0.12rem;
	background: #c52725;
	position: absolute;
	left: 0;
	top: 0rem;
	font-size: 0.2rem;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.licheng>div:last-child::after{
	display: none;
}
/*发展历程end*/
/*企业荣誉*/
.rongyu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 0.3rem 0.3rem 0;
}
.rongyu-list{
	display: block;
	width: 3.3rem;
	height: 2.94rem;
	margin-bottom: 0.36rem;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.34rem;
}
.rongyu-list p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rongyu-list span{
	display: flex;
	width: 100%;
	height: 2.1rem;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 0.14rem;
}
/*企业荣誉end*/
/*联系我们*/
.map{
	display: block;
	width: 6.9rem;
	height: 4.84rem;
	margin: 0.3rem auto 0;
}
.map img{
	max-width: none;
	max-height: none;
}
.lianxi{
	display: block;
	width: 6.9rem;
	height: auto;
	margin: 0.32rem auto;
}
.lianxi>div{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 0.96rem;
	margin-bottom: 0.34rem;
}
.lianxi>div span{
	display: flex;
	width: 0.7rem;
	height: 0.7rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.lianxi>div h3{
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #8a8a8a;
}
.lianxi>div p{
	font-size: 0.26rem;
	color: #2e2e2e;
	line-height: 0.38rem;
}
/*联系我们end*/
/*在线留言*/
.liuyan-title{
	display: block;
	padding: 0.38rem 0.3rem 0.1rem;
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.42rem;
	color: #000000;
}
.liuyan{
	display: block;
	width: 6.9rem;
	margin: 0 auto;
	height: auto;
}
.liuyan-list{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.1rem;
}
.liuyan-list h3{
	font-size: 0.26rem;
	line-height: 0.6rem;
	color: #000000;
}
.liuyan-list input{
	display: block;
	width: 100%;
	height: 0.8rem;
	padding: 0 0.2rem;
	font-size: 0.26rem;
	color: #666;
	border: 1px solid #d0d0d0;
	border-radius: 0.08rem;
}
.liuyan-but{
	display: block;
	height: 0.8rem;
	background: #c52725;
	font-size: 0.3rem;
	color: #fff;
	width: 100%;
	border: none;
	border-radius: 0.08rem;
	margin: 0.4rem auto;
}

/*在线留言end*/
/*人才招聘*/
.xuzhi{
	display: block;
	width: 100%;
	height: auto;
	padding: 0.3rem;
	font-size: 0.24rem;
	color: #5d5d5d;
	line-height: 0.42rem;
}
.xuzhi span{
	color: #c52725;
}
.xuzhi h3{
	font-size: 0.34rem;
	text-align: center;
	line-height: 0.52rem;
	color: #000000;
	margin-bottom: 0.42rem;
	position: relative;	
}
.xuzhi h3::after{
	content: "";
	display: block;
	width: 1.74rem;
	height: 1px;
	background: #c6c6c6;
	position: absolute;
	top: 0.64rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.xuzhi h3::before{
	content: "";
	display: block;
	width: 0.56rem;
	height: 3px;
	background: #c52725;
	position: absolute;
	top: 0.62rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.zhaoPin{
	display: block;
	width: 6.9rem;
	height: auto;
	margin: 0 auto;
}
.zhaoPin li{
	display: block;
	width: 100%;
	height: auto;
	border-radius: .08rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: .24rem;
}
.zhaoPin-top{
	display: flex;
	width: 100%;
	height: .9rem;
	align-items: center;
	font-size: .28rem;
	color: #000000;
}
.zhaoPin-top>div{
	display: flex;
	width: 50%;
	align-items: center;
	position: relative;
	height: 100%;
}
.zhaoPin-top>div:first-child{
	padding-left: .5rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.zhaoPin-top>div:first-child::after{
	content: "";
	display: block;
	width: .06rem;
	height: .26rem;
	border-radius: .03rem;
	background: #c52725;
	position: absolute;
	left: .3rem;
	top: 50%;
	transform: translateY(-50%);
}
.zhaoPin-top>div:last-child img{
	display: block;
	width: auto;
	height: .14rem;
	position: absolute;
	top: 50%;
	right: .22rem;
	transform: translateY(-50%);
}
.zhaoPin-top>div:last-child{
	text-align: right;
	justify-content: flex-end;
	padding-right: .66rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	font-size: .26rem;
	color: #5f5f5f;
}
.zhaoPin-in{
	display: none;
	width: 100%;
	height: auto;
	border-top: 1px solid #ededed;
	padding: .2rem .28rem;
	font-size: .24rem;
	color: #595959;
	line-height: .36rem;
}
.zhaoPin-in h3{
	font-size: .28rem;
	color: #000000;
	line-height: .4rem;
	margin: .22rem 0;
}
.zhaoPin-in h5 span{
	padding-right: .9rem;
}
/*人才招聘end*/
/*科技创新*/
.keji{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0.44rem 0.66rem 0;
}
.keji-in{
	display: block;
	width: 2.64rem;
	height: 4.5rem;
	margin-bottom: 0.32rem;
}
.keji-in span{
	display:block;
	width: 100%;
	height: 3.58rem;
	text-align: center;
	margin-bottom: 0.18rem;
}
.keji-in p{
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.34rem;
}
/*科技创新end*/
/*一带一路*/
.yidai{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0.24rem 0.24rem 0;
}
.yidai-list{
	display: block;
	width: 3.42rem;
	height: 3.6rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 0.2rem;
}
.yidai-list>span{
	display: block;
	height: 2.12rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.yidai-list p{
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.34rem;
	height: 0.68rem;
	padding: 0 0.22rem;
	margin-top: 0.18rem;
}
.yidai-list h5{
	font-size: 0.2rem;
	color: #c52725;
	padding-left:0.48rem;
	line-height: 0.28rem;
	margin-top: 0.12rem;
	background: url(../images/time3.png) no-repeat 0.22rem center;
	background-size: 0.18rem auto;
}
/*一带一路end*/
/*新闻中心*/
.news{
	display: block;
	padding: 0 0.3rem;
}
.news-in{
	display: flex;
	width: 100%;
	height: 2.16rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.news-in>div{
	display: block;
	width: 4.58rem;
	height: 100%;
	padding-top: 0.36rem;
}
.news-in>span{
	display: block;
	width: 2rem;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-in>div p{
	font-size: 0.3rem;
	color: #3a3a3a;
	line-height: 0.45rem;
	height: 0.9rem;
}
.news-in>div h4{
	font-size: 0.24rem;
	color: #989898;
	padding-left: 0.28rem;
	line-height: 0.3rem;
	margin-top: 0.18rem;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.2rem auto;
}
.news-in>div h4 span{
	display: inline-block;
	float: right;
}

/*新闻中心end*/
/*新闻详情*/
.newsXq-main{
	display: block;
	width: 100%;
	height: auto;
	padding: .42rem .3rem;
	font-size: .24rem;
	color: #535353;
	line-height: .42rem;
}
.newsXq-main img{
	display: block;
	margin: 0.2rem auto;
}
.newsXq-head{
	display: block;
	width: 6.9rem;
	height: auto;
	margin: .48rem auto 0rem;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: .28rem;
	text-align: center;
	font-size: .32rem;
	line-height: .48rem;
	color: #000000;
}
.newsXq-head h5{
	font-size: .22rem;
	line-height: .4rem;
	color: #908e8b;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .18rem;
}
.newsXq-head h5 img{
	height: .18rem;
	display: block;
	width: auto;
	margin: 0 .1rem;
}
.newsXq-head h5 img:nth-child(2){
	margin-left: .28rem;
}
.wenLaber{
	display: flex;
	width: 100%;
	height: auto;
	padding: 0 .3rem 0 0.68rem;
	margin-bottom: .42rem;
	font-size: .24rem;
	color: #999999;
	align-items: center;
	flex-wrap: wrap;
	background: url(../images/label.png) no-repeat 0.3rem center;
	background-size: 0.2rem auto;
}
.wenLaber span{
	margin-right: .22rem;
}
.wenLaber a{
	display: flex;
	width: auto;
	height: .44rem;
	align-items: center;
	border-radius: .22rem;
	color: #000;
}
.remen{
	display: flex;
	width: 6.9rem;
	height: auto;
	margin: 0 auto;
}
.remen ul{
	width: 100%;
}
.remen li{
	border-bottom: 1px solid #eaebf0;
	width: 100%;
}
.remen li:last-child{
	border: none;
}
.remenList{
	display: block;
	width: 100%;
	height: 1.4rem;
	padding-top: .3rem;
	background: url(../images/sq.png) no-repeat right center;
	background-size: 0.14rem auto;
}
.remenList h3{
	font-size: .28rem;
	line-height: .32rem;
	color: #000000;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.remenList h5{
	line-height: .4rem;
	margin-top: .15rem;
	font-size: .24rem;
	color: #8c8c8c;
}
.remenList h5 span{
	margin-left: 0.8rem;
	background: url(../images/time.png) no-repeat left center;
	background-size: .2rem auto;
	padding-left: .3rem;
}
.yy-swacth{
	display: block;
	padding: 0 0.3rem 0.2rem;
}
.yy-swacth>div{
	display: block;
	width: 100%;
	height: 0.72rem;
	border: 1px solid #c52725;
	border-radius: 0.6rem;
	margin-bottom: 0.2rem;
}
.yy-swacth>div a{
	padding: 0 0.26rem;
	font-size: 0.24rem;
	color: #c31821;
	display: block;
	height: 100%;
	line-height: 0.68rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.renmen-head{
	display: flex;
	height: 0.8rem;
	border-bottom: 1px solid #ededed;
	padding: 0 0.5rem;
	align-items: center;
	position: relative;
	font-size: 0.3rem;
	color: #000000;
}
.renmen-head::before{
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.26rem;
	background: #c31821;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	transform: translateY(-50%);
}
/*新闻详情*/
/*业务模块*/

.yewu-text{
	display: block;
	height: auto;
	padding: 0 0.3rem;
	margin: 0 auto 0.38rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #5d5d5d;
}
.yewu-title{
	display: block;
	text-align: center;
	font-size: 0.34rem;
	line-height: 0.42rem;
	color: #000000;
	position: relative;
	padding: 0 0.3rem;
}
.yewu-title::before{
	display: block;
	content: "";
	width: 1.74rem;
	height: 1px;
	background: #c6c6c6;
	position: absolute;
	top: 0.6rem;
	left: 50%;
	transform: translateX(-50%);
}
.yewu-title::after{
	display: block;
	content: "";
	width: 0.58rem;
	height: 3px;
	background: #c52725;
	position: absolute;
	top: 0.59rem;
	left: 50%;
	transform: translateX(-50%);
}
.yewu-case{
	display: block;
	padding: 0 0.3rem;
}
.case{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.38rem;
	border-bottom: 1px solid #e3e3e3;
}
.case:last-child{
	border: none;
}
.case>span{
	display: block;
	width: 2.86rem;
	height: 1.76rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.case>div{
	display: block;
	width: 3.78rem;
	height: 100%;
	padding-top: 0.36rem;
}
.case>div h3{
	font-size: 0.26rem;
	color: #000000;
	line-height: 0.38rem;
	margin-bottom: 0.06rem;
}
.case>div p{
	font-size: 0.22rem;
	line-height: 0.32rem;
}
.case>div span{
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	background: #c52725;
	font-size: 0.22rem;
	color: #fff;
	line-height: 1;
	padding: 0.04rem 0.08rem;
	margin-top: 0.22rem;
}
/*业务模块end*/
.yewu-top{
	display: block;
	height: 4rem;
	margin: 0.32rem auto 0;
	position: relative;
	width: 6.9rem;
	overflow: hidden;
}
.swiper-img{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4rem;
	width: 16.5rem;
}
.swiper-img img {
	display: block
}
.swiper-img .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-img .swiper-slide span{
	display: block;
	width: 100%;
	height: 4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: height 0.3s;
}
.swiper-img .swiper-slide-next span,
.swiper-img .swiper-slide-prev span{
  	height: 3.5rem;
}

.hunzhuang{
	display: block;
	padding: 0 0.3rem;
	text-align: center;
	margin-bottom: 0.52rem;
}
.hunzhuang h3{
	text-align: center;
	font-size: 0.24rem;
	color: #000;
	line-height: 0.38rem;
	margin: 0.4rem auto;
}

.hun-liuch{
	display: block;
	padding: 0 0.3rem;
}
.hun-liuch h3{
	text-align: center;
	font-size: 0.3rem;
	line-height: 1.08rem;
	border-top: 1px solid #e6e6e6;
}
.hun-liuch-in{
	display: block;
	height: 3.52rem;
	padding-left: 0.72rem;
	position: relative;
}
.hun-liuch-in>div{
	display: block;
	width: 100%;
	height: 3.26rem;
	border-radius: 0.12rem;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	padding: 0 0.28rem;
}
.hun-liuch-in>span{
	display: flex;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
	background: #c52725;
	position: absolute;
	left: 0;
	top: 0.1rem;
	z-index: 9;
}
.hun-liuch-in>span::before{
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border: 0.05rem solid #ebb4b3;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	box-sizing: border-box;
}
.hun-liuch-in::before{
	content: "";
	display: block;
	width: 0.28rem;
	height: 100%;
	background: url(../images/lian.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 0.1rem;
	bottom: 0;
}
.hun-liuch-in:last-child::before{
	background: url(../images/lian1.png) no-repeat center top;
	background-size: 0.06rem auto;
	bottom: auto;
	top: 0.7rem;
}
.hun-liuch-in:last-child{
	height: 3.26rem;
}
.hun-liuch-in>div h3{
	height: 0.78rem;
	line-height: 0.78rem;
	font-size: 0.28rem;
	color: #000000;
	text-align: left;
}
.hun-liuch-in>div>div{
	display: flex;
	width: 100%;
	height: 2.16rem;
	justify-content: space-between;
	align-items: center;
}
.hun-liuch-in>div>div span{
	display: block;
	width: 2.76rem;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*重点实验室*/
.sys_yewu-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 .1rem #c00220;
    background: #c00220;
}
.sys_yewu-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.1rem #ededed;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    background: #ededed;
}
.sys_yewu-text::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
}
.sys_yewu-text {
    display: block;
    height: 3rem;
    padding: 0 0.3rem;
    overflow-y: auto;
    margin: 0 auto 0.38rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #5d5d5d;
}
.ysy_yewu-title::before {
    top: 1rem;
}
.ysy_yewu-title::after {
       top: 0.98rem;
}
.sys_Xq-main p img{
	display: inline-block;
}
/*重点实验室*/








