﻿@charset "utf-8";
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
    font-family: Arial 'Microsoft YaHei UI';
    line-height: 1.1;
}

table,
input, textarea, select, option {
    line-height: 1.1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

a, button, input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    outline: none !important;
    -webkit-outline: none;
}

/*------------------------------------------------------------
	Formatting
------------------------------------------------------------*/
/* Position of the text */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* Font size (plus) */
.fsP1 {
    font-size: 1.08em !important;
}

.fsP2 {
    font-size: 1.16em !important;
}

.fsP3 {
    font-size: 1.24em !important;
}

.fsP4 {
    font-size: 1.32em !important;
}

.fsP5 {
    font-size: 1.4em !important;
}

/* Font size (minus) */
.fsM1 {
    font-size: 0.92em !important;
}

.fsM2 {
    font-size: 0.84em !important;
}

.fsM3 {
    font-size: 0.76em !important;
}

.fsM4 {
    font-size: 0.68em !important;
}

.fsM5 {
    font-size: 0.6em !important;
}

/* The thickness of the font */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
	Fine adjustment class (※ that not intensive)
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	General-purpose style
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

    .clearfix:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }

.flL {
    float: left;
}

.flR {
    float: right;
}
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
    background-color: #f5f5f3;
    color: #333;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    min-width: 1200px;
}

#commonBox {
    min-height: 630px;
    padding-bottom: 40px;
}

.container {
    margin: 0 auto 30px;
    padding: 0;
    width: 1200px;
    text-align: left;
}

    .container .row {
        margin: 0;
    }

#main {
}

* html #main {
    zoom: 1;
}

* + html #main {
    zoom: 1;
}

    #main:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header img,
main img,
footer img {
    display: block;
}

header {
    background-color: #fff;
    padding: 11px 0;
    border-bottom: 1px solid #e4e4e3;
}

    header .headBox {
        margin: 0 auto;
        width: 1200px;
    }

        header .headBox .flL {
            width: 480px;
        }

        header .headBox .inner h1 {
            margin-right: 40px;
            float: left;
        }

        header .headBox .flR {
            padding-top: 3px;
            width: 500px;
        }

            header .headBox .flR .search {
                float: right;
            }

        header .headBox .bs-example-form {
            width: 246px;
            height: 30px;
            border-radius: 30px;
            position: relative;
            float: left;
        }

            header .headBox .bs-example-form .col-lg-6 {
                width: 100%;
            }

                header .headBox .bs-example-form .col-lg-6 .input-group {
                    float: right;
                    width: 160px;
                    height: 34px;
                    border-radius: 20px;
                }

            header .headBox .bs-example-form .btn {
                border-radius: 34px 0 0 34px;
                background-color: #f9f9f9;
            }

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    border-color: #CCC;
    background-color: #eaeaea;
}

header .headBox .bs-example-form .form-control {
    border-radius: 34px;
    padding: 6px 30px 6px 15px;
}

header .headBox .search .hd_search_btn {
    background: url(../Images/arrow02.png) no-repeat left top;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border: none;
    z-index: 999;
    cursor: pointer;
}

    header .headBox .search .hd_search_btn:hover {
        background: url(../Images/arrow02_on.png) no-repeat left top;
    }

header .headBox .linkUl {
    float: right;
    padding-top: 4px;
}

    header .headBox .linkUl li {
        margin-left: 20px;
        float: right;
        font-size: 14px;
    }

        header .headBox .linkUl li a {
            color: #666;
            line-height: 1.4;
        }

            header .headBox .linkUl li a:hover {
                text-decoration: underline;
            }

header .headBox .userInfo .userPhoto {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    header .headBox .userInfo .userPhoto img {
        width: 100%;
    }

header .headBox .userInfo {
    float: right;
}

    header .headBox .userInfo .btn {
        position: relative;
        margin: -4px 0;
        padding: 2px 10px;
        background-color: #fff;
    }

        header .headBox .userInfo .btn:hover {
            background-color: #f2f2f2;
            color: #0087ff;
            box-shadow: none;
        }

    header .headBox .userInfo .dropdown-menu {
        padding: 0;
        min-width: 122px;
        border-radius: 0;
    }

        header .headBox .userInfo .dropdown-menu li a {
            padding: 8px 20px;
            border-bottom: 1px solid #f2f2f2;
        }

            header .headBox .userInfo .dropdown-menu li a:hover {
                color: #0087ff;
            }
/*------------------------------------------------------------
	Global Navigation
------------------------------------------------------------*/
#gNavi {
    font-size: 16px;
    float: left;
}

    #gNavi li {
        float: left;
        width: 100px;
        text-align: center;
    }

        #gNavi li:first-child {
            width: 80px;
        }

        #gNavi li a {
            padding: 7px 0;
            color: #333;
            display: block;
        }

            #gNavi li a:hover {
                color: #057ae2;
                font-weight: bold;
            }

/*------------------------------------------------------------
	pagelist
------------------------------------------------------------*/
#conts.news .masList td .pagelist {
    width: 500px;
}

#conts .pagelist span {
    margin-right: 10px;
    float: right;
}

#conts .pagelist ul {
    float: right;
}

    #conts .pagelist ul li {
        float: left;
    }

        #conts .pagelist ul li a {
            padding: 7px 11px;
            border: 1px solid #dddddd;
            border-right: none;
        }

            #conts .pagelist ul li a:hover,
            #conts .pagelist ul .active a {
                background-color: #0099cc;
                border-color: #0099cc;
                color: #fff;
                text-decoration: none;
            }

        #conts .pagelist ul li .prev,
        #conts .pagelist ul li .next {
            padding: 7px 7px;
        }

        #conts .pagelist ul li:last-child a {
            border-right: 1px solid #dddddd;
        }

#conts h2 {
    margin-bottom: 20px;
    padding: 0 0 18px 5px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
}

.submitUl {
    margin: 0 auto;
    width: 320px;
}

    .submitUl li,
    .submitUl li input {
        height: 32px;
        width: 96px;
    }

        .submitUl li input {
            font-size: 14px;
            border-radius: 40px;
            border: none;
        }

    .submitUl .flL input {
        background-color: #0083ff;
        color: #fff;
        display: block;
    }

        .submitUl .flL input:hover {
            background-color: #0670d4;
        }

    .submitUl .flR input {
        background-color: #e8e8e8;
        color: #666;
        display: block;
    }

        .submitUl .flR input:hover {
            background-color: #dddddd;
        }

.pwd dl {
    margin: 0 auto;
    padding-top: 30px;
    width: 700px;
}

    .pwd dl dt {
        width: 85px;
        float: left;
        color: #666;
        line-height: 40px;
        text-align: right;
    }

    .pwd dl dt,
    .pwd dl dd {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: normal;
    }

    .pwd dl dd {
        padding-left: 95px;
    }

        .pwd dl dd input {
            margin-right: 10px;
            padding: 0 10px;
            width: 320px;
            height: 40px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .pwd dl dd span {
            color: #999;
        }

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#conts {
    background-color: #fff;
    padding: 0 0 20px;
    width: 880px;
    min-height: 731px;
    float: right;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

    #conts .row {
        margin: 0;
        padding: 30px 0;
        background: none;
    }

.pagelist {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.comTable {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #D9D9D9;
}

    .comTable > tbody > tr > th {
        font-size: 14px;
        font-weight: bold;
        border-top: 1px solid #D9D9D9;
        background-color: #F2F2F2;
    }

        .comTable > tbody > tr > th:first-child {
            border-left: 1px solid #D9D9D9;
        }

        .comTable > tbody > tr > th:last-child {
            border-right: 1px solid #D9D9D9;
        }

        .comTable > tbody > tr > th:first-child,
        .comTable > tbody > tr > td:first-child {
            text-align: left;
        }

    .comTable > tbody > tr > th,
    .comTable > tbody > tr > td {
        padding: 13px 0px 13px 10px;
        color: #666;
    }

.statements > tbody > tr > th,
.statements > tbody > tr > td {
    text-align: initial;
}

.comTable > tbody > tr > td {
    border-top: 1px solid #D9D9D9;
}

.comTable > tbody > tr:hover {
    border: 1px solid #adceed;
    background-color: #ecf4ff;
}

    .comTable > tbody > tr:hover > td {
        border-top: 1px solid #adceed;
        border-bottom: 1px solid #adceed;
    }

.comTable > tbody > .yes:hover {
    border: none;
    border-left: 1px solid #adceed;
    border-right: 1px solid #adceed;
}

    .comTable > tbody > .yes:hover > td {
        border-bottom: none;
    }

.comTable > tbody > .yes {
    background-color: #ecf4ff;
    border-left: 1px solid #adceed;
    border-right: 1px solid #adceed;
    box-shadow: -0px -3px 3px rgba(182,218,255,0.5);
}

    .comTable > tbody > .yes > td {
        border-top: 1px solid #adceed;
    }

        .comTable > tbody > .yes > td:last-child {
            color: #ff6000;
        }

.comTable > tbody > .score {
    box-shadow: 0px 3px 3px rgba(182,218,255,0.5);
}

    .comTable > tbody > .score:hover,
    .comTable > tbody > .score:hover > td {
        background-color: #fff;
        border-top: none;
    }

    .comTable > tbody > .score > td {
        padding: 10px;
        border: 1px solid #adceed;
        border-top: none;
    }

.comTable > tbody > tr > td > .btnbox {
    padding: 0 27px;
}

    .comTable > tbody > tr > td > .btnbox > a {
        display: inline-block;
        border: 1px solid #3291f2;
        border-radius: 100%;
        position: relative;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

        .comTable > tbody > tr > td > .btnbox > a > span > i {
            position: absolute;
            top: 7px;
            color: #3291f2;
            font-size: 1rem;
        }

        .comTable > tbody > tr > td > .btnbox > a:nth-child(1) > span > i {
            left: 6px;
        }

        .comTable > tbody > tr > td > .btnbox > a:nth-child(2) > span > i {
            left: 6px;
        }

        .comTable > tbody > tr > td > .btnbox > a:nth-child(3) > span > i {
            left: 6px;
        }

#conts .topBox {
    margin-bottom: 20px;
}

    #conts .topBox h2 {
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none;
        width: 100%;
    }

    #conts .topBox a {
        position: relative;
        margin-top: -20px;
        float: right;
        color: #ff5900;
        font-size: 16px;
    }

        #conts .topBox a:hover {
            text-decoration: underline;
        }

        #conts .topBox a i {
            margin-right: 5px;
            background: url(../Images/icon_add.png) no-repeat left top;
            width: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: -4px;
        }


.noteTab {
    margin-bottom: 20px;
    border-bottom: 3px solid #e4e4e4;
}

    .noteTab li {
        font-size: 16px;
        font-weight: bold;
        float: left;
        position: relative;
        margin-bottom: -3px;
    }

        .noteTab li a {
            padding: 5px 10px 8px;
            display: block;
            border-bottom: 3px solid #e4e4e4;
        }

            .noteTab li a:hover,
            .noteTab .active a {
                color: #ff8700;
                border-color: #ff8700;
            }

.score ul li {
    width: 33.3%;
    color: #666;
    float: left;
    text-align: center;
}

    .score ul li img {
        margin-right: 5px;
        vertical-align: -4px;
    }

    .score ul li i {
        color: #ff5a00;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
    }



    .score ul li.evaluation {
        width: 100%;
        color: #666;
        float: left;
        text-align: center;
        margin: 15px auto;
    }

        .score ul li.evaluation:first-child {
            margin-top: 27px;
        }

        .score ul li.evaluation span {
            display: inline-block;
            vertical-align: text-bottom;
        }

            .score ul li.evaluation span.mar {
                margin-right: 20px;
            }

        .score ul li.evaluation img {
            margin-right: 0;
        }



.filter {
    margin-bottom: 20px;
    padding: 0 20px 10px;
    font-size: 14px;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    position: relative;
}

    .filter dl {
        padding-top: 10px;
    }

        .filter dl:last-child {
            margin-bottom: 0;
        }

        .filter dl dt {
            padding-top: 1px;
            float: left;
        }

.fil-style dl dt {
    padding-top: 1px;
    float: left;
}

.filter dl dd {
    width: 600px;
}

    .filter dl dd a {
        margin-right: 10px;
        padding: 1px 8px;
        color: #666;
        display: inline-block;
        float: left;
    }

        .filter dl dd a:hover,
        .filter dl dd .active {
            color: #fff;
            background-color: #0082ff;
            border-radius: 2px;
        }

    .filter dl dd .city-box {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }

.filter .btn-primary {
    position: absolute;
    padding: 0;
    right: 20px;
    top: 12px;
    color: #0082ff;
    background: no-repeat;
    border: none;
}

    .filter .btn-primary:hover {
        box-shadow: none;
    }

    .filter .btn-primary:focus {
        color: #0082ff;
        background: none;
    }

    .filter .btn-primary i {
        background: url(../Images/arrow01_on.png) no-repeat left top;
        margin-left: 3px;
        width: 8px;
        height: 5px;
        display: inline-block;
        vertical-align: 2px;
    }

#term,
#payment,
#success {
    background-color: #fff;
    margin: 60px auto;
    padding: 40px 30px;
    width: 1000px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

    #term .title {
        margin-bottom: 6px;
        font-size: 24px;
        text-align: center;
    }

    #term .time {
        margin-bottom: 30px;
        color: #666;
        font-size: 14px;
        text-align: center;
    }

    #term .provision {
        background-color: #f9fcff;
        margin-bottom: 30px;
        padding: 20px;
        height: 700px;
        overflow-y: scroll;
        border: 1px solid #e3f0fd;
    }

        #term .provision dl {
            margin-bottom: 20px;
            color: #666;
            line-height: 2;
            text-align: left;
        }

            #term .provision dl dt {
                color: #333;
                font-size: 18px;
                font-weight: normal;
                display: block;
            }

            #term .provision dl dd {
                padding-bottom: 20px;
                line-height: 1.8;
            }

                #term .provision dl dd p {
                    padding-top: 10px;
                }

    #term .caveat {
        text-align: left;
        background-color: #fff4f4;
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #ffb9b9;
    }

        #term .caveat span {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: bold;
            display: block;
        }

    #term .agree {
        margin-bottom: 20px;
        color: #666;
        font-size: 14px;
        text-align: center;
    }

        #term .agree label {
            font-weight: normal;
        }

        #term .agree input {
            margin-right: 5px;
            vertical-align: -2px;
        }

        #term .agree a {
            color: #3871bd;
        }

            #term .agree a:hover {
                text-decoration: underline;
            }

    #term .confirm,
    #payment .payBtn,
    #payment .payBtn input {
        margin: 0 auto;
        width: 320px;
        height: 46px;
    }

        #term .confirm a,
        #payment .payBtn input {
            background-color: #0087ff;
            margin-right: 20px;
            height: 46px;
            color: #fff;
            font-size: 18px;
            line-height: 46px;
            border: none;
            border-radius: 40px;
            display: block;
        }

            #term .confirm a:hover,
            #term .payBtn input:hover {
                background-color: #0087cf;
            }

/*------------------------------------------------------------
	sidebar
------------------------------------------------------------*/
#sideBar {
    background-color: #fff;
    padding: 0 0 10px;
    width: 300px;
    min-height: 664px;
    float: left;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

    #sideBar .panel-group {
        margin-bottom: 0;
    }

    #sideBar #nav {
        margin: 0 10px;
        border: none;
    }

    #sideBar .sideTitle {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }

#nav .sideTitle a {
    padding: 8px 5px;
    display: block;
}

    #nav .sideTitle a:hover {
        background-color: #5393eb;
        color: #fff;
        border-radius: 4px;
    }

        #nav .sideTitle a:hover .navTopSmall {
            color: #fff;
        }

#sideBar .panel {
    box-shadow: none;
}

#nav {
    text-align: left;
}

.panel-default > .panel-heading,
.panel-default > div > .panel-heading {
    background-color: white;
    border-bottom: 1px solid #ddd;
}

.panel-title {
    margin-left: 20px;
}

.navTop {
    font-size: 18px;
    margin: 0;
}

.navTopSmall {
    color: #3871bd;
}

.panel-heading {
    padding: 13px 5px;
}

.navLeval1 {
    font-size: 14px;
    font-weight: bold;
}

.btn-radius {
    border-radius: 20px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

    .panel-group .panel-heading + .panel-collapse > .panel-body a {
        color: #666;
        padding: 13px 22px;
        display: block;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body a:hover,
        .panel-group .panel-heading + .panel-collapse > .active a {
            color: #006dff;
            background-color: #f2f2f2;
            box-shadow: 3px 0 0 rgba(0,109,255,1) inset;
        }

.childNav li i {
    background: url(../Images/com_icon05.png) no-repeat left top;
    margin-right: 5px;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.childNav li:hover i,
.childNav .active i {
    background: url(../Images/com_icon05_on.png) no-repeat left top;
}

.panel-heading {
    position: relative;
}

    .panel-heading:after {
        background: url(../Images/com_icon04.png) no-repeat;
        width: 16px;
        height: 16px;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
    }

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer {
    background-color: #dedede;
    border-top: 1px solid #d5d5d4;
    overflow: hidden;
}

    #footer .footInner {
        margin: 0 auto;
        padding: 20px 0;
        color: #666;
        width: 1200px;
    }

        #footer .footInner .flL {
            width: 640px;
            line-height: 1.8;
            text-align: left;
        }

            #footer .footInner .flL .company {
                font-size: 16px;
                font-weight: bold;
            }

        #footer .footInner .flR {
            padding-top: 6px;
            width: 500px;
        }

            #footer .footInner .flR .footLink {
                margin-bottom: 10px;
                text-align: right;
            }

                #footer .footInner .flR .footLink li {
                    padding-left: 10px;
                    display: inline-block;
                }

                    #footer .footInner .flR .footLink li a {
                        margin-right: 10px;
                        color: #666;
                    }

                    #footer .footInner .flR .footLink li:last-child a {
                        margin: 0;
                    }

                    #footer .footInner .flR .footLink li a:hover {
                        text-decoration: underline;
                    }

            #footer .footInner .flR .contact {
                font-size: 16px;
                text-align: right;
            }

                #footer .footInner .flR .contact li {
                    margin-left: 20px;
                    display: inline-block;
                }

                    #footer .footInner .flR .contact li i {
                        margin-right: 5px;
                        width: 20px;
                        height: 20px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                #footer .footInner .flR .contact .tel i {
                    background: url(../Images/arrow_tel.png) no-repeat left top;
                }

                #footer .footInner .flR .contact .mail i {
                    background: url(../Images/arrow_mail.png) no-repeat left top;
                }

        #footer .footInner .flL .company {
            font-size: 24px;
            font-weight: bold;
        }

#window1_wnd_title {
    right: 0.44em !important;
}

.btn-style01 {
    width: 100px;
    color: #fff !important;
    border-radius: 6px;
    padding: 2px;
    margin-right: 10px;
}

.btn-style02 {
    width: 70px;
    color: #fff !important;
    border-radius: 6px;
    padding: 2px;
    margin-right: 10px;
}

    .btn-style01, .btn-style02 > i {
        font-size: 14px;
        margin-right: 10px;
    }

.cur {
    cursor: pointer;
    display: block;
    color: #666;
    width: 110px;
    line-height: 30px;
    padding: 0px 0px 0px 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
}

.am {
    border: 0px;
    cursor: pointer;
    background: #f2f2f2;
    width: 69px;
    font-size: 14px;
    color: #666;
    margin: -2px;
    padding: 3px 0px 0px 2px;
}

.bm {
    width: 110px;
    position: absolute;
    left: -20px !important;
    background: #f2f2f2;
    margin-top: 13px;
    text-align: center;
    border: 1px solid #ccc;
}

    .bm span:last-child {
        border: none;
    }
/*------------------------------------------------------------
	line-height-35
------------------------------------------------------------*/
.line-height-35 {
    line-height: 35px !important;
}
