* {
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
}
.class_txt{
	position: relative;
}
.class_txt .class_name{
	font-weight: bold;
	font-size: 0.5rem;
	color: #FFFFFF;
}
.class_txt .class_en{
    position: absolute;
    bottom: 0.17rem;
    left: 0;
	width: auto;
	height: 0.63rem;
}




.index_banner{
    width: 100%;
    height: 6.5rem;
    position: relative;
}
.index_banner .banner_item{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_banner .swiper-pagination{
    width: fit-content;
    height: fit-content;
    padding: 5px 6px;
    background: rgba(0,0,0,0.4);
    border-radius: 0.1rem;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_banner .swiper-pagination span{
    width: 0.12rem;
    height: 0.12rem;
    background: #595959;
    border-radius: 50%;
    opacity: 1;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.index_banner .swiper-button-next,
.index_banner .swiper-button-prev{
    width: 0.38rem;
    height: 0.38rem;
    background-color: rgba(91, 112, 136, .5);
    cursor: pointer;
    border-radius: 50%;
	z-index: 5;
}
.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after{
    font-size: 0.14rem;
    color: #fff;
}
.index_banner .swiper-button-prev{
    left: 0.2rem;
}
.index_banner .swiper-button-next{
    right: 0.2rem;
}
.index_banner .swiper-button-next:hover, 
.index_banner .swiper-button-prev:hover{
    background-color: rgba(91, 112, 136, .4);
}










.news{
	padding: 0.3rem 0 0.32rem;
	box-sizing: border-box;
}
.news .main{
	display: flex;
	justify-content: space-between;
}
.news .news_fl{
	width: 6.76rem;
	height: 5.16rem;
	overflow: hidden;
	position: relative;
}
.news .news_fl .news_item{
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	position: relative;
}
.news .news_fl .news_item .news_time{
	width: 0.94rem;
	height: 0.94rem;
	background: rgba(0,132,206, .7);
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	z-index: 2;
}
.news .news_fl .news_item .news_img{
	width: 100%;
	height: 4rem;
	overflow: hidden;
}
.news .news_fl .news_item .news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.news .news_fl .news_item:hover .news_img img{
	transform: scale(1.1);
}
.news .news_fl .news_item .news_txt{
	padding: 0.15rem 0.22rem;
	box-sizing: border-box;
}
.news .news_fl .news_item .news_title{
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.16rem;
}
.news .news_fl .news_item .news_cont{
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 1.8;
}
.news .news_fl .swiper-pagination span{
	width: 0.16rem;
	height: 0.16rem;
	margin: 0 0.08rem !important;
	border-radius: 0;
	background: rgba(228,228,228);
	opacity: 1;
}
.news .news_fl .swiper-pagination .swiper-pagination-bullet-active{
    background: #1890ff;
}

.news .news_fr{
	width: 6.76rem;
	height: auto;
} 
.news .news_fr .news_class{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news .news_fr .news_class .news_tab{
	display: flex;
	align-items: center;
}
.news .news_fr .news_class .news_tab .news_btn{
	width: 2.68rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
	column-gap: 0.1rem;
	padding-left: 0.2rem;
	font-weight: bold;
	font-size: 0.18rem;
	color: #666666;
	background: #F1F1F1;
	cursor: pointer;
}
.news .news_fr .news_class .news_tab .news_btn img{
	width: 0.4rem;
	height: 0.4rem;
	object-fit: contain;
}
.news .news_fr .news_class .news_tab .news_btn.act{
	background: #0084CE;
	color: #fff;
}
.news .news_fr .news_class .news_tab .news_btn.act img{
	filter: brightness(0) invert(1);
}
.news .news_fr .news_class .news_more{
	width: 1.2rem;
	height: 0.36rem;
	border-radius: 0.16rem;
	border: 0.01rem solid #0084CE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #0084CE;
}
.news .news_fr .news_box{
	width: 100%;
	height: auto;
}
.news .news_fr .news_box .news_show{
	display: none;
}
.news .news_fr .news_box .news_show.on{
	display: block;
}
.news .news_fr .news_li{
	width: 100%;
	height: 1.16rem;
	display: flex;
	justify-content: space-between;
	column-gap: 0.23rem;
	border-bottom: 0.01rem solid #EEEEEE;
	padding-top: 0.15rem;
}
.news .news_fr .news_li .box_txt{
	width: calc(100% - 0.66rem);
}
.news .news_fr .news_li .box_txt .box_title{
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.14rem;
}
.news .news_fr .news_li .box_txt .box_cont{
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 1.6;
}
.news .news_fr .news_li .box_time{
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 1.6;
	text-align: center;
	margin-top: 0.28rem;
}
.news .news_fr .news_li:hover .box_title{
	color: #0084cd;
}






/* 营业领域 */
.yewu{
	width: 100%;
	height: 7rem;
	position: relative;
	padding-top: 1rem;
}
.yewu::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1.8rem;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.yewu .yewu_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}
.yewu .yewu_bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.yewu .yewu_bg .yewu_img{
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}
.yewu .yewu_bg .yewu_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yewu .yewu_bg .yewu_img.cur{
	display: flex;
}
.yewu .main{
	position: relative;
	height: 100%;
}


.yewu .yewu_box{
	margin-top: 0.75rem;
}
.yewu .yewu_box .yewu_show{
	display: none;
}
.yewu .yewu_box .yewu_show.on{
	display: block;
}
.yewu .yewu_box .yewu_show .yewu_title{
	font-weight: bold;
	font-size: 0.3rem;
	color: #FFFFFF;
	margin-bottom: 0.3rem;
}
.yewu .yewu_box .yewu_show .yewu_content{
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.4rem;
}
.yewu .yewu_box .yewu_show .yewu_more{
	width: 1.2rem;
	height: 0.32rem;
	background: #0084CE;
	border-radius: 0.16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}




.yewu .yewu_tab{
	display: flex;
    height: 1.8rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.yewu .yewu_tab .yewu_btn{
	flex: 1;
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
	position: relative;
}
.yewu .yewu_tab .yewu_btn::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,132,206, .95);
	transition: all 0.5s;
}
.yewu .yewu_tab .yewu_btn .yewu_icon{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
	position: relative;
}
.yewu .yewu_tab .yewu_btn .yewu_type{
	width: 100%;
	text-align: center;
	margin-top: 0.25rem;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	position: relative;
}
.yewu .yewu_tab .yewu_btn.act::before{
	height: 100%;
}




/* 焦点竞争力 */
.youshi{
	padding-top: 0.8rem;
}
.youshi .class_name{
	color: #0084CE;
}

.youshi_body{
	margin-top: 0.4rem;
	height: 5.8rem;
	position: relative;
}
.youshi_body::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1.8rem;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.youshi_body .youshi_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}
.youshi_body .youshi_bg::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,48,75,0.2);
}
.youshi_body .youshi_bg .youshi_img{
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}
.youshi_body .youshi_bg .youshi_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.youshi_body .youshi_bg .youshi_img.cur{
	display: flex;
}
.youshi_body .main{
	position: relative;
	height: 100%;
}

.youshi_body .youshi_box{
	padding-top: 0.9rem;
}
.youshi_body .youshi_box .youshi_show{
	display: none;
}
.youshi_body .youshi_box .youshi_show.on{
	display: block;
}
.youshi_body .youshi_box .youshi_show .youshi_title{
	font-weight: bold;
	font-size: 0.3rem;
	color: #FFFFFF;
	margin-bottom: 0.3rem;
}
.youshi_body .youshi_box .youshi_show .youshi_content{
	max-width: 6rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.4rem;
	line-height: 1.6;
}
.youshi_body .youshi_box .youshi_show .youshi_more{
	width: 1.2rem;
	height: 0.32rem;
	border-radius: 0.16rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}




.youshi_body .youshi_tab{
	display: flex;
    height: 1.8rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.youshi_body .youshi_tab .youshi_btn{
	flex: 1;
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
	position: relative;
}
.youshi_body .youshi_tab .youshi_btn::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,132,206, .95);
	transition: all 0.5s;
}
.youshi_body .youshi_tab .youshi_btn .youshi_icon{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
	position: relative;
}
.youshi_body .youshi_tab .youshi_btn .youshi_type{
	width: 100%;
	text-align: center;
	margin-top: 0.25rem;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	position: relative;
}
.youshi_body .youshi_tab .youshi_btn.act::before{
	height: 100%;
}










@media screen and (max-width: 1043px) {
	.class_txt{
		width: 94%;
		margin: 0 auto;
	}
	.class_txt .class_en{
		height: 50px;
	}
	.class_txt .class_name{
		font-size: 44px;
	}




	.index_banner{
		height: auto;
	}
	.index_banner .swiper-pagination{
		width: auto;
		height: auto;
	}
	.index_banner .swiper-pagination span{
		width: 12px;
		height: 12px;
	}



	.news .news_fl .news_item .news_time,
	.news .news_fr .news_class .news_tab .news_btn{
		font-size: 18px;
	}
	.news .news_fl .news_item .news_title,
	.news .news_fr .news_li .box_txt .box_title,
	.news .news_fr .news_li .box_txt .box_cont,
	.yewu .yewu_box .yewu_show .yewu_more,
	.youshi_body .youshi_box .youshi_show .youshi_more{
		font-size: 16px;
	}
	.news .news_fl .news_item .news_cont,
	.news .news_fr .news_class .news_more,
	.news .news_fr .news_li .box_time{
		font-size: 14px;
	}




	.yewu{
		height: 5rem;
		padding-top: 60px;
	}
	.youshi_body{
		height: 4.8rem;
		margin-top: 0;
	}
	.yewu .main,
	.youshi_body .main{
		width: 100%;
	}
	.yewu .yewu_box,
	.youshi_body .youshi_box{
		width: 94%;
		margin: 75px auto 0;
	}
	.yewu .yewu_box .yewu_show .yewu_title,
	.youshi_body .youshi_box .youshi_show .youshi_title{
		font-size: 30px;
	}
	.yewu .yewu_box .yewu_show .yewu_content,
	.yewu .yewu_tab .yewu_btn .yewu_type,
	.youshi_body .youshi_box .youshi_show .youshi_content,
	.youshi_body .youshi_tab .youshi_btn .youshi_type{
		font-size: 20px;
	}
	.yewu .yewu_tab .yewu_btn .yewu_icon,
	.youshi_body .youshi_tab .youshi_btn .youshi_icon{
		width: 44px;
		height: 44px;
	}
	.yewu::before,
	.youshi_body::before{
		display: none;
	}
	.yewu .yewu_tab,
	.youshi_body .youshi_tab{
		height: auto;
	}
	.yewu .yewu_tab .yewu_btn,
	.youshi_body .youshi_tab .youshi_btn{
		background: rgba(0, 0, 0, 0.3);
		padding: 30px 0;
	}
	.yewu .yewu_tab .yewu_btn .yewu_type,
	.youshi_body .youshi_tab .youshi_btn .youshi_type{
		margin-top: 20px;
	}



	/* 新闻 */
	.news .main{
		display: block;
	}
	.news .news_fl{
		width: 100%;
		margin-bottom: 40px;
	}
	
}


@media screen and (max-width: 769px) {
	.class_txt .class_name{
		font-size: 24px;
	}
	.class_txt .class_en{
		height: 20px;
        bottom: 18px;
	}
	.news .news_fl{
		height: auto;
	}
	.news .news_fl .news_item .news_time{
		width: auto;
		height: auto;
		padding: 10px;
	}
	.news .news_fl .news_item .news_txt{
		padding: 15px 20px;
	}
	.news .news_fr{
		width: 100%;
	}
	.news .news_fr .news_li{
		height: auto;
		padding: 15px 10px;
		border: none;
	}
	.news .news_fr .news_class .news_tab{
		width: 100%;
		margin-bottom: 10px;
	}
	.news .news_fr .news_class .news_tab .news_btn{
		height: 40px;
		width: 50%;
	}
	.news .news_fr .news_class .news_more{
		display: none;
	}
	.news .news_fr .news_li .box_txt{
		width: calc(100% - 66px);
	}
	.news .news_fr .news_li .box_txt .box_cont{
		font-size: 14px;
	}


	.yewu,
	.youshi_body{
		height: auto;
	}
	.yewu .yewu_box .yewu_show .yewu_title, 
	.youshi_body .youshi_box .youshi_show .youshi_title{
		font-size: 18px;
	}
	.yewu .yewu_box .yewu_show .yewu_content, 
	.yewu .yewu_tab .yewu_btn .yewu_type, 
	.youshi_body .youshi_box .youshi_show .youshi_content, 
	.youshi_body .youshi_tab .youshi_btn .youshi_type{
		font-size: 16px;
	}
	.yewu .yewu_box, 
	.youshi_body .youshi_box{
		margin-top: 40px;
	}
	.yewu .yewu_tab .yewu_btn .yewu_icon, 
	.youshi_body .youshi_tab .youshi_btn .youshi_icon{
		width: 30px;
		height: 30px;
	}
	.yewu .yewu_tab .yewu_btn .yewu_type{
		margin-top: 10px;
	}
	.yewu .yewu_tab .yewu_btn, 
	.youshi_body .youshi_tab .youshi_btn{
		padding: 10px 0;
	}
	.yewu .yewu_box .yewu_show .yewu_more, 
	.youshi_body .youshi_box .youshi_show .youshi_more{
		width: fit-content;
        height: auto;
        font-size: 14px;
        padding: 4px 12px;
	}
	.yewu .yewu_tab, 
	.youshi_body .youshi_tab{
		position: relative;
		margin-top: 40px;
	}
	
}






<!--耗时1768331393.517秒-->