/****** slogan ******/
.slogan_Box{
    width: 100%;
    margin: 142px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(min-width: 768px){
    .slogan_Box{
        height: 300px;
    }
}
.slogan_Box{
    width: 100%;
}
.slogan_Box img{
    width: 100%;
}
.PDslogan_cent{
    height: 100%;
    position: relative;
}
.PDslogan_cent h2{
    font-size: 36px;
    color: #2e3092;
    position: absolute;
    top: 50%;
    margin: -40px 0 0;
}

/****** Product Information ******/
.patentNav{
    width: 300px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    background-color: #efefef;
    text-align: center;
    margin: 30px 0;
}
.patentNav a{
    color: #666666;
 }
.patentNav a:hover{
    text-decoration: none;
}
/*商品展示部分*/
.patentItem{

}
.patentPic{
    width: 100%;
    /*height: 440px;*/
    /*background-color: hotpink;*/
}
.patentPic ul{
    padding: 0;
}
.patentPicMax{
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 30px;
}
.patentPicMax img{
    width: 100%;
}
/*小图*/
.patentPicMin{
    /*background-color: pink;*/
    overflow: hidden;
    cursor: pointer;
 }
.Picbtn_lf,.Picbtn_rt{
    float: left;
    width: 10%;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #888888;
}
.PicPackageBox{
    float: left;
    width: 80%;
    overflow: hidden;
    margin: 0;
}
.PicPackageBox li{
    float: left;
    width: 25%;
    padding: 2px;
}
.PicPackageBox li img{
    width: 100%;
}


/*文字介绍部分*/
.PDTcontentTop{
    width: 100%;
    max-width: 718px;
    float: right;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}
.PDTcontentTop h3{
    font-size: 18px;
    color: #333333;
    margin: 0;
}
.PDTcontentTop p:nth-child(2){
    font-size: 16px;
    color: #888;
    margin: 26px 0;
}
.PDTcontentTop p:nth-child(3){
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    text-align: justify;
    margin: 0;
}
.PDTcontentBtm{
    width: 100%;
    max-width: 718px;
    float: right;
    margin: 30px 0;
}
.PDTcontentBtm h3{
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.PDTShare{
    width: 100%;
    max-width: 718px;
    float: right;
    margin-top: 20px;
}
.PDTShare span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    margin-right: 20px;
    background-color: #999;
    cursor: pointer;
}
.PDTShare span:hover{
    background-color: #2e3092;
}
.PDTShare span:nth-child(1){
    background: #ffffff;
    color: #333;
    margin-right: 30px;
}
/*选项卡*/
.patentWrapper{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 60px;
}
.patentTab{
    height: 30px;
    padding: 0;
    margin: 0;
}
.patentTab li{
    float: left;
    width: 180px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    background-color: #cccccc;
}
li.clickTab{
    background-color: #888888;
    color: #ffffff;
}
.patentTabCent{
    width: 100%;
    min-height: 242px;
    max-height: 243px;
    padding: 40px;
    border: 1px solid #cccccc;
    overflow-y: auto;
}
.patentTabCent div{
    float: left;
    display: none;
}
.patentTabCent .Tabselected{
    display: block;

}

.Tabselected h4{
    font-size: 16px;
    color: #666;
    margin-top: 0;
}
.Tabselected p{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin: 0;
    text-align: justify;
}
/******* 移动端 ******/
@media (max-width: 1200px) {
    /*pic*/
    .Picbtn_lf,.Picbtn_rt{
        height: 59px;
        line-height: 59px;
    }
}
@media (max-width: 992px) {
    /* 顶部标题 */
    /*标题*/
    .navBox_lf_title{
        padding: 0 0 0 4px;
        text-align: center;
        margin-left: -75px;
    }
    .navBox_lf_title h3{
        font-size: 14px;
        /*line-height: 44px;*/
    }
    /*slogn*/
    .slogan_Box{
        margin: 53px 0 0;
    }
    /*pic*/
    .Picbtn_lf,.Picbtn_rt{
        height: 44px;
        line-height: 44px;
    }
    /*文字介绍部分*/
    .PDTcontentTop{
        border-bottom: none;
    }
}
@media (max-width: 768px) {
    /*pic*/
    .patentPic{
        margin-top: 70px;
    }
    .patentPicMax{
        margin-bottom: 10px;
    }
    .Picbtn_lf,.Picbtn_rt{
        height: 69px;
        line-height: 69px;
    }
    /*文字介绍*/
    .PDTcontentTop{
        padding-bottom: 35px;
    }
    .PDTcontentTop h3{
        font-size: 17px;
    }
    .PDTcontentTop p:nth-child(2){
        font-size: 10px;
        color: #888;
        margin: 10px 0 25px;
    }
    .PDTcontentTop p:nth-child(3){
        font-size: 12px;
        line-height: 18px;
    }
    /*tab*/
    .patentWrapper{
        margin: 0 0 35px;
    }
    .patentTab li{
        width: 50%;
    }
    .patentTabCent{
        padding: 10px;
    }
    .Tabselected p{
        font-size: 12px;
        line-height: 18px;
    }
}






































