#header{
    width: 100%;
    height: 134px;
}


/*--------产品介绍详情表格----*/

.desc-title{
    width: 100%;
    height: 40px;
    margin: 40px 0 45px;
    padding: 0 189px;
    border-bottom: 1px solid #167ade;
    cursor: pointer;
}
.desc-title-ul>li{
    float: left;
    margin-right: 48px;
    width: 172px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.desc-title-ul>li:last-child{
    margin-right: 0;
}
.desc-title-ul>li.active{
    color: #FFFFFF;
    background: #167ade;
}
.desc-server{
    width: 100%;
    height: 74px;
    margin-bottom: 12px;
    line-height: 70px;
    padding: 0 17px;
    font-size: 16px;
    border: 1px dashed #dbdbdb;
}
.desc-server .iconfont{
    vertical-align: middle;
    font-size: 30px;
    color: #167ade;
    margin-right: 20px;
}
table {
    width: 100%;
    margin-bottom: 40px;
}

table, th, td, tr {
    border: 1px solid #ddd;
    border-collapse: collapse;
    line-height: 30px;
    cellspacing: 0;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
}
tr:nth-child(2n-1){
    background: #eeeeee;
}

.desc-text{
    position: relative;
    float: right;
    width: 485px;
    height: 460px;
    max-height: 460px;
    padding: 20px 0;
}
.desc-text-name{
    font-size: 26px;
    color: #333333;
}
.desc-text-title{
    width: 100%;
    margin: 40px 0 12px;
}
.desc-text-title>div{
    float: left;
    font-size: 18px;
    color: #167ade;
}
.desc-text-title>span{
    float: left;
    margin-top: 13px;
    margin-left: 6px;
    width: 360px;
    height: 1px;
    background: #167ade;
}
.desc-text-intro{
    font-size: 14px;
    line-height: 2;
}
.desc-text-a{
    position: absolute;
    left: 0;
    bottom: 50px;
    display: block;
    width: 169px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    background: #167ade;
    border-radius: 2px;
}
.desc-text-a:hover{
    color: #FFFFFF;
}

.desc-lis-img>img{
    width: 100%;
    height: auto;
}
/*----------------图片放大镜start--------------*/
.imgbox {
    position:relative;
    float: left;
    width: 463px;
}
.probox {
    position:relative;
    float: right;
    width: 368px;
    height: 460px;
}
.probox img {
    width:100%;
    height:100%;
    vertical-align:top;
    background: #d6ebff;
}
.minbox{
    float: left;
    width: 74px;
}
.minbox-li{
    width: 100%;
    height:85px;
    margin-bottom: 12px;
    border: 2px solid #FFFFFF;
}
.minbox-li.active{
    border: 2px solid #167ade;
}
.minbox-li>img{
    width: 100%;
    height: 100%;
    background: #d6ebff;
    cursor: pointer;
}
.showbox {
    display:none;
    position:absolute;
    left:368px;
    top:0;
    z-index: 30;
    width: 368px;
    height: 460px;
    overflow:hidden;
    border:1px solid #ccc;
}
.showbox img {
    position:absolute;
    z-index: 5;
    width:1200px;
    height:1380px;
    background:#d6ebff;
}
.hoverbox {
    display:none;
    box-sizing: border-box;
    position:absolute;
    top:0;
    background:#09f;
    border:1px solid #09f;
    height:125px;
    width:100px;
    cursor:move;
    z-index:10;
}
/*----------------图片放大镜end--------------*/