/* 详情内容 */
/*.bgg{*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    background-color: #1d4fae;*/
/*}*/
.detail{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    /*min-height: 500px;*/
    /*position: relative;*/
    /*top: -95px;*/
    /*padding: 0px 50px 30px 350px;*/
    box-sizing: border-box;
    padding-left: 0px !important;
}
.d-title{
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.d-title h2{
    font-size: 30px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.d-title div{
    margin-bottom: 25px;
    font-size: 15px;
}
.d-title span{
    color: #929292;
    font-weight: bold;
}
.d-content{
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 418px;
}
.d-content:after{
    content:'';
    display: block;
    clear: both;
}
.d-content video{
    width: 68%;
}
.d-content *{
    max-width: 100%;
    /*border: 1px solid;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
}
.d-content ol li {
    list-style: revert !important;
}
.d-content ul li {
    list-style: revert !important;
}
.d-upDown{
    border-top: 1px solid #dfdfdf;
    margin-top: 90px;
    padding-top: 35px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
table{
    margin: auto;
}
tbody {
    border-collapse: collapse;
    font-size: 12px;
}
tbody, tr, td {
    border: 1px solid grey;
}
tr, td {
    /*text-align: center;*/
    vertical-align: middle;
}
.d-upDown-item{
    width: 50%;
    cursor: pointer;
}
.d-upDown-item h5{
    color: #8c8c8c;
    font-weight: bold;
    font-size: 16px;
}
.d-upDown-item h3{
    max-height: 48px;
    color: #414141;
    font-size: 18px;
    margin-top: 15px;
    transition: 0.4s;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.d-upDown-item p{
    max-height: 50px;
    color: #858585;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 25px;
    font-size: 14px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.d-upDown-item div{
    margin-top: 10px;
    color: #555;
    padding-top: 10px;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
    transition: 0.4s;
}
.d-upDown-item div img{
    width: 18px;
    height: auto;
    vertical-align: bottom;
    margin-left: 5px;
}
.d-upDown-item div .select{
    display: none;
}
.d-upDown-item:nth-child(odd){
    padding-right: 100px;
}
.d-upDown-item:nth-child(even){
    padding-left: 100px;
}
.d-upDown-item:hover h3, .d-upDown-item:hover h5, .d-upDown-item:hover div {
    color: #1d4fae;
}
.d-upDown-item:hover .select{
    display: inline;
}
.d-upDown-item:hover .normal{
    display: none;
}
.last{
    display: flex;
    align-items: center;
}
.last h3{
    margin: 0;
}

/* 面包屑导航 */
.breadCrumbNav{
    margin-top: 70px !important;
    color: #757575;
    font-size: 14px;
    margin-left: 15%;
    margin-bottom: 30px;
}
.breadCrumbNav a{
    color: #757575;
    text-decoration: none;
}
.breadCrumbNav a.select{
    color: #1d4fae;
}
.product-nav a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /*padding: 0 30px;*/
    box-sizing: border-box;
    color: #747474;
    position: relative;
    /*margin-bottom: 30px;*/
    margin-top: 2px;
    padding-right: 10px;
    /*padding-left: 10px;*/
}
/*.product-nav a::after{*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 50%;*/
/*    background: #6d6d6d;*/
/*}*/
.product-nav a.select{
    background: #CB1524;
    color: #fff !important;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    white-space: nowrap;
}
.topmenu{
    display: none;
}

.product-left{

    position: fixed !important;
    z-index: 0
    opacity: 1;
    /*transition: all .5s;*/
}
.layui-nav-side{
    transition: all .5s;
}
@media (min-width: 768px)and (max-width: 1024px){
    .d-content video{
        width: 100%;
    }
    .navMenubox, .product-left{
        display: none;
    }
    .topmenu{
        display: block;
    }
    .breadCrumbNav {
        margin-top: 37px !important;
        color: #757575;
        font-size: 14px;
        margin-left: 15%;
        margin-bottom: 10px;
    }
    .detail{
        width: 100%;
        padding: 20px 15px 30px 15px;
        top: 5px;
    }
    .product-nav {
        margin-top: 15px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .product-nav a{
        padding: 0 8px;
        margin-bottom: 8px;
    }
    .product-nav a::after{
        right: 0;
    }
}
@media (max-width: 768px) {
    .d-content video{
        width: 100%;
    }
    .product-left{
        display: none;
    }
    .bgg{
        display: none;
    }
    .topmenu{
        display: block;
        background: #1D4FAE;
        padding-bottom: 12px;
    }
    .navMenubox{
        display: none;
    }
    .breadCrumbNav{
        display: none;
    }
    .detail{
        width: 95%;
        /*padding: 20px 15px 0px 15px;*/
        top: 5px;
    }
    .d-title h2{
        line-height: 35px;
        font-size: 20px;
        padding: 0 5%;
        box-sizing: border-box;
        margin: 0 0 15px 0;
    }
    .d-content{
        padding: 10px 0;
    }
    .d-content img{
       object-fit: scale-down;
    }
    .d-upDown{
        flex-direction: column;
        border: none;
        margin-top: 0px;
        padding-left: 10px;
    }
    .d-upDown-item{
        width: 100%;
        border-top: 1px solid #dfdfdf;
    }
    .d-upDown-item h3{
        font-weight: bold;
    }
    .d-upDown-item p{
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 28px;
    }
    .d-upDown-item:nth-child(odd), .d-upDown-item:nth-child(even){
        padding: 15px 0;
    }
    .d-upDown-item div{
        display: none;
    }
    .product-nav{
        /*margin-bottom: 8px;*/
        padding:6px 10px;
        box-sizing: border-box;
        display: flex;
        overflow: auto;
        padding-top: 10px;
    }
    .product-nav a{
        margin-bottom: 8px;
        padding: 0 8px;
        color: #fff !important;
        border: 1px solid;
        border-radius: 20px;
        margin-right: 10px;
        white-space: nowrap;
    }
    .product-nav a::after {
        right: 0;
    }
    .product-nav:first-child a:first-child::after, .product-nav a:last-child::after {
        background: transparent;
    }
    .caidan{
        background:#fff;
        padding:15px;
        width: 95%;
        margin: 0 auto;
        display: flex;
        overflow: auto;
    }
    .sancaidan{
        margin-right: 30px;
        white-space: nowrap;
    }
    .sancaidan a.select{
        color: #CB1524 !important;
        font-weight: bold;
        white-space: nowrap;
    }
    .sicaidan a.select{
        color: #CB1524 !important;
        font-weight: bold;
        white-space: nowrap;
    }
    .threebg{
        background: #1D4FAE;
    }
    .sicaidan{
        padding-left: 20px;
    }
}



