/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background: black
}

* {
    font-family: '寰蒋闆呴粦', '榛戜綋', '瀹嬩綋';
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: red;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header {
    overflow: hidden;
}

#header>img {
    float: left;
}

#header>ul {
    list-style: none;
    float: right;
    padding-top: 10px;
}

#header>ul li {
    padding: 0 5px;
    text-align: center;
    float: left;
}

#img img {
    width: 100%;
}

h1 {
    width: 1100px;
    margin: 2% auto;
    text-align: center;
    color: #EFDEDE;
    font-size: 35px;
}

.rr {
    width: 1100px;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background: white;
    padding: 2%;
}

.rr p {
    line-height: 35px;
    font-size: 20px;
    text-indent: 2em;
    margin: 0
}

.rr p b {
    color: #C10001;
}

.rr p a {
    color: #C10001;
}

.rr p:nth-child(2) {
    margin-top: 2%;
}

.rr p:nth-child(2) a {
    color: black;
    font-size: 15px
}

.rr p:nth-child(2) b {
    font-size: 17px
}

.tt {
    width: 1100px;
    margin: auto;
}

.tt>p {
    font-weight: bold;
    text-align: center;
    width: 1100px;
    margin: 15px auto;
    background: white
}

.tt>p a {
    color: #C10001;
    font-size: 28px;
}

#al {
    width: 1100px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: auto;
    margin-top: 20px;
    background: white
}

#al li {
    background: white;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    transition: all 0.5s;
}

#al li a {
    font-size: 25px;
    color: #C10001;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    font-weight: bold;
}

.btn {
    width: 1100px;
    margin: 20px auto;
    text-align: center;
    background: #C10001;
    transition: all 0.5s;
}

.btn a {
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 36px;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.yj {
    width: 1100px;
    border: 1px solid gray;
    overflow: hidden;
    margin: auto;
}

.an {
    width: 1100px;
    margin: auto;
}

.an input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    background: #E68C1E;
    color: white;
}

.an div {
    background: #000;
    border: #fff solid 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 120px;
    height: 62px;
    margin: 0.5% 2.5%;
    float: left;
}

.an div img {
    width: 100%;
    height: 62px;
}

.an .current {
    border-color: #C10001
}

#pt div {
    margin: 0.5% 3.5%;
}

#fl {
    width: 1100px;
    margin: 25px auto;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fl a {
    font-size: 16px;
    line-height: 32px;
    flex: 0 0 48%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: black
}

.more {
    width: 1100px;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.more:hover {
    color: white;
    background: #C10001;
    border-color: #C10001
}

.mt {
    width: 1100px;
    margin: auto;
    margin-top: 10px;
    padding: 20px 10px;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
    border: 1px solid #C10001;
}

.mt li {
    width: 50%;
    float: left;
}

.mt p {
    line-height: 30px;
    margin-top: 10px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    text-align: left;
}

.mt p a {
    font-size: 17px;
}

.mt span {
    color: white;
    font-weight: bold;
    transition: all 0.5s;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn {
    width: 1100px;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
}

.btn input {
    width: 50%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    background: #E6E7E9;
    font-weight: bold;
}

.btn .current {
    background-color: #C10001;
    color: white
}

#jk input {
    width: 25%
}

#ck input {
    width: 25%
}

.t>div {
    display: none;
}

.tu {
    width: 1100px;
    margin: auto;
    position: relative;
}

.tu li {
    display: none;
}

.tu li img {
    width: 100%;
}

.swiper-container {
    width: 1100px;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    height: 220px;
    width: 100%;
}

.zj {
    width: 1100px;
    margin: auto;
    overflow: hidden;
}

.zj>div {
    width: 33.33%;
    float: left;
}

.zj .zj_img {
    width: 100%;
    margin: auto;
    border-radius: 50%;
    text-align: center;
}

.zj .zj_img img {
    width: 140px;
    height: 135px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.zj .zj_img p {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.zj .zj_img>p {
    position: relative;
    color: white
}

.zj .zj_img>p>a>img {
    display: block;
    float: right;
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.zj .zj_img p b {
    font-size: 20px;
}

.zj>div>p {
    width: 444px;
    margin: auto;
    background: white;
    padding-left: 5px;
}

.zt {
    width: 1100px;
    margin: 2% auto;
    overflow: hidden;
}

.zt img {
    width: 50%;
    height: 90px;
    float: left;
}

.lx {
    width: 1100px;
    margin: auto;
}

.lx img {
    display: block;
    margin: auto;
}

#p {
    width: 1100px;
    text-align: center;
    font-size: 12px;
    color: white;
    margin: 2% auto;
}

#p a {
    margin-right: 5px;
    font-size: 12px;
}


/* 维权中心 */

#wq {
    width: 1100px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: auto;
    margin-top: 20px;
    background: white
}

#wq li {
    background: white;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    transition: all 0.5s;
}

#wq li a {
    font-size: 25px;
    color: #C10001;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    font-weight: bold;
}

.btn {
    width: 1100px;
    margin: 20px auto;
    text-align: center;
    background: #C10001;
    transition: all 0.5s;
}

.btn a {
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 36px;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
    #img img {
        width: 112%;
    }
    h1 {
        width: 112%;
    }
    h1 {
        font-size: 75px;
        margin: 2% 0
    }
    .btn input {
        font-size: 45px;
        height: 65px;
    }
    .btn a {
        line-height: 55px;
        font-size: 30px;
    }
    .more {
        line-height: 55px;
        font-size: 30px;
    }
    .tt>p a {
        font-size: 35px;
    }
}