/*页面图片*/


html body{
    height: 100%                          ;
}

div.classimg {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

div.classimg > img {
    width: 100%;
    height: 100%;
}

div.proall {
    background-color: white;
}

div.proclass {
    width: 945px;
    margin: 0 auto;
    height: 32px;
    position: relative;
    top: 50px;
    cursor: pointer;
}

div.proname {
    float: left;
    width: 110px;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-left: 25px;
}

div.proname > p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    color: #888888;
}

div.classdiv {
    width: 100%;
    height: 120px;
}

div.proname:hover {
    background: #fbc400;

}

div.proname:hover > p {
    color: #555;
}

div.prodiv {
    padding: 0px 0px 0px 0px;
}

div.pro-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
div.pro-list{
    width: 80%;
    max-width: 1523px;
}

div.pro-list .img-list {
    overflow: hidden;


}

div.pro-list .img-list li {
    width: 30.6%;
    max-width: 460px;
    margin-left: 2.5%;
}

.img-list li {
    float: left;
}

div.pro-list .img-list li a {
    max-width: 460px;
    margin-bottom: 40px;
}

.img-list li a {
    margin-bottom: 40px;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

div.pro-list .img-list li a .img {
    width: 100%;
    overflow: hidden;
    max-width: 460px;
    max-height: 300px;
}

div.pro-list .img-list li a .img >img {
    height: auto;
    width: auto \9;
    width: 100%;
}


div.pro-list .imglist li a .txt {
    padding-left: 15px;
    margin: 20px auto;
    font-size: 15px;
    line-height: 30px;
    color: #eeeeee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}


.primary-image {
    opacity: 1;
    position: relative;
}

ul.img-list > li > a:hover .primary-image {
    visibility: hidden;
    opacity: 0;
}

ul.img-list > li > a:hover:after .primary-image {
    visibility: visible;
    opacity: 1;
}

.secondary-image {
    opacity: 0;
    visibility: hidden;
}

ul.img-list > li > a:hover .secondary-image {
    visibility: visible;
    opacity: 1;
}

ul.img-list > li > a:hover:after .secondary-image {
    visibility: hidden;
    opacity: 0;
}

.secondary-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    opacity: 0;
    pointer-events: none;
}

div.img {
    position: relative;
}

div.actred  {
    background: #fbc400;
}
div.actred >p{
    color: #555;
    border: none;
}


/*车型展示*/
#play{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 20%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 5%;
    z-index: 9999;
}
.pro_video{
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;

}
#afterimg{
    width: 100%;
    height: auto;

}
.pro_video video{
    width: 100%;
    height: 100%;
}
#pros_img{
    width: 100%;
    height: 100%;
}
#pros_img img{
    width: 100%;
}
#pro_video{
    width: 960px;
    height: 540px;

}
.video_class{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    width: 960px;
    height: 540px;

}
#close{
    position: absolute;
    left: 100%;
    bottom: 100%;
    cursor: pointer;
}
.video_back{
    width: 100%;
    height: 100%;
    background:rgba(29, 29, 29, 0.7);
}


.recommendProduct {
    margin: 100px 0 150px;
}
.recommendTitle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
}
.line {
    height: 1px;
    width: 45%;
    background-color: #ddd;
}
.recommendTitle {
    border: 1px solid #444;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 18px;
    letter-spacing: 1px;
}
.recommendProductList {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;

}
.recommendProductList>div {
    padding-right: -2.5%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.recommendProductList .recommendProductListWrapper {
    width: 30.6%;
    max-width: 470px;
    /*margin-right: 2.5%;*/
}
.recommendProductListWrapper img {
    width: 100%;
}
.productName {
    padding: 18px 8px;
    text-align: center;
    color: #444;
    font-size: 16px;
}
.productSubName {
    padding-left: 8px;
    color: rgba(142, 141, 141, 0.8);
    font-size: 14px;
}
