/* 基础样式 */
body {
    margin: 0;
    background-color: #ffffff;
    font-family: "PingFang SC", "PingFang", "PingFang-SC-Bold";
    /*min-width: 1300px;*/
    /*padding-top: 30px;*/
    /*padding-top: 30px;*/
    min-width: 1600px;
}

* {
    outline: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}

p {
    margin: 0;
}

/* 超出隐藏 */
.of-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 多行文本超出隐藏 */
.of-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.of-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.of-ellipsis-4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.of-ellipsis-5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.of-ellipsis-6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.of-ellipsis-7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.of-ellipsis-8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

body {
    /*background-color: black;*/
}


.max-box {
    width: 100%;
}

.max-box .center-box {
    margin: 0 auto;
    width: 1600px;
    height: 100%;
}

/* 浮动顶栏 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    z-index: 999;
}

.header .center-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .center-box .logo {
    display: block;
}

.header .center-box .nav {
    width: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.header .center-box .nav>li {
    float: left;
    margin: 0 5px;
}

.header .center-box .nav>li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 110px;
}

.header .center-box .nav>li a .zh {
    text-align: center;
    opacity: 1;
    white-space: nowrap;
    transition: 300ms;
    transform: translateY(11px);
}

.header .center-box .nav>li a .en {
    text-align: center;
    opacity: 0;
    white-space: nowrap;
    transition: 300ms;
    transform: translateY(-6px);
}

.header .center-box .nav>li.active a {
    font-weight: bold;
}

.header .center-box .nav>li.active a .zh {
    opacity: 0;
    transform: translateY(5px);
}

.header .center-box .nav>li.active a .en {
    opacity: 1;
    transform: translateY(-11px);
}


.header .center-box .nav>li a:hover .zh {
    opacity: 0;
    transform: translateY(5px);
}

.header .center-box .nav>li a:hover .en {
    opacity: 1;
    transform: translateY(-11px);
}

.header .center-box .right-item {
    width: 180px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffff;
}

.header .center-box .right-item .na {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
}

.header .center-box .right-item .na img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .center-box .right-item .na img:last-child {
    opacity: 0;
}

.header .center-box .right-item * {
    transition: 300ms;
}

.header .center-box .right-item i {
    display: block;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.header {
    transition: 300ms;
}


.header .qrcode {
    position: relative;
    z-index: 2;
}

.header .qrcode:hover .img-box{
    opacity: 1;
    transform: translateY(5px) translateX(-50%);
    pointer-events: auto;
}

.header .qrcode .img-box {
    pointer-events: none;
    opacity: 0;
    width: 128px;
    height: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateY(-10px) translateX(-50%);
    z-index: 2;
}

.header .right-item {
    transition: 300ms;
}
.header .search{
    position: relative;
}
.header .search::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
}
.header .search:hover .store_option{
    opacity: 1;
    transform: translateX(0%);
    pointer-events: auto;
}
.header .store_option{
    pointer-events: none;
    position: fixed;
    width: 911px;
    height: 214px;
    background-color: #ffffff;
    top: 99px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(10%);
}
.header .store_option .option_le{
    width: 485px;
    height: 124px;
    border-right: solid 1px #eeeeee;
}
.header .store_option .option_le .title h3{
    font-size: 26px;
    color: #d61209;
}
.header .store_option .option_le .title p{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #666666;
}
.header .store_option .option_le input{
    color: #666666;
    width: 305px;
    height: 44px;
    border: solid 1px #aaaaaa;
    padding: 0 16px;
}
.header .store_option .option_ri{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .store_option .option_ri a{
    color: inherit;
    margin-right: 8px;
}
.header .store_option .option_ri .img-box{
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header .logo {
    position: relative;
    height: 25px;
}

.header .logo img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 300ms;
}

.header .logo img:last-child {
    opacity: 0;
}

.header.noff,
.header.switch-color {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.header.noff .nav a,
.header.switch-color .nav a {
    color: #333333 !important;
}

.header.noff .logo img:last-child,
.header.switch-color .logo img:last-child {
    opacity: 1;
}

.header.noff .right-item .text,
.header.switch-color .right-item .text {
    color: #333333;
}

.header.noff .right-item i,
.header.switch-color .right-item i {
    background-color: rgba(0, 0, 0, 0.3);
}

.header.noff .center-box .right-item .na img:last-child,
.header.switch-color .center-box .right-item .na img:last-child {
    opacity: 1;
}


.mian-titles {
    width: 100%;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mian-titles.colorff * {
    color: #ffffff !important;
}

.mian-titles .left-item {
    width: 500px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
}

.mian-titles .left-item .zh-title {
    font-size: 34px;
    /*opacity: 0.5;*/
}

.mian-titles .left-item .icons1 {
    margin-top: 20px;
    margin-left: 12px;
}

.mian-titles .left-item .en-title {
    width: 100%;
    font-weight: bold;
    color: #000000;
    font-size: 44px;
}

.mian-titles .left-item .color-blok {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mian-titles.colorff .link-btn {
    border-color: #ffffff;
}

.mian-titles .link-btn * {
    color: #333333;
    line-height: 64px;
}

.mian-titles .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 70px;
    border: solid 3px #333333;
    line-height: 62px;
    padding: 0 30px;
    font-size: 18px;
}

.mian-titles .right-item .icon-jiantou_xiangyou_o {
    font-size: 36px;
    line-height: 62px;
    margin-left: 8px;
}

.mian-titles .right-item * {
    transition: 300ms;
}

.mian-titles .right-item:hover .link-btn {
    border-color: #ff0000;
    color: #ff0000 !important;
}

.mian-titles .right-item:hover .link-btn * {
    border-color: #ff0000;
    color: #ff0000 !important;
}

.mian-titles .link-btn p {
    display: inline-block;
}

.mian-titles.colorff .link-btn img {
    filter: invert(100%);

}

.mian-titles .link-btn img {
    margin-left: 18px;
}


.footer {
    height: 668px;
    overflow: hidden;
    padding-top: 95px;
    background-image: url(../img/rp_1_juxing8.png);
}

.footer .center-box {
    height: 100%;
    width: 1600px;
    margin: 0 auto;
}

.footer .center-box .alink-list {
    width: 100%;
    height: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}

.footer .center-box .alink-list .link-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .center-box .alink-list .link-item li p {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer .center-box .alink-list .link-item li a {
    font-size: 16px;
    line-height: 40px;
    color: #c9c9c9;
}

.footer .center-box .list-msg {
    width: 100%;
    height: 154px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .center-box .list-msg .img-box {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .center-box .list-msg .det-ins {
    font-size: 16px;
    color: #c9c9c9;
    margin-bottom: 8px;
}

.footer .center-box .list-msg .infos {
    font-size: 16px;
    color: #ffffff;
}

.footer .center-box .list-msg .qr-code {
    width: 350px;
    height: 100%;
}

.footer .center-box .list-msg .qr-code .codes {
    width: 120px;
    height: 100%;
    margin-left: 40px;
    float: right;
}

.footer .center-box .list-msg .qr-code .codes .img-box {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer .center-box .list-msg .qr-code .codes .tesx {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
}

.footer .center-box .botts {
    width: 100%;
    height: 108px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.footer .center-box .botts .links {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
}

.footer .center-box .botts .links a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 4px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    padding-right: 8px;
    border-right: solid 1px #ffffff;
}

.footer .center-box .botts .info {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.footer .center-box .botts .info a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 4px;
    text-decoration: underline;
    height: 14px;
}

.top-banner {
    width: 100%;
    height: 840px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-banner .center-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.top-banner .infos {
    font-size: 24px;
    padding-left: 50px;
    background-image: url(../img/tuceng157.png);
    background-position: center left;
    background-repeat: no-repeat;
    letter-spacing: 6px;
    color: #ffffff;
}

.top-banner .page-title {
    font-size: 60px;
    color: #ffffff;
    letter-spacing: 3px;
}


.des-nav {
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #dddddd;
}

.des-nav .center-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.des-nav ul {
    list-style: none;
    display: block;
    /*width: 50%;*/
    padding: 0;
    margin: 0;
}

.des-nav .switch-page li {
    float: left;
    margin-right: 82px;
    font-size: 18px;
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
}

.des-nav .switch-page li a {
    line-height: 97px;
    color: #666666;
}

.des-nav .switch-page li.active {
    border-bottom-color: #e50015;
}

.des-nav .switch-page li.active a {}

.des-nav .paths li {
    float: left;
    font-size: 16px;
    margin-left: 34px;
    position: relative;
}

.des-nav .paths li a {
    color: #999999;
}

.des-nav .paths li:not(:last-child):after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: -17px;
    transform: rotate(-45deg);
    box-shadow: 1px 1px 1px #999999;
}


.page-nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.page-nav .page-link.btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-nav .page-link.btns::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    box-shadow: 1px -1px 0 0.5px #999999;
    /*background-color: pink;*/
    margin-left: 6px;
    transform: rotate(-135deg);
}

.page-nav .page-link.btns:last-child:before {
    margin-left: -6px;
    transform: rotate(45deg);
}

.page-nav .page-link {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    border: solid 1px #dddddd;
    color: #999999;
    line-height: 33px;
    text-align: center;
    margin: 0 4px;
}

.page-nav .page-link.active {
    border: none;
    color: #333333;
}


.iik {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 70px;
    color: #ffffff;
    line-height: 36px;
    padding-left: 48px;
    background-image: url(../img/tuceng181.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px 36px;
}

#promotion{
    width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}