.banner .swiper-slide{
    position: relative;
}

.banner .swiper-slide>img{
    display: block;
}
.banner .swiper-slide::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/index_banner_bg.png) center center/100% 100%;
    left: 0;
    top: 0;
    z-index: 8;
}


.product_titlte{
    width: 100%;
    max-width: 1200px;
    font-size: 24px;
    line-height: 25px;
    color: #333333;
    font-weight: bold;
    margin: 0 auto;
}
.product_titlte em{
    display:inline-block;
    width: 3px;
    height: 25px;
    background-color: #455377;
    margin-right: 7px;
    vertical-align: middle;
}
.product{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 23px;
    position: relative;
}
.product .product_silder{
    position: absolute;
    width: 240px;
    left: -250px;
    background-color: #fafafa;
    z-index: 100;
    padding: 10px 0 30px;
}

.product .product_silder li{
    display: block;
    width: 232px;
    height: 50px;
    font-size: 14px;
	line-height: 50px;
    position: relative;

}
.product .product_silder li.close{
    text-align: center;
    font-size: 50px;
    transform: rotate(-90deg);
    color: #9e9e9e;
    cursor: pointer;
    width: 50px;
    margin: 0 auto;

}
.product .product_silder li.close.xz{
    transform: rotate(90deg);
}
.product_silder li.active::after{
    position: absolute;
    content: "";
    width: 255px;
    height: 40px;
    background: url(/img/jcpt_xx.png) center center/255px 40px;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;


}
.product .product_silder li a{
    display: block;
    width: 205px;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    color: #333333;
}
.product .product_silder li a em{
    font-size: 25px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.product_silder li.active a{
    color: #fff;
}
.product>*{
    max-width: 1200px;
    margin: 0 auto;
}
.product_silder_phone{
    display: none;
}
/* .product_con figure img:hover {
    transform: scale(1.1);
} */
#product_icon{
    display: none;
}
.product_icon{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 25px 30px;
    border: 1px solid #e2e2e2;
}
.product_icon li{
    flex: 1;
}
.product_icon li img{
    display: block;
    margin: 0 auto;
}
.product_icon li span{
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.product_con{

}
.product_con figure{
   position: relative;
   height: 501px;
   margin: 63px auto;
 
}
.product_con figure figcaption{
    position: relative;
    display: flex;
    float:left;
    width: 50%;
    height: 310px;
    max-width: 515px;
    border: 2px solid #999999;
    margin-top: 10vh;
}
.product_con figure figcaption em{
    position: absolute;
    font-size: 110px;
    font-weight: bold;
    color: #999999;
    background-color: #fff;
    top: -8vh;
}
/* .product_con figure figcaption div{
    margin: auto;
    text-align: center;
} */
.product_con figure figcaption div{
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.product_con figure figcaption h5{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;

}
.product_con figure figcaption .jc{
    font-weight: bold;
    color: #333;
}
.product_con figure figcaption p{
    font-size: 16px;
    color: #666666;
}
.product_con figure figcaption>span{
    display: block;
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.product_con figure img{
    float: right;
    width: 100%;
    max-width: 765px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -5;
}
/* .product_con figure:nth-child(2n){

} */
.product_con figure:nth-child(2n) img{
    float: left;
    left: 0;
}
.product_con figure:nth-child(2n) figcaption{
    float: right;
}
.product_con  figure:nth-child(2n) figcaption em{
    right: 1vw;
}
.product_con  figure:nth-child(2n-1) figcaption em{
    left: 1vw;
}

/*鼠标悬浮样式*/
.product_con figure:hover figcaption{
    border: 2px solid #435176;
}
.product_con figure:hover figcaption *{
    color: #435176 !important;
}

/*参数*/
.product_parameter{

}
.product_parameter ul{
    width: 98%;
    margin: 6px auto 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product_parameter ul li{
    width: 33.33%;
    margin-top: 20px;
}
.product_parameter ul p{
    width: 33%;
    text-align: left;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;

}

/*表单*/
.product_menu .product_menu_table{
    width: 100%;
    max-width: 950px;
    margin: 40px auto;
}
.product_menu .product_menu_table img{
    width: 100%;
}
/* 其他检测平台 */
.product_other{
    margin:0 auto;
    overflow:hidden;
    width:100%;
    max-width: 1300px;
    padding-bottom: 41px;
}
.tempWrap{
    width: 1200px;
}
.mr_frbox{
    height:auto;
    padding:24px 0px 0px;
    width: 100%;
    font-size: 0;
}
.mr_frBtnL{
    cursor:pointer;
    display:inline;
    display: inline-block;
    width:39px;
    height:39px;
    vertical-align: middle;
}
.mr_frUl{
    display: inline-block;
    height:164px;
    width:95%;
    max-width: 1200px;
    margin-left:10px;
    vertical-align: middle;
}
.mr_frBtnR{
    display: inline-block;
    cursor:pointer;
    width:39px;
    height:39px;
    vertical-align: middle;
}
.mr_frUl ul li{
    display:inline;
    float:left;
    width:230px;
    margin-right: 10px;
    overflow:hidden;
    position:relative;
    background: #fff;
    border: 1px solid #808080;
}


.mr_zhe_hover{
    display: none;
}
.mr_frUl ul li:hover .mr_zhe_hover{
    position: absolute;
    display: block;
    width:230px;
    height:176px;
    line-height: 176px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background:rgba(51, 51, 51, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    top:0;
    left: 0; 
}
.mr_frUl ul li img{/*display:block;*/width:100%;}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 9;
    display: none;
}

@media only screen and (max-width:1800px){ 
    .product .product_silder{
        left: -2%;
    }
}
@media only screen and (max-width:1000px){
    .product_parameter ul p{
        width: 100% !important;
    }
}
@media only screen and (max-width:414px){
    .mr_frUl ul li .mr_zhe_hover{
        position: absolute;
        display: block;
        width:230px;
        height:164px;
        line-height: 164px;
        font-size: 24px;
        text-align: center;
        color: #fff;
        background:rgba(51, 51, 51, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
        top:0;
        left: 0; 
    }
    .mr_frBtnR,.mr_frBtnL{
        width: 30px;
        height: 30px;
    }
    .mr_frbox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  
}