@charset "UTF-8";


@font-face {
    font-family: "hyqh";
    src:url("../font/HYQIHEI-40S_1.OTF");
}



.main-title{
    font-size: 26px;
}


.product-details{
    padding: 30px 0;
    background-color: #f3f3f2;
}
.product-details > div{
    width: 69.9%;
    margin: auto;
    padding-bottom: 40px;
    background-color: white;
}
.product-details .introduced{
    margin: 0 70px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #eee;
}
.product-details .introduced .pic{
    width:420px;
    height:420px;
    margin-left:115px;
    position:relative;
    border: 4px solid #e5e5e5;
}
.product-details .introduced .pic .pic_cover{
    position:absolute;
    top:0;
    left:0;

}
.product-details .introduced .pic .pic_cover img{
    display:block;
}
.product-details .introduced .pic .pic_cover .cover{
    width:210px;
    height:210px;
    background-image:url(../img/cover.png);
    position:absolute;
    top:0;
    left:0;
    cursor:move;
    display:none;
}
.product-details .introduced .pic .pic_cover .show{
    display:none;
    position:absolute;
    top:0;
    right:-430px;
    width:420px;
    height:420px;
    background:no-repeat center;
    z-index: 1;
}
.product-details .introduced .right{
    width: 46%;
    padding-top: 30px;
}
.product-details .introduced .right h4{
    margin-bottom: 15px;
    color: #0068b3;
    font-size: 24px;
}
.product-details .introduced .right > p{
    position: relative;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 14px;
    /*line-height: 35px;*/
   /* text-indent: 14px;*/
}
.product-details .introduced .right > p:before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
   /* margin-top: -2px;*/
    background-color:#0068b3 ;
    border-radius: 50%;
}
.product-details .introduced .share{
    margin-top: 30px;
}
.product-details .introduced .share p{
    vertical-align: middle;
    font-size: 14px;
}
.product-details .introduced .share ul{
    vertical-align: middle;
    margin-left: 15px;
    padding: 7px 0;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.product-details .introduced .share ul li{
    margin-right: 15px;
}
.product-details .introduced .share ul li:nth-child(1){
    margin-left: 15px;
}
.product-details .introduced .share ul li a{
    display: block;
    width: 20px;
    height: 17px;
}
.product-details .introduced .share ul li:nth-child(1) a{
    background: url("../img/weibo1.png") no-repeat center;
}
.product-details .introduced .share ul li:nth-child(2) a{
    background: url("../img/QQ.png") no-repeat center;
}
.product-details .introduced .share ul li:nth-child(3) a{
    background: url("../img/weixin1.png") no-repeat center;
}
.product-details .parameter{
    margin: 70px 70px 0;
}
.product-details .parameter > h4{
    color: #c7c7c7;
    font-family: hyqh;
    font-size: 36px;
    text-align: center;
}
.product-details .parameter > p{
    color: #0068b3;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.product-details .parameter .p-nav{
    height: 46px;
    margin-top: 40px;
    background-color: #f4f4f4;
    line-height: 46px;
}
.product-details .parameter .p-nav li{
    width: 150px;
    cursor: pointer;
}
.product-details .parameter .p-nav li:hover{
    border-top: 1px solid #0068b3;
    background-color: white;
}
.product-details .parameter .p-nav li.on{
    border-top: 1px solid #0068b3;
    background-color: white;
}
.product-details .parameter .p-img{
    overflow: auto;
    margin: 50px 90px 120px;
}
.product-details .parameter .p-img .p-content1{
    display: none;
    width: 100%;
    height: auto;
}
.product-details .parameter .p-img .p-content1 img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.product-details .parameter .p-img table{
    max-width: 100% !important;
    width: auto; !important;
}

