@charset "utf-8";


#subContent {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side_use {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side_use#subContent {
    padding-right: 0;
    padding-top: 0;
}


/* ������ ���ؽ��޴� */
#subContent .navigator {
    position: relative;
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    overflow: hidden;

}

#subContent .navigator.fixed .lstwrap {
    position: fixed;
    /* scroll top lcation --------------------------- */
    top: 0px;
    padding-top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
}

#subContent .navigator.fixed .lstwrap ul>li a {
    color: #888;
}

#subContent .navigator.fixed .lstwrap .list {
    padding: 0 10px;
}

#subContent .navigator .lstwrap {
    height: 77px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

#subContent .navigator .lstwrap ul {
    text-align: center;
    font-size: 0;
    height: 77px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    display: table;
    table-layout: fixed;

    transition: all 1s;
    -webkit-transition: all 1s;
}

#subContent .navigator .lstwrap ul>li {
    margin-left: 0;
    cursor: pointer;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10%;
    vertical-align: top;
}

#subContent .navigator .lstwrap ul>li:first-child {
    border-left: 0px solid #e1e1e1;
}

#subContent .navigator .lstwrap ul>li a {
    display: block;
    position: relative;
    line-height: 75px;
    text-align: center;
    color: #888;
    font-size: 18px;
    box-sizing: border-box;
    color: #888
}

#subContent .navigator .lstwrap ul>li a.on,
#subContent .navigator .lstwrap ul>li a:hover {
    color: #2c3853;
    border-bottom: 2px solid #2c3853;
    box-sizing: border-box;
}

#subContent .navigator .lstwrap ul>li a.on:before,
#subContent .navigator .lstwrap ul>li a:hover:before {
    width: 100%;

}

#subContent .navigator .lstwrap ul>li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: #555;
}

#subContent .navigator .lstwrap ul>li a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 0px;
    left: 50%;
    width: 0;
    margin-left: 0;
    background-color: #f79320;
    transition: width 0.1s, left 0.1s;
    -webkit-transition: width 0.1s, left 0.1s;
}

#subContent .navigator .lstwrap ul>li a em {
    display: inline-block;
    vertical-align: middle;
}

#subContent .navigator .lstwrap .lnkTop {
    width: 0px;
}

#subContent .navigator .lstwrap .lnkTop a {
    font-size: 12px !important;
    color: #fff !important;
}

#subContent .navigator .lstwrap .lnkTop a:before {
    display: none;
}

#subContent .navigator .lstwrap .lnkTop a em:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 9px;
    height: 5px;
    background: url('/assets/images/common/icons.png') no-repeat -400px -100px;
    position: relative;
    top: -1px;
}


.sectionList {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width:1399px) {
    .sectionList {
        width: 96%;
    }

}


@media screen and (max-width:1200px) {
    #subContent .navigator .lstwrap ul>li a {
        font-size: 1.3vw;
    }

}

@media screen and (max-width:977px) {
    #subContent .navigator {
        display: none;
    }

}



/* ������ �� */
.section {
    margin-top: 0px;
}

/
/*  */

.sectionList>li {
    padding-top: 49px;
}

.sectionList>li .section {
    margin-top: 0;
    border-top: 0px solid #e1e1e1;
    padding-top: 0px;
}

.sectionList>li:first-child .panel:first-child .section {
    border-top: 0;
}

.sectionList .section .personal {
    padding: 0;
}

.sectionList .section {
    position: relative;
}

.sectionList .section:after {
    content: "";
    display: block;
    clear: both;
}