﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, textarea, input {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

html {
    font-size: 100px;
}

body {
    font-size: .16rem;
    line-height: 1.5;
    font-family: 'Microsoft Yahei','simsun','arial','tahoma';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

    a:hover {
        color: #6b99bb;
    }

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul, ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.ct_tit {
    font-size: .36rem;
    font-weight: bold;
    color: #333;
}

.ct_tit24 {
    font-size: .24rem;
    font-weight: bold;
    color: #333;
}

.img_fd {
    transition: All 1s;
    -webkit-transition: All 1s;
    -moz-transition: All 1s;
    -o-transition: All 1s;
}

    .img_fd:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }


.xzdh {
    transition: all .5s;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

    .xzdh:hover {
        /* transform: rotate(360deg) scale(1.3); */
    }

/*��Ʒ����*/
.prodt {
    /* height: calc(100vh - 90px); */
    overflow: hidden;
}

.prodt1 {
    background-color: white;
}

.prodt1-cont {
    position: relative;
    /* padding-bottom: 25%; */
    height: 100vh;
}

.sbw {
    overflow: hidden;
    position: relative;
}

    .sbw img {
        width: 100%;
        height: 100%;
    }

    .sbw .tp1 {
        /* opacity: 0; */
    }

    .sbw .tp2 {
        /* animation: slideshow 6s linear infinite; */
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

.sbw-mc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #5d8ca81c;
}

@keyframes slideshow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.sbw-lr {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 90%;
    left: 0px;
    padding: 0 5%;
    padding-top: 60px;
}

    .sbw-lr h2 {
        color: white;
        font-size: 32px;
        font-weight: bold;
    }

    .sbw-lr h3 {
        color: white;
        margin: 10px 0px;
        font-size: 18px;
    }

.sbw-lr1 img {
    display: block;
    margin: auto;
    max-width: 420px;
    display: none;
}

.sbw-lr1 .sbw-lr1-on {
    display: block;
}

.sbw-lr2 {
    margin-top: 30px;
}

    .sbw-lr2 p {
        font-size: 16px;
        line-height: 26px;
    }

.prodt2 {
}

.prodt2-cont {
}


.prodt2-img {
}

    .prodt2-img img {
        width: 50%;
        display: block;
        margin: auto;
    }

.prodt2-video {
    /* display: none; */
}

    .prodt2-video video {
        width: 100%;
        height: 100%;
        display: none;
        background-color: #040002;
    }

.sbw-lr1-out {
    animation: img-out 2s linear 1;
}

@keyframes img-out {
    0% {
        margin-left: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
        margin-left: -100%;
    }
}

.prodt-imgs {
    display: none;
}

.prodt-img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.prodt2-img .img-fd {
    animation: img-fd 1s linear 1;
    -webkit-animation-fill-mode: forwards;
}

.prodt2-img .img-fd-out {
    animation: img-fd-out 1s linear 1;
    -webkit-animation-fill-mode: forwards;
}

@keyframes img-fd {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes img-fd-out {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

.prodt3-cont {
}

.prodt3 {
    margin: 40px 0px;
}

.prodt3-ms {
    width: 45.8%;
    float: left;
    /* border-radius: 6px; */
    /* box-shadow: 0 0 40px 5px rgba(0,0,0,0.03); */
    margin: 0%;
    background-color: white;
    padding: 2%;
    position: relative;
    overflow: hidden;
    transition: .3s;
    height: 320px;
    border: 1px solid white;
    padding-top: 5%;
    animation-name: fadeInUp;
}

    .prodt3-ms:hover {
        /* box-shadow: 0 0 40px 5px rgba(0,0,0,0.1); */
    }

    .prodt3-ms:nth-child(1) {
        border-right: 1px solid rgba(158, 158, 158, 0.27058823529411763);
        right: -1px;
        z-index: 9;
        animation-delay: 0.3s;
    }

    .prodt3-ms:nth-child(2) {
        animation-delay: 0.6s;
    }

    .prodt3-ms:nth-child(3) {
        border-top: 1px solid rgba(158, 158, 158, 0.27058823529411763);
        animation-delay: 0.6s;
    }

    .prodt3-ms:nth-child(4) {
        border-top: 1px solid rgba(158, 158, 158, 0.27058823529411763);
        border-left: 1px solid rgba(158, 158, 158, 0.27058823529411763);
        animation-delay: 0.9s;
    }

.prodt3-ms1 {
}

.prodt3-ms2 {
}

.prodt3-ms3 {
}

.prodt3-ms4 {
}

.prodt3-ms-k1 {
    transition: .3s;
    display: block;
    text-align: center;
    overflow: hidden;
    /* height: 80px; */
    margin: auto;
    position: absolute;
    left: 8%;
    top: 18%;
}

    .prodt3-ms-k1 img {
        /* width: 32px; */
        /* margin: 11px; */
        opacity: 1;
        /* width: 64px; */
        /* transform: rotate(180deg); */
        width: 100%;
    }

    .prodt3-ms-k1 .tp1 {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


.prodt3-ms:hover .prodt3-ms-k1 .tp1 {
    /* -webkit-transform: rotateY(180deg); */
    -moz-transform: rotateY(180deg);
}

.prodt3-ms-k1 .tp2 {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /*z-index:10;
    position:absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.prodt3-ms:hover .prodt3-ms-k1 .tp2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
}

.prodt3-ms-k1 .wz1 {
    font-size: 26px;
    color: #005bab;
    line-height: 54px;
    font-weight: bold;
    transition: all .5s ease 0s;
    display: none;
}

.prodt3-ms-k2 {
    padding-left: 30%;
    padding-right: 10%;
    height: 320px;
    overflow-y: auto;
}

    .prodt3-ms-k2::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
        height: 5px;
    }

    .prodt3-ms-k2::-webkit-scrollbar-thumb {
        background-color: #0157a2;
        border-radius: 0px;
    }

    .prodt3-ms-k2 h2 {
        /* color: white; */
        font-size: 22px;
        margin: 15px 0px 10px 0px;
        color: #333;
        /* font-weight: bold; */
        position: relative;
        padding-left: 20px;
    }

        .prodt3-ms-k2 h2:after {
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            border: 2px solid #005bab;
            position: absolute;
            top: .12rem;
            left: 0;
            /* background-color: #005bab; */
        }

.prodt3-ms2 h2:after {
    /* border: 2px solid #005bab; */
    /* background-color: #ee5253; */
}

.prodt3-ms3 h2:after {
    /* border: 2px solid #439aec; */
    /* background-color: #439aec; */
}

.prodt3-ms4 h2:after {
    /* border: 2px solid #40d039; */
    /* background-color: #40d039; */
}

.prodt3-ms4 h3:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #005bab;
    position: absolute;
    top: .12rem;
    left: 0;
    /* background-color: #e5b422; */
}

.prodt3-ms-k2 h3 {
    /* color: white; */
    font-size: 22px;
    color: #333;
    /* font-weight: bold; */
    margin-bottom: 10px;
    display: inline-block;
    width: 147px;
    position: relative;
    padding-left: 20px;
}


.prodt3-ms-k2 p {
    /* color: white; */
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.cl {
    clear: both;
}

.prodt3-ms .sp1 {
    position: absolute;
    width: 100%;
    height: 5px;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.08);
    left: 0px;
    top: 0px;
    transition: .3s;
    display: none;
    /* display: none; */
}

.prodt3-ms .sp2 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    left: -90px;
    top: -90px;
    transition: .3s;
    display: none;
}

.prodt3-ms:hover .sp1 {
    /* right: -70px; */
    /* top: -70px; */
    animation: ms-span 1s linear 1;
    -webkit-animation-fill-mode: forwards;
    display: none;
}

@keyframes ms-span {

    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


.prodt3-ms:hover .sp2 {
    top: -70px;
    left: -70px;
}

.prodt3-ms:hover .prodt3-ms-k1 {
    /* text-align: center; */
    /* width: 20%; */
    /* position: relative; */
}

.prodt3-ms:hover span {
    /* opacity: 0.1; */
    /* display: none; */
}

.prodt3-ms1:hover span {
    background-color: #e5b422;
}

.prodt3-ms2:hover span {
    background-color: #ee5253;
}

.prodt3-ms3:hover span {
    background-color: #439aec;
}

.prodt3-ms4:hover span {
    background-color: #40d039;
}

.prodt3-ms:hover .prodt3-ms-k1 .wz1 {
    margin-top: -150%;
}

.prodt3-ms:hover .prodt3-ms-k1 .tp1 {
    opacity: 1;
    /* margin-top: 70%; */
}


.prodt3-ms4 .wz1 {
    /* color: #40d039; */
}

.prodt3-ms3 .wz1 {
    /* color: #439aec; */
}

.prodt3-ms2 .wz1 {
    color: #005bab;
}

.prodt3-ms1 .wz1 {
    /* color: #e5b422; */
}

.gd-div-list {
    margin-top: -15%;
}

.wx {
    text-align: left;
    /* cursor: pointer; */
    width: 100%;
    left: 0;
}

    .wx img {
        animation: wx-img 1s linear infinite;
        cursor: pointer;
    }

@keyframes wx-img {

    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: -15px;
    }

    100% {
        margin-top: 15px;
    }
}

.prodt-img {
}

    .prodt-img .prodt-img-cont {
        width: 40%;
        right: 0%;
        position: absolute;
        height: 100%;
        padding-top: 10%;
        padding: 10%;
        opacity: 0;
    }

        .prodt-img .prodt-img-cont h2 {
            font-size: 42px;
        }

        .prodt-img .prodt-img-cont em {
            display: block;
            width: 20%;
            height: 2px;
            background-color: #005bab;
            margin: 20px 0px;
        }

        .prodt-img .prodt-img-cont p {
            font-size: 18px;
            line-height: 32px;
            margin-bottom: 10px;
            position: relative;
            padding-left: 23px;
        }

            .prodt-img .prodt-img-cont p:after {
                content: "";
                display: inline-block;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                border: 2px solid #005bab;
                position: absolute;
                top: .12rem;
                left: 0;
                /* background-color: #005bab; */
            }



.prodt-img-on {
    background-position-x: 20% !important;
    background-position-y: 50% !important;
    background-size: 30% !important;
}

    .prodt-img-on .prodt-img-cont {
        opacity: 1;
    }

@media (max-width:1459px) {
    .sbw-lr1 img {
        max-width: 360px;
    }
}

@media (max-width:767px) {

    .sbw-lr1 img {
        width: 230px;
    }

    .sbw .tp1 {
    }

    .sbw {
        height: 50%;
    }

        .sbw img {
        }

        .sbw .tp2 {
            height: 100%;
        }

    .prodt3 {
    }

    .prodt3-ms {
        width: 92%;
        margin-bottom: 20px;
        float: none;
        height: 100% !important;
        min-width: 200px;
        padding: 30px 4%;
        box-shadow: 0 0 40px 5px rgba(0,0,0,0.03);
    }

    .sbw-lr h2 {
        font-size: 28px;
    }

    .sbw-lr h3 {
    }

    .prodt3-ms-k2 h2 {
        font-size: 20px;
    }

    .prodt3-ms-k2 p {
        font-size: 14px;
    }

    .prodt3-ms-k2 h3 {
        font-size: 20px;
        display: inline-block;
    }
}
