@charset "utf-8";
/* CSS Document */

@media (min-width: 992px) {
    .sticky-postion {
        top: 218px
    }

    .site-list-wrap ul>ul {
        padding-left: 20px;
    }

    .site-box {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .site-box .site-list-wrap {
        height: 100%;
        min-height: 250px;
    }
}

@media (min-width: 769px) {

    .navbar>.container .navbar-brand {
        height: auto;
    }


    .navbar-nav#main-menu>li {
        flex: 1;
    }

    .navbar .dropdown-menu {
        padding: 8px 0;
    }

    .dropdown-menu>li>a {
        padding: 8px 0;
    }

    .dropdown-menu>li {
        padding: 0 16px;
    }

    .navbar-nav>li>a {
        padding: 17px 18px 18px;
    }

    .dropdown-menu>li:not(:last-of-type) a {
        border-bottom: 1px solid #E0E0E0;
    }
}

@media (min-width:769px) and (max-width:1056px) {

    .container>.navbar-header {
        padding: 15px 20px;
    }

    .header-top-right {
        position: absolute;
        padding-bottom: 0;
        top: 19px;
        right: 0;
    }
}

@media (max-width:1056px) {

    .header-top-right ul {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .header-top-right ul li:nth-child(2) {
        margin: 0;
        margin-bottom: 8px;
    }

    .navbar>.container:first-child {
        position: relative;
    }

    .header-top-right ul>li:last-of-type {
        display: none;
    }

}

.header-top-right {
    display: flex !important;
}

.navbar-brand img {
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 270px;
    object-fit: contain;
}

.navbar-brand .logo-word {
    color: #333 !important;
 font-family: FanWunMing-TW-H;
    font-size: 22px;
    margin-right: 20px;
    padding-left: 6px;
    white-space: nowrap;
    line-height: normal;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: #333;
}

.navbar-brand .logo-word .cn {
    display: block;
    text-align: justify;
    height: 20px;
    word-break: break-all;
    text-justify: distribute;
font-weight:bolder
}

.logo-word .en {

    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.navbar-brand-logo {
    position: relative;
}

.href-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
}

.navbar-brand .logo {
    width: 270px;
    height: 72px;
}

@media (min-width:769px) {
    .navbar>.container {
        padding: 0;
    }
}

@media (min-width:1057px) {
    .navbar>.container {
        padding: 15px 0;
    }

}

@media (min-width:769px) and (max-width:1056px) {

    .container>.navbar-header {
        padding: 15px 20px;
    }

    .header-top-right {
        position: absolute;
        padding-bottom: 0;
        top: 12px;
        right: 0;
    }
}

@media (max-width:1056px) {
    .navbar-default .navbar-nav>li:nth-last-child(3) li:last-of-type a {
        border: none;
    }

    .logo-word {
        padding-right: 200px;
    }

    .navbar>.container .navbar-brand {
        width: 100%
    }

    .header-top-right ul {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .header-top-right ul li:nth-child(2) {
        margin: 0;
        margin-bottom: 8px;
    }


    .navbar-default .input-group>.input-search {
        color: #333;
        padding: 0 8px
    }

    .navbar-default .input-group {
        border: none;
        border-radius: 0;
        padding: 0;
        align-items: center;
        background: #FFF;
    }

    .navbar-default .btn-search {
        flex: 1;
        padding: 5px;
        background-color: #CCCCCC !important;

    }

    .navbar-default .input-group>.search-border {
        margin: 0;
        display: none;
    }

    .container>.navbar-header {
        margin-top: 80px;
    }

    .navbar>.container:first-child {
        position: relative;
    }

    .navbar-collapse .container {
        margin: 0;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .logo-wrap .text {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #FFFFFF;
    }

    .dropdown .dropdown-toggle::after {
        content: '';
        border: solid black;
        border-width: 0 1.5px 1.5px 0;
        border-color: #fff;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 23px;
    }

    .dropdown.open .dropdown-toggle::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        background-color: transparent;
    }

    .header-top-right {
        text-align: right;
        padding-top: 0;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    .navbar-brand a {
        margin: 3px 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        transform: translateX(0);
    }

    .navbar-toggle {
        margin-right: 15px;
        padding: 4px 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        border-color: transparent !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #3B3838;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3B3838;
        height: 1px;
    }


    .navbar-collapse {
        background: #333333;
        border: none;
    }

    .navbar-toggle-bg {
        background: #333333;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(100vh - 227px);
        overflow-y: auto !important;
        background-color: #333;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        width: 19px;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        width: 19px;
    }

    .navbar-toggle .icon-bar:nth-child(4) {
        width: 19px;
    }

    .navbar-default .navbar-nav>li>a {
        margin: 0 20px;
        padding: 0 35px;
        border-bottom: 1px solid #606266;
    }

    .navbar-default .navbar-nav>li:nth-last-child(2) a {
        border-bottom: none;
    }

    .navbar-default .navbar-nav>li>a {
        height: 60px;
        line-height: 60px;
        padding: 0;
        padding-left: 10px;
        min-width: 0;
        text-align: left;
        font-weight: 300;
        font-size: 14px;
        color: #f2f2f2;
        border-top: none;
    }

    .navbar-default .navbar-nav>li:nth-last-child(1),
    .navbar-default .navbar-nav>li:nth-last-child(2) {
        display: block;
    }

    .navbar-default .navbar-nav>li:nth-last-child(1) {
        display: block;
        padding: 20px;
        color: #f2f2f2;

    }

    .navbar-default .navbar-nav .input-group {
        padding: 10px;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
    }

    .navbar-default .navbar-nav .input-group input:first-child {
        width: 90%;
    }

    .navbar-default .navbar-nav .input-group .search-border {
        display: none;
    }

    .navbar-default .navbar-nav .input-group .btn-search {
        background: url(../image/btn-search-phone.png)no-repeat center center;
    }


    .navbar-default .navbar-nav>li>a .caret {
        float: right;
        width: 0;
        height: 0;
        margin-left: 2px;
        margin-top: 26px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 8px solid \9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: relative;
    }

    .navbar-default .navbar-nav>li>a .caret::after {
        content: '';
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 6px solid #333;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        top: -8px;
        left: -6px;
    }

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        background-color: #FFFFFF;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 300;
        line-height: 60px;
        color: #f2f2f2;
        white-space: nowrap;
        margin-left: 40px;
        margin-right: 20px;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid #606266;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #f2f2f2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        font-weight: 500;
        background-color: transparent;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        border-color: #606266;
    }

    .navbar-nav>li {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }


    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }



    .navbar>.container {
        width: 100%;
        display: block;
    }

    .navbar-brand>img:first-child {
        margin-bottom: 12px;
        width: 257px;
        height: 65px;
    }


    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #FFFFFF;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        height: 1px;
    }

    .dropdown-custom-level-2 .caret {
        display: none;
    }

    .dropdown-menu>.active>a::after {
        content: '';
        width: 0;
    }

    .navbar-default a.to-search {
        display: block;
    }

    .navbar-nav>li::after {
        content: none;
    }
}

@media (max-width: 768px) {
    .navbar-brand .logo {
        width: 257px;
        height: 68.53px;
    }

    .navbar-fixed-top {
        position: absolute;
    }

    .logo-word {
        justify-content: center;
        padding: 0
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(100vh - 270px);
    }

    h1.title,
    h3.title {
        display: block;
        text-align: left;
    }



    .navbar>.container .navbar-brand {
        height: auto;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 14px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .navbar>.container {
        padding: 0;
    }



    .header-top-right {
        top: 0;
        position: absolute;
        width: 100%;
        height: 80px;
        background: #019483;
    }

    .header-top-right ul {
        flex-direction: column-reverse;
    }

    .header-top-right ul li a {
        color: #fff;

    }

    .navbar-default .input-group>.input-search {
        color: #333;
        padding: 0 8px
    }

    .navbar-default .input-group {
        border: none;
        border-radius: 0;
        padding: 0;
        align-items: center;
        background: #FFF;
    }

    .navbar-default .btn-search {
        flex: 1;
        padding: 5px;
        background-color: #CCCCCC !important;

    }

    .navbar-default .input-group>.search-border {
        margin: 0;
        display: none;
    }
}



@media (min-width:769px) {
    .navbar>.container {
        padding: 0;
    }

    #main-menu {
        width: 100%;
    }
}

@media (min-width:1057px) {
    .navbar>.container {
        padding: 28px 0;
    }
}

@media (min-width:769px) and (max-width:1056px) {

    .container>.navbar-header {
        padding: 15px 20px;
    }


}

@media (max-width:1056px) {

    .header-top-right {
        top: 0;
        position: absolute;
        width: 100%;
        height: 80px;
        background: #019483;
    }

    .header-top-right ul {
        flex-direction: column-reverse;
    }

    .header-top-right ul li a {
        color: #fff;

    }

    .logo-word {
        padding-right: 200px;
    }

    .navbar>.container .navbar-brand {
        width: 100%
    }

    .header-top-right ul {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .header-top-right ul li:nth-child(2) {
        margin: 0;
        margin-bottom: 8px;
    }

    .navbar>.container:first-child {
        position: relative;
    }

    .navbar-collapse .container {
        margin: 0;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .logo-wrap .text {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #FFFFFF;
    }

    .dropdown .dropdown-toggle::after {
        content: '';
        border: solid black;
        border-width: 0 1.5px 1.5px 0;
        border-color: #fff;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 23px;
    }

    .dropdown.open .dropdown-toggle::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        background-color: transparent;
    }

    .header-top-right {
        text-align: right;
        padding-top: 0;
        padding-bottom: 8px;
        padding-right: 10px;
    }

    .navbar-brand a {
        margin: 3px 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        transform: translateX(0);
    }

    .navbar-toggle {
        margin-right: 15px;
        padding: 4px 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        border-color: transparent !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #3B3838;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3B3838;
        height: 1px;
    }


    .navbar-collapse {
        background: #333333;
        border: none;
    }

    .navbar-toggle-bg {
        background: #333333;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(100vh - 227px);
        overflow-y: auto !important;
        background-color: #333;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        width: 19px;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        width: 19px;
    }

    .navbar-toggle .icon-bar:nth-child(4) {
        width: 19px;
    }

    .navbar-default .navbar-nav>li>a {
        margin: 0 20px;
        padding: 0 35px;
        border-bottom: 1px solid #606266;
    }

    .navbar-default .navbar-nav>li:nth-last-child(3) a {
        border-bottom: none;
    }

    .navbar-default .navbar-nav>li>a {
        height: 60px;
        line-height: 60px;
        padding: 0;
        padding-left: 10px;
        min-width: 0;
        text-align: left;
        font-weight: 300;
        font-size: 14px;
        color: #f2f2f2;
        border-top: none;
    }

    .navbar-default .navbar-nav>li:nth-last-child(1),
    .navbar-default .navbar-nav>li:nth-last-child(2) {
        display: none;
    }



    .navbar-default .navbar-nav .input-group {
        padding: 10px;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
    }

    .navbar-default .navbar-nav .input-group input:first-child {
        width: 90%;
    }

    .navbar-default .navbar-nav .input-group .search-border {
        display: none;
    }

    .navbar-default .navbar-nav .input-group .btn-search {
        background: url(../image/btn-search-phone.png)no-repeat center center;
    }


    .navbar-default .navbar-nav>li>a .caret {
        float: right;
        width: 0;
        height: 0;
        margin-left: 2px;
        margin-top: 26px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 8px solid \9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: relative;
    }

    .navbar-default .navbar-nav>li>a .caret::after {
        content: '';
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 6px solid #333;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        top: -8px;
        left: -6px;
    }

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        background-color: #FFFFFF;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 300;
        line-height: 60px;
        color: #f2f2f2;
        white-space: nowrap;
        margin-left: 40px;
        margin-right: 20px;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid #606266;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #f2f2f2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        font-weight: 500;
        background-color: transparent;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        border-color: #606266;
    }

    .navbar-nav>li {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }


    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }



    .navbar>.container {
        width: 100%;
        display: block;
    }

    .navbar-brand>img:first-child {
        margin-bottom: 12px;
        width: 257px;
        height: 65px;
    }


    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #FFFFFF;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        height: 1px;
    }

    .dropdown-custom-level-2 .caret {
        display: none;
    }

    .dropdown-menu>.active>a::after {
        content: '';
        width: 0;
    }

    .navbar-default a.to-search {
        display: block;
    }

    .navbar-brand a img {
        width: auto;
        height: 100%;
        max-height: none;
        max-width: 270px;
        object-fit: contain;
    }

    .navbar-nav>li::after {
        content: none;
    }
}

/* 鎵嬫満瀵艰埅鏍峰紡 */
@media (max-width: 768px) {

    .navbar-fixed-top {
        position: absolute;
    }

    .logo-word {
        justify-content: center;
        padding: 0;
        padding-left: 5px;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(100vh - 270px);
    }

    h1.title,
    h3.title {
        display: block;
        text-align: left;
    }

    .navbar-brand .line {
        display: none;
    }

    .navbar>.container .navbar-brand {
        height: auto;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .navbar>.container {
        padding: 0;
    }

    .container>.navbar-header {
        margin-top: 80px;
    }



    .navbar-brand .logo-word {
        font-size: 18px;
        padding: 0;
        margin: 5px 10px;
    }

    .navbar-brand .logo-word .en {
        font-size: 12px;
    }

    .navbar-brand .navbar-brand a:first-child img {
        max-height: 40px;
    }
}

@media (min-width:1056px) and (max-width:1200px) {
    .navbar>.container.active {
        width: 1056px;
    }
}