﻿@charset "utf-8";
.headTopBg {
    height: 2px;
    background: url(../images/topnav_01.png) no-repeat center;
    background-size: 100% 100%;
}

.faContainer {
    width: 1180px;
    margin: 0px auto;
}

.head {
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

body {
    background: #fff;
    overflow-x: hidden;
}

.main {
    overflow-x: hidden;
}

@media (max-width:1200px) {
    .faContainer {
        width: 96%;
        margin: 0px auto;
    }
}

.headM {
    padding: 14px 0px;
}

.logo {
    display: inline-block;
}

    .logo img {
        height: 59px;
        width: 174px;
        vertical-align: middle;
    }

.headTopIco {
    display: block;
    background: url(../images/index_05.png?v1.0) no-repeat;
    width: 130px;
    height: 59px;
    margin-left: 30px;
}

.headPer img {
    width: 45px;
    border-radius: 50%;
    height: 50px;
    vertical-align: middle;
    border: 2px solid #e2e2e2;
    box-sizing: border-box;
}

.headPer {
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    margin-top: 4.5px;
}

.headPerName {
    line-height: 50px;
    height: 50px;
    margin-left: 8px;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.headPer em {
    display: inline-block;
    background: url(../images/index_09.png) no-repeat;
    width: 11px;
    height: 9px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}

.headPerM {
    position: relative;
}

.headPerNo {
    background: #fff;
    z-index: 1100;
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 100%;
    left: 0px;
    display: none;
}

    .headPerNo a {
        display: block;
        line-height: 38px;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        color: #666666;
        font-size: 14px;
    }

        .headPerNo a:hover {
            background: #e2e1e4;
            color: #666;
        }

    .headPerNo em {
        display: block;
        background: url(../images/headsj_03.png) no-repeat;
        width: 14px;
        height: 8px;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: -8px;
    }

.headPerM:hover .headPerNo {
    display: block;
}

.headPerM:hover .headPer em {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.ermfooterNo {
    position: absolute;
    left: 0px;
    bottom: 40px;
    display: none;
    z-index: 10;
}

    .ermfooterNo img {
        width: 100px !important;
    }

.ermfooterA:hover .ermfooterNo {
    display: block;
}

.ermfooterA {
    position: relative;
}

.loginBerfore a {
    line-height: 38px;
    width: 80px;
    text-align: center;
    font-size: 16px;
}

.loginBerfore {
    margin-top: 12px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.menu {
    padding-left: 365px;
    padding-right: 160px;
    text-align: center;
}

.navbar-brand {
    display: none;
}

.flex-control-nav {
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    z-index: 1100;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

    .flex-control-nav li {
        display: inline-block;
        margin: 0px 2px;
    }

        .flex-control-nav li a {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.7);
            text-indent: -9999px;
        }

        .flex-control-nav li .flex-active {
            background: #f8ce48;
            width: 28px;
            border-radius: 50px;
        }

.headClose {
    display: none;
    color: #fed03d;
    font-size: 28px;
    line-height: 14px;
    width: 16px;
    height: 14px;
    text-align: center;
}

.btnyellow {
    background: #fdadfd;
    color: #fff !important;
}

.btnPure {
    background: #44368b;
    color: #fff !important;
}

.loginBerfore .btnyellow {
    color: #2089da !important;
}

@media (min-width: 1000px) {
    .nav li .firstMenu {
        line-height: 59px;
        font-size: 16px !important;
        padding: 0px 10px !important;
        border-bottom: 3px solid transparent;
        box-sizing: border-box;
    }

    .menu li {
        position: relative;
        margin: 0px 10px;
    }

    .nav li .firstMenu:hover {
        background: none !important;
        border-bottom: 3px solid #2089da;
        color: #2089da !important;
    }

    .nav li .firstMenu.ahover {
        background: none !important;
        border-bottom: 3px solid #2089da;
        color: #2089da !important;
    }

    .firstMenIco {
        display: inline-block;
        background: url(../images/index_09.png) no-repeat;
        width: 11px;
        height: 9px;
        vertical-align: middle;
        margin-left: 5px;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        -o-transition: -o-transform 0.2s ease-out;
        -ms-transition: -ms-transform 0.2s ease-out;
    }

    .secondMenu {
        position: absolute;
        background: #fff;
        z-index: 1100;
        border: 1px solid #e5e5e5;
        width: 100%;
        left: 0px;
        display: none;
    }

        .secondMenu a {
            line-height: 38px;
            height: 38px;
            text-align: center !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0px !important;
        }

    .nav li .secondMenu a:hover {
        background: #b0d6fc !important;
        color: #333 !important;
    }

    .nav li:hover .secondMenu {
        display: block;
    }

    .nav li:hover .firstMenu {
        border-bottom: 3px solid #2089da;
    }

    .nav li:hover .firstMenIco {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
}

@media (max-width:1200px) {
    .nav li .firstMenu {
        font-size: 15px !important;
    }
}

@media (max-width:1180px) {

    .menu li {
        margin: 0px;
    }
}

@media (max-width:1100px) {

    .menu li {
        margin: 0px;
    }

    .nav li .firstMenu {
        padding: 0px 5px !important;
    }
}

@media (max-width: 999px) {
    .navbar-toggle {
        margin-top: 21.5px;
    }

    .head {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .banner {
        margin-top: 89px;
    }

    .nyMain {
        margin-top: 89px;
    }

    .main {
        margin-top: 89px;
    }

    .navbar-collapse {
        background: rgba(0,0,0,0.7);
        top: 89px;
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff !important;
    }

    .nav li .firstMenu {
        padding: 0px 20px !important;
    }

    .nav .secondMenu a {
        color: #ccc !important;
        text-align: left !important;
        display: block;
        padding: 0px 40px;
        line-height: 25px !important;
    }

    .nav {
        padding-bottom: 20px;
    }

    .navbar-nav .ahover {
        background: none !important;
    }
}

@media (max-width: 767px) {
    .headTopIco {
        display: none;
    }

    .logo img {
        width: 84px;
        height: 29px;
    }

    .lw-not-details img {
        width: 80%;
        margin-left: 10%;
    }
    .headPer img {
        width: 25px;
        height: 25px;
        border: 1px solid #e2e2e2;
    }

    .headPerName {
        margin-left: 3px;
        line-height: 25px;
        height: 25px;
        font-size: 12px;
    }

    .headPer {
        line-height: 25px;
        margin-top: 1px;
    }

    .headM {
        padding: 7px 0px;
    }

    .menu {
        padding-left: 102px;
        padding-right: 100px;
    }

    .navbar-toggle {
        margin-top: 6.5px;
    }

    .banner {
        margin-top: 45px;
    }

    .nyMain {
        margin-top: 45px;
    }

    .main {
        margin-top: 0;
    }

    .navbar-collapse {
        top: 45px;
    }

    .flex-control-nav li a {
        width: 6px;
        height: 6px;
    }

    .flex-control-nav li .flex-active {
        width: 14px;
    }

    .loginBerfore a {
        font-size: 12px;
        width: 50px;
        line-height: 25px;
    }

    .loginBerfore {
        margin-top: 2px;
    }
}
/*å°¾éƒ¨*/
.footerTOP {
    background: #fdadfd;
    padding: 20px 0px;
}

.footerTOPGp img {
    width: 66px;
    vertical-align: middle;
    display: block;
}

.footerTOPGpRt {
    padding-left: 76px;
    color: #2089da;
    font-size: 14px;
    line-height: 22px;
    padding-top: 11px;
}

.footerB {
    background: #2089da;
    padding: 48px 0px;
    color: #fff;
    font-size: 14px;
}

.footerBB {
    text-align: center;
    margin-top: 40px;
}

.footerBLinkGp {
    padding: 0px 2px;
    width: 16.6%;
    float: left;
    box-sizing: border-box;
}

.footerTOPGp {
    width: 33.3%;
    float: left;
}

.footerBLinkGp a {
    color: #fff;
}

.footerBLinkGpTl {
    font-size: 16px;
    margin-bottom: 20px;
}

.footerBLinkGpB p {
    line-height: 30px;
}

.footerBLinkGpRt {
    text-align: center;
    width: 33.3%;
}

.footerBLinkGpRtQQ img {
    max-width: 100%;
}

.footerBLinkGpRtQQ a {
    display: inline-block;
}

.footerBLinkGpRtText {
    margin: 15px 0px;
}

.footerBLinkGpRtImg a {
    display: inline-block;
    margin: 0px 5%;
}

@media (max-width: 999px) {
    .footerTOPGpRtB {
        display: none;
    }

    .footerTOP {
        padding: 10px 0px;
        text-align: center;
    }

    .footerBLinkGpRtImg a {
        margin: 0px 1%;
    }

    .footerTOPGpRt {
        padding-left: 38px;
    }

    .footerTOPGp {
        padding: 0px 40px;
        display: inline-block;
        width: auto;
        float: none;
    }

        .footerTOPGp img {
            width: 40px;
        }

    .footerTOPGpRt {
        padding-left: 50px;
        padding-top: 0px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .footerTOPGp {
        padding: 0px 1%;
    }

        .footerTOPGp img {
            width: 25px;
        }

    .footerBLinkGp {
        text-align: center;
        margin-bottom: 10px;
        width: 25%;
    }

    .footerBB {
        margin-top: 0px;
        font-size: 12px;
    }

    .footerB {
        padding: 20px 0px;
    }

    .footerBLinkGpTl {
        margin-bottom: 10px;
    }

    .footerTOPGpRt {
        font-size: 12px;
    }

    .footerTOPGpRt {
        padding-left: 30px;
        padding-top: 0px;
        line-height: 25px;
    }

    .footerBLinkGpTl {
        display: none;
    }

    .footerBLinkGpRtImg {
        display: none;
    }

    .footerBLinkGpB p {
        line-height: 20px;
        font-size: 12px;
    }

    .footerBLinkGpRtText {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .footerBLinkGpRt {
        width: 100%;
    }
}
/*æ‚¬æµ®*/
.fixRight {
    position: fixed;
    z-index: 1200;
    width: 66px;
    right: 10px;
    top: 70%;
}

.fixRighth {
    top: 60%;
}

.fixRight img {
    width: 100%;
    vertical-align: -moz-middle-with-baseline;
}

.fixRight a {
    display: block;
}

.fixRight .topbtn {
    display: none;
}

@media (max-width:767px) {
    .fixRight {
        width: 40px;
        right: 0px;
    }
}

@media (min-width:1080px) {

    .footerBLinkGp a:hover {
        text-decoration: underline;
    }

    .footerBLinkGpRt a:hover {
        opacity: 0.8;
    }

    .fixRight a:hover {
        opacity: 0.8;
    }
}
