﻿@charset "UTF-8";
/*layout*/
/*background*/
/*button-color*/
/*font-color*/
/*border-color*/
/*pd*/
body {
    background: #171e31;
}

.blue-bnt {
    background: #38a1fc;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    border-style: none;
}

    .blue-bnt:hover {
        background: #75bfff;
    }

.top-domain-container {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .top-domain-container {
        width: 990px;
    }
}

@media screen and (max-width: 768px) {
    .top-domain-container {
        width: 100%;
    }
}

.top-domain-box1 .top-domain-banner {
    background: url(/top/img/banner_03.jpg);
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
    height: 629px;
}

.top-domain-box1 .banner-home-pic {
    text-align: center;
    position: relative;
    transition: all 2s;
    transition-delay: 0.5s;
    animation: hp-animation-top 0.6s;
    -moz-animation: hp-animation-top 0.6s;
    -webkit-animation: hp-animation-top 0.6s;
    -o-animation: hp-animation-top 0.6s;
}

    .top-domain-box1 .banner-home-pic img {
        width: 100%;
        max-width: 905px;
        display: inline-block;
    }

.top-domain-box1 .search-wrap {
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

    .top-domain-box1 .search-wrap button {
        width: 170px;
        height: 48px;
        font-size: 18px;
        margin-top: 22px;
        background: #18dee6;
        color: #113f6a;
        border-style: none;
    }

        .top-domain-box1 .search-wrap button:hover {
            background: #4af8ff;
        }

    .top-domain-box1 .search-wrap .search-input-wrap {
        margin-top: 28px;
        position: relative;
        animation: home-fade 0.6s ease-in-out 1;
    }

        .top-domain-box1 .search-wrap .search-input-wrap .search-wrap-text {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            box-sizing: border-box;
            padding: 22px 0;
            line-height: 22px;
            font-size: 18px;
        }

            .top-domain-box1 .search-wrap .search-input-wrap .search-wrap-text img {
                vertical-align: middle;
                margin-right: 12px;
            }

@keyframes hp-animation-top {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@-moz-keyframes hp-animation-top {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes hp-animation-top {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@-o-keyframes hp-animation-top {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

.td-search-input {
    height: 66px;
    line-height: 22px;
    padding-left: 30px;
    display: inline-block;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 85%;
    float: left;
    z-index: 10;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(126, 179, 224, 0.6);
    border-image: initial;
    background: rgba(25, 41, 68, 0.901961);
    transition: all 1s;
    outline: none;
}

.search-wrap-bnt,
.search-wrap-title {
    position: relative;
}

@keyframes home-fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.1;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.title1-con {
    transition: all 2s;
    transition-delay: 0.2s;
    animation: title1-con 2s;
    -webkit-animation: title1-con 2s;
}

.title2-con {
    transition-delay: 0.5s;
    animation: title2-con 2s;
    -webkit-animation: title2-con 2s;
    transition: all 1s;
}

@keyframes title1-con {
    0% {
        left: -200px;
    }

    100% {
        left: 0;
    }
}

@keyframes title2-con {
    0% {
        right: -200px;
    }

    100% {
        right: 0;
    }
}

.top-domain-menu {
    background: #1e2a44;
    padding: 29px 0 0 0;
}

.top-domain-menu-box ul {
    *zoom: 1;
}

    .top-domain-menu-box ul:before,
    .top-domain-menu-box ul:after {
        display: table;
        content: "";
    }

    .top-domain-menu-box ul:after {
        clear: both;
    }

    .top-domain-menu-box ul li {
        float: left;
        font-size: 18px;
        cursor: pointer;
    }

        .top-domain-menu-box ul li:not(:last-child) {
            margin-right: 2.16%;
        }

        .top-domain-menu-box ul li.active a {
            color: #47eef9;
        }

.top-domain-menu-box a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7px 0 28px 0;
}

    .top-domain-menu-box a:hover {
        text-decoration: none;
    }

.target {
    position: absolute;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.top-domain-menu-box a,
.target {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.j_wrapper {
    position: relative;
}

.top-domain-box2 .td-list-title {
    padding: 62px 0 18px 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

    .top-domain-box2 .td-list-title img {
        vertical-align: middle;
        display: inline-block;
    }

    .top-domain-box2 .td-list-title span {
        font-size: 40px;
        color: #ffffff;
        padding: 0 17px;
        vertical-align: middle;
    }

.top-domain-box2 .top-domain-text {
    padding: 45px 22.5px 29px 22.5px;
    background: #1e2a44;
    position: relative;
}

    .top-domain-box2 .top-domain-text ul {
        *zoom: 1;
    }

        .top-domain-box2 .top-domain-text ul:before,
        .top-domain-box2 .top-domain-text ul:after {
            display: table;
            content: "";
        }

        .top-domain-box2 .top-domain-text ul:after {
            clear: both;
        }

        .top-domain-box2 .top-domain-text ul li {
            width: 33.3%;
            float: left;
            display: inline;
            padding: 0 22.5px 45px 22.5px;
            box-sizing: border-box;
        }

            .top-domain-box2 .top-domain-text ul li .top-domain-text-list {
                padding: 20px 50px 30px 50px;
                border: 1px solid #38a1fc;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                position: relative;
            }

                .top-domain-box2 .top-domain-text ul li .top-domain-text-list:hover {
                    background: #294c77;
                    border-color: #294c77;
                }

            .top-domain-box2 .top-domain-text ul li .title {
                color: #47eef9;
                font-size: 38px;
                line-height: 56px;
                margin-bottom: 9px;
            }

            .top-domain-box2 .top-domain-text ul li .text {
                line-height: 28px;
                font-size: 18px;
                margin-bottom: 22px;
                color: #ffffff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .top-domain-box2 .top-domain-text ul li button {
                width: 120px;
                height: 34px;
                line-height: 34px;
            }

    .top-domain-box2 .top-domain-text .more {
        text-align: center;
    }

        .top-domain-box2 .top-domain-text .more a {
            color: #47eef9;
        }

.td-pager-title {
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
}

    .td-pager-title span {
        color: #47eef9;
    }

.td-pager-bg {
    background: url(/top/img/pager_bg.jpg) top center no-repeat;
    min-height: 1000px;
}

.td-pager-box .td-list-title {
    padding-top: 0;
}

.certificate-banner {
    text-align: center;
}

    .certificate-banner img {
        width: 100%;
        max-width: 810px;
    }

.certificate-box {
    position: relative;
    margin-left: 17.5%;
    *zoom: 1;
}

    .certificate-box:before,
    .certificate-box:after {
        display: table;
        content: "";
    }

    .certificate-box:after {
        clear: both;
    }

    .certificate-box .certificate-img img {
        display: inline-block;
        width: 100%;
        max-width: 778px;
    }

    .certificate-box .certificate-text {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 778px;
        text-align: center;
        padding-top: 120px;
    }

        .certificate-box .certificate-text h3 {
            color: #ff6000;
            font-size: 44px;
            line-height: 66px;
        }

        .certificate-box .certificate-text .ct-list {
            margin-top: 32px;
        }

            .certificate-box .certificate-text .ct-list p {
                line-height: 45px;
                font-size: 22px;
                color: #333;
            }

.tb-share-box {
    display: inline-block;
    float: left;
    width: 54px;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    margin-top: -123.5px;
}

.bdshare-button-style0-32 .bds_qzone {
    background-position: 0 -52px
}

.bdshare-button-style0-32 .bds_tsina {
    background-position: 0 -104px
}

.bdshare-button-style0-32 .bds_renren {
    background-position: 0 -208px
}

.bdshare-button-style0-32 .bds_tqq {
    background-position: 0 -260px
}

.bdshare-button-style0-32 .bds_kaixin001 {
    background-position: 0 -312px
}

.bdshare-button-style0-32 .bds_tqf {
    background-position: 0 -364px
}

.bdshare-button-style0-32 .bds_hi {
    background-position: 0 -416px
}

.bdshare-button-style0-32 .bds_douban {
    background-position: 0 -468px
}

.bdshare-button-style0-32 .bds_tieba {
    background-position: 0 -728px
}

.bdshare-button-style0-32 .bds_hx {
    background-position: 0 -988px
}

.bdshare-button-style0-32 .bds_fx {
    background-position: 0 -1040px
}

.bdshare-button-style0-32 .bds_ty {
    background-position: 0 -1196px
}

.bdshare-button-style0-32 .bds_fbook {
    background-position: 0 -1352px
}

.bdshare-button-style0-32 .bds_twi {
    background-position: 0 -1404px
}

.bdshare-button-style0-32 .bds_linkedin {
    background-position: 0 -1664px
}

.bdshare-button-style0-32 .bds_meilishuo {
    background-position: 0 -1716px
}

.bdshare-button-style0-32 .bds_mogujie {
    background-position: 0 -1768px
}

.bdshare-button-style0-32 .bds_diandian {
    background-position: 0 -1820px
}

.bdshare-button-style0-32 .bds_huaban {
    background-position: 0 -1872px
}

.bdshare-button-style0-32 .bds_duitang {
    background-position: 0 -2028px
}

.bdshare-button-style0-32 .bds_youdao {
    background-position: 0 -2080px
}

.bdshare-button-style0-32 .bds_wealink {
    background-position: 0 -2184px
}

.bdshare-button-style0-32 .bds_copy {
    background-position: 0 -2288px
}

.bdshare-button-style0-32 .bds_mail {
    background-position: 0 -2340px
}

.bdshare-button-style0-32 .bds_print {
    background-position: 0 -2392px
}

.bdshare-button-style0-32 .bds_mshare {
    background-position: 0 -2444px
}

.bdshare-button-style0-32 .bds_sqq {
    background-position: 0 -2652px
}

.bdshare-button-style0-32 .bds_sdo {
    background-position: 0 -2704px
}

.bdshare-button-style0-32 .bds_qingbiji {
    background-position: 0 -2756px
}

.bdshare-button-style0-32 .bds_people {
    background-position: 0 -2808px
}

.bdshare-button-style0-32 .bds_xinhua {
    background-position: 0 -2912px
}

.bdshare-button-style0-32 .bds_yaolan {
    background-position: 0 -2964px
}

.bdshare-button-style0-32 .bds_thx {
    background-position: 0 -2496px
}

.bdshare-button-style0-32 .bds_bdhome {
    background-position: 0 -156px
}

.bdshare-button-style0-32 .bds_bdxc {
    background-position: 0 -2548px
}

.bdshare-button-style0-32 .bds_bdysc {
    background-position: 0 -3068px
}

.bdshare-button-style0-32 .bds_isohu {
    background-position: 0 -3016px
}

.bdshare-button-style0-32 .bds_ibaidu {
    background-position: 0 -3120px
}

.bdshare-button-style0-32 .bds_weixin {
    background-position: 0 -1612px
}

.bdshare-button-style0-32 .bds_iguba {
    background-position: 0 -1300px
}

.bdshare-button-style0-32 .bds_h163 {
    background-position: 0 -3176px
}

.bdshare-button-style0-32 .bds_evernotecn {
    background-position: 0 -3218px
}

.bdshare-button-style0-32 {
    zoom: 1
}

    .bdshare-button-style0-32:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .bdshare-button-style0-32 a {
        float: left;
        width: 32px;
        line-height: 32px;
        height: 32px;
        background-image: url(../img/share/icons_0_32.png?v=7f3ed0f4.png);
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 6px 6px 6px 0;
        text-indent: -100em;
        overflow: hidden;
        color: #3a8ceb
    }

        .bdshare-button-style0-32 a:hover {
            color: #333;
            opacity: .8;
            filter: alpha(opacity=80)
        }

    .bdshare-button-style0-32 .bds_more {
        color: #333
    }

    .bdshare-button-style0-32 .bds_count {
        color: #333;
        background: url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -60px;
        width: 48px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        text-indent: 0
    }

        .bdshare-button-style0-32 .bds_count:hover {
            background-position: -48px -60px
        }

.bds_tsohu, .bds_tfh, .bds_baidu, .bds_qq, .bds_msn, .bds_sohu, .bds_qy, .bds_leho, .bds_ifeng, .bds_ff, .bds_tuita, .bds_ms, .bds_deli, .bds_s51, .bds_t163, .bds_share189, .bds_xg, .bds_s139 {
    display: none
}

.certificate-footer {
    text-align: center;
}

    .certificate-footer button {
        width: 170px;
        height: 48px;
        line-height: 48px;
        margin-top: 40px;
        font-size: 18px;
        border-style: none;
    }

.top-domain-container .ct-list p {
    overflow: hidden;
}

    .top-domain-container .ct-list p span {
        display: block;
        float: left;
        max-height: 50px;
        max-width: 300px;
        text-align: left;
    }

        .top-domain-container .ct-list p span.tit {
            width: 30%;
            text-align: right;
            margin-left: 20%;
        }

.search-wrap .search-btn {
    width: 15%;
    height: 66px;
    background-color: rgb(24, 222, 230);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    float: left;
    line-height: 66px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    background-image: url(/top/img/icon_search.png);
    background-repeat: no-repeat;
    background-position: 35% 50%;
    transition: all 1s;
}

    .search-wrap .search-btn a {
        display: block;
        height: 100%;
        text-indent: 2em;
        color: #113f6a;
    }

canvas {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.main {
    width: 100% !important;
}


@media screen and (max-width: 1280px) {
    .top-domain-menu-box ul li:not(:last-child) {
        margin-right: 1.3%;
    }

    .certificate-box {
        margin-left: 11%;
    }
}

@media screen and (max-width: 768px) {

    .td-pager-title {
        line-height: 0;
        padding: 20px 0 0 10px;
    }

    .search-wrap-bnt, .search-wrap-title {
        display: none;
    }

    .top-domain-menu-box {
        width: 100%;
    }

        .top-domain-menu-box ul {
            padding: 2%;
            width: 96%;
            overflow: hidden;
        }

            .top-domain-menu-box ul li {
                width: 80px;
                text-align: center;
            }

                .top-domain-menu-box ul li:not(:last-child) {
                    margin-right: 0;
                }

    .top-domain-box2 .td-list-title {
        padding: 14px 0 3px 0;
    }

        .top-domain-box2 .td-list-title span {
            font-size: 18px;
        }

    .top-domain-box2 .top-domain-text {
        padding: 17px 7.5px;
    }

        .top-domain-box2 .top-domain-text ul li {
            width: 50%;
            box-sizing: border-box;
            padding: 0 7.5px 15px 7.5px;
        }

            .top-domain-box2 .top-domain-text ul li .top-domain-text-list {
                padding: 15px 20px;
            }

            .top-domain-box2 .top-domain-text ul li .title {
                font-size: 16px;
                line-height: 20px;
            }

            .top-domain-box2 .top-domain-text ul li .text {
                font-size: 12px;
                margin-bottom: 9px;
            }

            .top-domain-box2 .top-domain-text ul li button {
                width: 100%;
            }

    .certificate-box {
        width: 94%;
        margin: 3%;
    }

    .td-search-input {
        height: 50px;
        width: 70%;
    }

    .top-domain-menu-box a {
        padding: 10px 0 10px 0;
        font-size: 15px;
        width: 80px;
    }

    .search-wrap .search-btn {
        width: 30%;
        height: 50px;
        line-height: 50px;
        background-position: 15% 50%;
    }

        .search-wrap .search-btn a {
            text-align: left;
        }

    .top-domain-container .ct-list p span.tit {
        width: auto;
    }

    .td-pager-bg {
        min-height: 300px;
    }

    .top-domain-box1 .top-domain-banner {
        height: auto;
    }

    .top-domain-box1 .search-wrap {
        padding-top: 0px;
    }

        .top-domain-box1 .search-wrap .search-input-wrap {
            margin: 0 10px 20px 10px;
        }

    .certificate-box .tb-share-box {
        width: auto;
        padding-top: 20px;
        margin-left: 60px;
        position: relative;
        top: auto;
        margin-top: auto;
    }

        .certificate-box .tb-share-box .tb-share-box-img {
            display: inline-block;
            float: left;
            margin: 6px 6px 6px 0;
        }

    .certificate-box .certificate-text {
        padding-top: 50px;
        width: 100%;
    }

        .certificate-box .certificate-text h3 {
            font-size: 22px;
            line-height: 40px;
        }

        .certificate-box .certificate-text .ct-list {
            margin-top: 6px;
        }

            .certificate-box .certificate-text .ct-list p {
                line-height: 20px;
                font-size: 12px;
            }
}
