@charset "utf-8";
body {
    font-family: "Microsoft YaHei,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif";
    line-height:1.6;
    margin:0;
}
.header{
    display: flex;
    height:50px;
    align-items: center;
}
.header .logo{
    width:40%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.header .panel{
    flex:1;
    text-align: right;
    margin-right:120px;
}
.header .panel a{
    color: #333;
    text-decoration: none;
    margin-right:40px;
}
.section img, .banner img{
    width:100%;
}

.footer{
    background:#000;
    color:#aaa;
    font-size:12px;
}

.footer .container{
    min-width: 960px;
    max-width: 1024px;
    margin:0 auto;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer h2{
    font-size:30px;
    color:#fff;
}

.footer ul{
    width:500px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 20px 0;
    margin-top:30px;
}
.footer ul li a{width: 119px;height: 46px;display: block;}
.footer ul li a.fb1{background: url("../images/allbgs01.png")  no-repeat 0px 0px;}
.footer ul li a.fb1:hover{background: url("../images/allbgs01.png")  no-repeat 0px -230px;}
.footer ul li a.fb2{background: url("../images/allbgs01.png")  no-repeat 0px -92px;}
.footer ul li a.fb2:hover{background: url("../images/allbgs01.png")  no-repeat 0px -46px;}
.footer ul li a.fb3{background: url("../images/allbgs01.png")  no-repeat 0px -184px;}
.footer ul li a.fb3:hover{background: url("../images/allbgs01.png")  no-repeat 0px -138px;}
.footer ul li a.fb4{background: url("../images/allbgs01.png")  no-repeat 0px -276px;}
.footer ul li a.fb4:hover{background: url("../images/allbgs01.png")  no-repeat 0px -506px;}
.footer ul li a.fb5{background: url("../images/allbgs01.png")  no-repeat 0px -368px;}
.footer ul li a.fb5:hover{background: url("../images/allbgs01.png")  no-repeat 0px -322px;}
.footer ul li a.fb6{background: url("../images/allbgs01.png")  no-repeat 0px -460px;}
.footer ul li a.fb6:hover{background: url("../images/allbgs01.png")  no-repeat 0px -414px;}
.footer a:hover{text-decoration: underline}
.footer .right p a{color:#aaa;}
