* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: '微软雅黑';
    background-color: #ffffff;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
a{
    border:none;
    background:none;
    -webkit-appearance:none;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

/*xlt-k*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #ec1f27;
}
/*xlt-g*/
/*----------------------*/

.colour{
    color: #ec1f27;
}
.colours{
    color: #ec1f27;
    font-weight: bold;
}


.fsdb24{
    font-size: 24px;
}
.fsdb22{
    font-size: 22px;
}
.fsdb20{
    font-size: 20px;
}
.fsdb18{
    font-size: 18px;
}
.fsdb16{
    font-size: 16px;
}
.fsdb14{
    font-size: 14px;
}
@media screen and (max-width: 1600px) {
    .fsdb24{
        font-size: 22px;
    }
    .fsdb22{
        font-size: 20px;
    }
    .fsdb20{
        font-size: 18px;
    }
    .fsdb18{
        font-size: 16px;
    }
    .fsdb16{
        font-size: 14px;
    }
    .fsdb14{
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .fsdb24 {
        font-size: 20px;
    }

    .fsdb22 {
        font-size: 18px;
    }

    .fsdb20 {
        font-size: 16px;
    }

    .fsdb18 {
        font-size: 20px;
    }

    .fsdb16 {
        font-size: 13px;
    }

    .fsdb14 {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px) {
    html {
        overflow: auto !important;
    }

    /*xlt-k*/
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ec1f27;
    }

    /*xlt-g*/
    .fsdb24 {
        font-size: 4vw;
    }

    .fsdb22 {
        font-size: 4vw;
    }

    .fsdb20 {
        font-size: 4vw;
    }

    .fsdb18 {
        font-size: 4vw;
    }

    .fsdb16 {
        font-size: 3.5vw;
    }

    .fsdb14 {
        font-size: 3vw;
    }
}






