#head{
    height: auto;
}
.header-bg{
    position: relative;
}
.header-bg>img{
    width: 100%;
    height: 280px;
}
.header-content-wrap{
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left:0 ;
}
.header-title{
    width: 1000px;
    height: 280px;
    /*border: 1px solid red;*/
    position: absolute;
    top: 0;
    left: 23%;
}
.tl{
    width: 50%;
    height: 100%;
    padding: 60px 40px 0 15px;
}
.tl h1{
    font-size: 26px;
    color: #3E3D3E;
    text-space: 6px;
    margin-bottom: 30px;
}
.tl p{
    font-size: 14px;
    color: #56595D;
    margin-bottom: 20px;
}
.tl button{
    width: 100px;
    height: 30px;
    text-align: center;
    color: #EF8F12;
    background: transparent;
    border: 1px solid #EF8F12;
}
.rl{
    width: 50%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 60px;
}

.rl p{
    color: #EC0404;
    font-size: 14px;
}
.rl span{
    font-size: 12px;
}

/*
*产品简介
*/
.companyinfo{
    width: 100%;
    height: 320px;
    background: #FFFFFF;
    border-bottom:1px solid #DDDDDD;
}
.infocontent{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 30px 0;
}
.infocontent h1{
    font-size: 22px;
    color: #444444;
    text-align: center;
    padding-bottom: 50px;
}
.infocontent p{
    text-indent: 34px;
    line-height: 22px;
    color: #828282;
    margin-bottom: 40px;
}
/*
*技术参数
*/
.technical{
    width: 100%;
    height: auto;
}
.technical>h1{
    width: 1000px;
    font-size: 22px;
    color: #3E3D3D;
    text-align: center;
    margin:90px auto 0;
    padding-bottom: 60px;
    border-bottom:1px solid #DDDDDD;
}
.optics{
    width: 1000px;
    height: auto;
    border-bottom:1px solid #DDDDDD;
    margin: 0 auto;
}
.technical-padding{
    padding: 70px 0 60px;
    margin: 0 auto;
}
.stitle{
    float: left;
    font-size: 18px;
    color: #515050;
    width: 250px;
    padding-left: 30px;
    font-weight: 600;
}
.mainparams{
    float: left;
    color: #6E6E6E;
    font-size: 14px;
}
.mainparams li{
    height: 30px;
    line-height: 30px;
}
.mptitle{
    display: inline-block;
    width: 80px;
    text-align: left;
}
.technical-padding:after{
    content: "";
    display: block;
    clear: both;
}
.mptitle-bc{
    color:#444343 ;
    font-weight: 600;
}
.tp{
    padding-top: 50px;
}
/*详情介绍*/

#detail-description{
    width: 100%;
    height: 650px;
    background: #F2F2F2;
    padding: 50px 0 110px;
}
.introduce{
    width: 1000px;
    /*height: 100%;*/
    margin:  0 auto;
    /*border: 1px solid red;*/
}
.introduce h1{
    font-size: 22px;
    color: #444444;
    text-align: center;
    padding-bottom: 50px;
}
.introduce>p{
    text-indent: 34px;
    line-height: 22px;
    color: #828282;
    margin: 0 30px 84px;
}
.dtail{
    display: inline-block;
    width:44px ;
    height: 100%;
    line-height: 100%;
    background: #0382FE;
    color: #F2F7FF;
    font-size: 16px;
    text-align: center;
    padding: 16px 12px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.wireless{
    border-bottom: 1px solid #DDDDDD;
}
#details .wireless,#details .storage{
    position: relative;
    width: 100%;
    height: 100px;
    padding:30px 30px 36px 80px ;
    background: #fff;
    color: #646464;
    font-size: 14px;
}