@charset "UTF-8";
.tong {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1600px) {
    .tong {
        width: 96%;
    }
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tou {
    height: 7.65rem;
}

.tou .con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.tou .con .logo {
    line-height: 7.65rem;
}

.tou .con .logo img {
    height: 5.75rem;
}

.tou .con .zi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.tou .con .zi #formsearch {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.tou .con .zi #formsearch input {
    border: none;
    background: none;
}

.tou .con .zi #formsearch input#keyword {
    width: 16.15rem;
    height: 3.4rem;
    background: url(../images/sux.png) no-repeat 1.35rem 50% #f2f2f2;
    text-indent: 2.25rem;
    font-size: 0.9rem;
    color: #363636;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition-duration: .5s;
}

.tou .con .zi #formsearch input#keyword::-webkit-input-placeholder {
    color: #363636;
    font-weight: 600;
}

.tou .con .zi #formsearch input#s_btn {
    width: 4.65rem;
    height: 7.65rem;
    background: url(../images/ss.png) no-repeat 50% #9b2a26;
    font-size: 0;
}

.tou .con .zi #formsearch:hover input#keyword {
    left: -16.15rem;
}

.x-banner {
    position: relative;
}

.x-banner .go {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.x-banner .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 45.46875%;
    height: 5rem;
    background: rgba(155, 42, 38, 0.4);
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
}

h2.bt {
    text-align: center;
    color: #333333;
}

h2.bt b {
    display: block;
    font-size: 2rem;
}

h2.bt p {
    color: #000000;
    font-size:0.8rem;
    margin-top: 0.8rem;
}

.c1 {
    padding-top: 4.05rem;
    background: url(../images/c1.png) no-repeat 50% 0;
    background-size: cover;
}

.c1 .list1 {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #333333; */
    /* padding: 0.9rem 1.3rem; */
    margin-top: 2.3rem;
    /* max-width: 656px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
}

@media (max-width: 480px) {
    .c1 .list1 {
        padding: 24px 0 0;
        flex-wrap: wrap;
        margin-top: 0;
    }
}

.c1 .list1 li {
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    /* justify-content: center; */
    width: 24%;
}

@media (max-width: 480px) {
    .c1 .list1 li {
        width: 50%;
        line-height: 30px;
    }
}


/* .c1 .list1 li:after {
    content: '·';
    color: #000000;
    padding: 0 0.6rem;
    display: inline-block;
} */

@media (max-width: 480px) {
    .c1 .list1 li:after {
        display: none;
    }
}

.c1 .list1 li a {
    /* display: inline-block; */
    font-size: 1.43rem;
    color: #fff;
    line-height: 66px;
    display: block;
    background: url(../images/on1m.png) no-repeat 50% 0;
    height: 80px;
    background-size: 100% 100%;
    padding-right: 5%;
}

.c1 .list1 li:last-child:after {
    display: none;
}

.c1 .list1 li.on a {
    /* color: #9c2b27; */
    background: url(../images/on1.png) no-repeat 50% 0;
    background-size: 100% 100%;
}

@media(max-width:780px) {
    .c1 .list1 li a {
        font-size: 16px;
        line-height: 48px;
        height: 60px;
    }
}

.c1 .con {
    margin-top: 4rem;
    overflow: hidden;
}

.c1 .con .list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.c1 .con .list2 li {
    padding: 0 0.625rem;
    width: 33.33%;
}

.c1 .con .list2 li .img {
    position: relative;
}

@media(max-width:480px) {
    .c1 .con .list2 li {
        width: 100%;
        margin-bottom: 14px;
    }
    .c1 .con .list2 li:last-child {
        margin-bottom: 0px;
    }
    .c1 .list1 li a {
        font-size: 14px;
        line-height: 38px;
        height: 48px;
    }
}

.c1 .con .list2 li .img img {
    max-width: 100%;
}

.c1 .con .list2 li .img .zi {
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.74rem;
    color: #ffffff;
    padding: 4.5rem 3.2rem 3.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 81.3%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: .3s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c1 .con .list2 li h3 {
    text-align: center;
    line-height: 2.8rem;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #9b2a26;
    transition-duration: .3s;
}

.c1 .con .list2 li:hover .img .zi {
    opacity: 1;
}


/* .c1 .con .list2 li:hover h3 {
    opacity: 0;
} */

.c1 a.ck {
    margin-top: 2rem;
    display: block;
    text-align: center;
    color: #010101;
    font-size: 0.8rem;
}

.c1 a.ck p {
    font-size: 0.9rem;
    margin-top: 4px;
}

.c2 {
    margin-top: 2.3rem;
    background: url(../images/c2.png) no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 780px) {
    .c2 {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2.3rem;
    }
}

.c2 .con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c2 .con .c2-1 {
    margin-right: 2.6rem;
    position: relative;
    width: 43.6%;
}

@media (max-width: 780px) {
    .c2 .con .c2-1 {
        width: 100%;
        margin-right: 0;
    }
}

.c2 .con .c2-1 img {
    max-width: 100%;
}

.c2 .con .c2-1 a.ck {
    display: block;
    position: absolute;
    bottom: 5.625vw;
    left: 0;
    z-index: 1;
}

.c2 .con .c2-2 {
    width: 35.7%;
}

@media (max-width: 780px) {
    .c2 .con .c2-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c2 .con .c2-2 h2 b {
    display: block;
    font-size: 2.5rem;
    color: #9b2a26;
}

.c2 .con .c2-2 h2 p {
    font-size: 1.7rem;
    color: #333333;
    margin-top: 1.4rem;
}

.c2 .con .c2-2 .zi {
    font-size: 14.58px;
    color: #5d5d5d;
    line-height: 1.56rem;
    margin-top: 2.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.c2 .con .c2-2 .list2 {
    margin-top: 7rem;
}

@media (max-width: 1460px) {
    .c2 .con .c2-2 .list2 {
        margin-top: 3rem;
    }
}

.c2 .con .c2-2 .list2 li:nth-child(1) {
    margin-bottom: 1.8rem;
}

.c2 .con .c2-2 .list2 li a {
    display: flex;
    align-items: center;
}

.c2 .con .c2-2 .list2 li a .ziX {
    margin-left: 0.6rem;
}

.c2 .con .c2-2 .list2 li a .ziX h3 {
    font-size: 0.8rem;
    color: #9b2a26;
}

.c2 .con .c2-2 .list2 li a .ziX dd {
    font-size: 14px;
    color: #949393;
    margin-top: 0.2rem;
}

.c3 {
    background: url(../images/c3.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 2.8rem;
    padding-bottom: 1.75rem;
}

.c3 .tit {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 1.4rem;
    align-items: center;
    flex-wrap: wrap;
}

.c3 .tit h2 {
    font-size: 1.5rem;
}

.c3 .tit h2 span {
    font-size: 0.9rem;
}

.c3 .tit a.ck {
    font-size: 0.8rem;
    color: #fff;
}

.c3 .con {
    margin-top: 2.6rem;
    overflow: hidden;
}

.c3 .con .list2 {
    margin-left: -0.225rem;
    margin-right: -0.225rem;
}

.c3 .con .list2 li {
    width: 33.33%;
    padding: 0 0.225rem;
    float: left;
}

.c3 .con .list2 li a {
    display: block;
    position: relative;
}

.c3 .con .list2 li a .img img {
    max-width: 100%;
}

.c3 .con .list2 li a .zi {
    transition-duration: .3s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 1.8rem;
    padding-right: 3.95rem;
    padding-top: 13vw;
}

.c3 .con .list2 li a .zi h3 {
    font-size: 1.2rem;
    color: #fffefe;
    font-weight: 600;
}

.c3 .con .list2 li a .zi dd {
    font-size: 0.9rem;
    line-height: 1.74rem;
    color: #ffffff;
    margin-top: 1.3rem;
}

.c3 .con .list2 li a .zi .ck {
    font-size: 1.2rem;
    color: #fffefe;
    font-weight: 600;
    margin-top: 6vw;
}

.c3 .con .list2 li a .zi .ck img {
    display: inline;
}

.c3 .con .list2 li:hover a .zi {
    opacity: 1;
}

.c3 .con .hd {
    margin-top: 1.95rem;
    display: flex;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

.c3 .con .hd .prev {
    background: url(../images/zb1.png) no-repeat 0 50%;
    padding-left: 1.8rem !important;
    margin-right: 2.8rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.c3 .con .hd .prev:hover {
    color: #fff;
    background: url(../images/zb.png) no-repeat 0 50%;
}

.c3 .con .hd .next {
    background: url(../images/yb.png) no-repeat 100% 50%;
    padding-right: 1.8rem !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.c3 .con .hd .next:hover {
    color: #fff;
    background: url(../images/yb1.png) no-repeat 100% 50%;
}

.c4 .con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c4 .con .c4-1 {
    padding-top: 4.75vw;
    width: 40%;
}

@media (max-width: 780px) {
    .c4 .con .c4-1 {
        width: 100%;
    }
}

.c4 .con .c4-1 h2 {
    text-align: center;
}

.c4 .con .c4-1 h2 p {
    margin-top: 0.6rem;
}

.c4 .con .c4-1 .list2 {
    margin-top: 7.3vw;
}

.c4 .con .c4-1 .list2 li {
    display: flex;
    align-items: center;
    margin-bottom: 1.85vw;
}

.c4 .con .c4-1 .list2 li:last-child {
    margin-bottom: 0;
}

.c4 .con .c4-1 .list2 li .img {
    margin-right: 3.96vw;
}

@media (max-width: 480px) {
    .c4 .con .c4-1 .list2 li .img img {
        width: 60px;
    }
}

.c4 .con .c4-1 .list2 li h3 {
    font-size: 1.2rem;
    color: #333333;
}

.c4 .con .c4-2 {
    width: 58%;
}

@media (max-width: 780px) {
    .c4 .con .c4-2 {
        margin-top: 30px;
        width: 100%;
    }
}

.c4 .con .c4-2 .list2 {
    position: relative;
}

.c4 .con .c4-2 .list2 li {
    float: left;
}

.c4 .con .c4-2 .list2 li img {
    max-width: 100%;
}

.c4 .con .c4-2 .list2 .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 1.2rem;
    display: flex;
    justify-content: center;
}

.c4 .con .c4-2 .list2 .slick-dots li {
    margin: 0 0.4rem;
    border-radius: 100px;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #ffffff;
}

.c4 .con .c4-2 .list2 .slick-dots li button {
    display: none;
}

.c4 .con .c4-2 .list2 .slick-dots li.slick-active {
    background-color: #9c2b27;
}

.c5 {
    margin-top: 3.2rem;
    margin-bottom: 6.25vw;
}

.c5 .tit {
    padding-left: 1.5rem;
    background: url(../images/su.png) no-repeat 0 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.c5 .tit h2 {
    font-size: 1.5rem;
    color: #333333;
}

.c5 .tit h2 span {
    font-size: 0.9rem;
    color: #010101;
}

.c5 .tit .list1 {
    display: flex;
}

@media(max-width:480px) {
    .c5 .tit .list1 {
        margin-top: 14px;
    }
    .c5 .tit {
        background: url(../images/su.png) no-repeat 0 0%;
        background-size: auto 29px;
    }
}

.c5 .tit .list1 li {
    display: flex;
}

.c5 .tit .list1 li:nth-child(1):after {
    content: '';
    background: url(../images/su2.png) no-repeat 50%;
    padding: 0 1.1rem;
    display: block;
    height: 100%;
    width: 1px;
}

.c5 .tit .list1 li a {
    color: #333333;
    font-size: 1.5rem;
}

.c5 .tit .list1 li.on a {
    color: #9c2b27;
    font-weight: 600;
}

.c5 .con {
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c5 .con .c5-1 {
    width: 56%;
    padding-top: 2.25rem;
    padding-left: 3.35rem;
    padding-right: 3rem;
    background: url(../images/xw1.png) no-repeat 50% 0 #f2f2f2;
    padding-bottom: 2rem;
}

@media (max-width: 780px) {
    .c5 .con .c5-1 {
        display: none;
    }
}

.c5 .con .c5-1 .list1 li .img {
    overflow: hidden;
    max-height: 398px;
}

.c5 .con .c5-1 .list1 li .img img {
    max-width: 100%;
}

.c5 .con .c5-1 .list1 li .zi {
    padding-top: 1.5rem;
}

.c5 .con .c5-1 .list1 li .zi h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #333333;
}

.c5 .con .c5-1 .list1 li .zi dd {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #666666;
}

.c5 .con .c5-1 .list1 li .zi .ti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.4rem;
}

.c5 .con .c5-1 .list1 li .zi .ti .ck {
    font-size: 0.8rem;
    color: #9c2b27;
}

.c5 .con .c5-1 .list1 li .zi .ti .ck:after {
    width: 6.75rem;
    height: 0.05rem;
    background-color: #9c2b27;
    content: '';
    display: block;
    margin-top: 0.3rem;
}

.c5 .con .c5-1 .list1 li .zi .ti .timex {
    font-size: 1.2rem;
    color: #9c2b27;
    font-weight: 600;
}

.c5 .con .c5-1 .list1 li .zi .ti .timex img {
    padding-left: 1.15rem;
}

.c5 .con .c5-1 .list1 li:hover .zi h3 {
    color: #9c2b27;
}

.c5 .con .c5-2 {
    width: 42%;
}

@media (max-width: 780px) {
    .c5 .con .c5-2 {
        width: 100%;
    }
}

.c5 .con .c5-2 .list2 li {
    padding-right: 5.2rem;
    padding-left: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0.8rem;
    background: url(../images/ck1.png) no-repeat 94% 50% #f2f2f2;
}

@media (max-width: 780px) {
    .c5 .con .c5-2 .list2 li {
        background: url(../images/ck1.png) no-repeat 98% 50% #f2f2f2;
    }
}

@media (max-width: 480px) {
    .c5 .con .c5-2 .list2 li {
        background: url(../images/ck1.png) no-repeat 96% 50% #f2f2f2;
        background-size: 30px auto;
        padding-right: 3rem;
    }
    .c5 .con .c5-2 .list2 li:nth-child(3),
    .c5 .con .c5-2 .list2 li:nth-child(4) {
        display: none;
    }
}

.c5 .con .c5-2 .list2 li:last-child {
    margin-bottom: 0;
}

.c5 .con .c5-2 .list2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c5 .con .c5-2 .list2 li a .timex {
    text-align: right;
    font-size: 0.8rem;
    color: #9c2b27;
    border-right: 1px solid #d7d5d5;
    padding-right: 1.35vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 480px) {
    .c5 .con .c5-2 .list2 li a .timex {
        padding-right: 4.35vw;
        display: none;
    }
}

.c5 .con .c5-2 .list2 li a .timex p {
    font-size: 1.8rem;
}

.c5 .con .c5-2 .list2 li a .zi {
    width: calc(100% - 151px);
}

@media (max-width: 1025px) {
    .c5 .con .c5-2 .list2 li a .zi {
        width: calc(100% - 100px);
    }
}

@media (max-width: 780px) {
    .c5 .con .c5-2 .list2 li a .zi {
        width: calc(100% - 150px);
    }
}

@media (max-width: 480px) {
    .c5 .con .c5-2 .list2 li a .zi {
        width: 100%;
    }
}

.c5 .con .c5-2 .list2 li a .zi h3 {
    font-size: 0.9rem;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .c5 .con .c5-2 .list2 li a .zi h3 {
        font-size: 16px;
    }
}

.c5 .con .c5-2 .list2 li a .zi h3 b {
    color: #9c2b27;
    padding-right: 0.5rem;
    background: url(../images/su1.png) no-repeat 100% 50%;
    margin-right: 1rem;
}

.c5 .con .c5-2 .list2 li a .zi dd {
    font-size: 12.5px;
    line-height: 1.25rem;
    color: #666666;
    margin-top: 0.8rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c5 .con .c5-2 .list2 li:hover a .zi h3 {
    color: #9c2b27;
}

.foot {
    background-color: #f2f2f2;
    padding-top: 4.22rem;
}

.foot .con {
    display: flex;
    padding-bottom: 4.79vw;
    flex-wrap: wrap;
}

.foot .con .foot1 {
    width: 38.5%;
    padding-bottom: 0.45rem;
    padding-right: 2rem;
}

@media (max-width: 780px) {
    .foot .con .foot1 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot1 {
        padding-right: 0;
    }
}

.foot .con .foot1 h2 {
    font-size: 1.34rem;
    color: #333333;
    margin-bottom: 3.13vw;
}

.foot .con .foot1 .list2 li {
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw;
}

.foot .con .foot1 .list2 li:last-child {
    margin-bottom: 0;
}

.foot .con .foot1 .list2 li .zi {
    color: #333333;
    font-size: 14px;
    margin-left: 1.9rem;
}

.foot .con .foot1 .list2 li .zi span {
    font-size: 16px;
}

.foot .con .foot2 {
    border-left: 1px solid rgba(51, 51, 51, 0.24);
    border-right: 1px solid rgba(51, 51, 51, 0.24);
    width: 28%;
    padding: 0 3.96vw;
}

@media (max-width: 780px) {
    .foot .con .foot2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot2 {
        border: none;
        padding: 20px 0;
    }
    .foot .con .foot1 .list2 li .zi {
        font-size: 14px;
        margin-left: 10px;
    }
}

.foot .con .foot2 h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 3.13vw;
}

.foot .con .foot2 .list2 li {
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw;
}

.foot .con .foot2 .list2 li .zi {
    color: #333333;
    font-size: 14px;
    margin-left: 1.9rem;
}

.foot .con .foot2 .list2 li .zi span {
    font-size: 16px;
}

.foot .con .foot3 {
    width: 33.5%;
    text-align: center;
    padding-top: 2.66vw;
}

.foot .con .foot3 .list2 {
    display: flex;
    justify-content: center;
}

.foot .con .foot3 .list2 li {
    width: 33%;
}

.foot .con .foot3 .list2 li:nth-child(1) {
    margin-right: 0.55rem;
}

.foot .con .foot3 .list2 li .img img {
    max-width: 100%;
}

.foot .ban {
    font-size: 14px;
    line-height: 1.7rem;
    color: #333333;
    border-top: 1px solid rgba(181, 181, 181, 0.35);
    padding-top: 1.5rem;
    padding-bottom: 3.4vw;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .foot .ban {
        text-align: center;
        flex-wrap: wrap;
    }
}

.foot .ban a {
    color: #333333;
}

.foot .ban .ban1 {
    text-align: left;
}

@media (max-width: 780px) {
    .foot .ban .ban1 {
        text-align: center;
        width: 100%;
    }
}

.foot .ban .ban2 {
    text-align: right;
}

@media (max-width: 780px) {
    .foot .ban .ban2 {
        text-align: center;
        width: 100%;
    }
}

.dao {
    margin-top: 3.8541vw;
}

.dao .xypg-left-nav {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0;
}

.dao .xypg-left-nav>li {
    width: 33.33%;
    border: none;
}

.dao .xypg-left-nav>li>a {
    padding: 0;
    display: block;
    font-size: 1.5rem;
    border-bottom: 4px solid #b2b2b2;
    padding-bottom: 2.19vw;
}

.dao .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.dao .xypg-left-nav>li.clicked a {
    border-color: #9b2a26;
    color: #9b2a26;
}

.page-wrap {
    padding-top: 5.57vw;
}

.aboutlist li {
    text-align: center;
    position: relative;
}

.aboutlist li .img img {
    max-width: 100%;
}

.aboutlist li .zi {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition-duration: .3s;
}

.aboutlist li .zi h3 {
    font-size: 2.08vw;
    color: #fffdfd;
}

@media (max-width: 780px) {
    .aboutlist li .zi h3 {
        font-size: 24px;
    }
}

.aboutlist li .zi dd {
    font-size: 2.08vw;
    color: #fffdfd;
    margin-top: 0.8rem;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .aboutlist li .zi dd {
        margin-top: 8px;
    }
}

.aboutlist li:hover .zi {
    opacity: 0;
}

.c6 {
    background: url(../images/c6.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 1.7rem;
    padding-bottom: 4.6rem;
}

.c6 h2 {
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.c6 h2 b {
    display: block;
    font-size: 2.65rem;
}

.c6 h2 p {
    font-size: 0.82rem;
    margin-top: 0.8rem;
}

.c6 .con {
    margin-top: 1.65rem;
    padding: 0 7.29vw;
    position: relative;
}

.c6 .con .xx {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 3.85rem;
}

.c6 .con .xx img {
    max-width: 100%;
}

.c6 .con .xx.prev {
    left: 0;
}

.c6 .con .xx.next {
    right: 0;
}

.c6 .con .con1 {
    overflow: hidden;
}

.c6 .con .list2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
}

@media (max-width: 480px) {
    .c6 .con .list2 {
        width: 100%;
    }
}

.c6 .con .list2 li {
    float: left;
    margin: 0 1.125rem;
}

@media (max-width: 780px) {
    .c6 .con .list2 li {
        margin: 0 10px;
    }
}

.c6 .con .list2 li .img {
    padding: 0.75rem 0.95rem;
    background: #fff;
}

.c6 .con .list2 li .img img {
    width: 100%;
}

.cpcon .con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cpcon .con .cpcon1 {
    width: 48.5%;
}

@media (max-width: 780px) {
    .cpcon .con .cpcon1 {
        width: 100%;
    }
}

.cpcon .con .cpcon1 .su {
    color: #333333;
    font-size: 1.12vw;
    margin-top: 10px;
    margin-left: 5.2vw;
}

.cpcon .con .cpcon2 {
    width: 48.5%;
}

@media (max-width: 780px) {
    .cpcon .con .cpcon2 {
        width: 100%;
        margin-top: 30px;
    }
    .cpcon .con .cpcon1 .su {
        font-size: 14px;
    }
}

.cpcon .con .cpcon2 h2 {
    font-size: 2.21rem;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 0.8rem;
}

.cpcon .con .cpcon2 dd {
    font-size: 0.9rem;
    line-height: 2.21rem;
    color: #333333;
    margin-top: 2rem;
}

.cpcon .con1 {
    margin-top: 3.7vw;
}

.cpcon .con1 h2 {
    font-size: 1.54vw;
    color: #333333;
}

@media (max-width: 480px) {
    .cpcon .con1 h2 {
        font-size: 16px;
    }
}

.cpcon .con1 .conx {
    margin-top: 2.34vw;
    background-color: #f0efef;
    padding: 20px 15px;
    position: relative;
}

.cpcon .con1 .conx:before {
    content: '';
    display: block;
    width: 6.98vw;
    height: 0.21vw;
    background-color: #9b2a26;
    position: absolute;
    top: -0.21rem;
    left: 0;
}

.cpcon .qh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3vw;
}

.cpcon .qh .zi {
    font-size: 1.52vw;
    color: #000000;
}

@media (max-width: 480px) {
    .cpcon .qh .zi {
        width: 100%;
        font-size: 14px;
    }
    .c1 {
        padding-top: 30px;
    }
    .c1 .con {
        margin-top: 26px;
    }
    /* .c2 .con .c2-2 h2 b {
        font-size: 40px;
    } */
    .c4 .con .c4-1 .list2 li h3 {
        font-size: 16px;
    }
    .c5 .con {
        margin-top: 20px;
    }
    .c5 .con .c5-1 {
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
    }
    .c5 .con .c5-1 .list1 li .zi h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .c5 .con .c5-1 .list1 li .zi dd {
        font-size: 14px;
        line-height: 24px;
    }
    .c5 .con .c5-2 .list2 li a .zi dd {
        font-size: 14px;
        line-height: 24px;
    }
    .c5 .con .c5-1 .list1 li .zi .ti {
        display: none;
    }
    .foot .con .foot1 h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .foot .con .foot1 .list2 li .zi span {
        font-size: 14px;
    }
    .foot .con .foot1 .list2 li .img img {
        max-height: 22px;
        max-width: 24px;
        text-align: center;
    }
    .foot .con .foot2 .list2 li .img,
    .foot .con .foot1 .list2 li .img {
        text-align: center;
        width: 24px;
    }
    .foot .con .foot2 .list2 li .img img {
        max-height: 22px;
        max-width: 24px;
        text-align: center;
    }
    .foot .con .foot2 .list2 li .zi {
        margin-left: 10px;
    }
}

.cpcon .qh .zi a {
    color: #000000;
}

.cpcon .qh .zi b {
    font-weight: 500;
    padding-right: 20px;
}

.cpcon .qh .zi span {
    display: none;
}