
/*index.html 案例一览*/
/*切换导航*/
.pc_detail_menu{
    display: block;
    margin-bottom: 60px;
}
.sp_detail_menu{
    display: none;
}
.pc_detail_menu .link_nav{
    display: block;
    text-align: center;
    font-size: 0;
}
.pc_detail_menu .link_nav li{
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.pc_detail_menu .link_nav li.two{
    margin-left: -25px;
}
.pc_detail_menu .link_nav li a{
    display: block;
    padding-left: 25px;
    background: url("../images/triangle_ttl_l.png") no-repeat left top;
}
.pc_detail_menu .link_nav li a span{
    display: block;
    padding-right: 25px;
    background: url("../images/triangle_ttl_r.png") no-repeat right top;
}
.pc_detail_menu .link_nav li a i{
    display: block;
    width: 445px;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    color: #0071be;
}
.pc_detail_menu .link_nav li.on a,
.pc_detail_menu .link_nav li:hover a{
    background: url("../images/triangle_ttl_l_h.png") no-repeat left top;
}
.pc_detail_menu .link_nav li.on a span,
.pc_detail_menu .link_nav li:hover a span{
    background: url("../images/triangle_ttl_r_h.png") no-repeat right top;
}
.pc_detail_menu .link_nav li.on a i,
.pc_detail_menu .link_nav li:hover a i{
    background-color: #0071be;
    color: #ffffff;
}
.detail_menu_new .pc_detail_menu .link_nav li{
    width: 50%;
}
.detail_menu_new .pc_detail_menu .link_nav li.on a, 
.detail_menu_new .pc_detail_menu .link_nav li:hover a,
.detail_menu_new .pc_detail_menu .link_nav li.on a span,
.detail_menu_new .pc_detail_menu .link_nav li:hover a span,
.detail_menu_new .pc_detail_menu .link_nav li a,
.detail_menu_new .pc_detail_menu .link_nav li a span{
    background: none;
}
.detail_menu_new .pc_detail_menu .link_nav li.two{
    margin-left: 0;
}
.detail_menu_new .pc_detail_menu .link_nav li a{
    padding-left: 0;
}
.detail_menu_new .pc_detail_menu .link_nav li a i{
    width: 100%;
    border: 1px solid #0048b7;
    background-color: #0048b7;
    color: #fff;
}
.detail_menu_new .pc_detail_menu .link_nav li a i:hover{
    color: #bfd8ff;
}
.detail_menu_new .pc_detail_menu .link_nav li a span{
    padding-right: 0;
}
.detail_menu_new .pc_detail_menu .link_nav li.on a i{
    background-color: #fff;
    border-top: 1px solid #0048b7;
    
    color: #0048b7;
}
.detail_menu_new .pc_detail_menu .link_nav li.on a i:hover{
    color: #07a5d3;
}
.new_product_list_detail_area{
    position: relative;
    margin-bottom: 80px;
}
.product_pages .secondary_prouducts_access{
    margin-bottom: 80px;
}
.product_pages #footer{
    margin-top: 0;
}
.btn_prev,
.btn_next{
    position: absolute;
    z-index: 1;
    top: 50%;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: -24px;

    background-image: url(../images/kv_arrows.png);
    background-repeat: no-repeat;
}
.btn_prev{
    left: -48px;
}
.btn_prev:hover{
    background-position: 0 -48px;
}
.btn_next{
    right: -48px;
    background-position: -48px 0;
}
.btn_next:hover{
    background-position: -48px -48px;
}
.new_product_list_detail_content{
    overflow: hidden;
}
.new_product_list_detail_content .swiper-slide{
    overflow: hidden;
}
.new_product_list_detail_content .swiper-slide ul{
    font-size: 0;
}
.new_product_list_detail_content .swiper-slide ul li{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.new_product_list_detail_content .swiper-slide ul li:last-child{
    margin-right: 0;
}
.new_product_list_detail_content .swiper-slide ul.two li{
    width: 570px;
}
.new_product_list_detail_content .swiper-slide ul.three li{
    width: 370px;
}
.new_product_list_detail_content .swiper-slide ul li .img{
    display: block;
    border: 1px solid #d3d4d8;
    overflow: hidden;
    
}
.new_product_list_detail_content .swiper-slide ul li .img img{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.new_product_list_detail_content .swiper-slide ul li .img:hover img{
    opacity: 1;
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}
.new_product_list_detail_content .swiper-slide ul li .type{
    padding: 16px 20px;
    display: block;
    border: 1px solid #d3d4d8;
    border-top: none;
}
.new_product_list_detail_content .swiper-slide ul li .type a{
    display: block;
    font-size: 18px;
    color: #000;
    background: url(../images/icon_arrow_right_03_big.png) no-repeat scroll right center;
}
.new_product_list_detail_content .swiper-slide ul li .type a:hover{
    color: #07a5d3;
}
.new_product_list_detail_content .swiper-slide ul li .intro{
    padding: 20px;
    display: block;
    border: 1px solid #d3d4d8;
    border-top: none;
    height: 180px;
    font-size: 14px;
}
.new_product_list_detail_content .swiper-slide ul li .intro strong{
    display: block;
    margin-bottom: 20px;
    color: #000;
}
/*内容区域*/
.list_odd,
.list_even{
    margin-bottom: 40px;
}
.list_odd .fl,
.list_even .fr{
    width: 56%;
}
.list_odd .fl img,
.list_even .fr img{
    width: 100%;
    display: block;
}
.list_odd .fr,
.list_even .fl{
    width: 44%;
    position: relative;
    background-color: #0071be;
    color: #ffffff;
}
.list_odd .fr:hover,
.list_even .fl:hover{
    background-color: #6a9bc4;
}
.list_odd .fr .txt_box,
.list_even .fl .txt_box{
    display: block;
    padding: 30px 35px 20px 35px;
}
.list_odd .fr .txt_box .tip_num,
.list_even .fl .txt_box .tip_num{
    position: absolute;
    padding: 10px;
    width: 44px;
    height: 44px;
    line-height: 1;
    top: 0;
    color: #0071be;
}
.list_odd .fr .txt_box .tip_num{
    background: url("../images/triangle_bg_icon04.png") no-repeat 0 0;
    right: 0;
    text-align: right;
}
.list_even .fl .txt_box .tip_num{
    background: url("../images/triangle_bg_icon03.png") no-repeat 0 0;
    left: 0;
}
.list_odd .fr .txt_box dl dt,
.list_even .fl .txt_box dl dt{
    font-size: 22px;
    margin-bottom: 20px;
}
.list_odd .fr .txt_box dl dd,
.list_even .fl .txt_box dl dd{
    font-size: 18px;
    text-align: justify;
}

/* 案例详情页 */
#l_content,
#l_video_content{
    margin-top: 92px;
}
#l_content .txt_area{
    margin-bottom: 30px;
}
#l_content .txt_area p{
    text-indent: 2em;
    margin-bottom: 10px;
}
#l_content .img_area{
    margin-bottom: 40px;
}
#l_content .locale_img img{
    width: 100%;
    display: block;
}
#l_content .address_txt{
    background-color: #0071be;
    color: #ffffff;
    padding-left: 20px;
}
/*产品一览页面*/
.product_pages .main{
    padding-top: 80px;
}
.pc_h section ul li.products::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    /* background-color: #00067f; */
}
.product_list{
    margin-bottom: 40px;
}
.product_introduce{
    background-color: #f0f0f0;
    position: relative;
    padding: 0 80px;
    cursor: pointer;
}
.product_introduce span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    background: url("../images/add_icon.png") no-repeat 0 0;
}
.product_introduce.on span{
    background: url("../images/minus_icon.png") no-repeat 0 0;
}
.product_introduce span:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.product_introduce table dl{
    padding-left: 40px;
}
.product_introduce table dl dt{
    font-size: 22px;
    margin-bottom: 10px;
}
.product_introduce table dl dd{
    font-size: 18px;
}
.product_model{
    font-size: 18px;
    margin-right: -1px;
    display: none;
}
.product_model li{
    float: left;
    width: 50%;
}
.product_model li a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #0071be;
}
.product_introduce table .col{
    width: 45.5%;
}
.product_introduce table td img{
    width: 100%;
    display: block;
}
/*视屏一览*/
#l_video_content .detail_area{
    overflow: hidden;
}
.video_list{
    margin-right: -60px;
}
.video_list li{
    width: 530px;
    float: left;
    margin: 0 60px 30px 0;
}
.video_list li .video_box{
    position: relative;
}
.video_list li .video_box img{
    width: 100%;
    display: block;
}
.video_list li .video_box span{
    position: absolute;
    display: block;
    width: 84px;
    height: 84px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video_list li:hover .video_box span{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.video_list li .video_txt{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #0071be;
    color: #ffffff;
}
/*视屏详情*/
.return_btn{
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    background-color: #0071be;
    color: #ffffff;
    text-align: center;
    margin: 30px auto 25px;
}
.video_ttl{
    font-size: 24px;
}
.video_detail_box{
    width: 100%;
}
.video_detail_box img{
    width: 100%;
    display: block;
}
/* 产品列表页 */
.detail_kv.detail_kv_new .detail_kv_new_add_contact{
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.detail_kv.detail_kv_new .detail_kv_new_add_contact h2{
    position: static;
    height: 64px;;
}
.detail_kv.detail_kv_new .detail_kv_new_add_contact a{
    display: block;
    margin: 40px 0 0 0;
    padding: 12px 0;
    width: 228px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.detail_kv.detail_kv_new .detail_kv_new_add_contact a:hover{
    color: #07a5d3;
    background-color: #fff;
}
.product_pages.product_list_pages .main{
    padding-top: 0;
}
.prouducst_list_content{
    margin-bottom: 80px;
}
.prouducts_list_nav{
    float: left;
    width: 240px;
    border-right: 1px solid #d3d4d8;
}
.prouducts_list_nav nav > .ttl{
    padding: 30px 0 30px 30px;
    font-size: 18px;
    color: #0071be;
    border-bottom: 1px solid #d3d4d8;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_ttl{
    position: relative;
    padding: 16px 0 16px 34px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #d3d4d8;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_ttl::after{
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 7px;
    height: 11px;
    background: url(../images/icon_arrow_right_03.png) no-repeat scroll 0 0;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_ttl a:hover{
    color: #07a5d3;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_content{
    display: none;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #d3d4d8;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_content.on{
    display: block;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_content a{
    display: block;
    color: #0e79c1;
}
.prouducts_list_nav .proudcts_list_nav_detail .plnd_content a span:hover{
    color: #0e79c1;
    text-decoration: underline;
}
.prouducts_list_right_detail{
    float: right;
    width: 900px;
}
.prouducts_list_right_detail .prouducts_list_big_ttl{
    margin: 40px 0 40px 30px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.prouducts_list_right_detail .prouducts_list_show{
    
    font-size: 0;
}
.prouducts_list_right_detail .prouducts_list_show li{
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 30px;
    vertical-align: top;
}
.prouducts_list_right_detail .prouducts_list_show li > div{
    border: 1px solid #d3d4d8;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_ttl{
    border-bottom: 1px solid #d3d4d8;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_ttl span{
    padding: 16px 20px;
    display: block;
    color: #000;
    font-size: 18px;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_img{
    overflow: hidden;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_img img{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_img:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_intro{
    padding: 20px;
    border-bottom: 1px solid #d3d4d8;
    font-size: 14px;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_intro strong{
    margin-bottom: 16px;
    display: block;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_intro dl dt{
    margin-top: 10px;
    color: #666;
    font-weight: bold;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_comparison{
    padding: 16px 24px;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_comparison a{
    display: block;
    font-size: 14px;
    color: #000;
    background: url(../images/icon_arrow_right_03_big.png) no-repeat scroll right center;
}
.prouducts_list_right_detail .prouducts_list_show li > div.no_comparison .pls_intro{
    border-bottom: none;
}
.prouducts_list_right_detail .prouducts_list_show li > div.no_comparison .pls_comparison a{
    background: none;
    cursor: default;
}
.prouducts_list_right_detail .prouducts_list_show li > div .pls_comparison a:hover{
    color: #07a5d3;
}
/* 弹出层 */
.product_list_popup{
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.product_list_popup.on{
    display: block;
}
.product_list_popup .mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mask.png) repeat scroll 0 0;
}
.products_compare{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px 0;
    width: 1200px;
    height: 80%;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.products_compare .pc_close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 54px;
    height: 54px;
    background: url(../images/icon_close.png) no-repeat scroll 0 0;
    cursor: pointer;
    z-index: 1;
}
.products_compare .pc_close:hover{
    background: url(../images/icon_close_h.png) no-repeat scroll 0 0;
}
.products_compare_detail{
    height: 80%;
    overflow-y: auto;
}
.products_compare_content,
.products_table_ttl_content{
    margin: 0 auto;
    width: 1000px;
}
.products_compare_content_ttl{
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    width: 1000px;
    font-size: 24px;
    color: #001b45;
    border-bottom: 1px solid #d1d1c8;
}
.products_compare_content_ttl::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 80px;
    height: 1px;
    background-color: #170aac;
}
.compare_table th,
.compare_table_head th{
    background-color: #f7f7f7;
    text-align: left;
    white-space: nowrap;
    width: 100px;
}
.compare_table td,
.compare_table_head td{
    width: 200px;
}
.compare_table th,
.compare_table td,
.compare_table_head th,
.compare_table_head td{
    padding: 20px;
    border: 1px solid #d3d4d8;
    font-size: 14px;
}
.compare_table_head th,
.compare_table_head td{
    border-bottom: none;
}
.compare_table td img{
    width: 180px;
}
.compare_table td.last-right,
.compare_table_head td.last-right{
    display: none;
}
.compare_table .f-main,
.compare_table_head .f-main{
    border: 2px solid #00a0e9;
    border-bottom: none;
}
.compare_table .s-main{
    border-left: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
}
.compare_table .l-main{
    border: 2px solid #00a0e9;
    border-top: none;
}
.compare_back{
    margin-top: 20px;
    text-align: center;
}
.compare_back a{
    padding: 10px 50px;
    display: inline-block;
    font-size: 18px;
    border: 1px solid #0048b7;
    color: #0048b7;
    font-weight: bold;
}
.compare_back a:hover{
    background-color: #07a5d3;
    border: 1px solid #07a5d3;
    color: #fff;
}
@media (max-width: 1024px) {
    /*导航切换*/
#l_content, #l_video_content {
    margin-top: 50px;
}
    .product_index .detail_area{
        overflow: hidden;
    }
    .pc_detail_menu{
        display: none;
    }
    .sp_detail_menu{
        display: block;
        position: relative;
        z-index: 10;
        margin-bottom: 30px;
    }
    .sp_detail_menu .select_menu{
        text-align: center;
        border: 1px solid #bfbfbf;
        line-height: 0;
    }
    .sp_detail_menu .select_menu p{
        float: left;
        display: inline-block;
        width: 88%;
    }
    .sp_detail_menu .select_menu span{
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0;
    }
    .sp_detail_menu .select_menu span img{
        width: 100%;
    }
    .sp_detail_menu .select_menu a{
        float: left;
        display: block;
        width: 12%;
        padding: 5px 0;
        height: 36px;
        line-height: 36px;
    }
    .sp_detail_menu .select_menu a i{
        display: block;
        border-left: 1px solid #bfbfbf;
        background: url("../images/arrow_ico01.gif") no-repeat center center;
        background-size: 35%;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
    }
    .sp_detail_menu .link_nav{
        padding-left: 0;
        position: absolute;
        border-left: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        /*border-top: 1px solid #bfbfbf;*/
        width: 88.1%;
        background-color: #ffffff;
        display: none;
    }
    .sp_detail_menu .link_nav li {
        border-bottom: 1px solid #bfbfbf;
        text-align: center;
        line-height: 0;
        font-size: 15px;
        letter-spacing: 0;
    }
    .sp_detail_menu .link_nav li a{
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        font-size: 15px;
    }
    .sp_detail_menu .link_nav li.touchOn a i{
        color: #0048b7;
    }

    /*index.html 案例一览*/
    .list_odd, .list_even {
        margin-bottom: 30px;
    }
    .list_odd .fl,
    .list_even .fr,
    .list_odd .fr,
    .list_even .fl{
        float: none;
        width: 100%;
        height: auto !important;
    }
    .list_odd .fr .txt_box .tip_num, .list_even .fl .txt_box .tip_num {
        width: 64px;
        height: 64px;
    }
    .list_odd .fr .txt_box dl dt, .list_even .fl .txt_box dl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list_odd .fr .txt_box dl dd, .list_even .fl .txt_box dl dd {
        font-size: 12px;
    }

    /*案例详情页*/
    #l_content，
    #l_video_content{
        margin-top: 50px;
    }
    #l_content .img_area {
        margin-bottom: 30px;
    }

    /*产品一览*/
    .btn_prev, .btn_next{
        width: 30px;
        height: 30px;

        margin-top: -15px;

        background-size: 200% auto;
    }
    .btn_next{
        background-position: -30px 0;
    }
    .product_introduce {
        padding: 0;
    }
    .product_introduce table td{
        display: block;
    }
    .product_introduce table .col {
        width: 100%;
    }
    .product_introduce table td img{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .product_introduce table dl {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        text-align: justify;
    }
    .product_introduce table dl dt {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .product_introduce table dl dd {
        font-size: 12px;
    }
    .new_product_list_detail_area{
        margin-bottom: 20px;
    }
    .new_product_list_detail_content .swiper-slide ul.two li,
    .new_product_list_detail_content .swiper-slide ul.three li{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .new_product_list_detail_content .swiper-slide ul li .img img{
        width: 100%;
    }
    .new_product_list_detail_content .swiper-slide ul li .type{
        padding: 10px;
    }
    .new_product_list_detail_content .swiper-slide ul li .type a{
        font-size: 14px;
    }
    .new_product_list_detail_content .swiper-slide ul li .intro{
        padding: 10px;
        height: auto;
        font-size: 12px;
    }
    .new_product_list_detail_content .swiper-slide ul li .intro strong{
        margin-bottom: 10px;
    }
    .product_pages .secondary_prouducts_access{
        margin-bottom: 20px;
    }
    .product_pages .main{
        padding-top: 20px;
    }
    
    /* 视屏一览 */
    .video_list{
        margin-right: 0;
        margin-bottom: -30px;
    }
    .video_list li {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    .video_list li .video_txt {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    /*视屏详情*/
    .return_btn{
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .video_ttl{
        font-size: 16px;
    }
    /* 产品列表页 */
    .detail_kv.detail_kv_new .detail_kv_new_add_contact h2{
        height: auto;
    }
    .detail_kv.detail_kv_new .detail_kv_new_add_contact a{
        margin: 10px 0 0 0;
        padding: 5px;
        width: 120px;
        font-size: 14px;
    }
    .prouducst_list_content{
        margin-bottom: 20px;
    }
    .prouducts_list_nav{
        float: none;
        width: 100%;
        border-left: 1px solid #d3d4d8;
        border-bottom: 1px solid #d3d4d8;
        text-align: center;
        font-size: 0;
    }
    .prouducts_list_nav nav{
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .prouducts_list_nav nav:first-child{
        border-right: 1px solid #d3d4d8;
    }
    .prouducts_list_nav nav:nth-child(2){
        border-left: 1px solid #d3d4d8;
    }
    .prouducts_list_nav nav > .ttl{
        padding: 10px;
        font-size: 16px;
        
    }
    .prouducts_list_nav section{
        display: none;
    }
    .prouducts_list_nav .proudcts_list_nav_detail .plnd_ttl{
        padding: 5px 10px;
        font-size: 14px;
    }
    .prouducts_list_nav .proudcts_list_nav_detail .plnd_ttl::after{
        position: static;
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: middle;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .prouducts_list_nav .proudcts_list_nav_detail .plnd_content{
        padding: 5px 0;
    }
    .prouducts_list_nav .proudcts_list_nav_detail .plnd_content a{
        font-size: 12px;
    }
    .prouducts_list_right_detail{
        float: none;
        width: 100%;
    }
    .prouducts_list_right_detail .prouducts_list_big_ttl {
        margin: 20px 0;
        font-size: 18px;
    }
    .prouducts_list_right_detail .prouducts_list_show{
        overflow: hidden;
    }
    .prouducts_list_right_detail .prouducts_list_show li{
        margin: 0 0 10px 0;
        width: 48%;
    }
    .prouducts_list_right_detail .prouducts_list_show li:nth-child(odd){
        float: left;
    }
    .prouducts_list_right_detail .prouducts_list_show li:nth-child(even){
        float: right;
        margin-right: 0;
    }
    .prouducts_list_right_detail .prouducts_list_show li > div .pls_ttl span{
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    .prouducts_list_right_detail .prouducts_list_show li > div .pls_img img{
        width: 100%;
    }
    .prouducts_list_right_detail .prouducts_list_show li > div .pls_intro{
        padding: 10px;
    }
    .prouducts_list_right_detail .prouducts_list_show li > div .pls_intro strong{
        margin-bottom: 10px;
    }
    .prouducts_list_right_detail .prouducts_list_show li > div .pls_comparison{
        padding: 10px;
    }

    /* 产品比较 */
    .products_compare{
        padding: 20px 0;
        width: 92.1875%;
    }
    .products_compare_detail{
        padding-bottom: 20px;
        height: 75%;
    }
    .products_compare .pc_close{
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
    }
    .products_compare_content,
    .products_table_ttl_content{
        width: 90%;
    }
    .products_compare_content_ttl{
        width: 90%;
        font-size: 18px;
    }
    .compare_table th, 
    .compare_table td,
    .compare_table_head td,
    .compare_table_head th{
        padding: 5px;
        font-size: 12px;
    }
    .compare_table th,
    .compare_table_head th{
        width: 74px;
    }
    .compare_table td,
    .compare_table_head td{
        width: 101px;
    }
    .compare_table td img{
        width: 100px;
    }
    .compare_table td.last-right,
    .compare_table_head td.last-right{
        display: table-cell;
        border-top: none;
        border-right: none;
        border-bottom: none;
        width: 10px;
    }
    .compare_back a{
        padding: 5px 20px;
        font-size: 14px;
    }
    
    
}