﻿body, html {
    color: #505050;
    line-height: 1.75em;
    /*background: #ebebeb;*/
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei","Microsoft YaHei UI","Microsoft YaHei",sans-serif
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: 400;*/
    color: rgb(0, 102, 153);
}

h1 {
    font-size: 1.8em
}

h2 {
    font-size: 2.5em
}

h3 {
    font-size: 2em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .75em
}

a {
    color: #f4645f;
    outline: 0
}

    a:hover {
        color: #f4645f
    }

    a img, a:active, a:focus {
        outline: 0
    }

.btn {
    padding: 7px 14px;
    border-radius: 2px
}

.btn-default {
    border: 1px solid #f4645f;
    background: #f4645f;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .btn-default:hover {
        border: 1px solid #303030;
        background: #303030;
        color: #fff
    }

    .btn-default:focus {
        outline: 0
    }

    .btn-default[disabled] {
        border: 1px solid #303030;
        background: #303030;
        color: #fff
    }

input[type=email], input[type=search], input[type=text], input[type=url], textarea {
    padding: 7px 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

    input[type=email]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
        border: 1px solid #f4645f;
        outline: 0
    }

blockquote {
    border-left: 4px solid #f4645f
}

pre {
    padding: 0;
    background: 0 0;
    border: none
}

::-moz-selection {
    color: #fff;
    background: #f4645f;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #f4645f;
    text-shadow: none
}

.main-header {
    text-align: center;
    /*padding: 42px 0;*/
    background: #0f076a;
    height: 360px;
    background-position: center;
    background-size: auto auto;
    background-repeat: no-repeat;
}

    .main-header .branding {
        font-size: 3.5em;
        color: #303030
    }

        .main-header .branding:hover {
            text-decoration: none
        }

        .main-header .branding img {
            max-width: 100%
        }

    .main-header h1 {
        color: #fff
    }

.btn-doc {
    position: relative;
    bottom: -40px;
    border: 1px solid #f1362f;
    background-color: transparent
}

@media only screen and (max-width:767px) {
    .btn-doc {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
}

.home-template .main-header {
    padding-top: 62px;
    padding-bottom: 62px;
    background-repeat: no-repeat;
    background-position: center 20%;
    -webkit-background-size: cover;
    background-size: cover
}

.main-navigation {
    text-align: center;
    position: fixed;
    opacity: 0.8;
    z-index: 99999;
    right: 0;
    left: 0;
    background: rgba(82,159,230,1);
    /*border-top: 1px solid #ebebeb;*/
    /*margin-bottom: 40px;*/
    /*border-bottom: 2px solid #e1e1e1*/
}

.navigation2 {
    height: 40px;
}

@media only screen and (max-width:767px) {
    .navigation2 {
        height: 55px;
    }
}

.main-navigation .menu {
    padding: 0;
    margin: 0
}

    .main-navigation .menu li {
        list-style: none;
        display: inline-block;
        position: relative
    }

        .main-navigation .menu li.active {
            background: #39a4dc;
        }

        .main-navigation .menu li.nav-current {
            border-bottom: 2px solid #f4645f;
            margin-bottom: -2px
        }

        .main-navigation .menu li.red-dot:after {
            content: '';
            display: block;
            background: red;
            border-radius: 50%;
            width: .6em;
            height: .6em;
            top: 30%;
            right: 11px;
            position: absolute
        }

        .main-navigation .menu li a {
            color: #505050;
            line-height: 4em;
            display: block;
            padding: 0 21px;
            font: 16px/40px "微软雅黑";
            color: #ffffff;
        }

        .main-navigation .menu li:hover > a {
            /*color: #f4645f;*/
            background: #39a4dc;
            text-decoration: none
        }

        .main-navigation .menu li ul {
            visibility: hidden;
            background: #fff;
            text-align: left;
            padding: 7px 0 0 0;
            margin: 0;
            position: absolute;
            left: 0;
            top: 120%;
            width: 200px;
            z-index: 999;
            opacity: 0;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease
        }

            .main-navigation .menu li ul li {
                display: block;
                margin: 0
            }

                .main-navigation .menu li ul li a {
                    line-height: 2.5em;
                    color: #505050
                }

            .main-navigation .menu li ul:hover > a {
                color: #f4645f
            }

        .main-navigation .menu li:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%
        }

@media (max-width:767px) {
    .main-navigation {
        text-align: left
    }

        .main-navigation .menu li {
            display: block
        }

            .main-navigation .menu li:hover > a {
                color: #f4645f;
                text-decoration: none
            }

            .main-navigation .menu li ul {
                visibility: visible;
                padding: 0 0 0 20px;
                margin: 0;
                position: relative;
                top: 0;
                width: 100%;
                opacity: 1
            }
}

.navbar-header {
    text-align: center
}

    .navbar-header i {
        height: 56px;
        line-height: 56px;
        font-size: 2em;
        cursor: pointer
    }

@media (min-width:768px) {
    .nav-toggle-button {
        display: none
    }
}

.post {
    background: #fff;
    /*padding: 30px;*/
    /*margin: 7px auto;*/
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .post .featured {
        position: absolute;
        background: #f4645f;
        color: #fff;
        text-align: center;
        top: -12px;
        right: -32px;
        width: 80px;
        height: 40px;
        line-height: 54px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .post .featured i {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .post .post-head {
        text-align: center
    }

        .post .post-head .post-title {
            margin: 0;
            font-size: 2em;
            line-height: 1.2em
        }

            .post .post-head .post-title a {
                color: #303030
            }

                .post .post-head .post-title a:focus, .post .post-head .post-title a:hover {
                    text-decoration: none
                }

        .post .post-head .post-meta {
            color: #959595;
            margin: 14px 0 0
        }

            .post .post-head .post-meta span {
                margin: 0 7px;
                white-space: nowrap
            }

    .post .featured-media {
        margin-top: 30px;
        overflow: hidden
    }

        .post .featured-media img {
            width: 100%
        }

    .post .post-content {
        margin: 30px 0
    }

    .post .post-footer {
        margin-top: 30px;
        border-top: 1px solid #ebebeb;
        padding: 21px 0 0
    }

        .post .post-footer .tag-list {
            color: #959595;
            line-height: 28px
        }

            .post .post-footer .tag-list a {
                color: #959595;
                margin-left: 7px
            }

                .post .post-footer .tag-list a:hover {
                    color: #f4645f
                }

.post-content {
    font: 400 18px/1.62 Georgia,"Xin Gothic","Hiragino Sans GB","Droid Sans Fallback","Microsoft YaHei",sans-serif;
    color: #444443
}

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
        font-family: Georgia,"Xin Gothic","Hiragino Sans GB","Droid Sans Fallback","Microsoft YaHei",SimSun,sans-serif;
        color: #222223
    }

    .post-content h1 {
        font-size: 1.8em;
        margin: .67em 0
    }

    .post-content > h1 {
        margin-top: 0;
        font-size: 2em
    }

    .post-content h2 {
        font-size: 1.5em;
        margin: .83em 0
    }

    .post-content h3 {
        font-size: 1.17em;
        margin: 1em 0
    }

    .post-content h4, .post-content h5, .post-content h6 {
        font-size: 1em;
        margin: 1.6em 0 1em 0
    }

    .post-content h6 {
        font-weight: 500
    }

    .post-content p {
        margin-top: 0;
        margin-bottom: 1.46em
    }

    .post-content a {
        word-wrap: break-word;
        -moz-text-decoration-color: rgba(0,0,0,.4);
        -webkit-text-decoration-color: rgba(0,0,0,.4);
        text-decoration-color: rgba(0,0,0,.4)
    }

        .post-content a:hover {
            -moz-text-decoration-color: rgba(0,0,0,.6);
            -webkit-text-decoration-color: rgba(0,0,0,.6);
            text-decoration-color: rgba(0,0,0,.6)
        }

        .post-content a img {
            border: none
        }

    .post-content b, .post-content strong {
        font-weight: 700;
        color: #222223
    }

    .post-content em, .post-content i {
        font-style: italic;
        color: #222223
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        margin: .2em 0
    }

    .post-content figure {
        position: relative;
        clear: both;
        outline: 0;
        margin: 10px 0 30px;
        padding: 0;
        min-height: 100px
    }

        .post-content figure img {
            display: block;
            max-width: 100%;
            margin: auto auto 4px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .post-content figure figcaption {
            position: relative;
            width: 100%;
            text-align: center;
            left: 0;
            margin-top: 10px;
            font-weight: 400;
            font-size: 14px;
            color: #666665
        }

            .post-content figure figcaption a {
                text-decoration: none;
                color: #666665
            }

    .post-content hr {
        display: block;
        width: 50%;
        height: 1px;
        border: 0 none;
        border-top: #dededc 1px solid;
        margin: 3.2em auto;
        padding: 0
    }

    .post-content blockquote {
        margin: 0 0 1.64em 0;
        border-left: 3px solid #f4645f;
        padding-left: 12px;
        color: #666664
    }

        .post-content blockquote a {
            color: #666664
        }

    .post-content ol, .post-content ul {
        margin: 0 0 24px 6px;
        padding-left: 16px
    }

    .post-content ul {
        list-style-type: square
    }

    .post-content ol {
        list-style-type: decimal
    }

    .post-content li {
        margin-bottom: .2em
    }

        .post-content li ol, .post-content li ul {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 14px
        }

        .post-content li ul {
            list-style-type: disc
        }

            .post-content li ul ul {
                list-style-type: circle
            }

        .post-content li p {
            margin: .4em 0 .6em
        }

    .post-content .unstyled {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .post-content code, .post-content tt {
        color: grey;
        font-size: .96em;
        background-color: #f9f9f7;
        padding: 1px 2px;
        border: 1px solid #dadada;
        border-radius: 3px;
        font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
        word-wrap: break-word
    }

    .post-content pre {
        margin: 1.64em 0;
        padding: 7px;
        border: none;
        border-left: 3px solid #dadada;
        padding-left: 10px;
        overflow: auto;
        line-height: 1.5;
        font-size: .96em;
        font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
        color: #4c4c4c;
        background-color: #f9f9f7
    }

        .post-content pre code, .post-content pre tt {
            color: #4c4c4c;
            border: none;
            background: 0 0;
            padding: 0
        }

    .post-content table {
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1.5em;
        font-size: .96em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .post-content td, .post-content th {
        text-align: left;
        padding: 4px 8px 4px 10px;
        border: 1px solid #dadada
    }

    .post-content td {
        vertical-align: top
    }

    .post-content tr:nth-child(even) {
        background-color: #efefee
    }

    .post-content iframe {
        display: block;
        max-width: 100%;
        margin-bottom: 30px
    }

    .post-content figure iframe {
        margin: auto
    }

    .post-content table pre {
        margin: 0;
        padding: 0;
        border: none;
        background: 0 0
    }

@media (min-width:1100px) {
    .post-content blockquote {
        margin-left: -24px;
        padding-left: 20px;
        border-width: 4px
    }

        .post-content blockquote blockquote {
            margin-left: 0
        }

    .post-content figure img {
        margin: 0 0 4px
    }

    .post-content figure figcaption {
        position: absolute;
        left: -172px;
        width: 150px;
        top: 0;
        text-align: right;
        margin-top: 0
    }

        .post-content figure figcaption:before {
            width: 25%;
            margin-left: 75%;
            border-top: 1px solid #dededc;
            display: block;
            content: "";
            margin-bottom: 10px
        }
}

.windows .post-content {
    font-size: 16px;
    font-family: Georgia,SimSun,sans-serif
}

.pagination {
    margin: 0 0 35px;
    text-align: center;
    display: block
}

    .pagination a {
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #f4645f;
        border-radius: 2px
    }

        .pagination a a:hover {
            background: #505050;
            text-decoration: none;
            color: #fff
        }

        .pagination a i {
            width: 36px;
            height: 36px;
            line-height: 36px
        }

    .pagination .page-number {
        background: #f4645f;
        color: #fff;
        margin: 0 3px;
        display: inline-block;
        line-height: 36px;
        padding: 0 14px;
        border-radius: 2px
    }

.about-author {
    background: #fff;
    padding: 35px;
    margin-bottom: 35px
}

    .about-author .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

    .about-author .details {
        margin-left: 114px
    }

    .about-author .author {
        font-size: 1.5em;
        margin-bottom: 7px
    }

        .about-author .author a:hover {
            text-decoration: none
        }

    .about-author .meta-info {
        color: #959595;
        margin-bottom: 7px
    }

        .about-author .meta-info span {
            margin-right: 14px;
            white-space: nowrap
        }

            .about-author .meta-info span i {
                margin-right: 7px
            }

.prev-next-wrap {
    margin-bottom: 35px;
    text-align: center
}

@media (max-width:767px) {
    .prev-next-wrap a {
        display: block
    }
}

.sidebar .widget {
    background: #fff;
}

.main-footer .widget {
    padding: 0 30px
}

.widget {
    /*margin-bottom: 20px;*/
    padding: 10px;
    border-radius: 4px;
}

    .widget .content {
        padding: 15px 0;
    }

    .widget .line {
        margin-top: 0;
        padding-bottom: 7px;
        border-bottom: 1px solid #ccc;
        /*margin-bottom: 21px;*/
        position: relative
    }

        .widget .line:after {
            content: "";
            width: 100px;
            height: 4px;
            background: #1a599a;
            position: absolute;
            left: 0;
            bottom: -1px
        }

    .widget .line2 {
        margin-top: 0;
        padding-bottom: 7px;
        border-bottom: 2px solid #1a599a;
        /*margin-bottom: 21px;*/
        position: relative
    }

        .widget .line2:after {
            content: "";
            width: 100px;
            height: 4px;
            background: #1a599a;
            position: absolute;
            left: 0;
            bottom: -1px
        }

    .widget h4 {
        color: #1a599a;
        font: 22px/30px "微软雅黑";
        margin: auto;
    }

    .widget h5 {
        color: rgb(153, 153, 153);
        font: 14px/14px 微软雅黑;
    }

    .widget .recent-post .recent-single-post {
        border-bottom: 1px dashed #ebebeb;
        padding-bottom: 14px;
        margin-bottom: 14px
    }

        .widget .recent-post .recent-single-post:last-child {
            margin-bottom: 0
        }

        .widget .recent-post .recent-single-post .post-title {
            color: #505050;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease
        }

            .widget .recent-post .recent-single-post .post-title:hover {
                color: #f4645f;
                text-decoration: none
            }

        .widget .recent-post .recent-single-post .date {
            color: #959595
        }

    .widget .tag-cloud a {
        border: 1px solid #ebebeb;
        padding: 2px 7px;
        color: #959595;
        line-height: 1.5em;
        display: inline-block;
        margin: 0 7px 7px 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

        .widget .tag-cloud a:hover {
            color: #fff;
            background: #f4645f;
            border: 1px solid #f4645f;
            text-decoration: none
        }

    .widget .social {
        padding: 0;
        margin: 0
    }

        .widget .social li {
            display: inline-block;
            margin: 0 2px 5px 0;
            text-align: center
        }

            .widget .social li a i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                border: 1px solid #ebebeb;
                color: #959595;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s
            }

            .widget .social li:hover i {
                color: #fff;
                background: #f4645f;
                border: 1px solid #f4645f
            }

    .widget .newsletter .input-group {
        margin-bottom: 10px;
        display: block
    }

        .widget .newsletter .input-group .email, .widget .newsletter .input-group btn {
            width: 100%
        }

    .widget .ad {
        text-align: center
    }

        .widget .ad img {
            max-width: 100%
        }

.cover {
    text-align: center;
    background: #fff;
    padding: 35px;
    margin-bottom: 35px
}

    .cover .tag-name {
        margin-top: 0
    }

    .cover .post-count {
        margin-top: 7px;
        color: #959595
    }

    .cover .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

    .cover .meta-info {
        color: #959595
    }

        .cover .meta-info span {
            margin: 0 7px
        }

            .cover .meta-info span i {
                margin-right: 7px
            }

    .cover .bio {
        margin-top: 7px
    }

.main-footer {
    /*background: #202020;*/
    padding: 35px 0 0;
    color: #959595
}

    .main-footer .widget .title {
        color: #fff;
        border-bottom: 1px solid #303030
    }

    .main-footer .widget .tag-cloud a {
        border: 1px solid #303030
    }

        .main-footer .widget .tag-cloud a:hover {
            border: 1px solid #f4645f
        }

    .main-footer .widget .friend-links a {
        border: none
    }

        .main-footer .widget .friend-links a:hover {
            border: none
        }

    .main-footer .widget .friend-links hr {
        margin: 1em 0;
        border-top: 1px dashed #303030
    }

    .main-footer .widget .recent-post .recent-single-post {
        border-bottom: 1px dashed #303030
    }

        .main-footer .widget .recent-post .recent-single-post .post-title {
            color: #959595
        }

            .main-footer .widget .recent-post .recent-single-post .post-title:hover {
                color: #f4645f
            }

        .main-footer .widget .recent-post .recent-single-post .date {
            color: #505050
        }

.copyright {
    background: #060144;
    font: 12px/30px 微软雅黑;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #303030
}

    .copyright span {
        margin: 0 .5em
    }

    .copyright a {
        color: rgb(255, 255, 255);
        text-align: center;
        font: 12px/30px 微软雅黑;
    }

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(244,100,95,.6);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    display: none
}

    #back-to-top:hover {
        background: #f4645f
    }

    #back-to-top i {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

.round {
    width: 670px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .round .hd {
        width: 670px;
        height: 72px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.3)
    }

        .round .hd ul {
            overflow: hidden;
            zoom: 1;
            position: absolute;
            top: 30px;
            right: 24px
        }

            .round .hd ul li {
                float: left;
                margin-right: 6px;
                width: 10px;
                height: 10px;
                background: #fff;
                cursor: pointer;
                border-radius: 50%;
            }

                .round .hd ul li.on {
                    background: #39a4dc;
                }

    .round .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .round .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .round .bd img {
            width: 670px;
            height: 340px;
            display: block;
        }

    .round .prev,
    .round .next {
        width: 60px;
        height: 80px;
        position: absolute;
        top: 50%;
        margin-top: -40px;
        display: block;
        background: rgba(0, 0, 0, 0.3);
    }

    .round .next {
        right: 0;
    }

        .round .prev img,
        .round .next img {
            position: absolute;
            top: 18px;
            left: 18px;
            opacity: 0.6;
        }

        .round .prev:hover,
        .round .next:hover {
            background: rgba(0, 0, 0, 0.7);
        }

            .round .prev:hover img,
            .round .next:hover img {
                opacity: 1;
            }

    .round .prevStop {
        display: none;
    }

    .round .nextStop {
        display: none;
    }

    .round .blue {
        width: 6px;
        height: 52px;
        background: #39a4dc;
        position: absolute;
        top: 10px;
    }

/* 焦点图 */
.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    background: #fff;
    margin-top: 7px;
}

    .focusBox .pic {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .focusBox .txt-bg {
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 36px;
        width: 100%;
        background: #333;
        filter: alpha(opacity=40);
        opacity: 0.4;
        overflow: hidden;
    }

    .focusBox .txt {
        position: absolute;
        bottom: 0;
        z-index: 2;
        height: 36px;
        width: 100%;
        overflow: hidden;
    }

        .focusBox .txt li {
            height: 36px;
            line-height: 36px;
            position: absolute;
            bottom: -36px;
            list-style-type: none;
        }

            .focusBox .txt li a {
                display: block;
                color: white;
                padding: 0 0 0 10px;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
            }

    .focusBox .num {
        position: absolute;
        z-index: 3;
        bottom: 0px;
        right: 8px;
    }

        .focusBox .num li {
            float: left;
            position: relative;
            width: 18px;
            height: 15px;
            line-height: 15px;
            overflow: hidden;
            text-align: center;
            margin-right: 1px;
            cursor: pointer;
        }

            .focusBox .num li a, .focusBox .num li span {
                position: absolute;
                z-index: 2;
                display: block;
                color: white;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                text-decoration: none;
            }

            .focusBox .num li span {
                z-index: 1;
                background: black;
                filter: alpha(opacity=50);
                opacity: 0.5;
            }

            .focusBox .num li.on a, .focusBox .num a:hover {
                background: #f60;
            }

@media only screen and (min-width:1000px) {
    .focusBox .pic img {
        width: 100%;
        height: 340px;
    }
}

@media only screen and (max-width:1000px) {
    .focusBox .pic img {
        width: 100%;
        height: 170px;
    }
}

/*功能模块样式*/
.side-nav {
    width: 50px;
    /*height: 320px;*/
    position: fixed;
    right: 2%;
    z-index: 99999;
}

    .side-nav ul {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .side-nav ul li {
            list-style-type: none;
        }

            .side-nav ul li .icon {
                width: 24px;
                height: 24px;
                margin: 0 auto;
                background: url(../images/icon.png)no-repeat;
            }

            .side-nav ul li a {
                font: 10px/20px "微软雅黑";
                color: #fff;
                text-align: center;
                display: block;
                width: auto;
                height: auto;
                background: #4473c2;
                border-radius: 2px;
                padding-top: 6px;
                margin-bottom: 4px;
            }

            .side-nav ul li .icon-1 {
                background-position: 0 0;
            }

            .side-nav ul li .icon-2 {
                background-position: 0 -24px;
            }

            .side-nav ul li .icon-3 {
                background-position: 0 -48px;
            }

            .side-nav ul li .icon-4 {
                background-position: 0 -74px;
            }

            .side-nav ul li .icon-5 {
                background-position: 0 -99px;
            }

            .side-nav ul li .icon-6 {
                background-position: 0 -124px;
            }

            .side-nav ul li a:hover {
                background: #18448e;
            }

/*模块样式*/
.modular {
    width: 100%;
    height: 100%;
    margin: 25px auto;
    display: inline-block;
    /*text-align: center;*/
}

    .modular ul {
        width: auto;
        height: auto;
        display: inline-block;
        padding: 0 40px;
        margin: auto;
    }

    .modular li {
        float: left;
        margin: 10px 12px;
        cursor: pointer;
        list-style: none;
    }

        .modular li a {
            text-decoration: none;
        }

.top {
    width: 120px;
    height: 120px;
}

.bottom {
    width: 120px;
    height: 40px;
    margin-top: 10px;
    font: 18px/40px "微软雅黑";
    color: #ffffff;
    text-align: center;
}

.landing {
}

    .landing .top, .landing .bottom {
        background: #47b1e8;
    }

        .landing .bottom:hover {
            border: 2px solid #259bd8;
            width: 120px;
            height: 40px;
            background: #ffffff;
            color: #47b1e8;
        }

.tougao .top, .tougao .bottom {
    background: #259bd8;
}

.tougao {
    margin-left: 180px;
}

.modularicon {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../images/sprite-2.png) 1px 0px;
}


.landing .top:hover {
    width: 120px;
    height: 120px;
    border: 2px solid #259bd8;
    /*background: #078ddb;*/
}

    .landing .top:hover .modularicon {
        width: 80px;
        height: 80px;
        background: url(../images/sprite-2.png) 128px 0px;
    }

    .landing .top:hover .onlineSubmission {
        background-position: 130px -89px;
    }

    .landing .top:hover .personalRegist {
        background-position: 130px -180px;
    }

    .landing .top:hover .teamRegist {
        background-position: 130px -270px;
    }

    .landing .top:hover .accommodation {
        background-position: 131px -361px;
    }

    .landing .top:hover .scheduleQuery {
        background-position: 130px -453px;
    }

    .landing .top:hover .paperQuery {
        background-position: 130px -548px;
    }

.one {
    background-position: 0 6px;
}

.onlineSubmission {
    background-position: 1px -89px;
}

.personalRegist {
    background-position: 1px -180px;
}

.accommodation {
    background-position: 1px -361px;
}

.scheduleQuery {
    background-position: 1px -453px;
}

.teamRegist {
    background-position: 1px -271px;
}

.paperQuery {
    background-position: 1px -548px;
}

.shortcut2 {
    /*width: 100%;
    height: 100%;
    text-align: center;*/
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

    .shortcut2 ul {
        /*width: 100%;
        height: 100%;
        padding: 0;
        margin: auto;
        display: inline-block;*/
        width: auto;
        height: auto;
        display: inline-block;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    .shortcut2 li {
        float: left;
        margin: 10px 25px;
        cursor: pointer;
    }

@media only screen and (min-width:1200px) {
    .shortcut2 li {
        margin: 10px 30px;
    }
}

@media only screen and (min-width:960px) and (max-width:1200px) {
    .shortcut2 li {
        margin: 10px;
    }
}

@media only screen and (min-width:375px) and (max-width:410px) {
    .shortcut2 li {
        margin: 10px 30px;
    }
}

@media only screen and (min-width:410px) and (max-width:415px) {
    .shortcut2 li {
        margin: 10px 35px;
    }
}

@media only screen and (min-width:320px) and (max-width:376px) {
    .shortcut2 li {
        margin: 10px 20px;
    }
}

@media only screen and (max-width:320px) {
    .shortcut2 li {
        margin: 10px;
    }
}

.shortcut2 li a {
    text-decoration: none;
}

.shortcut2 .landing2 {
}

    .shortcut2 .landing2 .top2 {
        width: 120px;
        height: 120px;
        background: #47b1e8;
    }

        .shortcut2 .landing2 .top2:hover {
            background: #39a4dc;
        }

.shortcut2 .bottom2 {
    background: #47b1e8;
    width: 120px;
    height: 40px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    font: 18px/40px 微软雅黑;
}

.shortcut2 .modularicon2 {
    width: 100%;
    height: 80px;
    background: url(../images/sprite-2.png) no-repeat;
}

/* Banner */
.bannerimg {
    text-align: center;
}

    .bannerimg img {
        display: block;
        border: 0px;
        margin: 0px auto;
        max-width: 100%;
    }

/* 友情链接 */
.friendLink {
    min-height: 60px;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    clear: both;
}

    .friendLink ul {
        overflow: hidden;
        zoom: 1;
        padding: 0;
        margin: 0 auto;
    }

        .friendLink ul li {
            width: 150px;
            float: left;
            margin: 0 5px;
            display: inline;
        }

            .friendLink ul li a {
                color: #555;
                text-decoration: none;
                outline: none;
                display: inline-block;
            }

            .friendLink ul li img {
                width: 150px;
                /*max-height: 60px;*/
                height: auto;
            }

            .friendLink ul li div {
                color: #555;
                width: 150px;
                font: 14px/20px "微软雅黑";
                text-align: center;
            }
