﻿html {
    font-size: 16px;
}

/* @media (max-width: 1900px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 1300px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 10px;
    }
} */

body html {
    margin: 0;
    padding: 0;
}
.center-box {
    position: relative;
    max-width: 1440px;
    width: 1420px;
    min-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
body, td, th {
    /* font-family: PingFangSC-Regular,Microsoft YaHei, sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
.font-white {
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
}

.div-center {
    margin: 0 auto;
}

.left-name {
    font-size: 1.63rem;
    width: 1rem;
    left: 9%;
    margin-top: 10%;
    position: absolute;
}

.right-name {
    font-size: 1.63rem;
    width: 1rem;
    left: 90%;
    margin-top: 10%;
    position: absolute;
}

.right-r-line {
    position: absolute;
    margin-top: 7%;
    left: 89%;
    height: 12.5rem;
    width: 0.1rem;
}

    .right-r-line img {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

.left-r-line {
    position: absolute;
    margin-top: 7%;
    left: 8%;
    height: 12.5rem;
    width: 0.1rem;
}

    .left-r-line img {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }


.div-border {
    box-shadow: 0 0 20px 0 rgba(125,127,145,0.10);
}

.div-right {
    float: right;
}

.div-top-bg {
    width: 88.9%;
    height: 85%;
    background-color: #F5F6FA;
    position: absolute;
    float: right;
    right: 0;
    z-index: -2;
}

.div-bg-company {
    position: absolute;
    background-color: #F5F6FA;
    width: 75%;
    height: 56%;
    z-index: -2;
}

.self-adaption-width {
    position: absolute;
    overflow: hidden;
}

    .self-adaption-width img {
        width: 100%;
        max-width: 100%;
        position: absolute;
    }

.self-adaption-height {
    position: absolute;
    overflow: hidden;
}

    .self-adaption-height img {
        height: 100%;
        max-height: 100%;
        position: absolute;
    }

.fixed-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 4rem;
    z-index: 10;
}

.go-top {
    display: none;
    cursor: pointer;
}

    .go-top img {
        width: 100%;
    }


.a-no-style {
    text-decoration: none;
    color: inherit;
}

    .a-no-style a:hover, a:visited, a:link, a:active {
        color: inherit;
        text-decoration: none;
    }

.show-more-info {
}

.current-page-true {
    color: red;
}

.current-page-false {
    color: inherit;
}

.cursor-pointer {
    cursor: pointer;
}


.page-head-title {
    font-weight: bold;
    left: 45.1%;
    top: 34%;
    width: 48.6%;
    font-size: 2.5rem;
    position: absolute;
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    box-shadow: 0 0 20px 0 rgba(125,127,145,0.10);
}

.opacity-false {
    opacity: 1;
}

.poacity-60 {
    opacity: 0.6;
}

.topBtn {
    position: fixed;
    width: 52px;
    height: 80px;
    bottom: 20px;
    right: 18px;
    z-index: 2;
    display: none;
}

    .topBtn img {
        width: 100%;
    }

.language-selector {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.slideShow {
    width: 100%;
    height: auto;
    position: relative;
}

    .slideShow li {
        width: 100%;
        height: 100%;
    }

    .slideShow .slide-dy {
        position: absolute;
        right: 130px;
        top: 50px;
        width: 450px;
        height: 100%;
        line-height: 100%;
    }

        .slideShow .slide-dy img {
            height: auto;
            width: 100%;
        }

    .slideShow .slideImg {
        height: 100%;
        width: 100%;
    }

    .slideShow ._mask {
        position: absolute;
        background: url(/images/slideMask.png) no-repeat bottom;
        background-size: 100%;
        height: 60px;
        bottom: -4px;
        width: 100%;
    }

.navbar .nav > li .dropdown-menu {
    margin-left: 1rem;
}

.navbar .nav > li:hover .dropdown-menu {
    display: block;
}

.navbar .nav .dropdown-menu {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    min-width: 15px;
    padding: 0 0 0 0;
    margin-top: -1px;
    margin-left: 1rem;
    background: #000000;
    /* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.30); */
    border-radius: 6px;
}

    .navbar .nav .dropdown-menu a {
        font-size: 14px;
        color: rgba(255,255,255,0.6);
        letter-spacing: 0;
        text-align: center;
        /* border-bottom: 1px solid #E6E6E6; */
    }

        .navbar .nav .dropdown-menu a:hover {
            color: rgba(255,255,255,1);
            background: #000000;
            /* border-radius: 6px 6px 0 0;
            font-family: SourceHanSansSC-Medium;
            font-size: 14px;
            letter-spacing: 0;
            text-align: center; */
        }