@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.homeBanner {
    padding: 1.1rem 0.44rem 0.1rem;
    background: #ececec;
}

.hBle {
    width: 72.5%;
    float: left;
}

.hBri {
    width: 26.6%;
    float: right;
}

.hBri dl {
    margin-bottom: 0.1rem;
}

.homeBanner dl a {
    display: block;
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
}

.homeBanner dl a img {
    width: 100%;
    display: block;
    transition-duration: .5s;
    height: 100%;
}

.homeBanner dl a:hover img {
    transform: scale(1.1);
}

.homeBanner dl dd {
    position: absolute;
    bottom: 0.1rem;
    left: 0.2rem;
    width: 100%;

}

.homeBanner dl dd h1 {
    font-size: 0.36rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1;
    color: #fff;
}

.homeBanner dl dd p {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-family: "SourceHanSansCN-bold";
}

.homeBanner .hBle dl dd {
    left: 0.4rem;
    bottom: 50%;
}

.homeBanner .hBle dl dd h1 {
    width: 60%;
    color: #333;
    font-weight: bold;
    font-size: 0.36rem;
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.homeBanner .hBle dl dd p {
    color: #006cff;
}

.yyzxSwiper .swiper-slide {
    width: 18%;
    float: left;
    margin-right: 2.5%;
}

.yyzxSwiper .swiper-slide:nth-child(5n) {
    margin-right: 0;
}

.backHome {
    position: absolute;
    right: 0.8rem;
    top: 0.5rem;
    color: #fff;
    font-size: 0.24rem;
    background: #19283b;
    line-height: 0.3rem;
    border-radius: 0.2rem;
    width: 1rem;
    text-align: center
}

.backHome:hover {
    color: #fff
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
}

.tabs div {
    cursor: pointer;
    width: 18%;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 0.1rem;
    color: #fff;
    font-size: 0.18rem;
    padding: 0.5rem 0 0.2rem 0;
}

.tabs div img {
    width: 0.7rem;
    display: block;
    margin: 0 auto;
}

.tabs p {
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
}

.tabs div span {
    opacity: 0;
    width: 0.22rem;
    display: block;
    margin: 0 auto;
}

.tabs div span img {
    width: 100%;
}

.tabs div.hover span {
    opacity: 1;

}

.tabs div.hover {
    background: linear-gradient(top, rgba(145, 144, 144, 0.37) 1%, rgba(30, 30, 30, 0.7) 78%);
    background: -o-linear-gradient(top, rgba(145, 144, 144, 0.37) 1%, rgba(30, 30, 30, 0.7) 78%);
    background: -ms-linear-gradient(top, rgba(145, 144, 144, 0.37) 1%, rgba(30, 30, 30, 0.7) 78%);
    background: -moz-linear-gradient(top, rgba(145, 144, 144, 0.37) 1%, rgba(30, 30, 30, 0.7) 78%);
    background: -webkit-linear-gradient(top, rgba(145, 144, 144, 0.37) 1%, rgba(30, 30, 30, 0.7) 78%);

}

.gaiHomepro dl {
    width: 18%;
    float: left;
    margin-right: 2.5%
}

.gaiHomepro dl:nth-child(5n) {
    margin-right: 0;
}

.homeQh .swiper-slide dl dt,
.gaiHomepro dl dt {
    overflow: hidden;
}

.homeQh .swiper-slide dl dt img,
.gaiHomepro dl dt img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.homeQh .swiper-slide dl:hover dt img,
.gaiHomepro dl:hover dt img {
    transform: scale(1.1);
}

.homeQh .swiper-slide dl dd,
.gaiHomepro dl dd {
    height: 0.6rem;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
}

.banner-container {
    position: relative;
    margin-top: 0.9rem;
    overflow: hidden;
}

.banner-container .swiper-slide {
    overflow: hidden;
}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}

.banner-container .swiper-pagination {
    position: absolute;
    width: 100%;
    left: 0rem;
    bottom: 0.3rem !important;
    z-index: 2;
}

.banner-container .swiper-pagination-bullet,
.xjsSwiper .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 0.12rem !important;
    cursor: pointer;
    transition-duration: .5s;
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    background: #cecece;
    border-radius: 0;
    opacity: 1;
    background: none;
    border: 1px solid #fff;
    transform: rotate(45deg);
}

.banner-container .swiper-pagination-bullet:before,
.xjsSwiper .swiper-pagination-bullet:before {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0.02rem;
    left: 0.02rem;
    background: #fff;
    opacity: 0;
}

.banner-container .swiper-pagination-bullet-active:before,
.xjsSwiper .swiper-pagination-bullet-active:before {
    opacity: 1;
}

.banner-txt {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 1.6rem;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;
    transform: translateY(-50%);
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    top: 50%;
}




.banner-txt dl dd h1 {
    font-size: 0.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-family: "16376-bold";


}

.banner-txt dl dd h1::after {
    content: "";
    clear: both;
    display: block;
}

.homePro {
    background: #1b1b1b;
    padding: 0rem 0 1rem 0;
}

.hTitle {
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-size: 0.36rem;
    color: #fff;
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto 0.5rem;
    border-top: 1px solid #6f6f6f;
    padding-top: 0.3rem;
}

.historybx {
    width: 80%;
    margin: 0 auto;
}

.historybx .swiper-slide {
    text-align: center;
    color: #fff;
}

.historybx .swiper-slide a {
    display: block;
    color: #fff;
}

.historybx .swiper-slide a p {
    font-size: 0.18rem;
}

.historybx .swiper-slide a span {
    opacity: 0;
}

.historybx .active a span img {
    display: block;
    margin: 0 auto;
}

.historybx .active a span {
    opacity: 1;
}

.historybx .active a p {
    font-size: 0.2rem;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
}



.homePro .Menubox ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
    width: 75%;
    margin: 0 auto 0.24rem;
}

.homePro .Menubox ul li {
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.homePro .Menubox ul li img {
    transition-duration: .5s;
}

.homePro .Menubox ul li:hover img,
.zxBox:hover img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}




.certify dl dt {
    overflow: hidden;
}

.certify dl dd {
    height: 0.6rem;
    background: #fff;
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
}

.certify dl dt img,
.xjsSwiper dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.mySwiper3 dl dd {
    padding: 0.26rem 0.19rem;
}

.mySwiper3 dl dd h1 {
    font-size: 0.24rem;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.1rem;
}

.mySwiper3 dl dd p {
    font-size: 0.16rem;
    position: relative;
    padding-left: 0.16rem;
}

.mySwiper3 dl dd p:before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
}

.btnCart {
    display: block;
    width: 1.32rem;
    line-height: 0.4rem;
    color: #fff;
    background: #4872a2;
    border-radius: 3px;
    text-align: center;
    margin-top: 0.23rem;
    cursor: pointer;
    transition-duration: .5s;
    font-size: 0.18rem;
}

.btnCart:hover,
.xjsSwiper dl dd ul li a:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.homeXjs {
    background: #4c5b67;
    padding: 0.9rem 0;
    display: none;
}

.xjsSwiper dl dd,
.xjsSwiper dl dt {
    width: 50%;
    float: left;
}

.xjsSwiper dl {
    background: #fff;
}

.xjsSwiper dl dt {
    overflow: hidden;
}

.xjsSwiper dl:hover dt img,
.certify dl a:hover dt img {
    transform: scale(1.1);
}

.xjsSwiper dl dd {
    padding: 1.2rem 0.5rem;
}

.xjsSwiper dl dd h1 {
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-bold";
    color: #4872a2;
}

.xjsSwiper dl dd h2 {
    font-size: 0.38rem;
    font-family: "SourceHanSansCN-bold";
}

.jsJs {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.35rem 0 0.7rem 0;
}

.xjsSwiper dl dd ul {
    display: flex;
}

.xjsSwiper dl dd ul li a {
    display: block;
    width: 1.53rem;
    line-height: 0.43rem;
    color: #fff;
    text-align: center;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    color: #fff;
    background: #4872a2;
    border-radius: 6px;
    margin-right: 0.15rem;
    transition-duration: .5s;
}

.xjsSwiper dl dd ul li:nth-child(2) a {
    border: 1px solid #4872a2;
    color: #4872a2;
    background: #fff;
}

.xjsSwiper {
    padding-bottom: 0.5rem !important;
}

.xjsSwiper .swiper-pagination {
    bottom: 0 !important;
}

.zxBox {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.8rem;
    text-align: center;
    border-radius: 10px;
}

.zxBox a {
    transition-duration: .5s;
    width: 100%;
}

.zxBox a img {
    width: 0.8rem;
}

.zxBox h1 {
    font-size: 0.22rem;
    position: relative;
    color: #878787;
    font-weight: normal;
}

.zxBox p {
    color: #4872a2;
    font-size: 0.18rem;
}

.zxBox img {
    transition-duration: .5s;
}

.loginBox {
    width: 100%;
    height: 100%;
    background: url(../images/1.png) no-repeat left center #19283b; background-size:100% 100%
}

.loginBg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2.18rem;
    height: 100%;
    top: 0;
}

.whiteBg {
    background: #fff;
    width: 5.03rem;
    padding: 0.35rem 5% 0.8rem;
    border-radius: 10px;
    position: relative;
}

.loginLo {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem; width:2.5rem
}

.dlTi {
    font-size: 0.34rem;
}

.dl-Menubox ul {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}

.dl-Menubox ul li {
    font-size: 0.2rem;
    cursor: pointer;
    color: #aaaaaa;
    margin-right: 0.2rem;
}

.dl-Menubox ul li.hover {
    color: #4872a2;
}

.dl-CbContainer li {
    border: 1px solid #dadada;
    height: 0.56rem;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding-left: 0.2rem;
    margin-top: 0.25rem;
    position: relative;
}

.dl-CbContainer li img {
    max-height: 80%;
}

.dl-CbContainer li input {
    height: 0.56rem;
    border: none;
    outline: none;
    background: none;
    padding-left: 0.1rem;
    font-size: 0.14rem
}

.zcBtn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.3rem;
    left: 5%;
    width: 90%;
    border-top: 1px solid #f3f3f3;
    font-size: 0.18rem;
    padding-top: 0.2rem;

}

.zcBtn a {
    color: #4872a2;
}

.dlBtn {
    display: block;
    width: 100%;
    line-height: 0.54rem;
    background: #4872a2;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    transition-duration: .5s;
    margin: 0.35rem 0;
    font-size: 0.2rem;
}

.dlBtn:hover {
    color: #fff;
}

.mazh {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
}

.mazh p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.code {
    position: absolute;
    right: 0;
    top: 0;
    background: #4872a2;
    color: #fff;
    font-size: 0.17rem;
    line-height: 0.54rem;
    padding: 0 0.1rem;
}

.code:hover {
    color: #fff
}

.loginBox .pic {
    display: none;
}

@media only screen and (max-width: 1620px) {}

@media only screen and (max-width: 1540px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {

    .homePro .Menubox ul {
        font-size: 0.22rem;
    }

    .homePro .Menubox ul li img {
        width: 40px;
    }

    .mySwiper3 dl dd p {
        font-size: 0.18rem;
    }

    .zxBox img {
        width: 50px;
    }
}


@media only screen and (max-width: 760px) {

    .hBle,
    .hBri {
        width: 100%;
        float: none;
    }

    .homeBanner dl {
        margin-bottom: 15px;
    }

    .tabs div img {
        width: 30px;
    }

    .tabs div {
        padding-top: 10px;
    }

    .gaiHomepro dl,
    .yyzxSwiper .swiper-slide {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 5px;
    }

    .yyzxSwiper .swiper-slide:nth-child(4),
    .yyzxSwiper .swiper-slide:nth-child(5) {
        width: 48%;
    }

    .loginBox .pic {
        display: block;
    }

    .loginBox {

        background: #19283b;

    }

    .loginLo {
        width: 100px;
        top: 20px;
        left: 20px;
    }

    .whiteBg {
        width: 90%;
        padding: 20px 20px 60px;

    }

    .loginBg {
        width: 100%;
        right: 0;
        height: auto;
        position: relative;
        padding-top: 30px;
    }

    .swiper-slide .b-img {
        display: none;
    }

    .s-img {
        display: block;
    }

    .banner-txt {
        left: 20px;
    }

    .banner-txt dl dd h1,
    .dlTi {
        font-size: 22px;
    }

    .homePro {
        padding: 0 0 30px 0;
    }

    .hTitle {
        font-size: 22px;
    }

    .homePro .Menubox ul li img {
        width: 30px;
    }

    .homePro .Menubox ul,
    .jsJs,
    .zxBox p,
    .homeBanner dl dd p {
        font-size: 14px;
        width: 100%;
    }

    .homeBanner .hBle dl dd {
        bottom: 0.1rem;
        left: 0.2rem;
    }


    .mySwiper3 dl dd h1,
    .xjsSwiper dl dd h2,
    .zxBox h1,
    .dl-Menubox ul li,
    .homeBanner dl dd h1 {
        font-size: 16px;
    }

    .dl-CbContainer li,
    .dlBtn,
    .dlBtn {
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    .mySwiper3 dl dd p,
    .xjsSwiper dl dd ul li a {
        font-size: 12px;
    }

    .btnCart {
        width: 100px;
        font-size: 14px;
        line-height: 30px;
    }

    .xjsSwiper dl dd {
        padding: 30px;
    }

    .xjsSwiper dl dd h1 {
        font-size: 18px;
    }

    .xjsSwiper dl dd h2 {
        line-height: 1.2;
    }

    .xjsSwiper dl dd,
    .xjsSwiper dl dt {
        width: 100%;
    }

    .jsJs {
        margin: 10px 0;
    }

    .xjsSwiper dl dd ul li a {
        width: 100px;
        line-height: 35px;
    }

    .zxBox img {
        width: 40px;
    }

    .yyzxSwiper {
        padding-bottom: 0px !important;
    }

    .yyzxSwiper .swiper-pagination-bullet {
        background: #fff;
    }

    .mazh {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .zcBtn {
        font-size: 14px;
    }

    .code,
    .dl-CbContainer li input {
        line-height: 35px;
        font-size: 12px;
        height: 35px;
    }

    .dl-CbContainer li {
        margin-bottom: 10px;
    }

}