body {
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    list-style: none;
}
a {
    border: none;
    text-decoration: none;
    color: #1b1b1b;
}
a:hover {
    text-decoration: none;
}
select,
input,
textarea {
    appearance: none;
}
.container {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 地图样式 开始*/
#companyAddress {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/* 地图样式 结束*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* nav 开始 */
nav {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    color: #fff;
}
nav .bannerInner {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
nav .logo {
    display: inline-block;
    width: 169px;
    height: 36px;
    background: url('../img/logo.png') no-repeat center center;
    background-size: 169px 36px;
}
nav .breadcrumb {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../img/bread.png') no-repeat center center;
    background-size: 44px 44px;
    cursor: pointer;
    width: 169px;
}
nav .search {
    width: 331px;
    height: 46px;
    border-radius: 46px;
    background-color: #fff;
    position: relative;
}
nav .search input {
    display: block;
    width: 331px;
    height: 46px;
    border-radius: 46px;
    background-color: #fff;
    border: 0;
    padding: 5px 52px 5px 20px;
    box-sizing: border-box;
}
nav .search i {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('../img/search.png') no-repeat center center;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
nav .search input::-webkit-input-placeholder {
    color: #BBBBBB;
}
.navSearch {
    display: none;
}
/* nav结束 */

/* header 开始 */
header {
    color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.5s;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
    display: block;
    visibility: hidden;
}
header.show {
    visibility: visible;
    left: 0;
}
header .container {
    position: relative;
}
header .back {
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}
header .close {
    display: inline-block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    right: 62px;
    top: 30px;
    background: url('../img/close.png') no-repeat center;
    background-size: 44px 44px;
}
header ul {
    padding-top: 100px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
header li {
    display: inline-block;
    margin-right: 100px;
}
header li:last-child {
    margin-right: 0;
}
header li span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
header li a {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
    margin-top: 50px;
}
header li a:first-child {
    margin-top: 0;
}
header li a:hover {
    text-decoration: underline;
}
/* header 结束 */

/* footer 开始 */
footer {
    width: 100%;
    background-color: #1E1E1E;
}
footer .footer1 {
    padding: 30px 0;
    text-align: center;
}
footer .footer1 p,
footer .footer1 section  {
    font-size: 14px;
    line-height: 20px;
    color: #DADADA;
    margin-bottom: 20px;
}
footer .footer1 section {
    margin-bottom: 0px;
}
footer .footer1 section span {
    display: inline-block;
    margin-right: 20px;
}
footer .footer2 {
    border-top: 1px solid #4F4F4F;
    padding: 23px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer2 span {
    display: inline-block;
    margin-right: 52px;
}
footer .footer2 strong {
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
}
footer .footer2 strong i {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 5px;
    background: url('./../img/policeBadge.png') no-repeat center;
    background-size: 18px 20px;
}
/* footer 结束 */

/* 页码 */
.tg_pages ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tg_pages ul li {
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 8px;
    margin-bottom: 10px;
}
.tg_pages ul li.thisclass {
    background: #db261f;
    border: 1px solid #db261f;
}
.tg_pages ul li.thisclass a {
    color: #fff;
}
/* mobile 样式开始 */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    /* nav 开始 */
    nav .search {
        display: none;
    }
    .navSearch {
        display: block;
        width: 90%;
        height: 46px;
        border-radius: 5px;
        background-color: #fff;
        position: relative;
        position: absolute;
        top: 80px;
        left: 5%;
        z-index: 2;
    }
    .navSearch input {
        display: block;
        width: 100%;
        height: 46px;
        border-radius: 5px;
        background-color: #fff;
        border: 0;
        padding: 5px 52px 5px 20px;
        box-sizing: border-box;
    }
    .navSearch i {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url('../img/search.png') no-repeat center center;
        background-size: 18px 18px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .navSearch input::-webkit-input-placeholder {
        color: #BBBBBB;
    }
    nav {
        top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    nav .logo {
        width: 120px;
        height: 25px;
        background: url(../img/logo.png) no-repeat center center;
        background-size: 120px 25px;
    }
    nav .breadcrumb {
        width: 44px;
    }
    /* header 开始 */
    header .back {
        top: 20px;
        left: 20px;
        font-size: 16px;
        line-height: 23px;
    }
    header .close {
        right: 20px;
        top: 20px;
    }
    header ul {
        display: block;
        top: 90px;
    }
    header ul li {
        float: left;
        width: 25%;
        box-sizing: border-box;
        margin-right: 0;
        text-align: center;
    }
    header ul li:first-child {
        display: none;
    }
    header li span {
        font-size: 14px;
        line-height: 24px;
        min-height: 50px;
        display: inline-block;
    }
    header li a {
        font-size: 12px;
        line-height: 21px;
        margin-top: 20px;
        text-align: center;
    }
    /* footer 开始 */
    footer {
        padding: 0 10px;
        box-sizing: border-box;
    }
    footer .footer1 {
        padding: 25px 0;
    }
    footer .footer1 p,
    footer .footer1 section  {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    footer .footer2 {
        padding: 15px 0;
        text-align: center;
    }
    footer .footer2 span {
        margin-right: 0;
    }
}
/* mobile 样式结束 */
/* 英文版单独样式 */
.en header .back {
    top: 39px;
    left: 0;
}
.en header li a {
    text-align: center;
}
.en .brandIntroduction .topBox .btnMore {
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .en header li span {
        font-size: 12px;
    }
    .en header li a {
        font-size: 10px;
    }
}