.product_1_center{
    width: 19.2rem;
    height: 5rem;
    margin: 0 auto;

}
.product_1_center>img{
    width: 100%;
    height: 100%;
}
.product_2{
    margin-top: 0.9rem;
}
.product_2_content{
    width: 16rem;
    margin: 0 auto;
}
.product_2_tit{
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 3;
}
.product_2_tit::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 0.04rem;
    background: #2093FF;
    bottom: -0.12rem;
    left: 50%;
    transform: translateX(-50%);
}
.product_2_tit::before{
    content: 'PRODUCT CENTER';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: RGBA(3,110,184,.1);
    font-size: .7rem;
    font-weight: bold;
    top: -0.1rem;
}

.product_row{
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.product_row1{
    display: flex;
}
.product_row_items{
    width: 32%;
    margin-right: 3%;
    margin-bottom: 0.4rem;
}
.product_row_items:last-child{
    margin-right: 0!important;
}
.product_row_imgbox{
    height: 3rem;
    overflow: hidden;
}
.product_row_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.product_row_imgbox:hover>img{
    transform: scale(1.05);
}
.product_row_name{
    margin-top: 0.2rem;
    color: 3333;
    font-size: 0.18rem;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 产品分类 */
.product_wrap{
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}
.product_wrap_center{
    width: 17rem;
    margin: 0 auto;
    display: flex;
}
.product_wrap_left{
    width: 2.6rem;
    min-width: 2.6rem;
}
.product_wrap_left_titi{
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    background: #036EB8;
    height: 0.7rem;
    line-height: 0.7rem;
}
.product_wrap_left_list{
    display: flex;
    flex-direction: column;
}
.product_wrap_left_items{
    background: #F2F2F2;
    position: relative;
    text-indent: 0.32rem;
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.5rem;
    border-bottom: 0.01rem solid #fff;
}
.product_left_border{
    display: block;
    position: absolute;
    width: 0.05rem;
    height: 0.5rem;
    background:#036EB8;
    top: 0;
    left: 0;
    display: none;
}

.product_left_img{
    width: 0.16rem;
    height: 0.16rem;
    position:absolute;
    top: 0.2rem;
    right: 0.2rem;
}
.product_left_img>img{
    width: 100%;
    height: 100%;
}
.product_none{
    display: none;
}
.product_xbox{
    /* display: none; */
    background: #fff;
    display: flex;
    flex-direction: column;

}
.product_a{
    height: 0.5rem;
    font-size: 0.14rem;
    color: #333;
    border-bottom: 0.01rem solid #eee;
    background: #fff;
}
.product_wrap_right{
    flex: 1;
    margin-left: 0.4rem;
}
.product_wrap_tops{
    display: flex;
    justify-content: flex-end;
}
.product_forms1{
    width: 1.8rem;
    height: 0.5rem;
    /* background:pink; */
    /* border-radius: 0.03rem;
    border: 0.01rem solid #ccc; */
}
.product_forms1>select{
    width: 100%;
    height: 100%;
    outline: 0;
    cursor: pointer;
    border-radius: 0.05rem;
    border: 0.01rem solid #ccc;
    padding: 0 0.15rem  ;
    box-sizing: border-box;
    background: #F5F5F5;
}
.product_forms2{
    width: 5rem;
    height: 0.5rem;
    margin-left: 0.1rem;
    display: flex;
}
.product_forms2>input{
    width: 80%;
    height: 100%;
    border-radius: 0.05rem  0 0 0.05rem;
    border: 0.01rem solid #ccc;
    padding:0 0.15rem;
}
.product_seacher{
    width: 20%;
    display: inline-block;
    background: #036EB6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_seacher>img{
    width: 0.4rem;
    height: 0.4rem;
}
.product_wrap_bottoms{
    margin-top: 0.2rem;
}
.product_wrap_bottoms>table{
    width: 100%;
    border-color: #daeaf6;
}
.td_1{
    padding: 0.07rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.14rem;
}
.td_color{
    color: #0090FF;
}
.tr_1:first-child{
    background: #036eb8;
    color: #fff;
}
.tr_1:nth-child(2){
    background: #036eb8;
    color: #fff;
}
.tr_white{
    background: white;
}
.tr_blue{
    background: #f2f8fb;
}











/* 产品详细 */
/* .product_wrap_right2{
    background: red;
} */
.product_right2_top{
    display: flex;
    margin-bottom: 0.3rem;
}

.product_position{
    margin-right: 0.01rem;
    color: #333333;
    font-size: 0.18rem;
}
.product_position:hover{
    color: #005CBC;
}
.product_right2_left{
    width: 6rem;
    height: 5.05rem;
    position: relative;
}
.product_right2_bottom{
    display: flex;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .mySwiper {
    width: 90%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  /* .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
  } */

  .mySwiper .swiper-slide-thumb-active {
    border: 0.01rem solid #005CBC;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.next_1,.prev_1{
    color: #9a9a9a!important;
    top: 4.8rem!important;
    /* font-size: 0.12!important; */
}
.next_1{
    right: -0.1rem!important;
}
.prev_1{
    left: -0.1rem!important;
}
.swiper-button-prev:after{
    font-size: 0.2rem!important;
    font-weight: bold;
}
.swiper-button-next:after{
    font-size: 0.2rem!important;
    font-weight: bold;
}








  .product_right2_right{
    flex: 1;
    margin-left: 0.5rem;
}
.product_right2_title{
    color: #222222;
    font-size: 0.4rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #CCCCCC;
}
.product_right2_tx{
    color: #222;
    font-weight: bold;
    font-size: 0.2rem;
    margin-top: 0.3rem;
}
.product_right2_bbox{
    display: flex;
    margin-top: 0.2rem;
}
.product_right2_items1{
    width: 50%;
    /* margin-right: 1.5rem; */
}
.product_text{
    color: #222;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;

}
.product_text>span{
    width:0.07rem;
    height: 0.07rem;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.15rem;
}
.product_look_a{
    display: inline-block;
    width: 2.16rem;
    height: 0.5rem;
    background: #005CBC;
    border-radius: 0.07rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    margin-right: 0.3rem;
}
.product_look_a:hover{
    opacity: .9;
}
.product_messages{
    width: 100%;
    height: 0.48rem;
    background: #F8F8F8;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
}
.product_messages>a{
    width: 1.4rem;
    height: 0.48rem;
    background: #005CBC;
    display: block;
    text-align: center;
    line-height: 0.48rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.2rem;
}
.product_table{
    /* background: pink; */
    padding: 0!important;
    margin: 0!important;
}
.product_table table{
    width: 100%;
    border-color:#f2f8fb;
    /* border: 0.01rem solid #000; */
}
.product_table tr{
    /* display: flex; */
    /* justify-content: space-between; */
}
.product_table tr:nth-child(1){
    background:#f2f8fb;
}
.product_table tr:nth-child(2){
    background:#f2f8fb;
}
.product_table tr:nth-child(4){
    background:#f2f8fb;
}
.product_table tr:nth-child(5){
    background:#f2f8fb;
}
.product_table td{
    text-align: center;
    padding: 0.07rem 0;
    box-sizing: border-box;
    color: #666;
    font-size: .16rem;
}
.product_bottom_imgbox{
    display: flex;
    margin: 0.6rem 0 0.8rem 0;
}
.product_bottom_img{
    width: 49%;
    height: 4rem;
    display: block;
    margin-right: 2%;
    overflow: hidden;
}
.product_bottom_img:last-child{
    margin-right: 0;
}
.product_bottom_img>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.product_bottom_img:hover>img{
    transform: scale(1.05);
}
/* 应用领域 */
.product_2_tit_x{
    position: relative;
}
.product_2_tit_x::before{
    content: 'APPLICATION AREA';
    
}
.domain_row{
    margin-top:0.7rem;
    margin-bottom:1rem;
}
.domain_content{
    display: flex;
    margin-bottom: 0.5rem;
}
.domain_items{
    width: 49%;
    height: 3.5rem;
    margin-right: 2%;
    position: relative;
    
}
.domain_items:last-child{
    margin-right: 0;
}
.domain_imgbox{
    width:5rem;
    height: 3.5rem;
    /*background: orange;*/
    overflow: hidden;
}
.domain_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.domain_imgbox:hover>img{
    transform: scale(1.05);
}
.domain_xbox{
    width: 3.3rem;
    height: 2.9rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    background: #036EB8;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
}
.domain_green{
    font-weight: bold;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #409AD8;
}
.domain_xbox_flex{
    display: flex;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.25rem;
}
.domain_xbox_flex:hover{
    opacity: .9;
}
.domain_xbox_flex i{
    font-style: normal;
}
/* 应用领域详情 */
.domain_position_xbox{
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
}
.domain_position{
    width: 16rem;
    margin: 0 auto;
}
.domain_position_a{
    font-size: 0.18rem;
    color: #333;
}
.domain_position_a:hover{
    color: #005CBC;

}
.domain_can{
    width: 16rem;
    margin: 0 auto;
}
.domain_can_tit{
    color: #333;
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;  
}
.domain_can_xbox span{
    color: #aaa;
    font-size: 0.16rem;
    margin-right: 0.2rem;
}
.domain_can_xbox{
    margin-bottom: 0.4rem;
}
.domain_gray{
    background: #F8F8F8;
    padding: 0.15rem 0;
}
.domain_gray a{
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    margin-bottom: 3px;
    margin-top: 3px;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-right: 0.01rem solid #ccc;
}
.domain_speak{
    margin-top: 0.35rem;
}
.domain_speak_center{
    width: 16rem;
    margin: 0 auto;
}
.domain_speak_items1{
    padding: 0.2rem 0;
    color: #333333;
    font-size: .3rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #ccc;
    margin-bottom: 0.4rem;
    position: relative;
}
.domain_speak_items1::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 0.03rem;
    background: #036EB8;
    left: 0;
    bottom: -0.015rem;

}
.domain_speak_content{
    display: flex;
}

.domain_left_txt{
    text-align: justify;
    margin-right: 0.5rem;
    font-size: 0.2rem;
    line-height:3;
}

.domain_right_items{
    width: 6rem;
    min-width: 6rem;
    height: 5rem;
    position: relative;
}
.domain_test_center{
    width: 16rem;
    margin: 0 auto;
}
.domain_test_items1{
    margin-top: 0.5rem;
}
.domain_test_1{
    padding: 0.15rem 0;
    border-bottom: 0.01rem dashed  #bbb;
    display: flex;
    justify-content: space-between;
}
.domain_test_left{
    display: flex;

}
.domain_test_imgbox{
    width: 0.8rem;
    height: 0.8rem;
}
.domain_test_imgbox>img{
    width: 100%;
    height: 100%;
}
.domain_test_txtbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.2rem;
}
.domain_test_font{
    color: #333;
    font-weight: bold;
    font-size: 0.2rem;
}
.domain_test_kb{
    color: #999;
    font-size: 0.16rem;
}
.domain_test_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.domain_test_year{
    font-size: 0.18rem;
    color: #999999;
}
.domain_test_num{
    display: flex;
    justify-content: flex-end;
}
.domain_load{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.1rem;
}
.domain_load>img{
    width: 100%;
    height: 100%;
}
.domain_test_5num{
    color: #999;
    font-size: 0.18rem;
}
/* 技术文档 */
.domain_js_center{
    width: 16rem;
    margin: 0 auto;
}
.domain_js_content1{
    display: flex;
    padding-left: 0.6rem;
    /* padding: 0 0.65rem; */
    box-sizing: border-box;
    border-bottom: 0.01rem solid #ccc;
    /* justify-content: space-between; */
}
.domain_js_content1:first-child{
    background:#F2F8FB;
    border-bottom: 0;
}
.domain_js_items1{
    padding: 0.2rem 0;
    box-sizing: border-box;
    font-size: 0.18rem;
}
.domain_js_items1:nth-child(1){
    width: 20%;
}
.domain_js_items1:nth-child(2){
    width: 46%;
}
.domain_js_items1:nth-child(3){
    width: 17%;
}
.domain_js_items1:nth-child(4){
    width: 17%;
}
.domain_js_a{
    color: #036EB8;
}
.domain_js_gray{
    color: #666666;
}
.domain_js_select{
    width: 2rem;
    height: 0.32rem;
    margin-top: 0.1rem;
}
.domain_js_select select{
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0.01rem solid #ccc;
    padding: 0 0.16rem;
    box-sizing: border-box;
    cursor: pointer;
    color: #666;
}
.domain_js_select option{
    cursor: pointer;
}
.domain_js_select2{
    width: 4rem;
}
/* 技术培训 */
.domain_money{
    margin-bottom: 1rem;
}
.domain_money_center{
    width: 16rem;
    margin: 0 auto;
}

.domain_money_content{
    display: flex;
}
.domain_money_items1{
    width: 50%;
}
.domain_money_color{
    color: #036EB8;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
}
.domain_money_many{
    width: 3.8rem;
    height: 0.5rem;
    display: block;
    text-align: center;
    line-height: 0.5rem;
    border: 0.01rem solid #036EB8;
    color: #036EB8;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.domain_money_many:hover{
    background: #036EB8;
    color: #fff;
}
.domain_monry_txt1{
    margin-bottom: 0.15rem;
    color: #666666;
    font-size: 0.14rem;
}
.domain_money_right{
    display: flex;
    margin-bottom: 0.2rem;
    align-items: center;

}
.domain_money_img{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    margin-right: 0.1rem;
}
.domain_money_img>img{
    width: 100%;
    height: 100%;
}
.domain_money_right_txt{
    color: #333;
    font-size: 0.2rem;
}
@media screen and (max-width:1024px){
    .product_1_center{
        width: 100%;
        height: auto!important;
    }
    .product_2_content{
        width: 100%;
    }
    .product_2{
        padding: 0 15px;
    }
    .product_row_items{
        width: 100%!important;
        margin-right: 0;
    }
    .product_row_imgbox{
        height: auto;
    }
    .product_2_tit::before{
        white-space: nowrap;
    }
    .product_row_name{
        font-size: 16px;
    }
    .product_wrap{
        padding: 0 15px;
    }
    .product_wrap_center{
        width: 100%;
        flex-wrap: wrap;
    }
    .product_wrap_left,.product_wrap_right{
        width: 100%;
    }
    .product_wrap_right{
        flex: none;
        margin-left: 0;
    }
    .product_wrap_tops{
        margin-top: 15px;
        justify-content: space-between;
    }
    .product_wrap_bottoms{
        overflow-x: auto;
    }
    .product_wrap_left_items a{
        font-size: 14px;
    }
    .product_left_img{
        width: 12px;
        height: 12px;
    }
    #category option{
        font-size: 14px;
    }
    #keyword_p{
        font-size: 14px;
    }
    .td_1{
        font-size: 14px;
    }
    .td_1 a{
        font-size: 14px;
    }
    .domain_content{
        
    }
    .domain_items{
        height: auto;
        width: 100%!important;
        margin-right: 0;
    }
    .domain_green{
        font-size: 18px;
    }
    .domain_xbox{
        width: 100%;
        height: 100%;
        background: RGBA(3,110,184,0.7);
        /*background: pink;*/
    }
    .domain_imgbox{
        width: 100%;
        height: auto;
    }
    .domain_xbox_flex{
        font-size: 14px;
    }
    .domain_xbox_abox i{
        font-size: 14px;
    }
    .domain_position_xbox{
        padding: 0 15px;
    }
    .domain_position,.domain_can,.domain_speak_center{
        width: 100%;
    }
    .domain_position_a{
        font-size: 12px;
    }
    .domain_can{
        padding: 0 15px;
    }
    .domain_speak_content{
        flex-wrap: wrap;
    }
    .domain_left_txt,.domain_right_items{
        width: 100%;
    }
    .domain_speak_center{
        padding: 0 15px;
    }
    .domain_right_items{
        margin-top: 30px;
    }
    .domain_left_txt{
        margin-right: 0;
    }
    .domain_left_txt p{
        font-size: 16px;
    }
    .domain_can_xbox span{
        font-size: 14px;
    }
    .domain_gray a{
        font-size: 14px;
    }
    .domain_test{
        padding: 0 15px;
    }
    .domain_test_center{
        width: 100%;
    }
    .domain_test_font{
        font-size: 14px;
    }
    .domain_test_year{
        font-size: 14px;
    }
    .domain_load{
        width: 20px;
        height: 20px;
    }
    .domain_js_center{
        width: 100%;
    }
    .domain_money_center{
        width: 100%;
    }
    .domain_money{
        padding: 0 15px;
    }
    .domain_money_content{
        flex-wrap: wrap;
    }
    .domain_money_items1{
        width: 100%;
    }
    .domain_monry_txt1,.domain_money_color{
        font-size: 14px;
    }
    .domain_money_many{
        width: 100%;
        height: auto;
        padding: 5px 0;
        font-size: 14px;
    }
    .domain_money_img{
        width: 25px;
        height: 25px;
    }
    .domain_money_right_txt{
        font-size: 14px;
    }
    .domain_js{
        padding: 0 15px;
    }
    .domain_js_content1{
        padding-left: 0;
    }
    .domain_monry_txt1{
        line-height: 1.6;
    }
    
    
    
    .domain_js_select{
        width: auto;
    }
    .domain_js_select2 input{
        width: 90%;
        height: 100%;
    }
    .domain_js_items1{
        flex: 1;
    }
    .domain_js_select select{
        width: 90%;
    }
    .domain_js_items1,.domain_js_gray,.domain_js_a{
        font-size: 14px;
    }
    .domain_js_select opation{
        font-size: 14px;
    }
    .domain_gray{
        display: flex;
        flex-wrap: wrap;
    }
    .domain_can_tit,.domain_speak_items1{
        font-size: 18px;
    }
    .domain_js_items1:nth-child(3){
        padding-right: 5px;
    }
    
    
    
    
}

