* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mkFix {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .9);
    z-index: 5;
}

.mkBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fRow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f-acenter {
    align-items: center;
}

.f-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.mcenter {
    margin-left: auto;
    margin-right: auto;
}

.color-shadow {
    text-shadow: 0 -.1rem .2rem violet, .1rem 0 .2rem violet, 0 .1rem .2rem violet, -.1rem 0 .2rem violet;
}

.main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /* overflow-y: auto; */
    background-size: 100% 100%;
}

.imgBlock img {
    width: 100%;
    display: block;
}

.avatar {
    border-radius: 50%;
    box-sizing: content-box;
    overflow: hidden;
}

.input input[type='text'],
.input select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.select select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: transparent;
    left: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
}

.select .icon {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
}

.scrollBarNone::-webkit-scrollbar {
    display: none;
}

.mkFix .mkContent {
    width: 7.1rem;
    padding: .36rem .4rem .32rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.mkFix .mkContent .mkTop {
    margin-bottom: 0.5rem;
}

.mkFix .mkContent .mkTop .title {
    font-size: .18rem;
    color: #000;
    text-align: center;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.mkFix .mkContent .mkTop .info {
    font-size: .14rem;
    color: #999999;
    text-align: center;
}

.mkFix .inputBox {
    margin-bottom: 0.45rem;
}

.mkFix .inputBox .i-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
}

.mkFix .inputBox .i-item .label {
    font-size: .16rem;
    color: #7a7a7a;
    width: .9rem;
    text-align: right;
    margin-right: 0.15rem;
}

.mkFix .inputBox .i-item .input {
    flex: 1;
    height: .5rem;
    border: 1px solid #e8e8e8;
}

.mkFix .inputBox .i-item .input input,
.mkFix .inputBox .i-item .input select {
    font-size: .16rem;
    color: #cdcdcd;
    display: block;
    line-height: .5rem;
    padding-left: .15rem;
}


.mkFix .inputBox .i-item .input input::placeholder {
    color: #cdcdcd;
}

.mkFix .footBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .4rem;
    cursor: pointer;
}

.mkFix .footBtns>div {
    width: 2.04rem;
    height: 0.5rem;
    border-radius: .05rem;
    color: #fff;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #d1d1d1;
}

.mkFix .footBtns>div:last-child {
    background-color: #e6212a;
}

.Index .head .navibar {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem 0 3.5rem;
    position: relative;
    z-index: 5;
}

.Index .head .navibar .logo {
    width: 1.86rem;
}

.Index .logo {
    width: 3.6rem;
}

.Index .head .navibar .nbox {
    display: flex;
    align-items: center;
    margin-left: 4.3rem;
}

.j-center {
    justify-content: center;
}

.Index .head .navibar .nbox .n-item {
    width: 1.2rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #000;
    font-size: 0.18rem;
    margin-right: .5rem;
    padding-left: .15rem;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}

.Index .head .navibar .nbox .n-item:first-child {
    padding-left: 0;
}

.Index .head .navibar .nbox .n-item.Actv {
    color: #fff;
    background-color: #e6212a;
}

.Index .head .navibar .nbox .n-item .icon {
    width: .12rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .15rem;
    display: flex;
    align-items: center;
}

.Index2 .head .swiper {
    height: 6.95rem;
    overflow: hidden;
}

.Index2 .head .swiper .swiper-container {
    height: 100%;
}

.Index2 .head .swiper .swiper-container img {
    width: 100%;
    display: block;
}

.Index>.foot {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    padding: .31rem 0 .23rem;
}

.Index>.foot .top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.35rem;
}

.Index>.foot ul {
    list-style: none;
    border-left: 1px solid #fff;
    /* padding-left: .1rem; */
    margin-right: 1.45rem;
    font-size: .14rem;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}

.Index>.foot .top ul li {
    padding-left: .1rem;
}

.Index>.foot .top ul li:first-child {
    /* padding-left: 0; */
    border-left: 1px solid #fff;
}

.Index>.foot ul li:first-child {
    border-left: 1px solid #fff;
}

.Index>.foot ul li {
    margin-bottom: 0.2rem;
}

.Index>.foot ul li:last-child {
    margin-bottom: 0;
}

.Index>.foot .top .box {
    font-size: .14rem;
}

.Index>.foot .top .box .b_t {
    width: 3.53rem;
    height: .38rem;
    background-color: #fff;
    border-radius: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.Index>.foot .top .box .r_b {
    display: flex;
}
.Index>.foot .top .box .r_b .bItem {
    display: flex;
    align-items: center;
    font-size: .14rem;
    text-align: center;
    flex-direction: column;
}
.Index>.foot .top .box .r_b .bItem:not(:last-of-type) { margin-right: .5rem;}
.Index>.foot .top .box .r_b .ma {
    width: 1.12rem;
    margin-bottom: .1rem;
}

.Index>.foot .top .box .r_b span {
    color: #fff;
}

.Index>.foot .bottom ul {
    border-left: none;
    padding-left: 0;
}

.Index>.foot .bottom ul>li {
    border-left: none;
    text-align: center;
}

.Index .container {
    background: url(../images/img1.png) no-repeat;
    background-size: 100%;
}

.Index .container .box{
    background-color: #fff;
    /* padding: .3rem 3.5rem 0; */
    width: 12.03rem;
    margin: 0 auto;
    padding: .3rem 0 0;
}

.card {
    margin-bottom: 0.8rem;
}

.card .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}

.card .title .icon {
    width: .82rem;
}

.card .title span {
    font-size: .26rem;
    margin-left: .15rem;
    margin-right: .15rem;
}

.card.c1 .content {
    position: relative;
}

.card.c1 .swiper-container {
    width: 100%;
    height: 2.5rem;
}

.card.c1 .content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
}

.card.c1 .content .swiper-slide .img {
    width: 3.5rem;
    height: 2.2rem;
}

.card.c1 .content .swiper-slide .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card.c1 .content .swiper-slide .detail .top {
    font-size: .26rem;
    color: #000000;
    margin-bottom: 0.25rem;
}

.card.c1 .content .swiper-slide .detail .info {
    font-size: .16rem;
    color: #999999;
    margin-bottom: 0.42rem;
}

.card.c1 .content .swiper-slide .detail .btn {
    width: 2rem;
    height: 0.42rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 0.14rem;
}

.card.c1 .content .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0rem;
    right: auto;
}

.card.c1 .content .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0rem;
    left: auto;
}

.card.c1 .spBtn::after {
    content: none;
}

.card.c1 .spBtn img {
    width: .14rem;
    height: .24rem;
}

.card.c1 .spBtn:last-child img {
    transform: rotateY(180deg);
}

.card.c1 .boxlist {
    display: flex;
    align-items: flex-start;
}

.card.c1 .boxlist .b-item {
    width: 20%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card.c1 .boxlist .b-item .gname {
    font-size: .18rem;
    color: #000000;
    margin-bottom: 0.2rem;
}

.card.c1 .boxlist .b-item .img {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.21rem;
    display: flex;
    align-items: center;
}

.card.c1 .boxlist .b-item .text {
    font-size: .14rem;
    color: #000000;
    padding-bottom: .05rem;
    border-bottom: 1px solid #1e1e1e;
}

.card.c2 .clist {
    display: flex;
    align-items: center;
}

.card.c2 .clist .list-item {
    width: 33%;
    font-size: .14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 1rem;
    padding-bottom: .15rem;
    border-right: 1px solid #ebebeb;
}

.card.c2 .clist .list-item span {
    margin-top: 0.1rem;
}

.card.c2 .clist .list-item:nth-child(1) .icon {
    width: .56rem;
}

.card.c2 .clist .list-item:nth-child(2) .icon {
    width: .35rem;
}

.card.c2 .clist .list-item:nth-child(3) .icon {
    width: .5rem;
}

.card.c2 .clist .list-item:nth-child(3) {
    border: none;
}

.card.c3 .clist {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.card.c3 .clist .list-item {
    width: 3.9rem;
    height: 2.4rem;
    margin-right: .12rem;
    margin-bottom: 0.12rem;
    position: relative;
}

.card.c3 .clist .list-item:nth-child(3n) {
    margin-right: 0;
}

.card.c3 .mkMask {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    height: .8rem;
    font-size: .14rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .2rem .1rem;
    padding-top: .4rem;
}

.Detail .head {
    position: relative;
    box-shadow: 0 .05rem .3rem rgba(0, 0, 0, .27);
}

.Detail .head .img {
    width: 100%;
    height: 6.86rem;
}

.Detail .head .img img {
    display: block;
    width: 100%;
}

.Detail .head .tipBox {
    width: 3.17rem;
    height: 1.13rem;
    font-size: 0.26rem;
    color: #fff;
    padding: .35rem 0 0 .8rem;
    background: url(../images/tip.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 3.6rem;
    display: flex;
    bottom: -.14rem;
    cursor: pointer;
    user-select: none;
}

.Detail .head .tipBox .icon {
    width: .47rem;
    margin-right: .1rem;
    margin-top: -.1rem;
}

.Detail .head .foot {
    height: .98rem;
    background-color: #fff;
    font-size: 0.36rem;
    color: #000000;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: bold;
    padding-left: 3.6rem;
}

.Detail .list {
    /* padding: .8rem 3.6rem; */
    width: 11.83rem;
    padding: .8rem 0;
    background: url(../images/img1.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.Detail .list .t_title {
    font-size: .36rem;
    color: #000000;
    margin-bottom: 0.2rem;
}

.Detail .list .tfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
}

.Detail .list .tfoot .t_left .c_top {
    display: flex;
    align-items: center;
}

.Detail .list .tfoot .t_left .c_top .c-item {
    padding: 0 .33rem;
    border-right: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1.2rem;
}

.Detail .list .tfoot .t_left .c_top .c-item:last-child {
    border: none;
}

.Detail .list .tfoot .t_left .c_top .c-item .num {
    font-size: .26rem;
    color: #000000;
    font-weight: bold;
    /* margin-bottom: 0.1rem; */
}

.Detail .list .tfoot .t_left .c_top .c-item span {
    color: #a7a7a7;
    font-size: .14rem;
}

.Detail .list .tfoot .t_left .cbox {
    width: 5.86rem;
    height: .5rem;
    background-color: #eeeeee;
    border-radius: .25rem;
    font-size: .18rem;
    color: #999999;
    margin-top: 0.3rem;
    text-align: center;
    line-height: .5rem;
    padding: 0 .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Detail .list .tfoot .t_right {
    width: 3.6rem;
}

.Detail .listbox .navi {
    width: 100%;
    height: .48rem;
    font-size: .16rem;
    color: #000000;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    font-weight: bold;
}

.Detail .listbox .navi>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Detail .content {
    font-size: 0.16rem;
}

.Detail .content .cline {
    display: flex;
    height: .4rem;
    align-items: center;
}

.Detail .content .cline .c-item {
    text-align: center;
}

.Detail .listbox .navi .n-item:nth-child(1),
.Detail .content .c-item:nth-child(1) {
    width: 1.1rem;
}

.Detail .listbox .navi .n-item:nth-child(2),
.Detail .content .c-item:nth-child(2) {
    width: 2.9rem;
}

.Detail .listbox .navi .n-item:nth-child(3),
.Detail .content .c-item:nth-child(3) {
    width: 2.9rem;
}

.Detail .listbox .navi .n-item:nth-child(4),
.Detail .content .c-item:nth-child(4) {
    flex: 1;
}

.Search .container {
    width: 100%;
    padding: 0 4.2rem;
    background: url(../images/img1.png) no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.Search .container .search {
    display: flex;
    align-content: flex-start;
}

.Search .head {
    margin-bottom: 0.6rem;
}

.Search .container .search .btn {
    width: 1.75rem;
    height: 0.7rem;
    font-size: .18rem;
    color: #fff;
    background-color: #e6212a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.Search .container .search .input {
    flex: 1;
    border: 1px solid #e8e8e8;
}

.Search .container .search .input input {
    font-size: .16rem;
    color: #d0d0d0;
    padding-left: .2rem;
    padding-right: .3rem;
    display: block;
}

.Search .container .search .input input::placeholder {
    color: #d0d0d0;
}

.Search .container .boxBorder {
    width: 100%;
    /*height: 6.57rem;*/
    border: 1px solid #eeeeee;
}

.Search .container .box .top {
    background-color: #f3f3f3;
    height: .6rem;
    font-weight: bold;
}

.Search .container .box .name {
    width: 2.8rem;
}

.Search .container .box {
    font-size: 0.14rem;
    color: #333333;
    height: 100%;
    padding: .2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.Search .container .box .list {
    flex: 1;
    /*overflow-y: auto;*/
}

.Search .container .box .top,
.Search .container .box .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Search .container .box .line {
    height: .45rem;
    border-bottom: 1px solid #f3f3f3;
}

.Search .container .box .address {
    width: 4rem;
}

.Search .container .box .tel {
    width: 1.5rem;
}

.NewsList .head {
    height: 6.93rem;
    overflow: hidden;
}

.NewsList .option {
    border-bottom: 1px solid #eeeeee;
    height: .5rem;
    line-height: .5rem;
    font-size: .16rem;
    color: #999999;
    font-family: '微软雅黑';
}
.NewsList .option .oplist {
    width: 11.83rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:0 auto;
}

.NewsList .option .op-item {
    width: 1.25rem;
    flex-shrink: 0;
    cursor: pointer;
}

.NewsList .option .op-item.Actv {
    color: #e6212a;
}

.NewsList .listBox {
    width: 100%;
    /* padding: 0 3.6rem; */
    width: 11.83rem;
    margin: 0 auto;
}

.NewsList .listBox .list-item {
    display: flex;
    padding: .5rem 0;
    border-bottom: 1px solid #e9e9e9;
}

.NewsList .listBox .list-item .img {
    width: 2.9rem;
    height: 1.8rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
    overflow: hidden;
}

.NewsList .listBox .list-item .right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.NewsList .listBox .list-item .right .r_title {
    font-size: .16rem;
    color: #0f0f0f;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.27rem;
}

.NewsList .listBox .list-item .right .r_title .label {
    font-weight: bold;
}

.NewsList .listBox .list-item .right .r_title .time {
    color: #afafaf;
}

.NewsList .listBox .list-item .right .r_title span {
    font-size: 0.14rem;
    color: #afafaf;
}

.NewsList .listBox .list-item .right .center {
    font-size: .14rem;
    color: #afafaf;
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.NewsList .listBox .list-item .right .foot {
    font-size: .14rem;
    color: #afafaf;
    display: flex;
    margin-top: auto;
}

.NewsList .listBox .list-item .right .foot .fleft {
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewsList .listBox .list-item .right .foot .fleft .author {
    margin-right: .3rem;
}

.NewsList .listBox .list-item .right .foot .fbtn {
    width: 1.5rem;
    height: .32rem;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    margin-left: auto;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.Detail2 .box {
    width: 100%;
    padding: 0 3.6rem;
    margin-bottom: 0.4rem;
}

.Detail2 .box .top {
    font-size: .18rem;
    color: #333333;
    margin-bottom: .38rem;
    font-weight: bold;
}

.Detail2 .box .foot {
    display: flex;
    font-size: .14rem;
    justify-content: space-between;
    align-items: center;
    color: #a0a0a0;
}

.Detail2 .box .foot .left .author {
    margin-right: .25rem;
}

.Detail2 .box .foot .left .right {
    margin-left: auto;

}

.t-center {
    text-align: center;
}

.Detail2 {
    padding: 0 .36rem;
}

.Detail2 .content {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    line-height: 1.7;
    font-size: 0.14rem;
    padding: 0 3.6rem;
    color: #666666;
    margin-bottom: 0.35rem;
}

.Detail2 .content img {
    max-width: 100%;
    margin: .25rem auto;
    display: block;
}

.Job {
    padding: 0 3.6rem;
}

.Job .head {
    padding: .3rem;
    font-size: .16rem;
    display: flex;
    border-radius: .08rem;
    border: 1px solid #e8e8e8;
    margin-bottom: 0.3rem;
}

.Job .head .label {
    color: #333333;
    margin-right: 0.2rem;
}

.Job .head .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.Job .head .right .r-item {
    padding: .05rem .2rem;
    background-color: transparent;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #a7a7a7;
    cursor: pointer;
    user-select: none;
    margin-right: .1rem;
}

.Job .head .right .r-item.Actv {
    color: #fff;
    background-color: #e6212a;
}

.Job .box {
    font-size: .16rem;
    color: #111111;
    font-weight: bold;
    text-align: center;
}

.Job .box .partment {
    width: 2.2rem;
}

.Job .box .position {
    width: 3.1rem;
}

.Job .box .work {
    width: 1.9rem;
}

.Job .box .num {
    width: 1rem;
}

.Job .box .pubtime {
    width: 1.6rem;
}

.Job .box .top {
    display: flex;
    justify-content: space-between;
    height: 0.6rem;
    background-color: #e9e9e9;
    align-items: center;
}

.Job .box .con .line {
    display: flex;
    height: .95rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dbdbdb;
}

.Detail3 .head {
    height: .82rem;
    border: 1px solid #e8e8e8;
    border-radius: .1rem;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.Detail3 {
    padding: 0 3.6rem;
}

.Detail3 .con {
    width: 100%;
    padding: .3rem 0;
    position: relative;
    border-top: 1px solid #e9e9e9;
}

.Detail3 .con>.title {
    font-size: .16rem;
    color: #333333;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    line-height: 1;
    transform: translateY(-55%);
    font-weight: bold;
    /* padding: 0 .1rem; */
    padding-right: .2rem;
}

.Detail3 .con .btns {
    position: absolute;
    right: 0;
    font-size: .14rem;
    color: #fff;
    display: flex;
}

.Detail3 .con .btns>div {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 1.4rem;
    height: 0.36rem;
    margin-right: .2rem;
    background-color: #e6212a;
}

.Detail3 .con .btns>div:last-child {
    margin-right: 0;
}

.Detail3 .box {
    min-height: 4rem;
}

.Detail3 .con .smcard {
    display: flex;
    font-size: .14rem;
    color: #999999;
    margin-bottom: 0.3rem;
}

.Detail3 .con .smcard span {
    margin-right: .4rem;
}

.Detail3 .con .foot {
    font-size: .14rem;
    color: #a7a7a7;
}

.Detail3 .con .foot>div {
    margin-bottom: 0.1rem;
}

.mkUpdCard .updCard {
    margin-top: 0;
    display: flex;
    padding-left: .5rem;
    margin-bottom: 1.5rem;
}

.mkUpdCard .inputBox {
    margin-bottom: 0.2rem;
}

.mkUpdCard .updCard span {
    font-size: .16rem;
    color: #ff1919;
    cursor: pointer;
    border-bottom: 1px solid #ff1919;
    padding-bottom: .01rem;
}

.h100 {
    height: 100%;
}

.mkUpdCard .updCard .fileName {
    font-size: .16rem;
    color: #666;
    margin-right: .3rem;
}

.Plist .head {
    height: 6.9rem;
}

.Plist .head .swiper {
    height: 100%;
}
.Plist .option {
    border-bottom: 1px solid #e9e9e9;
}
.Plist .option .oplist {
    height: .52rem;
    display: flex;
    justify-content: flex-end;
    width: 11.83rem;
    margin: 0 auto;
    align-items: center;
}

.Plist .option .op-item {
    color: #999999;
    font-size: 0.16rem;
    margin-left: .52rem;
    cursor: pointer;
}

.Plist .option .op-item.Actv {
    color: #e83038;
}

.Plist .list {
    /* padding: .35rem 3.6rem 0; */
    width: 11.83rem;
    margin: 0 auto .5rem;
    min-height: 6rem;
}

.Plist .list .cbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.Plist .list .list-item {
    width: 2.2rem;
    height: 2.2rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 1.7%;
    display: flex;
    padding: .15rem 0 0;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.Plist .list-item:nth-child(5n) {
    margin-right: 0;
}

.Plist .list-item .img {
    display: flex;
    justify-content: center;
}

.Plist .list-item .img img {
    width: 80%;
    /* max-width: 80%; */
    margin-left: auto;
    margin-right: auto;
}

.Plist .list-item .text {
    margin-top: auto;
    font-size: .2rem;
    color: #363536;
    text-align: center;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Plist .list-item span {
    font-size: .14rem;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.Material .list2 {
    /* padding: 0 3.6rem; */
    width: 11.83rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.Material .list2 .list2-item {
    padding: .6rem;
    font-size: .14rem;
    color: #afafaf;
    border-bottom: 1px solid #e9e9e9;
}

.Material .list2-item .title {
    font-size: .16rem;
    color: #222222;
    margin-bottom: .3rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    color: #222222;
}

.Material .list2-item .title span {
    color: #afafaf;
    font-weight: normal;
}

.Material .list2-item .foot {
    margin-top: 0.37rem;
    display: flex;
    justify-content: space-between;
}

.Material .list2-item .foot span {
    margin-right: .4rem;
}

.Material .list2-item .foot .right {
    display: flex;
}

.Material .list2-item .foot .right div {
    width: 1.05rem;
    height: .3rem;
    background-color: #e6212a;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: .14rem;
    color: #fff;
    cursor: pointer;
}

.Material .list2-item .foot .right div:first-child {
    margin-right: .25rem;
}

.Material .list2-item:last-child {
    border-bottom: none;
}

.Detail3 .con>.content {
    font-size: 0.14rem;
    color: #999;
    line-height: 1.7;
    padding-left: .2rem;
    padding-right: .2rem;
}

.Detail4 {
    padding: 0 3.6rem;
}

.Detail4 .head .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Detail4 .head .top {
    margin-bottom: 0.35rem;
}

.Detail4 .head .top .title {
    font-size: .14rem;
    color: #333333;
    font-weight: bold;
}

.Detail4 .head .top .btn {
    font-size: .14rem;
    color: #fff;
    width: 1.05rem;
    height: .35rem;
    background-color: #e6212a;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.Detail4 .head .foot {
    display: flex;
    font-size: .14rem;
    color: #999999;
}

.Detail4 .head .foot span {
    margin-right: 0.2rem;
}

.Detail4 .content {
    margin-top: 0.4rem;
    font-size: .14rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 1rem;
    min-height: 4rem;
}

.About .section1 {
    padding: 0 3.6rem;
    position: relative;
    height: 8.3rem;
}

.About .section1 .box1 {
    position: relative;
    width: 100%;
    top: -.7rem;
    font-size: .16rem;
    color: #333333;
    line-height: 1.7;
    padding: .62rem .35rem;
    z-index: 1;
    background-color: #fff;
}

.About .section1 .box1 .icon {
    width: 2.9rem;
    height: 2.1rem;
    position: absolute;
    right: -.1rem;
    bottom: -.1rem;
}

.About .section1 .box1 .top {
    width: 1.55rem;
    height: 0.55rem;
    background-color: #e6212a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    color: #fff;
    position: absolute;
    left: .3rem;
    top: -.25rem;
}

.About .section1 .box2 {
    display: flex;
    justify-content: space-between;
}

.About .section1 .box2 .b-item {
    width: 49%;
    height: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.About .section1 .box2 .b-item .img {
    height: 2.36rem;
    overflow: hidden;
    position: relative;
}

.About .section1 .box2 .b-item .img .icon {
    width: .36rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.About .section1 .box2 .b-item .img .icon img {
    width: 100%;
    display: block;
}

.About .section1 .box2 .left .icon {
    bottom: 0;
    transform: translateX(-50%) rotate(180deg) !important;
}

.About .section1 .box2 .right .icon {
    top: 0;
}

.About .section1 .box2 .cbox {
    display: flex;
    justify-content: flex-end;
}

.About .section1 .box2 .cbox .cbox2 {
    border-left: 4px solid #e6212a;
    padding-left: .1rem;
}

.About .section1 .box2 .cbox .title {
    font-size: .26rem;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: .12rem;
}

.About .section1 .box2 .cbox .info {
    font-size: .16rem;
    color: #1c1c1c;
}

.About .section2 {
    height: 7.6rem;
    background-color: #f5f5f5;
    position: relative;
}

.About .section2 .box1 .title {
    width: 3.4rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3rem;
}

.About .section2 .box1 {
    width: 11.97rem;
    background-color: #fff;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    padding: .5rem 0 0;
    transform: translateX(-50%);
    top: -.76rem;
}

.About .section2 .box1 .title .text {
    font-size: .26rem;
    color: #333333;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: .15rem;
    font-weight: bold;
    text-align: center;
}

.About .section2 .box1 .box-sb {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 12.5rem;
    margin-bottom: 0.45rem;
    left: -.26rem;
    margin-top: 0.1rem;
    /* top: 1.3rem; */
}

.About .section2 .box1 .box-sb div {
    width: 6.2rem;
    height: 0.72rem;
    background: url(../images/bg1.png);
    font-size: .14rem;
    color: #fff;
    line-height: 1.6;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    margin-bottom: 0.26rem;
}

.About .section2 .box1 .box-sb div:nth-child(odd) {
    padding-left: .17rem;
    padding-right: .35rem;
}

.About .section2 .box1 .box-sb div:nth-child(even) {
    padding-left: .35rem;
    padding-right: .17rem;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
}

.About .section2 .list {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0 .22rem;
}

.About .section2 .list-item {
    width: 2.6rem;
    height: 2.25rem;
    margin-bottom: 0.15rem;
    margin-right: 0.3rem;
    border-top: .04rem solid #333333;
    padding: .61rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.About .section2 .list-item .list-title {
    font-size: .26rem;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.About .section2 .list-item .list-title img {
    max-width: 100%;
    width: auto;
}

.About .section2 .list-item .list-title .text {
    position: absolute;
    left: 0;
    top: -.35rem;
}

.About .section2 .list-item:nth-child(4n) {
    margin-right: 0;
}

.About .section2 .list-item .info {
    margin-top: 0.48rem;
    font-size: .14rem;
    color: #999999;
    position: relative;
}

.About .section2 .list-item .info .hr {
    width: .14rem;
    height: .02rem;
    background-color: #db2626;
    position: absolute;
    left: 0;
    top: -.1rem;
}

.About .section3>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.About .section3 .img {
    width: 6rem;
    overflow: hidden;
    flex-shrink: 0;
}

.About .section3 {
    padding: 1.5rem 3.6rem .3rem;
}

.About .section3 .cbox {
    width: 5.7rem;
}

.About .section3 .b1 {
    margin-bottom: 0.62rem;
}

.About .section3 .cbox .title {
    position: relative;
    font-size: .2rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.About .section3 .cbox .title img {
    width: auto;
    max-width: 100%;
}

.About .section3 .cbox .title .text {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

.About .section3 .cbox .info {
    position: relative;
    font-size: .14rem;
    color: #333333;
    line-height: 1.7;
    word-break: normal;
    text-align: justify;
}

.About .section3 .cbox .info .hr {
    position: absolute;
    width: .54rem;
    background-color: #e6212a;
    height: .03rem;
    top: -.2rem;
    left: 0;
}

.About .section3 .b3 {
    display: block;
    margin-top: 0.6rem;
}

.About .section3 .b3 .title {
    font-size: .26rem;
    color: #333333;
    position: relative;
    font-weight: bold;
    margin-bottom: 0.9rem;
    width: 4.82rem;
    margin-left: auto;
    margin-right: auto;
}

.About .section3 .b3 .title img {
    width: auto;
    max-width: 100%;
}

.About .section3 .b3 .title .text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    transform: translateY(-60%);
}

.About .section3 .b3 .bcard {
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: .13rem 0;
}

.About .section3 .b3 .bcard .c-item {
    margin-right: 1.1rem;
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    align-items: flex-end;
}

.About .section3 .b3 .bcard .c-item .left {
    display: flex;
    flex-direction: column;
}

.About .section3 .b3 .bcard .c-item .num {
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
}

.About .section3 .b3 .bcard .c-item span {
    font-size: .12rem;
    color: #999999;
}

.About .section3 .b3 .bcard .c-item .icon {
    width: .28rem;
    margin-left: 0.1rem;
}

.About .section3 .b3 .bcard .c-item .icon img {
    width: auto;
    max-width: 100%;
}

.About .section4 {
    padding: .5rem 3.6rem;
    background-color: #f2f2f2;
}

.About .section4 .cbox {
    display: flex;
    margin-bottom: 0.5rem;
}

.About .section4 .cbox:last-child {
    margin-bottom: 0;
}

.About .section4 .cbox .img {
    width: 5.9rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .26rem;
    position: relative;
    flex-shrink: 0;
}

.About .section4 .cbox .img .icon {
    width: 3.6rem;
    position: absolute;
    left: -.12rem;
    bottom: -.12rem;
}

.About .section4 .cbox .right .title {
    font-size: .2rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.28rem;
}

.About .section4 .cbox .right .title .hr {
    position: absolute;
    bottom: -.12rem;
    left: 0;
    width: .12rem;
    height: .04rem;
    background-color: #e6212a;
}

.About .section4 .cbox .right .info {
    font-size: .14rem;
    color: #666666;
    line-height: 1.7;
    word-break: normal;
    text-align: justify;
}

.About .section5 {
    padding: .87rem 3.6rem;
}

.About .section5>.title {
    font-size: .26rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.6rem;
    width: 2.27rem;
    margin-left: auto;
    margin-right: auto;
}

.About .section5>.title img {
    width: auto;
    max-width: 100%;
}

.About .section5>.title .text {
    position: absolute;
    text-align: center;
    left: 0;
    text-align: center;
    width: 100%;
    top: 0;
    transform: translateY(-60%);
}

.About .section5 .cbox .imgs .i-item {
    width: 2.92rem;
    height: 1.88rem;
    overflow: hidden;
    margin-right: .1rem;
}

.About .section5 .cbox .imgs {
    display: flex;
    margin-bottom: 0.27rem;
}

.About .section5 .cbox .imgs .i-item:last-child {
    margin-right: 0;
}

.About .section5 .cbox .card2 .title {
    font-size: .2rem;
    color: #666666;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.57rem;
    display: flex;
    text-align: left;
    align-items: center;
}

.About .section5 .cbox {
    margin-bottom: 0.25rem;
}

.About .section5 .cbox:last-child {
    margin-bottom: 0;
}

.About .section5 .cbox .card2 .title .hr {
    width: .75rem;
    height: .02rem;
    background-color: #e6212a;
    position: absolute;
    left: 0;
    bottom: -.28rem;
}

.About .section5 .info {
    font-size: .14rem;
    color: #666666;
    line-height: 1.7;
    word-break: normal;
    text-align: justify;
}

.mkHover {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 1rem;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 30;
}

.mkHover .mkBox {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 1rem;
    right: 0;
}

.mkHover .box {
    border-top: 1px solid #efefef;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: .4rem 3.4rem;
}

.mkHover .box .list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.mkHover .box .list .b-item {
    width: 2.88rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .18rem;
    margin-bottom: .1rem;
    position: relative;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.scrollHidden {
    overflow: hidden;
}

.mkHover .box .list .b-item:nth-child(4n) {
    margin-right: 0;
}

.mkHover .box .b-item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
}

.btn-group>div {
    min-width: .25rem;
    height: .25rem;
    font-size: .16rem;
    color: #333;
    white-space: nowrap;
    margin-right: .15rem;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding: .1rem;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.btn-group>div.Actv {
    background-color: #e6212a;
    color: #fff;
}

.btn-group>div:last-child {
    margin-right: 0;
}

.Map {
    /*padding: 0 3.6rem;*/
}

.Map .mbox {
    width: 100%;
    min-height: 5rem;
    position: relative;
}

.Map .mbox .mcard {
    background-color: #fff;
    position: absolute;
    left: 65%;
    top: .3rem;
    padding: .15rem;
}

.Map .mbox .mcard .title {
    font-size: .3rem;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.2rem;
    padding-bottom: .03rem;
}

.Map .mcard .title .hr {
    width: 15%;
    height: .03rem;
    position: absolute;
    background-color: #bb474e;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.Map .mcard .stitle {
    font-size: .18rem;
    color: #333;
    margin-bottom: 0.15rem;
}

.Map .mcard .line-two {
    display: flex;
    align-content: flex-start;
    color: #333;
    margin-bottom: 0.1rem;
    font-size: .16rem;
}

.Map .mcard .line-two .label {
    white-space: nowrap;
    margin-right: .15rem;
    flex-shrink: 0;
}

.Map .mcard .line-two .text {
    flex: 1;
}

.Map .cbox .ctitle {
    font-size: .18rem;
    color: #b4363c;
    margin-bottom: .1rem;
    font-weight: bold;
}

.Plist .glist .list-item {
    height: auto !important;
}

.Plist .glist .list-item .img {
    align-items: center;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 0.2rem;
}

.Plist .glist .list-item .img img {
    width: 100% !important;
}

.Detail .list .listbox {
    font-size: 0.18rem;
    color: #333;
    line-height: 1.6;
    padding-top: .3rem;
}
.Detail .list .listbox table {
    width: 100%;
}
.Detail .list .listbox table .firstRow {
    text-align: center;
    background-color: #f5f5f5;
    height: .35rem;
    vertical-align: middle;
    line-height: .35rem;
}
.Detail .list .listbox table tr {
    height: .35rem;
}
.Detail .list .listbox table tr td{
    padding: 0 .1rem;
}
.Detail .list .listbox table .firstRow td {
    background:transparent!important;
}
.Detail .list .listbox p {
    width: 100%;
}

.Detail .list .listbox img {
    max-width: 65%;
    display: block;
    margin: 0.2rem auto;
}


.Brand .head {
    height: 6.9rem;
    overflow: hidden;
    margin-bottom: 4.65rem;
}
.Brand .card3 {
    position: absolute;
    top: 6.8rem;
    left: 50%;
    width: 12rem;
    z-index: 3;
    transform: translateX(-50%);
}
.Brand .card3 .box {
    width: 12rem;
    padding: .69rem .3rem .62rem;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .2);
    z-index: 10;
    background-color: #fff;
    display: flex;
    position: relative;
    
}

.Brand .card3 .cardTitle {
    width: 1.54rem;
    height: .63rem;
    line-height: .63rem;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    background-color: #e6212a;
    position: absolute;
    left: .3rem;
    top: 0;
    transform: translateY(-50%);
}
.Brand .card3 .square {
    width: 2.88rem;
    height: 2.1rem;
    background-color: #dc2028;
    position: absolute;
    right: -.1rem;
    bottom: -.1rem;
}
.Brand .card3 .cardTitle .letter {
    position: absolute;
    font-size: .18rem;
    color: #e6212a;
    text-shadow: 0 -3px 1px #fff, 3px 0 1px #fff, 0 3px 1px #fff, -3px 0 1px #fff;
    left: 50%;
    bottom: 0;
    width: 1.1rem;
    font-weight: bold;
    transform: translate(-50%, 50%);
}

.Brand .card3 .left {
    flex: 1;
    overflow: hidden;
}

.Brand .card3 .left .line {
    display: flex;
    position: relative;
    padding-right: .96rem;
    cursor: pointer;
}

.Brand .card3 .left .line:not(:last-of-type) {
    margin-bottom: .2rem;
}

.Brand .card3 .left .line .icon {
    width: .2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Brand .card3 .left .line .label {
    font-size: 0.18rem;
    color: #fff;
    width: 1.6rem;
    background-color: #e6212a;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    line-height: 1;
}

.Brand .card3 .left .line .text {
    background-color: #eeeeee;
    font-size: .16rem;
    color: #444444;
    padding: .1rem .18rem;
    flex: 1;
}

.Brand .card3 .right {
    flex-shrink: 0;
}

.Brand .card3 .right .imgbox {
    width: 3.65rem;
    height: 2.5rem;
    border: 2px solid #dc2028;
}

.Brand .card3 .right .imgbox .img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.Brand .tempbox {
    margin-bottom: 1rem;
}

.Brand .tempbox .tempTitle {
    font-size: .26rem;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 0.45rem;
}

.Brand .tempbox .tempTitle span {
    position: relative;
    z-index: 1;
}

.Brand .tempbox .tempTitle .letter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.Brand .temp_content {
    font-size: .14rem;
    color: #666666;
    display: flex;
}

.Brand .temp_content>div {
    width: 50%;
    font-size: .14rem;
    color: #666666;
}

.Brand .tempbox.num1 .temp_content .left {
    padding-top: 8px;
    border-right: 1px solid #db1f28;
}

.Brand .tempbox.num1 .temp_content .left .line {
    padding-right: .1rem;
    position: relative;
    margin-bottom: 0.1rem;
}

.Brand .tempbox.num1 .temp_content .left .line .icon {
    width: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Brand .tempbox.num1 .temp_content .left .line .text {
    text-align: right;
}

.Brand .tempbox.num1 .temp_content .right .line {
    padding-left: .1rem;
    position: relative;
    margin-bottom: .1rem;
}

.Brand .tempbox.num1 .temp_content .right .line .icon {
    left: 0;
    width: 5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(180deg);
}

.Brand .tempbox.num1 .temp_content .line.Actv {
    color: #db1f28;
    font-weight: bold;
}

.Brand .box_brand {
    display: flex;
    width: 12rem;
    margin: 0 auto 1.7rem;
}

.Brand .box_brand>div {
    display: flex;
    width: 49.5%;
    flex-direction: column;
    align-items: flex-start;
}

.Brand .box_brand .content {
    font-size: 0.15rem;
    color: #222222;
    line-height: 1.8;
    letter-spacing: 1px;
    word-break: break-all;
    text-align: justify;
    background-color: #eeeeee;
    padding: .2rem;
    position: relative;
}

.Brand .box_brand .content::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: .17rem solid;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Brand .box_brand ._box_content {
    border-left: 3px solid #e6212a;
    padding-left: .14rem;
    width: min-content;
    white-space: nowrap;
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
}

.Brand .box_brand ._box_content .label {
    font-size: 0.26rem;
    margin-bottom: 0.17rem;
}

.Brand .box_brand ._box_content span {
    font-size: .16rem;
}

.Brand .box_brand .left {
    margin-right: 1%;
}

.Brand .box_brand .left .content {
    margin-bottom: 0.2rem;
}

.Brand .box_brand .right .content::after {
    top: 0;
    transform: rotate(180deg) !important;
}

.Brand .box_brand .right .content {
    margin-top: .2rem;
}

.Brand .box_brand .right .right_top {
    display: flex;
}

.Brand .box_brand .right .right_top .right_logo {
    width: .65rem;
}

.Brand .box_brand .right ._box_content {
    margin-left: 3rem;
}

.Brand .box_brand .left ._box_content {
    margin-left: 1.8rem;
}

.Brand .tempbox.num2 .letter {
    width: 4.8rem;
}

.Brand .tempbox.num2 .tempTitle {
    margin-bottom: 0.84rem;
}

.Brand .tempbox.num2 .smbox {
    display: flex;
    height: .73rem;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    width: min-content;
    white-space: nowrap;
    margin: 0 auto .4rem;
}

.Brand .tempbox.num2 .smbox .sm-item {
    flex-shrink: 0;
}

.Brand .tempbox.num2 .smbox .sm-item:not(:last-of-type) {
    margin-right: 1rem;
}

.Brand .tempbox.num2 .smbox .sm-item .label {
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
}

.Brand .tempbox.num2 .smbox .sm-item span {
    font-size: .14rem;
    color: #666666;
    display: block;
}

.Brand .section_box {
    display: flex;
    align-items: flex-end;
    background-color: #f4f4f4;
    padding: .35rem 3.5rem;
    margin-bottom: 2.2rem;
}

.Brand .section_box .title {
    font-size: .2rem;
    color: #666666;
    padding-bottom: .14rem;
    position: relative;
    font-weight: bold;
}

.Brand .section_box .title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .7rem;
    height: 2px;
    background-color: #e6212a;
}

.Brand .section_box .box-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Brand .section_box .box-item .img {
    width: 2.95rem;
    margin-top: 0.2rem;
}

.Brand .section_box .box-item:not(:last-of-type) {
    margin-right: 8px;
}

.Brand .tempbox.num3 .info {
    font-size: .16rem;
    color: #222222;
    line-height: 1.6;
    margin-bottom: 0.48rem;
}

.Brand .tempbox.num3 .info span {
    color: #e6212a;
}

.Brand .pub_pd {
    padding: 0 3.84rem;
}

.Brand .tempbox.num3 .foot_box {
    display: flex;
    justify-content: space-between;
}

.Brand .tempbox.num3 .foot_box>div {
    width: 49.5%;
}

.Brand .tempbox.num3 .foot_box .img {
    width: 100%;
    height: 2.35rem;
    margin-bottom: .22rem;
    position: relative;
    overflow: hidden;
}

.Brand .tempbox.num3 .foot_box .img::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: .18rem solid;
    border-color: transparent transparent #fff transparent;
}

.Brand .tempbox.num3 .foot_box .foot_left .img::after {
    bottom: 0;
}

.Brand .tempbox.num3 .foot_box .foot_right .img::after {
    top: 0;
    transform: rotate(180deg);
}

.Brand .tempbox.num3 .foot_box .xbox {
    border-left: 3px solid #e6212a;
    padding-left: .2rem;
}

.Brand .tempbox.num3 .foot_box .xbox .label {
    font-size: .26rem;
    color: #1c1c1c;
    margin-bottom: .12rem;
}

.Brand .tempbox.num3 .foot_box .xbox span {
    font-size: .16rem;
    color: #1c1c1c;
    display: block;
}

.Brand .tempbox.num3 .foot_box .foot_right .img {
    background-color: #eeeeee;
    margin-top: 0.22rem;
    margin-bottom: 0;
}

.Brand .tempbox.num3 .foot_box .foot_left .xbox {
    margin-left: 1.8rem;
}

.Brand .tempbox.num3 .foot_box .foot_right .xbox {
    margin-left: 3.3rem;
}

.Brand .tempbox.num4 .tempTitle {
    text-align: left;
    margin-bottom: 0.5rem;
}

.Brand .tempbox.num4 .tempTitle .letter {
    width: 4.4rem;
    left: 0;
    transform: initial;
}

.Brand .tempbox.num4 .top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.65rem;
}
.Brand .tempbox.num4 .top > div {
    display: flex;
    align-items: flex-start;
}
.Brand .tempbox.num4 .top .label {
    width: 2.5rem;
    padding: .1rem .63rem;
    background-color: #e6212a;
    font-size: .2rem;
    text-align: center;
    color: #fff;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.Brand .tempbox.num4 .top .text {
    background-color: #f4f4f4;
    width: 4rem;
    padding: .1rem .5rem;
    margin-left: -0.5rem;
    font-size: .18rem;
    margin-top: 0.1rem;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.Brand .tempbox.num4 .top .left .text {
    width: 3.4rem;
    color: #666666;
    -webkit-clip-path: polygon(17% 0%, 100% 0%, 82% 100%, 0% 100%);
    clip-path: polygon(17% 0%, 100% 0%, 82% 100%, 0% 100%);
}
.Brand .tempbox.num4 .top .right .text {
    padding: .1rem .5rem .1rem .8rem;
    color: #666;
    -webkit-clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
    clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
}

.Brand .tempbox.num4 .box-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.Brand .tempbox.num4 .box-list .box-item .img{
    width: 2.4rem;
    height: 2rem;
    overflow: hidden;
}
.Brand .tempbox.num4 .box-list .box-item {
    position: relative;
    margin-right: .56rem;
    margin-bottom: 1.24rem;
}
.Brand .tempbox.num4 .box-list .box-item:nth-child(4n) {
    margin-right: 0;
}
.Brand .tempbox.num4 .box-item .text {
    position: absolute;
    top: 1.35rem;
    width: 2.23rem;
    right: -.16rem;
    min-height: 1.14rem;
    background-color: #fff;
    padding: .15rem .1rem;
    font-size: .14rem;
    color: #666666;
    line-height: 1.5;
    box-shadow: 0 0 .3rem rgba(0, 0, 0,.2);
}
.Brand .tempbox.num4 .box-item .text span {
    color:#222222;
    font-weight: bold;
}
.Brand .tempbox.num4 .box-item .text::before {
    content: "";
    width: .62rem;
    height: 4px;
    background-color: #e6212a;
    position: absolute;
    top: 0;
    left: .1rem;
}
.Brand .tempbox.num5 .tempTitle {
    text-align: right;
}
.Brand .tempbox.num5 .letter{
    width: 5rem;
    right: 0;
    left: initial;
    transform: initial;
    bottom: -.16rem;
}

.Brand .tempbox.num5 .foot {
    display: flex;
}
.Brand .tempbox.num5 .foot .left {
    width: 6.2rem;
    margin-right: .66rem;
    flex-shrink: 0;
}
.Brand .tempbox.num5 .foot .right {
    flex: 1;
}
.Brand .tempbox.num5 .foot .right .title {
    font-size: .18rem;
    color: #222222;
    margin-bottom: .16rem;
    font-weight: bold;
}
.Brand .tempbox.num5 .foot .right .info {
    font-size: .16rem;
    color: #888888;
    margin-bottom: .48rem;
}
.Brand .tempbox.num5 .foot .right .line-box {
    font-size: 0.18rem;
    color: #222222;
    margin-bottom: .35rem;
    position: relative;
    padding-top: .1rem;
    font-weight: bold;
}
.Brand .tempbox.num5 .foot .right .line-box.line-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: .8rem;
    height: .04rem;
    background-color: #e6212a;
    margin-bottom: .1rem;
}
.Brand .gold-box .sec1 {
    margin-bottom: 0.88rem;
}
.Brand .gold-box .sec1 .top {
    display: flex;
    margin-bottom: .3rem;
}
.Brand .gold-box .sec1 .top .left {
    width: 2.3rem;
    height: 1.97rem;
    background-color: #e6212a;
    font-size: .3rem;
    color: #fff;
    position: relative;
    margin-right: 0.2rem;
}
.Brand .gold-box .sec1 .top .left .text {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 1.23rem;
    text-align: center;
}
.Brand .gold-box .sec1 .top .left .text span {
    font-size: .2rem;
    display: block;
}
.Brand .gold-box .sec1 .top .right {
    flex: 1;
    display: flex;
    position: relative;
    align-items: flex-end;
}
.Brand .gold-box .sec1 .top .right .title {
    font-size: .18rem;
    color: #e6212a;
    margin-bottom: 0.1rem;
    font-weight: bold;
    flex: 1;
}
.Brand .gold-box .sec1 .top .right .text {
    font-size: .18rem;
    color: #222222;
    line-height: 1.6;
}
.Brand .gold-box .sec1 .top .right::after {
    content: "";
    display: block;
    position: absolute;
    width:  100%;
    top: 0;
    left: 0;
    height: .03rem;
    background-color: #e6212a;
}
.Brand .gold-box .sec1 .center {
    display: flex;
    justify-content: space-between;
}
.Brand .gold-box .sec1 .center .c-item {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #e6212a;
}
.Brand .gold-box .sec1 .center .c-item .textbox {
    width: .57rem;
    height: .57rem;
    background-color: #e6212a;
    margin-right: 0.15rem;
    position: relative;
}
.Brand .gold-box .sec1 .center .c-item .textbox  .text {
    position: absolute;
    font-size: .33rem;
    font-weight: bold;
    right: -.1rem;
    bottom: -.1rem;
    color: #fff;
    text-shadow: 0 -1px 2px #e6212a, 1px 0 2px #e6212a, 0 1px 2px #e6212a, -1px 0 2px #e6212a;
}
.Brand .gold-box .sec2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.Brand .gold-box .sec2 .b1{
    width: 2.4rem;
    height: 4.5rem;
    background-color: #f4f4f4;
}
.Brand .gold-box .sec2 .b1 .title {
    font-size: .16rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: .15rem;
    position: relative;
}
.Brand .gold-box .sec2 .b1 .top {
    position: relative;
    padding-left: .15rem;
    padding-top: .12rem;
}
.Brand .gold-box .sec2 .b1 .top::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: .05rem;
    height: 100%;
    top: 0;
    background-color: #e6212a;
}
.Brand .gold-box .sec2 .b1 .info {
    font-size: .14rem;
    color: #222222;
    margin-bottom: 1.45rem;
}
.Brand .gold-box .sec2 .b1 .img {
    width: 100%;
    padding: 0 .42rem;
    margin: 0 auto;
    position: relative;
}
.Brand .gold-box .sec2 .b1 .img img {
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
} 
.Brand .gold-box .sec2 .b1  .hr {
    width: 100%;
    height: .43rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(230, 33, 42,1);
}
.Brand .gold-box .sec2 .b2 {
    width: 2.4rem;
 display: flex;   height: 4.5rem;
 flex-direction: column;
 padding-top: .8rem;
}
.Brand .gold-box .sec2 .b2 .img {
    width: 100%;
    padding: 0 .43rem;
    position: relative;
}
.Brand .gold-box .sec2 .b2 .img img{
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
}
.Brand .gold-box .sec2 .b2 .img .hr {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: .45rem;
    background-color: rgba(230, 33, 42, 1);
    transform: translateY(-50%);
}
.Brand .gold-box .sec2 .b2 .foot {
    margin-top: auto;
    position: relative;
    padding-left: .15rem;
}
.Brand .gold-box .sec2 .b2 .foot::after {
    content: "";
    display: block;
    position: absolute;
    width: .05rem;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e6212a;
    
}
.Brand .gold-box .sec2 .b2 .foot .title {
    font-size: .15rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: .05rem;
}
.Brand .gold-box .sec2 .b2 .foot .info {
    font-size: .14rem;
    color: #222222;
    line-height: 1.5;
}
.Brand .gold-box .sec2 .b2 .foot .info:not(:last-of-type) {
    margin-bottom: .23rem;
}
.Brand .sec3 {
    display: flex;
    margin-bottom: 0.7rem;
    justify-content: space-between;
}
.Brand .sec3 .top {
    display: flex;
    margin-bottom: 0.15rem;
}
.Brand .sec3 .top .label {
    font-size: .2rem;
    color: #fff;
    width: 2.45rem;
    height: .45rem;
    background-color: #e6212a;
    text-align: center;
    line-height: .45rem;
    -webkit-clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
}
.Brand .sec3 .top  .text {
    width: 3.4rem;
    height: .42rem;
    background-color: #f4f4f4;
    line-height: .42rem;
    color: #666666;
    text-align: center;
    margin-left: -0.5rem;
    margin-top: 0.15rem;
    font-size: .18rem;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
.Brand .sec3  > div {
    width: 48%;
}
.Brand .sec3 .img {
    width: 100%;
}
.Brand .sec4 {
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
}
.Brand .sec4 .top {
    display: flex;
}
.Brand .sec4 .top .label {
    font-size: .2rem;
    height: .42rem;
    width: 2.7rem;
    color: #fff;
    text-align: center;
    line-height: .42rem;
    background-color: #e6212a;
    -webkit-clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%);
clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%);
}
.Brand .sec4 .top .text {
    width: 5.7rem;
    height: .42rem;
    background-color: #f4f4f4;
    line-height: .42rem;
    font-size: .18rem;
    color: #666;
    text-align: center;
    margin-top: 0.15rem;
    margin-left: -.8rem;
    -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.Brand .sec4  .img {
    width: 100%;
    margin-top: 0.25rem;
}
.Brand .tempbox.num2 {
    margin-bottom: 0.5rem;
}
body {
    min-width: 1903px!important;
}

.ermaBox {
    position: fixed;
    right: 30px;
    z-index: 30;
    font-size: 18px;
    color: #999;
    letter-spacing: 2px;
    text-align: center;
    bottom: 50px;
    background-color: #fff;
    padding: 20px;
}

.ermaBox .ma{
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
}