/*!产品详情*/
.cur{
    position: relative;
    z-index: 2;
}
.m-listl1{
  position: relative;
    height: 60px;
    overflow: hidden;
    margin-bottom: 35px;
}
.ul-listl1{
    overflow: hidden;
    background: #F2F6FF;
    border-radius: 5px;
}
.ul-listl1 li{
    width: 25%;
    float: left;
}
.ul-listl1 .con{
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #3D3D3D;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-listl1 li.current .con,
/*.ul-listl1 li.on .con,*/
.ul-listl1 .con:hover{
    color: #fff;
    background-color: #103187;
}
.m-fixedl.fixed{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background-color: #F2F6FF;
    z-index: 2;
}
.m-overviewl{
    overflow: hidden;
    padding: 40px 0;
}
.m-overviewl .ll{
    float: left;
    overflow: hidden;
    width: 40%;
    background-color: #F2F6FF;
    margin-right: 80px;
    padding: 49px 0;
}
.m-overviewl .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.m-overviewl .pic img{
    display: block;
    width: 100%;
}
.m-overviewl .rr{
    overflow: hidden;
}
.m-overviewl .txt{
    overflow: hidden;
    padding-top: 34px;
}
.m-overviewl .txt .desc{
    font-size: 16px;
    color: #3D3D3D;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 12;
    -webkit-line-clamp: 12;
    margin-top: 31px;
    
}
.m-featuresl{
    overflow: hidden;
}
.ul-listl3{
    overflow: hidden;
    margin: 68px 0 35px;
    padding-bottom: 23px;
    border-bottom: 1px solid #D8D8D8;
}
.ul-listl3 li{
    overflow: hidden;
    margin-bottom: 60px;
}
.ul-listl3 .con{
    display: block;
    overflow: hidden;
}
.ul-listl3 .con .pic{
    width: 46.667%;
    height: auto;
    overflow: hidden;
    float: right;
}
.ul-listl3 .con .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ul-listl3 .con .txt{
    float: left;
    width: 46.6667%;
    overflow: hidden;
    padding-top: 20px;
}
.ul-listl3 .con .txt .num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F2F6FF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.ul-listl3 .con .txt .desc{
    font-size: 16px;
    color: #3D3D3D;
    line-height: 1.5em;
    overflow: hidden;
    /* display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3; */
}
.ul-listl3 li:nth-child(2n) .con .pic{
    float: left;
}
.ul-listl3 li:nth-child(2n) .con .txt{
    float: right;
}

/*!性能规格*/
.m-specsl{
    overflow: hidden;
    margin-bottom: 18px;
}
.m-specsl .item{
    overflow: hidden;
    margin-bottom: 36px;
}
.m-tablel1{
    overflow: hidden;
    margin-top: 19px;
}
.m-tablel1 table{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #D8D8D8;
}
.m-tablel1 table td{
    padding: 14px 15px 14px 60px;
    font-size: 16px;
    color: #3D3D3D;
    border: 1px solid #D8D8D8;
    border-left: none;
}
.m-tablel1 table td:last-child{
    border-right: none;
}
.m-tablel1 table td:first-child{
    width: 36.666%;
}

@media (max-width:1200px){
    .m-listl1{
        margin-bottom: 30px;
    }
    .m-overviewl{
        padding: 30px 0;
    }
    .m-overviewl .txt{
        padding-top: 0;
    }
    .m-overviewl .ll{
        margin-right: 30px;
    }
    .m-overviewl .txt .desc{
        font-size: 14px;
        margin-top: 10px;
    }
    .ul-listl1 .con{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .m-tablel1 table td{
        font-size: 14px;
        padding: 10px 10px 10px 30px;
    }
    .m-specsl .item{
        margin-bottom: 30px;
    }
    .m-specsl{
        margin-bottom: 0;
    }
    .ul-listl3{
        margin: 30px 0;
        padding-bottom: 0;
    }
    .ul-listl3 li{
        margin-bottom: 30px;
    }
    .ul-listl3 .con .txt .num{
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ul-listl3 .con .txt .desc{
        font-size: 14px;
    }
}

@media (max-width:991px){
    .m-fixedl.fixed {
        top: 60px;
    }
    .m-tablel1 table td:first-child{
        width: auto;
    }
    .m-tablel1 table td{
        padding: 10px;
    }
}

@media (max-width:767px){
    .m-listl1 {
        height: 80px;
    }
    .m-fixedl.fixed {
        top: 50px;
    }
    .ul-listl1 li{
        width: 50%;
    }
    .m-overviewl .ll{
        width: 60%;
        float: none;
        margin: 0 auto 10px;
    }
    .m-tablel1 table td,.m-overviewl .txt .desc{
        font-size: 12px;
    }
    .m-overviewl .ll{
        padding: 20px 0;
    }
    .ul-listl3 .con .txt{
        width: 48%;
        padding-top: 0;
    }
    .ul-listl3 .con .txt .num{
        margin-bottom: 10px;
    }
    .ul-listl3 .con .pic{
        width: 48%;
    }
    .ul-listl3{
        margin-bottom: 0;
    }

}

@media (max-width:640px){
    .ul-listl3 .con .txt{
        margin-bottom: 10px;
    }
    .ul-listl3 .con .txt,
    .ul-listl3 .con .pic,
    .ul-listl3 li:nth-child(2n) .con .txt,
    .ul-listl3 li:nth-child(2n) .con .pic{
        width: auto;
        float: none;
    }
    .ul-listl3{
        margin-top: 20px;
    }

}

@media (max-width:460px){
    .m-overviewl .ll{
        width: auto;
    }

}



/*!服务下载*/
.m-screenl{
    overflow: hidden;
    margin-bottom: 80px;
}
.ul-listl1.sty2{
    overflow: hidden;
    background: #F2F6FF;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ul-listl1.sty2 li{
    width: auto;
    float: none;
    overflow: hidden;
}
.ul-listl1.sty2 .con{
    display: block;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #3D3D3D;
    text-align: center;
    border-radius: 5px;
    padding: 0 40px;
    min-width: 190px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-listl1.sty2 li.on .con,
.ul-listl1.sty2 .con:hover{
    color: #fff;
    background-color: #103187;
}
.ul-screenl{
    margin: 0 -13px 40px;
    overflow: hidden;
}
.ul-screenl li{
    width: 25%;
    float: left;
    padding: 0 13px;
    overflow: hidden;
}
.ul-screenl .sel,.ul-screenl .inpbox{
    width: 100%;
    border: 2px solid rgba(16,49,135,0.2);
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
}
.ul-screenl .sel select{
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 0 40px 0 20px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #222222;
    background-image: url(../images/ServiceDownload/iconl1.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
}
select::-ms-expand {display: none;}
.ul-screenl .inpbox{
    border: none;
    position: relative;
}
.ul-screenl .inpbox .inp{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 50px 0 20px;
    overflow: hidden;
    font-size: 16px;
    color: #222222;
    background-color: rgba(16, 49, 135, 0.05);
    border: none;
}
.ul-screenl .inpbox .so{
    position: absolute;
    top: 0;
    right: 20px;
    width: 14px;
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: url(../images/ServiceDownload/iconl2.png);
    background-position: center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.m-screentabl{
    overflow: hidden;
    margin-bottom: 29px;
}
.m-screentabl table{
    overflow: hidden;
    width: 100%;
}
.m-screentabl th{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    background-color: #424447;
    overflow: hidden;
    border-right: 1px solid #D8D8D8;
    padding: 0 10px;
    font-weight: normal;
}
.m-screentabl tr{
    background-color: #F0F0F0;
    border-bottom: 1px solid #fff;
}
.m-screentabl tr:nth-child(2n+1){
    background-color: #F9F9F9;
}
.m-screentabl td{
    font-size: 16px;
    color: #3D3D3D;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #D8D8D8;
}
.m-screentabl td:last-child{
    border-right: none;
}
.m-screentabl .btn{
    display: block;
    width: 72px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #103187;
    text-align: center;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-screentabl .btn:hover{
    border-color: #103187;
}
@media (max-width:1400px){
    .ul-listl1.sty2 .con{
        min-width: auto;
    }
}
@media (max-width:1200px){
    .ul-listl1.sty2 .con{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ul-screenl .sel select{
        line-height: 36px;
        height: 36px;
        font-size: 14px;
        padding: 0 10px;
        background-position: center right 10px;
        -webkit-background-size: 10px auto;
        -moz-background-size: 10px auto;
        -ms-background-size: 10px auto;
        -o-background-size: 10px auto;
        background-size: 10px auto;
    }
    .ul-screenl .inpbox .inp{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .ul-screenl{
        margin-bottom: 20px;
    }
    .m-screentabl th,.m-screentabl td{
        font-size: 14px;
        line-height: 40px;
    }
    .m-screentabl .btn{
        font-size: 13px;
    }
    .m-screenl{
        margin-bottom: 30px;
    }
    .ul-screenl{
        margin: 0 -5px 20px;
    }
    .ul-screenl li{
        padding: 0 5px;
    }
}

@media (max-width:991px){
    .ul-listl1.sty2{
        display: block;
    }
    .ul-listl1.sty2 li{
        width: 33.33%;
        float: left;
    }
    .ul-listl1 .con{
        padding: 0 10px;
    }
}

@media (max-width:767px){
    .m-screenl{
        margin-top: 20px;
    }
}

@media (max-width:640px){
    .ul-screenl li{
        width: 50%;
        margin-bottom: 10px;
    }
    .ul-listl1 li{
        width: 50%;
    }
    .m-screentabl .screentabl table{
        min-width: 500px;
        overflow: hidden;
    }
    .m-screentabl .screentabl{
        overflow-y: hidden;
        overflow-x: auto;
    }
}

@media (max-width:460px){
    .ul-screenl li{
        width: auto;
        float: none;
    }
}

