.header{
    position: relative;
}
.class_name{
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
}
#product1,
#product2,
#product3,
#product4,
#product5,
#product6,
#product7,
#product8,
#product9,
#product10,
#product11{
    scroll-margin-top: 200px;
}
.product_body{
    padding-top: 0.8rem;
}
#product1{
    padding-top: 0.5rem;
}

.product_banner{
    height: 6rem;
    background: url(../img/product_bg2.png) center no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.product_banner .main{
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    box-sizing: border-box;
}
.jieshao{
    max-width: 8.7rem;
    padding-top: 0.9rem;
}
.jieshao .product_name{
    font-weight: bold;
    font-size: 0.32rem;
    color: #222222;
    margin-bottom: 0.3rem;
}
.jieshao .product_type{
    font-weight: 400;
    font-size: 0.3rem;
    color: #0099CD;
    margin-bottom: 0.8rem;
}
.jieshao .product_key{
    font-weight: normal;
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.3rem;
}
.jieshao .product_key span{
    color: #6B6B6B;
}
.jieshao .cont_url{
	display: flex;
    column-gap: 0.42rem;
}
.jieshao .cont_url a{
	width: 1.5rem;
	height: 0.5rem;
    border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
    border: 0.01rem solid #0099CD;
}
.jieshao .cont_url .cont_rul1{
	background: #0099CD;
	color: #fff;
}
.jieshao .cont_url .cont_rul2{
	color: #0099CD;
}
.jieshao .cont_url img{
	width: 0.24rem;
	height: 0.24rem;
	object-fit: contain;
    margin-right: 0.15rem;
}



.jieshao_img {
    width: 8.22rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.jieshao_img .content-container {
	position: relative;
	overflow: hidden;
	width: 6.24rem;
	height: 4.8rem;
    border-radius: 0.05rem;
}

.jieshao_img .content-slider {
	display: flex;
	height: 4.8rem;
	transition: transform 0.3s ease;
}

.jieshao_img .content-container .content-slide {
	width: 6.24rem;
	overflow: hidden;
	position: relative;
	flex: 0 0 100%;
	height: 4.8rem;
}

.jieshao_img .tab-container {
	position: relative;
	width: 0.78rem;
	height: 100%;
	padding-top: 0.28rem;
}

.jieshao_img .tab-container .tab-wrapper {
	width: 0.78rem;
    height: 3.8rem;
	overflow: hidden;
    margin: 0.15rem 0;
}

.jieshao_img .tab-container .tab-wrapper .tab-slider {
	transition: transform 0.3s ease;
	will-change: transform;
}

.jieshao_img .tab-container .tab-slide {
	width: 0.78rem !important;
	height: 0.6rem;
	overflow: hidden;
	flex: 0 0 auto;
    margin-bottom: 0.2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
    border: 1px solid #D4D4D4;
}

.jieshao_img .tab-container .tab-slide:last-child {
	margin-bottom: 0;
}

.jieshao_img .tab-container .tab-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jieshao_img .tab-container .tab-slide.active {
	border: 1px solid #0099CD;
}

.jieshao_img .prev,
.jieshao_img .next {
	width: 12px;
	height: 7px;
	border: none !important;
	cursor: pointer;
	margin: 0 auto;
	transform: rotate(90deg);
	display: block;
}

.jieshao_img .prev {
	background: url(../img/swiper_prev1.png) center no-repeat;
	background-size: contain;
}

.jieshao_img .next {
	background: url(../img/swiper_next1.png) center no-repeat;
	background-size: contain;
}

.jieshao_img .prev:hover{
    background: url(../img/swiper_prev2.png) center no-repeat;
    background-size: contain;
}
.jieshao_img .next:hover {
	background: url(../img/swiper_next2.png) center no-repeat;
    background-size: contain;
}



.product_nav{
    height: 1rem;
    position: absolute;
    width: 100%;
    top: 7rem;
}
.product_nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.duct_nav{
    height: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 0.01rem solid #E5E5E5;
    backdrop-filter: blur(5px);
}
.product_nav .main{
    height: 100%;
    padding: 0 0.84rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_nav .product_class{
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    position: relative;
}
.product_nav .product_class.act::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.03rem;
    background: #0099CD;
    bottom: -0.38rem;
}
.product_nav .product_class.act{
    font-weight: bold;
    color: #0099CD;
}




/* 产品概述 */
.product1_cont{
    width: 14rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.product1_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}





/* 产品功能 */
.product2{
    position: relative;
    width: 100%;
    
    
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.25rem;
    row-gap: 0.25rem;
}
.product2 .product2_Swiper{
    width: calc(100% + 0.2rem);
    margin-left: -0.1rem;
    padding: 0.1rem;
}
.product2 .product2_item{
    /*width: 3.7rem;*/
    width: calc(25% - 0.2rem);
    height: 2.46rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(114,114,114,0.16);
    border-radius: 0.05rem;
    padding: 0.45rem 0.5rem;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.product2 .product2_item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.03rem;
    background: #0099CD;
    border-radius: 0.05rem;
    bottom: 0;
    left: 0;
}
.product2 .product2_item .product2_icon{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0.25rem;
}
.product2 .product2_item .product2_title{
    width: 2.7rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.product2 .product2_item:hover{
    background: #0099CD;
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0,75,100,0.47);
}
.product2 .product2_item:hover .product2_icon img{
    filter: brightness(0) invert(1);
}
.product2 .product2_item:hover .product2_title{
    color: #fff;
}
.product2 .product2-next,
.product2 .product2-prev{
    width: 0.18rem;
    height: 0.3rem;
}
.product2 .product2-next::after,
.product2 .product2-prev::after{
    display: none;
}
.product2 .product2-next{
    background: url(../img/swiper_next1.png) center no-repeat;
    background-size: contain;
    right: -0.38rem;
}
.product2 .product2-prev{
    background: url(../img/swiper_prev1.png) center no-repeat;
    background-size: contain;
    left: -0.38rem;
}
.product2 .product2-next:hover{
    background: url(../img/swiper_next2.png) center no-repeat;
    background-size: contain;
}
.product2 .product2-prev:hover{
    background: url(../img/swiper_prev2.png) center no-repeat;
    background-size: contain;
}



/* 产品参数 */
.product3{
    overflow: hidden;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
}
.product3 table {
    background: transparent;
    table-layout: fixed;
    width: 100%;
    border: 0.01rem solid #DCDCDC;
    border-collapse: collapse;
    caption-side: bottom;
}
.product3 thead{
    width: 100%;
    height: 0.5rem;
    background: #0099CD;
}
.product3 thead th{
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.product3 tbody tr:first-child{
    border-top: none;
}
.product3 tbody tr{
    border-top: 0.01rem solid #DCDCDC;
}
.product3 tbody tr td{
    text-align: center;
    padding: 0.12rem 0;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    border-right: 0.01rem solid #DCDCDC;
}
.product3 tbody tr:nth-child(even){
    background: #F8F8F9;
}
.product3 tbody tr td:first-child{
    text-align: left;
    padding-left: 0.29rem;
}




/* 研发设计 */
.product4_Swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product4_Swiper .product4_item{
    display: flex;
    height: 4.42rem;
    cursor: pointer;
}
.product4_Swiper .product4_item .product4_img{
    width: 50%;
    height: 100%;
    overflow: hidden;
    border: 0.01rem solid #F8F8F9;
}
.product4_Swiper .product4_item .product4_txt{
    width: 50%;
    height: 100%;
    background: #F8F8F9;
    overflow: hidden;
    padding: 0.6rem;
    box-sizing: border-box;
}
.product4_Swiper .product4_item .product4_txt .product4_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    max-height: 2.86rem;
    overflow-y: auto;
}
.product4_Swiper .product4_item .product4_txt .product4_cont::-webkit-scrollbar {
	width: 2px;    
	/*height: 4px;*/
}
.product4_Swiper .product4_item .product4_txt .product4_cont::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #D8D9D9;
	background: #D8D9D9;
}
.product4_Swiper .product4_item .product4_txt .product4_cont::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #FFFFFF;
	border-radius: 0;
	background: #FFFFFF;
}
.product4_Swiper .swiper-pagination{
    width: auto;
    left: auto;
    right: 0.6rem;
    bottom: 0.34rem;
}
.product4_Swiper .swiper-pagination span{
    width: 0.1rem;
    height: 0.1rem;
    background: #D1D1D1;
    border-radius: 50%;
    margin: 0.075rem !important;
    opacity: 1;
}
.product4_Swiper .swiper-pagination span.swiper-pagination-bullet-active{
    background: #0099CD;
}






/* 外观结构 */
.product5{
    width: 100%;
}
.product5 .product5_img{
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
}
.product5 .product5_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.product5 .product5_cont .product5_li{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.22rem;
}
.product5 .product5_cont .product5_li i{
    width: 0.15rem;
    height: 0.15rem;
    background: #FFFFFF;
    border: 0.03rem solid #0099CD;
    border-radius: 50%;
    margin-right: 0.15rem;
}





/* 生产工艺 */
.product6{
    width: 100%;
    height: 5rem;
    overflow: hidden;
    display: flex;
    background: #F8F8F9;
}
.product6 .product6_litpic{
    width: 7.5rem;
    height: 100%;
}
.product6 .product6_litpic .product6_img{
    display: none;
    width: 100%;
    height: 100%;
}
.product6 .product6_litpic .product6_img.non{
    display: block;
}
.product6 .product6_litpic .product6_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product6 .product6_txt{
    width: 8.5rem;
    height: 100%;
    padding: 0.8rem 0.5rem 0.5rem;
    box-sizing: border-box;
}
.product6 .product6_txt .product6_tab{
    display: flex;
    column-gap: 0.6rem;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #C7C7C7;
    margin-bottom: 0.4rem;
}
.product6 .product6_txt .product6_btn{
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    position: relative;
    cursor: pointer;
}
.product6 .product6_txt .product6_btn.act{
    color: #0099CD;
}
.product6 .product6_txt .product6_btn.act::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.05rem;
    background: url(../img/product6_btn.png) center no-repeat;
    background-size: contain;
    bottom: -0.2rem;
}
.product6 .product6_txt .product6_show{
    display: none;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    max-height: 2.75rem;
    overflow-y: auto;
}
.product6 .product6_txt .product6_show::-webkit-scrollbar {
	width: 2px;    
	/*height: 4px;*/
}
.product6 .product6_txt .product6_show::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #D8D9D9;
	background: #D8D9D9;
}
.product6 .product6_txt .product6_show::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #FFFFFF;
	border-radius: 0;
	background: #FFFFFF;
}
.product6 .product6_txt .product6_show.on{
    display: block;
}
.product6 .product6_txt .product6_show p,
.product6 .product6_txt .product6_show b{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}




/* 品质管控 */
.product7{
    width: 100%;
    position: relative;
}
.product7 .product7_Swiper{
    width: calc(100% + 0.2rem);
    padding: 0.1rem;
    box-sizing: border-box;
    margin-left: -0.1rem;
}
.product7_Swiper .product7_item{
    width: 5rem;
    height: 5.6rem;
    background: #F3F3F3;
    border-radius: 0.05rem;
    border: 0.01rem solid #DEDEDE;
    padding: 0.6rem 0.5rem 0.37rem;
    box-sizing: border-box;
    cursor: pointer;
}
.product7_Swiper .product7_item .product7_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.3rem;
}
.product7_Swiper .product7_item .product7_img{
    width: 100%;
    height: 2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.product7_Swiper .product7_item .product7_txt{
    width: 4.1rem;
    max-height: 1.79rem;
    overflow-y: auto;
    padding-right: 0.08rem;
}
.product7_Swiper .product7_item .product7_txt::-webkit-scrollbar {
	width: 2px;    
	/*height: 4px;*/
}
.product7_Swiper .product7_item .product7_txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #D8D9D9;
	background: #D8D9D9;
}
.product7_Swiper .product7_item .product7_txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #FFFFFF;
	border-radius: 0;
	background: #FFFFFF;
}
.product7_Swiper .product7_item .product7_txt,
.product7_Swiper .product7_item .product7_txt p,
.product7_Swiper .product7_item .product7_txt b{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}
.product7_Swiper .product7_item .product7_txt .key{
    margin-bottom: 0.06rem;
    margin-top: 0.2rem;
}
.product7_Swiper .product7_item .product7_txt .key:first-child{
    margin-top: 0;
}
.product7_Swiper .product7_item:hover{
    background: url(../img/product_bg3.png) center no-repeat;
    background-size: cover;
    border: 0.01rem solid rgba(0,153,205,0.25);
    box-shadow: 0rem 0rem 0.17rem 0.01rem rgba(0,153,205,0.25);
}
.product7_Swiper .product7_item:hover .product7_title{
    color: #0099CD;
}



.product7 .product7-next,
.product7 .product7-prev{
    width: 0.18rem;
    height: 0.3rem;
}
.product7 .product7-next::after,
.product7 .product7-prev::after{
    display: none;
}
.product7 .product7-next{
    background: url(../img/swiper_next1.png) center no-repeat;
    background-size: contain;
    right: -0.38rem;
}
.product7 .product7-prev{
    background: url(../img/swiper_prev1.png) center no-repeat;
    background-size: contain;
    left: -0.38rem;
}
.product7 .product7-next:hover{
    background: url(../img/swiper_next2.png) center no-repeat;
    background-size: contain;
}
.product7 .product7-prev:hover{
    background: url(../img/swiper_prev2.png) center no-repeat;
    background-size: contain;
}




.product8{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.55rem;
}
.product8 .product8_item{
    width: 5rem;
    height: auto;
    cursor: pointer;
}
.product8 .product8_item .product8_img{
    width: 100%;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.product8 .product8_item .product8_title{
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.15rem;
}
.product8 .product8_item .product8_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.7;
}
.product8 .swiper-pagination{
    bottom: 0.08rem;
    top: auto;
    width: 15.2rem;
    height: 0.03rem;
    background: #E2E2E2;
    border-radius: 0.02rem;
}
.product8 .swiper-pagination span{
    background: #0099CD;
}
.product8 .swiper-button-next,
.product8 .swiper-button-prev{
    width: 0.25rem;
    height: 0.25rem;
    background: #D9D9D9;
    border-radius: 50%;
}
.product8 .swiper-button-next::after,
.product8 .swiper-button-prev::after{
    display: none;
}
.product8 .swiper-button-next img,
.product8 .swiper-button-prev img{
    width: 0.12rem;
    height: 0.09rem;
}
.product8 .swiper-button-next:hover,
.product8 .swiper-button-prev:hover{
    background: #0099CD;
}
.product8 .swiper-button-next{
    top: auto;
    bottom: 0;
}
.product8 .swiper-button-prev{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0.45rem;
    transform: rotate(180deg);
}






/* 安装调试 */
.product9{
    width: 100%;
    min-height: 6rem;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    display: flex;
}
.product9 .product9_class{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    position: absolute;
    top: 0.94rem;
    left: 0.85rem;
}
.product9 .product9_txt{
    width: 50%;
    height: auto;
    padding: 1.52rem 0.65rem 0;
    box-sizing: border-box;
}
.product9 .product9_txt .product9_item{
    width: 100%;
    padding: 0.25rem 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.product9 .product9_txt .product9_item .product9_title{
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.product9 .product9_txt .product9_item .product9_title i{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    display: block;
    background: url(../img/product9_icon1.png) center no-repeat;
    background-size: contain;
}
.product9 .product9_txt .product9_item .product9_cont{
    display: none;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    padding: 0.18rem 0.32rem 0.25rem 0.32rem;
    box-sizing: border-box;
    line-height: 1.65;
}
.product9 .product9_txt .product9_item.act{
    box-shadow: 0rem 0rem 0.17rem 0.01rem rgba(161,161,161,0.21);
}
.product9 .product9_txt .product9_item.act .product9_title i{
    background: url(../img/product9_icon2.png) center no-repeat;
    background-size: contain;
}
.product9 .product9_txt .product9_item.act .product9_cont{
    display: block;
}
.product9 .product9_litpic{
    width: 50%;
    height: auto;
    padding: 0.6rem;
    box-sizing: border-box;
    background: #F1F9FC;
}
.product9 .product9_litpic .product9_img{
    width: 100%;
    height: 100%;
    display: none;
}
.product9 .product9_litpic .product9_img.on{
    display: block;
}





/* 质保政策 */
.product10_tab{
    display: flex;
    justify-content: center;
    margin-bottom: 0.3rem;
    column-gap: 1.2rem;
}
.product10_tab .product10_btn{
    min-width: 2.1rem;
    height: 0.48rem;
    background: #F8FDFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #0099CD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.product10_tab .product10_btn .btn_bg{
    width: 0.48rem;
    height: 0.48rem;
    margin-left: -0.01rem;
    border-radius: 50%;
    background: #0099CD;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border: 0.01rem solid #0099CD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product10_tab .product10_btn .btn_bg div{
    width: 0.38rem;
    height: 0.38rem;
    background: #FFFFFF;
    box-shadow: inset 0rem 0rem 0.06rem 0.01rem rgba(0,153,205,0.35);
    border: 0.01rem solid #0099CD;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.16rem;
    color: #0099CD;
}
.product10_tab .product10_btn span{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1;
    padding: 0 0.25rem 0 0.17rem;
    display: block;
}
.product10_tab .product10_btn.act{
    background: #0099CD;
}
.product10_tab .product10_btn.act .btn_bg{
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.product10_tab .product10_btn.act span{
    color: #fff;
}
.product10_tab .product10_btn.act::before{
    content: "";
    position: absolute;
    width: 0.36rem;
    height: 0.1rem;
    background: url(../img/jiantou7.png) center no-repeat;
    background-size: cover;
    left: 50%;
    top: 0.68rem;
    transform: translateX(-50%);
}
.product10_box{
    width: 16rem;
    min-height: 2.31rem;
    border: 0.1rem solid #0099CD;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 0.4rem 0.3rem;
}
.product10_box .product10_show{
    display: none;
}
.product10_box .product10_show.on{
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.8;
}
.product10_box .product10_show p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}











#product11 .class_name,
#product12 .class_name{
    text-align: left;
    margin-bottom: 0.2rem;
}


.anli_box{
    position: relative;
}
.anli_list{
	width: calc(100% + 0.2rem);
	height: auto;
    padding: 0.1rem 0.1rem;
    margin-left: -0.1rem;
}
.anli_list .anli_item{
	width: 5.2rem;
	height: 4.4rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #E4E4E4;
	overflow: hidden;
	padding: 0.3rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.anli_list .anli_item .anli_title{
	font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.5;
    width: 100%;
    height: 0.56rem;
    align-content: center;
} 
.anli_list .anli_item .anli_img{
	width: 100%;
	height: 3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.anli_list .anli_item .anli_img img{
	transition: all 0.5s;
}
.anli_list .anli_item:hover{
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(7,69,141,0.3);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.anli_list .anli_item:hover .anli_title{
	color: #0099CD;
	font-weight: bold;
}
.anli_list .anli_item:hover .anli_img img{
	transform:scale(1.1);
}
.anli_box .swiper-button-next,
.anli_box .swiper-button-prev{
    width: 0.18rem;
    height: 0.3rem;
    background: url(../img/swiper_next1.png) center no-repeat;
    background-size: cover;
    right: -0.38rem;
}
.anli_box .swiper-button-next::after,
.anli_box .swiper-button-prev::after{
    display: none;
}
.anli_box .swiper-button-prev{
    background: url(../img/swiper_prev1.png) center no-repeat;
    background-size: cover;
    left: -0.38rem;
}
.anli_box .swiper-button-next:hover{
    background: url(../img/swiper_next2.png) center no-repeat;
    background-size: cover;
}
.anli_box .swiper-button-prev:hover{
    background: url(../img/swiper_prev2.png) center no-repeat;
    background-size: cover;
}



.product_list{
    width: calc(100% + 0.2rem);
    margin-left: -0.1rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0.1rem 0.1rem 0.42rem;
    overflow: hidden;
}
.product_list .product_item{
    width: 5.08rem;
    height: 4.66rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.05rem;
    padding: 0.25rem 0.2rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.product_list .product_item .product_txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    width: 100%;
    position: relative;
}
.product_list .product_item .product_txt::before{
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.01rem;
    background: #0099CD;
    left: 0;
    bottom: -0.21rem;
    transition: all 0.5s;
}
.product_list .product_item .product_txt .product_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    max-width: 3.04rem;
}
.product_list .product_item .product_txt i{
    width: 0.22rem;
    height: 0.22rem;
    background: #D9D9D9 url(../img/jiantou1.png) center no-repeat;
    background-size: auto;
    border-radius: 50%;
    transition: all 0.5s;
}
.product_list .product_item .product_img{
    width: 100%;
    height: 3.6rem;
    background: #F6F7F9;
    border-radius: 0.05rem;
    overflow: hidden;
}
.product_list .product_item:hover{
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(7,113,149,0.35);
}
.product_list .product_item:hover .product_txt::before{
    width: 100%;
}
.product_list .product_item:hover .product_txt .product_title{
    color: #0099CD;
}
.product_list .product_item:hover .product_txt i{
    width: 0.4rem;
    background: #0099CD url(../img/jiantou2.png) center no-repeat;
    border-radius: 0.11rem;
}
.product_list .swiper-pagination{
    width: calc(100% - 0.2rem);
    bottom: 0;
    margin-left: 0.1rem;
    top: auto;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0);
}
.product_list .swiper-pagination::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #E1E1E1;
    left: 0;
    bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0099CD;
}





.footer{
    margin-top: 1rem;
}










@media screen and (max-width: 1043px) {
    .class_name{
        font-size: 0.36rem;
    }
    
    
    .product_banner{
        height: auto;
    }
    .product_banner .main{
        flex-wrap: wrap;
    }
    .jieshao{
        width: 100%;
        height: auto;
        padding: 0.4rem 0;
        box-sizing: border-box;
    }
    .jieshao_img{
        margin: 0 auto;
    }
    .jieshao .product_name{
        font-size: 0.36rem;
    }
    .jieshao .product_type{
        font-size: 0.32rem;
        margin-bottom: 0.6rem;
    }
    .jieshao .product_key{
        font-size: 0.28rem;
    }
    .jieshao .cont_url a{
        font-size: 0.24rem;
        width: auto;
        padding: 0 0.1rem;
    }
    .product_nav{
        display: none;
    }
    
    
    
    /*产品概述*/
    .product1_cont{
        width: 100%;
    }
    .product1_cont p{
        font-size: 0.28rem;
    }
    
    
    
    /*产品功能*/
    .product2 .product2_item{
        height: auto;
        
        
        width: calc(50% - 0.13rem);
        padding: 0.3rem 0.2rem;
    }
    .product2 .product2_item .product2_title{
        width: 100%;
        font-size: 0.28rem;
    }
    
    
    
    
    /*产品参数*/
    .product3 thead{
        height: 0.7rem;
    }
    .product3 thead th{
        font-size: 0.3rem;
    }
    .product3 tbody tr td{
        font-size: 0.28rem;
        padding: 0.2rem !important;
    }
    
    
    
    
    /*研发设计*/
    .product4_Swiper .product4_item{
        height: auto;
        flex-wrap: wrap;
    }
    .product4_Swiper .product4_item .product4_img{
        width: 100%;
        height: auto;
    }
    .product4_Swiper .product4_item .product4_txt{
        width: 100%;
        height: auto;
        padding: 0.4rem;
    }
    .product4_Swiper .product4_item .product4_txt .product4_cont{
        font-size: 0.28rem;
    }
    
    
    
    
    /*外观结构*/
    .product5 .product5_cont{
        font-size: 0.28rem;
    }
    .product5 .product5_cont .product5_li {
        font-size: 0.3rem;
        align-items: baseline;
        padding-left: 0.3rem;
    }
    .product5 .product5_cont .product5_li i {
        position: absolute;
        left: 0;
        top: 0.14rem;
    }
    
    
    
    
    /*生产工艺*/
    .product6{
        height: auto;
        flex-wrap: wrap;
    }
    .product6 .product6_litpic{
        width: 100%;
    }
    .product6 .product6_txt{
        width: 100%;
        padding: 0.4rem;
    }
    .product6 .product6_txt .product6_btn{
        font-size: 0.3rem;
        text-align: center;
    }
    .product6 .product6_txt .product6_show *,
    .product6 .product6_txt .product6_show p, 
    .product6 .product6_txt .product6_show b{
        font-size: 0.26rem;
    }
    
    
    
    
    /*品质管控*/
    .product7_Swiper .product7_item{
        height: auto;
    }
    .product7_Swiper .product7_item .product7_img{
        height: 3rem;
    }
    .product7_Swiper .product7_item .product7_title{
        font-size: 0.3rem;
    }
    .product7_Swiper .product7_item .product7_txt{
        width: 100%;
        max-height: 3rem;
    }
    .product7_Swiper .product7_item .product7_txt *, 
    .product7_Swiper .product7_item .product7_txt p, 
    .product7_Swiper .product7_item .product7_txt b{
        font-size: 0.28rem;
    }
    
    
    
    
    /*应用场景*/
     .product8 .product8_item .product8_img{
        height: 4rem;
    }
    .product8 .product8_item .product8_title{
        font-size: 0.3rem;
    }
    .product8 .product8_item .product8_cont{
        font-size: 0.26rem;
    }
    .product8 .swiper-pagination{
        width: calc(100% - 1.6rem);
        bottom: 0.23rem;
    }
    .product8 .swiper-button-next, 
    .product8 .swiper-button-prev{
        width: 0.46rem;
        height: 0.46rem;
    }
    .product8 .swiper-button-prev{
        right: 0.85rem;
    }
    .product8 .swiper-button-next img, 
    .product8 .swiper-button-prev img{
        width: 0.24rem;
        height: 0.18rem;
    }
    
    
    
    
    /*安装调试*/
    .product9{
        min-height: auto;
        flex-wrap: wrap;
    }
    .product9 .product9_txt{
        width: 100%;
        height: auto;
        padding: 1rem 0.6rem 0.6rem;
    }
    .product9 .product9_class{
        top: 0.4rem;
        font-size: 0.32rem;
    }
    .product9 .product9_txt .product9_item .product9_title{
        font-size: 0.28rem;
    }
    .product9 .product9_txt .product9_item .product9_cont,
    .product9 .product9_txt .product9_item .product9_cont *{
        font-size: 0.26rem;
    }
    .product9 .product9_litpic{
        width: 100%;
        height: auto;
    }
    
    
    
    
    /*质保政策*/
    .product10_tab{
        width: 100%;
        justify-content: space-between;
        column-gap: 0;
    }
    .product10_tab .product10_btn{
        justify-content: left;
    }
    .product10_tab .product10_btn span{
        font-size: 0.28rem;
        padding: 0 0.1rem;
    }
    .product10_box{
        width: 100%;
    }
    .product10_box .product10_show p{
        font-size: 0.26rem;
    }
    
    
    
    
    
    
    
    /*工程案例*/
    .anli_list .anli_item{
        height: auto;
    }
    .anli_list .anli_item .anli_title{
        font-size: 0.32rem;
    }
    .anli_list .anli_item .anli_img{
        height: 4rem;
        margin-top: 0.16rem;
    }
    
    
    
    /*产品推荐*/
    .product_list .product_item{
        height: auto;
    }
    .product_list .product_item .product_txt .product_title{
        font-size: 0.32rem;
        max-width: calc(100% - 0.9rem);
    }
    .product_list .product_item .product_txt i{
        width: 0.4rem;
        height: 0.4rem;
    }
    .product_list .product_item:hover .product_txt i{
        width: 0.8rem;
        border-radius: 0.2rem;
    }
    .product_list .product_item .product_img{
        height: auto;
    }
}








