input:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

p {
    margin: 0;
}

body,
div,
p,
span,
a,
input,
textarea,
img,
ul,
li,
video,
button {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "微软雅黑";
}
p{
      font-family: "宋体";
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}


/*.jquery-lightbox*/

.jquery-lightbox {
    height: auto !important;
}


/* gShow */

.gShow {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-iteration-count: 1;
}

@keyframes mymove {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* topShow */

.topShow {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-iteration-count: 1;
}

@keyframes topmove {
    from {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes topmove
/* Safari and Chrome */

{
    from {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* hdgShow */

.hdgShow {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-iteration-count: 1;
}

@keyframes hdMymove {
    from {
        transform: translate3d(0, 20%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes hdMymove
/* Safari and Chrome */

{
    from {
        transform: translate3d(0, 20%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* scaleImg */

.scaleImg {
    overflow: hidden;
}

.scaleImg .img {
    filter: grayscale(100%);
}

.scaleImg img {
    transition-duration: .3s;
    display: block;
}

.scaleImg:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
}


/* gChange */

.gChange {
    background: -webkit-linear-gradient(left, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
    background: -o-linear-gradient(right, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
    background: -moz-linear-gradient(right, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
    background: linear-gradient(to right, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
}

.swiper-button-home {
    width: 60px;
    height: 80px;
    background-color: rgba(0, 0, 0, .4);
    background-size: 32px;
}

.swiper-button-prev {
    background-image: url("../images/index-on.png");
}

.swiper-button-next {
    background-image: url("../images/index-up.png");
}

@keyframes bannerMove {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes bannerMove
/*Safari and Chrome*/

{
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
    }
}

.banner img {
    max-height:100%;
    max-width:100%;
    text-align: center;
    margin: 0 auto;
}

.record img {
    width: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: rgba(27, 98, 183, 1);
    width: 38px;
    border-radius: 6px;
}

@media (max-width:768px) {
    .swiper-button-home {
        width: 20px;
        height: 28px;
        background-size: 14px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}