@charset "utf-8";
/* CSS Document */
.trait{
    padding: 40px 0 50px;
    background-color: #f2f2f2;
}
.title_spc{
    text-align: center;
    margin-bottom: 30px;
}
.title_spc > h3{
    font-size: 45px;
    color: #ccc;
}
.title_spc > h2{
    line-height: 1.5em;
    font-size: 36px;
    color: #333;
}
.title_spc > h5{
    font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_spc > h2:before{
    content: " ";   
    display: inline-block;   
    width: 105px;   
    height: 34px;
    background: url("../images/spc_tit_icon02.png") no-repeat;
    -webkit-background-size: 105px 34px;
    background-size: 105px 34px;
    margin: -.2em 1em 0 0;  
    vertical-align: middle;
}
.title_spc > h2:after{
    content: " ";   
    display: inline-block;   
    width: 105px;   
    height: 34px;
    background: url("../images/spc_tit_icon02.png") no-repeat;
    -webkit-background-size: 105px 34px;
    background-size: 105px 34px;
    margin: -.2em 0 0 1em;  
    vertical-align: middle;
}
.trait_part{
    text-align: center;
}
.trait_part .td_img{
    height: 190px;
    background: url("../images/spc_cptd_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 190px;
    margin-bottom: 20px;
}
.trait_part .td_img > img{
    width: 64px;
    height: 64px;
}
.trait_part > h3{
    display: inline-block;
    font-size: 18px;
    color: #265aa1;
    border-bottom: 2px solid #265aa1;
    padding: 0 2px 10px;
    margin-bottom: 20px;
}
.trait_part > p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.field{
    width: 100%;
    height: 80px;
    background-color: #265aa1;
}
.field_box > h2{
    line-height: 80px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fafafa;
}
.field_box > h2 > i{
    font-weight: normal;
}
.product_list .pdc_main_part{
    background: url("../images/spe_pdclist_bg01.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 50px 0;
}
.product_list .pdc_main_part.p2{
    background: url("../images/spe_pdclist_bg02.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.product_list .pdc_main_part.p3{
    background: url("../images/spe_pdclist_bg03.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.product_list .pdc_main_part.p4{
    background: url("../images/spe_pdclist_bg04.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.pdc_main_part.p2 .pdc_part > div > div:first-child,
.pdc_main_part.p4 .pdc_part > div > div:first-child{
    display: none;
}
.cp_main_pic img{
    width: 100%;
}
.brief_description h2{
/*    font-weight: normal;*/
    margin-bottom: 20px;
}
.brief_description > div > h3{
/*    font-weight: normal;*/
    color: #265aa1;
    padding-bottom: 10px;
    border-bottom: solid 1px #265aa1;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 30px;
}
.brief_description > div > h3.ld{
    background: url("../images/spe_ld_icon.png") no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.brief_description > div > h3.fw{
    background: url("../images/spe_fw_icon.png") no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.product_highlights{
    margin-bottom: 16px;
}
.product_highlights .main_highlights{
    
}
.main_highlights .row > div{
    margin-bottom: 10px;
}
.main_highlights .row > div:nth-of-type(3),
.main_highlights .row > div:nth-of-type(4){
    margin-bottom: 0;
}
.main_highlights .ld_part{
    width: 80%;
    height: 36px;
    line-height: 36px;
    background-color: #265aa1;
    margin: 0 auto;
    text-align: center;
    color: #fafafa;
    border-radius: 18px;
}
.product_highlights .secondary,
.product_highlights .secondary2{
    margin-top: 10px;
}
.secondary .row > div{
    padding: 0 2px;
}
.secondary .cpcs,
.secondary2 .cpcs{
    line-height: 24px;
    font-size: 14px;
    padding-left: 4px;
    color: #333;
}
.secondary2 .cpcs{
    font-size: 16px;
}
.secondary .cpcs:before,
.secondary2 .cpcs:before{
    content: " ";   
    display: inline-block;   
    width: 10px;   
    height: 10px;
    background-color: #265aa1;
/*    color: #265aa1;*/
    /*margin: -.2em 0 0 1em;  
    vertical-align: middle;*/
}
.scope_application p{
    line-height: 20px;
    color: #333;
    font-size: 16px;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.scope_application .spe_btn{
    width: 90%;
    height: 42px;
    margin: 16px auto 0;
}
.scope_application .spe_btn > a{
    display: block;
    width: 46%;
    height: 100%;
    line-height: 42px;
    font-size: 20px;
    float: left;
    text-indent: 3.5em;
    border-radius: 8px;
    color: #fafafa;
    font-weight: 500; 
    background: #ff7f27 url("../images/spe_listbtn_icon02.png") no-repeat 35px center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}
.scope_application .spe_btn > a:last-child{
    float: right;
}
.scope_application .zz_box > div{
    float: left;
    width: 60px;
    height: 36px;
    margin-right: 16px;
}
.scope_application .zz_box > div > img{
    width: 100%;
    height: 100%;
}
.materials_part{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.wl_pic{
    height: 5em;
    position: relative;
}
.wl_pic.w1{
    background: url("../images/kzwl.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wl_pic.w2{
    background: url("../images/klwl.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wl_pic.w3{
    background: url("../images/fzwl.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wl_pic.w4{
    background: url("../images/pzwl.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wl_pic > h3{
    text-align: center;
    height: 28px;
    width: 100%;
    line-height: 28px;
/*    background-color: rgba(255,255,255,.6);*/
    background-color: rgba(0,0,0,.6);
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fcfcfc;
/*    color: #0c41c6;*/
    font-weight: 400;
}
.wl_details{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
}
.materials{
    display: none;
}
.trait_box.ystd .row > div .trait_part{
    height: 308px;
    padding: 40px 10px 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.trait_box.ystd .trait_part .td_img{
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background: none;
    background-color: #f2f2f2;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.trait_box.ystd .trait_part .td_img > img{
    width: 50px;
    height: 50px;
}
.trait_box.ystd .row > div:nth-of-type(1) .trait_part .td_img{
    background-color: #36aeed;
}
.trait_box.ystd .row > div:nth-of-type(2) .trait_part .td_img{
    background-color: #e77b19;
}
.trait_box.ystd .row > div:nth-of-type(3) .trait_part .td_img{
    background-color: #1faaa7;
}
.trait_box.ystd .row > div:nth-of-type(4) .trait_part .td_img{
    background-color: #955ea2;
}
.trait_box.ystd .trait_part > h3{
    color: #333;
}
.trait_box.ystd .row > div:nth-of-type(1) .trait_part > h3{
    border-color: #36aeed;
}
.trait_box.ystd .row > div:nth-of-type(2) .trait_part > h3{
    border-color: #e77b19;
}
.trait_box.ystd .row > div:nth-of-type(3) .trait_part > h3{
    border-color: #1faaa7;
}
.trait_box.ystd .row > div:nth-of-type(4) .trait_part > h3{
    border-color: #955ea2;
}
.trait_box.ystd .trait_part > p{
    color: #666;
}
.jhj_title{
    background: url("../images/jhj_zt_bg2.png") no-repeat center 0;
    padding: 50px 0 30px;
}
.jhj_title > div > h1{
    color: #e9840c;
    font-size: 36px;
    margin-bottom: 14px;
}
.jhj_title > div > h5{
    font-size: 16px;
    color: #333;
}
.jhj_main_pic > img{
    width: 100%;
}
.jhj_list{
    padding: 20px 0;
}
.jhj_list.j1{
    background: url("../images/pj_bg01.jpg") no-repeat;
    background-size: 100% 100%;
}
.jhj_list.j2{
    background: url("../images/pj_bg02.jpg") no-repeat;
    background-size: 100% 100%;
}
.jhj_list.j3{
    background: url("../images/pj_bg03.jpg") no-repeat;
    background-size: 100% 100%;
}
.jhj_list.j4{
    background: url("../images/pj_bg04.jpg") no-repeat;
    background-size: 100% 100%;
}
.jhj_list.j5{
    background: url("../images/pj_bg05.jpg") no-repeat;
    background-size: 100% 100%;
}
.jhj_list .jhj_description{
    padding-top: 30px;
}
.jhj_description .ms_tit{
    
}
.jhj_description .ms_tit > span{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    color: #fcfcfc;
    background: url("../images/ms_tit_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 10px;
}
.jhj_description .ms_tit .wz{
    width: calc(100% - 80px);
}
.jhj_description .ms_tit .wz > h2{
    font-size: 26px;
    color: #265aa1;
    margin-bottom: 10px;
}
.jhj_description .ms_tit .wz > h5{
    font-size: 16px;
    color: #333;
/*    color: #e9840c;*/
}
.jhj_description .ms_nr{
    padding-left: 80px;
}
.jhj_description .ms_nr > ul > li{
    padding-left: 16px;
    background: url("../images/jr_icon2.png") no-repeat 0 center;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jhj_description .ms_nr > ul > li > i{
    color: #f88e05;
    font-weight: bold;
}
.scope_application.kcp{
    padding-left: 60px;
}
.scope_application.kcp .spe_btn > a{
    height: 50px;
    line-height: 50px;
    background-color: #265aa1;
    border: 1px solid #083778;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.scope_application.kcp .spe_btn > a:hover,
.scope_application.kcp .spe_btn > a:active{
    background-color: #f88e05;
    border-color: #be6a06;
}
.xgcp.spe {
    margin-top: 50px;
}
.jhj_list.j1 .jhj_part .row > div:first-child,
.jhj_list.j3 .jhj_part .row > div:first-child,
.jhj_list.j5 .jhj_part .row > div:first-child{
    display: none;
}
@media (max-width:1000px){
    .trait{
        padding: 30px 0;
        background-color: #f2f2f2;
    }
    .title_spc > h3{
        font-size: 1.8em;
    }
    .title_spc > h2{
        font-size: 1.5em;
    }
    .title_spc > h2:before,
    .title_spc > h2:after,
    .field{
        display: none;
    }
    .title_spc > h5{
        font-size: 12px;
        line-height: 1.5em;
    }
    .trait_box .row > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .trait_box .row > div:nth-of-type(4),
    .trait_box .row > div:nth-of-type(5),
    .trait_box .row > div:nth-of-type(6){
        margin-bottom: 0;
    }
    .trait_part .td_img{
        height: 8em;
        line-height: 8em;
        margin-bottom: 10px;
    }
    .trait_part .td_img > img{
        width: 48px;
        height: 48px;
    }
    .trait_part > h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .trait_part > p{
        font-size: 14px;
    }
    .product_list .pdc_main_part{
        padding: 30px 0;
    }
    .pdc_main_part.p2 .pdc_part > div > div:first-child,
    .pdc_main_part.p4 .pdc_part > div > div:first-child{
        display: block;
    }
    .pdc_main_part.p2 .pdc_part > div > div:last-child,
    .pdc_main_part.p4 .pdc_part > div > div:last-child{
        display: none;
    }
    .product_list > div:first-child{
        padding: 0 0 30px;
    }
    .product_list .pdc_main_part .pdc_part .row > div{
        margin-bottom: 20px;
    }
    .product_list .pdc_main_part .pdc_part .row > div:last-child{
        margin-bottom: 0;
    }
    .brief_description h2{
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .pdc_main_part .pdc_part .brief_description .main_highlights .row > div{
        margin-bottom: 10px;
    }
    .pdc_main_part .pdc_part .brief_description .main_highlights .row > div:nth-of-type(3),
    .pdc_main_part .pdc_part .brief_description .main_highlights .row > div:nth-of-type(4){
        margin-bottom: 0;
    }
    .brief_description > div > h3{
        padding-bottom: 6px;
        margin-bottom: 10px;
        font-size: 18px;
        padding-left: 20px;
    }
    .brief_description > div > h3.ld{
        background: url("../images/spe_ld_icon.png") no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .brief_description > div > h3.fw{
        background: url("../images/spe_fw_icon.png") no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .main_highlights .ld_part{
        width: 90%;
        height: 32px;
        line-height: 32px;
    }
    .product_highlights .secondary{
        margin-top: 10px;
    }
    .secondary .row > div{
        padding: 0 2px;
    }
    .pdc_main_part .pdc_part .brief_description .secondary .row > div{
        margin-bottom: 0;
    }
    .secondary .cpcs{
        font-size: 12px;
        padding-left: 0px;
    }
    .secondary .cpcs:before{  
        width: 8px;   
        height: 8px;
    }
    .scope_application .spe_btn{
        width: 98%;
        height: 38px;
        margin: 20px auto 0;
    }
    .scope_application .spe_btn > a{
        display: block;
        width: 48%;
        line-height: 38px;
        font-size: 18px;
        text-indent: 3.5em;
        background: #ff7f27 url("../images/spe_listbtn_icon02.png") no-repeat 1.6em center;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
    }
    .product_list{
        margin-bottom: 30px;
    }
    .xgcp.spe {
        margin-bottom: 20px;
    }
    .jdal.spe{
        margin-bottom: 30px;
    }
    .materials{
        display: block;
        margin-bottom: 50px;
    }
    
    .trait_box.ystd .row > div .trait_part{
        padding: 30px 10px 20px;
    }
    .trait_box.ystd .trait_part .td_img{
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .trait_box.ystd .trait_part .td_img > img{
        width: 44px;
        height: 44px;
    }
    .trait_box.ystd .trait_part > p{
        line-height: 22px;
        -webkit-line-clamp: 5;
    }
    .jhj_title > div > h1{
        color: #e9840c;
        font-size: 30px;
        margin-bottom: 14px;
    }
    .jhj_title > div > h5{
        font-size: 16px;
        color: #333;
    }
    .jhj_list .jhj_part .row > div:first-child{
        margin-bottom: 20px;
    }
    .jhj_list.j1 .jhj_part .row > div:first-child,
    .jhj_list.j3 .jhj_part .row > div:first-child,
    .jhj_list.j5 .jhj_part .row > div:first-child{
        display: block;
    }
    .jhj_list.j1 .jhj_part .row > div:last-child,
    .jhj_list.j3 .jhj_part .row > div:last-child,
    .jhj_list.j5 .jhj_part .row > div:last-child{
        display: none;
    }
    .jhj_title{
        background: url("../images/jhj_zt_bg2.png") no-repeat center 0;
        padding: 30px 0;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .jhj_description .ms_tit > span{
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 24px;
        font-weight: bold;
        color: #fcfcfc;
        background: url("../images/ms_tit_icon.png") no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-right: 10px;
    }
    .jhj_description .ms_tit .wz{
        width: calc(100% - 66px);
    }
    .jhj_description .ms_tit .wz > h2{
        font-size: 22px;
        color: #265aa1;
        margin-bottom: 10px;
    }
    .jhj_description .ms_tit .wz > h5{
        display: none;
    }
    .jhj_description .ms_nr{
        padding-left: 50px;
    }
    .scope_application.kcp{
        padding-left: 0;
    }
    .scope_application.kcp .spe_btn > a{
        height: 42px;
        line-height: 42px;
    }
    .jhj_list{
        padding: 0;
    }
    .xgcp.spe {
        margin-top: 30px;
    }
    .jhj_list.j5{
        padding-bottom: 20px;
    }
}
