/* 首页 */


.swiper-button-prev-onl{
	height: 74px;
	width: 74px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	left: 25px;
}
.swiper-button-next-onl{
	height: 74px;
	width: 74px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	right: 25px;
}




.cp_vd{
	width: 100%;
	height: 689px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 94px;
}
.cp_vd_center{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgi_1{
	font-size: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.bgi_1 img{
	width: 100%;
}

.cp_l{
	width: 50%;
	height: 100%;
	padding-left: 150px;
}
.cp_r{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.cp_r img{
	max-width: 100%;
}
.cp_title{
	color: #2677bf;
	font-size: 24px;
	position: relative;
}
.cp_title::after{
	content:"About us";
	position: absolute;
	font-size: 16px;
	color: #969799;
	left: 0px;
	top: 36px;
}
.cp_title::before{
	content: "";
	position: absolute;
	background-color: #2677bf;
	height: 6px;
	width: 45px;
	top:68px;
}
.detail_text{
	/*width: 70%;*/
	min-height: 140px;
	margin-top: 80px;
}
.moress{
	width: 108px;
	height: 43px;
	background-color: #2677bf;
	display: block;
	margin-top: 40px;
	text-align: center;
	line-height: 43px;
	color: #ffffff;
}

.spzx{
	width: 100%;
	min-height: 940px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
	background-color: #2677bf;
}
.cpzx_center{
	width: 1300px;
	height: 100%;
}
.cpzx_title{
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
.cpzx_title::after{
	content: "";
	text-align: center;
	position: absolute;
	height: 7px;
	width: 44px;
	background-color: #ffffff;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.cpzx_title::before{
	content: "Products";
	font-size: 16px;
	font-weight: initial;
	line-height: 40px;
	position: absolute;
	color: rgba(255,255,255,0.7);
	height: 1px;
	width: 300px;
	background-color: #ffffff;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
}

.main_bol{
	width: 100%;
	min-height: 750px;
	box-sizing: border-box;
	/*padding-bottom: 60px;*/
	/*background-color: #fff;*/
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.left_select{
	width: 300px;
	height: 100%;
	padding-bottom: 60px;
	background-color: #fff;
}
.right_box{
	width: 970px;
	height: 100%;
	min-height: 770px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
}

.l_top{
	height: 80px;
	width: 100%;
	background-color: #02b2b5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 28px;
	font-size: 0px;
}
.l_top p{
	font-size: 24px;
	color: #ffffff;
	margin-left: 10px;
}
.fl_list{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background-color: #ffffff;
	border-bottom: solid 1px #02b2b5;
	font-size: 18px;
	color: #333333;
}
.fl_list img{
	margin-right: 10px;
	margin-bottom: 3px;
}
.top_lien{
	width: 100%;
	height: 42px;
	background-color: #fff;
	border-bottom: solid 2px #02b2b5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_lien p{
	display: block;
	height: 100%;
	width: 100px;
	font-size: 24px;
	color: #2677bf;
	text-align: center;
	box-sizing: border-box;
	line-height: 40px;
	border-bottom: solid 5px #02b2b5;
}
.top_lien a{
	font-size: 16px;
	color: #808386;
}


.lass{
	width: 100%;
	min-height: 600px;
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cp_box{
	transition: 300ms;
	width: 260px;
	height: 230px;
	border: solid 1px #e1dfdf;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	margin-right: 49px;
	margin-bottom: 20px;
}
.cp_box:hover{
	border: solid 1px #2677bf;
}
.cp_box:nth-child(3n){
	margin-right: 0;
}
.cp_b_i{
	width: 100%;
	height: 172px;
	overflow: hidden;
	position: relative;
	background-color: #c3e0fa;
}
.cp_b_i img{
	position: absolute;
	max-width: 80%;
	/*width: 100%;*/
	left: 50%;
	top: 50%;
	transform:translateX(-50%) translateY(-50%);
}
.cp_box p{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px 0;
	line-height: 58px;
	font-size: 16px;
	color: #151616;
}

.news_ll{
	width: 100%;
	height: 880px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.news_center{
	width: 1300px;
	height: 100%;
	/*background-color: #ddd;*/
	padding-top: 124px;
	padding-bottom: 92px;
}
.big_nw{
	display: block;
	width: 100%;
	height: 360px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_img{
	height: 100%;
	width: 50%;
	overflow: hidden;
	position: relative;
}
.left_img img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.right_text{
	width: 50%;
	height: 100%;
	padding:10px 30px;
}

.r_titles{
	width: 100%;
	font-size: 30px;
	border-bottom: solid 1px #2677bf;
	position: relative;
	line-height: 60px;
}
.r_titles::after{
	content: "";
	position: absolute;
	height: 5px;
	width: 128px;
	left: 0px;
	bottom: 0px;
	background-color: #2677bf;
}

.ln_text{
	transition: 300ms;
	width: 100%;
	font-size: 18px;
	color: #131313;
	margin-top: 40px;
	margin-bottom: 24px;
}
.ek_det{
	color: #6a6b6b;
	font-size: 14px;
}
.mi_t{
	margin-top: 24px;
	font-size: 16px;
	line-height: 22px;
	color: #939292;
	float: right;
}
.mi_t img{
	height: 22px;
	width: 22px;
	margin-right: 8px;
	margin-bottom: 4px;
}
.ne_li{
	margin-top: 56px;
	display: flex;
	justify-content: flex-start;
	height: 250px;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	background-color: #fff;
}
.a_bbs{
	margin-bottom: 24px;
	width: 50%;
	height: 68px;
	/*background-color: #aaa;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 50px;
}
.tm_k{
	height: 100%;
	width: 80px;
	background-color: #2574bc;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
}
.tm_k p:first-child{
	font-size: 18px;
	font-weight: 900;
}
.tx_k{
	width: 490px;
	height: 100%;
	color: #121212;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tx_k p{
	transition: 300ms;
}
.tx_k p:first-child{
	font-size: 18px;
}
.tx_k p:last-child{
	font-size: 14px;
	color: #7d7d7e;
	line-height: 18px;
}
.swiper-pagination-bullet{
	background-color: #1755e3;
	opacity: 0.4;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}
.a_bbs:hover .tx_k p:first-child{
	color: #2574bc;
}
.right_text:hover .ln_text{
	color: #2574bc;
}