.pic-desc{

    margin-top: 80px;

}

.bgimg img{

    width: 100%;

    height: 100%;

}

.pic-desc .detail{

    display: flex;

    align-items: flex-start;
    justify-content: space-between;

}

.pic-desc .propic{

    width: 33%;

    height: 100%; 

    margin-right: 62px;

}
.pic-desc .detail .desc{

    width: 62%;

}

.pic-desc .detail .bgimg{

    border: solid 1px #cccccc;

    /*padding: 56px 95px;*/

    overflow: hidden;

    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pic-desc .detail .smimg{

    width: 100%;

    margin-top: 15px;

    display: flex;

    justify-content: flex-start;

}

.pic-desc .detail .smimg>div{

    /* border: solid 1px #cccccc; */

    width:15%;

    height: 73px;

    display: flex;

    align-items: center;

    justify-content: center;

    /* padding: 14px 8px; */

    cursor: pointer;

    margin-right: 2%;

}

.pic-desc .detail .smimg>div:last-child{

    margin-right: 0;

}

.pic-desc .detail .desc h3{

    font-size: 20px;

	font-weight: bold;

	line-height:25px;

	color: #333333;

    margin-top: 20px;

}

.pic-desc .detail .desc h5{

    font-size: 16px;

	line-height: 17px;

	color: #8f8f8f;

    margin-top: 19px;

    margin-bottom: 15px;

}

.pic-desc .detail .desc p{

    font-size: 14px;

	line-height: 30px;

	color: #666666;
text-align:justify;
text-justify:inter-ideograph;
}

.pic-desc .detail .desc{

    display: flex;

    height: auto;

    flex-direction: column;

    justify-content: space-between;

}

.pic-desc .detail .desc .purchase{

    width: 149px;

	height: 46px;

	background-color: #002fa7;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

}

.detail .desc .purchase img{

    margin-right: 16px;

}

.pic-desc .mdtabs{

    display: flex;

    margin-top: 50px;

}

.pic-desc .mdtabs .cpd{

    width: 19.5%;

    font-size: 20px;

	font-weight: bold;

	line-height: 20px;

	color: #333333;

    padding: 16px 75px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #dae0e6;

    border-bottom: none;

}

.pic-desc .mdtabs .thetabin{

    display: flex;

    align-items: center;

    border-bottom: 1px solid #dae0e6;

    font-size: 18px;

    color: #333333;

    width: 100%;

}

.mdtabs .thetabin>div{

    padding: 20px 2%;

    position: relative;

    height: 100%;

    display: flex;

    align-items: center;
    transition: all .3s linear;
}

.mdtabs .thetabin>div::after{

    content:"";

    display: block;

    position: absolute;

    left: 50%;

    bottom: -1px;

    transform: translateX(-50%);

    width: 0%;

    height: 1px;

	background-color: #002fa7;

    transition: all .3s linear;

}

.mdtabs .thetabin>div:hover{

    background-color: #002fa7;
    color: #fff;
    opacity: .7;
}

.mdtabs .thetabin>div:hover::after{

    /* width: 25%; */

}

.desclist .text-box h5{

    font-size: 17px;

	line-height: 28px;

	color: #333333;

}

.desclist .text-box span{

   color: #002fa7;;

}

.desclist .text-box p{

    font-size: 14px;

	line-height: 28px;

	color: #333333;

    margin-top: 15px;

}

.desclist .text-box{

    margin-top: 45px;

}

.desclist .text-box table{

    width: 100%;

    margin-top: 20px;

}

.text-box table td{

    font-size: 16px;

	color: #ffffff;

    text-align: center;

    line-height: 50px;

    border-right: 2px solid #fff;

    border-top: 2px solid #fff;

}

.text-box table th{

    background-color: rgba(0,47,167, .45);

    line-height: 50px;

    border-right: 2px solid #fff;

    font-size: 16px;

	font-weight: bold;

	color: #ffffff;

    width: 25% !important;

}

.text-box table tr{

    justify-content: space-between;

}

.text-box table tr:nth-child(odd) td{

    background-color: rgba(0,47,167, .2);

}

.text-box table tr:nth-child(even) td{

    background-color: rgba(0,47,167, .3);

}

.text-box table:last-child{

    width: 75% ;

}



/* padpro端 */

@media screen and (min-width: 991px) and (max-width: 1366px){

    .pic-desc {

        margin-top: 60px;

    }

    .pic-desc .detail .bgimg{

        height: unset;

    }

    .pic-desc .detail .smimg>div {

        height: unset;

        padding: 12px 8px;

    }

    .pic-desc .detail .desc {

        width: 47%;

    }

    .pic-desc .mdtabs .thetabin{

        font-size: 14px;

    }

    .pic-desc .mdtabs .cpd {

        width: 15.5%;

        font-size: 18px;

        line-height: 20px;

        padding: 14px 30px;

    }

    .mdtabs .thetabin>div {

        
    padding: 16px 2%;

    }

    .desclist .text-box {

        margin-top: 25px;

    }

    .desclist .text-box p {

        line-height: 25px;

        margin-top: 12px;

    }

    .pic-desc .mdtabs .thetabin{

        width: 85.5%;

    }

    .text-box table th {

        line-height: 40px;

        font-size: 15px;

    }

    .text-box table td {

        font-size: 14px;

        color: #ffffff;

        line-height: 40px;;

    }

}

/* pad端 */

@media screen and (min-width:768px) and (max-width:991px) {

    .pic-desc {

        margin-top: 45px;

    }

    .pic-desc .detail .bgimg{

        height: unset;

    }

    .pic-desc .detail .smimg>div {

        height: unset;

        padding: 12px 8px;

    }

    .pic-desc .detail .desc {

        width: 44%;

    }

    .pic-desc .mdtabs .thetabin{

        font-size: 14px;

    }

    .pic-desc .mdtabs .cpd {

        width: 15.5%;

        font-size: 18px;

        line-height: 20px;

        padding: 14px 30px;

    }

    .mdtabs .thetabin>div {

        padding: 15px 2%;

    }

    .desclist .text-box {

        margin-top: 20px;

    }

    .desclist .text-box p {

        line-height: 25px;

        margin-top: 10px;

        font-size: 13px;

    }

    .pic-desc .mdtabs .thetabin{

        width: 98%;

    }

    .text-box table th {

        line-height: 35px;

        font-size: 14px;

    }

    .text-box table td {

        font-size: 13px;

        color: #ffffff;

        line-height: 35px;;

    }

    .pic-desc .detail{

        justify-content: space-between;

    }

    .pic-desc .propic {

        width: 54.5%;

        height: 340px;

    }

    .pic-desc .detail .desc p {

        font-size: 13px;

        line-height: 26px;

        color: #666666;

    }

    .pic-desc .detail .desc h5 {

        font-size: 14px;

        line-height: 16px;

        margin-top: 15px;

        margin-bottom: 10px;

    }

    .pic-desc .detail .desc h3 {

        font-size: 18px;

        margin-top: 15px;

    }

    .pic-desc .mdtabs .cpd {

        width: 15.5%;

        font-size: 16px;

        padding: 12px 15px;

    }

    .desclist .text-box h5 {

        font-size: 16px;

        line-height: 26px;

    }

    .pic-desc .detail .bgimg {

        height: 78%;

    }

}

/* 移动端 */

@media (max-width:767px){

    .pic-desc {

        margin-top: 30px;

    }
        .con-items table tr td{
        margin-bottom: 15px;
        display: block;
    }
    .con-items table tr td p{
        display: flex;
        flex-wrap: wrap;
    }
    .con-items table tr td span{
    }
    .con-items table tr td img{
        width: auto;
    }
    .con-items table tr td:last-child{
        margin-bottom: 0;
    }
.con-items table tr td p{
    margin: 0 !important;
}

    .pic-desc .detail .bgimg{

        height: unset;

    }

    .pic-desc .detail .smimg>div {

        height: unset;

        padding: 12px 8px;

    }

    .pic-desc .detail .desc {

        width: 100%;

        height: auto;

        margin-top: 15px;

    }

    .pic-desc .mdtabs .thetabin{

        font-size: 14px;

    }

    .pic-desc .mdtabs .cpd {

        width: 15.5%;

        font-size: 18px;

        line-height: 20px;

        padding: 14px 30px;

    }

    .mdtabs .thetabin>div {

        padding: 8px 15px;

    }

    .desclist .text-box {

        margin-top: 20px;

    }

    .desclist .text-box p {

        line-height: 24px;

        margin-top: 10px;

        font-size: 12px;

    }

    .pic-desc .mdtabs .thetabin{

        width: 100%;

        flex-wrap: wrap;

        margin-top: 35px;

    }

    .text-box table th {

        line-height: 35px !important;

        font-size: 12px !important;

    }

    .text-box table td {

        font-size: 12px !important;

        color: #ffffff !important;

        line-height: 35px !important;

    }

    .pic-desc .detail{

        flex-wrap: wrap;

        justify-content: space-between;

    }

    .pic-desc .propic {

        width: 100%;

        height: unset;

        margin-right: unset;

    }

    .pic-desc .detail .desc p {

        font-size: 12px;

        line-height: 24px;

        color: #666666;

    }

    .pic-desc .detail .desc h5 {

        font-size: 14px;

        line-height: 16px;

        margin-top: 15px;

        margin-bottom: 10px;

    }

    .pic-desc .detail .desc h3 {

        font-size: 18px;

        margin-top: 15px;

    }

    .pic-desc .mdtabs .cpd {

      display: none;

    }

    .desclist .text-box h5 {

        font-size: 15px;

        line-height: 26px;

    }

    .pic-desc .detail .bgimg {

        height: 78%;

    }

    .pic-desc .detail .desc .purchase {

        width: 130px;

        height: 40px;

    }

    .pic-desc .mdtabs{

        display: unset;

    }

    .mbx span {

        font-size: 12px;

        margin-left: 6px;

    }

        table{

        width: 100% !important;

    }
.pic-desc .detail .bgimg {
    /*max-height: 300px;*/
    width: auto !important; 
    height: auto !important;
    max-width: 300px;
    margin: auto;
}
video{
    width: 100%;
}
}

