﻿@charset "UTF-8";
/*z中文 */ #0c73c2
/* CSS Document */
/*正常，未访问过的链接*/
a:link {
    color: #666;
}
/*用户已访问过的链接*/
a:visited {
    color: #666;
}
/*链接被点击的那一刻*/
a:active {
    color: #666;
}


html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, caption, tfoot, thead, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

body {
    font-family: '微软雅黑','宋体', 'helvetica', 'Arial';
    font-size: 12px;
    color: #333;
    height: 100%;
    width: 100%;
    line-height: 1em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    min-width: 1200px;
}

.body_head a, .body_main_frame a {
    text-decoration: none;
    color: #666666;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    zoom: 1;
}

@media screen and (max-device-width: 640px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

#head-farme {
    width: 100%;
    border-bottom: 2px #0c73c2 solid;
}

    #head-farme .head-top {
        background: #f9f9f9;
        height: 36px;
        /*overflow: hidden;*/
    }

    #head-farme .head-top-content {
        width: 1200px;
        margin: 0 auto;
    }

    #head-farme .head-top-left {
        float: left;
        font-size: 14px;
        color: #ce0013;
        line-height: 36px;
        font-weight: bold;
    }

        #head-farme .head-top-left img {
            vertical-align: -4px;
            margin-right: 4px;
        }

    #head-farme .head-top-right {
        float: right;
        font-size: 12px;
        color: #999;
        line-height: 36px;
    }

.head-top-right-ul li {
    position: relative;
    float: left;
    /*padding: 0 15px;*/
    padding-left: 25px;
}

.head-top-right-ul > li:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #eee;
    right: 0;
    top: 12px;
}

#head-farme .head-top-right li:last-child:after {
    display: none;
}

#head-farme .head-top-right li a {
    color: #999;
}

    #head-farme .head-top-right li a:hover {
        color: #0c73c2;
    }

#head-farme .head-middle {
    position: relative;
    background: #fff;
    z-index: 65;
}

#head-farme .head-middle-content {
    width: 1200px;
    margin: 0 auto;
}

#head-farme .logo-div {
    float: left;
    width: 270px;
    padding: 15px 0;
}

    #head-farme .logo-div img {
        display: block;
        width: 235px;
        margin-left: -9px;
    }

#head-farme .right-words {
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 36px;
}

#head-farme .head-search {
    float: left;
    border: 3px #0c73c2 solid;
    margin-top: 30px;
    margin-left: 80px;
}

    #head-farme .head-search .select-frame {
        position: relative;
        float: left;
        width: 100px;
        height: 36px;
        font-size: 12px;
        color: #666;
        border-right: 1px #eee solid;
        background: #f9f9f9;
        z-index: 15;
    }

        #head-farme .head-search .select-frame .select-div {
            line-height: 36px;
            padding: 0 24px 0 10px;
            cursor: pointer;
            background: url(/image/website/home-ico/home-ico4.png) 70px center no-repeat;
        }

        #head-farme .head-search .select-frame:hover .select-div {
            background: #fff url(/image/website/home-ico/home-ico5.png) 70px center no-repeat;
        }

        #head-farme .head-search .select-frame .option-list {
            position: absolute;
            width: 100px;
            background: #fff;
            padding: 10px 0;
            line-height: 24px;
            border: 1px #eee solid;
            border-top: 0;
            left: 0;
            top: 36px;
            z-index: 5;
            display: none;
        }

            #head-farme .head-search .select-frame .option-list a {
                display: block;
                color: #666;
                padding: 0 10px;
            }

                #head-farme .head-search .select-frame .option-list a:hover {
                    background: #eee;
                }

    #head-farme .head-search .input-div {
        position: relative;
        float: left;
        padding-right: 20px;
    }

        #head-farme .head-search .input-div .clear-span {
            position: absolute;
            right: 0;
            top: 0;
            width: 20px;
            display: block;
            font-size: 18px;
            color: rgba(51, 51, 51, 0.3);
            line-height: 36px;
            text-align: center;
            cursor: pointer;
            z-index: 5;
        }

        #head-farme .head-search .input-div input {
            border: 0;
            width: 360px;
            font-size: 12px;
            line-height: 20px;
            padding: 8px 2px;
            color: #666;
            background: #fff;
        }

            #head-farme .head-search .input-div input::-webkit-input-placeholder {
                color: #999;
            }

            #head-farme .head-search .input-div input:-moz-placeholder {
                color: #999;
            }

            #head-farme .head-search .input-div input::-moz-placeholder {
                color: #999;
            }

            #head-farme .head-search .input-div input:-ms-input-placeholder {
                color: #999;
            }

    #head-farme .head-search .btn-div {
        float: left;
    }

        #head-farme .head-search .btn-div a {
            display: block;
            width: 78px;
            font-size: 14px;
            color: #fff;
            line-height: 36px;
            text-align: center;
            background: #0c73c2;
        }

            #head-farme .head-search .btn-div a:hover {
                color: #fff !important;
            }

#nav-frame {
    position: relative;
    z-index: 55;
}

    #nav-frame .nav-content {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }

    #nav-frame .nav-list li {
        float: left;
        width: 50px;
        font-size: 16px;
        line-height: 42px;
        text-align: center;
    }
        #nav-frame .nav-list li.all-li {
            width: 220px;
        }

        #nav-frame .nav-list li a {
            color: #3f3f3f;
        }

            #nav-frame .nav-list li a:hover {
                color: #0c73c2;
            }

        #nav-frame .nav-list li.all-li a {
            display: block;
            color: #fff;
            background: #0c73c2;
        }

            #nav-frame .nav-list li.all-li a:hover {
                color: #fff !important;
            }


.swiper-button-prev {
    left: 0;
    background-image: none;
    width: 20px;
    font: bold 18px "宋体",arial;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #090101;
    opacity: 0.1;
    display: none;
}

    .swiper-button-prev:hover {
        opacity: 0.4;
    }

#focus-frame .swiper-container:hover .swiper-button-prev {
    display: block;
}


.swiper-button-next {
    right: 0;
    background-image: none;
    width: 20px;
    font: bold 18px "宋体",arial;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #090101;
    opacity: 0.1;
    display: none;
}

    .swiper-button-next:hover {
        opacity: 0.4;
    }

#focus-frame .swiper-container:hover .swiper-button-next {
    display: block;
}

#all-resource-frame {
    position: absolute;
    width: 220px;
    left: 0;
    top: 43px;
    background: #0c73c2;
    z-index: 5;
    display: none;
}

    #all-resource-frame.on {
        display: block;
    }

#nav-frame .all-resource-list2 {
    display: none;
}

#nav-frame .all-resource-list li {
    position: relative;
}

#nav-frame .all-resource-list .type-div {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height:30px;
    padding: 0 30px 0 20px;
    background: url(/image/website/home-ico/home-ico8.png) 192px center no-repeat;
}

    #nav-frame .all-resource-list .type-div a:link {
        color: #fff !important;
    }

    #nav-frame .all-resource-list .type-div a:visited {
        color: #fff !important;
    }

#nav-frame .all-resource-list li:hover .type-div {
    background-color: #0c73c2;
}

#nav-frame .all-resource-list .resource-second-item {
    position: absolute;
    width: 530px;
    left: 220px;
    top: 0;
    padding: 8px;
    border: 1px #E7E7E7 solid;
    background: #E8F6FE;
    display: none;
}

#nav-frame .all-resource-list li:hover .resource-second-item {
    display: block;
}

#nav-frame .all-resource-list .resource-second-item li {
    float: left;
    margin: 6px;
    font-size: 12px;
    color: #676767;
    line-height: 20px;
}

    #nav-frame .all-resource-list .resource-second-item li a {
        color: #333;
    }

        #nav-frame .all-resource-list .resource-second-item li a:hover {
            color: #0c73c2;
        }

#all-resource-frame .more-div {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    opacity: 0.5;
    height:40px;
}

    #all-resource-frame .more-div:hover {
        opacity: 1;
        background: #0c73c2;
    }

    #all-resource-frame .more-div a {
        display: block;
        color: #fff;
    }

    #all-resource-frame .more-div img {
        margin-left: 8px;
        vertical-align: 0px;
    }

#focus-frame {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
}

    #focus-frame .swiper-container {
        width: 700px;
        margin-left: 220px;
    }

    #focus-frame .image-div {
        width: 100%;
        height: 400px;
        /*background: url(../images/home-focus-img.jpg) center center no-repeat;*/
        background-size: cover;
    }

        #focus-frame .image-div img {
            width: 700px;
            height: 400px;
        }

    #focus-frame .title-div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 660px;
        padding: 0 20px;
        background: rgba(0,0,0,0.3);
        font-size: 18px;
        color: #FFF;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

    #focus-frame .swiper-pagination-bullet-active {
        background: #0c73c2;
    }

#personal-head {
    float: left;
    padding-top: 15px;
}

    #personal-head .personal-left {
        float: left;
        width: 300px;
    }

        #personal-head .personal-left .words-div1 {
            font-size: 18px;
            color: #333;
            line-height: 30px;
            margin-bottom: 5px;
        }

        #personal-head .personal-left .words-div2 a {
            display: block;
            width: 78px;
            font-size: 12px;
            color: #666;
            line-height: 24px;
            text-align: center;
            border: 1px #ccc solid;
        }

    #personal-head .personal-right {
        float: left;
        margin: 15px 0 0 240px;
    }

        #personal-head .personal-right li {
            float: left;
            font-size: 16px;
            color: #333;
            line-height: 30px;
            margin-right: 40px;
        }

            #personal-head .personal-right li a {
                color: #3f3f3f;
            }

                #personal-head .personal-right li a:hover {
                    color: #0c73c2;
                }

#foot-frame {
    background: #1f1f1f;
}

    #foot-frame .frame-content {
        width: 1200px;
        margin: 0 auto;
        padding: 25px 0 10px;
    }

    #foot-frame .foot-top .foot-logo {
        float: left;
        width: 300px;
        margin-top: 15px;
    }

        #foot-frame .foot-top .foot-logo img {
            display: block;
            width: 350px;
        }

    #foot-frame .foot-top .web-map {
        float: left;
        margin-left: 90px;
        width: 480px;
        margin-top: 30px;
    }

        #foot-frame .foot-top .web-map .map-div {
            float: left;
            width: 160px;
        }

            #foot-frame .foot-top .web-map .map-div img {
                vertical-align: -6px;
                margin-right: 4px;
            }

        #foot-frame .foot-top .web-map .type-div {
            font-weight: bold;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
            margin-bottom: 10px;
        }

        #foot-frame .foot-top .web-map .list-div {
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            margin-left: 30px;
        }

            #foot-frame .foot-top .web-map .list-div a {
                color: #fff;
            }

                #foot-frame .foot-top .web-map .list-div a:hover {
                    color: #0c73c2;
                }

    #foot-frame .foot-top .foot-qr-code {
        float: right;
        margin-top: 5px;
    }

        #foot-frame .foot-top .foot-qr-code .image-div img {
            display: block;
            width: 100px;
            height: 100px;
        }

        #foot-frame .foot-top .foot-qr-code .image-div {
            margin-bottom: 6px;
        }

        #foot-frame .foot-top .foot-qr-code .words-div {
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            text-align: center;
        }

    #foot-frame .foot-bottom {
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 20px;
        margin-top: 15px;
    }

    #foot-frame .foot-nav ul {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #foot-frame .foot-nav li {
        float: left;
    }

        #foot-frame .foot-nav li.line-li {
            margin: 0 10px;
        }

        #foot-frame .foot-nav li a {
            color: #666;
        }

            #foot-frame .foot-nav li a:hover {
                color: #0c73c2;
            }

#flip-over {
    text-align: center;
    margin-top: 40px;
}

    #flip-over .frame-content {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #flip-over .page-list {
        float: left;
    }

        #flip-over .page-list li {
            float: left;
        }

            #flip-over .page-list li a {
                display: inline-block;
                *display: inline;
                zoom: 1;
                font: 12px "微软雅黑","宋体",arial;
                color: #999;
                line-height: 38px;
                padding: 0 16px;
                border: 1px #eee solid;
                background: #fff;
                margin-left: -1px;
                height: 38px;
                overflow: hidden;
            }

            #flip-over .page-list li.current a {
                background: #0c73c2;
                border: 1px #0c73c2 solid;
                color: #fff;
            }

            #flip-over .page-list li a:hover {
                color: #333;
            }

            #flip-over .page-list li.prev-li a span {
                margin-right: 4px;
                font-family: "宋体",arial;
                font-weight: bold;
                vertical-align: 1px;
            }

            #flip-over .page-list li.next-li a span {
                margin-left: 4px;
                font-family: "宋体",arial;
                font-weight: bold;
            }

            #flip-over .page-list li .other-div {
                width: 38px;
                font: 12px "微软雅黑","宋体",arial;
                color: #999;
                line-height: 38px;
                border: 1px #fff solid;
                background: #fff;
            }

    #flip-over .jump-div {
        float: left;
        margin-left: 18px;
        font: 12px "微软雅黑","宋体",arial;
        color: #333;
        line-height: 40px;
    }

        #flip-over .jump-div input {
            width: 38px;
            line-height: 20px;
            padding: 9px 0;
            border: 1px #ccc solid;
            text-align: center;
            margin: 0 6px;
        }

        #flip-over .jump-div .jump-btn {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 48px;
            color: #333;
            line-height: 38px;
            border: 1px #ccc solid;
            text-align: center;
            background: #f5f5f5;
            margin-left: 15px;
        }

/*.login-frame .frame-content {
    width: 250px;
    padding: 0 40px;
    height: 330px;
    background: #fff;
}

.login-frame .top-list {
    padding-top: 25px;
}

    .login-frame .top-list li {
        float: left;
        width: 100%;
        font-size: 16px;
        color: #333;
        line-height: 40px;
        text-align: center;
    }

        .login-frame .top-list li a {
            display: block;
            color: #333;
            padding-bottom: 1px;
            border-bottom: 1px #eee solid;
        }

        .login-frame .top-list li.current a {
            color: #0c73c2;
            padding-bottom: 0px;
            border-bottom: 2px #0c73c2 solid;
        }

.login-frame .qr-code-frame {
    padding-top: 42px;
    display: none;
}

    .login-frame .qr-code-frame .image-div img {
        display: block;
        width: 112px;
        margin: 0 auto;
    }

    .login-frame .qr-code-frame .words-div {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        text-align: center;
        margin-top: 12px;
    }

.login-frame .account-login {
    padding-top: 20px;
}

    .login-frame .account-login .input-div input {
        width: 230px;
        padding: 5px 9px;
        border: 1px #ddd solid;
        font-size: 12px;
        color: #666;
        line-height: 20px;
        border-radius: 4px;
    }

        .login-frame .account-login .input-div input::-webkit-input-placeholder {
            color: #bbb;
        }

        .login-frame .account-login .input-div input:-moz-placeholder {
            color: #bbb;
        }

        .login-frame .account-login .input-div input::-moz-placeholder {
            color: #bbb;
        }

        .login-frame .account-login .input-div input:-ms-input-placeholder {
            color: #bbb;
        }

    .login-frame .account-login .info-div {
        font-size: 12px;
        color: #f66;
        line-height: 22px;
        height: 22px;
        overflow: hidden;
    }

        .login-frame .account-login .info-div img {
            margin-right: 4px;
            vertical-align: -3px;
        }

    .login-frame .account-login .about-div {
        margin-top: 3px;
    }

        .login-frame .account-login .about-div .about-left {
            float: left;
            font-size: 12px;
            color: #999;
            line-height: 16px;
        }

            .login-frame .account-login .about-div .about-left input {
                width: 16px;
                height: 16px;
                margin-right: 6px;
                vertical-align: -3px;
            }

        .login-frame .account-login .about-div .about-right {
            float: right;
            font-size: 12px;
            color: #666;
            line-height: 16px;
        }

            .login-frame .account-login .about-div .about-right a {
                color: #666;
            }

    .login-frame .account-login .login-btn {
        margin-top: 20px;
    }

        .login-frame .account-login .login-btn a {
            display: block;
            font-size: 14px;
            color: #fff;
            line-height: 40px;
            text-align: center;
            background: #0c73c2;
            border-radius: 4px;
        }

    .login-frame .account-login .register-btn {
        margin-top: 8px;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

        .login-frame .account-login .register-btn a {
            color: #0c73c2;
        }



#login-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 75;
    display: none;
}

    #login-frame .frame-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }*/


#password-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 75;
    display: none;
}

    #password-frame .frame-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

#QRCode {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 75;
    display: none;
}

    #QRCode .frame-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

#nav-frame2 {
    background: #0c73c2;
}

    #nav-frame2 .nav-content {
        width: 980px;
        margin: 0 auto;
    }

    #nav-frame2 li {
        float: left;
        width: 140px;
    }

        #nav-frame2 li a {
            display: block;
            font-size: 16px;
            color: #fff;
            line-height: 42px;
            text-align: center;
        }

        #nav-frame2 li.selected a {
            background: #015fa6;
        }

        #nav-frame2 li:hover a {
            background: #015fa6;
        }
