/***************************************初始化样式************************************************/
body, div, span, object, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    padding: 0;
    margin: 0;
}
.icon-sport-mini.active, .icon-music-mini.active, .icon-film-mini.active, .icon-food-mini.active, .icon-game-mini.active, .icon-outdoor-mini.active, .icon-literature-mini.active, .icon-art-mini.active, .icon-comic-mini.active {
    background-position: 0 28px;
}
ol, ul {
    list-style: none;
}
html, body {
    font-family: PingFangSC-Regular, Microsoft YaHei,STHeiti, sans-serif;
    width: 100%;
    min-width: 1200px;
    -ms-overflow-style: scrollbar;
}
fieldset, img {
    /*width: 100%;*/
    border: 0;
    vertical-align: middle;
}
body{
    cursor:default;
    font-size: 16px;
}
hr{
    margin: 0;
    border-top: 1px solid #000;
    margin-bottom: 15px;
}



/*我们的优势*/
a{
    text-decoration: none;
    color: #677389;
}
a:hover{
    text-decoration: none;
}

.advantageboxs{
    margin-top: 170px;
}
.advantagetext{
    font-size: 48px;
    text-align: center;
    margin: 72px 0;
}
#advantagelist{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}
.advantageimg{
    width: 251px;
}
.advantagetextlis{
    text-align: center;
    font-size: 36px;
}
/*我们的优势end*/
/*关于我们*/
#aboutusbox{
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    height: 230px;
    /*margin-top: 200px;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
}
/*#aboutusbox:before,*/
/*#aboutusbox:after {*/
/*    content: '';*/
/*    display: block;*/
/*}*/
.aboutuslist{
    margin: 25px 0;
    font-size: 12px;
    cursor: pointer;
}
.aboutusdivbox{
    /*width: 270px;*/
    /*text-align: center;*/
}
.aboutustexttop{
    font-size: 18px;
}
/*关于我们结束end*/
/*底部*/
#footbox{
    width: 100%;
    /*height: 320px;*/
    background-color: #32353A;
    padding-top: 20px;
    margin-top: 200px;
}
#foot{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    /*font-size: 24px;*/
}
#footbottom{
    margin-top: 40px;
}
.footdescribe{
    font-size: 13px;
}
.footcopyright{
    margin: 10px 0;
}
.footiconimg{
    margin-right: 5px;
    width: 20px;
}