.header_top{
	/*position: initial;*/
	background: #ffffff;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}

.header_top .flex_box .level1_a{
	color: #202020;
}
.header_lang_tit{
	color: #202020;
}
.n_banner_cont{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.6s;
}
.n_banner_dec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin-top: 0.3rem;
	text-align: center;
}
.pro_nav_cont{
	background: #FFFFFF;
	border-radius: 40px 40px 0px 0px;
	padding: 0.33rem 0;
	border-bottom: 1px solid #E9E9E9;
	position: relative;
	margin-top: -0.36rem;
	z-index: 999;
}
.pro_nav_cont .max-width{
	justify-content: space-between;
}
.pro_nav{
	flex: 0 0 auto !important;
}
.pro_nav_li{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	margin-right: 0.8rem;
	width: auto;
	position: relative;
}
.pro_nav_li::after{
	content: "";
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	position: absolute;
	bottom: -0.61rem;
	left: calc(50% - .09rem);
	transform: translate(-50%,0);
	background: conic-gradient( from 225deg at 50% 50%, #004DA1 0%, #DA0010 28%, #61B62F 52%, #0079C5 82%, #004DA1 100%);
	opacity: 0;
	animation: turn 3s infinite linear;
}
.pro_nav_li::before{
	content: "";
	width: 0.13rem;
	height: 0.13rem;
	border-radius: 50%;
	position: absolute;
	bottom: -0.58rem;
	left: calc(50%);
	transform: translate(-50%,0);
	background: #FFFFFF;
	z-index: 1;
	opacity: 0;
}
.pro_nav_li.active::after,.pro_nav_li.active::before{
	opacity: 1;
}
.pro_nav_li .active{
	font-weight: bold;
	color: #004DA1;
}
.bread{
	flex: 0 0 auto !important;
}

.product{
	/*background: url("../img/pro_bot.png") no-repeat;*/
	/*background-position: center bottom;*/
}
.product1_cont{
	margin-top: 0.8rem;
}
.n_pro_cont_li{
	margin-top: 0.3rem;
	background: url("../img/pro_bg.png") no-repeat;
	background-size: 100% 100%;
	padding: 0.6rem 0.6rem 0.6rem 0.8rem;
	justify-content: space-between;
	transition: all 0.3s;
}
.n_pro_cont_c{
	flex: 0 0 50%;
}
.n_pro_tit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.28rem;
	color: #000000;
	transition: all 0.3s;
}
.n_pro_dec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin: 0.4rem 0 0.67rem;
}
.n_pro_cont_li:hover{
	background: url("../img/pro_bg2.png") no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}
.n_pro_cont_li:hover .n_pro_tit{
	color: #004DA1;
	transition: all 0.3s;
}
.n_pro_cont_li:hover .n_pro_img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.pro_more{
	border-radius: 54px 54px 54px 54px;
	border: 1px solid #004DA1;
	width: 1.36rem;
	height: 0.4rem;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.pro_more p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #004DA1;
	transition: all 0.3s;
}
.pro_more_img{
	margin-left: 0.1rem;
	position: relative;
}
.pro_more_img img{
	width: 0.22rem;
	height: 0.12rem;
	transition: all 0.3s;
}
.pro_more_img2 img{
	width: 0.12rem;
	height: 0.12rem;
}
.pro_more_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
}
.n_pro_cont_li:hover .pro_more,.n_news_cont_li:hover .pro_more{
	background: linear-gradient( 132deg, #004DA1 0%, #00A0E9 100%);
	border: 1px solid transparent;
	transition: all 0.3s;
}
.n_pro_cont_li:hover .pro_more p,.n_news_cont_li:hover .pro_more p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.n_pro_cont_li:hover .pro_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.n_pro_cont_li:hover .pro_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.n_pro_cont_r{
	overflow: hidden;
	border-radius: 10px 10px 10px 10px;
}
.n_pro_img{
	max-width: 4.8rem;
	max-height: 3.6rem;
	transition: all 0.3s;
}


.product2_cont{
	margin-top: 0.8rem;
	padding-bottom: 1.2rem;
}
.product2_top{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.36rem;
	color: #000000;
	text-align: center;
}
.product2_c{
	flex-wrap: wrap;
	margin: 0.15rem -0.12rem 0;
}
.product2_list{
	padding: 0 0.12rem;
	flex: 0 0 33.333%;
	margin-top: 0.35rem;
}
.product2_li{
	padding: 0.2rem;
	background: #F9F9F9;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #DBDBDB;
	position: relative;
	transition: all 0.3s;
}
.product2_li img{
	width: 100%;
	max-height: 2.8rem;
}
.product2_li p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	margin-top: 0.27rem;
	text-align: center;
	transition: all 0.3s;
}
.product2_li::after{
	content: "";
	width: 100%;
	height: 0.05rem;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.product2_li:hover{
	background: #FFFFFF;
	border: 1px solid #004DA1;
	transition: all 0.3s;
}
.product2_li:hover p{
	color: #004DA1;
	transition: all 0.3s;
}
.product2_li:hover::after{
	opacity: 1;
	transition: all 0.3s;
	background: #004DA1;
}

/* detail */
.product_detail{
	padding-bottom: 1.4rem;
}
.productD_cont{
	margin-top: 0.8rem;
}
.productDSwiper{
	margin-top: 0.5rem;
	background: linear-gradient( 330deg, #FFFFFF 62%, rgba(0,121,197,0.2) 100%);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
	border-radius: 8px 8px 8px 8px;
	padding: 0.6rem;
	position: relative;
	align-items: flex-end;
}
.productD_l{
	position: absolute;
	top: 0.8rem;
	left: 0.6rem;
	width: 46%;
}
.productD_ltit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.28rem;
	color: #000000;
}
.productD_lhr{
	margin-top: 0.2rem;
}
.productD_lhr div{
	height: 0.03rem;
}
.productD_lhr div:nth-of-type(1){
	width: 0.15rem;
	background: #DA0010;
}
.productD_lhr div:nth-of-type(2){
	width: 0.15rem;
	background: #61B62F;
}
.productD_lhr div:nth-of-type(3){
	width: 0.3rem;
	background: #004DA1;
}
.productD_ldec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.3rem;
}
.productDSwiper .swiper {
      width: 100%;
	  height: 4.3rem;
	  overflow: hidden;
    }
	
	    .productDSwiper .swiper-slide {
	      display: flex;
	      justify-content: center;
	      align-items: center;
	    }
	
	    .productDSwiper .swiper-slide img {
	      display: block;
	      width: 100%;
	      height: 100%;
	      object-fit: cover;
	    }
	
	    .productDSwiper .swiper {
	      width: 100%;
	      height: 300px;
	      margin-left: auto;
	      margin-right: auto;
	    }
	
	    .productDSwiper .swiper-slide {
	      background-size: cover;
	      background-position: center;
	    }
	
	    .productDSwiper .mySwiper2 {
	      /*height: 80%;*/
	      width: 100%;
		  flex: 0 0 46%;
		  height: 4.6rem;
		  border-radius: 10px;
	    }
		.productDSwiper .mySwiper2 .swiper-wrapper{
			display: block;
		}
	
	    .productDSwiper .mySwiper {
	      /*height: 20%;*/
	      box-sizing: border-box;
		  padding-right: 0.3rem;
	    }
		.productDSwiper .mySwiper .swiper-wrapper{
			display: block;
			position: relative;
			transform: initial !important;!i;!;
		}
		.productDSwiper .mySwiper .swiper-wrapper::after{
			content: "";
			width: 0.01rem;
			height: 100%;
			border-left: 0.01rem dashed #004DA1;
			position: absolute;
			left: 0.15rem;
			top: 0;
			z-index: -1;
		}
	    .productDSwiper .mySwiper .swiper-slide {
	      width: 25%;
	      height: auto;
	      width: 100% !important;
	    }
	
	    .productDSwiper .mySwiper .swiper-slide-thumb-active {
	      opacity: 1;
	    }
	
	    .productDSwiper .swiper-slide img {
	      display: block;
	      width: 100%;
	      height: 100%;
	      object-fit: cover;
	    }
		.productDSwiper .mySwiper2_2 {
		  height: 80%;
		  width: 100%;
		  flex: 0 0 46%;
		  height: 4.6rem;
		  border-radius: 10px;
		}
		.productDSwiper .mySwiper2_2 .swiper-wrapper{
			display: block;
		}
			
		.productDSwiper .mySwiper_2 {
		  /*height: 20%;*/
		  box-sizing: border-box;
		  padding-right: 0.3rem;
		}
		.productDSwiper .mySwiper_2 .swiper-wrapper{
			display: block;
			position: relative;
			transform: inherit !important;!i;!;
		}
		.productDSwiper .mySwiper_2 .swiper-wrapper::after{
			content: "";
			width: 0.01rem;
			height: 100%;
			border-left: 0.01rem dashed #004DA1;
			position: absolute;
			left: 0.15rem;
			top: 0;
			z-index: -1;
		}
		.productDSwiper .mySwiper_2 .swiper-slide {
		  width: 25%;
		  height: auto;
		  width: 100% !important;
		}
			
		.productDSwiper .mySwiper_2 .swiper-slide-thumb-active {
		  opacity: 1;
		}
			
		.productDSwiper .swiper-slide img {
		  display: block;
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		}
.productDSwiper .swiper-pagination{
	bottom: 0.08rem;
	width: 0.3rem;
}
.productDSwiper .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.3rem;
	opacity: 1;
	margin: 0.2rem 0;
	background: linear-gradient( 132deg, #DFDFDF 0%, #ABACAC 100%);
	position: relative;
}
.productDSwiper .swiper-pagination-bullet-active{
	background: linear-gradient( 132deg, #004DA1 0%, #00A0E9 100%);
	box-shadow: 2px 2px 6px 1px rgba(0,77,161,0.42);
}
.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(1)::after,.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after,.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
}
.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(1)::after{
	content: "1";
}
.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after{
	content: "2";
}
.productDSwiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::after{
	content: "3";
}
.productDSwiper .swiper-pagination::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0.01rem;
	height: 100%;
	border-left: 1px dashed #004DA1;
	z-index: -1;
}
.pagi_cont{
	position: absolute;
	bottom: 0;
	left: 1.16rem;
	
}
.pagi_list_num{
	width: 0.3rem;
	height: 0.3rem;
	background: linear-gradient( 132deg, #DFDFDF 0%, #ABACAC 100%);
	font-family: MiSans, MiSans;
	font-weight: 600;
	font-size: 0.15rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	text-align: center;
	border-radius: 50%;
	margin: -0.04rem 0.22rem 0 0;
	flex-shrink: 0;
}
.productDSwiper .mySwiper .swiper-slide-thumb-active .pagi_list_num{
	background: linear-gradient( 132deg, #004DA1 0%, #00A0E9 100%);
	box-shadow: 2px 2px 6px 1px rgba(0,77,161,0.42);
}
.productDSwiper .mySwiper_2 .swiper-slide-thumb-active .pagi_list_num{
	background: linear-gradient( 132deg, #004DA1 0%, #00A0E9 100%);
	box-shadow: 2px 2px 6px 1px rgba(0,77,161,0.42);
}
.pagi_list{
	margin-top: 0.08rem;
	align-items: flex-start;
}
.swiper-slide:nth-of-type(3) .pagi_list{
	margin-bottom: 0;
}
.swiper-slide:nth-of-type(3) .pagi_list{
	margin-top: 0.3rem;
}
.pagi_list_p p:nth-of-type(1){
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #000000;
}
.pagi_list_p p:nth-of-type(2){
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.15rem;
	opacity: 0;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.productDSwiper .mySwiper .swiper-slide-thumb-active .pagi_list_p p:nth-of-type(2){
	opacity: 1;
}
.productDSwiper .mySwiper_2 .swiper-slide-thumb-active .pagi_list_p p:nth-of-type(2){
	opacity: 1;
}
.productD_cont2 .productDSwiper .mySwiper_2{
	padding-left: 0.8rem;
	padding-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productD_cont2 .productD_l{
	right: 0.6rem;
	width: 43%;
	left: auto;
}
	
	
/* pro4 */
.product4{
	margin-top: 0.8rem;
	padding-bottom: 1.2rem;
}
.n_news_cont_li{
	background: #F8F8F8;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #ECECEC;
	padding: 0.3rem 0.4rem 0.3rem 0.3rem;
	justify-content: space-between;
	margin-bottom: 0.3rem;
	transition: all 0.3s;
}
.n_news_cont_l{
	overflow: hidden;
	flex: 0 0 auto;
	border-radius: 10px 10px 10px 10px;
}
.n_news_cont_l img{
	width: 3.6rem;
	height: 2.25rem;
	transition: all 0.3s;
}
.n_news_cont_c{
	padding: 0 0.8rem 0 0.5rem;
	width: 66%;
}
.n_news_tit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	transition: all 0.3s;
}
.n_news_dec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	margin: 0.3rem 0 0.4rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.index_news_dateL p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #A1A1A1;
}
.n_news_cont_li:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0,77,161,0.28);
	transition: all 0.3s;
}
.n_news_cont_li:hover .n_news_img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.n_news_cont_li:hover .n_news_tit{
	color: #004DA1;
	transition: all 0.3s;
}
.n_news_cont_li:hover .pro_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.n_news_cont_li:hover .pro_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}







@media screen and (max-width: 1024px) {
    .pro_nav_cont{
        border-radius: 25px 25px 0px 0px;
        margin-top: -0.8rem;
        height: 1.04rem;
    }
    .pro_nav{
        width: 100%;
        justify-content: space-evenly;
        column-gap: 0.4rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    .pro_nav::-webkit-scrollbar{
        height: 0 !important;
    }
    
    
    .pro_nav_li{
        font-size: 0.28rem;
        margin-right: 0;
        white-space: nowrap;
    }
    .pro_nav_li::after{
        bottom: -0.41rem;
    }
    .pro_nav_li::before{
        bottom: -0.38rem;
    }
    
    
    
    
    
    
    
    
    
    .n_pro_cont_li{
        flex-wrap: wrap;
        border-radius: 0.2rem;
        padding: 0.5rem;
        background-size: cover;
    }
    .n_pro_cont_li:hover{
        background-size: cover;
    }
    .n_pro_cont_c{
        flex: 0 0 100%;
        margin-bottom: 0.4rem;
    }
    .n_pro_tit{
        font-size: 0.36rem;
    }
    .n_pro_dec{
        font-size: 0.24rem;
        line-height: 1.6;
        margin: 0.3rem 0 0.4rem;
    }
    .pro_more{
        width: 2rem;
        height: 0.5rem;
    }
    .pro_more p{
        font-size: 0.24rem;
    }
    .n_pro_img{
        max-width: 100%;
        max-height: fit-content;
        width: 100%;
    }
    
    
    .product2_list{
        flex: 0 0 50%;
    }
    .product2_li p{
        font-size: 0.24rem;
    }
    
    
    
    
    
    
    
    
    .productDSwiper{
        flex-wrap: wrap;
    }
    .productD_cont2 .productD_l,
    .productD_l{
        position: initial;
        width: 100%;
        text-align: center;
    }
    .productDSwiper .mySwiper{
        height: 20%;
        margin-bottom: 0.4rem;
    }
    .productD_lhr{
        justify-content: center;
    }
    .productD_ltit{
        font-size: 0.32rem;
    }
    .productDSwiper .mySwiper2_2,
    .productDSwiper .mySwiper2{
        flex: 0 0 100%;
        height: 3.6rem;
        margin-bottom: 0.4rem;
    }
    .productD_cont2 .productDSwiper .mySwiper_2{
        padding-left: 0;
        height: auto;
    }
    .pagi_list_p p:nth-of-type(1){
        font-size: 0.26rem;
        line-height: 1.6;
    }
    
    .productDSwiper .mySwiper.swiper_txt_1{
        height: auto;
        margin-bottom: 0.4rem;
    }
    
    .productD_ldec{
        font-size: 0.24rem;
        line-height: 1.6;
        margin-bottom: 0.2rem;
    }
    .pagi_list_p p:nth-of-type(2){
        font-size: 0.24rem;
        line-height: 1.6;
    }
    
    
    
    
    
    
    
    
    
    .n_news_cont_li{
        padding: 0.4rem;
        flex-wrap: wrap;
        position: relative;
    }
    .n_news_cont_l,
    .n_news_cont_l img{
        width: 100%;
        height: auto;
        max-height: 4rem;
    }
    .n_news_cont_c{
        width: 100%;
        padding: 0.2rem 0 0;
    }
    .n_news_tit{
        font-size: 0.3rem;
    }
    .n_news_dec{
        font-size: 0.26rem;
        line-height: 1.5;
    }
    .index_news_dateL p{
        font-size: 0.24rem;
    }
    .n_news_cont_li .n_news_cont_r{
        position: absolute;
        bottom: 0.3rem;
        right: 0.4rem;
    }
    
    
    
    

}













