@media screen and (min-width:1260px) {
	.en_product_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* overflow: hidden; */
	}
	.en_product_box_list {display: flex;
    flex-direction: column;
    align-items: center;}
	.en_product_tab{
		width: 100%;
		background-color: #F4FAFF;
		padding: 30px 0;
		display: flex;
		justify-content: center;
	}
	.en_product_tab_in{
		width: 1260px;
		display: flex;
		justify-content: space-between;
		
	}
	.en_product_tab_in li{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_product_tab_in li img{
		width: 85px;
		height: 85px;
	}
	.en_product_tab_in li p{
		/* width: 160px; */
		font-size: 28px;
		color: #212121;
		text-align: center;
		margin: 15px 0;
	}
	.en_product_tab_in li:hover p{
	color: #0777CD;}
	
	.en_product_tab_in li span{
		font-size: 18px;
		font-family: DIN;
		font-weight: 500;
		color: #212121;
		text-align: center;
	}
	/* ------- */
	.en_product_box_list{
		width: 1260px;
		margin: 0 auto;
		padding: 60px 0;
	}
	.en_product_item{
		width: 1260px;
		display: none;
		flex-direction: column;
		/* margin-bottom: 90px; */
	}
	.en_isactive{
		display:flex;
	}
	.en_product_list_title{
		display: flex;
		justify-content: space-between;
		width: 1260px;
		margin-bottom: 30px;
	}
	.en_product_list_title>li>span{
		font-size: 12px;
		color: #666666;
	}
	.en_product_list_title>li>p{
		width: 389px;
		font-size: 44px;
		color: #212121;
	}
	.en_product_list_title>span{
		width: 822px;
		font-size: 18px;
		color: #666666;
	}
	.en_product_list_title>button{
		width: 270px;
		height: 40px;
		background: #FC0000;
		border-radius: 4px;
		font-size: 14px;
		color: #FFFFFF;
		border: none;
		margin-left: 119px;
	}
	.en_product_img_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.en_product_img_box:after {
		    content: ""; 
			width: 389px;
		}
	.en_product_img_box li img{
		    width: 389px;
    height: 100%;
    transition: 0.5s;
	}
		.en_product_img_box li:hover img{
		   transform: scale(1.1);
	}
		.en_product_img_box li h2{
		    width: 389px;
    height: 290px;
    overflow: hidden;
}
	.en_product_img_box li div{
		display: flex;
		align-items: center;
		width: 389px;
	}
	.en_product_img_box>li>div>span{
		font-size: 12px;
		color: #666666;
	}
	.en_product_img_box li p{
		width: 389px;
		font-size: 30px;
		color: #212121;
	}
	.en_product_img_box li button{
		width: 389px;
		height: 41px;
		background: #FFFFFF;
		border-radius: 4px;
		font-size: 14px;
		color: #FC0000;
		border: 1px solid #FC0000;
		border-radius: 4px;
		margin-bottom: 30px;
 transition: 0.5s;
	}
		.en_product_img_box li:hover button{
background: #FC0000;
color: #fff;
	}
	/* 分页 */
	.paging_box_out{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.paging_box{
		display: flex;
		align-items: center;
		margin-bottom: 80px;
	}
	.paging_box a{
		margin: 0 30px;
		font-size: 24px;
		color: #999999;
	}
	.paging_box li {
		display: flex;
		align-items: center;
		
	}
	.nexts{
		color: #FFFFFF!important;
		width: 60px!important;
		height: 60px!important;
		line-height: 55px!important;
		font-size: 30px;
		border-radius: 50%;
		text-align: center;
		background-color: #0777CD;
	}
}
@media screen and (max-width: 1260px) {
	.en_product_box{
		width: 100vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	.en_product_tab{
		width: 100vw;
		background-color: #F4FAFF;
		padding: 4vw 0;
		display: flex;
		justify-content: center;
	}
	.en_product_tab_in{
		width:96vw;
		display: flex;
		justify-content: space-between;
		
	}
	.en_product_tab_in li{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_product_tab_in li img{
		width: 10vw;
		height: 10vw;
	}
	.en_product_tab_in li p{
		font-size: 3vw;
		color: #212121;
		text-align: center;
		margin: 2vw 0;
	}
	.en_product_tab_in li span{
		font-size: 2.4vw;
		font-family: DIN;
		font-weight: 500;
		color: #212121;
		text-align: center;
	}
	/* ------- */
	.en_product_box_list{
		width: 90vw;
		margin: 0 auto;
		padding: 3vw 0;
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.en_product_item{
		width: 90vw;
		display: none;
		flex-direction: column;
	}
	.en_isactive{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.en_product_list_title{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 90vw;
		margin-bottom: 4vw;
	}
	.en_product_list_title>li>span{
		font-size: 1.6vw;
		color: #666666;
	}
	.en_product_list_title>li>p{
		width: 90vw;
		font-size: 5.8vw;
		color: #212121;
	}
	.en_product_list_title>span{
		width: 90vw;
		font-size: 2.4vw;
		color: #666666;
	}
	.en_product_list_title>button{
		width: 90vw;
		height: 12vw;
		background: #FC0000;
		border-radius: 4px;
		font-size: 1.866vw;
		color: #FFFFFF;
		border: none;
		margin-top: 4vw;
	}
	.en_product_img_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.en_product_img_box li{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_product_img_box li img{
		width: 43vw;
		height: 32.25;
	}
	.en_product_img_box li div{
		display: flex;
		align-items: center;
		width: 43vw;
		margin-top: 0;
	}
	.en_product_img_box>li>div>span{
		font-size: 1.6vw;
		color: #666666;
	}
	.en_product_img_box li p{
		width: 43vw;
		font-size: 4vw;
		color: #212121;    margin: 1vw 0;
	}
	.en_product_img_box li button{
		width: 43vw;
		height: 6vw;
		background: #FFFFFF;
		border-radius: 4px;
		font-size: 1.86vw;
		color: #FC0000;
		border: 1px solid #FC0000;
		border-radius: 4px;
		margin-bottom: 4vw;
	}
	
	/* 分页 */
	.paging_box{
		display: flex;
		align-items: center;
		margin-bottom: 10vw;
	}
	.paging_box a{
		margin: 0 4vw;
		font-size: 3.2vw;
		color: #999999;
		max-width: 10vw;
	}
	.paging_box li {
		display: flex;
		align-items: center;
		
	}
	.nexts{
		color: #FFFFFF!important;
		width: 8vw!important;
		height: 8vw!important;
		line-height: 7.5vw!important;
		font-size: 4vw;
		border-radius: 50%;
		text-align: center;
		background-color: #0777CD;
	}
}