﻿
/*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%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%,-50%)); /* for Chrome || Safari */
        -moz-transform: translate(-50%,-50%); /* for Firefox */
        -ms-transform: translate(-50%,-50%); /* for IE */
        -o-transform: translate(-50%,-50%); /* for Opera */
    }

        .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% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0); /* for Chrome || Safari */
        -moz-transform: scale(0, 0); /* for Firefox */
        -ms-transform: scale(0, 0); /* for IE */
        -o-transform: scale(0, 0); /* for Opera */
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1); /* for Chrome || Safari */
        -moz-transform: scale(1, 1); /* for Firefox */
        -ms-transform: scale(1, 1); /* for IE */
        -o-transform: scale(1, 1); /* for Opera */
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0); /* for Chrome || Safari */
        -moz-transform: scale(0, 0); /* for Firefox */
        -ms-transform: scale(0, 0); /* for IE */
        -o-transform: scale(0, 0); /* for Opera */
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1); /* for Chrome || Safari */
        -moz-transform: scale(1, 1); /* for Firefox */
        -ms-transform: scale(1, 1); /* for IE */
        -o-transform: scale(1, 1); /* for Opera */
        opacity: 0;
    }
}


/*loading结束*/
#loading {
    background: #f3815e;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loadingImage {
    position: relative;
    width: 30px;
    height: 30px;
    background: #2e98df;
    border-radius: 50px;
    animation: loadingImage 1.5s infinite linear;
}

a {
    text-decoration: none;
}
a:hover {
    color: #23527c;
}
/*a链接文字翻滚特效*/
.cta {
    display: inline-block;
    font-family: "Raleway";
    backface-visibility: hidden;
    position: relative;
    top: 2px;
}

    .cta:active {
        transform: translateY(3px);
        -webkit-transform: translateY(3px); /* for Chrome || Safari */
        -moz-transform: translateY(3px); /* for Firefox */
        -ms-transform: translateY(3px); /* for IE */
        -o-transform: translateY(3px); /* for Opera */
    }

.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%);
    -webkit-transform: translateY(100%); /* for Chrome || Safari */
    -moz-transform: translateY(100%); /* for Firefox */
    -ms-transform: translateY(100%); /* for IE */
    -o-transform: translateY(100%); /* for Opera */
}

    .buildin-btn-text .btn-letter {
        opacity: 0;
    }

.btn-letter {
    display: inline-block;
    margin: 0em 0.05em;
    position: relative;
    transition: transform 300ms, opacity 300ms ease;
    -webkit-transition: transform 300ms, opacity 300ms ease; /* for Chrome || Safari */
    -moz-transition: transform 300ms, opacity 300ms ease; /* for Firefox */
    -ms-transition: transform 300ms, opacity 300ms ease; /* for IE */
    -o-transition: transform 300ms, opacity 300ms ease; /* for Opera */
}

.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%);
    -webkit-transform: translateY(-100%); /* for Chrome || Safari */
    -moz-transform: translateY(-100%); /* for Firefox */
    -ms-transform: translateY(-100%); /* for IE */
    -o-transform: translateY(-100%); /* for Opera */
}

.cta:hover .buildin-btn-text .btn-letter {
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); /* for Chrome || Safari */
    -moz-transform: translateY(-100%); /* for Firefox */
    -ms-transform: translateY(-100%); /* for IE */
    -o-transform: translateY(-100%); /* for Opera */
}
/*a链接文字翻滚特效结束*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;


}
input, input:focus {
    outline: none;
    /*background-color: rgba(0, 0, 0, 0);*/
    outline: medium;
    /*-webkit-text-fill-color: #fff !important;*/
    /*transition: background-color 5000s ease-in-out 0s;*/
    border: none;
}
button {
    outline: none;
    border:none;
}
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus,
button.btn.focus,
button.btn:active.focus,
button.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}


.fa {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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;
        border-radius: 10px;
    }

        .img_wapBox img:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1); /* for Chrome || Safari */
            -moz-transform: scale(1.1); /* for Firefox */
            -ms-transform: scale(1.1); /* for IE */
            -o-transform: scale(1.1); /* for Opera */
        }
.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);
}


body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

    * {
        -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: " ";
}

/* 头部顶航 */
.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    display: block;
    box-shadow: 0 1px 9px #222;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 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);
    }
}

.HeaderTop {
    float: left;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}
.HeaderTop_nav {
    background: #f6f6f6;
    width: 100%;
    min-width: 1170px;
    display:inline-block;
    padding: 4px 0;
    float:left;
}
    .HeaderTop_nav .HeaderTop_navRit {
        float: right;
    }
    .HeaderTop_nav .DlZc {
        margin-left: 15px;
        color: white;
        margin-right: 10px;
        font-size: 14px;
    }
        .HeaderTop_nav .DlZc .SignIn {
            display: inline-block;
            width: 74px;
            height: 28px;
            line-height: 26px;
            border-radius: 4px;
            font-size: 14px;
            letter-spacing: 0;
            margin-left: 10px;
            color: #009fff;
            text-align: center;
            border: 1px solid #009fff;
        }
        .HeaderTop_nav .DlZc .zhuce {
            display: inline-block;
            width: 74px;
            height: 28px;
            line-height: 28px;
            background: #009fff;
            border-radius: 4px;
            font-size: 14px;
            letter-spacing: 0;
            margin-left: 10px;
            color: white;
            text-align: center;
        }

        .HeaderTop_nav .DlZc a {
            color: black;
        }
        .HeaderTop_nav .DlZc .VerticalLine {
            width: 2px;
            height: 10px;
            background: black;
            display: inline-block;
            margin: 0 5px;
        }
        /* 头部顶航结束 */
        /* 头部 */
        /* 测试头部 */
        .Tophead {
            float: left;
            width: 240px;
        }
.Tophead ul li {
    display: none;
}
    .Tophead ul li.active{
        display:block;
    }
    .Tophead ul li a {
        font-size: 14px;
        display: inline-block;
        margin: 0 10px 20px 10px;
    }
.nav .classification .allResources_Yccontent .nav_Tilte strong em {
    float: right;
    color: #d8d5d5;
}
/* 测试头部结束 */
.Genheader {
    height: 148px;
    background: white;
    float: left;
    display: table;
    width: 100%;
}

    .Genheader .container .Genheader_left {
        width: 365px;
        float: left;
        text-align: center;
        margin-top: 41px;
    }

        .Genheader .container .Genheader_left p {
            margin-top: 16px;
            color: #ccc;
        }

        .Genheader .container .Genheader_left .Genlogo img {
            width: 178px;
        }

    .Genheader .container .Genheader_right {
        height: 143px;
        float: right;
    }

        .Genheader .container .Genheader_right .Genmgz img {
            width: 84px;
            height:114px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

        .Genheader .container .Genheader_right .Genmgz, .Genheader .container .Genheader_right .Genmgz_xq {
            float: left;
            margin-top: 14px;
        }

        .Genheader .container .Genheader_right .Genmgz_xq {
            margin-top: 50px;
            margin-left: 10px;
            font-size: 14px;
        }

            .Genheader .container .Genheader_right .Genmgz_xq p {
                line-height: 20px;
            }
/* 头部结束 */

/* 导航栏 */
.navHeight {
    height: 55px;
    width: 100%;
    float:left;
}
.nav {
    height: 55px;
    width: 100%;
    display: table;
    z-index: 1040;
    background: #009fff;
    font-size: 0;
}

    .nav .glyphicon {
        top: 3px;
        line-height: 0;
    }

    .nav .allResources, .nav .nav_list,.nav .DlZc {
        display: inline-block;
    }
    .nav .nav_right{
        float:right;
    }
    .nav .classification {
        float: left;
        cursor: pointer;
    }

        .nav .classification .allResources_Yccontent {
            background-color: #f9f9f9;
            width: 1130px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            padding: 12px 0 12px 0;
            display: none;
            background: white;
            border-radius: 12px;
            padding-left: 20px;
        }

            .nav .classification .allResources_Yccontent:before {
                content: '';
                position: absolute;
                left: 38px;
                top: -24px;
                width: 0;
                height: 0;
                border: 12px solid transparent;
                border-bottom-color: white;
            }
            .nav .classification .allResources_Yccontent .allResources_Box {
                width: 180px;
                float: left;
            }
                .nav .classification .allResources_Yccontent .allResources_Box table tr td ul li a {
                    margin-left: 10px;
                }
            .nav .classification .allResources_Yccontent .nav_Tilte {
                overflow: hidden;
                padding: 0 10px;
                width: 100%;
            }

                .nav .classification .allResources_Yccontent .nav_Tilte strong {
                    font-size: 16px;
                    display: block;
                    text-align:left;
                }
            /*.nav .classification:hover .allResources_Yccontent {
                display: block;
            }*/
            .nav .classification .allResources_Yccontent tr td p {
                font-size: 16px;
                margin: 3px 3px 3px 8px;
                overflow: hidden;
                text-align: left;
            }
            .nav .classification .allResources_Yccontent tr td strong {
                color: #666;
                font-size: 14px;
                font-weight: normal;
            }
                    .nav .classification .allResources_Yccontent tr td strong:hover{
                        color:red;
                    }
            .nav .classification .allResources_Yccontent tr td ul li {
                height: 32px;
                line-height: 32px;
                overflow: hidden;
                float: left;
                white-space: nowrap;
                background: url(/Views/Shared/images/vert.gif) no-repeat right center;
                width: 100%;
                text-align: left;
            }
                        .nav .classification .allResources_Yccontent tr td ul li a {
                            -webkit-transition: all 1s;
                            -o-transition: all 1s;
                            transition: all 0.5s;
                            font-size: 12px;
                            color: #999;
                        }
                .nav .classification .allResources_Yccontent tr td ul li a:hover {
                    color:red;
                }

    .nav .allResources {
        text-align: center;
        height: 55px;
        line-height: 55px;
        color: white;
        font-size: 16px;
        margin-right: 20px;
        float: left;
        position: relative;
        cursor:pointer;
    }
        .nav .allResources label {
            cursor: pointer;
        }
        .allResources2 {
            text-align: center;
            height: 25px;
            line-height: 25px;
            color: white;
            font-size: 18px;
            margin-right: 20px;
            float: left;
            position: relative;
        }
.allZyfl{
    cursor:pointer;
}
.nav .allResourcesLefImg {
    width: 130px;
}
.nav .allResources img {
    vertical-align: middle;
    width: 100%;
}

    .nav .allResources_Yccontent {
        position: absolute;
        z-index: 9999;
        top: 59px;
    }

.nav .nav_list {
    text-align: center;
    height: 55px;
    line-height: 55px;
}

    .nav .nav_list ul li {
        display: inline-block;
        height: 55px;
        padding: 2px 10px;
        color: white;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 0.5s;
        cursor: pointer;
    }
            .nav .nav_list ul li.active {
                background: red;
            }
                .nav .nav_list ul li.active a {
                    color: black;
                }
                .nav .nav_list ul li a {
                    color: white;
                    font-size: 14px;
                }

            .nav .nav_list ul li:hover {
                background: red;
            }

                .nav .nav_list ul li:hover a {
                    color: black;
                }

    .nav .nav_right .search .search_Int {
        height: 27px;
        padding-right: 42px;
        border: none;
        width:213px;
    }
.nav_right .search {
    font-size: 0;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
  .nav_right .search input {
        height: 34px;
        text-indent: 1em;
        width: 333px;
        float: left;
        border-radius: 30px;
        border: none;
    }
    .nav_right .search input:focus {
        border: 1px solid #3474e0;
        box-shadow: 0px 1px 7px 1px #0ceef9;
    }

    .nav_right button {
        border: none;
        padding: 0;
    }
.nav_right .search .search_Btn {
    text-align: center;
    line-height: 21px;
    padding: 3px 6px;
    width: 28px;
    border: none;
    cursor: pointer;
    color: white;
    float: left;
    position: absolute;
    right: 5px;
    top: 16px;
}


.slide-wk{
    float:left;
}
#slideNav {
    position: relative;
    width: 100%;
}

    #slideNav .nav-menu {
        height: 54px;
    }

        #slideNav .nav-menu a {
            display: block;
            float: left;
            height: 55px;
            width: 68px;
            line-height: 55px;
            color: white;
            font-size: 16px;
            text-decoration: none;
        }
            #slideNav .nav-menu a.current {
                color: white;
            }

    #slideNav .nav-current {
        position: absolute;
        bottom: -1px;
        height: 2px;
        overflow: hidden;
        background: white;
    }


.slide-box {
    margin-top: 200px;
    display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
}

.slide-item {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    margin-right: 30px;
    background: pink;
}
   
/* 导航栏结束 */



/* 指引导航 */
.Naitio {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}
.Position {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
    .Position span {
        height: 40px;
        float: left;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }
        .Position span .wz {
            width: 32px;
        }
        .Position span a {
            font-size: 14px;
        }
        /* 指引导航结束 */
        /* 详情内容页 */
        i {
            font-style: normal;
        }
.NewConsultation {
    float: left;
    width:100%;
}
.detailBanner {
    padding-left: 20px;
}
.NewConsultation .Colt_detail_bg {
    padding:0 20px;

}

.NewConsultation .detailBanner img {
    width: 100%;
}

.NewConsultation .Colt_detail {
    float: right;
    width: 1010px;
    background: white;
}



    .NewConsultation .Colt_detail .Colt_detail_title {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

        .NewConsultation .Colt_detail .Colt_detail_title h6 {
            font-size: 21px;
            font-weight: bold;
            margin: 15px 0px;
        }

    .NewConsultation .Colt_detail .Colt_detail_content {
        padding: 23px 0 !important;
    }

        .NewConsultation .Colt_detail .Colt_detail_content p {
            font-size: 16px !important;
            line-height: 2em !important;
            text-indent: 2em;
            margin-bottom: 20px !important;
            color: rgb(102, 102, 102);
        }
        .NewConsultation .Colt_detail .Colt_detail_content section {
            font-size: 16px;
            line-height: 2em;
            text-indent: 2em;
            color: rgb(102, 102, 102);
        }
        .NewConsultation .Colt_detail .Colt_detail_content p span {
            font-size: 16px;
            line-height: 2em;
            text-indent: 2em;
            color: rgb(102, 102, 102);
        }

        .NewConsultation .Colt_detail .Colt_detail_content img {
            max-width: 800px !important;
            margin: 30px auto !important;
            display: block;
        }

.NewConsultation .Colt_detail_foot {
    padding-bottom: 8px;
}

.NewConsultation .DetailShare {
    padding: 15px 0;
}

    .NewConsultation .DetailShare a {
        margin: 0 5px;
    }



.NewConsultation .Colt_center {
    background: white;
    float: left;
    width: 100%;
    padding: 20px 20px;
}

    .NewConsultation .Colt_center .Colt_center_left {
        float: left;
        width: 33.33%;
        padding-right:20px;
        overflow: hidden;
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .NewConsultation .Colt_center .RdReda {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
        margin-bottom: 25px;
        font-size: 16px;
        margin: 15px 0 15px 0;
    }

    .NewConsultation .Colt_center .Colt_center_right {
        display: table;
        text-align: left;
    }

        .NewConsultation .Colt_center .Colt_center_right h5 {
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .NewConsultation .Colt_center .Colt_center_right p {
            margin-top: 15px;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .NewConsultation .Colt_center .Colt_center_right .LookIof {
            color: #a3afb7;
            margin-top: 15px;
        }
            .NewConsultation .Colt_center .Colt_center_right .LookIof .LookIof_left {
                float: left;
            }
            .NewConsultation .Colt_center .Colt_center_right .LookIof LookIof_right{
                float:right;
            }
            .NewConsultation .Colt_center .Colt_center_right .LookIof span:nth-of-type(2) {
                margin: 0 15px;
            }

    .NewConsultation .Colt_center .Colt_center_list {
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
        padding: 0 0 25px 0;
        margin-bottom: 25px;
    }

    .NewConsultation .Colt_center .Colt_center_middle {
        font-size: 0;
    }

        .NewConsultation .Colt_center .Colt_center_middle h6 {
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 15px;
        }

        .NewConsultation .Colt_center .Colt_center_middle .LookIof {
            color: #a3afb7;
            display: inline-block;
            width: 100%;
            margin-top: 15px;
        }

             .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_left, .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right {
                display: inline-block;
            }
        .NewConsultation .Colt_center .Colt_center_middle .middle_img {
            margin-left: -10px;
            margin-right: -10px;
        }

        .NewConsultation .Colt_center .Colt_center_middle .middle_img img:nth-of-type(2) {
            margin: 0 10px;
        }

                .NewConsultation .Colt_center .Colt_center_middle .middle_img .Colt_center_middleImg {
                    width: 33.33%;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -moz-justify-content: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-align-items: center;
                    -webkit-align-items: center;
                    align-items: center;
                    overflow: hidden;
                    float: left;
                    padding: 0 10px;
                }

            .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_left {
                float: left;
                font-size: 14px;
            }

            .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right {
                float: right;
                font-size: 14px;
            }
    .NewConsultation .Colt_center .Colt_center_right h6 {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

                .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right label {
                    margin-right: 15px;
                }
/* 详情内容页结束 */





/* 轮播 */
.autoplay1 .slick-prev {
    left: -86px;
}

.autoplay1 .slick-next {
    right: -86px;
}

.autoplay1 .slick-track {
    width: 100%;
}

.autoplay1 .slick-prev:before {
    content: " ";
    display: block;
    height: 48px;
    width: 28px;
    background: url(/Views/Home/images/left_p.png) no-repeat;
    background-size: 100%;
}

.autoplay1 .slick-next:before {
    content: " ";
    display: block;
    height: 48px;
    width: 28px;
    background: url(/Views/Home/images/right_p.png) no-repeat;
    background-size: 100%;
}

.autoplay1.slick-slider {
    height: 120px;
}
/*.autoplay1 .slick-track{
    width:4200px!important;
}*/
.autoplay1 .slidImgBox img:nth-child(2) {
    margin-top: 12px;
}
/* 轮播结束 */

/* 底部广告 */


.closeee {
    background: url("/Views/Home/images/dban.png") no-repeat center center;
}

.BotmAdt .gotoCenter {
    display: block;
    width: 1000px;
    height: 140px;
    margin: 0 auto;
}

.BotmAdt .closeee {
    position: absolute;
    top: 0;
    left: 20px;
    margin-left: 0px;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.clickarea {
    position: absolute;
    top: 0;
    left: 200px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.thumbnail {
    position: fixed;
    right: 0px;
    bottom: 80px;
    width: 160px;
    height: 160px;
    cursor: pointer;
    /*display: none;*/
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); /* for Chrome || Safari */
        -moz-transform: rotate(0deg); /* for Firefox */
        -ms-transform: rotate(0deg); /* for IE */
        -o-transform: rotate(0deg); /* for Opera */
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg); /* for Chrome || Safari */
        -moz-transform: rotate(360deg); /* for Firefox */
        -ms-transform: rotate(360deg); /* for IE */
        -o-transform: rotate(360deg); /* for Opera */
    }
}
/* 底部广告结束 */


/* 轮播图 */
.MarGopSw {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.Lb {
    min-width: 1170px;
    float: left;
    width: 100%;
}
    .Lb a{
        float:left;
    }
    .Lb .swiper-container {
        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;
    }
/* 轮播图结束 */









/* 脚部 */

.footer {
    padding: 41px 0 20px 0;
    float: left;
    width: 100%;
    background: #2D2D2D;
    display: table;
}

    .footer img {
        width: 70%;
    }

    .footer .footer_left {
        width: 68%;
        float: left;
    }

    .footer .footer_right {
        width: 30%;
        float: left;
        padding-top: 70px;
    }

    .footer .footer_box {
        width: 265.19px;
        float: left;
    }

    .footer .footer_ribox {
        width: 351px;
    }


    .footer .footer_list {
        padding-left: 20px;
    }

        .footer .footer_list p {
            font-size: 16px;
            margin: 21px 0 21px 0;
            font-weight: bold;
            color: white;
        }
        .footer .footer_list ul {
            border-right: 1px solid #ccc;
            padding-right: 15px;
        }
        .footer .footer_list ul, .footer .footer_list_four ul {
            padding-bottom: 20px;
            height: 225px;
        }
        .footer .footer_list_four ul {
            margin-top: 72px;
            height: 235px;
        }
        .footer .footer_list ul li {
            font-size: 12px;
            line-height: 26px;
            color: white;
        }

        .footer .footer_list_four p {
            font-size: 16px;
            margin: 0 0 22px 0;
            font-weight: bold;
            color: white;
            padding-left: 15px;
        }

        .footer .footer_list_four span {
            display: inline-block;
            width: 47%;
            text-align: center;
        }

            .footer .footer_list_four span img {
                width: 80%;
                padding: 10px;
                background: white;
            }

            .footer .footer_list_four span label {
                display: block;
                color: white;
                font-size: 12px;
                margin: 10px 0;
            }

        .footer .footer_list_four ul li {
            font-size: 12px;
            /*font-weight: bold;*/
            color: white;
            line-height: 18px
        }

    .footer .footer_bottom {
        text-align: center;
        font-size: 14px;
        color: #99a4ac;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
        .footer .footer_bottom ul li {
            color: white;
            line-height: 24px;
        }
/* 脚部结束 */

/* 返回顶部 */
.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);
        -webkit-transform: translateY(-15px); /* for Chrome || Safari */
        -moz-transform: translateY(-15px); /* for Firefox */
        -ms-transform: translateY(-15px); /* for IE */
        -o-transform: translateY(-15px); /* for Opera */
    }

    50% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px); /* for Chrome || Safari */
        -moz-transform: translateY(0px); /* for Firefox */
        -ms-transform: translateY(0px); /* for IE */
        -o-transform: translateY(0px); /* for Opera */
    }

    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px); /* for Chrome || Safari */
        -moz-transform: translateY(-15px); /* for Firefox */
        -ms-transform: translateY(-15px); /* for IE */
        -o-transform: translateY(-15px); /* for Opera */
    }
}
.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;
        transform: translate(-50%, -50%) scale(0.3);
        -webkit-transform: translate(-50%, -50%) scale(0.3); /* for Chrome || Safari */
        -moz-transform: translate(-50%, -50%) scale(0.3); /* for Firefox */
        -ms-transform: translate(-50%, -50%) scale(0.3); /* for IE */
        -o-transform: translate(-50%, -50%) scale(0.3); /* for Opera */
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
        -webkit-transform: translate(-50%, -50%) scale(2); /* for Chrome || Safari */
        -moz-transform: translate(-50%, -50%) scale(2); /* for Firefox */
        -ms-transform: translate(-50%, -50%) scale(2); /* for IE */
        -o-transform: translate(-50%, -50%) scale(2); /* for Opera */
    }
}
/* 返回顶部结束 */

/*右下角广告轮播*/

/*轮播*/
.GgRecomLb .slick-track {
    margin-left: unset;
    margin-right: unset;
}

.GgRecomLb .arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 20px;
    height: 32px;
    background: rgba(0,0,0,0.6);
    color: white;
    font-weight: 500;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .GgRecomLb .arrow-location-right-top .slick-arrow:hover {
        background: #2879fe;
        color: #ffffff;
    }

    .GgRecomLb .arrow-location-right-top .slick-arrow:before {
        font-family: "wokiee";
        font-size: 12px;
        line-height: 1;
    }

.GgRecomLb .arrow-location-right-top .slick-slide img {
    width: 100%;
}

.GgRecomLb .arrow-location-right-top .slick-prev:before {
    content: "<";
}

.GgRecomLb .arrow-location-right-top .slick-next:before {
    content: ">";
}

@media (min-width: 1025px) {
    .GgRecomLb .arrow-location-right-top .slick-prev {
        top: 50%;
        left: 10px;
    }

    .GgRecomLb .arrow-location-right-top .slick-next {
        top: 50%;
        right: 10px;
    }
    /*.arrow-location-right-top .slick-arrow {
      top: -28px;
  }

  .arrow-location-right-top .slick-prev {
      right: 57px;
  }*/

    .GgRecomLb .arrow-location-right-top .slick-next {
        right: 10px;
    }
}


.GgRecomLb .arrow-location-right-top .slick-arrow {
    top: 0;
}

.GgRecomLb .arrow-location-right-top .slick-prev {
    left: 0;
}

.GgRecomLb .arrow-location-right-top .slick-next {
    right: 0;
}

.GgRecomLb .slick-slider .slick-dots {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    bottom: 18px;
    text-align: center;
}

    .GgRecomLb .slick-slider .slick-dots li {
        margin: 0 auto 3px;
        padding: 0 2px;
        cursor: pointer;
        display: inline-block;
    }

        .GgRecomLb .slick-slider .slick-dots li button {
            width: 50px;
            height: 7px;
            background-color: #fff;
            filter: Alpha(opacity=40);
            opacity: 0.4;
            border: none;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        .GgRecomLb .slick-slider .slick-dots li:hover button {
            background: #fff;
            filter: Alpha(opacity=100);
            opacity: 1;
        }

    .GgRecomLb .slick-slider .slick-dots .slick-active button {
        background: #fff;
        filter: Alpha(opacity=100);
        opacity: 1;
    }


.GgRecomLb {
    margin-top: 10px;
}
.RecomLbtLb_zz {
    margin-top: 10px;
}

.switch {
    width: 230px;
    float: left;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
    cursor: pointer;
}

.GgswitchZxc {
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: white;
}
.switch h6 {
    position: absolute;
    left: 0;
    top: -19px;
    color: #333;
    font-size: 12px;
}
.switch .zzGbBtn {
    position: absolute;
    right: 0;
    top: -22px;
    width: 20px;
}
.GgswitchZxc img {
    width: 208px;
    height: 285px;
    box-shadow: 0 3px 10px #ccc;
}

.GgRecomLb .RecomLbbg {
    padding: 0 2px;
}
    .GgRecomLb .RecomLbbg .img_wapBox img {
        border-radius: unset;
    }


.GgRecomLb .RecomLbbgBox {
    border: 1px solid #e5e5e5;
    display: inline-block;
}
/*右下角广告轮播结束*/





/* 翻页 */
.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;
        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;
}
/* 翻页结束 */



/*进来弹窗广告*/
.modefadeSy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    .modefadeSy.active {
        opacity: 1;
        display:block;

    }
    .modefadeSy .modefadeConent {
        transform: translate(-50%,-360%);
        -webkit-transform: translate(-50%,-360%);
        -ms-transform: translate(-50%,-360%);
        -moz-transform: translate(-50%,-360%);
        -o-transform: translate(-50%,-360%);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
        .modefadeSy .modefadeConent.active {
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
        }

        .modefadeSy .modefadeConent .modefadebox {
            width: 900px;
            float: left;
            background: white;
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            text-align: center;
            border-radius: 15px;
            padding: 15px;
        }

            .modefadeSy .modefadeConent .modefadebox h6 {
                position: absolute;
                left: 15px;
                top: 10px;
                font-size: 16px;
                font-weight: bold;
            }
            .modefadeSy .modefadeConent .modefadebox img{
                width:100%;
            }
            .modefadeSy .modefadeConent .modefadebox .t1 {
                width: 100px;
                height: 100px;
                background-color: #ffffff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%)); /* for Chrome || Safari */
                -moz-transform: translate(-50%,-50%); /* for Firefox */
                -ms-transform: translate(-50%,-50%); /* for IE */
                -o-transform: translate(-50%,-50%); /* for Opera */
                padding: 10px;
            }
            .modefadeSy .modefadeConent .modefadebox .modefadeclose {
                width: 40px;
                height: 40px;
                position: absolute;
                bottom: -39px;
                left: 50%;
                transform: translate(-50%,0);
                -webkit-transform: translate(-50%,0); /* for Chrome || Safari */
                -moz-transform: translate(-50%,0); /* for Firefox */
                -ms-transform: translate(-50%,0); /* for IE */
                -o-transform: translate(-50%,0); /* for Opera */
            }
                .modefadeSy .modefadeConent .modefadebox .modefadeclose .before {
                    width: 2px;
                    height: 62px;
                    background-color: #ffffff;
                    margin-left: 19px;
                }

            .modefadeSy .modefadeConent .modefadebox .closeBtn {
                display: inline-block;
                margin-bottom: 0;
                font-size: 14px;
                font-weight: normal;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background-image: none;
                border-radius: 4px;
                color: #fff;
                font-size: 28px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }
/*进来弹窗广告结束*/


/*视频中心波纹*/

.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;
    }
}
/*视频中心波纹*/