* {
    margin: 0;
    padding: 0;
}
body, h1, h2, h4, p {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000000;
}
.pad-bottom {
    padding-bottom: 40px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {

}

.swiper-img {
    width: 100%;
    height: 100%;
}

.container-box {
    background: rgba(249, 249, 249, 1);
    text-align: center;
    overflow: hidden;
}

.h1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 45px;
}

.text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #999999;
}

.swiper-containers {
    margin-top: 56px;
    width: 100%;
    height: 390px;
}

.slide-card {
    height: 390px;
    box-shadow: 0px 4px 18px 0px rgba(214, 214, 214, 0.39);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.bg1 {
    background: url(../img/cardbg2.png);
    background-repeat: no-repeat;
    background-size: cover
}
.bg2 {
    background: url(../img/cardbg3.png);
    background-repeat: no-repeat;
    background-size: cover
}
.bg3 {
    background: url(../img/cardbg1.png);
    background-repeat: no-repeat;
    background-size: cover
}
.h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 8px;
}

.text1 {
    width: 115px;
    height: 60px;
    margin: 15px auto;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    display: flex;
    flex-shrink: 0;
}

.card-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 15px;
    position: relative;
}

.icon-box {
    display: flex;
    margin-left: 25px;
    margin-top: 13px;
    flex-direction: row;
    align-items: center;
}

.icon-img {
    width: 15px;
    height: 15px;
}

.text3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    margin-left: 5px;
    letter-spacing: 0px;
    color: #70747d;
}
.dongxiao {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 50px
}

.liubianxing-img {
    width: 88%;
    height: 100%;
}
.dongxiao-img {
    width: 100%;
    height: 100%;
}
.xuanzhun{
    -webkit-transition-property: -webkit-transform;
       -webkit-transition-duration: 1s;
       -moz-transition-property: -moz-transform;
       -moz-transition-duration: 1s;
       -webkit-animation: rotate 3s linear infinite;
       -moz-animation: rotate 3s linear infinite;
       -o-animation: rotate 3s linear infinite;
       animation: rotate 3s linear infinite;
   }
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
       to{-webkit-transform: rotate(360deg)}
   }
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
       to{-moz-transform: rotate(359deg)}
   }
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
       to{-o-transform: rotate(359deg)}
   }
@keyframes rotate{from{transform: rotate(0deg)}
       to{transform: rotate(359deg)}
   }


   
.bg-color {
    background: rgba(32, 49, 118, 1) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-color {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 35px 0 20px 0;
}

.card {
    margin: 5px 15px;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 10px;
    opacity: 0.9;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.card-img {
    width: 113.98px;
    height: 90px;
    margin-left: 15px;
    flex-shrink: 0;
}

.title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
    margin: 0;
}

.text4 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    text-align: left;
    padding-right: 25px;
}

.card-box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.shuangtubox {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px
}
.mini-box {
    background-color: rgba(255, 255, 255, 0.54);
    box-shadow: 0px 4px 28px 5px rgba(215, 226, 252, 0.77);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    max-width: 180px;
    padding-bottom: 15px;
}
.mini-box:nth-child(even) {
    margin-right: 15px;
    margin-left: 15px
}
.mini-box:nth-child(odd) {
    margin-left: 15px;
}
.card-img1 {
    height: 35px;
    margin-top: 20px;
}

.h4 {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 8px;
}

.text5 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    margin: 0 10px;
}

.bg-color2 {
    width: 100%;
    z-index: -10;
    padding-bottom: 90%;
    background: url(../img/bigbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.h1bg {
    margin-top: 30px;
}
.shuangtubox1 {
    justify-content: center
}
.mini-boxColor {
    background: rgba(250, 250, 251, 1);
    box-shadow: 0px 0px 0px 0px;
}
.h4-style {
    width: 130px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.bg-color3 {
    background: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.h1-color {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.btn {
    margin-top: 15px;
    width: 80px;
    height: 35px;
    background: rgb(233, 241, 235, 0);
    border: 1px solid rgb(233, 241, 235);
    border-radius: 5px;
    color: rgb(233, 241, 235);
}

.bg-color4 {
    background: rgba(56, 61, 67);
    padding-top: 25px;
}

.list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    border-bottom: 1px solid rgb(90, 98, 108);
}

.list-text {
    font-size: 16px;
    line-height: 45px;
    display: block;
    text-align: left;
    color: rgb(208, 208, 208);
}

.list-img {
    width: 20px;
    height: 20px;
}

.h1-text {
    color: rgb(208, 208, 208);
}

.erweima {
    margin-top: 20px;
    width: 150px;
    height: 150px;
}

.cell {
    height: 1px;
    background: rgb(51, 51, 52);
    margin: 20px 20px;
}

.icon-logo {
    width: 85px;
    height: 25px;
}

.wenzi {
    font-size: 12px;
    color: rgb(136, 141, 147);
    line-height: 20px;
}

.dingzhi {
    position: fixed;
    bottom: 175px;
    right: 5px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    border-radius: 60px;
    z-index: 99;
    background: url(../img/dingzhi.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.zixun {
    position: fixed;
    bottom: 110px;
    right: 5px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    border-radius: 60px;
    z-index: 99;
    background: url(../img/zixun.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.return-top {
    position: fixed;
    bottom: 46px;
    display: none;
    right: 5px;
    width: 58px;
    height: 58px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    border-radius: 58px;
    background: rgba(0, 0, 0,0.6);
    z-index: 99;
}
.xiangshang {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}
.returntext {
    font-size: 14px;
    margin-top: -8px
}
.headbox {
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}
.logo {
    margin-left: 15px;
    width: 80px;
    height: 20px;
}

.logo-img {
    width: 100%;
    height: 100%;
}
.nav-icon {
    width: 60px;
    height: 30px;
}

.nav-img {
    display: block;
    width: 23px;
    height: 16px;
    margin: 5px auto;
}

.popup {
    position: fixed;
        display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(33, 34, 38, 0.6);
    z-index: 999;
}
.popup1 {
    position: fixed;
        display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(33, 34, 38, 0.6);
    z-index: 999;
}
.popup-wrapper {
    background: #ffffff;
    border-radius: 10px;
    margin: 0 10%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    top:50%;
    transform: translateY(-50%);
}

.popup-img {
    width: 150px;
    height: 100px;
    margin-top: -48px
}

.title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
}

.content {
    margin: 20px 5% 20px 10%;
    padding-right: 5%;
    height: 200px;
    overflow-y: scroll;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}
/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
.content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(216, 55, 14, 0.2);
    scrollbar-arrow-color:red;
}
.guanbi {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgba(244, 245, 248, 0.9);
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guanbi-img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.popups-wrapper {
    width: 0%;
    height: 100%;
    background: #ffffff;
    float: right;
}

.popups-logo {
    margin: 15px 10px 0 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.popups-img {
    width: 110px;
    height: 30px;
}

.popups-guanbiIcon {
    width: 20px;
    height: 20px;
}

.nav-list {
    margin: 25px 10px 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nav-text {
    font-size: 14px;
    line-height: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
#popupwrapper {
    background: rgba(0, 0, 0,0);
}
.erweima-img {
    display: inline-block;
    width: 250px;
    height: 280px;
    border-radius: 10px;
}




.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    border-radius: 2px;
 }
 .swiper-pagination-bullet-active {
    width: 8px;
    height: 5px;
    border-radius: 2px;
    width: .8rem !important;
    animation: myanimation 0.2s linear ;
 }

@keyframes myanimation {
    0% {
        width: 5px;
        height: px;
        border-radius: 5px;
    }
    30% {
        width: 6px;
        height: 5px;    
        border-radius: 2px;
    }
    60% {
        width: 7px;
        height: 5px;    
        border-radius: 2px;
    }
    100% {
        width: 8px;
        height: 5px;    
        border-radius: 2px;
    }
}