a:hover,a:active,a:link,a:visited{color: #9B9B9B;}
a{text-decoration: none;}
body,ul{margin: 0;padding:0;}
li{list-style:none;}
li a{display: block;}
body{
    width: 100%;
    height: 100%;
    background: #FDE6DC;
    overflow: auto !important;
    font-family: Source Han Sans CN;
}
.fl{float: left;}
.fr{float: right;}

header{
    background: #ffffff;
    width: 100%;
    height: 58px;
}
header div{
    width: 1200px;
    margin: auto;
    padding: 5px 0;
}
header div #logo{
   
    height: 48px;
}
.fenxiang img {
    border-radius: 100%;
}
header li {
    float: left;
    width: auto;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}
header li img {
    width: 28px;
    height: 28px;
    margin: 10px 5px;
}
.goindex{
    cursor: pointer;
}
.top {
    width: 1150px;
    margin: auto;
    background: #F5F5F5;
    overflow: hidden;
}
.top div{
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    font-size: 14px;
    color: #FF7300;
    border-radius: 5px;    margin: 9px 25px;
  
}
.main .content {
    padding: 25px;
}
.top img{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-top: -4px;
}
.main{
    width: 1150px;
    margin: 0 auto;
    background: #FFFFFF;
    
}
.content .title{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.content p{
    font-size: 18px;
    color: #333333;
}
.content img{
    max-width:100% !important;
    height: auto;
    margin: 20px auto;
}