/* 产品详情 */
body {
    background: #fff;
}

.slidepro {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f0f0f0;
    margin-top: 30px;
}
.dalislide {
    width: 68%;
    float: left;
}
.slideb {
    display: none;
}
.prot {
    width: 28%;
    height: auto;
    float: right;
    margin: 60px 0;
}
.prot .tt {
    font-size: 2.2rem;
    display: inline-block;
    line-height: 80px;
    border-bottom: 2px solid #d0000e;
}
.prot .ti {
    font-size: 1rem;
    line-height: 180%;
    padding-right: 50px;
    margin-top: 30px;
}
.prot .tp {
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.prot .tp p {
    display: block;
    height: 70px;
    width: 105px;
    float: left;
    margin: 0 8px 8px 0;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}
.prot .tp p img {
    opacity: .5;
}
.prot .tp p:hover img, .prot .tp p.on img {
    opacity: 1;
}

.sub1 {
    width: 100%;
    height: auto;
    min-height: 120%;
    overflow: hidden;
    background: url(/static/images/pro_con_img01.jpg) left bottom no-repeat;
    background-size: 100%;
    margin-top: 40px;
    padding-bottom: 110px;
}
.sub1 .left {
    margin-left: 15%;
    width: 24%;
}
.sub1 .left img {
    max-width: 100%;
}
.sub1 .left span {
    display: block;
    margin: 20px 0;
    color: #666;
    line-height: 160%;
}
.p2 {
    width: 58%;
    height: auto;
}
.p3 {
    width: 49%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 110px;
}
.p3 img {
    display: block;
    width: 100%;
}
.p3 span {
    display: block;
    margin-top: 20px;
    color: #666;
}
.p3 span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    font-size: 2.2rem;
    line-height: 180%;
}
.sub2 {
    width: 100%;
    height: auto;
    position: relative;
}
.sub2 img {
    display: block;
    width: 100%;
    height: auto;
}
.sub2t {
    position: absolute;
    top: -20%;
    left: 15%;
    width: 30%;
}
.sub2t span {
    display: block;
}
.sub2t span:nth-child(1) {
    font-size: 2.2rem;
}
.sub2t span:nth-child(2) {
    color: #666;
    margin-top: 15px;
    line-height: 24px;
}
.sub3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(/static/images/pro_con_img03.jpg) left top no-repeat;
    background-size: 100%;
}
.sub3 .right {
    width: 45%;
    margin: 110px 0 70px 0;
}
.sub3 .right img {
    display: block;
    width: 100%;
}
.sub3 .left {
    width: 30%;
    height: auto;
    margin-top: 15%;
    margin-left: 15%;
}
.sub3 span {
    display: block;
}
.sub3 span:nth-child(1) {
    font-size: 2.2rem;
}
.sub3 span:nth-child(2) {
    color: #666;
    margin-top: 30px;
    line-height: 24px;
}

.procont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    font-size: 0.875rem;
    line-height: 200%;
}
.procont img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}