/* html {

    font-size: 62.5%;

} */


/* @media (max-width: 1440px) {

    html {

        font-size: 20%;

    }

} */

img {
    width: 100%;
    height: auto;
}

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: "微软雅黑";
}

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") !important;
}

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

@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 {
    display: block;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove;
}

.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;
    }
}

.banner-bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 0;
    background: rgba(255, 255, 255, .9);
    overflow: hidden;
    z-index: 999;
}

.banL,
.banM {
    position: relative;
}

.banL::after,
.banM::after {
    content: '';
    width: 1px;
    height: 120px;
    background: #c4c4c4;
    position: absolute;
    top: 0;
    right: 0;
}

.banR {
    width: 20%;
    text-align: center;
}

.banR span {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin: 0 1.5%;
}

.banR span img {
    width: 100%;
    height: 100%;
}
.banR p {
    line-height: 30px;
}

.banM {
    width: 37%;
    padding: 24px 4% 0;
}

.banM i {
    font-size: 74px;
    color: #18d2b1;
    margin: 20px 10px 0 0;
}

.banM-r span {
    font-size: 16px;
}

.banM-r p {
    font-size: 38px;
    color: #18d2b1;
    line-height: 45px;
    font-weight: bold;
}

.banL {
    width: 43%;
    padding: 0 4% 0 0;
}

.banL form {
    height: 42px;
}

.banL-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
}

.banL-item i {
    font-size: 20px;
    color: #888;
    margin: 0 10px 0 10px;
}

.banL-item input {
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px;
}

.banL-item button {
    float: right;
    width: 60px;
    text-align: center;
    color: #fff;
    background: #1bba9e;
    margin: -1px;
    border-radius: 0 5px 5px 0;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.banL h3 {
    font-size: 16px;
    color: #0a937b;
    line-height: 24px;
    margin-top: 15px;
}

.banL p {
    padding-left: 13%;
}

.banL p a {
    line-height: 24px;
    color: #898989;
    margin-right: 4%;
}

.banL p a:hover {
    color: #1bba9e;
}

.banL p a:last-child {
    margin-right: 0;
}
@media (max-width:1800px) {
    .banM {
        padding: 24px 3% 0;
    }
}
@media (max-width:1700px) {
    .banM-r p{
        font-size: 35px;
    }
}
@media (max-width:1680px) {
    .banL p {
        padding-left: 0;
    }
}

@media (max-width:1600px) {
    .banL{
        width: 42%;
        padding: 0 3% 0 0;
    }
    .banM {
        padding: 24px 2% 0;
    }
    .banM-r p{
        font-size: 33px;
    }
    .banR span{
        margin: 0 1%;
    }
}
@media (max-width:1500px) {
    .banM-r p{
        font-size: 31px;
    }
    .banM{
        width: 35%;
    }
    .banR{
        width: 22%;
    }
}
@media (max-width:1200px) {
    .banM-r p{
        font-size: 30px;
        letter-spacing: -1px;
    }
}
@media (max-width:1024px) {
    .banM-r p {
        font-size: 24px;
    }
    .banR span {
        width: 70px;
        height: 70px;
    }
    .banL::after,
    .banM::after {
        height: 110px;
    }
    .banner-bot {
        padding: 20px 0;
    }
    .banL h3 {
        margin-top: 10px;
    }
}