* {
    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;
}
.ft{
    float: left;
}
.rt{
    float: right;
}
/*!*xlt-k*!*/
/*::-webkit-scrollbar*/
/*{*/
    /*width: 10px;*/
    /*height: 10px;*/
/*}*/

/*::-webkit-scrollbar-track*/
/*{*/
    /*background-color: #000000;*/
/*}*/

/*::-webkit-scrollbar-thumb*/
/*{*/
    /*background-color: #A16D46;*/
/*}*/
/*!*xlt-g*!*/
/*!*----------------------*!*/



.colour{
    color: #303f7a!important;
}