﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p,
blockquote, th, td, hr, button, article, aside, details,
figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 100%;
}

img {
    border: none;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

input[type="text"], input[type="password"] {
    border: solid 1px #A9A9A9;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link, a:visited {
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #757575;
}

a:hover {
    text-decoration: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

body {
    font-size: 12px;
    font-family: "micrsoft yahei";
    background: #F8F8F8;
}

.clear {
    clear: both;
}

.main {
    width: 100%;
    height: 100%;
}
/*top*/
.top {
    width: 100%;
    min-width: 1190px;
    height: 120px;
    background: #FFF;
}

.miniHeader {
    width: 100%;
    height: 30px;
    background: #555;
    margin-bottom: 2px;
}

.miniMain {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.login {
    float: right;
    width: 650px;
    margin-right: 34px;
}

    .login a {
        color: #FFF;
        font-weight: 400;
    }

.miniMain li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
}
/*header*/
.Header {
    height: 88px;
    width: 100%;
}

    .Header .MainHeader {
        width: 1190px;
        height: 100%;
        margin: 0 auto;
    }

    .Header .logo {
        min-width: 550px;
        width: 30%;
        height: 100%;
    }

    .Header .logopic {
        height: 88px;
        width: 236px;
        background: url('img/logo_236_100.png') no-repeat;
    }

    .Header .address {
        height: 100%;
        width: 50px;
        font-family: \5FAE\8F6F\96C5\9ED1;
    }

    .Header .tel {
        height: 88px;
        width: 250px;
        background: url('img/tel_250_88.png') no-repeat;
    }

    .Header .nav {
        height: 100%;
        max-width: 630px;
        width: 65%;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

.nav li {
    float: left;
    height: 100%;
    width: 102px;
    text-align: center;
    line-height: 88px;
    font-size: 16px;
    border: 0px solid #2778e8;
    color: #231815;
}

    .nav li a {
        display: block;
        width: 102px;
        color: #231815;
    }

        .nav li a:hover {
            color: #FFF;
            background: #61a1df;
        }

.nav .selectedNav {
    background: #61a1df;
    color: #FFF;
}

    .nav .selectedNav a {
        color: #FFF;
    }
/*content*/
.content {
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
    /*height: 650px;*/
}
    /*pageLocation*/
    .content .pageLocation {
        width: 1190px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 auto;
        font-family: \5FAE\8F6F\96C5\9ED1;
        color: rgb(170, 170, 170);
    }

        .content .pageLocation a {
            color: rgb(170, 170, 170);
        }
/*bottom*/
.bottom {
    width: 100%;
    min-width: 1190px;
    margin-top: 50px;
}

.bottomRow1 {
    height: 65px;
    width: 100%;
    background: #F8F8F8 url('img/bottom/bottom1.png') no-repeat center center;
}

.bottomRow2 {
    height: 310px;
    width: 100%;
    text-align: center;
    background: #FFF;
}

    .bottomRow2 ul {
        width: 1190px;
        height: 182px;
        margin: 0 auto;
    }

        .bottomRow2 ul li {
            float: left;
            margin-left: 24px;
        }

.bottomRow3 {
    height: 160px;
    width: 100%;
    background: #1F1F1F;
    color: #FFF;
    overflow: hidden;
}

    .bottomRow3 ul {
        width: 360px;
        height: 22px;
        line-height: 22px;
        margin: 0 auto;
        margin-top: 10px;
        overflow: hidden;
    }

        .bottomRow3 ul li a {
            color: #FFF;
        }

        .bottomRow3 ul li {
            float: left;
            width: 60px;
            text-align: center;
        }

    .bottomRow3 .companyInfo {
        margin-top: 20px;
        font: 12px bold;
        width: 1190px;
        height: 55px;
        margin: 0 auto;
        font-family: \5FAE\8F6F\96C5\9ED1;
    }

        .bottomRow3 .companyInfo div {
            text-align: center;
            overflow: hidden;
        }
/*右侧漂浮*/
.floating_ck {
    position: fixed;
    right: 0px;
    top: 0;
    height: 100%;
}

#fudong_fx a {
    color: #FFF;
}

.floating_ck dl dt {
    position: relative;
    width: 35px;
    height:;
    background-color: #333333;
    border-bottom: solid 1px #797979;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.floating_ck dl dd {
    position: relative;
    width: 35px;
    height:;
    background-color: #333333;
    border-bottom: solid 1px #797979;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .floating_ck dl dd:hover {
        background-color: #757575;
        border-bottom: solid 1px #757575;
    }

        .floating_ck dl dd:hover .floating_left {
            display: block;
        }

.consult {
    height: 133px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat;
}

.fudong_fxfx {
    height: 120px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -35px 0;
}

.fudong_yue {
    height: 47px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -70px 0;
}

.fudong_wx {
    height: 38px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -70px -47px;
}

.fudong_zixun {
    height: 45px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -70px -87px;
}

.fudong_duibi {
    height: 44px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -105px 0px;
}

    .fudong_duibi b {
        display: block;
        width: 19px;
        height: 19px;
        position: absolute;
        left: -10px;
        top: -5px;
        color: #FFF;
        background: url(img/xuanfu/xuanfuIcon.png) no-repeat -140px -55px;
        z-index: 1978;
        line-height: 19px;
        text-align: center;
        font-size: 14px;
    }

.fudong_fx {
    height: 48px;
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -105px -44px;
}

.qrcord {
    background-image: url(img/xuanfu/icon0701/erweima.png);
}

.return {
    background: url(img/xuanfu/xuanfuIcon.png) no-repeat -140px 0px;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 185px;
    background-color: #757575;
    border: solid 1px #333;
    border-right: 0px;
    display: none;
}

    .floating_left a {
        color: #ffffff;
        line-height: 80px;
    }

.floating_ewm {
    height: 160px;
    top: -122px;
}

    .floating_ewm i {
        background-image: url(img/xuanfu/xuanfu_tanchu_05.png);
        display: block;
        width: 150px;
        height: 150px;
        margin: auto;
        margin-top: 6px;
    }

    .floating_ewm p {
        color: #fff;
        margin-top: 5px;
    }

.floating_ewm2 {
    height: 160px;
    top: -113px;
}

    .floating_ewm2 i {
        background-image: url(img/xuanfu/xuanfu_tanchu_04.png);
        display: block;
        width: 150px;
        height: 150px;
        margin: auto;
        margin-top: 6px;
    }

    .floating_ewm2 p {
        color: #fff;
        margin-top: 5px;
    }

.floating_ewm3 {
    height: 356px;
    top: -1px;
    left: -360px;
    border: 0px;
}

    .floating_ewm3 i {
        background-image: url(img/xuanfu/xuanfu_tanchu_03.png);
        display: block;
        width: 360px;
        height: 356px;
        margin: auto;
        margin-top: 0px;
        border: 1px solid #757575;
    }

    .floating_ewm3 p {
        color: #fff;
        margin-top: 5px;
    }

.floating_ewm4 {
    height: 380px;
    top: -92px;
    left: -160px;
    border: 1px solid #333333;
    border-right: 1px solid #757575;
    z-index: 9999;
}

    .floating_ewm4 .bdsharebuttonbox a {
        color: #FFF;
        float: left;
        margin: 6px 3px 6px 0;
    }
/*用户协议*/
.protocolBox {
    width: 680px;
}

    .protocolBox h2 {
        height: 30px;
        line-height: 30px;
        background: #F3F3F3;
        font-weight: 400;
        padding-left: 10px;
        font-family: \5FAE\8F6F\96C5\9ED1;
        font-size: 14px;
        border-bottom: solid 1px #c2c2c2;
    }

    .protocolBox .protocolCon {
        height: 400px;
        padding: 20px;
        font-family: \5FAE\8F6F\96C5\9ED1;
        font-size: 12px;
        line-height: 30px;
    }

    .protocolBox .proBtn {
        width: 300px;
        background: #e23b42;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-family: \5FAE\8F6F\96C5\9ED1;
        color: #FFF;
        font-weight: bold;
        display: block;
        margin: 20px auto;
        border-radius: 10px;
    }

.last {
    border: none;
}

.whiteBackground {
    background: #FFF;
}

.userInfo {
    height: auto;
}

.rowDiv {
    width: 100%;
    float: left;
    height: auto;
}

.whiteTitle {
    color: #FFF;
}

.pageBottom {
    width: 100%;
    height: 90px;
    float: left;
}

.pageContent {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 22px;
    line-height: 22px;
    padding-left: 160px;
}

    .pageContent .pageItem {
        min-width: 30px;
        float: left;
        border: 1px solid #b0b0b0;
        border-right: none;
    }

    .pageContent .prev {
        width: 80px;
    }

    .pageContent .rightBorder {
        border-right: 1px solid #b0b0b0;
    }

    .pageContent a {
        color: 3A3A3A;
    }

        .pageContent a:link {
            color: #3A3A3A;
            text-decoration: none;
        }

        .pageContent a:hover {
            color: #fbaf09;
            text-decoration: none;
        }

        .pageContent a:active {
            color: #3A3A3A;
            text-decoration: none;
        }

.noborder {
    float: left;
    min-width: 30px;
    border: none;
}

.pageContent .pageNum {
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0 5px;
    width: 20px;
    height: 20px;
}

.pageContent .curPage {
    background: #61a1df;
    color: #FFF;
    font-weight: bold;
}

.gotoButton {
    width: 40px;
    height: 21px;
    border: none;
    background: url('img/03_banxing/anniu1.jpg');
}

.gotoButton2 {
    width: 40px;
    height: 20px;
    margin-top: 2px;
    border: none;
    background: url('img/03_banxing/anniu2.jpg');
    cursor: pointer;
    margin-left: 5px;
}

.m_banner {
    background: #fff;
    height: 450px;
    position: relative;
    width: 100%;
}

    .m_banner .bd li {
        overflow: hidden;
    }

        .m_banner .bd li img {
            display: block;
            width: 1190px;
            height: 450px;
            margin: 0 auto;
        }

        .m_banner .bd li a {
            display: block;
            width: 1190px;
            height: 450px;
            margin: 0 auto;
        }

    .m_banner .prev,
    .m_banner .next {
        position: absolute;
        z-index: 1;
        width: 30px;
        height: 100px;
        overflow: hidden;
        cursor: pointer;
        left: 50%;
        top: 175px;
        background: url("img/banner_ctrl.png") 0 0 no-repeat;
        opacity: .5;
        filter: alpha(opacity: 50);
    }

    .m_banner .prev {
        margin-left: -590px;
    }

    .m_banner .next {
        background-position: -30px 0;
        margin-left: 560px;
    }
/*验证表单*/

.focus, .error, .cue {
    color: #e4393c;
    line-height: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: -195px;
    width: 180px;
    padding: 0 5px;
    text-align: left;
}

.error {
    color: #e4393c;
    line-height: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: -195px;
    width: 180px;
    padding: 0 5px;
    text-align: left;
}

.null {
    background: none;
    border: none;
    background: none;
}

.error span, .focus span, .error span {
    padding: 2px 0;
    line-height: 12px;
    display: block;
    font-size: 12px;
    color: #666;
}

.error span {
    color: #e4393c;
}

.focus {
    color: #666;
    width: 180px;
    background: #f7f7f7;
    border: 1px solid #dddddd;
}

.cue {
    width: 180px;
    line-height: 36px;
    background: #fffdee;
    border: 1px solid #edd28b;
    color: #f7c600;
}

.formcon table td {
    position: relative;
}

.grdd {
    right: 110px !important;
    margin-top: 5px;
}

.highlight1 {
    border: 1px solid #7ABD54 !important;
    color: #333 !important;
}

.highlight2 {
    border: 1px solid #FF0000 !important;
    color: #f00 !important;
}

.highlight3 {
    border: 1px solid #fc0 !important;
    color: #333 !important;
}

.bdshare-button-style0-16 {
    width: 100%;
}


.schoolGroupList {
    margin: 20px auto;
}

    .schoolGroupList .schoolGroup {
        line-height: 1;
        font-size: 16px;
        text-align: left;
    }

        .schoolGroupList .schoolGroup .GroupName {
            float: left;
            padding: 5px;
            color: #61a1df;
        }

        .schoolGroupList .schoolGroup .schoolList {
            margin-left: 30px;
        }

            .schoolGroupList .schoolGroup .schoolList .school {
                padding: 5px;
                cursor: pointer;
                float: left;
                width: 150px;
            }

                .schoolGroupList .schoolGroup .schoolList .school:hover {
                    background-color: #61a1df;
                    color: #fff;
                }

    .schoolGroupList .clear {
        clear: both;
        height: 5px;
        margin: 0 auto;
    }


.foot-logo {
    height:20px;
    width:60px;
}