
.class_name{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #222;
    position: relative;
    z-index: 4;
}
.class_name::before{
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.04rem;
    background: #0099CD;
    border-radius: 0.05rem;
    bottom: -0.19rem;
    left: 50%;
    transform: translateX(-50%);
}
.product{
    padding-top: 1rem;
}
.product .main{
    max-width: 14rem;
    margin: 0 auto;
}



/* 产品概述 */
.product1{
    background: url(../img/product1_bg.png) center no-repeat;
    background-size: cover;
    margin-top: 1rem;
    padding-bottom: 0.86rem;
}
.product1 .product_name{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #222222;
    margin-bottom: 0.2rem;
}
.product1 .product_type{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.28rem;
    color: #0099CD;
    margin-bottom: 0.12rem;
}
.product1 .product_key{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.2rem;
}
.product1 .product_key span{
    font-weight: 400;
    font-size: 0.18rem;
    color: #222222;
    display: block;
    position: relative;
}
.product1 .product_key span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.15rem;
    background: #717171;
    left: -0.1rem;
    top: 55%;
    transform: translateY(-50%);
}
.product1 .product_key span:first-child:before{
    display: none;
}
.product1 .product_url{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    column-gap: 0.3rem;
}
.product1 .product_url a{
    width: 1.2rem;
    height: 0.41rem;
    background: rgba(255,255,255,0);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #0099CD;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0099CD;
}
.product1 .product_url a img{
    width: 0.09rem;
    height: 0.15rem;
    margin-left: 0.11rem;
}
.product1 .product_url a:hover{
    background: #0099CD;
    color: #fff;
}
.product1 .product_url a:hover img{
    filter: brightness(0) invert(1);
}
.product1 .product_img{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 5.2rem;
    margin: 0 auto;
}
.product1 .product_img img{
    width: auto;
    height: 5.2rem;
    object-fit: contain;
}




/* 产品功能 */
.product2{
    padding-top: 0.8rem;
}
.product2 .product2_cont{
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 2;
    margin-bottom: 0.4rem;
}
.product2 .product2_litpic{
    width: 7.8rem;
    height: 6rem;
    margin: 0 auto;
    overflow: hidden;
}
.product2 .product2_box{
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.1rem;
    margin-top: 0.3rem;
}
.product2 .product2_box .product2_item,
.product2 .product2_box .product2_txt,
.product2 .product2_box .product2_show{
    width: 3.5rem;
    height: 2.4rem;
    cursor: pointer;
}
.product2 .product2_box .product2_icon{
    width: 1rem;
    height: 1rem;
    background: rgba(0,153,205,0.05);
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0.4rem auto 0.3rem;
}
.product2 .product2_box .product2_icon img{
    width: 0.5rem;
    height: 0.5rem;
    object-fit: contain;
}
.product2 .product2_box .product2_title{
    text-align: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
}
.product2 .product2_box .product2_show{
    display: none;
    background: linear-gradient( 180deg, #47BEE8 0%, #0099CD 100%);
    box-shadow: 0rem 0rem 0.15rem 0.01rem #02769E;
    border-radius: 0.05rem;
    padding: 0.4rem;
    box-sizing: border-box;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2;
}
.product2 .product2_box .product2_item:hover .product2_txt{
    display: none;
}
.product2 .product2_box .product2_item:hover .product2_show{
    display: flex;
}





.product2 .product2_box2{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.24rem;
    row-gap: 0.39rem;
    margin-top: 0.26rem;
}
.product2 .product2_box2 .product2_item2{
    width: calc(25% - 0.2rem);
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(114,114,114,0.16);
    border-radius: 0.05rem;
    border-bottom: 0.03rem solid #0099CD;
    padding: 0.54rem 0.27rem 0.32rem;
}
.product2 .product2_box2 .product2_item2 .product2_title2{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.24rem;
    text-align: center;
}
.product2 .product2_box2 .product2_item2 .product2_cont2{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.75;
    text-align: center;
}





/* 产品参数 */
.product3_body{
    margin-top: 0.7rem;
}
.product3_body .product3_tiem.th{
    height: 0.5rem;
    background: rgba(0,153,205,0.1);
    padding: 0;
    border-bottom: none;
}
.product3_body .product3_tiem.th .product3_li{
    background: none;
    font-size: 0.2rem;
    color: #333333;
    padding-left: 0;
}
.product3_body .product3_tiem{
    width: 100%;
    padding: 0.25rem 0;
    box-sizing: border-box;
    display: flex;
    border-bottom: 0.01rem solid #E1E1E1;
}
.product3_body .product3_tiem .product3_title{
    width: 3rem;
    padding-left: 0.6rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.product3_body .product3_tiem .product3_txt{
    width: 11rem;
}
.product3_body .product3_tiem .product3_li{
    height: 0.5rem;
    background: #F8F8F9;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
}
.product3_body .product3_tiem .product3_li:nth-child(2n){
    background: #fff;
}




/* 研发设计 */
.product4_body{
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.6rem;
}
.product4_body .product4_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.product4_body .product4_item:nth-child(2n){
    flex-direction: row-reverse;
}
.product4_body .product4_item .product4_img{
    width: 7.6rem;
    height: 4.8rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product4_body .product4_item .product4_img img{
    transition: all 0.5s;
}
.product4_body .product4_item:hover .product4_img img{
    transform:scale(1.1);
}
.product4_body .product4_item .product4_txt{
    width: 5.65rem;
}
.product4_body .product4_item .product4_txt .product4_title{
    font-weight: 400;
    font-size: 0.28rem;
    color: #333333;
    margin-bottom: 0.25rem;
}
.product4_body .product4_item .product4_txt .product4_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.8;
}





/* 外观结构 */
.product5_body{
    padding: 0.7rem 0 1rem;
    box-sizing: border-box;
    position: relative;
}
.product5_body .product5_Swiper{
    width: 100%;
    overflow: hidden;
}
.product5_Swiper .product5_item{
    width: 4.5rem;
    height: 5.8rem;
    background: #F8F8F8;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}
.product5_Swiper .product5_title{
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
    padding: 0.45rem 0.25rem 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}
.product5_Swiper .product5_cont{
    width: 100%;
    text-align: center;
    padding: 0 0.25rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 2;
}
.product5_Swiper .product5_img{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.product5_Swiper .product5_img img{
    transition: all 0.5s;
}
.product5_Swiper .product5_item:hover .product5_img img{
    transform:scale(1.1);
}
.product5_body .swiper-button-next,
.product5_body .swiper-button-prev{
    width: 0.18rem;
    height: 0.3rem;
    background: url(../img/swiper_next1.png) center no-repeat;
    background-size: cover;
    right: -0.38rem;
}
.product5_body .swiper-button-next::after,
.product5_body .swiper-button-prev::after{
    display: none;
}
.product5_body .swiper-button-prev{
    background: url(../img/swiper_prev1.png) center no-repeat;
    background-size: cover;
    left: -0.38rem;
}
.product5_body .swiper-button-next:hover{
    background: url(../img/swiper_next2.png) center no-repeat;
    background-size: cover;
}
.product5_body .swiper-button-prev:hover{
    background: url(../img/swiper_prev2.png) center no-repeat;
    background-size: cover;
}









.product6{
    background: url(../img/product6_bg2.png) center no-repeat;
    background-size: cover;
    height: 8.4rem !important;
    position: relative;
    overflow: hidden;
}
.product6::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 1000%;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 50%;
    transform: translateX(-2.32rem);
}
.product6 .class_name{
    position: absolute;
    width: 14rem;
    text-align: left;
    color: #fff;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.product6 .class_name::before{
    left: 0;
    transform: none;
}
.product6 .vw_box {
    height: 100%;
    position: relative;
    overflow: hidden
}
.product6 .vw_box .swiper-container,
.product6 .vw_box .swiper-container .swiper-wrapper {
    height: 100%
}
.product6 .vw_box .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0 !important;
}
.product6 .vw_box .swiper-container .swiper-wrapper .swiper-slide.active{
    opacity: 1 !important;
}
.product6 .vw_box .swiper-container .swiper-wrapper .swiper-slide .pub_img_box {
    width: 9.3rem;
    margin-left: 4.7rem;
    padding-left: 1.09rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.8;
}
.product6 .vw_box .pub_img_box p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.8;
}



.product6 .vw_box .tex_box {
    z-index: 3;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    align-items: center;
}
.product6 .vw_box .tex_box .heal_tex {
    width: 14rem;
    text-align: right;
    padding-right: .96rem;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    margin: 0 auto;
}
.scroll-animate{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 4.7rem;
    flex-wrap: wrap;
    row-gap: 0.6rem;
    padding-right: 0.41rem;
    box-sizing: border-box;
}
.product6 .vw_box .tex_box .heal_tex .heal_con {
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    opacity: 1 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
}
.product6 .vw_box .tex_box .heal_tex .heal_con.on::before{
    content: "";
    position: absolute;
    width: 0.02rem;
    height: 100%;
    background: #fff;
    right: -0.4rem;
}
.product6 .vw_box .tex_box .heal_tex .heal_con.on {
    font-size: 0.28rem;
    color: #FFFFFF;
    height: 1.6rem;
}









/* 品质管控 */
.product7{
    height: 10.19rem;
    background: #F4F6F8;
}
.product7_body{
    margin-top: 1.42rem;
    height: 5.86rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.product7_body .product7_show{
    width: 10.26rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4;
    display: table-column;
}
.product7_body .product7_show.on{
    display: flex;
}
.product7_body .product7_show .product7_txt{
    width: 5rem;
    transform: translateY(0.3rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.product7_body .product7_show.on .product7_txt{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product7_body .product7_show .product7_title{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.46rem;
}
.product7_body .product7_show .product7_title span{
    font-weight: bold;
    font-size: 0.4rem;
    color: #0099CD;
    margin-right: 0.1rem;
}
.product7_body .product7_show .product7_cont{
    max-height: 2.6rem;
    overflow-y: auto;
}
.product7_body .product7_show .product7_cont::-webkit-scrollbar {
	width: 3px;    
	/*height: 4px;*/
}
.product7_body .product7_show .product7_cont::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #BABABA;
	background: #BABABA;
}
.product7_body .product7_show .product7_cont::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #EEEEEE;
	border-radius: 0;
	background: #EEEEEE;
}




.product7_body .product7_show .product7_cont,
.product7_body .product7_show .product7_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.8;
}
.product7_body .product7_show .product7_img{
    width: 4.6rem;
    height: 3.25rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product7_body .product7_tab{
    position: absolute;
    right: 1.53rem;
    width: 5.98rem;
    height: 5.86rem;
    background: url(../img/product7_tab.png) center no-repeat;
    background-size: contain;
}
.product7_body .product7_tab .product7_btn{
    display: flex;
    width: 4rem;
    position: absolute;
    cursor: pointer;
}
.product7_body .product7_tab .product7_btn:nth-child(1){
    top: -0.63rem;
    left: 2.81rem;
}
.product7_body .product7_tab .product7_btn:nth-child(2){
    top: 1.53rem;
    left: 4.98rem;
}
.product7_body .product7_tab .product7_btn:nth-child(3){
    bottom: -0.44rem;
    left: 2.81rem;
}
.product7_body .product7_tab .product7_icon{
    width: 1.52rem !important;
    height: 1.52rem !important;
    background: #0099CD;
    border: 0.16rem solid #F4F6F8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s;
}
.product7_body .product7_btn:hover .product7_icon{
    moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product7_body .product7_tab .product7_icon::before{
    content: "";
    position: absolute;
    width: 1.04rem;
    height: 1.04rem;
    border: 0.02rem dashed #FFFFFF;
    border-radius: 50%;
}
.product7_body .product7_tab .product7_icon img{
    width: 0.5rem;
    height: 0.5rem;
    object-fit: contain;
}
.product7_body .product7_tab .product7_key{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.product7_body .product7_tab .product7_key span{
    font-weight: bold;
    font-size: 0.2rem;
    color: #0099CD;
    margin-right: 0.1rem;
}
.product7_body .product7_tab .product7_btn:nth-child(1) .product7_key{
    margin-top: 0.39rem;
}
.product7_body .product7_tab .product7_btn:nth-child(2) .product7_key{
    margin-top: 0.6rem;
}
.product7_body .product7_tab .product7_btn:nth-child(3) .product7_key{
    margin-top: 0.96rem;
}






/* 应用场景 */
.product8 .class_name{
    text-align: left;
}
.product8 .class_name::before{
    left: 0;
    transform: none;
}

.product8_Swiper{
    padding-top: 0.7rem;
    position: relative;
    overflow: visible;
    margin: 0 auto;
    width: 14rem;
}
.product8_Swiper .product8_item{
    width: 6rem !important;
    height: 3.6rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.05rem;
}
.product8_Swiper .product8_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product8_Swiper .product8_item .product_txt{
    width: 100%;
    min-height: 0.86rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.43) 43%, rgba(0,0,0,0.73) 100%);
    border-radius: 0rem 0rem 0.05rem 0.05rem;
    padding: 0.16rem 0.3rem 0.2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.product8_Swiper .product8_item .product_txt .product8_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}
.product8_Swiper .product8_item .product_txt .product8_cont{
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.product8_Swiper .product8_item:hover{
    box-shadow: 0rem 0rem 0.22rem 0.01rem rgba(0,0,0,0.16);
}
.product8_Swiper .product8_item:hover img{
    transform:scale(1.1);
}
.product8_Swiper .product8-next,
.product8_Swiper .product8-prev{
    width: 0.3rem;
    height: 0.3rem;
    background: #D9D9D9;
    border-radius: 50%;
    top: -0.1rem;
    margin: 0;
    opacity: 1;
}
.product8_Swiper .product8-next::after,
.product8_Swiper .product8-prev::after{
    display: none;
}
.product8_Swiper .product8-next img,
.product8_Swiper .product8-prev img{
    width: 0.14rem;
    height: 0.1rem;
    object-fit: contain;
}
.product8_Swiper .product8-next:hover,
.product8_Swiper .product8-prev:hover{
    background: #0099CD;
}
.product8_Swiper .product8-next{
    right: 0;
}
.product8_Swiper .product8-prev{
    right: 0.5rem;
    left: auto;
    transform: rotate(180deg);
}


/* 安装调试 */
.product9_body{
    width: 100%;
    min-height: 6.4rem;
    position: relative;
}
.product9_body .class_name{
    text-align: left;
    margin-bottom: 0.69rem;
}
.product9_body .class_name::before{
    left: 0;
    transform: none;
}
.product9_body .product9_txt{
    width: 9rem;
    min-height: 6.4rem;
    padding: 1.37rem 3rem 1rem 0.8rem;
    box-sizing: border-box;
    background: url(../img/product9_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.product9_body .product9_txt .product9_cont,
.product9_body .product9_txt .product9_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}
.product9_body>img{
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}




/* 质保政策 */
.product10{
    width: 100%;
    height: 9.3rem;
    margin-top: 1rem;
    background: url(../img/product10_bg1.png) center no-repeat;
    background-size: cover;
}
.product10_body{
    margin-top: 1rem;
}
.product10_body .product10_show{
    display: none;
    justify-content: space-between;
}
.product10_body .product10_show.on{
    display: flex;
}
.product10_body .product10_txt{
    width: 7rem;
} 
.product10_body .product10_txt .product10_title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #d8d8d8;
    margin-bottom: 0.3rem;
}
.product10_body .product10_txt .product10_title span{
    font-weight: bold;
    font-size: 0.36rem;
    color: #0099CD;
    margin-right: 0.1rem;
}
.product10_body .product10_txt .product10_cont{
    max-height: 2.6rem;
    overflow-y: auto;
}
.product10_body .product10_txt .product10_cont::-webkit-scrollbar {
	width: 3px;    
	/*height: 4px;*/
}
.product10_body .product10_txt .product10_cont::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #BABABA;
	background: #BABABA;
}
.product10_body .product10_txt .product10_cont::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #EEEEEE;
	border-radius: 0;
	background: #EEEEEE;
}
.product10_body .product10_txt .product10_cont,
.product10_body .product10_txt .product10_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 2.2;
}
.product10_body .product10_img{
    width: 6rem;
    height: 3.6rem;
    border-radius: 0.05rem;
    overflow: hidden;
}

.product10_tab{
    display: flex;
    column-gap: 0.16rem;
    margin-top: 1.1rem;
}
.product10_tab .product10_btn{
    display: flex;
    align-items: center;
    width: 4.56rem;
    height: 1.34rem;
    background: rgba(51,51,51,0.1);
    border-radius: 0.05rem;
    padding-left: 0.9rem;
    position: relative;
    cursor: pointer;
}
.product10_tab .product10_btn .product10_icon{
    width: 0.64rem;
    height: 0.64rem;
    object-fit: contain;
    margin-right: 0.2rem;
}
.product10_tab .product10_btn .product10_tit{
    position: relative;
    z-index: 3;
}
.product10_tab .product10_btn .product10_name{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.12rem;
}
.product10_tab .product10_btn .product10_key{
    font-weight: 400;
    font-size: 0.16rem;
    color: #6D6D6D;
}
.product10_tab .product10_btn .product10_num{
    position: absolute;
    right: 0.3rem;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.4rem;
    color: #FFFFFF;
    z-index: 0;
}
.product10_tab .product10_btn .product10_num::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.4rem;
    left: 0;
    bottom: 0.2rem;
    display: none;
    background: linear-gradient(180deg, rgba(0, 174, 231, 0) 0%, #22abda 100%);
}
.product10_tab .product10_btn.act{
    background: linear-gradient(191deg, #46BEE8 0%, #0199CD 100%);
}
.product10_tab .product10_btn.act .product10_bg{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.1) url(../img/product10_bg4.png) center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 2;
}
.product10_tab .product10_btn.act .product10_name,
.product10_tab .product10_btn.act .product10_key{
    color: #fff;
}
.product10_tab .product10_btn.act .product10_num{
    font-size: 0.72rem;
    color: rgba(255,255,255,0.7);
}
.product10_tab .product10_btn.act .product10_num::before{
    display: block;
}












/* 工程案例 */
.anli_box{
    position: relative;
    margin-top: 0.6rem;
}
.anli_list{
	width: calc(100% + 0.2rem);
	height: auto;
    padding: 0.1rem 0.1rem;
    margin-left: -0.1rem;
}
.anli_list .anli_item{
	width: 4.5rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #E4E4E4;
	overflow: hidden;
	padding: 0.3rem 0.25rem;
	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: 2.6rem;
	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;
}
.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{
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    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: 4.4rem;
    height: 4.14rem;
    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.08rem;
    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;
}










@media screen and (max-width: 1043px) {
    .product1{
        margin-top: 0;
    }
    .product1 .product_type{
        font-size: 0.3rem;
    }
    .product1 .product_key{
        font-size: 0.26rem;
    }
    .product1 .product_url a{
        font-size: 0.24rem;
        width: 1.5rem;
        height: 0.5rem;
    }
    
    .product2 .product2_cont,
    .product2 .product2_cont p{
        font-size: 0.28rem;
    }
    .product2 .product2_litpic{
        width: 100%;
        height: auto;
    }
    .product2 .product2_box .product2_title{
        font-size: 0.28rem;
    }
    .product2 .product2_box .product2_show{
        font-size: 0.26rem;
        line-height: 1.5;
    }
    
    
    
    .product2 .product2_box2{
        row-gap: 0.2rem;
    }
    .product2 .product2_box2 .product2_item2{
        width: calc(50% - 0.12rem);
        padding: 0.3rem 0.27rem 0.32rem;
    }
    
    
    
    /*产品参数*/
    .product3_body .product3_tiem.th{
        height: auto;
    }
    .product3_body .product3_tiem .product3_txt{
        width: 75%;
    }
    .product3_body .product3_tiem .product3_title{
        font-size: 0.24rem;
        padding-left: 0.2rem;
    }
    .product3_body .product3_tiem.th .product3_li{
        font-size: 0.24rem;
    }
    .product3_body .product3_tiem .product3_li{
        font-size: 0.24rem;
        height: auto;
        padding: 0.2rem;
        line-height: 1.5;
    }
    
    
    
    
    
    /*研发设计*/
    .product4_body .product4_item{
        flex-wrap: wrap;
        row-gap: 0.2rem;
    }
    .product4_body .product4_item .product4_img,
    .product4_body .product4_item .product4_txt{
        width: 100%;
        height: auto;
    }
    .product4_body .product4_item .product4_txt .product4_title{
        font-size: 0.34rem;
    }
    .product4_body .product4_item .product4_txt .product4_cont{
        font-size: 0.26rem;
    }
    
    
    
    
    
    /*外观结构*/
    .product5_Swiper .product5_item{
        height: auto;
    }
    .product5_Swiper .product5_title{
        font-size: 0.34rem;
    }
    .product5_Swiper .product5_cont{
        font-size: 0.26rem;
    }
    .product5_Swiper .product5_img{
        position: initial;
    }
    
    
    
    
    
    /*工程案例*/
    .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;
    }
}
@media screen and (max-width: 768px) {
    .product2 .product2_box2 .product2_item2 .product2_title2{
        font-size: 0.28rem;
    }
    .product2 .product2_box2 .product2_item2 .product2_cont2{
        font-size: 0.2rem;
    }
}


.footer{
    display: none;
}

#bloc .footer{
    display: block;
}

