@import url('pro_mobile.css');

*{
	margin:0;
	padding:0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}

html,body{
	width: 100%;

}

body{
	position: relative;

}
.swiper-banner{
	position: relative;
	overflow: hidden;
}
.head_container{
	background: rgba(255, 255, 255, .5);
	height: 80px;
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	z-index: 2;
}
.icon3 path{
   fill:#fff; 
}
.head_gap{
	height: 80px;
}

.w1520 {
    width: min(96%, 1200px);

    margin: 0 auto;

}
.text_shadow{
	text-shadow: 0px 2px 5px #000;
}

.content_container{
	position: relative;
	z-index: 1;

}
.page{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top:20px;

margin-bottom:20px;    
}

.page li{
    width:40px;
    height:40px;
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
}
.page li:has(.page_text){
    width: auto;
    min-width: 40px;
    padding: 0 14px;
}
.page li.thisclass,.page li:hover{
    background: #005eae;
    border:1px solid #005eae;
    color: #fff !important;
}

.page li.thisclass,.page li:hover a{

    color: #fff !important;
}
.w_19{
	width: 96%;
	max-width:1160px ;
	margin:0 auto;
	position: relative;
}

.banner_container{
	background: url("../images/top_bg.png") no-repeat center top;
	background-size: 100%;
}


.banner_container_2{
	background: url("../images/top_bg2.png") no-repeat right bottom;
	background-size: 100%;
	padding-bottom: clamp(35px, 3.6458vw, 70px);
	background-size: 90% auto;
}

.w100{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner_left{
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner_right{
	width: 24%;
	min-width: 200px;
	position: absolute;
	z-index: 2;
	right: 0;
	height: 100%;
	top:0;
	background: #fff;

	display: flex;
	flex-direction: column;
}

.banner_right_btn_top{
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_right_btn_top img{
	width: 17px;
	display: block;
}
.banner_right_ul{
	border-top:1px solid #dddddd;

}
.banner_right_ul li{
	padding:clamp(6px,0.625vw,12px) clamp(8px,0.83vw,16px);
	border-bottom:1px solid #ddd;
	height: clamp(30px,2.5vw,48px);
	display: flex;
	align-items: center;
	box-sizing: content-box;
}

.banner_right_ul li img{
	height: 100%;
	display: block;
	margin-right: clamp(8px,0.83vw,16px);
}

.banner_text{
	position: absolute;
	z-index: 2;
	left: clamp(24px,2.9167vw,56px);
	bottom:clamp(24px,2.9167vw,56px);
}

.banner_right_video{
	flex:1;
	background: #005eae;
	padding: 10px;
	display: flex;
	flex-direction: column;
	
	align-items: center;
}
.banner_right_video span{
	flex:1;
	display: flex;
	align-items: center;
}




.margin_b_20{
	margin-bottom:clamp(10px,1.04vw,20px);
}

.margin_b_16{
	margin-bottom:clamp(8px,0.83vw,16px);
}

.m_t_126{
	margin-top:clamp(63px,6.5625vw,126px);
}

.about_t1{
	position: relative;
}

.about_t3{
	font-family: Arial;
	color: rgba(0,94,174,.1);
	position: relative;

}

.about_t2{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about_cc{
	line-height:1.944 ;
	color: #999;
	max-width: 594px;
	width: 100%;

	margin-top:clamp(18px,1.875vw,36px);
	margin-bottom:clamp(30px,3.125vw,60px);
}

.about_more_btn{
	display: flex;
	justify-content: center;
	border-radius: 50px;
	width: clamp(90px, 9.375vw, 180px);
	height: clamp(30px, 2.604vw, 50px);
	align-items: center;
	border:1px solid #005eae;
	transition: all linear .3s;
}

.about_more_btn span{
	margin-right:clamp(5px,0.52vw,10px);
}
.about_more_btn b{
	display: block;
	width: 9px;
	background: url("../images/more_btn.png") no-repeat center center;
	height: 11px;
	overflow: hidden;
	background-size: cover;
	transform: translateX(0px);
	transition: transform linear .5s;
}

.about_more_btn:hover{
	background: #005eae;

}
.about_more_btn:hover span{
	color: #fff !important;
	
}


.about_more_btn:hover b {
	background: url("../images/more_btn2.png") no-repeat center center;
	transform: translateX(10px);
	
}


.about_more_btn2{
	display: flex;
	justify-content: center;
	border-radius: 50px;
	width: 180px;
	height: 50px;
	align-items: center;
	border:1px solid #005eae;
	transition: all linear .3s;
}

.about_more_btn2 span{
    font-size:16px;
}

svg.icon2{display:flex; align-items:center; justify-content: center;}



@media screen and (max-width:1200px ) {
    .about_more_btn2{
    
    	width: 160px;
    	height: 44px;
    
    }
    
    .about_more_btn2 span{
        font-size:14px;
    }

}

@media screen and (max-width:900px ) {
    .about_more_btn2{
    
    	width: 120px;
    	height: 40px;
    
    }
    
    .about_more_btn2 span{
        font-size:12px;
    }

}

@media screen and (max-width:700px ) {
    .about_more_btn2{
    
    	width: 80px;
    	height: 32px;
    
    }
    
    

}


*{
	outline: none;
}





.neirong_container2{
	background:url("../images/index_content_bg.png") center top no-repeat;
	background-size: 100%;
	
}

.pickup_wrap{
	background:url("../images/pickup_bg.png") center top no-repeat;
	background-size: 100%;
	

	padding-top:clamp(30px,3.125vw,60px);
}

.pickup_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


.pickup_title_t1 {
	
	line-height: 44px;
	font-size: 42px;
	text-align: center;
}
.pickup_title_t2{

	line-height: 24px;
	font-size: 22px;
	text-align: center;
}


.pickup_title_t3{
	width: 40px;
	height: 4px;
	background: #005eae;
}
@media screen and (max-width:1100px ) {
	.pickup_title_t1 {
		
		line-height: 40px;
		font-size: 38px;
	}
	.pickup_title_t2{
		
		line-height: 22px;
		font-size: 20px;
	}


	.pickup_title_t3{
		width: 36px;
		
	}
}

@media screen and (max-width:900px ) {
	.pickup_title_t1 {
		
		line-height: 36px;
		font-size: 34px;
	}
	.pickup_title_t2{
	
		line-height: 20px;
		font-size: 18px;
	}


	.pickup_title_t3{
		width: 32px;
		
	}
}
@media screen and (max-width:600px ) {
	.pickup_title_t1 {
		
		line-height: 32px;
		font-size: 28px;
	}
	.pickup_title_t2{
		
		line-height: 18px;
		font-size: 16px;
	}


	.pickup_title_t3{
		width: 28px;
		
	}
}





.swiper-alb{
	width: 100%;
	overflow: hidden;
}
.swiper-altcm{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-alt{
	position: relative;
}



.pickup_con{
	margin-top:clamp(32px,3.4375vw,66px);
	display:flex;
	justify-content: space-between;
	margin-bottom:clamp(30px,3.125vw,60px);
	overflow: hidden;
	width: 100%;
}

.btn_wrap{
	width: 110px;
	right: 0;
	top:50%;
	height: 45px;

	position: absolute;
	
	display: flex;
	justify-content: space-between;


}
.btn_wrap_left{
	width: 45px;
	height: 45px;
	background-image: url("../images/left_btn.png");
	background-repeat: no-repeat;

	background-position-x: 0px;

	background-size: cover;


	cursor: pointer;

}

.btn_wrap_left:hover{
	background-position-x:-45px;
}


.btn_wrap_right{
	width: 45px;
	height: 45px;
	background-image: url("../images/right_btn.png");
	background-repeat: no-repeat;

	background-position-x: 0px;
	background-size: cover;

	cursor: pointer;

}

.btn_wrap_right:hover{
	background-position-x:-45px;
}



.swiper-alacm{
	overflow: hidden;
}
.swiper-ala{
	position: relative;
	width: 100%;

}

.swiper-ala .swiper-slide .imgs{
	padding-bottom: 51.389%;
	
}


.btn_wrap2{
	display: none;
}



.swiper-albcm{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
}
.swiper-alb{
	position: relative;
	width: 100%;

}
.swiper-alb .swiper-slide{
	width:62%;
	opacity: 0.4;
	
}

.swiper-alb .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
	
}

.swiper-alb .swiper-slide .imgs{
	padding-bottom: 51.389%;

}

@media screen and (max-width:1100px ) {


	.btn_wrap_left{
		width: 42px;
		height: 42px;
	}

	.btn_wrap_right{
		width: 42px;
		height: 42px;
	}

	.btn_wrap_left:hover{
		background-position-x:-42px;
	}
	.btn_wrap_right:hover{
		background-position-x:-42px;
	}
	.btn_wrap{
		width: 98px;
	}

}

@media screen and (max-width:900px ) {
	.btn_wrap{
		width: 88px;
	}

	.btn_wrap_left{
		width: 38px;
		height: 38px;
	}

	.btn_wrap_right{
		width: 38px;
		height: 38px;
	}

	.btn_wrap_left:hover{
		background-position-x:-38px;
	}
	.btn_wrap_right:hover{
		background-position-x:-38px;
	}

}

@media screen and (max-width:700px ) {

.btn_wrap2{
	display: block;
}



.swiper-albcm{

	display: block;

}

.btn_wrap{
	display: none;
}



.swiper-alacm{

	display: none;

}


	.btn_wrap{
		width: 80px;
	}
	.btn_wrap_left{
		width: 34px;
		height: 34px;
	}

	.btn_wrap_right{
		width: 34px;
		height: 34px;
	}

	.btn_wrap_left:hover{
		background-position-x:-34px;
	}
	.btn_wrap_right:hover{
		background-position-x:-34px;
	}

}
@media screen and (max-width:500px ) {
	.btn_wrap{
		width: 72px;
	}

	.btn_wrap_left{
		width: 30px;
		height: 30px;
	}

	.btn_wrap_right{
		width: 30px;
		height: 30px;
	}

	.btn_wrap_left:hover{
		background-position-x:-30px;
	}
	.btn_wrap_right:hover{
		background-position-x:-30px;
	}

}


.swiper-albcm{
	position: relative;
}



.pickup_con_item{
	
	
	background: #fff;

}

.pickup_con_item_txt{
	padding:clamp(10px, 0.9375vw, 18px);
}

.hidd{
	overflow: hidden;
}

.hidd1 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hidd2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hidd3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hidd4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}











.pickup_btn{
	margin-top:clamp(15px,1.5625vw,30px);
	margin-bottom:clamp(5px,0.52vw,10px);
	display: flex;
	justify-content: space-between;
}
.pickup_btn_r{
	width: clamp(55px,5.729vw,110px);
	height: clamp(16px,1.04vw,20px);
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #ccc;
	border-radius:20px;
}
.margin_auto{
	margin:0 auto;
}

.pro_and_serv{
	padding-top:clamp(40px,4.167vw,80px);


}
.pickup_and_serv_con_t{
	position: relative;
}

.pickup_and_serv_con_t img{
	
	object-fit: cover;
}




.pickup_and_serv_con{
	padding-top:clamp(30px,3.125vw,60px);
}
.pickup_and_serv_con_t_txt{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;padding-left:clamp(26px,2.708vw,52px);
}
.pickup_and_serv_con_t_txt_t2{
	max-width: 480px;
	min-width: 260px;
	width: 41.379%;
	margin-top:clamp(16px,1.67vw,32px);
	margin-bottom:clamp(14px,1.458vw,28px);
}


.pickup_and_serv_con_b{
	padding-top:clamp(15px,1.5625vw,30px);
	display: flex;
	
	flex-wrap: wrap;
}


.pickup_and_serv_con_b_item{
	width:23.2% ;
	border:1px solid #dae5ed;
	margin-bottom:2.4%;

	margin-right:2.4%;

}

.pickup_and_serv_con_b_item:nth-of-type(4n){
	margin-right: 0;
	
}


@media screen and (max-width:700px ) {
	.pickup_and_serv_con_b_item{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.pickup_and_serv_con_b_item:nth-of-type(4n){
		margin-right: 4%;
		
	}

	.pickup_and_serv_con_b_item:nth-of-type(2n){
		margin-right: 0%;
		
		
	}

}


.pickup_and_serv_con_b_item_t1{
	background: #f2f6f9;
	padding-top:clamp(12px,1.5625vw,30px);
	padding-bottom:clamp(12px,1.5625vw,30px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all linear .5s;
}
.pickup_and_serv_con_b_item:hover .pickup_and_serv_con_b_item_t1{
    background:#005eae;
}

.pickup_and_serv_con_b_item{
    transition:all linear .5s;
}
.pickup_and_serv_con_b_item:hover{
	transform:translateY(-10px);
}
.pickup_and_serv_con_b_item_t1 span{
    color:#333;
}
.pickup_and_serv_con_b_item:hover .pickup_and_serv_con_b_item_t1 span{
    color:#fff;
}


.pickup_and_serv_con_b_item_t1 b{
	display: block;
	position: relative;
	margin-right: clamp(6px, 0.625vw, 12px);
	margin-top:2px;
}









 svg.icon2 path{
                                fill:#005eae;
                            }
                            
                            
                        .pickup_and_serv_con_b_item:hover  svg.icon2 path{
                            
                             fill:#fff;
                            
                        }    
                            
                            
                            
                            

.pickup_and_serv_con_b2{
	padding-top: clamp(16px,1.67vw,32px);
	display: flex;
	justify-content: center;
}

.pickup_and_serv_con_b_item_t1 b{
	width: 9px;
}


@media screen and (max-width:900px ) {
	.pickup_and_serv_con_b_item_t1 b{
		width: 6px;
	}
}


.sol_con{
	padding-top:clamp(30px,3.125vw,60px);
	display: flex;
	
	flex-wrap: wrap;
}
.sol_con_item{
	width: 31%;
	margin-bottom:3.5%;
	position: relative;
	margin-right: 3.5%;
	transition: transform linear .3s;
	display: block;
	overflow: hidden;
}
.sol_con_item::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.sol_con_item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.sol_con_item:nth-of-type(3n){
	margin-right:0;
}
.sol_con_item:hover{
	transform: translateY(-10px);
}


@media screen and (max-width:700px ) {
	.sol_con_item{
		width: 48%;
		margin-bottom:4%;
		
		margin-right: 4%;
	}

	.sol_con_item:nth-of-type(3n){
		margin-right:4%;
	}
	.sol_con_item:nth-of-type(2n){
		margin-right:0%;
	}


}








.mask{
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.sol_item_txt{
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display:flex;
	align-items: center;
	justify-content: center;
}

.news_content{
	padding-top:clamp(20px,2.08vw,40px);
}

.news_content_item{
	display: flex;
	justify-content: space-between;
	padding-top:clamp(15px,1.5625vw,30px);
	padding-bottom:clamp(15px,1.5625vw,30px);
	border-bottom:1px dashed #e4e4e4;
}

.news_content_item_sort{
	width: clamp(80px,8.3vw,160px);
	display: flex;
	align-items: center;
	justify-content: center;
	height:clamp(24px,1.5625vw,30px) ;
	background: #333;
	border-radius: 30px;
}
.news_content_item_title{
	flex:1;
	margin-left:clamp(10px,1.04vw,20px);
	margin-right:clamp(10px,1.04vw,20px);
}

.bottom_wrap{
	background: #f2f6f9;
	padding-top:clamp(36px,3.75vw,72px);
}

.bottom_wrap_b{
	padding-top:clamp(16px, 1.67vw, 32px);
	padding-bottom:clamp(32px, 3.90625vw, 75px);
	border-top:1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.bottom_wrap_t{
	display: flex;
	justify-content: space-between;
}
.bottom_wrap_t_left{
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.bottom_wrap_t_r{
	width: 32.758%;
}

.bottom_wrap_t_left_item{
	margin-right:clamp(20px,3.33vw,56px);
}

.bottom_wrap_t_left_item_desc{
	padding-top:clamp(10px,0.9375vw,18px);
	line-height: 2.5;
	display: flex;
	flex-direction: column;
	min-width: 140px;
}

.bottom_wrap_r_r_t{
	display: flex;
	justify-content: space-between;
	padding-top:clamp(15px,1.5625vw,30px);

}
.bottom_wrap_r_r_t_item{
	width: 26.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 80px;
}
.bottom_wrap_r_r_t_item_txt{
	margin-top: clamp(6px,0.625vw,12px);
	margin-bottom: clamp(6px,0.625vw,12px);

}
.bottom_wrap_t_r_t2{
	padding-top:clamp(27px, 2.8125vw, 54px);
	padding-bottom:clamp(4px,0.4167vw,8px);
}
.bottom_wrap_t_r_t3{
	padding-bottom: clamp(28px, 3.02vw, 58px);
}	
.bottom_wrap_t_r_t3_item{
	display: flex;
	padding-top:clamp(8px,1.25vw,24px);
	padding-bottom:clamp(8px,1.25vw,24px);
}

.bottom_wrap_t_r_t3_item span:first-child{
	min-width: 60px;
	margin-right:clamp(15px,1.565vw,30px);
}

.bottom_wrap_b_r span{
	margin-left:clamp(10px,1.40625vw,27px);
	margin-right:clamp(10px,1.40625vw,27px);
	font-size: 12px;
	color:#999;
}
.bottom_wrap_b_r{
	text-align: right;

}

.shadow{

    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.page_wrap{
	padding-top: clamp(30px, 5.2vw, 100px);
	padding-bottom: clamp(30px, 5.2vw, 100px);
}
.page_wrap .page{
	margin-top: 0;
	margin-bottom: 0;
}
.page_wrap:has(> li){
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page_wrap > li{
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #333;
}
.page_wrap > li:has(.page_text){
	width: auto;
	min-width: 40px;
	padding: 0 14px;
}
.page_wrap > li.thisclass,
.page_wrap > li:hover{
	background: #005eae;
	border: 1px solid #005eae;
	color: #fff !important;
}
.page_wrap > li.thisclass a,
.page_wrap > li:hover a{
	color: #fff !important;
}


@media screen and (max-width:900px ) {
	.bottom_wrap_t{
		flex-direction: column;

	}
	.bottom_wrap_t_r{
		width: 100%;
		margin-top: 26px;
	}
	.bottom_wrap_r_r_t{
		justify-content: flex-start;

	}
	.bottom_wrap_r_r_t_item{
		max-width: 120px;
		margin-right: 30px;
	}
}

@media screen and (max-width:600px ) {
	.bottom_wrap_t_left{
		display: none;
	}
	.bottom_wrap{
		padding-top:0;
	}
	.bottom_wrap_b{
		display: flex;
		flex-direction: column;
	}
	.bottom_wrap_b_left {
		display: flex;
		justify-content: center;
	}
	.bottom_wrap_b_r{
		text-align: center;
	}
}