.inquiry_list{
    margin-top:45px;
}
.inquiry_list *{    
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.inquiry_list .item{
    border-bottom:1px solid #EDEDED;
    display: block;
}
.inquiry_list .header>div,.inquiry_list .item>div{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.inquiry_list .code{
    width:147px;
    border-right:1px solid #EDEDED;
}
.inquiry_list .product{
    width:679px;
    border-right:1px solid #EDEDED;
}
.inquiry_list .count{
    width:191px;
    border-right:1px solid #EDEDED;
}
.inquiry_list .btns{
    width:180px;
}
.inquiry_list .header{
    line-height:60px;
    background-color:#EEF0F5;
}
.inquiry_list .header>div{
    font-size:13px;
    color:#000E35;
    font-weight: bold;
}
.inquiry_list .list .item>div{
    line-height: 80px;
    padding:25px 0;
}
.inquiry_list .list .code img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.inquiry_list .list .code .selected{
    display: none;
}
.inquiry_list .list .code.selected .selected{
    display: inline-block;
}
.inquiry_list .list .code.selected .unselected{
    display: none;
}
.inquiry_list .list .code span{
    width:52px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#666666;
}
.inquiry_list .list .product .detail{
    padding:0 25px 0 125px;
    position: relative;
    text-align: left;
}
.inquiry_list .list .product .detail .image{
    width:80px;
    height:80px;
    position: absolute;
    left:25px;
    top:50%;
    margin-top:-40px;
}
.inquiry_list .list .product .detail .image img{
    width:100%;
    height:100%;
}
.inquiry_list .list .product .detail .name{
    font-size:13px;
    color:#333;
    line-height: 18px;
    max-height:36px;
    display: block;
    overflow:hidden;
}
.inquiry_list .list .product .detail .sku{
    font-size:12px;
    color:#666;
    line-height: 17px;
    max-height:34px;
    overflow:hidden;
    margin-top:10px;
}
.inquiry_list .list .product .detail .intro{
    font-size:12px;
    color:#666;
    line-height: 17px;
    max-height:34px;
    overflow:hidden;
    margin-top:10px;
}
.inquiry_list .list .reduce{
    width:18px;
    height:18px;
    text-align: center;
    line-height: 18px;
    border:1px solid #bbb;
    border-radius:2px;
    font-size:13px;
    color:#333;
    background-color:#EEF0F5;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.inquiry_list .list .add{
    width:18px;
    height:18px;
    text-align: center;
    line-height: 18px;
    border:1px solid #bbb;
    border-radius:2px;
    font-size:13px;
    color:#333;
    background-color:#EEF0F5;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.inquiry_list .list .number{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin:0 5px;
    text-align: center;
    font-size:13px;
    color:#333;
}
.inquiry_list .list .btns img{
    width:25px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.inquiry_list .footer{
    line-height: 60px;
    background-color:#FAFAFA;
}
.inquiry_list .footer .code{
    border-right:none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.inquiry_list .footer .code img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.inquiry_list .footer .code .selected{
    display: none;
}
.inquiry_list .footer .code.selected .selected{
    display: inline-block;
}
.inquiry_list .footer .code.selected .unselected{
    display: none;
}
.inquiry_list .footer .code span{
    width:52px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#666666;
}
.inquiry_list .footer .opration{
    display: inline-block;
    vertical-align: middle;
}
.inquiry_list .footer .opration .del{
    width:25px;
    display: inline-block;
    vertical-align: middle;
    margin-left:42px;
    cursor:pointer;
}
.inquiry_list .footer .opration .contrast{
    line-height: 38px;
    height:38px;
    width:138px;
    display: inline-block;
    vertical-align: middle;
    border-radius:4px;
    border:1px solid #D3D3D3;
    text-align: center;
    font-size:15px;
    color:#333;
    background-color:#fff;
    margin-left:35px;
    cursor:pointer;
}
.inquiry_userinfo .title{
    line-height:50px;
    background-color:#F0F1F5;
    border-radius:2px 2px 0 0;
    font-size:14px;
    color:#000E35;
    text-align: center;
    position: relative;
}
.inquiry_userinfo .title .btns{
    position: absolute;
    right:0;
    top:0;
}
.inquiry_userinfo .title .btns div{
    display: inline-block;
    margin-right:35px;
    font-size:0;
    color:#666;
    vertical-align: top;
    cursor:pointer;
}
.inquiry_userinfo .title .btns img{
    width:16px;
    height:16px;
    display: inline-block;
    margin-right:8px;
    vertical-align: middle;
}
.inquiry_userinfo .title .btns span{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
}
.inquiry_userinfo .body{
    padding:0 90px 30px 90px;
    background-color:#F9F9F9;
}
.inquiry_userinfo .input_item{
    width:210px;
    display: inline-block;
    vertical-align: top;
    margin-left:60px;
}
.inquiry_userinfo .input_item:first-child{
    margin-left:0;
}
.inquiry_userinfo .label{
    font-size:12px;
    line-height:17px;
    color:#666;
    padding-top:12px;
}
.inquiry_userinfo .label font{
    color:#E72E2E;
}
.inquiry_userinfo input{
    width:188px;
    line-height: 38px;
    height:38px;
    padding:0 10px;
    outline: none;
    border:1px solid #E2E2E2;
    border-radius:2px;
    font-size:14px;
    margin-top:5px;
}
.inquiry_userinfo textarea{
    width:998px;
    height:100px;
    line-height: 20px;
    padding:10px;
    outline: none;
    border:1px solid #E2E2E2;
    border-radius:2px;
    font-size:14px;
    margin-top:5px;
} 
.inquiry_submit{
    line-height:40px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background-color:#106ACE;
    width:240px;
    border-radius:2px;
    margin:73px auto;
    cursor:pointer;
}

/* 产品对比 */
.contrast_header{
    line-height: 60px;
    height:60px;
    background-color:#EEF0F5;
    display: table-row;
}
.contrast_header .select{
    width:206px;
    padding-left:65px;
    display: table-cell;
    vertical-align: middle;
}
.contrast_header .product{
    width:312px;
    font-size:13px;
    color:#000E35;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left:1px solid #EDEDED;
}
.contrast_header .select div{
    line-height: 18px;
    cursor:pointer;
}
.contrast_header .select div img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    margin-right:12px;
}
.contrast_header .select div .selected{
    display: none;
}
.contrast_header .select div.selected .selected{
    display: inline-block;
}
.contrast_header .select div.selected .unselected{
    display: none;
}
.contrast_header .select div span{
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    color:#000E35;
}
.contrast_header .different{
    margin-bottom:8px;
}
.contrast_body{
    border-collapse: collapse;
    padding-bottom:50px;
}
.contrast_body .item{
    border-bottom:1px solid #EDEDED;
    display: table-row;
    text-align: center;
}
.contrast_body .item.highLight{
    background-color:#f5f5f5;
}
.contrast_body .item .title{
    display: table-cell;
    width:276px;
    padding:22px 0;
    font-size:13px;
    color:#666;
    vertical-align: middle;
}
.contrast_body .item.img_name .content{
    padding:10px;
}
.contrast_body .item .content{
    width:292px;
    color:#000E35;
    vertical-align: middle;
    text-align: center;
    border-left:1px solid #EDEDED;
    padding:22px 10px;
    display: table-cell;
    font-size:13px;
    color:#333;
}
.contrast_body .item .content .product_img{
    display: block;
    width:80px;
    height:80px;
    position: relative;
    margin:auto;
}
.contrast_body .item .content .product_img .image{
    width:80px;
    height:80px;
}
.contrast_body .item .content .product_img .del_product{
    width:14px;
    height:14px;
    position: absolute;
    right:-7px;
    top:-7px;
    cursor:pointer;
}
.contrast_body .item .content .product_name{
    font-size:12px;
    color:#666;
    line-height: 17px;
    margin-top:3px;
}
.contrast_body .item .content .add_product{
    width:40px;
    height:40px;
    display: block;
    margin:0 auto 15px auto;
    cursor:pointer;
}
/* 系列介绍 */
.series_intro_list{
    width:100%;
    overflow:hidden;
    position: relative;
}
.series_intro_list .item{
    width:100%;
    height:450px;
    position: relative;
    overflow:hidden;
    margin-bottom:10px;
    background-color:#EEF0F5;
    display: block;
}
.series_intro_list .item1{
    background-color:#F6F6F6;
}
.series_intro_list .item img{
    width:1000px;
    height:450px;
    display: block;
    margin:auto;
}
.series_type_list{
    background-color:#fff;
    border:1px solid #f0f0f0;
    width:160px;
    position: fixed;
    top:100px;
    left:50%;
    margin-left:-650px;
    text-align: center;
    z-index:100;
}
.series_type_list .item{
    line-height: 20px;
    padding:15px 5px;
    border-bottom:1px solid #f0f0f0;
    font-size:12px;
    color:#333;
    cursor:pointer;
    display: block;
}
.series_type_list .item.selected{
    background-color:#F9F9F9;
    border-right: 2px solid #0052B9;
    color:#0052B9;
    font-weight: bold;
}
/* 产品选型 */
.recom_product{
    background-color:#F9F9F9;
    border-radius:1px;
    padding:17px 57px 0 57px;
    position: relative;
}
.recom_product .hot{
    width:30px;
    height:49px;
    position: absolute;
    left:16px;
    top:0;
}
.recom_product .list{
    width: 100%;
    overflow: hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.recom_product .list div{
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
.recom_product .item{
    width:202px;
    height:90px;
    border:1px solid #E9E9E9;
    background-color:#fff;
    border-radius:4px;
    margin:0 10px 17px 0;
    display: inline-block;
    vertical-align: top;
    cursor:pointer;
    padding:20px 10px 18px 135px;
    position: relative;
}
.recom_product .item:hover{
    border:1px solid #0052B9;
    box-shadow: 0 0 10px 0 RGBA(184, 184, 184, 0.5);
}
.recom_product .item .image{
    width:120px;
    height:120px;
    position: absolute;
    top:4px;
    left:5px;
}
.recom_product .item .name{
    font-size:13px;
    line-height:18px;
    height:54px;
    overflow:hidden;
    color:#333;
    white-space: normal;
}
.recom_product .item  .btns{
    position: absolute;
    left:135px;
    bottom:18px;
}
.recom_product .item  .btns>div{
    display: inline-block;
    width:88px;
    height:28px;
    border:1px solid #D3D3D3;
    border-radius:4px;
    font-size:13px;
    color:#333;
    text-align: center;
    line-height: 28px;
}
.recom_product .item .add_compare{
    margin-left:105px;;
}
.recom_product .prev{
    position: absolute;
    left:20px;
    bottom:73px;
    width:34px;
    cursor:pointer;
    display: none;
}
.recom_product .next{
    position: absolute;
    right:20px;
    bottom:73px;
    width:34px;
    cursor:pointer;
    display: none;
}
.product_type_list{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.product_type_list_fixed{
    
}
.product_type_item{
    width: 140px;
    float: left;
    margin-right: 8px;
}
.product_type_list .product_type_item .title{
    width: 140px;
    height: 70px;
    line-height:70px;
    font-size:14px;
    font-weight: bold;
    color:#fff;
    background: url(../images/cp_bg.png);
    background-size: 100% auto;
    cursor:pointer;
    position: relative;
}
.product_type_list .product_type_item .title .cp_bg{
    padding: 11px 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    background: rgba(9,14,25,0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.product_type_list .product_type_item .title .cp_bg span{
    display: inline-block;
    line-height: 24px;
    word-break: break-word;
}
.product_type_list .product_type_item.selected{
    
}
.product_type_list .product_type_item.selected .title .cp_bg{
    background: #004193;
}
.product_type_list .product_type_item  .triangle_icon{
    display: none;
    width: 4px;
    height: 8px;
    background: url(../images/triangle_icon.png);
    background-position: center;
    background-size: 4px auto;
    background-repeat: no-repeat;
    position: relative;
    left: -4px;
}
.product_type_list .product_series_item.selected .triangle_icon{
    display: inline-block;
}
.product_type_list .product_type_item .product_series_list{
    width: 1200px;
    line-height: 40px;
    display: none;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.product_type_list .product_type_item.selected .product_series_list{
    display: block;
}
.product_type_list .product_type_item .product_series_item{
    display: inline-block;
    font-size:12px;
    color:#333;
    cursor:pointer;
    line-height: 40px;
    padding:0 15px;
    /* margin-top: 10px; */
}
.product_type_list .product_type_item .product_series_item:first-child{
    padding-left: 6px;
}

.product_type_list .product_type_item .product_series_item.selected{
    color: #0052B9;
}
.model_result{
    width:1200px;
    display: inline-block;
    vertical-align: top;
    margin-top:24px;
}
.result_count{
    display: block;
    width:100%;
    height:63px;
    margin-bottom:25px;
}
.result_count_fixed{
    display: table;
    width:1200px;
    border:1px solid #E2E2E2;
    border-collapse: collapse;
    z-index: 20;
}
.result_count .item{
    width:159px;
    display: table-cell;
    vertical-align: middle;
    border-top:2px solid #F4F5F9;
    text-align: center;
    cursor:pointer;
}
.result_count .item span{
    font-size:15px;
    color:#000E35;
    line-height: 20px;
    display: inline-block;
    line-height: 60px;
}
.result_count .item.selected span{
    border-bottom:2px solid #0052B9;
    background-color:#fff;
    color:#0052B9;
}
.result_filter{
    width: 960px;
    padding:15px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}
.result_filter.result_filter_en .filter_item .title{
    width: 170px !important;
}
.result_filter.result_filter_en .filter_item .list {
    width: 730px;
}
.result_filter .filter_item{
    padding:0 10px 10px;
    vertical-align: top;
    margin-bottom:15px;
    border-bottom: 1px dashed #e1e1e1;
}
.result_filter .filter_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.result_filter .filter_item .title{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size:13px;
    color:#333;
    line-height: 24px;
    margin-top: 6px;
}
.result_filter .filter_item .list{
    display: inline-block;
    vertical-align: top;
    width: 800px;
}
.result_filter .filter_item .item{
    display: inline-block;
    width: 200px;
    margin-top:10px;
    color:#333;
}
.result_filter .filter_item .item img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: top;
    margin-right:9px;
}
.result_filter .filter_item .item .selected{
    display: none;
}
.result_filter .filter_item .item.checked .selected{
    display: inline-block;
}
.result_filter .filter_item .item.checked .unselected{
    display: none;
}
.result_filter .filter_item .item.disabled{
    cursor: not-allowed;
    color:#999;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.result_filter .filter_item .item.disabled img{
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.result_filter .filter_item .item span{
    font-size:13px;
    /* display: inline-block; */
    vertical-align: top;
    line-height: 18px;
}
.result_filter .filter_item .item.checked span{
    color: #0052B9;
}
.product_list{
    width:979px;
    margin:24px auto 0;
}
.product_list .count{
    font-size:13px;
    color:#999;
    line-height: 24px;
}
.product_list .count .font{
    color: #0052B9;
}
.product_list .item{
    padding: 16px 30px 16px 200px;
    position: relative;
    height:160px;
    border-top: 1px solid #e1e1e1;
    /* background-color:#F9F9F9; */
}
.product_list .item:first-child{
    margin-top: 20px;
    border-top: none;
}
.product_list .item .image{
    padding:10px;
    /* border:1px solid #E9E9E9; */
    border-radius:4px;
    background-color:#fff;
    position: absolute;
    left:10px;
    top:16px;
}
.productName_new{
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    border-left: 3px solid #0052B9;
    padding-left: 9px;
    margin-top: 10px;
}
.product_list .item .image img{
    width:140px;
    height:140px;
    display: inline-block;
}
.product_list .item .name{
    font-size:24px;
    line-height: 33px;
    color:#333;
    padding-top:7px;
    font-weight:bold;
    cursor:pointer;
    display: block;
}
.product_list .item .name small{
    display: inline-block;
    background: rgba(0,82,185,0.1);
    font-size: 12px;
    color: #0052B9;
    line-height: 20px;
    /* height: 20px; */
    padding: 0 10px;
    vertical-align: 4px;
}
.product_list .item .intro{
    font-size:14px;
    color:#666;
    line-height: 23px;
    height:69px;
    overflow: hidden;
    margin-top:13px;
}
.product_list .item .product_tag{
    margin-top:13px;
    line-height: 18px;
    height:18px;
}
.product_list .item .product_tag img{
    width:13px;
    height:15px;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -2px;
}
.product_list .item .product_tag span{
    color:#aaa;
    line-height: 18px;
    font-size:13px;
    display: inline-block;
    vertical-align: middle;
}
.product_list .item .btns{
    position: absolute;
    right:50px;
    top:30px;
}
.product_list .item .btns a{
    width:118px;
    height:38px;
    line-height:38px;
    border-radius:4px;
    border:1px solid #D3D3D3;
    background-color:#fff;
    font-size:15px;
    color:#333;
    display: inline-block;
    text-align: center;
    margin-left: 35px;
    cursor:pointer;
    position: relative;
}
.product_list .item .btns .already_inquiry{
    border-color:#0052B9;
    color:#0052B9;
}
.product_list .item .btns .already_contrast{
    background-color:#0052B9;
    color:#fff;
    border-color:#0052B9;
}
.product_list .item .btns .already_contrast .number{
    width:22px;
    height:22px;
    line-height: 22px;
    border:1px solid #0052B9;
    border-radius:50%;
    position: absolute;
    top:-12px;
    right:-12px;
    background-color:#fff;
    columns: #eeee88;
    font-size:15px;
    color:#0052B9;
    text-align: center;
}
.product_list .item .btns a:hover{
    border-color:#0052B9;
}
.product_list .item:hover{
    box-shadow: 0 0 10px 0 rgba(184, 184, 184, 0.5);
}
.product_list .item:hover .name{
    color:#0052B9;
}
/* 产品详情 */
.product_detail_header{
    margin-top:24px;
}
.product_detail_header .product_images{
    width:400px;
    display: inline-block;
    vertical-align: top;
    margin-right:35px;
}
.product_detail_header .product_images .big_image{
    border:1px solid #E9E9E9;
    border-radius:4px;
    padding:30px;
    display: inline-block;
}
.product_detail_header .product_images .big_image img{
    width:338px;
    height:338px;
    display: inline-block;
}
.product_detail_header .product_images .slide_box{
    margin-top:10px;
    padding:0 28px;
    height:80px;
    width:344px;
    position: relative;
}
.product_detail_header .product_images .slide_box .btn{
    width:28px;
    height:80px;
    text-align: center;
    line-height: 80px;
    background-color:#F4F5F9;
    color:#929292;
    position: absolute;
    cursor:pointer;
    font-size: 18px;
}
.product_detail_header .product_images .slide_box .btn img{
    width:20px;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_header .product_images .slide_box .prev{
    left:0;
    top:0;
}
.product_detail_header .product_images .slide_box .next{
    right:0;
    top:0;
}
#thumbnail{
    width:344px;
    height:80px;
    display: inline-block;
    overflow: hidden;
}
#thumbnail .image_list{
    height:80px;
    white-space: nowrap;
}
#thumbnail .image_list .item{
    width:90px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
#thumbnail .image_list .item img{
    width:78px;
    height:78px;
    border-radius:4px;
    border:1px solid #E9E9E9;
    display: inline-block;
}
#thumbnail .image_list .selected img{
    border-color:#0052B9;
}

.product_detail_header .product_info{
    width: 765px;
    display: inline-block;
    vertical-align: top;
}
.product_detail_header .product_info .name{
    font-size:22px;
    color:#333;
    line-height: 24px;
    padding-top:14px;
    font-weight:bold;
}
.product_detail_header .product_info .intro{
    margin-top:24px;
    font-size:13px;
    color:#333;
    line-height: 22px;
}
.product_detail_header .product_info .authentic{
    margin-top:20px;
}
.product_detail_header .product_info .authentic img{
    height:40px;
    margin-right:30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom:20px;
}
.product_detail_header .product_info .sku{
    /* margin-top:15px; */
    line-height: 24px;
}
.product_detail_header .product_info .sku .sku_name{
    width:150px;
    display: inline-block;
    vertical-align: top;
    font-size:13px;
    word-break: keep-all;
}
.product_detail_header .product_info .sku .list{
    width: 615px;
    display: inline-block;
    vertical-align: top;
}
.product_detail_header .product_info .sku .item{
    display: inline-block;
    margin-bottom:9px;
    margin-right:30px;
}
.product_detail_header .product_info .sku .item img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
    margin-right:9px;
}
.product_detail_header .product_info .sku .item .selected{
    display:none;
}
.product_detail_header .product_info .sku .item.checked .selected{
    display: inline-block;
}
.product_detail_header .product_info .sku .item.checked .unselected{
    display: none;
}
.product_detail_header .product_info .sku .item span{
    font-size:13px;
    color:#333;
    /* display: inline-block;  */
    vertical-align: middle;
}
.product_detail_header .product_info .sku .item.disabled{
    opacity: 0.5;
    filter:alpha(opacity=50);
    cursor:not-allowed;
}
.product_detail_header .product_info .btns{
    display: block;
    text-align: right;
    margin-top:30px;
}
.product_detail_header .product_info .btn{
    width:118px;
    height:38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-size:15px;
    color:#333333;
    border-radius:4px;
    border:1px solid #D3D3D3;
    margin-left:55px;
    cursor:pointer;
}
.product_detail_header .product_info  .share{
    display: block;
    /* text-align: right; */
    margin-top:50px;
}
.product_detail_header .product_info  .share .label{
    font-size:13px;
    color:#333;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_header .product_info  .share .item{
    width:30px;
    height:30px;
    display: inline-block;
    margin-left:30px;
    vertical-align: middle;
}
.product_detail_header .product_info  .share .item img{
    width:100%;
    height:100%;
    display: inline-block;
}
.product_detail_menu{
    margin-top:28px;
    width:1200px;
    height:62px;
    position: relative;
}
.product_detail_menu_fixed{
    width:1200px;
    height:60px;
    left:50%;
    margin-left:-600px;
    background-color:#F4F5F9;
    border:1px solid #E2E2E2;
    border-radius:2px;
    position: relative;
    z-index:20;
}
.product_detail_menu .name{
    background-color:#0052B9;
    font-size:18px;
    color:#fff;
    padding:0 13px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
}
.product_detail_menu .item{
    width:148px;
    text-align: center;
    font-size:14px;
    color:#000E35;
    line-height: 56px;
    border-top:2px solid #F4F5F9;
    display: inline-block;
    vertical-align: top;
    border-right:1px solid #E2E2E2;
    cursor:pointer;
}
.product_detail_menu .item.selected{
    color:#0052B9;
    border-top:2px solid #0052B9;
    background-color:#fff;
}
.product_detail_menu .btns{
    position: absolute;
    right:0;
    top:10px;
}
.product_detail_menu .btns .btn{
    line-height: 40px;
    display: inline-block;
    color:#fff;
    background-color:#FCA12D;
    border-radius:4px;
    margin-right:25px;
    font-size:15px;
    text-align: center;
    padding:0 20px;
    min-width: 80px;
}
.product_detail_content{
    padding:43px 0 75px 0;
    font-size:14px;
    color:#333;
    line-height: 30px;
    display: none;
    position: relative;
}
.product_detail_filepath{
    padding:43px 0 75px 0;
    font-size:14px;
    color:#333;
    line-height: 20px;
    display: none;
    position: relative;
}
.product_detail_att{
    padding:43px 0 75px 0;
    font-size:14px;
    color:#333;
    line-height: 20px;
    display: none;
    position: relative;
}
.product_detail_left{
    position: absolute;
    left:0;
    top:43px;
    min-height: 10px;
}
.product_detail_left_fixed{
    position: absolute;
    left:0;
    top:43px;
    width:160px;
    padding-right:2px;
    font-size:0;
    z-index:20;
    display: inline-block;
    background-color:#fff;
}
.product_detail_left_fixed .line{
    width:2px;
    height:100%;
    height:calc(100% - 20px);
    position: absolute;
    right:5px;
    top:10px;
    background-color:#0052B9;
}
.product_detail_left .item{
    line-height: 17px;
    margin-top:25px;
    text-align: right;
    color:#333;
    cursor:pointer;
    position: relative;
    z-index:1;
}
.product_detail_left .item:first-child{
    margin-top:0;
}
.product_detail_left .item .label{
    font-size:12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right:14px;
}
.product_detail_left .item .point{
    width:6px;
    height:6px;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #0052B9;
    border-radius:50%;
    background-color:#fff;
    margin-top:-2px;
}
.product_detail_left .title{
    background-color:#DEE1EA;
    border-top:1px solid #D7D7D7;
    cursor:normal;
}
/* .product_detail_left{} */
.product_detail_left .item.selected .label{
    color:#0052B9;
}
.product_detail_left .item.selected .point{
    width:12px;
    height:12px;
    border:0;
    background-color:#0052B9;
    margin-top:0;
    position: relative;
    right:-2px;
}
.product_detail_right{
    padding-left:195px;
}
.product_detail_right .download_btn{
    background-color:#FCA12D;
    text-align: center;
    padding:0 16px;
    line-height:37px;
    border-radius:4px;
    color:#fff;
    display: inline-block;
    margin-bottom:10px;
}
.product_detail_right .download_btn img{
    width:14px;
    height:14px;
    display: inline-block;
    vertical-align: middle;
    margin-right:6px;
}
.product_detail_right .download_btn span{
    font-size:13px;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_right .download_div{
    display: none;
    font-size: 0;
    margin-bottom:10px;
}
.product_detail_right .download_div .code{
    height:30px;
    margin-right:10px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.product_detail_right .download_div input{
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    margin-right:10px;
    font-size:13px;
}
.product_detail_right .download_div a{
    background-color: #FCA12D;
    text-align: center;
    padding: 0 16px;
    line-height: 28px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
}
.product_parameter{
    margin-top:30px;
}
.product_parameter .parameter_title{
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right:37px;
}
.parameter_title img{
    display: inline-block;
    height:24px;
    margin-right:10px;
    vertical-align: middle;
}
.parameter_title span{
    font-size:22px;
    color:#333;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.parameter_pdf{
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.parameter_pdf img{
    height:24px;
    display: inline-block;
    vertical-align: middle;
    margin-right:6px;
}
.parameter_pdf span{
    display: inline-block;
    font-size:13px;
    color:#0052B9;
    vertical-align: middle;
}
.parameter_list .title{
    font-size:18px;
    color:#333;
    line-height: 20px;
    padding-left:20px;
    border-left:2px solid #0052B9;
    margin-top:27px;
    margin-left:5px;
}
.parameter_table{
    margin-top:10px;
    margin-left:25px;
    font-size:12px;
    border:solid #EDEDED;
    border-width:1px 0px 0px 1px;
}
.parameter_table td{
    padding:15px;
    border:solid #EDEDED;
    border-width:0px 1px 1px 0px;
    text-align: center;
}
.parameter_table .name{
    color:#666;
    background-color:#FAFAFA;
}

.parameter_table .value{
    color:#333;
}
.product_detail_parts{
    width:1200px;
    display: none;
}
.product_detail_parts .item{
    padding: 16px 30px 16px 200px;
    position: relative;
    height:160px;
    margin-top:20px;
    background-color:#F9F9F9;
    display: block;
}
.product_detail_parts .item .image{
    padding:10px;
    border:1px solid #E9E9E9;
    border-radius:4px;
    background-color:#fff;
    position: absolute;
    left:10px;
    top:16px;
}
.product_detail_parts .item .image img{
    width:140px;
    height:140px;
    display: inline-block;
}
.product_detail_parts .item .name{
    font-size:15px;
    line-height: 21px;
    color:#333;
    padding-top:7px;
    font-weight:bold;
    cursor:pointer;
    display: block;
}
.product_detail_parts .item .intro{
    font-size:13px;
    color:#666;
    line-height: 23px;
    height:69px;
    overflow: hidden;
    margin-top:13px;
}
.product_detail_parts .item .btns{
    position: absolute;
    right:24px;
    bottom:16px;
}
.product_detail_parts .item .btns div{
    width:118px;
    height:38px;
    line-height:38px;
    border-radius:4px;
    border:1px solid #D3D3D3;
    background-color:#fff;
    font-size:15px;
    color:#333;
    display: inline-block;
    text-align: center;
    margin-left: 55px;
    cursor:pointer;
    position: relative;
}
.product_detail_parts .item .btns .already_inquiry{
    border-color:#0052B9;
    color:#0052B9;
}
.product_detail_parts .item .btns .already_contrast{
    background-color:#0052B9;
    color:#fff;
    border-color:#0052B9;
}
.product_detail_parts .item .btns .already_contrast .number{
    width:22px;
    height:22px;
    line-height: 22px;
    border:1px solid #0052B9;
    border-radius:50%;
    position: absolute;
    top:-12px;
    right:-12px;
    background-color:#fff;
    columns: #eeee88;
    font-size:15px;
    color:#0052B9;
    text-align: center;
}
.product_detail_parts .item .btns div:hover{
    border-color:#0052B9;
}
.product_detail_parts .item:hover{
    box-shadow: 0 0 10px 0 #B8B8B8;
}
.product_detail_parts .item:hover .name{
    color:#0052B9;
}
.product_detail_qa{
    display: none;
}
.product_detail_qa .tip{
    height:115px;
    line-height: 115px;
    width:1200px;
    background-color:#F9F9F9;
    border-radius: 1px;
    text-align: center;
    margin-top:20px;
}
.product_detail_qa .tip span{
    font-size:15px;
    color:#333;
    display: inline-block;
    vertical-align: middle;
    margin-right:100px;
}
.product_detail_qa .tip div{
    width:138px;
    height:38px;
    line-height:38px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #0052B9;
    font-size:15px;
    color:#333;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
}
.product_detail_qa .list{
    margin-top:40px;
    border-top:1px solid #EDEDED;
}
.product_detail_qa .list .item{
    border-bottom:1px solid #ededed;
    padding:40px;
}
.product_detail_qa .list .item>div{
    line-height: 26px;
    height:26px;
    position: relative;
    padding-left:36px;
    padding-right:100px;
}
.product_detail_qa .list .icon{
    width:26px;
    height:26px;
    line-height: 26px;
    color:#fff;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    border-radius:4px;
    font-size:15px;
}
.product_detail_qa .list .question .icon{
    background-color:#0052B9;
}
.product_detail_qa .list .question .label{
    font-size:15px;
    color:#333;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_qa .list .question .date{
    font-size:15px;
    color:#000E35;
    line-height: 26px;
    text-align: right;
    position: absolute;
    right:0;
    top:0
}
.product_detail_qa .list .answer{
    margin-top:24px;
}
.product_detail_qa .list .answer .icon{
    background-color:#106ACE;
}
.product_detail_qa .list .answer .label{
    font-size:13px;
    color:#333;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_qa .list .answer .answer_btn{
    border-radius:12px;
    border:1px solid #0052B9;
    text-align: center;
    padding:0 9px;
    height:21px;
    line-height: 22px;
    color:#0052B9;
    display: inline-block;
    font-size:12px;
    cursor:pointer;
}
.product_detail_qa_input{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99;
    background-color:rgba(0, 0, 0, 0.5);
    display:none;
}
.product_detail_qa_input_container{
    position: absolute;;
    top:100px;
    left:50%;
    margin-left:-250px;
    padding:20px 20px 30px 20px;
    width:420px;
    background-color:#fff;
    border:1px solid #979797;
    border-radius:6px;
    box-shadow: 0 0 8px 0 RGBA(69, 69, 69, 0.45);
}
.product_detail_qa_input textarea{
    width:398px;
    padding:10px;
    line-height: 20px;
    font-size:13px;
    height:120px;
    border:1px solid #D3D3D3;
}
.product_detail_qa_input .qa_btns{
    margin-top:30px;
    text-align: center;
}
.product_detail_qa_input .qa_btns div{
    display: inline-block;
    height:38px;
    width:118px;
    line-height: 38px;
    text-align: center;
    font-size:15px;
    color:#fff;
    cursor:pointer;
    margin:0 35px;
    vertical-align: top;
    border-radius:4px;
}
.product_detail_qa_input .qa_btns .cancel{
    background:#106ACE;
    border:1px solid #106ACE;
}
.product_detail_qa_input .qa_btns .submit{
    background:#FCA12D;
    border:1px solid #0052B9;
}

.product_detail_download{
    width:1200px;
    margin-top:26px;
    text-align: center;
    display: none;
    padding-bottom:50px;
}
.product_detail_download .download_header{
    line-height:45px;
    height:45px;
    background-color:#EEF0F5;
    border-bottom:1px solid #EDEDED;
}
.product_detail_download .download_footer{
    line-height:45px;
    height:45px;
    background-color:#EEF0F5;
    border-bottom:1px solid #EDEDED;
}
.product_detail_download .download_content{
    border-bottom:1px solid #EDEDED;
    background-color:#fff;
    padding:25px 0;
    line-height:20px;
}
.product_detail_download .download_content:hover{
    background-color:#FAFAFA;
}
.product_detail_download>div>div{
    padding: 0 95px 0 95px;
}
.product_detail_download>div>div>div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
}
.product_detail_download .select{
    width:90px;
    padding:0 10px;
    cursor:pointer;
}
.product_detail_download .select img{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.product_detail_download .select span{
    margin-left:10px;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_download .select .selected{
    display: none;
}
.product_detail_download .select.checked .selected{
    display: inline-block;
}
.product_detail_download .select.checked .unselected{
    display: none;
}
.product_detail_download .code{ 
    width:50px;
    padding:0 20px;
}
.product_detail_download .type{
    width:100px;
    padding:0 20px;
}
.product_detail_download .name{
    width:350px;
    padding:0 20px;
}
.product_detail_download .date{
    width:70px;
    padding:0 20px;
}
.product_detail_download .download{
    width:100px;
    padding:0 20px;
    cursor:pointer;
}
.product_detail_download .download img{
    width:24px;
    height:24px;
    display: inline-block;
    vertical-align: middle;
}
.product_detail_download .download span{
    display: inline-block;
    margin-left:2px;
    color:#0052B9;
    vertical-align: middle;
}
.product_detail_download .stop{
    width:110px;
    padding:0 20px;
}
.product_detail_download .replace{
    width:110px;
    padding:0 20px;
}
.product_detail_download .remark{
    width:400px;
    padding:0 20px;
}
/* 后续添加 */
.product_series_image{
    display:none;
    width:100%;
    margin-bottom:10px;
}
.left_img{
    float: left;
}
.recommend{
    background: #F9F9F9;
    margin-top: 25px;
    padding: 32px 16px;
    width: 216px;
    box-sizing: border-box;
}
.recommend h4{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}
.recommend_list{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    margin-top: 16px;
}
.line_sx{
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #004193;
    position: relative;
    top: 1px;
}
#series_dialog{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.series_dialog_main{
    box-sizing: border-box;
    width: 720px;
    height: 550px;
    max-height: calc(100vh-30);
    background: #fff;
    padding: 16px;
    margin-left: -360px;
    margin-top: -275px;
    /* margin-top: -100vh-; */
    position: relative;
    left: 50%;
    top: 50%;
}
.close_btn{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/close_icon.png);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
}
.series_dialog_title{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333333;
    margin-top: 12px;
    line-height: 40px;
}
.series_list{
    border-bottom: 1px solid #e1e1e1;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 10px;
}
.series_dialog_list{
    margin-top: 25px;
    position: relative;
    overflow-y: auto;
}
.series_list_item{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 32px;
    float: left;
    margin-left: 10px;
}
.series_list_item.active{
    border-bottom: 3px solid #0052B9;
}
.item_img{
    display: block;
    float: left;
}
.right_main{
    float: left;
    margin-left: 35px;
}
.right_item{
    margin-bottom: 25px;
}
.right_item_main .right_item_title{
    font-family: LucidaGrande;
    font-size: 14px;
    color: #231815;
}
.right_item_main .right_item_dico{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #6C727E;
    width: 160px;
}
.right_item_img{
    display: block;
    float: left;
    margin-right: 12px;
}
.right_item_main{
    float: left;
}
.item_disco{
    background: #F4F4F4;
    padding: 20px 24px;
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
}
.left_arrow{
    position: absolute;
    left: 0;
    /* top: 205px; */
    top: 50%;
    margin-top: -13px;
}
.right_arrow{
    position: absolute;
    right: 0;
    /* top: 205px; */
    top: 50%;
    margin-top: -13px;
}
.series_dialog_list_main{
    /* height: 551px; */
    overflow: hidden;
    text-align: center;
}
.series_dialog_list_main .item{display: none;}
.series_dialog_list_main .item.selected{display: block;}
.series_dialog_list_main .item img{
    /* height: 551px; */
    width: 100%;
    height: auto;
}