.common-width1{
    width: 1200px; margin: 0 auto;
}

.list-main
{
    overflow: hidden;padding: 25px 0 50px 0;
}

.list-main .left
{
    float: left;width: 270px;
}

.list-main .left .slide-menu
{
    border: 1px solid #f0f0f0;padding: 20px 30px;
}

.list-main .left .slide-menu .title
{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #004DA5;
    opacity: 1;
    margin-bottom: 15px;
}

.list-main .left .slide-menu .title:before
{
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #004DA5;
    margin-bottom: -4px;
    margin-right: 10px;
}

.list-main .left .slide-menu form
{
    background-color: #F7F7F7;border: 1px solid #F0F0F0;padding: 0 0 0 15px;
}

.list-main .left .slide-menu form span:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    margin-left: 10px;
    background-color: #cccccc;
}

.list-main .left .slide-menu form input
{
    display: inline-block;
    background: none;
    border: none;
    width: 158px;
    border: none !important;
    height: 34px;
}

.list-main .left .slide-menu.bottom-menu{
    margin-top: 20px;
}

.list-main .left .slide-menu ul{
    list-style: none;
}

.list-main .left .slide-menu ul li{
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    opacity: 1;
    padding: 20px 0 10px;
}

.list-main .left .slide-menu ul li a{
    color: #000;text-decoration: none;
}

.list-main .left .slide-menu ul li:hover a
{
    color: #004DA5;
}


.list-main .right
{
    float: right;
    width: 910px;
    margin-left: 0;
}



.p-list
{
    text-align: justify;
}

.p-list .p-item{
    display: inline-block;cursor: pointer;
}

.p-list .p-item:hover{
    box-shadow: 0 0 10px 1px #cdcdcd;
}
.p-list .p-item .cover
{
    display: inline-block;width: 290px;height: 190px;background-color: rgba(0,0,0,0.6);position:absolute;left: 0;top:0;z-index: 444;
}


.p-list .p-item .cover .box{
    width: 260px;height: 160px;border: 1px solid #CCCCCC;margin: 15px 0 0 15px;
}

.p-list .p-fill{
    display: inline-block;width: 290px;height: 0;
}

.p-list .p-item .i-img
{
    display: inline-block;width: 290px;height: 190px;line-height: 190px;text-align: center;font-size: 0;position: relative;
}

.p-list .p-item .i-img:hover img
{
    transition: 300ms;
    -webkit-transition: 300ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.p-list .p-item .i-img img{
    max-width: 290px;max-height: 190px;
}


.p-list .p-item .info
{
    overflow: hidden;width: 290px;height: 50px;line-height: 50px;background: #F7F7F7;color: #262626;margin-top: -10px;text-align: center;text-decoration: none;
}

.h-info{
    background-color: #004DA5 !important;color: white !important;
}

.p-list .p-fill
{
    width: 290px; height: 0;margin: 0;display: inline-block;
}



.bottom-menu2{
    margin-top: 20px;
}

.bottom-menu2 .item{
    display: block;
    width: 208px;
    margin: 20px auto;
}
.bottom-menu2 .item img{
    width: 208px;
    height: auto;
}
.bottom-menu2 .item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
}
.product{
    padding: 20px 20px 30px;border: 1px solid #F0F0F0;
}

.product .base-info
{
    overflow: hidden;
}
.product .base-info .left
{
    width: auto;
}
.product .base-info .left{
    float: left;width: 490px;height: 380px;position: relative;
}

.product .base-info .left .swiper-slide img
{
    max-width: 490px;height: auto;
}

.swiper-pagination-pd {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 999;
}
.swiper-pagination-pd .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin:0 5px;
    background:white;
    opacity: 1;
}

.swiper-pagination-pd .swiper-pagination-bullet-active
{
    background:red;
}

.product .base-info .right
{
    float: right;width: 340px;
}

.product .base-info .right h1
{
    font-size: 24px;font-weight: bold;line-height: 21px;color: #262626;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid #CCCCCC;margin: 0;padding: 23px 0 22px;
}

.product .base-info .right p{
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    opacity: 1;
    margin: 23px 0 26px;
}


.product .base-info .right div{
    /*overflow: hidden;*/
}

.product .base-info .right div a
{
    display: inline-block;width: 160px; height: 40px; line-height: 40px;border: 1px solid #004DA5; color: #004DA5;font-size: 16px;text-decoration: none;text-align: center;position: relative;

}
.product .base-info .right div a img{
    display: block;
    width: 100%;
    height:0px;
    transition-duration: .3s;
    position: absolute;
    left: 0;
    top: -170px;
}
.product .base-info .right div a:hover img{
    height: 160px;
}

.product .base-info .right div a:hover{
    background-color: #004DA5;border: none;color: white;
}

.product .base-info .right div .book
{
    float:right;

}

.product .c-header p
{
    font-size: 20px;font-weight: bold;line-height: 34px;color: #262626;opacity: 1;margin: 0;padding: 30px 0 15px;
    border-bottom: 1px solid #CCCCCC;
}

.product .c-header .indicator
{
    width: 80px;height: 4px;background-color: #004DA5;margin-top: -4px;
}

.product .content
{
    padding: 20px 0 0;
}

.product .content img
{
    max-width: 100%;height: auto;
}
.related-products
{
    background-color: #F7F7F7;
}
.related-products .common-width1 >p{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    opacity: 1;
    border-bottom: 1px solid #CCCCCC;
    padding: 60px 0 30px;
    text-align: center;
}


.p-list
{
    text-align: justify;padding-top: 40px;
}

.p-list .p-item{
    display: inline-block;cursor: pointer;
}

.p-list .p-item:hover{
    box-shadow: 0 0 10px 1px #cdcdcd;
}
.p-list .p-item .cover
{
    display: inline-block;width: 290px;height: 190px;background-color: rgba(0,0,0,0.6);position:absolute;left: 0;top:0;z-index: 444;
}


.p-list .p-item .cover .box{
    width: 260px;height: 160px;border: 1px solid #CCCCCC;margin: 15px 0 0 15px;
}

.p-list .p-fill{
    display: inline-block;width: 290px;height: 0;
}

.p-list .p-item .i-img
{
    display: inline-block;width: 290px;height: 190px;line-height: 190px;text-align: center;font-size: 0;position: relative;
}

.p-list .p-item .i-img:hover img
{
    transition: 300ms;
    -webkit-transition: 300ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.p-list .p-item .i-img img{
    max-width: 290px;max-height: 190px;
}


.p-list .p-item .info
{
    overflow: hidden;width: 290px;height: 50px;line-height: 50px;background: white;color: #262626;margin-top: -10px;text-align: center;text-decoration: none;
}

.h-info{
    background-color: #004DA5 !important;color: white !important;
}

.p-list .p-fill
{
    width: 290px; height: 0;margin: 0;display: inline-block;
}




