body{
    padding: 0;
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
.pctopstyle{
    display: block;
}
.mobiletopstyle{
    display: none;
}
.pctopstyle-content {
    height: 40px;
    margin: 0 auto;
    width: 980px;
}
/*pc顶部 左侧内容*/
.pctopstyle-left {
    float: left;
    width: 500px;
}
.pctopstyle-left>a{
    text-decoration: none;
}
.pctopstyle-left>a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    color: #333;
    font-size: 12px;
}
.pctopstyle-left>a:hover{
    color:orange;
    text-decoration:underline;
}
.pctopstyle-left .pctopstyle-leftlogo {
    background: rgba(0, 0, 0, 0)  url(/uploads/image/images/xwwlogo.png) no-repeat scroll 0 0;
    height: 32px;
    line-height: 28px;
    margin-right: 0;
    text-indent: -9999px;
    width: 23px;
}
/*pc顶部 右侧内容*/
.pctopstyle-right {
    float: right;
    width: 300px;
    overflow: hidden;
}
.pctopstyle-right>li {
    float: right;
    margin-left: 10px;
}
.pctopstyle-right>.pctopstyle-right-one>a{
    background: rgba(0, 0, 0, 0) url(/uploads/image/bimages/public_v1.png) no-repeat scroll 0 -133px;
    display: block;
    height: 13px;
    margin-top: 14px;
    text-indent: -9999px;
    width: 13px;
}
.pctopstyle-right>.pctopstyle-right-two>a{
    background: rgba(0, 0, 0, 0) url(/uploads/image/bimages/public_v1.png) no-repeat scroll 0 -94px;
    display: block;
    height: 12px;
    margin-top: 14px;
    text-indent: -9999px;
    width: 14px;
}
.pctopstyle-right>.pctopstyle-right-three>a{
    background: rgba(0, 0, 0, 0) url(/uploads/image/bimages/public_v1.png) no-repeat scroll 0 -54px;
    display: block;
    height: 12px;
    margin-top: 15px;
    text-indent: -9999px;
    width: 16px;
}
.pctopstyle-right-one>a:hover{
    background-position: -13px -133px;
}
.pctopstyle-right-two>a:hover{
    background-position: -14px -94px;
}
.pctopstyle-right-three>a:hover{
    background-position: -16px -54px;
}
/*pc底部 样式*/
.pcfootstyle {
    display: block;
    background-color: #4c79ba;
    padding: 5px 0;
    width: 100%;
}
.pcfootstyle-content {
    padding: 24px 0 16px;
}
.pcfootstyle-ul {
    height: 20px;
    width: 425px;
    margin: 0 auto;
    overflow: hidden;
}
.pcfootstyle-ul>li{
    border-right: 1px solid #fff;
    float: left;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 70px;
}
.pcfootstyle-ul>li:last-child{
    border: none;
}
.pcfootstyle-ul>li>a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
position: relative;
    top: -3px;
}
.pcfootstyle-ul>li>a:hover{
    text-decoration: underline;
}
.pcfootstyle-content p {
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0;
}
.mobilefootstyle{
    display: none;
}
@media (max-width: 1000px) {
    .pctopstyle{
        display: none;
    }
    .mobiletopstyle{
        display: block;
    }
    .mobiletopstyle {
        padding-left: 14px;
    }
    .mobiletopstyle-img {
        display: inline-block;
        height: 2rem;
        margin: 0.5rem 0;
    }
    .mobiletopstyle-img>img {
        height: 100%;
        display: block;
    }
    .pcfootstyle{
        display: none;
    }
    .mobilefootstyle{
        display: block;
    }
    .mobilefootstyle {
        font-size: 14px;
        margin-bottom: 24px;
        margin-top: 24px;
        text-align: center;
    }
}