﻿
.RifCot_titleRit .wz {
    width: 32px;
}
.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 1px 9px #222;
    display: block;
    z-index: 999;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s running fadeInDown;
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.RdReda {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 16px;
    margin: 15px 0 15px 0;
}

/*loading*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #009fff;
}

    .preloader .preloader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .preloader .preloader-inner .preloader-icon {
            width: 72px;
            height: 72px;
            display: inline-block;
            padding: 0px;
        }

            .preloader .preloader-inner .preloader-icon span {
                position: absolute;
                display: inline-block;
                width: 72px;
                height: 72px;
                border-radius: 100%;
                background: #fff;
                -webkit-animation: preloader-fx 1.6s linear infinite;
                animation: preloader-fx 1.6s linear infinite;
            }

                .preloader .preloader-inner .preloader-icon span:last-child {
                    animation-delay: -0.8s;
                    -webkit-animation-delay: -0.8s;
                }

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}



/* 轮播图 */
.MarGopSw {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.Lb {
    min-width: 1170px;
    height: auto;
    float: left;
    width: 100%;
    font-size: 0;
}

    .Lb a {
        float: left;
    }

    .Lb .swiper-container {
        display: inline-block;
        width: 100%;
    }

    .Lb .swiper-slide {
        float: left;
    }

        .Lb .swiper-slide img {
            width: 100%;
        }

    .Lb .swiper-pagination-bullet {
        background: #009fff;
        width: 30px;
        height: 7px;
        border-radius: 20px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .Lb .my-bullet-active {
        width: 50px;
        background: #009fff;
        opacity: 1;
    }
/* 轮播图结束 */







/*loading结束*/
.img_wapBox {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .img_wapBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .img_wapBox img:hover {
            transform: scale(1.1);
        }
.RengAuty {
    color: red;
    font-weight: bold;
    font-size: 21px;
}

.ClickPayment {
    padding: 5px 12px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    background-color: #2b982b;
    border-color: #4cae4c;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
/* 头部 */

/*a链接文字翻滚特效*/
.cta {
    display: inline-block;
    font-family: "Raleway";
    backface-visibility: hidden;
    position: relative;
    top: 2px;
}

    .cta:active {
        transform: translateY(3px);
    }

.btn-text-parent {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.wrap_text {
    display: inline-block;
}

.buildin-btn-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    transform: translateY(100%);
}

    .buildin-btn-text .btn-letter {
        opacity: 0;
    }

.btn-letter {
    display: inline-block;
    margin: 0em 0.05em;
    position: relative;
    transition: transform 300ms, opacity 300ms ease;
}

.current-btn-text .btn-letter:nth-child(1) {
    transition-delay: 49ms;
}

.current-btn-text .btn-letter:nth-child(2) {
    transition-delay: 99ms;
}

.current-btn-text .btn-letter:nth-child(3) {
    transition-delay: 149ms;
}

.current-btn-text .btn-letter:nth-child(4) {
    transition-delay: 199ms;
}

.current-btn-text .btn-letter:nth-child(5) {
    transition-delay: 249ms;
}

.current-btn-text .btn-letter:nth-child(6) {
    transition-delay: 299ms;
}

.current-btn-text .btn-letter:nth-child(7) {
    transition-delay: 349ms;
}

.current-btn-text .btn-letter:nth-child(8) {
    transition-delay: 399ms;
}

.current-btn-text .btn-letter:nth-child(9) {
    transition-delay: 449ms;
}

.current-btn-text .btn-letter:nth-child(10) {
    transition-delay: 499ms;
}

.current-btn-text .btn-letter:nth-child(11) {
    transition-delay: 549ms;
}

.current-btn-text .btn-letter:nth-child(12) {
    transition-delay: 599ms;
}

.current-btn-text .btn-letter:nth-child(13) {
    transition-delay: 649ms;
}

.current-btn-text .btn-letter:nth-child(14) {
    transition-delay: 699ms;
}

.current-btn-text .btn-letter:nth-child(15) {
    transition-delay: 749ms;
}

.current-btn-text .btn-letter:nth-child(16) {
    transition-delay: 799ms;
}

.current-btn-text .btn-letter:nth-child(17) {
    transition-delay: 849ms;
}

.current-btn-text .btn-letter:nth-child(18) {
    transition-delay: 899ms;
}

.current-btn-text .btn-letter:nth-child(19) {
    transition-delay: 949ms;
}

.current-btn-text .btn-letter:nth-child(20) {
    transition-delay: 999ms;
}

.current-btn-text .btn-letter:nth-child(21) {
    transition-delay: 1049ms;
}

.current-btn-text .btn-letter:nth-child(22) {
    transition-delay: 1099ms;
}

.current-btn-text .btn-letter:nth-child(23) {
    transition-delay: 1149ms;
}

.current-btn-text .btn-letter:nth-child(24) {
    transition-delay: 1199ms;
}

.current-btn-text .btn-letter:nth-child(25) {
    transition-delay: 1249ms;
}

.current-btn-text .btn-letter:nth-child(26) {
    transition-delay: 1299ms;
}

.current-btn-text .btn-letter:nth-child(27) {
    transition-delay: 1349ms;
}

.current-btn-text .btn-letter:nth-child(28) {
    transition-delay: 1399ms;
}

.current-btn-text .btn-letter:nth-child(29) {
    transition-delay: 1449ms;
}

.current-btn-text .btn-letter:nth-child(30) {
    transition-delay: 1499ms;
}

.buildin-btn-text .btn-letter:nth-child(1) {
    opacity: 0;
    transition-delay: 49ms;
}

.buildin-btn-text .btn-letter:nth-child(2) {
    opacity: 0;
    transition-delay: 99ms;
}

.buildin-btn-text .btn-letter:nth-child(3) {
    opacity: 0;
    transition-delay: 149ms;
}

.buildin-btn-text .btn-letter:nth-child(4) {
    opacity: 0;
    transition-delay: 199ms;
}

.buildin-btn-text .btn-letter:nth-child(5) {
    opacity: 0;
    transition-delay: 249ms;
}

.buildin-btn-text .btn-letter:nth-child(6) {
    opacity: 0;
    transition-delay: 299ms;
}

.buildin-btn-text .btn-letter:nth-child(7) {
    opacity: 0;
    transition-delay: 349ms;
}

.buildin-btn-text .btn-letter:nth-child(8) {
    opacity: 0;
    transition-delay: 399ms;
}

.buildin-btn-text .btn-letter:nth-child(9) {
    opacity: 0;
    transition-delay: 449ms;
}

.buildin-btn-text .btn-letter:nth-child(10) {
    opacity: 0;
    transition-delay: 499ms;
}

.buildin-btn-text .btn-letter:nth-child(11) {
    opacity: 0;
    transition-delay: 549ms;
}

.buildin-btn-text .btn-letter:nth-child(12) {
    opacity: 0;
    transition-delay: 599ms;
}

.buildin-btn-text .btn-letter:nth-child(13) {
    opacity: 0;
    transition-delay: 649ms;
}

.buildin-btn-text .btn-letter:nth-child(14) {
    opacity: 0;
    transition-delay: 699ms;
}

.buildin-btn-text .btn-letter:nth-child(15) {
    opacity: 0;
    transition-delay: 749ms;
}

.buildin-btn-text .btn-letter:nth-child(16) {
    opacity: 0;
    transition-delay: 799ms;
}

.buildin-btn-text .btn-letter:nth-child(17) {
    opacity: 0;
    transition-delay: 849ms;
}

.buildin-btn-text .btn-letter:nth-child(18) {
    opacity: 0;
    transition-delay: 899ms;
}

.buildin-btn-text .btn-letter:nth-child(19) {
    opacity: 0;
    transition-delay: 949ms;
}

.buildin-btn-text .btn-letter:nth-child(20) {
    opacity: 0;
    transition-delay: 999ms;
}

.buildin-btn-text .btn-letter:nth-child(21) {
    opacity: 0;
    transition-delay: 1049ms;
}

.buildin-btn-text .btn-letter:nth-child(22) {
    opacity: 0;
    transition-delay: 1099ms;
}

.buildin-btn-text .btn-letter:nth-child(23) {
    opacity: 0;
    transition-delay: 1149ms;
}

.buildin-btn-text .btn-letter:nth-child(24) {
    opacity: 0;
    transition-delay: 1199ms;
}

.buildin-btn-text .btn-letter:nth-child(25) {
    opacity: 0;
    transition-delay: 1249ms;
}

.buildin-btn-text .btn-letter:nth-child(26) {
    opacity: 0;
    transition-delay: 1299ms;
}

.buildin-btn-text .btn-letter:nth-child(27) {
    opacity: 0;
    transition-delay: 1349ms;
}

.buildin-btn-text .btn-letter:nth-child(28) {
    opacity: 0;
    transition-delay: 1399ms;
}

.buildin-btn-text .btn-letter:nth-child(29) {
    opacity: 0;
    transition-delay: 1449ms;
}

.buildin-btn-text .btn-letter:nth-child(30) {
    opacity: 0;
    transition-delay: 1499ms;
}

.cta:hover .current-btn-text .btn-letter {
    opacity: 0;
    transform: translateY(-100%);
}

.cta:hover .buildin-btn-text .btn-letter {
    opacity: 1;
    transform: translateY(-100%);
}
/*a链接文字翻滚特效结束*/
body {
    font-family:'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
a:hover {
    color: #23527c;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container:before {
    display: table;
    content: " ";
}

.row:before {
    display: table;
    content: " ";
}
.headerbgHeight {
    height: 100px;
    float: left;
    width: 100%;
}

.header_top {
    height: 35px;
    background-color: #009fff;
    width: 100%;
    display: table;
}

    .header_top .header_topLef {
        float: left;
        height: 35px;
        line-height: 35px;
    }

        .header_top .header_topLef span:nth-child(1) {
            font-size: 16px;
            /*font-weight: bold;*/
            color: white;
        }

        .header_top .header_topLef span:nth-child(2) {
            color: #009bda;
            font-size: 16px;
            color: white;
        }

    .header_top .header_topRit {
        float: right;
        height: 35px;
        line-height: 35px;
    }

        .header_top .header_topRit ul li {
            float: left;
            margin: 0 5px;
            color: white;
        }

            .header_top .header_topRit ul li a {
                color: white;
            }

                .header_top .header_topRit ul li a img {
                    vertical-align: middle;
                    width: 18px;
                }




.header {
    height: 100px;
    display: table;
    width: 100%;
    background: white;
}

    .header .logo {
        text-align: center;
    }
        .header .logo .logoBox {
            width: 400px;
            height: 100px;
            margin: auto;
            /*display: table-cell;
            vertical-align: middle;*/
            padding: 4px 0;
        }
            .header .logo .logoBox img{
                max-height:100%;
                max-width:100%;
                width:auto;
                height:auto;
            }

    .header .header_left {
        width: 400px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
    }

        .header .header_left dt dl {
            display: inline-block;
            font-weight: bold;
            margin: 0 8px;
        }

    .header .header_right {
        width: 770px;
        height: 80px;
        display: table-cell;
        padding-top: 24px;
    }

        .header .header_right ul li {
            margin: 0 5px;
            display: inline-block;
            position: relative;
        }
            .header .header_right ul li p {
                position: absolute;
                top: 37px;
                width: 100%;
                font-size: 14px;
            }

            .header .header_right ul {
                text-align: center;
            }

            .header .header_right ul li a {
                text-align: center;
                background-color: white;
                padding: 11px 23px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                /*font-weight: bold;*/
                font-size: 16px;
            }

                .header .header_right ul li a:hover, .header .header_right ul li .atcive_nav {
                    background-color: #009bda;
                    border-radius: 5px;
                    color: white;
                }

/* 头部结束 */






/* 翻页 */
.page_ctrl {
    text-align: left;
    margin: 10px auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    font-size: 0;
}

    .page_ctrl * {
        line-height: 26px;
    }

    .page_ctrl button {
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
        margin: 1px 7px 5px 0;
        font-size: 12px;
        background-color: #fff;
    }

        .page_ctrl button:hover {
            background: #0bc957;
            color: #ffffff;
        }

    .page_ctrl .btn_dis {
        cursor: default;
        /*opacity: .7;*/
        background: #eeeeee;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 5px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .page_num {
        background-color: #fff;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 5px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .current_page {
        background: #0bc957;
        color: #ffffff;
    }

    .page_ctrl .page_num:hover {
        background: #0bc957;
        color: white;
    }


    .page_ctrl .input_page_num {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #5e5e5e;
        width: 40px;
        margin: 0 10px;
        padding: 0 3px;
        text-align: center;
        height: 32px;
        line-height: 30px;
        border-radius: 2px;
        vertical-align: top;
        background-color: #fff;
        box-sizing: border-box;
    }

    .page_ctrl .page_total, .page_ctrl .page_text {
        color: #2b2b2b;
        font-size: 13px;
        vertical-align: middle;
    }

.to_page_num {
    margin-left: 10px !important;
}

.page_select {
    height: 30px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 5px;
}

.Altogether {
    margin-right: 9px;
}
/* 翻页结束 */



footer {
    display: table;
    width: 100%;
}
.foot_top {
    float: left;
    width: 100%;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.foot_top ul {
    float: left;
}
    .foot_top ul li {
        display: inline-block;
        font-size: 16px;
        margin-left: 18px;
        padding: 30px 0;
        position: relative;
        text-align:center;
    }
        .foot_top ul li p {
            position: absolute;
            top: 55px;
            width: 100%;
            font-size: 12px;
            color: #d0cfcf;
        }
        .foot_top ul li a {
            color: #f5f5f5;
        }
    footer .footer_bottom {
        height: 320px;
        background-color: #009bda;
        padding-top: 45px;
        width: 100%;
        display: table;
    }
.ThreEwm {
    float: left;
}
    .ThreEwm .ul {
        display: inline-block;
        margin-left: 20px;
        text-align:center;
    }
        .ThreEwm .ul p {
            color: #f5f5f5;
            margin-top: 10px;
        }
        .ThreEwm .ul img {
            width: 78px;
        }
.foot_bto {
    color: #f5f5f5;
}
    .foot_bto .foot_btoLef, .foot_bto .foot_btoMid, .foot_bto .foot_btoRit {
        float: left;
    }
    .foot_bto .foot_btoLef {
        width: 45%;
        padding-left: 30px;
    }
    .foot_bto .foot_btoMid {
        width: 20%;
    }
    .foot_bto .foot_btoRit {
        width: 35%;
    }
    .foot_bto .foot_btoLef label {
        height: 40px;
        float: left;
        width: 16%;
    }
        .foot_bto .foot_btoLef span{
            width:84%;
        }
    .foot_bto span {
        font-size: 14px;
        padding-right: 60px;
        float: left;
    }
    /* 返回顶部 */
    .scrollToTop {
        position: fixed;
        bottom: -30%;
        right: 5%;
        z-index: 9;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #009fff;
        text-align: center;
        border-radius: 50%;
        font-size: 24px;
        animation: lab_top_up 5s linear infinite;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .scrollToTop i {
        color: #fff;
        z-index: 1;
    }

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.pluse_1 {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

    .pluse_1:before, .pluse_2:before, .pluse_1:after, .pluse_2:after {
        position: absolute;
        content: "";
    }

    .pluse_1:after, .pluse_1:before, .pluse_2:after, .pluse_2:before {
        background: rgb(0, 159, 255);
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
    }


/*.pluse_1:before, .pluse_2:before {
        width: 40px;
        height: 40px;
    }*/



.pluse_2:before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
/* 返回顶部结束 */



/*视频中心波纹*/

.kefu {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

    .kefu .videoicon {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    }


    .kefu .round {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #009fff;
        text-align: center;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation-name: mymove;
        animation-name: mymove;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@keyframes mymove {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .85;
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}
/*视频中心波纹*/