﻿.banner {
    width: 100%;
    float: left;
}

    .banner img {
        width: 100%;
        background-size: 100% !important;
    }

.title_img {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

    .title_img img {
        height: 60px;
    }

.list_detais {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.details_img1,
.details_img2,
.details_img3 {
    width: 100%;
    border: 1px solid #ddd;
}

    .details_img1 .details_imgB,
    .details_img2 .details_imgB,
    .details_img3 .details_imgB {
        box-shadow: 0px 0px 10px 2px #ddd;
        width: 100%;
        height: 292px;
        background: #fff;
        text-align: center;
        padding-top: 150px;
        margin-bottom: 30px;
    }

.details_imgB .bigtit {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: YouYuan;
}

.details_imgB .smalltit {
    font-size: 18px;
    font-family: "苹方";
}

.details_img1 .details_imgS,
.details_img2 .details_imgS,
.details_img3 .details_imgS {
    width: 100px;
    height: auto;
    position: absolute;
    top: -45px;
    left: 145px;
}

.details_imgS:hover,
.details_imgS:hover,
.details_imgS:hover {
    cursor: pointer;
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
    transition: -webkit-transform 1s ease-out;
    transition: -moz-transform 1s ease-out;
    transition: transform 1s ease-out;
}

.details_img img {
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.details_zi {
    text-align: center;
}

    .details_zi span {
        font-size: 14px;
    }

.now_download {
    width: 270px;
    color: #fff;
    background: #cc0000;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    padding: 3px 22px;
    display: block;
    margin: 10px auto;
}

    .now_download:hover {
        color: #fff;
    }

/*表格*/
.vr_container1 {
    background: #fff;
    margin: 40px auto 0;
}

.vr_table tr {
    height: 100px;
    text-align: center;
}

    .vr_table tr:first-child {
        height: 200px;
        line-height: 200px;
    }

        .vr_table tr:first-child td {
            height: 200px;
            line-height: 200px !important;
        }

    .vr_table tr td {
        width: 20%;
        font-size: 20px;
        height: 100px;
        line-height: 100px !important;
    }

        .vr_table tr td img {
            width: 150px;
            height: auto;
        }

/*基本操作*/
.basic_operation_ul {
    width: 600px;
    margin: 0 auto 20px;
}

    .basic_operation_ul > li.active > a, .basic_operation_ul > li.active > a:hover, .basic_operation_ul > li.active > a:focus {
        color: #cc0000;
        cursor: default;
        background: transparent;
        border: none;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #cc0000;
    }

.basic_operation_ul {
    border: 2px solid transparent;
}

    .basic_operation_ul > li > a {
        margin-right: 20px;
        color: #333;
        font-size: 20px;
        font-weight: bold;
    }

        .basic_operation_ul > li > a:hover {
            border: none;
            border-bottom: 2px solid #cc0000;
            background: none;
            color: #cc0000;
        }

.basic_operation_video {
    margin: 20px 10px 10px;
    display: inline-block;
}
/*在线客服*/
.online_service {
    height: 461px;
    /*background: url(../../../Images/Download/zaixiankefu.png);*/
    margin-top: 20px;
    position: relative;
}

.psd_btnbigbig {
    width: 300px;
    height: 60px;
    background: #cc0000;
    border-radius: 5px;
    text-align: center;
    padding: 0 !important;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    border: none;
    position: absolute;
    top: 210px;
    left: 190px;
}

.basic_operation_video video {
    width: 290px;
    height: 200px;
}

@media (max-width:768px ) {
    .title_img {
        width: 100%;
        text-align: center;
        margin: 20px auto 15px;
    }

        .title_img img {
            height: 50px;
        }
    /*.list_detais {
        margin-bottom:20px;
    }*/
    .vr_table tr td img {
        width: 100%;
    }

    .basic_operation_ul {
        width: 100%;
    }

    .title_img .yunxing_img {
        width: 100%;
    }

    .details_img1, .details_img2, .details_img3 {
        margin-bottom: 60px;
    }

    .online_service {
        height: auto;
        margin-top: 20px;
        position: relative;
    }

    .biaoshow {
        margin-top: 0 !important;
    }

    .vr_table tr td {
        font-size: 10px;
    }

    .basic_operation_video video {
        width: 100%;
        height: 100%;
    }
}
