* {
	margin: 0;
	padding: 0;
}





/* 公共面包屑 */
.position {
	display: flex;
	align-items: center;
	height: 0.8rem;
	background: #F9F9F9;
	border-bottom: 1px solid #E5E5E5;
}

.position a {
	font-size: 0.16rem;
	color: #000000;
	font-weight: 400;
	display: inline !important;
	text-align: center;
}

.position a.active,
.position a:hover {
	font-weight: bold;
	color: #3F38A1;
}

.position span {
	font-size: 0.16rem;
	margin: 0.08rem;
	color: #000000;
}

.position span:nth-last-child(2) {
	color: #3F38A1;
}




/* 栏目开始 */
.content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.type_fl {
	width: 3.3rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-top: 1.82rem;
}

.type_fl .type_li {
	width: 100%;
	height: auto;
	border-top: 0.01rem solid #EDEDED;
}

.type_fl .type_li:last-child {
	border-bottom: none;
}

.type_fl .type_li .type_top {
	width: 100%;
	height: 0.63rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.16rem;
	box-sizing: border-box;
	cursor: pointer;
}
.type_fl .type_li .type_top>a{
    margin:0;
}

.type_fl .type_li .type_top .type_name {
	font-weight: bold;
	font-size: 0.22rem;
	color: #000;
	height: auto;
}

.type_fl .type_li .type_top .type_icon {
	width: 0.08rem;
	height: 0.14rem;
	display: block;
	background: url(../img/more_lan.png) center no-repeat;
	background-size: 100%;
}

.type_fl .type_li .type_bottom {
	background-color: #fff;
	height: 0;
	overflow: hidden;
}

.type_fl .type_li .type_bottom .type_list {
	padding-left: 0.32rem;
	padding-top: 0.26rem;
	padding-bottom: 0.36rem;
	box-sizing: border-box;
}

.type_fl .type_li .type_bottom .type_list a {
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	margin-bottom: 0.18rem;
}

.type_fl .type_li .type_bottom .type_list a:last-child {
	margin-bottom: 0;
}

.type_fl .type_li.act .type_top {
	background: #3F38A1;
}

.type_fl .type_li.act .type_top .type_name {
	color: #FFFFFF;
}

.type_fl .type_li.act .type_top .type_icon {
	width: 0.14rem;
	height: 0.08rem;
	background: url(../img/more_bai.png) center no-repeat;
}

.type_fl .type_li.act .type_bottom {
	height: auto;
	transition: all 0.5s;
}

.type_fl .type_li .type_bottom .act,
.type_fl .type_li .type_bottom a:hover {
	color: #3F38A1 !important;
	font-weight: 600 !important;
	position: relative;
}

.type_fl .type_li .type_bottom .act::before,
.type_fl .type_li .type_bottom a:hover::before {
	position: absolute;
	content: "";
	width: 0.07rem;
	height: 0.07rem;
	background: #3F38A1;
	left: -0.15rem;
	top: 0.08rem;
	border-radius: 50%;
}



/* 分页 */
.page_box {
	width: fit-content;
	margin: 0 auto;
	/* margin-top: 0.6rem; */
	display: flex;
	align-items: center;
}

.page_box .pages {
	display: flex;
	align-items: center;
}

.page_box .pages .item {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
	border: 0.01rem solid rgba(222, 222, 222, 1);
	border-radius: 0.02rem;
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.14rem;
	cursor: pointer;
	color: #222222;
}

.page_box .pages span {
	border-color: transparent !important;
}

.page_box .pages .item:hover,
.page_box .pages .active,
.page_box .btn:hover{
	background: #3F38A1;
	color: white;
	border-radius: 0.02rem;
}

.page_box .btn {
	display: block;
	/* width: 0.3rem; */
	height: 0.3rem;
	margin-right: 0.1rem;
	padding: 0 0.06rem;
	border: 0.01rem solid #EEEEEE;
	border-radius: 0.02rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	color: rgba(125, 125, 125, 1);
	white-space: nowrap;
	cursor: pointer;
}

.page_box .prev {
	padding: 0 0.13rem;
}

.page_box .next {
	padding: 0 0.13rem;
}




/* 产品中心 */
.swiperBox {
	overflow: hidden;
}

.sipwerItem {
	padding-top: 1rem;
}

.swiperTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .73rem;
}

.swiperTit {
	/*font-family: Microsoft YaHei;*/
	/*font-weight: 600;*/
	/*font-size: 0.42rem;*/
	/*color: #000000;*/
	font-family: Microsoft YaHei;
	font-weight: 600;
	font-size: 0.36rem;
	color: #000000;
}

.swiperBtn {
	display: flex;
	align-items: center;
}

.swiper-slide img {
	object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
	position: static;
	width: .13rem;
	height: .22rem;
	margin: 0;
}

.swiper-button-lock {
	display: flex;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: .22rem;
	color: #3B168A;
	font-weight: bold;
}

.swiper-button-next {
	margin-left: .42rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
	color: #D0D0D0;
}

.sipwerItem .swiper-slide {
	/*height: 5.11rem;*/
	border-radius: 0.1rem;
	overflow: hidden;
}

.sipwerItem .swiper {
	overflow: visible;
	height: 5rem;
}

/*.sipwerItem .swiper::after,*/
/*.firSwiper::after,*/
.newSwiper::after {
	content: '';
	width: 2.6rem;
	height: 100%;
	position: absolute;
	left: -2.6rem;
	top: 0;
	background: #F9F9F9;
	z-index: 99;
}

.swiTxt {
	width: 100%;
	height: 100%;
	padding: 1.8rem .39rem 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.swiIcon {
	width: 0.83rem;
	height: 0.83rem;
	width: .63rem;
	height: .63rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .3s;
	position: relative;
	/*margin-bottom: .27rem;*/
	margin-bottom: .21rem;
}

.sipwerItem .swiper-slide:hover .swiIcon {
	background: #05D1DC;
}

.swiIcon img {
	width: .37rem !important;
	height: .37rem !important;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiIcon img:last-child {
	opacity: 0;
}

.sipwerItem .swiper-slide:hover .swiIcon img:last-child {
	transition: all .3s;
	opacity: 1;
}

.swiTit {
	/*font-family: Microsoft YaHei;*/
	/*font-weight: bold;*/
	/*font-size: 0.32rem;*/
	/*color: #FFFFFF;*/
	/*line-height: 0.35rem;*/
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.25rem;
	color: #FFFFFF;

}





/* 联系我们 */
.conBox {
	margin: 1.09rem 0 .85rem;
}

.conBox .main {
	height: 3.31rem !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#canvas {
	height: 3.31rem !important;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

#canvas canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1.5rem;
}

.conTit {
	font-family: Microsoft YaHei;
	font-weight: 600;
	font-size: 0.48rem;
	color: #39168A;
	margin-bottom: .3rem;
	position: relative;
	z-index: 2;
}

.conBtn {
	width: 2.02rem;
	height: 0.62rem;
	background: #4243D1;
	border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 600;
	font-size: 0.25rem;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	transition: all .3s;
}

.conBtn.active {
	transform: scale(1.1);
}


@media screen and (max-width: 1024px){
    .content{
        display: flex;
        flex-direction: column;
    }
    .type_fl{
        width: 100%;
        margin-top: 0.2rem;
    }
    .class_sty2 .class_sty_li{
        width: 100%!important;
        font-size: 0.24rem!important;
    }
    .class_style1 .class_search .class_search_input{
        width: 100%!important;
    }
    .type_fl .type_li .type_top .type_name{
        font-size: 0.28rem;
    }
    .class_style1 .class_search .class_search_title{
        font-size:0.24rem!important;
    }
    .class_style1 .class_btn{
        font-size: 0.26rem !important;
    }
    .type_fl .type_li.act .type_top .type_icon {
        height: 0.16rem !important;
    }
    .body_fr{
        width: 100% !important;
        margin-left: 0!important;
    }
    .body_fr .type_name{
        /*display: flex;*/
        flex-direction: column;
    }
    .down_li .down_body{
        width: 4.56rem;
    }
    .down_li .down_body .down_title{
        font-size: 0.26rem!important;
    }
    .down_li .down_body .down_txt{
        font-size: 0.22rem!important;
    }
    .down_li .down_url{
        font-size: 0.22rem!important;
    }
    .swiperBtn{
        display: none;
    }
    .position a{
        font-size: 0.2rem;
    }
    .type_fl .type_li .type_bottom .type_list a{
        font-size: 0.26rem;
    }
    .type_fl{
        margin-bottom: 0.4rem;
    } 
    .nav{
        margin-top: 50px;
    }
    .type_scheme table tr td strong span{
        font-size: 0.26rem!important;
    }
    .type_scheme table tr td p{
        font-size: 0.24rem!important;
        margin-left: 0 !important;
    }
    .type_content>p{
        font-size: 0.28rem;
    }
    .type_content>p>p{
        font-size: 0.24rem;
    }
    .type_fl .type_li .type_bottom .act::before, .type_fl .type_li .type_bottom a:hover::before{
        top: 0.15rem;
    }
    .content{
        margin-top: 50px;
    }
}

