* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.joker img {
    height: 413px;
    width: 100%;
}

.yuan {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6e6a6a;
    display: inline-block;
}

.btns {
    color: #fff;
    display: block;
    width: 130px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background-color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.abn {
    padding-top: 369px;
    background: url(./images/about/aaaa.jpg) no-repeat;
    background-size: 100% 413px;
}

.abn .container {
    padding-right: 25px;
    width: 1150px;
    z-index: 100;
}

.abn .container .abss {
    border: 1px solid #e9e9e9;

    background-color: #fff;
    z-index: 100;
}

.abn .container .abss .col-sm-4 {
    line-height: 80px;
    text-align: center;
}

.abn .container .abss .col-sm-4 span {
    display: inline-block;
    font-size: 20px;
}

.abn .container .ac {
    background-color: #EAEAEA;
    margin-top: 15px;
    padding-bottom: 40px;
}

.abn .container .ac .az {
    height: 33px;
    background-color: #363636;
}

.abn .container .ac .uls {
    display: flex;
    justify-content: space-between;
    padding: 20px 90px;
}

.abn .container .ac .uls .lis {
    width: 310px;
    display: flex;
    justify-content: center;
}

.abn .container .ac .uls .lis .ria {
    margin-left: 10px;
}

.abn .container .ac .uls .lis .ria .pp {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.abn .container .ac .uls .lis .ria p {
    margin-bottom: 3px;
    font-size: 12px;
}

.abn .container .ac .ols {
    display: flex;
    justify-content: space-between;
    padding: 0 126px;
}

.abn .container .ac .ols .lix p {
    margin-bottom: 3px;
    font-size: 12px;
}

.abn .container .ac .ols .lix .px {
    font-weight: bold;
    font-size: 14px;
}

.abn .container .ac .boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 84px;
}

.abn .container .ac .boxs .ab {
    width: 400px;
    font-size: 12px;
}

.abn .container .ac .boxs .ab>div {
    margin-bottom: 4px;
}

.abn .container .ac h1 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 128px;
    margin-bottom: 30px;
}

.az {
    width: 1112px;
    margin: 0 auto;
    padding: 30px 0;
}

.az .box h2 {
    text-align: center;
}

.az .box ul {
    padding: 0 50px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.az .box ul li {
    width: 280px;
}

.az .box ul li hr {
    border: none;
    height: 1px;
    margin: 14px 0 20px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 134, 241, 0) 100%);
}

.az .box ul li p {
    font-size: 14px;
    margin-top: 15px;
    color: #282828;
    opacity: 0.75;
    line-height: 1.5;
}

h3 {
   font-size:20px;
}

.az .box ul li .co {
    color: #c60505;
}

.az .box ul li .btns {
    margin-top: 15px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c60505;
    color: #c60505;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s;
    background-color: #fff;
}

.az .box ul li .btns:hover {
    background-color: #c60505;
    color: #fff;
}