
 body {
    font: 12px/1.5 tahoma, arial, Hiragino Sans GB, WenQuanYi Micro Hei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    font-size: 12px;
    color: #333333;
    min-width: 1200px;
    background: #ffffff;
}

html,
div,
body,
ul,
p {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
}
a{
    text-decoration:none;
    color: #333333;
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.clearfloat:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    clear:both;
}
.clearfloat{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.bg-f9f9f9{
    background-color: #f9f9f9;
}
.bg-333333{
    background-color: #333333;
}
.cl-c9{
    color: #c9c9c9;
}
.cl-333{
    color: #333333;
}
.cl-fff{
    color: #ffffff!important;
}
.fn-sz-12{
    font-size: 12px!important;
}
.fn-sz-14{
    font-size: 14px!important;
}
.fn-sz-16{
    font-size: 16px!important;
}
.fn-sz-20{
    font-size: 20px!important;
}
.fn-sz-22{
    font-size: 22px!important;
}
.fn-sz-24{
    font-size: 24px!important;
}
.fn-sz-26{
    font-size: 26px!important;
}
.fn-sz-30{
    font-size: 30px!important;
}
.fn-sz-32{
    font-size: 32px!important;
}
.font-bold{
    font-weight:bold 
}
.auto{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top{
    height: 80px;
    line-height: 80px;
}
.logo{
    width: 160px;
    height: 36px;
    margin-top: 22px;
    margin-right: 20px;
}
.title{
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border-left: 2px solid #ffffff;
    margin-top: 22px;
}
.line-list{
    padding: 40px 0;
    padding-bottom: 50px;
}
.line-left{
    width: 330px;
}
.name{
    line-height: 30px;
    margin-bottom: 30px;
}
.info{
    margin-bottom: 8px;
}
.line-right{
    max-width: 870px;
}
.item{
    width: 200px;
    height: 240px;
    padding-top: 30px;
    text-align: center;
    display: block;
    margin-left: 90px;
}
.item img{
    width: 96px;
    height: 96px;
    border-radius: 96px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.item-info{
    margin-top: 10px;
}
.line1{
    margin-top: 70px;
}
.line2{
    margin-top: 170px;
}
.follow{
    margin-right: 70px;
    margin-top: 55px;
}
.follow-info{
    width: 300px;
    height: 66px;
    line-height: 66px;
    border-top: 2px solid #c9c9c9;
    width: fit-content;
    margin-top: 10px;
}
.code-item{
    width: 200px;
    margin-left: 70px;
    text-align: center;
}
.code-item img{
    width: 175px;
    height: 175px;
    margin-bottom: 6px;
}
.copyright{ 
     height:60px; 
     line-height:60px; 
     text-align: center;
}