.Htitle {
    font-size: calc(36/16*1em);
    text-align: center;
    color: #333;
    padding: 0 0 2vw;
}

.Htitle span {
    position: relative;
    padding-left: 1.5vw;
}

.Htitle span::before {
    position: absolute;
    content: "";
    background: url(../images/lo.png);
    width: 20px;
    height: 27px;
    background-size: contain;
    top: 8px;
    left: 0;
    display: none;
}
.Htitle span i{
 position: absolute;
 width: 1.5vw;
 height: 100%;
 left: 0;
 top: 0;
 display: block;
 margin-top: -3px;
 }
.Htitle span i img{
    width: 20px;
    height: 27px;
}
.Htitle p {
    font-size: 16px;
    color: #666;
}


.Hmore {
    margin-top: calc(55 / 16 * 1em);
}

.Hmore a {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: calc(180 / 16 * 1em);
    padding: calc(24 / 16 * 1em) 0 0 0;
    color: #666;
    background: url(../images/Floor003180-more2.svg) no-repeat right calc(9 / 16 * 1em) center;
    background-size: calc(15 / 16 * 1em) auto;
    transition: 0.3s;
    height: calc(65 / 16 * 1em);
}

.Hmore a:hover {
    border-top: 0;
    width: calc(220 / 16 * 1em);
    color: #fff;
    background-color: #691318;
    padding: 0 0 0 calc(30 / 16 * 1em);
    background-image: url(../images/Floor003180-more.svg);
    background-position: right calc(27 / 16 * 1em) center;
    box-shadow: 0 calc(10 / 16 * 1em) calc(40 / 16 * 1em) rgb(105 19 24 / 0.3);
    line-height: calc(65 / 16 * 1em);
}

@media (max-width: 1024px) {
    .Htitle {
        font-size: 6vw;
    }

    .Htitle p {
        font-size: 4vw;
    }

    .Htitle span {
        padding-left: 25px;
    }

    .Htitle span::before {
        top: 0;
    }
}

/*Top003198 */
.Top003198 {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Top003198 menu li span {
    display: block;
    font-size: calc(18 / 16 * 1em);
}

.Top003198 menu li a:hover,
.Top003198 menu li.aon span a {
    color: #691318;
    font-weight: bold;
}

.Top003198 li .sub .pic .Ispic {
    padding-bottom: calc(400 / 310 * 100%);
    background-color: #eee;
}

.Top003198 .top-hotline {
    color: #691318;
    font-size: calc(20 / 16 * 1em);
    padding-left: calc(29 / 20 * 1em);
    background: url(../images/Top003198-tel.svg) no-repeat left center;
    background-size: 1em auto;
    line-height: calc(36 / 20 * 1em);
}

.Top003198 .top-search {
    display: block;
    padding: 0;
    margin-left: calc(56 / 1920 * 100vw);display: flex;    align-items: center;
}

.Top003198 .top-search .box {
    position: relative;
    background-color: rgba(163, 163, 163, 0.1);
    overflow: hidden;
}

.Top003198 .top-search .box .text {
    width: 100%;
    display: block;
    line-height: calc(36 / 16 * 1em);
    height: calc(36 / 16 * 1em);
    font-size: 1em;
    background: none;
    border: 0;
    padding-left: calc(42 / 16 * 1em);
    color: rgba(51, 51, 51, 0.5);
}

.Top003198 .top-search .box .text.focus {
    color: #000;
}

.Top003198 .top-search .box .btn {
    position: absolute;
    top: 0;
    width: calc(42 / 16 * 1em);
    height: 100%;
    background: url(../images/Top003198-search.svg) no-repeat center center;
    background-size: calc(17 / 42 * 100%) auto;
    cursor: pointer;
}

@media (min-width:1025px) {
    .Top003198 .logo {
        display: table;
        height: calc(90 / 16 * 1em);
    }

    .Top003198 .logo a {
        display: table-cell;
        vertical-align: middle;
    }

    .Top003198 .logo img {
        max-width: calc(280 / 16 * 1em);
    }

    .Top003198 menu li {
        float: left;
        margin-right: calc(46 / 1920 * 100vw);
    }

    .Top003198 menu li span {
        line-height: calc(90 / 18 * 1em);
    }

    .Top003198 li .sub {
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 190px;
        margin-left: 0;
        transform: translateX(-50%);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .Top003198 li .sub dl {
        background: none;
        /*width: 45%;*/
    }

    /*.Top003198 li .sub dt{text-align: left;}*/
    .Top003198 li .sub .pic {
        width: 50%;
    }

    .Top003198 .top-right {
        padding-top: calc(27 / 16 * 1em);
        padding-left: 1vw;
    }

    .Top003198 .top-right dd {
        float: left;
    }

    .Top003198 .top-search .box {
        width: calc(90 / 16 * 1em);
        border-radius: calc(90 / 16 * 1em);
        transition: 0.3s;
    }

    .Top003198 .top-search.show .box {
        width: calc(200 / 1920 * 100vw);
    }

    .Top003198 .top-search .box .btn {
        left: 0;
    }
}

@media (max-width:1024px) {

    .Top003198 .top-hotline,
    .Top003198 header:after {
        display: none;
    }

    .Top003198 header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: calc(70 / 16 * 1em);
    }

    .Top003198 .logo img {
        max-width: 140px;
        /*max-height:calc(44 / 16 * 1em);*/
    }

    .Top003198 menu {
        position: fixed;
        left: -100%;
        top: calc(70 / 16 * 1em);
        height: calc(100% - (70 / 16 * 1em));
        background-color: #fff;
        opacity: 0;
        transition: 0.5s;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        width: 50vw;
        max-width: 240px;
    }

    .menu-show .Top003198 menu {
        left: 0;
        opacity: 1;
    }

    .Top003198 menu ul {
        height: 100%;
        overflow: auto;
    }

    .Top003198 menu li {
        border-bottom: 1px dotted #eee;
    }

    .Top003198 menu li span {
        line-height: 3;
        padding-left: 2em;
    }

    .Top003198 menu li.has-sub span .op:before,
    .Top003198 menu li.has-sub span .op:after {
        background-color: #691318;
    }

    .Top003198 li .sub {
        background-color: #eee;
    }

    .Top003198 li .sub .pic {
        display: none;
    }

    .Top003198 .top-search {
        margin: 0 5vw 0 0;
        position: inherit;
    }

    .Top003198 .top-search .box {
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        position: absolute;
        display: none;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .Top003198 .top-search .box .btn {
        right: 0;
    }

    .Top003198 .top-search .box .text {
        padding: 0 calc(42 / 16 * 1em) 0 calc(20 / 16 * 1em);
    }

    .Top003198 .top-right dl:after {
        display: none;
    }

    .Top003198 .top-right dl {
        display: flex;
        align-items: center;
    }

    .Top003198 .open-search {
        width: calc(24 / 16 * 1em);
        height: calc(24 / 16 * 1em);
        background: url(../images/Top003198-search.svg) no-repeat center center;
        background-size: contain;
        display: block;
        position: relative;
    }

    .Top003198 .open-search.on {
        width: calc(30 / 16 * 1em);
        height: calc(30 / 16 * 1em);
    }

    .Top003198 .open-search.on:after,
    .Top003198 .open-search.on:before {
        background-color: #691318;
    }

    .Top003198 .open-menu {
        width: calc(30 / 16 * 1em);
        height: calc(24 / 16 * 1em);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.3s;
    }

    .Top003198 .open-menu span {
        display: block;
        transition: 0.3s;
        height: 2px;
        background-color: #000;
    }

    .menu-show .Top003198 .open-menu {
        border-radius: 50%;
        background-color: #691318;
        padding: calc(9 / 16 * 1em);
        height: calc(30 / 16 * 1em);
    }

    .menu-show .Top003198 .open-menu span {
        background-color: #fff;
        height: 1px;
    }
}

/*Banner003200 */
.Banner003200 {
    position: relative;
    z-index: 1;
}

.Banner003200 .solgan {
    position: absolute;
    left: 10.5vw;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 30px;
    color: #fff;
    max-width: 650px;
    line-height: 1.5;
}

.Banner003200 .solgan .auto {
    max-width: 1600px;
    height: 100%;
}

.Banner003200 .solgan p {
    font-size: 20px;
}

.Banner003200 .solgan img {
    max-width: calc(577 / 1600 * 100%);
}

.Banner003200 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: calc(60 / 960 * 100%);
    z-index: 10;
}

.Banner003200 .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 calc(20 / 1920 * 100vw);
}

.Banner003200 .slick-dots li button {
    display: none;
}

.Banner003200 .slick-dots li.slick-active {
    background-color: #bf1e2d;
    border-color: #bf1e2d;
}

@media (min-width:1025px) {
    .Banner003200 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003200 .pc {
        display: none;
    }

    .Banner003200 .solgan {
        left: 0;
        padding: 0 4%;
    }

    .Banner003200 .solgan h2 {
        font-size: 5vw;
    }

    .Banner003200 .solgan p {
        font-size: 4vw;
    }
}

/*Floor002944 */
.Floor002944 {
    position: relative;
    background: #f5f5f5;
    z-index: 1;
    padding: 5vw 0;
    overflow: hidden;
}

.Floor002944 .auto {
    position: relative;
    z-index: 4;
}

.Floor002944 .waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 50%;
}

.Floor002944 .title {
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.Floor002944 .title a {
    float: right;
    color: #b3b3b3;
}

.Floor002944 .title b {
    color: #691318;
    font-size: 22px;
    line-height: 22px;
}

@media(max-width:640px) {
    .Floor002944 .title b {
        font-size: 18px;
    }
}

.Floor002944 .box-2 {
    overflow: hidden;
}

.Floor002944 .box-2 .slider {
    margin: 0 -5px;
}

.Floor002944 .box-2 li a {
    text-align: center;
    font-size: 16px;
    margin: 10px 10px;
    display: block;
}

.Floor002944 .box-2 li .ytable {
    transition: 0.3s;
    padding: 0 1vw;
    min-height: 240px;
    background: linear-gradient(to top, #efefef, white);
}

.Floor002944 .box-2 li .icon {
    display: table;
    height: 80px;
    border-radius: 50%;
    width: 80px;
    margin: 0 auto 15px;
}

.Floor002944 .box-2 li .icon figure {
    display: table-cell;
    vertical-align: middle;
}

.Floor002944 .box-2 li a:hover .ytable {
    background: #691318;
    color: #fff;
}

.Floor002944 .box-2 li a:hover .icon {
    background-color: #fff;
}

.Floor002944 .box-2 li .icon img {
    max-height: 60px;
}

.Floor002944 .box-2 .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.Floor002944 .box-2 .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #bf1e2d;
    margin: 0 11px;
}

.Floor002944 .box-2 .slick-dots li button {
    display: none;
}

.Floor002944 .box-2 .slick-dots li.slick-active {
    background-color: #691318;
    width: 40px;
}

@media(max-width:1024px) {
    .Floor002944 .box-2 .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .Floor002944 .box-2 .slick-dots li.slick-active {
        width: 20px;
    }

    .Floor002944 .box-2 li .ytable {
        min-height: 170px;
    }

    .Floor002944 .box-2 li .icon {
        height: 14vw;
        width: 14vw;
    }

    .Floor002944 .box-2 li .icon img {
        height: 13vw;
    }

    .Floor002944 .box-2 li a {
        font-size: 14px;
    }
}

.Floor002944 .box-1 {
    padding-bottom: 20px;
}

.Floor002944 .box-1 .item {
    margin-bottom: 20px;
    overflow: hidden;
}

.Floor002944 .box-1 .item ol {
    position: relative;
}

.Floor002944 .box-1 .item ol:after {
    position: absolute;
    border: 10px solid transparent;
    content: '';
    border-left-color: rgba(30, 80, 174, 0.9);
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

.Floor002944 .box-1 .item ol .Ispic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Floor002944 .box-1 .item ol a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: rgba(30, 80, 174, 0.9);
    position: relative;
    z-index: 3;
    line-height: 32px;
}

.Floor002944 .box-1 .item ol i {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -3px;
}

.Floor002944 .box-1 .item ol i.icon-1 {
    background-image: url("../images/Floor002944_icon01.png");
}

.Floor002944 .box-1 .item ol i.icon-2 {
    background-image: url("../images/Floor002944_icon02.png");
}

.Floor002944 .box-1 .item li {
    float: left;
    width: 49.432%;
    background: #fff;
    text-align: center;
    height: 150px;
    display: table;
}

.Floor002944 .box-1 .item li:not(:last-child) {
    margin-right: 1.136%;
}

.Floor002944 .box-1 .item li a {
    display: table-cell;
    vertical-align: middle;
}

.Floor002944 .box-1 .item li b {
    color: #666;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 1px;
}

.Floor002944 .box-1 .item li a:hover b {
    color: #691318;
}

.Floor002944 .box-1 .item li .icon img {
    transition: 0.3s;
    height: 60px;
}

.Floor002944 .box-1 .item li a:hover .icon img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

@media(min-width:641px) {
    .Floor002944 .box-1 .item ol {
        float: left;
        width: 25%;
        display: table;
        height: 150px;
        text-align: center;
    }

    .Floor002944 .box-1 .item ol a {
        display: table-cell;
        vertical-align: middle;
    }

    .Floor002944 .box-1 .item ul {
        float: right;
        width: 73.334%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .Floor002944 .box-1 .item ol a {
        font-size: 3vw;
    }

    .Floor002944 .box-1 .item ol i {
        width: 4vw;
        height: 4vw;
        margin-right: 1vw;
        margin-top: -0.5vw;
    }
}

@media(max-width:1024px) {
    .Floor002944 .box-1 .item ol i {
        background-size: contain;
    }
}

@media(max-width:640px) {
    .Floor002944 {
        padding: 4vw 0;
    }

    .Floor002944 .box-1 .item ol a {
        display: block;
        padding: 3vw;
    }

    .Floor002944 .box-1 .item ol a {
        font-size: 6vw;
    }

    .Floor002944 .box-1 .item ol i {
        width: 7vw;
        height: 7vw;
        margin-right: 4vw;
        margin-top: -1vw;
    }

    .Floor002944 .box-1 .item li {
        height: 30vw;
    }

    .Floor002944 .box-1 .item li b {
        font-size: 4vw;
    }

    .Floor002944 .box-1 .item li .icon img {
        height: 40px;
    }
}

/*Floor003183 */
.Floor003183 .Htitle {
    float: left;
    text-align: left;
}

.Floor003183 .Hmore {
    float: right;
    margin-top: calc(22 / 16 * 1em);
}

.Floor003183 {
    overflow: hidden;
    padding: 5vw 0;
}

.Floor003183 .list ul {
    margin: 0 -10px;
}

.Floor003183 .list li {
    float: left;
    width: 33.333%;
}

.Floor003183 .list li:first-child {
    width: 66.666%;
}

.Floor003183 .list li:nth-child(3) {
    clear: left;
}

.Floor003183 .list li:nth-child(n+3) {
    margin-top: 20px;
}

.Floor003183 .list a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.Floor003183 .list a:before,
.Floor003183 .list a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.Floor003183 .list a:after {
    background: linear-gradient(0deg, #000000c4 0%, rgba(0, 0, 0, 0) 65.03%);
}

.Floor003183 .list .Ispic {
    padding-bottom: 53%;
    transition: 0.3s ease-out;
}

.Floor003183 .list li:first-child .Ispic {
    padding-bottom: 49%;
}

.Floor003183 .list li:nth-child(2) .Ispic {
    padding-bottom: 100%;
}

.Floor003183 .list .txt {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: calc(22 / 16 * 1em);
    transition: 0.5s;
}

.Floor003183 .list .txt time {
    display: block;
    background: url(../images/Floor003183-more.svg) no-repeat right center;
    background-size: calc(15 / 22 * 1em) auto;
}

.Floor003183 .list .tit {
    line-height: calc(30 / 22 * 1em);
    text-transform: uppercase;
}

.Floor003183 .list a:hover .Ispic {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .Floor003183 .Hmore {
        margin-top: 0;
    }

    .Floor003183 .list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .Floor003183 .list li:first-child {
        width: 48.5%;
    }

    .Floor003183 .list li:nth-child(2n) {
        margin-right: 0;
    }

    .Floor003183 .list a {
        margin: 0;
    }

    .Floor003183 .list .Ispic {
        padding-bottom: 59% !important;
    }

    .Floor003183 .list .txt {
        padding: 4%;
    }

    .Floor003183 .list .tit {
        font-size: 4vw;
    }
}

.Hometitle {
    text-align: center;
    margin-bottom: 3%;
    position: relative;
    z-index: 3;
    color: #333;
}

.Hometitle:after {
    display: block;
    content: '';
    margin: 14px auto 0;
    width: 50px;
    height: 15px;
    background: url(../images/Hometit-bg.png) no-repeat center;
}

.Hometitle .cn {
    font-size: 36px;
    margin-top: 6px;
}

.Hometitle .en {
    opacity: 0.3;
    -webkit-opacity: 0.3;
    font-size: 16px;
    font-family: Arial, " sans-serif";
    text-transform: uppercase;
}

@media(max-width:480px) {
    .Hometitle .cn {
        font-size: 24px;
    }

    .Hometitle .en {
        font-size: 40px;
    }
}



/*RighInfo002806 */
.RighInfo002806 {
    padding: 6vw 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.RighInfo002806 .Hometitle {
    color: #fff;
}

.RighInfo002806 .Hometitle:after {
    background-image: url(../images/Hometit-bg1.png);
}

.RighInfo002806 .txt p {
    line-height: 35px;
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-align: center;
    opacity: 0.9;
}

.RighInfo002806 .num .pic img {
    display: block;
    width: 100%;
}

.RighInfo002806 .num .list {
    width: 70%;
    margin: 0 auto;
    margin-top: 6%;
    position: relative;
}

.RighInfo002806 .num .list:before,
.RighInfo002806 .num .list:after {
    position: absolute;
    content: '';
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
}

.RighInfo002806 .num .list:before {
    left: 0;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}

.RighInfo002806 .num .list:after {
    right: 0;
    bottom: 0;
    border-top: 0;
    border-left: 0;
}

.RighInfo002806 .num .list li {
    float: left;
    width: 33%;
    padding: 45px 0;
    text-align: center;
}

.RighInfo002806 .num .list li .inner {
    padding-left: 18%;
    color: #fff;
    font-size: 100px;
}

.RighInfo002806 .num .list li aside {
    overflow: hidden;
    height: 60px;
}

.RighInfo002806 .num .list li sub {
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 34px;
    margin-left: 12px;
}

.RighInfo002806 .num .list li span {
    font-size: 60px;
    line-height: 60px;
    vertical-align: text-top;
    font-family: 'DIN-Medium';
}

.RighInfo002806 .num .list li p {
    font-size: 16px;
    margin-top: 8px;
    opacity: 0.85;
}

.RighInfo002806 .num .list li aside * {
    display: inline-block;
}

@media(min-width:769px) {
    .RighInfo002806 .pic {
        float: left;
        width: 50%;
        position: relative;
    }

    .RighInfo002806 .word {
        float: right;
        width: 45%;
    }
}

@media(max-width:1280px) {
    .RighInfo002806 .num .list li .inner {
        font-size: 80px;
    }
}

@media(max-width:1024px) {
    .RighInfo002806 .num .list li .inner {
        font-size: 70px;
    }
}

@media(max-width:480px) {
    .RighInfo002806 .num .list li .inner {
        font-size: 50px;
    }
}

.RighInfo002806 .Htitle span {
    color: #fff;
}

.RighInfo002806 .Htitle p {
    color: #fff;
    opacity: 0.85;
}

.RighInfo002806 .Htitle span::before {
    background: url(../images/lo1.png);
    position: absolute;
    content: "";
    width: 20px;
    height: 27px;
    background-size: contain;
    top: 8px;
    left: 0;
}

/*Bottom003112 */
.Bottom003112 {
    background-color: #252525;
}

.Bottom003112 .b-top {
    padding-bottom: 2vw;
    background: url(../images/bg.png) no-repeat right 200px bottom;
    background-size: contain;
    padding-top: 5vw;
}

.Bottom003112 .b-top nav {
    width: 60%;
    max-width: 1020px;
}

.Bottom003112 .b-top nav dl {
    float: left;
    max-width: 164px;
    margin-right: 12%;
}

.Bottom003112 .b-top nav dt {
    font-size: 18px;
    margin-bottom: 20px;
}

.Bottom003112 .b-top nav dt a {
    color: #fff;
}

.Bottom003112 .b-top nav dd {
    line-height: 2.571;
}

.Bottom003112 .b-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.3% 0;
}

.Bottom003112 .b-bottom li {
    float: left;
}

.Bottom003112 .b-bottom li:not(:last-child) {
    margin-right: 28px;
}

.Bottom003112 .b-bottom li.wx {
    position: relative;
    z-index: 40;
}

.Bottom003112 .b-bottom li.wx figure {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    bottom: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px;
    display: none;
}

.Bottom003112 .b-bottom li.wx a {
    display: block;
    padding-left: 29px;
    background: url(../images/Bottom003112-wx.svg) no-repeat left center;
    cursor: pointer;
}

.Bottom003112,
.Bottom003112 a {
    color: rgba(255, 255, 255, 0.5);
}

.Bottom003112 a:hover {
    color: #bf1e2d;
}

.Bottom003112 .share {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.Bottom003112 .share a {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
}

.Bottom003112 .share a span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.Bottom003112 .share a.wechat span {
    background-image: url("../images/Bottom002900_wx.png")
}

.Bottom003112 .share a.tiktok span {
    background-image: url("../images/Bottom002900_douyin.png")
}

.Bottom003112 .share a.weibo span {
    background-image: url("../images/Bottom002900_sina.png")
}

.Bottom003112 .share a .hover {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 104%;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.Bottom003112 .share a:hover .hover {
    display: block;
}

.Bottom003112 .b-top .contact img {
    max-width: 120px;
}

.Bottom003112 .b-top .qrcode {
    margin: 0 auto;
}

@media (min-width:1025px) {
    .Bottom003112 .b-top .contact {
        text-align: left;
        width: 40%;
        display: flex;
    }

    .Bottom003112 .b-top .contact p {
        margin: 0;
    }

    .Bottom003112 .b-top .contact div.f-num-b {
        font-size: 16px;
        color: rgb(255 255 255 / 0.8);
        display: inline-block;
        line-height: 2;
        padding-left: 4%;
        padding-top: 2%;
    }
}

@media (max-width:1024px) {
    .Bottom003112 {
        text-align: center;
    }

    .Bottom003112 .b-top nav {
        display: none;
    }

    .Bottom003112 .b-top .qrcode {
        width: 40%;
        margin: 0 auto;
    }

    .Bottom003112 .b-bottom {
        padding: 5% 0;
    }

    .Bottom003112 .b-bottom ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}


/*Floor003180 */
.Floor003180 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Floor003180 .Htitle {
    text-align: left;
}

.Floor003180 .column-name {
    position: relative;
    padding: calc(59 / 16 * 1em) 0 0 calc(77 / 16 * 1em);
    z-index: 1;
}

.Floor003180 .column-name aside {
    position: relative;
    z-index: 4;
}

.Floor003180 .column-name .cn {
    font-size: calc(38 / 16 * 1em);
    color: #333;
    line-height: 1;
}

.Floor003180 .column-name .en {
    font-family: 'Oswald-Regular';
    font-size: calc(30 / 16 * 1em);
    color: #b8b8b8;
    line-height: calc(26 / 30 * 1em);
    margin-top: calc(7 / 30 * 1em);
}

.Floor003180 .column-name .mark {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/Floor003180-title-bg.png) no-repeat;
    width: calc(133 / 16 * 1em);
    height: calc(133 / 16 * 1em);
    background-size: contain;
}

@media (min-width:1025px) {
    .Floor003180 .column-name {
        margin-left: calc(-77 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .Floor003180 {
        padding-top: 6%;
    }

    .Floor003180 .column-name {
        padding: calc(40 / 16 * 1em) 0 0 calc(40 / 16 * 1em);
        font-size: 0.8em;
    }
}

.Floor003180 .text-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(176 / 980 * 100%);
    background: url(../images/Floor003180-text.svg) no-repeat left bottom;
    background-size: contain;
}

@media (min-width:1025px) {
    .Floor003180 .left-intro {
        width: calc(578 / 1440 * 100%);
        padding: 5vw 0;
    }

    .Floor003180 .right-img {
        width: 50%;
    }
}

.Floor003180 .left-intro .column-name {
    margin-bottom: calc(73 / 16 * 1em);
}

.Floor003180 .intro h2 {
    margin: 0 0 calc(20 / 40 * 1em);
    color: #691318;
    font-family: 'Oswald-Medium';
    font-size: calc(40 / 16 * 1em);
}

.Floor003180 .intro pre {
    line-height: calc(30 / 16 * 1em);
}

.Floor003180 .intro+.number {
    margin-top: calc(63 / 16 * 1em);
}

.Floor003180 .number li {
    float: left;
    width: calc((100% - (20 / 16 * 1em)) / 2);
    margin-bottom: calc(20 / 16 * 1em);
    padding: 1em calc(20 / 16 * 1em);
    background: -moz-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(224 224 224 / 65%) 0%, rgb(213 189 190 / 0%) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dbf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.Floor003180 .number li:not(:nth-child(2n)) {
    margin-right: calc(20 / 16 * 1em);
}

.Floor003180 .number li .inner {
    position: relative;
}

.Floor003180 .number li .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(40 / 16 * 1em);
    opacity: 0.8;
}

.Floor003180 .number li h3 {
    margin: 0;
    color: #691318;
    font-family: 'Oswald-Medium';
    font-size: calc(40 / 16 * 1em);
    font-weight: normal;
}

.Floor003180 .number li aside {
    color: #333333;
}

.Floor003180 .left-intro .more {
    margin-top: calc(55 / 16 * 1em);
}

.Floor003180 .left-intro .more a {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: calc(180 / 16 * 1em);
    padding: calc(24 / 16 * 1em) 0 0 0;
    color: #666;
    background: url(../images/Floor003180-more2.svg) no-repeat right calc(9 / 16 * 1em) center;
    background-size: calc(15 / 16 * 1em) auto;
    transition: 0.3s;
    height: calc(65 / 16 * 1em);
}

.Floor003180 .left-intro .more a:hover {
    border-top: 0;
    width: calc(220 / 16 * 1em);
    color: #fff;
    background-color: #691318;
    padding: 0 0 0 calc(30 / 16 * 1em);
    background-image: url(../images/Floor003180-more.svg);
    background-position: right calc(27 / 16 * 1em) center;
    box-shadow: 0 calc(10 / 16 * 1em) calc(40 / 16 * 1em) rgb(105 19 24 / 0.3);
    line-height: calc(65 / 16 * 1em);
}

.Floor003180 .right-img {
    position: relative;
    padding-bottom: calc(770 / 1440 * 100%);
    perspective: 1440px;
}

.Floor003180 .right-img>* {
    position: absolute;
    left: 0;
}

.Floor003180 .right-img .Ispic {
    top: 0;
    height: 100%;
    width: 100%;
    transition-property: transform;
    transform-style: preserve-3d;
}

.Floor003180 .right-img .main {
    bottom: calc(100 / 676 * 100%);
    width: 100%;
}

.Floor003180 .right-img .team a {
    display: block;
    max-width: calc(420 / 16 * 1em);
    color: #fff;
    width: 80%;
    background: url(../images/Floor003180-more.svg) no-repeat right 2em top 2em #691318;
    color: #fff;
    padding: 2em 0 2em calc(66 / 16 * 1em);
    transition: 0.3s;
    background-size: calc(15 / 16 * 1em) auto;
}

.Floor003180 .right-img .team a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #691318;
    background-image: url(../images/Floor003180-more2.svg);
}

.Floor003180 .right-img .team span {
    font-size: calc(18 / 16 * 1em);
    line-height: calc(30 / 18 * 1em);
    display: block;
}

.Floor003180 .right-img .team aside {
    font-size: calc(30 / 16 * 1em);
    line-height: 1;
}

.Floor003180 .right-img .top-man {
    padding-left: calc(66 / 16 * 1em);
    color: #fff;
    margin-bottom: calc(49 / 16 * 1em);
}

.Floor003180 .right-img .top-man h3 {
    margin: 0 0 calc(12 / 33 * 1em);
    font-size: calc(33 / 16 * 1em);
    font-family: 'Oswald-Medium';
    font-weight: normal;
}

@media (min-width:1025px) {
    .Floor003180 .right-img .Ispic {
        width: 50vw;
        ;
    }
}

@media (max-width:1024px) {
    .Floor003180 .intro h2 {
        font-size: 5vw;
    }

    .Floor003180 .intro+.number {
        margin-top: 5%;
    }

    .Floor003180 .number li aside {
        height: 2.59em;
    }

    .Floor003180 .number li h3 {
        font-size: 6vw;
    }

    .Floor003180 .left-intro .more {
        text-align: center;
        margin-top: 5%;
    }

    .Floor003180 .left-intro .more a {
        text-align: left;
    }

    .Floor003180 .right-img {
        padding-bottom: 100%;
        margin: 7% 0;
    }

    .Floor003180 .right-img .Ispic {
        transform: translateX(calc(-146 / 1920 * 100vw)) translateZ(calc(163 / 1920 * 100vw)) rotateY(-20deg);
        width: 120%;
    }
}




/*文档中心*/

.archiveList .itemBox .titBox h3 {
    font-size: 24px;
    color: #691318;
    margin-top: 0;
}

.archiveList .itemBox .titBox .more {
    display: none;
    cursor: pointer;
    position: absolute;
    padding-right: 18px;
    font-size: 16px;
    color: #691318;
    right: 0;
    top: 5px;
}

.archiveList .itemBox .titBox .more:before {
    width: 12px;
    height: 8px;
    content: '';
    background: url(../images/i1.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: .3s;
}

.archiveList .itemBox .titBox .more:hover:before {
    transform: rotate(360deg);
}

.archiveList .itemBox .titBox .more .open-up {
    display: block;
}

.archiveList .itemBox .titBox .more .take-back {
    display: none;
}

.archiveList .itemBox .titBox .more.active .take-back {
    display: block;
}

.archiveList .itemBox .titBox .more.active .open-up {
    display: none;
}

.archiveList .itemBox .titBox .more.active,
.archiveList .itemBox.hide .titBox .more {
    display: block;
}

.archiveList .itemBox.hide ul li {
    display: none;
}

.archiveList .itemBox ul li,
.archiveList .itemBox.hide ul li:nth-child(1),
.archiveList .itemBox.hide ul li:nth-child(2),
.archiveList .itemBox.hide ul li:nth-child(3),
.archiveList .itemBox.hide ul li:nth-child(4),
.archiveList .itemBox.hide ul li:nth-child(5),
.archiveList .itemBox.hide ul li:nth-child(6),
.archiveList .itemBox.hide ul li:nth-child(7),
.archiveList .itemBox.hide ul li:nth-child(8) {
    display: inline;
}

.archiveList .itemBox li {
    float: left;
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    background: #f5f5f5;
    padding: 2px 12px 3px 45px;
    position: relative;
}

.archiveList .itemBox li:nth-child(3n) {
    margin-right: 0;
}

.archiveList .itemBox li p {
    font-size: 16px;
    line-height: 67px;
    min-height: 67px;
    max-width: 180px;
}

.archiveList .itemBox li:before,
.archiveList .itemBox li:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
}

.archiveList .itemBox li:before {
    left: 30px;
    width: 5px;
    height: 7px;
    margin-top: -3.5px;
    background-image: url(../images/i5.png);
}

.archiveList .itemBox li:after {
    right: 30px;
    width: 34px;
    height: 40px;
    margin-top: -20px;
    background-image: url(../images/i6.png);
    opacity: .3;
    transition: .3s;
}

.archiveList .itemBox li:hover:after {
    opacity: 1;
    transform: rotateY(180deg);
}

.archiveList .itemBox li:hover a {
    color: #691318;
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {
    .archiveList .itemBox ul {
        margin-top: 20px;
    }

    .archiveList .itemBox li {
        width: 100%;
    }

    .archiveList .itemBox li:before {
        top: 50%;
    }

    .archiveList .itemBox li:after {
        background-size: 22px;
    }

    .archiveList .itemBox li p {
        min-height: auto;
        line-height: 30px;
        font-size: 4vw;
    }
}



/*Banner002730 */
.Banner002730 {
    position: relative;
}

.Banner002730 .ytable {
    height: 100%;
}

.Banner002730 .txt {
    position: absolute;
    left: 11%;
    top: 0;
    height: 100%;
    z-index: 10;
    color: #fff;
    font-size: 28px;
}

.Banner002730 .txt .cn {
    letter-spacing: 8px;
}

.Banner002730 .txt .en {
    text-transform: uppercase;
    margin-top: 20px;
}

@media(min-width:1025px) {
    .Banner002730 figure {
        height: 600px;
    }

    .Banner002730 img {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002730 figure {
        display: none;
    }

    .Banner002730 img {
        width: 100%;
        display: block;
    }
}

@media(max-width:640px) {
    .Banner002730 .txt {
        font-size: 24px;
    }
}



/*PicList002094 */

.PicList002094 li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
    padding-bottom: 40%;
}

.PicList002094 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.PicList002094 li figure,
.PicList002094 li div {
    position: absolute;
    left: 0;
    width: 100%;
}

.PicList002094 li figure {
    height: 52%;
    transition: top 0.3s;
    top: 0;
}

.PicList002094 li figure img {
    display: none;
}

.PicList002094 li div {
    background-color: #fff;
    bottom: 0;
    height: 48%;
    padding: 0 5%;
    transition: 0.3s;
}

.PicList002094 li div:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    bottom: 10px;
    left: 50%;
    margin-left: -12px;
}

.PicList002094 li aside {
    position: absolute;
    top: 52%;
    margin-top: -50px;
    z-index: 10;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

.PicList002094 li aside img {
    display: block;
    width: 100%;
    height: 100%;
}

.PicList002094 li aside img.hover {
    display: none;
}

.PicList002094 li h5 {
    margin: 0 0 15px 0;
    font-size: 24px;
    text-align: center;
    padding-top: 16%;
}

.PicList002094 li p {
    line-height: 2;
    overflow: hidden;
    margin: 0;
}

.PicList002094 li:hover div {
    color: #fff;
    background: #691318;
}

.PicList002094 li:hover figure {
    top: -3%;
}

.PicList002094 li:hover div {
    bottom: -3%;
    height: 54%;
}

.PicList002094 li:hover div:before {
    background: url(../images/PicList002094-more.png) no-repeat;
}

.PicList002094 li:hover aside {
    background: #691318;
    top: 50%;
}

.PicList002094 li:hover aside img {
    display: none;
}

.PicList002094 li:hover aside img.hover {
    display: block;
}

@media(min-width:769px) {
    .PicList002094 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1000px) and (min-width:769px) {
    .PicList002094 li p {
        height: 48px;
    }

    .PicList002094 li aside {
        margin-top: -35px;
        width: 70px;
        height: 70px;
        margin-left: -35px;
    }
}

@media(max-width:768px) {
    .PicList002094 li {
        width: 48%;
        margin-right: 4%;
        padding-bottom: 61%;
    }

    .PicList002094 li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList002094 li h5 {
        font-size: 5vw;
    }
}

@media(max-width:640px) {
    .PicList002094 ul {
        margin: 0 auto;
        max-width: 400px;
    }

    .PicList002094 li {
        float: none;
        width: auto;
        padding-bottom: 0;
        height: 470px;
        margin: 0 0 5% 0;
    }
}

/*Page002623 */
.Page002623 {
    padding: 2vw 0 5vw 0;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    margin: 0 1px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #691318;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }

    .Page002623 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}


.Listtitle {
    font-size: 34px;
    color: #333;
    padding-bottom: 2vw;
    font-weight: bold;
}

.Listtitle:after {
    display: block;
    content: '';
    background: #691318;
    margin: 24px 0 0;
    height: 4px;
    width: 40px;
}

@media (max-width: 1024px) {
    .Listtitle {
        margin-top: 4%;
        padding-bottom: 6%;
        font-size: 5vw;
    }

    .Listtitle:after {
        margin-top: 14px;
    }
}

.RighInfo003143 h4 {
    margin-top: 3vw;
    font-size: 20px;
    color: #333;
}

.RighInfo003143 h2 {
    color: #bf1e2d;
    font-size: 20px;
}

.RighInfo003143 .box {
    padding: 5vw 0;
}

.RighInfo003143 .box .pic {
    width: 45%;
    overflow: hidden;
}

.RighInfo003143 .box .pic figure {
    padding-bottom: 58.93%;
}

.RighInfo003143 .box .txt {
    padding-left: 3vw;
}

.RighInfo003143 p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.75;
}

.RighInfo003143 p+p {
    margin-top: 14px;
}

.RighInfo003143 .table_1 {
    margin-top: 1vw;
}

.RighInfo003143 .table_1 th,
.RighInfo003143 .table_1 td {
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
    line-height: 1.75;
    padding: 1vw;
    font-size: 16px;
}

.RighInfo003143 .table_1 th {
    font-size: 18px;
    color: #fff;
    background: #691318;
}

.RighInfo003143 .table_1 tr:nth-child(2n+1) {
    background: #f8f8f8;
}

@media(max-width:1024px) {

    .RighInfo003143 .box .pic,
    .RighInfo003143 .box .txt {
        display: block;
        width: 100%;
    }

    .RighInfo003143 .table_1 {
        overflow: auto;
    }

    .RighInfo003143 .table_1 table {
        width: 180%;
    }

    .RighInfo003143 h4 {
        font-size: 5vw;
    }

    .RighInfo003143 h2 {
        font-size: 5vw;
    }
}




/*Menu002306*/
.Menu002306 .side-title {
    line-height: 3.5em;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    padding: 0 75px 0 32px;
    position: relative;
    background: #691318;
}

.Menu002306 .side-title::after {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-left: 10px;
}

.Menu002306 .side-menu {
    padding-bottom: 4em;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.Menu002306 .side-menu li a {
    display: block;
    line-height: 2em;
}
.Menu002306 .side-menu li a:hover {
    color: #691318;
}
.Menu002306 .side-menu>ul>li {
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.Menu002306 .side-menu>ul>li>a {
    padding: 0 32px;
    font-weight: bold;
    color: #691318;
    line-height: 2.5;
    position: relative;
    font-size: 1.125em;
}
.Menu002306 .side-menu>ul>li> i{position: absolute;right: 10px;top: 0;display: inline-block;width: 20px;height: 20px;margin-top: 11px;background: #691318;border-radius: 50%;z-index: 100}
.Menu002306 .side-menu>ul>li> i::after {
    color: #fff;
    position: absolute;
    content: '';
    width: 40%;
    height: 40%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 34%;
    left: 28%;
}

.Menu002306 .side-menu>ul>li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002306 .side-menu>ul>li>ul {
    padding-left: 32px;
    padding-right: 32px;
}

.Menu002306 .side-menu>ul>li>ul>li>a {
    background: url(../images/Menu002306-a_off.png) no-repeat left center;
    padding-left: 15px;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}
.Menu002306 .side-menu li.select> i::after,.Menu002306 .side-menu li.aon> i::after {
    transform: rotate(135deg);
    top: 26%;
    left: 30%;
}
.Menu002306 .side-menu li.select>a ,.Menu002306 .side-menu > ul > li.aon{
    background-color: #f1f1f1;
}

.Menu002306 .side-menu li.select>a::after {
    transform: rotate(90deg);
}

.Menu002306 .side-menu ul li ul li.select>a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    font-weight: bold;
    color: #691318;
}

.Menu002306 .side-other dd {
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.Menu002306 .side-other dd.dd_1 {
    background-image: url(../images/Menu002306-picbg1.png);
}

.Menu002306 .side-other dd.dd_2 {
    background-image: url(../images/Menu002306-picbg2.png);
}

.Menu002306 .side-other dd a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #555;
    padding-left: 100px;
}

.Menu002306 .side-other dd a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #691318;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-open_menu {
    display: none;
}

.Menu002306 .aon a {
    color: #691318;
    font-weight: 700;
}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block !important;
    }
}

@media(max-width:1024px) {
    body {
        padding: 2%;
    }

    .Menu002306 {
        padding-top: 0;
    }

    .Menu002306 .side-other {
        display: none;
    }

    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #691318;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #691318;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #691318;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .Menu002306 .side-menu {
        display: none;
        padding-bottom: 20px;
    }
}
/*.w75{overflow-x: auto;}*/
@media(min-width:1025px) {
    .w20 {
        width: 20%;
    }
}

/*RighInfo002554 */

.RighInfo002554 .table_1 {
    overflow-x: auto;
    max-height: 800px;
}

.RighInfo002554 .table_1 table {
    width: 2400px;
    border-collapse: separate;
    border-spacing: 0;
}

.RighInfo002554 .table_1 th {
    position: relative
}

.RighInfo002554 .table_1 table .select1 {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.RighInfo002554 .table_1 table .select2 {
    z-index: 10;
    position: relative;
    opacity: 0
}

.RighInfo002554 .table_1 table select {
    background: none;
    border: none;
}

.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td {
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
    line-height: 24px;
    padding: 11px 2px;
    background: #fff;
}


.RighInfo002554 .table_1 .th_2 {
    position: sticky;
    top: 0;
    z-index: 11;
    left: 0
}
.RighInfo002554 .table_1 .th_2:nth-child(2) {
    top: 48px;
    z-index: 10;
}
.RighInfo002554 .table_1 .th_2 th,
.RighInfo002554 .table_1 .th_2 td{
    background: #691318;
}

.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4 {
    color: #fff;
}

.RighInfo002554 .table_1 .th_1 {
    color: #000;
}

.RighInfo002554 .table_1 td a {
    padding: 10px 10%;
    border: 1px solid #999;
    color: #999;
    line-height: 2.5;
    border-radius: 4px;
}

.RighInfo002554 .table_1 tr .chart{position: sticky;top: 0;z-index: 10;left: 0}



@media(min-width:1024px) {
  
.content .w20 {
    width: 15%;
}

.content .w75 {
    width: 83%;
}
}

@media(max-width:480px) {
    .RighInfo002554 .table_1 {
        overflow: auto;
    }

    .RighInfo002554 .table_1 table {
        width: 2400px;
    }
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    ;
}

.scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #691318;
}


.content {
    padding: 5vw 0;
}

.RighInfo002554 tr:nth-child(even){
    background: #f5f5f5;
}

.RighInfo002554 tr:nth-child(even) td{
    background: #f5f5f5;
}

.content .Page002623 {
    padding: 0;
    padding-top: 2vw;
}


/*Floor003127 */
.Floor003127 {
    overflow: hidden;
}

.Floor003127 .main {
    position: relative;
    z-index: 4;
}

.Floor003127 .video {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Floor003127 .video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.Floor003127 .video .play:before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    background: url(../images/icon-play.png) no-repeat center rgb(105 19 24 / 0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.Floor003127 .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

@media(max-width:640px) {
    .Floor003127 .video .play:before {
        width: 20vw;
        height: 20vw;
    }
}

.Floor003127 .intro .info .year {
    color: #ececec;
    font-weight: 900;
    font-family: 'Arial';
    font-size: 60px;
    line-height: 0.934em;
}

.Floor003127 .intro .info .name {
    color: #bf1e2d;
    font-size: 24px;
    font-weight: bold;
    margin: 1.5em 0 0.6em 0;
}

.Floor003127 .intro .info p {
    line-height: 2;
    margin: 0;
}

.Floor003127 .info2 p {
    line-height: 2;
}

.Floor003127 .info2 .hope {
    color: #bf1e2d;
    font-weight: bold;
}

.Floor003127 .intro .more {
    display: inline-block;
    background-color: #bf1e2d;
    line-height: 3.4375;
    padding: 0 2.1875em;
    color: #fff;
    margin-top: 2.875em;
    transition-delay: 1.2s;
}

.Floor003127 .intro .more:after {
    margin-left: 20px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 8px;
    background: url(../images/icon-more-white.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.Floor003127 .cultrue {
    margin-top: 2.875em;
    background-color: #fff;
    border: solid 1px #f2f2f2;
}

.Floor003127 .cultrue dd {
    position: relative;
    padding: 2.5em 0;
}

.Floor003127 .cultrue dd .ytable {
    padding: 0 2em;
    color: #333;
}

.Floor003127 .cultrue dd .tit {
    font-size: 1.125em;
}

@media (min-width:1025px) {
    .Floor003127 .intro {
        text-align: justify;
    }

    .Floor003127 .intro .video {
        float: left;
        width: 50%;
        margin-right: 3em;
    }

    .Floor003127 .intro .info {
        padding-top: 2%;
    }

    .Floor003127 .cultrue dd {
        float: left;
        width: 33.33333%;
    }

    .Floor003127 .cultrue dd:not(:last-child) .ytable {
        border-right: 1px solid #ebebeb;
    }

    .Floor003127 .cultrue dd .img {
        width: 4.25em;
    }

    .Floor003127 .cultrue dd .img img {
        height: 3.25em;
    }
}

@media (max-width:1024px) {
    .Floor003127 .ytable-cell {
        display: block;
        width: 100%;
    }

    .Floor003127 .video {
        margin-top: 20px;
    }

    .Floor003127 .cultrue dd .img {
        width: 5em;
    }

    .Floor003127 .cultrue dd .img img {
        width: 4em;
    }

    .Floor003127 .cultrue dd:not(:last-child) {
        border-bottom: 1px solid #ebebeb;
    }

    .Floor003127 .intro .more {
        margin: 0 auto;
    }

    .Floor003127 .intro .info .year {
        margin-top: 20px;
        font-size: 9vw;
    }

    .Floor003127 .intro .info .name {
        font-size: 6vw;
        margin: 20px 0;
    }
}

@media (max-width:640px) {
    .Floor003127 .intro .info h3 {
        font-size: 1.4em;
    }
}


/*PicList003140 */
.PicList003140 {
    padding-bottom: 4%;
}

.PicList003140 ol {
    border-bottom: 1px dotted #ececec;
    padding-bottom: 2.4375em;
}

.PicList003140 ol time {
    margin-bottom: 1.5em;
}

.PicList003140 ol .more {
    display: block;
    width: 10em;
    line-height: 3.125em;
    color: #fff;
    background-color: #691318;
    text-align: center;
}

.PicList003140 ol .more:after {
    display: inline-block;
    content: '';
    margin-left: 1em;
    background: url(../images/PicList003140-icon-white.svg) no-repeat;
    width: 16px;
    height: 6px;
    vertical-align: middle;
    background-size: contain;
}

.PicList003140 ol p {
    margin-bottom: 2.5em;
}

.PicList003140 li a {
    display: block;
    border-bottom: 1px dotted #ececec;
    padding: 2.25em 1.2em;
    transition: 0.3s;
}

.PicList003140 .tit {
    font-size: 1.375em;
    color: #333;
    font-family: 'SourceHanSansCN-Medium';
}

.PicList003140 a:hover .tit {
    color: #691318;
}

.PicList003140 p {
    color: #999;
    font-size: 0.875em;
    line-height: 1.71428;
}

.PicList003140 li p {
    min-height: 3.42856em;
}

.PicList003140 time {
    color: #999;
    display: inline-block;
}

.PicList003140 li time {
    padding-right: 2em;
    background: url(../images/PicList003140-icon.svg) no-repeat right center;
    background-size: 1em auto;
    margin-top: 1.5em;
}

.PicList003140 li a:hover time {
    background-image: url(../images/PicList003140-icon-red.svg);
}

.PicList003140 li a:hover {
    background-color: #fff;
    box-shadow: 0 0.625em 4.375em rgba(0, 0, 0, 0.08);
}

@media (min-width:1025px) {
    .PicList003140 ol .img {
        width: 37.429%;
    }

    .PicList003140 ol .txt {
        padding-left: 3.125em;
    }

    .PicList003140 li {
        float: left;
        width: 48.215%;
    }

    .PicList003140 li:not(:nth-of-type(2n)) {
        margin-right: 3.57%;
    }
}

@media (max-width:1024px) {
    .PicList003140 .auto {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .PicList003140 ol .img {
        margin-bottom: 2em;
    }
}


/*RighInfo002939 */
.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: 24px;
    color: #333;
}

.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}

.RighInfo002939 .share {
    margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}

.RighInfo002939 .share em {
    font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
    border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
    line-height: 36px;
}

.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
    color: #d43e45;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }

    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
        text-align: right;
    }

    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .RighInfo002939 {
        padding-top: 20px;
    }

    .RighInfo002939 .name {
        margin-bottom: 20px;
    }

    .RighInfo002939 .name h1 {
        margin-bottom: 20px;
        font-size: 5vw;
    }

    .RighInfo002939 .edit-info {
        line-height: 1.8;
    }

    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }

    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}

/*TextList000286 */
.TextList000286 li .inner {
    border: solid 1px #e5e5e5;
    border-left: 4px solid #691318;
    padding: 20px 20px 15px;
}

.TextList000286 li .title {
    color: #bbb;
}

.TextList000286 li .tit>* {
    float: left;
}

.TextList000286 li .tit b {
    font-size: 18px;
    color: #000;
    max-width: 70%;
}

.TextList000286 li .tit span {
    max-width: 25%;
    margin-left: 3%;
    line-height: 18px;
    padding-top: 6px;
}

.TextList000286 li p {
    margin-bottom: 0;
    position: relative;
    line-height: 30px;
    padding-right: 100px;
}

.TextList000286 li p span.price {
    color: #bf1e2d;
    font-size: 16px;
}

.TextList000286 li p a {
    position: absolute;
    right: 0;
    width: 95px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #bf1e2d;
    transition: 0.3s;
}

.TextList000286 li p a:hover {
    background: #691318;
}

.TextList000286 .popUp-box {
    position: fixed;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 200;
}

.TextList000286 .popUp-box.show {
    left: 0;
}

.TextList000286 .popUp-box .ytable {
    height: 100%;
}

.TextList000286 .popUp-box .main {
    position: relative;
    max-width: 1300px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.TextList000286 .popUp-box .main .colse {
    position: absolute;
    width: 1.5625em;
    height: 1.5625em;
    right: 1.25em;
    top: 1.25em;
    background: url(../images/Floor003147-close.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
}

.TextList000286 .popUp-box .main>div {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.TextList000286 .popUp-box[data-type="form"] .main>div {
    max-width: 1082px;
}

.TextList000286 .popUp-box .name {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 2.25em;
    color: #333;
    padding: 1em 0;
    text-align: center;
}

.TextList000286 .popUp-box[data-type="form"] .name {
    border-bottom: 1px solid #000000;
    margin-bottom: 1em;
}

.TextList000286 .load-info .type {
    background-color: #f0f0f0;
    padding: 0.625em 0;
}

.TextList000286 .load-info .intro-tit,
.TextList000286 .load-info .edit-info {
    max-width: 1082px;
    margin: 0 auto;
    width: 95%;
}

.TextList000286 .load-info .intro-tit {
    border-bottom: 1px solid #000000;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 1.125em;
    line-height: 2;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #333;
}

.TextList000286 .load-info .edit-info {
    font-size: 0.875em;
    line-height: 2.57142;
    color: #999;
}

.TextList000286 .apply-btn {
    text-align: center;
    padding: 3em 0
}

.TextList000286 .apply-btn a {
    display: inline-block;
    font-size: 1.125em;
    background-color: #bf1e2d;
    border-radius: 36px;
    line-height: 3;
    padding: 0 2em;
    color: #fff;
    cursor: pointer;
}

@media(min-width:641px) {
    .TextList000286 li .title {
        position: relative;
        padding-right: 120px;
    }

    .TextList000286 li .title time {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 18px;
        padding-top: 6px;
    }

    .TextList000286 li p span {
        float: left;
    }

    .TextList000286 li p a {
        top: 0;
    }

    .TextList000286 li p span.price {
        margin-right: 3%;
        max-width: 25%;
    }

    .TextList000286 li p span.other {
        max-width: 70%
    }

}

@media(min-width:1025px) {
    .TextList000286 li {
        float: left;
        width: 48%;
        max-width: 655px;
        margin-bottom: 2.61vw;
    }

    .TextList000286 li:nth-child(2n) {
        float: right;
    }
}

@media(max-width:1024px) {
    .TextList000286 {
        padding-top: 20px;
    }

    .TextList000286 li {
        margin-bottom: 3vw;
    }
}

@media(max-width:640px) {
    .TextList000286 li p a {
        bottom: 0;
    }

    .TextList000286 li .title time {
        margin-top: 5px;
        display: block;
        clear: both;
    }

    .TextList000286 li p span.other {
        white-space: initial;
        text-overflow: initial;
        line-height: 20px;
    }
}



/*-------------------------------------------------------------------------------------------------------------.Logo_list*/
.Logo_list .title {
    font-size: 22px;
    color: #691318;
    line-height: 2;
    border-bottom: 6px solid #691318;
    font-weight: bold;
    margin-bottom: 2vw;
}

.Logo_list li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.Logo_list li:nth-child(10)~li {
    margin-bottom: 0
}

.Logo_list li a {
    display: block;
    text-align: center;
    padding-bottom: 38%;
}

.Logo_list li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.Logo_list li a figure {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(105 19 24 / 0.85);
    opacity: 0;
    transition: 0.3s;
}

.Logo_list li a:hover figure {
    opacity: 1;
}

.Logo_list li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.Logo_list li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media(min-width:769px) {
    .Logo_list li:nth-child(5n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .Logo_list {
        padding-top: 20px;
    }

    .Logo_list .title {
        font-size: 5vw;
        border-bottom-width: 3px;
    }

    .Logo_list li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Logo_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .Logo_list li {
        width: 49%;
    }

    .Logo_list li:nth-child(2n) {
        margin-right: 0;
    }

    .Logo_list li dt {
        font-size: 15px;
    }
}

/*RighInfo002810 */

.RighInfo002810 .tit {
    font-size: 32px;
    color: #000;
    padding-bottom: 3vw;
}

.RighInfo002810 .list .box:not(:last-child) {
    margin-bottom: 5%;
}

.RighInfo002810 .list .info {
    line-height: 2;
    background: #f3f3f3;
    padding: 3vw
}

.RighInfo002810 .info .name {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

.RighInfo002810 .info .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 25px;
    overflow: hidden;
}

.RighInfo002810 .info .box:last-child {
    margin-bottom: 0;
}

.RighInfo002810 .info .box img {
    margin-right: 15px;
}

.RighInfo002810 .info .box p {
    line-height: 30px;
    margin: 0;
}

.RighInfo002810 .info .box.tel p {
    color: #691318;
}

.RighInfo002810 .info .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.RighInfo002810 .info .erweima .codeimg {
    margin-right: 20px;
}

.RighInfo002810 .info .erweima .codeimg img {
    border: 1px solid #f3f3f3;
    max-width: 100px;
}

.RighInfo002810 .info .erweima .word {
    text-align: center;
}

.RighInfo002810 .info .erweima .word h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333;
}

.RighInfo002810 .info .erweima .word p {
    margin: 0;
}

.RighInfo002810 .info .box b {
    color: #691318;
}

@media(min-width:769px) {
    .RighInfo002810 .list .pic {
        width: 48%;
    }

    .RighInfo002810 .list .box:nth-child(2n) .pic {
        text-align: right;
    }
}

@media(max-width:768px) {

    .RighInfo002810 .ytable,
    .RighInfo002810 .ytable-cell {
        display: block;
    }

    .RighInfo002810 .list .pic img {
        display: block;
        width: 100%;
    }

    .RighInfo002810 .info .name {
        font-size: 5vw;
        margin-bottom: 10px;
    }
}

.RighInfo002810 .list .pic {
    position: relative;
    overflow: hidden;
}

.RighInfo002810 #allmap {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

/*Form003139 */
.Form003139 {
    padding: 4vw 0 0;
    text-align: center;
}

.Form003139 .title {
    font-size: 32px;
    color: #000;
}

.Form003139 .form {
    margin-top: 30px;
}

.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 20px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    line-height: 3.5714;
    color: #333;
    font-weight: 300;
}

.Form003139 .form-ul li .tit span {
    color: #691318;
    margin-right: 5px;
}

.Form003139 .form-ul li .text {
    width: 100%;
    border: none;
    font-size: 1em;
    line-height: 3.5714;
    height: 3.5714em;
    background: #f5f5f5;
    padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
    height: auto;
}

.Form003139 .form-ul .btn {
    width: 10em;
    margin: 30px auto 0 auto;
    background: #691318;
    line-height: 3.5;
    font-size: 1em;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #fff;
    cursor: pointer;
    border: 0;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 50%;
    }

    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 10px);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }

    .Form003139 .form-ul {}
}

@media (max-width:1024px) {
    .Form003139 {
        padding-top: 20px;
    }

    .Form003139 .title {
        font-size: 6vw;
    }

    .Form003139 .form {
        margin-top: 0;
    }

    .Form003139 .form-ul {
        padding: 2em 0;
        width: 90%;
    }

    .Form003139 .form-ul .btn {
        margin-top: 0;
    }
}




/*
 .TextList000591
 */
.TextList000591 {
    padding: 2% 0;
}

.TextList000591 ul {
    padding: 0 2%;
    background-color: #fff;
}

.TextList000591 li {
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
}

.Top003198 .top-right dd .yuayan {
    /* width: 50px; */
    position: relative;
    /* height: 50px; */
    float: r;
    margin-left: 10px;
}

.Top003198 .top-right dd .yuayan .dis {
    background: #691318;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Top003198 .top-right dd .yuayan .dis a {
    color: #fff;
    font-size: 14px;
}

.Top003198 .top-right dd .yuayan .xaila {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #691318;
    border-radius: 5px;display: none;
}

.Top003198 .top-right dd .yuayan .xaila a {
    line-height: 2;
    display: block;
    color: #fff;
    /* border-radius: 5px; */
}

/*
.Top003198 menu li#m11 .sub dt:nth-child(1){
    display: none;
}*/
.searchbox{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-bottom: 2em; gap:1em; margin-top:1em;}
.searchbox .left input{ border: 1px solid #ccc; line-height: calc(40 / 16 * 1em); height: calc(40 / 16 * 1em); padding: 0 10px; width: calc(220 / 16 * 1em); }
.searchbox .left button{ border: none; min-width: calc(80 / 16 * 1em); line-height: calc(40 / 16 * 1em); height: calc(40 / 16 * 1em); background: #691318; color: #fff; padding: 0 1em; }
.searchbox .right a{border-top: 0; min-width: calc(220 / 16 * 1em); color: #fff; background-color: #691318; padding: 0 calc(50 / 16 * 1em) 0 calc(30 / 16 * 1em); background-image: url(../images/Floor003180-more.svg); 
background-position: right calc(20 / 16 * 1em) center; box-shadow: 0 calc(10 / 16 * 1em) calc(40 / 16 * 1em) rgb(105 19 24 / 0.3);  line-height: calc(65 / 16 * 1em);background-repeat: no-repeat; display: inline-block;}