* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
}






.class_title{
	font-family: Poppins-Bold;
	font-weight: bold;
	font-size: 0.5rem;
	color: #FB8C00;
	width: 100%;
	text-align: center;
	line-height: 0.81rem;
	white-space: nowrap;
}
.class_cont{
	width: 100%;
	text-align: center;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.23rem;
	color: #0D2240;
	line-height: 0.38rem;
	white-space: nowrap;
}









/* banner */
.index_banner {
	margin-top: 1.4rem;
	height: 8rem;
	background: #fff;
}

.index_banner_swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_banner .swiper-slide {
	overflow: hidden;
}

.index_banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #fff;
}

.index_banner .slide-inner::before {
	content: "";
	position: absolute;
	width: 13.08rem;
	height: 100%;
	background: linear-gradient(270deg, rgba(13, 34, 64, 0) 0%, #0D2240 100%);
	top: 0;
	left: 0;
}

.index_banner .slide-inner .index_ban_txt {
	width: 16rem;
	margin: 2.08rem auto 0;
}

.index_banner .slide-inner .index_ban_title {
	text-align: left;
	font-family: Poppins-Bold;
	font-weight: bold;
	font-size: 0.43rem;
	color: #FFFFFF;
	line-height: 0.56rem;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.index_banner .slide-inner .index_ban_cont {
	text-align: left;
	font-family: Poppins-Light;
	font-weight: 300;
	font-size: 0.39rem;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.index_banner .slide-inner .index_ban_more {
	width: 2.45rem;
	height: 0.7rem;
	margin-top: 0.75rem;
	background: #FB8C00;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.index_banner .slide-inner .index_ban_more i {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../img/index/banner_more.png) center no-repeat;
	background-size: contain;
	margin-left: 0.16rem;
}



.index_banner .swiper-button-white {
	width: 0.52rem;
	height: 0.52rem;
	width: 0.82rem;
	height: 0.82rem;
	background: #0D2240;
	border-radius: 0.1rem;
	top: auto;
	bottom: 0.17rem;
}

.index_banner .swiper-button-white::after {
	display: none;
}

.index_banner .swiper-button-white img {
	width: 0.1rem;
	height: 0.16rem;
	object-fit: contain;
}

.index_banner .swiper-button-white:hover {
	background: #FB8C00;
}

.index_banner .swiper-button-next {
	right: 1.6rem;
}

.index_banner .swiper-button-prev {
	right: 2.22rem;
	right: 2.62rem;
	left: auto;
}

.index_banner .swiper-pagination {
	display: flex;
	bottom: 0.31rem;
	left: 2rem;
	left: 2.2rem;
	width: auto;
}

.index_banner .swiper-pagination span {
	width: 0.11rem;
	height: 0.11rem;
	width: 0.21rem;
	height: 0.21rem;
	display: block;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 0.22rem !important;
	margin-left: 0 !important;
	position: relative;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #FB8C00;
	opacity: 1;
}

.index_banner .swiper-pagination span::before {
	content: "";
	position: absolute;
	width: 0.15rem;
	width: .2rem;
	height: 0.01rem;
	top: 0.05rem;
	left: 0.14rem;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.5);
}

.index_banner .swiper-pagination span:last-child::before {
	display: none;
}


.index_banner .fraction-pagination {
	width: auto;
	position: absolute;
	bottom: 0.18rem;
	left: 1.6rem;
	z-index: 10;
	display: flex;
	align-items: center;
}

.index_banner .fraction-pagination .current {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.25rem;
	font-size: 0.35rem;
	color: #FFFFFF;
}

.index_banner .fraction-pagination .separator,
.index_banner .fraction-pagination .total {
	display: none;
}










.product{
	padding-top: 1.16rem;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: #fff url(../img/index/product_bg.png) center no-repeat;
	background-size: cover;
}
.product .tab_but{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.48rem 0 0.08rem;
	box-sizing: border-box;
	gap: 0.5rem;
}
.product .tab_but .but_item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 1rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.1rem;
	position: relative;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.28rem;
	color: #0D2240;
	text-transform: uppercase;
	cursor: pointer;
}

.product .tab_but .but_item img{
	max-width: 0.75rem;
	max-height: 0.75rem;
	object-fit: contain;
	margin-right: 0.19rem;
}
.product .tab_but .but_item.act{
	background: #FB8C00;
	color: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.2);
	position: relative;
}
.product .tab_but .but_item.act::before{
	width: 0;
	height: 0;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	content: "";
	border: 0.08rem solid transparent;
	border-top-color: #FB8C00;
}
.product .tab_but .but_item:last-child.act img{
	filter: brightness(0) invert(1);
}


.tab_box .box_item{
	display: none;
	position: relative;
}
.tab_box .box_item.on{
	display: block;
}
.product_Swiper{
	width: calc(100% + 1.6rem);
	padding-right: 1.6rem;
	padding-top: 0.57rem;
	padding-bottom: 1.22rem;
}
.product_Swiper .product_item1{
	width: 3.68rem;
	height: 5.22rem;
	background: #FFFFFF;
}
.product_Swiper .product_item1 .product_litpic{
	width: 100%;
	height: 3.68rem;
	padding: 0.15rem;
    box-sizing: border-box;
}
.product_Swiper .product_item1 .product_litpic img{
        width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_Swiper .product_item1 .product_txt{
	padding: 0.15rem 0.19rem 0.24rem;
	box-sizing: border-box;
	height: auto;
}
.product_Swiper .product_item1 .product_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.25rem;
	color: #0D2240;
	width: 100%;
	text-align: left;
	line-height: 0.41rem;
}
.product_Swiper .product_item1 .product_cont{
	width: 100%;
	height: 0.44rem;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #919191;
	line-height: 0.18rem;
}
.product_Swiper .product_item1 .product_more{
	width: 100%;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #0D2240;
	display: flex;
	align-items: center;
    width: fit-content;
    padding-bottom: .05rem;
    position: relative;
}
.product_Swiper .product_item1 .product_more::after{
    content: '';
    width: 0;    
    height: .01rem;
    background: #FB8C00;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}
.product_Swiper .product_item1:hover .product_more::after{
    width: 100%;
}
.product_Swiper .product_item1 .product_more i{
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	margin-left: 0.07rem;
	background: url(../img/common/more1.png) center no-repeat;
	background-size: contain;
}
.product_Swiper .product_item1:hover{
	box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0,0,0,0.1);
}
.product_Swiper .product_item1:hover .product_title,
.product_Swiper .product_item1:hover .product_more{
	color: #FB8C00;
}
.product_Swiper .product_item1:hover .product_more i{
	background: url(../img/common/more2.png) center no-repeat;
	background-size: contain;
}



.product_video{
	width: calc(100% + 1.6rem);
	padding-right: 1.6rem;
	padding-top: 0.57rem;
	padding-bottom: 0.53rem;
}
.product_video .product_video_item{
	width: 100%;
	cursor: pointer;
}







.news{
	width: 100%;
	height: 7.92rem;
	display: flex;
	justify-content: center;
	position: relative;
	background: #fff;
}
.news .news_class{
	width: auto;
    /*height: 0.76rem;*/
    top: 1.63rem;
    position: absolute;
    left: 50%;
    margin-left: 0.94rem;
	z-index: 9;
	animation: d1 1s linear infinite;
}
@keyframes d1{
    0%{
       transform: rotate(0deg); 
    }
    25%{
       transform: rotate(-5deg); 
    }
    50%{
       transform: rotate(0deg); 
    }
    75%{
       transform: rotate(5deg); 
    }
    0%{
       transform: rotate(0deg); 
    }
}


 .news_litpic .product_video_icon{
    width: 0.49rem;
    height: 0.49rem;
    object-fit: contain;
    position: absolute;
    bottom: 0.13rem;
    right: 0.17rem;
    transition: 0.5s;
    cursor: pointer;
}
.news_litpic .product_video_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
        
        
.news .news_fl,
.news .news_fr{
	width: 9.6rem;
	height: 7.92rem;
	overflow: hidden;
}
.news .news_fl .news_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .news_fl .news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .news_fr{
	background: url(../img/index/news_bg.png) center no-repeat;
	background-size: cover;
	padding-top: 2.79rem;
	padding-left: 0.94rem;
	box-sizing: border-box;
}
.news .news_fr .news_txt{
	width: 7.06rem;
	height: 100%;
	margin: 0;
}
.news .news_fr .news_box{
	width: 7.06rem;
}
.news .news_fr .news_box .news_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 0.45rem;
	margin-bottom: 0.12rem;
}
.news .news_fr .news_box .news_cont{
	font-family: Poppins-Light;
	font-weight: 300;
	font-size: 0.25rem;
	color: #FFFFFF;
	line-height: 0.35rem;
	margin-bottom: 0.4rem;
}
.news .news_fr .news_box .news_more{
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FB8C00;
	line-height: 0.3rem;
	display: flex;
	align-items: center;
	position: relative;
}
.news .news_fr .news_box .news_more::before{
	content: "";
	position: absolute;
	width: 1.76rem;
	height: 0.01rem;
	background: #FB8C01;
	bottom: 0;
	left: 0;
}
.news .news_fr .news_box .news_more i{
	width: 0.12rem;
	height: 0.12rem;
	display: block;
	margin-left: 0.08rem;
	background: url(../img/common/more2.png) center no-repeat;
	background-size: contain;
}

.news .news_fr .news_txt .news-next,
.news .news_fr .news_txt .news-prev{
	width: 0.52rem;
	height: 0.53rem;
	background: rgba(255,255,255,0.25);
	border: 0.01rem solid rgba(255,255,255,0.58);
	bottom: 0.62rem;
	top: auto;
	border-radius: 0.05rem;
	opacity: 0.7;
}
.news .news_fr .news_txt .news-next::after,
.news .news_fr .news_txt .news-prev::after{
	display: none;
}
.news .news_fr .news_txt .news-next{
	left: 0.62rem;
}
.news .news_fr .news_txt .news-prev{
	left: 0;
	right: auto;
}
.news .news_fr .news_txt .news-next:hover,
.news .news_fr .news_txt .news-prev:hover{
	background: #FB8C00;
	opacity: 1;
}







.sckd{
	padding-top: 1.15rem;
	box-sizing: border-box;
	background: #fff;
}
.sckd_body{
	padding: 0.43rem 0 0;
	box-sizing: border-box;
}
.skd_ckd{
	display: flex;
	justify-content: center;
	gap: 0.32rem;
}
.skd_ckd .skd_tab{
	width: auto;
	height: 0.6rem;
	display: flex;
	align-items: center;
	padding: 0 0.32rem;
	box-sizing: border-box;
	border-radius: 0.05rem;
	border: 0.01rem solid #FB8C00;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.25rem;
	color: #0D2240;
	cursor: pointer;
	    text-transform: uppercase;
}
.skd_ckd .skd_tab img{
	width: 0.36rem;
	height: 0.36rem;
	object-fit: contain;
	margin-right: 0.05rem;
}
.skd_ckd .skd_tab.act{
	background: #FB8C00;
	color: #fff;
}
.skd_ckd .skd_tab.act img{
	filter: brightness(0) invert(1);
}


.sckd_box{
	padding: 0.79rem 0 1.18rem;
	box-sizing: border-box;
	width: 16rem;
	margin: 0 auto;
}
.sckd_box .sckd_list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.38rem;
}
.sckd_box .sckd_list .ckd_item{
	width: 5.08rem;
	height: 2.04rem;
	overflow: hidden;
	background: #F4F4F4;
	border-radius: 0.1rem;
	padding: 0.38rem;
	box-sizing: border-box;
	margin-bottom: 0.05rem;
}
.sckd_box .sckd_list .ckd_title{
	display: flex;
	align-items: center;
}
.sckd_box .sckd_list .ckd_title i{
	display: block;
	width: 0.4rem;
	height: 0.51rem;
	background: url(../img/index/file_icon1.png) center no-repeat;
	background-size: contain;
	margin-right: 0.16rem;
}
.sckd_box .sckd_list .ckd_title .line2{
	width: calc(100% - 0.56rem);
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.2rem;
	color: #0D2240;
	line-height: 0.25rem;
}
.sckd_box .sckd_list .ckd_txt{
	margin-top: 0.22rem;
	border-top: 0.01rem solid #D5D5D5;
	display: flex;
	align-items: center;
	padding-top: 0.21rem;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	margin-right: 0.41rem;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	cursor: pointer;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon i{
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.03rem;
	background: url(../img/index/Preview1.png) center no-repeat;
	background-size: contain;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon:last-child i{
	background: url(../img/index/Download1.png) center no-repeat;
	background-size: contain;
}





/* 视频-待 */







.sckd_box .sckd_item{
	display: none;
}
.sckd_box .sckd_item.on{
	display: block;
}

/* .sckd_box .sckd_item .sckd_video{
	display: flex;
	gap: 0.38rem;
} */

.sckd_box .sckd_item .sckd_more{
	width: 2.45rem;
	height: 0.7rem;
	background: #FB8C00;
	border-radius: 0.1rem;
	margin: 0.79rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
	cursor: pointer;
}
.sckd_box .sckd_item .sckd_more i{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.16rem;
	background: url(../img/index/banner_more.png) center no-repeat;
	background-size: contain;
}
.sckd_box .sckd_list .ckd_item:hover{
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0,0,0,0.16);
}
.sckd_box .sckd_list .ckd_item:hover .ckd_title i{
	background: url(../img/index/file_icon2.png) center no-repeat;
	background-size: contain;
}
.sckd_box .sckd_list .ckd_item:hover .ckd_title .line2{
	color: #FB8C00;
}
.sckd_box .sckd_list .ckd_item:hover .ckd_icon{
	color: #FB8C00;
}
.sckd_box .sckd_list .ckd_item:hover .ckd_icon i{
	background: url(../img/index/Preview2.png) center no-repeat;
	background-size: contain;
}
.sckd_box .sckd_list .ckd_item:hover .ckd_icon:last-child i{
	background: url(../img/index/Download2.png) center no-repeat;
	background-size: contain;
}




















.guanggao{
	width: 100%;
	height: 6.04rem;
	position: relative;
}
.guanggao .guanggao_bg{
    position: fixed;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: flex;
    justify-content: center;
}

.guanggao .guanggao_box{
	padding-top: 1.69rem;
}
.guanggao .guanggao_title{
	width: 100%;
	text-align: center;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.45rem;
	color: #FFFFFF;
	line-height: 0.65rem;
	margin-bottom: 0.5rem;
}
.guanggao .guanggao_more{
	width: 4.02rem;
	height: 0.7rem;
	background: #FB8C00;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-family: Poppins-Bold;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.guanggao .guanggao_more img{
	width: 0.35rem;
	height: 0.35rem;
	object-fit: contain;
	margin-right: 0.08rem;
}



.logo_body{
	width: 100%;
	height: 9.54rem;
	padding-top: 0.96rem;
	box-sizing: border-box;
	background: #fff url(../img/index/logo_bg.png) center bottom no-repeat;
	background-size: contain;
}
.logo_body .logo_list{
	width: 16rem;
	height: 7.38rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_body .logo_list .logo_cn{
	width: 1.98rem;
	height: 1.98rem;
	border-radius: 50%;
	position: relative;
}
.logo_body .logo_list .logo_cn .logo_img{
	width: 1.98rem;
	height: 1.98rem;
	background: #FB8C00;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.logo_body .logo_list .logo_cn:before,
.logo_body .logo_list .logo_cn:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 1.98rem;
	height: 1.98rem;
	background-color: #FB8C00;
	transform: translate(-50%, -50%);
}
.logo_body .logo_list .logo_cn:before {
	z-index: 4;
	opacity: 0.2;
	animation: dot 3s .75s infinite;
}

.logo_body .logo_list .logo_cn:after {
	z-index: 3;
	opacity: 0.03;
	animation: dot 3s infinite;
}
@keyframes dot {
	0% {
		width: 2.66rem;
		height: 2.66rem;
		opacity: .2;
	}

	100% {
		width: 3.86rem;
		height: 3.86rem;
		opacity: 0;
	}
}
.logo_body .logo_list .logo_fl,
.logo_body .logo_list .logo_fr{
	width: 6.07rem;
	height: 100%;
	position: relative;
}
.logo_body .logo_list .logo_item{
	width: 2.4rem;
	height: 0.8rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.03);
	border-radius: 0.1rem;
	border: 0.01rem solid #EAEAEA;
	position: absolute;
	overflow: hidden;
}
.logo_body .logo_list .logo_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo_body .logo_list .logo_fl .logo_item:nth-child(1){
	left: 0;
	top: 1.9rem;
}

.logo_body .logo_list .logo_fl .logo_item:nth-child(2){
	right: 0;
	top: 1.37rem;
}

.logo_body .logo_list .logo_fl .logo_item:nth-child(3){
	left: 2.13rem;
	top: 3.29rem;
}

.logo_body .logo_list .logo_fl .logo_item:nth-child(4){
	left: 0;
	top: 4.46rem;
}

.logo_body .logo_list .logo_fl .logo_item:nth-child(5){
	right: 0;
	top: 5.21rem;
}
.logo_body .logo_list .logo_fl .logo_item:nth-child(6){
	top: 6rem;
    left: 1rem;
}
.logo_body .logo_list .logo_fl .logo_item:nth-child(7){
	left: 1rem;
    top: 0.4rem;
}
.logo_body .logo_list .logo_fr .logo_item:nth-child(1){
	left: 0;
	top: 1.37rem;
}

.logo_body .logo_list .logo_fr .logo_item:nth-child(2){
	right: 0;
	top: 1.9rem;
}

.logo_body .logo_list .logo_fr .logo_item:nth-child(3){
	left: 1.56rem;
	top: 3.29rem;
}

.logo_body .logo_list .logo_fr .logo_item:nth-child(4){
	left: 0;
	top: 5.21rem;
}

.logo_body .logo_list .logo_fr .logo_item:nth-child(5){
	right: 0;
	top: 4.46rem;
}
.logo_body .logo_list .logo_fr .logo_item:nth-child(6){
	top: 6rem;
    right: 1rem;
}
.logo_body .logo_list .logo_fr .logo_item:nth-child(7){
	right: 1rem;
    top: 0.4rem;
}




@media (max-width: 1042px) {
    .index_banner{
        margin-top: 0;
        height: 5rem;
    }
    .index_banner .slide-inner .index_ban_txt{
        width: 90%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .index_banner .slide-inner .index_ban_title{
        font-size: 0.36rem;
    }
    .index_banner .slide-inner .index_ban_cont{
        font-size: 0.32rem;
    }
    .index_banner .slide-inner .index_ban_more{
        font-size: 0.24rem;
        white-space: nowrap;
        width: auto;
        height: auto;
        padding: 5px 10px;
        margin-top: 20px;
    }
    .index_banner .fraction-pagination{
        left: 34%;
    }
    .index_banner .fraction-pagination .current{
        font-size: 0.32rem;
    }
    .index_banner .swiper-pagination{
        left: 50%;
        transform: translateX(-50%);
    }
    .index_banner .swiper-pagination span{
        width: 8px;
        height: 8px;
    }
    .index_banner .swiper-button-white{
        display: none;
    }
    
    
    
    
     .class_title{
        font-size: 0.4rem;
    }
    
    .class_cont{
        font-size: 0.26rem;
        white-space: wrap;
    }
    .product .tab_but{
        gap: 0.1rem;
    }
    .product .tab_but .but_item{
        height: auto;
        font-size: 0.24rem;
        width: auto;
        padding: 0.1rem 0.2rem;
        width: calc(33.33% - 0.05rem);
    }
    .product .tab_but .but_item img{
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.1rem;
    }
    .product .tab_but .but_item.act::before{
        top: 100%;
    }
    .product_Swiper{
        width: 100%;
        padding-right: 0;
    }
    .product_Swiper .product_item1,
    .product_Swiper .product_item1 .product_litpic{
        height: auto;
    }
    .product_Swiper .product_item1 .product_txt{
        padding: 16px 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .product_Swiper .product_item1 .product_title{
        font-size: 0.32rem;
        line-height: 1.8;
    }
    .product_Swiper .product_item1 .product_cont{
        font-size: 0.28rem;
        height: auto;
        line-height: 1.5;
    }
    .product_Swiper .product_item1 .product_more{
        font-size: 0.28rem;
    }
    
    
    
    
    
    
    .news{
        display: block;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #0d2240;
    }
    .news .news_class{
        position: initial;
        margin-left: auto;
        width: 80%;
        margin: 0 auto 30px;
    }
    .news .news_fl, .news .news_fr{
        width: 90%;
        height: fit-content;
        padding: 0;
        margin: 0 auto;
    }
    .news .news_fr .news_txt{
        width: 100%;
        margin-top: 30px;
    }
    .news .news_fr .news_box .news_more{
        width: fit-content;
        font-size: 12px;
    }
    .news .news_fr .news_txt .news-next{
        left: auto;
        right: 0;
        bottom: 0;
    }
    .news .news_fr .news_txt .news-prev{
        left: auto;
        right: 0.6rem;
        bottom: 0;
    }
    .sckd_box{
        width: 94%;
    }
    .skd_ckd .skd_tab{
        font-size: 0.24rem;
    }
    .sckd_box .sckd_list{
        gap: 0.2rem;
    }
    .sckd_box .sckd_list .ckd_item{
        width: calc(50% - 0.1rem);
    }
    
    
    
    
    .guanggao{
        height: auto;
    }
    .guanggao .guanggao_bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .guanggao .guanggao_box{
        padding: 0.6rem 0.4rem;
        box-sizing: border-box;
    }
    .guanggao .guanggao_title{
        font-size: 0.38rem;
        line-height: 1.2;
    }
    .guanggao .guanggao_more{
        font-size: 0.28rem;
        width: fit-content;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .logo_body{
        background-size: cover;
        height: 10.54rem;
    }
    .logo_body .logo_list{
        width: 100%;
        margin-top: 0.4rem;
        height: 6rem;
    }
    .logo_body .logo_list .logo_fl .logo_item:nth-child(1){
    	left: 1.2rem;
    	top: 0;
    }
    
    .logo_body .logo_list .logo_fl .logo_item:nth-child(2){
    	left: 0.4rem;
    	top: 1rem;
    }
    
    .logo_body .logo_list .logo_fl .logo_item:nth-child(3){
    	left: 0.2rem;
    	top: 2rem;
    }
    
    .logo_body .logo_list .logo_fl .logo_item:nth-child(4){
    	left: 0;
    	top: 3rem;
    }
    
    .logo_body .logo_list .logo_fl .logo_item:nth-child(5){
    	left: 0.2rem;
    	top: 4rem;
    }
    .logo_body .logo_list .logo_fl .logo_item:nth-child(6){
    	left: 0.4rem;
    	top: 5rem;
    }
    .logo_body .logo_list .logo_fl .logo_item:nth-child(7){
    	left: 1.2rem;
    	top: 6rem;
    }
    .logo_body .logo_list .logo_fr .logo_item:nth-child(1){
    	right: 1.2rem;
    	top: 0rem;
    	left: auto;
    }
    
    .logo_body .logo_list .logo_fr .logo_item:nth-child(2){
    	right: 0.4rem;
    	top: 1rem;
    }
    
    .logo_body .logo_list .logo_fr .logo_item:nth-child(3){
    	right: 0.2rem;
    	left: auto;
    	top: 2rem;
    }
    
    .logo_body .logo_list .logo_fr .logo_item:nth-child(4){
    	left: auto;
    	right: 0;
    	top: 3rem;
    }
    
    .logo_body .logo_list .logo_fr .logo_item:nth-child(5){
    	right: 0.2rem;
    	top: 4rem;
    }
    .logo_body .logo_list .logo_fr .logo_item:nth-child(6){
    	left: auto;
    	right: 0.4rem;
    	top: 5rem;
    }
    
    .logo_body .logo_list .logo_fr .logo_item:nth-child(7){
    	right: 1.2rem;
    	top: 6rem;
    }
}







