/* 主体 */
body {
    background: #f7f7f5;
}
.main {
    background: #fff;
}
.main .titleBox {
    background: #f7f7f5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    -moz-box-shadow: 0px 3px 10px rgb(231, 231, 231) inset;
    /* For Firefox3.6+ */
    -webkit-box-shadow: 0px 3px 10px rgb(231, 231, 231) inset;
    /* For Chrome5+, Safari5+ */
    box-shadow: 0px 3px 10px rgb(231, 231, 231) inset;
    /* For Latest Opera */
}
.proInfoTitle h3 {
    color: #096cb0;
    font-size: 32px;
    line-height: 72px;
}
.proInfoTitle h3 p {
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
/* 产品详情 */
.proInfo_PI {
    margin-bottom: 55px;
}
.proInfo_PI .picBox {
    width: 640px;
}
.proInfo_PI .picBox .proInfoPic {
    padding: 0 50px;
    position: relative;
}
.proInfo_PI .picBox .bigPicB {
    height: 460px;
    position: relative;
}
.proInfo_PI .picBox .bigPicB img {
    /*margin-bottom: 15px;*/
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    max-width: 100%;
    max-height: 460px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.smallPicBox img {
    max-width: 170px;
}
.smallPicBox .slides li {
    margin-right: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
.smallPicBox .slides li img {
    border: 1px solid #e6e6e6;
}
.proInfo_PI .picBox .flex-direction-nav {
    position: static;
    display: block
}
.proInfo_PI .picBox .flex-direction-nav li a {
    width: 36px;
    height: 110px;
    /* background: #008cd6; */
    background: #fff;
    border: 1px solid #e6e6e6;
    /* color: #fff; */
    color: #096cb0;
    text-align: center;
}
.proInfo_PI .picBox .flex-direction-nav li a.flex-prev {
    left: 0;
}
.proInfo_PI .picBox .flex-direction-nav li a:hover {
    background: #096cb0;
    color: #fff;
}
.proInfo_PI .picBox .flex-direction-nav li a.flex-next {
    right: 0;
}
.proInfo_PI .picBox .flex-direction-nav li a::after {
    font-family: 'Glyphicons Halflings';
    text-align: center;
    line-height: 110px;
}
.proInfo_PI .picBox .flex-direction-nav li a.flex-prev::after {
    content: "\e257";
}
.proInfo_PI .picBox .flex-direction-nav li a.flex-next::after {
    content: "\e258";
}
/* 产品信息详情 */
.proInfoDetail {
    width: 50%;
    margin-top: 10px;
}
.proInfoDetail h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #096cb0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.proInfoDetail>p:nth-of-type(1) {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.proInfoDetail>p:nth-of-type(2) {
    font-size: 18px;
    color: #096cb0;
    line-height: 60px;
    margin-top: 8px;
}
.proInfoDetail .Range {
    width: 100%;
    background: #ccc;
    padding: 3% 4%;
    color: #666;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
}
.proInfoDetail .Range p {
    line-height: 22px;
    color: #666;
}
/* 按钮部分 */
.proBtn {
    margin-top: 120px;
}
.proBtn>a {
    display: inline-block;
    width: 170px;
    height: 52px;
    background: #096cb0;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.proBtn>a i {
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.proBtn>a i.reIcon {
    background: url('../images/pro_refer.png');
}
.proBtn>a.Order {
    background: #019945;
    margin-left: 50px;
}
.proBtn>a i.orderIcon {
    background: url('../images/icon-index.png') -180px -7px;
}
.proBtn .iconBox {
    float: left;
    margin-top: 16px;
    margin-left: 30px;
}
/* 细节展示标题 */
.detailTitBox {
    width: 100%;
    /* overflow: hidden; */
    overflow-x: auto;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    text-align: center;
}
.detailTitBox .detailTit {
    width: 2000px;
    height: 60px;
    margin: 0 auto;
}
.detailTitBox .detailTit a {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.detailTitBox .detailTit a::after {
    content: ' ';
    position: absolute;
    height: 17px;
    width: 2px;
    background: #e6e6e6;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 0px;
}
.detailTitBox .detailTit a:last-of-type::after {
    background-color: transparent;
}
.detailTitBox .detailTit a .detLine {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    bottom: 10px;
    width: 17px;
    height: 1px;
    background: #096cb0;
    display: none;
}
.detailTitBox .detailTit a:hover {
    color: #2695d9;
}
.detailTitBox .detailTit a:first-of-type .detLine {
    display: block;
}
/* ----------------------------- */
.detailTitBox .detailTit a.active {
    color: #2695d9;
}
/* ----------------------------- */
/* 细节展示主体 */
.datailBD {
    background: #f7f7f5;
    margin-bottom: 40px;
}
.datailBD .bd {
    padding: 40px 80px 80px;
    background: #fff;
    display: none;
}
.datailBD .bd img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin: 0 auto;
}
.datailBD .bd:nth-of-type(1) {
    display: block;
}
.datailBD .bd li .imgBox img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.datailBD .bd video {
    /*  display:block; width:100%; height:auto;*/
}
.datailBD .bd .block {
    display: none;
    text-align: center;
    /*    position: fixed; width:100%; height:100%; left: 0; top: 0; background: rgba(0, 0, 0, .6); z-index: 999999;*/
}
.datailBD .bd .block .video {
    display: inline-block;
    position: relative;
    /*    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #000;*/
}
.datailBD .bd .block .video video {
    max-width: 100%;
}
.datailBD .bd .block span {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat 0 0 /100% 100%;
    z-index: 99;
}
@media only screen and (min-width:0px) and (max-width:1200px) {
    .datailBD .bd .block .video {
        width: 100%;
    }
}
@media only screen and (min-width:0px) and (max-width:768px) {
    /* 产品详情 轮播图部分 */
    .proInfo_PI {
        padding: 0 10px;
    }
    .proInfo_PI .picBox {
        width: 100%;
    }
    .proInfoDetail {
        width: 100%;
    }
    .proInfo_PI .picBox .proInfoPic {
        width: 100%;
    }
    .proInfo_PI .picBox .flex-direction-nav li a {
        background: #008cd6;
        color: #fff;
    }
    .proInfo_PI .picBox .bigPicB {
        height: auto;
        box-shadow: 0 0 6px 2px #e0e0e0;
        padding: 1.5%;
        margin: 3% 0;
    }
    .proInfo_PI .picBox .bigPicB img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        position: static;
    }
    .proInfo_PI .picBox .flex-direction-nav li a {
        height: 50px;
    }
    .proInfo_PI .picBox .flex-direction-nav li a::after {
        line-height: 50px;
    }
    .proInfoTitle p {
        font-size: 14px;
    }
    .proInfoDetail h1 {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .proInfoTitle h3 {
        font-size: 24px;
    }
    /* 分享部分 */
    .iconBox {
        display: none;
    }
    /* 分享按钮 */
    .proBtn {
        margin-top: 60px;
    }
    .proBtn>a {
        width: 130px;
    }
    /* 细节主体 */
    .detailTitBox {
        margin-top: 20px;
    }
    .datailBD .bd {
        padding: 20px 10px 10px;
    }
    .recomList {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* 轮播按钮 */
    .proInfo_PI .picBox .flex-direction-nav li a {
        width: 28px;
    }
    /* 产品详细信心 */
    .proInfoDetail h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .proInfoDetail>p:nth-of-type(1) {
        font-size: 14px;
    }
    /* 分享按钮 */
    .proBtn {
        text-align: center;
    }
    .proBtn>a.Order {
        margin-left: 30px;
    }
}
@media only screen and (min-width:769px) and (max-width:1280px) {
    /* 产品详情 轮播图部分 */
    .proInfo_PI .picBox {
        width: 100%;
    }
    .proInfoDetail {
        width: 100%;
    }
    .proInfoDetail h1 {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .proInfo_PI .picBox .flex-direction-nav li a {
        background: #008cd6;
        color: #fff;
    }
    .proInfo_PI .picBox .bigPicB {
        height: auto;
        box-shadow: 0 0 6px 2px #e0e0e0;
        padding: 1.5%;
        margin: 3% 0;
    }
    .proInfo_PI .picBox .bigPicB img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        position: static;
    }
    /* 分享部分 */
    .iconBox {
        display: none;
    }
    /* 分享按钮 */
    .proBtn {
        margin-top: 60px;
        text-align: center;
    }
}
@media only screen and (min-width:1281px) and (max-width: 1366px) {
    .proInfoDetail {
        width: 46%;
    }
    .proBtn {
        margin-top: 140px;
    }
    .proInfoDetail>p:nth-of-type(1) {
        font-size: 16px;
    }
}
@media only screen and (min-width:1367px) and (max-width: 1440px) {
    .proInfoDetail {
        width: 46%;
    }
    .proBtn {
        margin-top: 140px;
    }
    .proInfoDetail>p:nth-of-type(1) {
        font-size: 16px;
    }
}