﻿@font-face {
    font-family: 'iconfont';
    /* project id 1468116 */
    src: url('//at.alicdn.com/t/font_1468116_03fl8a591qow.eot');
    src: url('//at.alicdn.com/t/font_1468116_03fl8a591qow.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1468116_03fl8a591qow.woff2') format('woff2'), url('//at.alicdn.com/t/font_1468116_03fl8a591qow.woff') format('woff'), url('//at.alicdn.com/t/font_1468116_03fl8a591qow.ttf') format('truetype'), url('//at.alicdn.com/t/font_1468116_03fl8a591qow.svg#iconfont') format('svg');
}

.loginDiv {
    width: 20% !important;
    padding-right: 8% !important;
}

.leftbox {
    padding-top: 5%;
    float: left;
    width: 25%;
    height: 50%;
    font-size: 1.5em !important;
}

.rightbox {
    border-left: 1px solid gray;
    padding-left: 2%;
    float: right;
    width: 70%;
    height: 50%;
    font-size: 1.2em !important;
}

.layoutStyle {
    margin-bottom: 2%;
    margin-top: 2%;
}

#footer .footer-top .footer-contact {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white !important;
}

.footer-top .footer-links {
    color: #b4aca8;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footerWidth {
    width: 30% !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fy-nav-item img {
    width: 1.3rem;
    height: 1.3rem;
}

.scrollable-menu {
    height: auto;
    max-height: 405px;
    overflow-x: hidden;
}

#scroll-bar-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: lightgray;
}

#scroll-bar-menu::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#scroll-bar-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #721919;
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #595757;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

body {
    font-family: 'Roboto-Regular', 'Microsoft YaHei';
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.8rem;
    word-break: break-word;
    min-width: 1200px;
}

.none {
    display: none;
}

a:hover {
    text-decoration: none;
    color: #0086cb;
}

.theme {
    color: #0086cb;
}

.red {
    color: #f00;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.clearfix:before,
.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.relative {
    position: relative;
}

.hidden {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.overflow-text3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.overflow-text2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.container-grid {
    padding: 0 20px;
}

    .container-grid .grid-box {
        margin: 0 -40px;
    }

        .container-grid .grid-box:before,
        .container-grid .grid-box:after {
            content: '';
            clear: both;
            display: table;
        }

        .container-grid .grid-box .grid-item {
            width: 100%;
            float: left;
            padding: 0 20px 20px 20px;
            box-sizing: border-box;
        }

    .container-grid .grid-box-2 .grid-item {
        width: 50%;
    }

    .container-grid .grid-box-3 .grid-item {
        width: 33.33333333%;
    }

    .container-grid .grid-box-4 .grid-item {
        width: 25%;
    }

    .container-grid .grid-box-5 .grid-item {
        width: 20%;
    }

.btn-lg-block {
    display: block;
}

/*Roboto-Black*/
@font-face {
    font-family: 'Roboto-Black';
    /* project id 1468116 */
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

.roboto-black {
    font-family: "Roboto-Black" !important;
    font-style: normal;
}
/*Roboto-Bold*/
@font-face {
    font-family: 'Roboto-Bold';
    /* project id 1468116 */
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto-Bold" !important;
    font-style: normal;
}
/*Roboto-MediumItalic*/
@font-face {
    font-family: 'Roboto-MediumItalic';
    /* project id 1468116 */
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
}

.roboto-mediumItalic {
    font-family: "Roboto-MediumItalic" !important;
    font-style: normal;
}
/*Roboto-MediumItalic*/
@font-face {
    font-family: 'Roboto-Medium';
    /* project id 1468116 */
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

.roboto-medium {
    font-family: "Roboto-Medium" !important;
    font-style: normal;
}
/*Roboto-Regular*/
@font-face {
    font-family: 'Roboto-Regular';
    /* project id 1468116 */
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

.roboto-regular {
    font-family: "Roboto-Regular" !important;
    font-style: normal;
}
/*BitScript*/
@font-face {
    font-family: 'BitScript';
    /* project id 1468116 */
    src: url('../fonts/Bit-Script.ttf') format('truetype');
}

.BitScript {
    font-family: "BitScript" !important;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: 100%;
    }

    .m-style {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .wap-show {
        display: block;
    }

    .wap-hide {
        display: none;
    }

    .wap-inline-block-show {
        display: inline-block;
    }
}

header {
    font-size: 0.7rem;
    line-height: 1rem;
    background-color: white;
    box-sizing: border-box;
}

    header .header-box {
        padding: 15px;
        box-sizing: border-box;
    }

    header .w1200 {
        width: 100%;
    }

    header .org-call {
        color: #999;
        font-size: 0.7rem;
    }

        header .org-call:last-child {
            padding-left: 15px;
            margin-left: 15px;
            border-left: 1px solid #ddd;
        }

        header .org-call i {
            margin-right: 5px;
            font-size: 0.7rem;
        }

        header .org-call:hover {
            color: #5181f1;
        }

    header .btn-box {
        font-size: 0.7rem;
    }

        header .btn-box span {
            padding: 0 3px;
            color: #999999;
            position: relative;
            top: -1px;
        }

.logo-img {
    height: 100px;
}
/*æœç´¢*/
.search-header {
    /*height: 115px;*/
    padding-bottom: 1% !important;
    padding-right: 8% !important;
}

.search-box {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    width: 425px;
    /*margin-top: 34px;*/
}

.search-select {
    font-size: 12px;
    display: inline-block;
    width: 90px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-right: 5px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    color: #666;
    cursor: pointer;
    top: -1px;
}

    .search-select:after {
        content: '\e638';
        float: right;
        font-size: 14px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        font-family: 'iconfont';
        position: absolute;
        top: -1px;
        right: 5px;
        color: #999;
    }

    .search-select .search-list {
        display: none;
        border: 1px solid #ddd;
        background-color: #fff;
        position: absolute;
        z-index: 99;
        top: 100%;
        left: -1px;
        width: 100%;
        line-height: 35px;
        border-bottom: 0;
    }

        .search-select .search-list li {
            border-bottom: 1px solid #ddd;
        }

            .search-select .search-list li:hover {
                background-color: #eee;
            }

.search {
    width: 275px;
    outline: none;
    border: 0;
    padding-left: 10px;
    line-height: 1;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

::placeholder {
    font-size: 12px;
    color: #ddd;
}

.search-icon {
    color: #aaa;
    margin-right: 15px;
    cursor: pointer;
}
/*ç™»å½•æˆåŠŸåŽçš„æ ·å¼*/
.fy-nav-item {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 15px;
    height: 35px;
}

    .fy-nav-item img {
        width: 1.1rem;
        height: 1.1rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .fy-nav-item .fy-user-name {
        margin-top: 2px;
        display: inline-block;
        margin-left: 7px;
    }

    .fy-nav-item .iconfont {
        font-size: 0.7rem;
        color: #777;
        margin-left: 5px;
        position: relative;
        top: 3px;
    }

    .fy-nav-item .fy-user-info {
        display: none;
        position: absolute;
        z-index: 98;
        right: 0;
        top: 30px;
        border: 1px solid #eee;
        width: 150px;
        background-color: #fff;
    }

        .fy-nav-item .fy-user-info:before {
            content: '';
            position: absolute;
            top: -16px;
            right: 30px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
            border-width: 8px 8px 8px 8px;
        }

        .fy-nav-item .fy-user-info a {
            font-size: 14px;
            text-align: center;
            display: block;
            line-height: 40px;
            border-bottom: 1px solid #eee;
        }

            .fy-nav-item .fy-user-info a:last-child {
                border-bottom: 0;
            }
/*å¯¼èˆªæ ·å¼*/
nav {
    background-color: #721919;
    line-height: 69px;
    font-size: 0.9rem;
    position: relative;
    width: 100%;
}

    nav .logo {
        position: absolute !important;
        top: -100px;
    }

    nav.active_pc {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        -webkit-animation: navAnim 0.5s linear;
        -o-animation: navAnim 0.5s linear;
        animation: navAnim 0.5s linear;
    }

        nav.active_pc .logo {
            display: none;
        }

    nav .nav-content li {
        float: left;
        padding: 0 35px;
        position: relative;
    }

        nav .nav-content li > a {
            color: #fff;
            margin: 0 30px;
            line-height: 45px;
            height: 45px;
            display: inline-block;
            z-index: 2;
            position: relative;
        }

        nav .nav-content li.active > a:before,
        nav .nav-content li:hover > a:before {
            content: '';
            border-bottom: 2px solid #fff;
            width: 30px;
            height: 0;
            position: absolute;
            left: 50%;
            margin-left: -16px;
            bottom: 0;
        }

        nav .nav-content li:first-child {
            padding-left: 0;
        }

        nav .nav-content li .nav-child-box {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 200px;
            background-color: #b44343;
            z-index: 99;
        }

            nav .nav-content li .nav-child-box li {
                width: 100%;
                font-size: 14px;
                padding: 0;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

                nav .nav-content li .nav-child-box li a {
                    padding: 7px 15px;
                    text-align: left;
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 1;
                    margin: 0;
                }

                nav .nav-content li .nav-child-box li.active,
                nav .nav-content li .nav-child-box li:hover {
                    background-color: #721919;
                }

                    nav .nav-content li .nav-child-box li.active a:before,
                    nav .nav-content li .nav-child-box li:hover a:before {
                        border: 0;
                    }

    nav .nav-content .first-navitem {
        padding-left: 0;
    }

        nav .nav-content .first-navitem a {
            margin-left: 0;
        }

.video-icon {
    margin-top: 10px;
    border-top: 1px solid rgba(123, 161, 199, 0.2);
    padding-top: 15px;
    color: #343434;
}

    .video-icon .iconfont {
        font-weight: bold;
        font-size: 14px;
        margin-right: 2px;
    }

    .video-icon p span:last-child {
        margin-left: 10px;
    }
/*åˆ†é¡µæ ·å¼*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #6da6f9;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #6da6f9;
        border-color: #6da6f9;
    }

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }

    .w1200 {
        width: 100%;
    }

    .wap-show {
        display: block;
    }

    .wap-inline-block-show {
        display: inline-block;
    }
}

.alertTip {
    padding: 20px;
    background-color: #1d3565;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 999;
    line-height: 22px;
}

    .alertTip .alert-btn {
        padding: 3px 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-left: 5px;
        background-color: #fff;
    }
/*é¡µè„š*/
footer {
    background-color: #721919;
    padding: 30px 0 30px 0;
}

    footer .footer-title {
        margin-bottom: 20px;
        font-size: 0.8rem;
        color: #fff;
    }

    footer .footer-item {
        margin-left: 20px;
    }

        footer .footer-item:first-child {
            margin-left: 0;
        }

        footer .footer-item h2 {
            font-size: 0.75rem;
            color: #fff;
            margin-bottom: 20px;
        }

        footer .footer-item .fi-ul {
            float: left;
            margin-right: 20px;
        }

            footer .footer-item .fi-ul li {
                font-size: 12px;
                line-height: 25px;
            }

                footer .footer-item .fi-ul li a {
                    color: #fff;
                }

    footer .erweima {
        margin-left: 30px;
        margin-top: -30px;
    }

        footer .erweima:last-child {
            margin-right: 0;
        }

.facebook-icon,
.tt-icon,
.in-icon,
.rg-icon {
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'iconfont';
}

    .facebook-icon:before,
    .tt-icon:before,
    .in-icon:before,
    .rg-icon:before {
        font-size: 36px;
        position: relative;
        left: -1px;
        top: -1px;
    }

.facebook-icon {
    color: #365493;
}

    .facebook-icon:before {
        content: '\e624';
    }

.tt-icon {
    color: #33ccff;
}

    .tt-icon:before {
        content: '\e65d';
    }

.in-icon {
    color: #0073b0;
}

    .in-icon:before {
        content: '\e606';
    }

.rg-icon {
    color: #00ccbb;
}

    .rg-icon:before {
        content: '\e607';
    }
/*é¡µè„š*/
/*é¡µè„š2*/
.footer2 {
    background-color: #721919;
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgba(241, 241, 241, 0.29);
}

    .footer2 .ga {
        width: 16px;
        position: relative;
        top: 3px;
    }
/*é¡µè„š2*/
/*ç§»åŠ¨ç«¯æ ·å¼*/
@media screen and (max-width: 768px) {
    html {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }

    .loginDiv {
        width: 50% !important;
        padding-right: 0px !important;
    }

    .leftbox {
        width: 30% !important;
    }

    .rightbox {
        width: 60% !important;
    }
    .footerWidth {
    width: 100% !important;
}
    .search-header {
        height: auto;
        padding: 15px 0;
    }

        .search-header .search-box {
            display: block;
            width: calc(100% - 30px);
            margin: 0 auto;
            float: none;
        }

            .search-header .search-box .search {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: calc(100% - 130px);
            }
    /*å¤´éƒ¨*/
    header .org-call:last-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    header .menu-btn {
        font-size: 0.8rem;
        margin-right: 5px;
        margin-top: 1px;
        color: #595757;
        z-index: 99;
        margin-left: 15px;
    }

        header .menu-btn:before {
            content: '\e642';
        }

    .fy-nav-item {
        top: 13px;
        right: 3rem;
    }
    /*å¯¼èˆª*/
    nav {
        line-height: 45px;
        font-size: 15px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        nav.active {
            -webkit-transform: translate3d(0%, 0, 0);
            -moz-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
            -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
        }

        nav .close-menu-btn {
            color: #fff;
            margin-right: 15px;
            font-size: 22px;
        }

        nav .nav-content {
            background-color: #0086cb;
            position: fixed;
            left: 0;
            top: 0;
            height: 100%;
            width: 200px;
        }

            nav .nav-content .logo {
                position: static !important;
                background-color: #fff;
                padding: 15px 0;
            }

                nav .nav-content .logo .logo-img {
                    max-width: 90%;
                    display: block;
                    height: auto;
                    margin: 0 auto;
                }

            nav .nav-content li {
                padding: 0;
                display: block;
                float: none;
            }

                nav .nav-content li a {
                    padding: 0 20px;
                    line-height: 45px;
                    height: 45px;
                    margin: 0;
                    display: block;
                    text-align: left;
                }

                nav .nav-content li.active,
                nav .nav-content li:hover {
                    -webkit-animation: none;
                    -o-animation: none;
                    animation: none;
                    background-color: #2e9fda;
                }

                    nav .nav-content li.active:before,
                    nav .nav-content li:hover:before {
                        border: 0;
                    }

        nav .nav-child-box {
            position: static !important;
        }

            nav .nav-child-box li a {
                padding: 0 0 0 30px !important;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                text-align: left !important;
            }
    /*é¡µè„š*/
    footer {
        padding: 30px 15px;
    }

        footer .footer-item {
            margin-bottom: 30px;
            margin-left: 50px;
            float: none;
            margin-left: 0;
        }

        footer .erweima {
            float: none;
            margin-left: 0;
        }

            footer .erweima img {
                display: block;
                margin: 0 auto;
                width: 70px;
            }

        footer .footer-logo {
            display: block;
            float: none;
            margin: 20px auto 0;
            width: 140px;
        }

            footer .footer-logo img {
                max-width: 100%;
            }
    /*é¡µè„š*/
    /*é¡µè„š2*/
    .footer2 span {
        display: block;
        margin: 5px 0 0 0 !important;
    }
    /*é¡µè„š2*/
}

@media screen and (min-width: 769px) {
    html {
        font-size: 20px !important;
    }
}
/*åŠ¨ç”»åº“*/
@-webkit-keyframes nav_hover_ani {
    0% {
        height: 0;
    }

    100% {
        height: 69px;
    }
}

@keyframes nav_hover_ani {
    0% {
        height: 0;
    }

    100% {
        height: 69px;
    }
}

.nav_hover_ani {
    -webkit-animation-name: nav_hover_ani;
    animation-name: nav_hover_ani;
}

@keyframes navAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes navAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}


/*# sourceMappingURL=layout.css.map */
