*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}

body{
    color: #999;
    font-size: 12px;
    font-family: "Microsoft Yahei","Lantinghei SC";
}

a{
    text-decoration: none;
}
img{
    border: 0;
}
.container{
    width: 100%;
}
.footer{
    width: 100%;
}
.aboutus{
    background: url("../images/footBack.png") no-repeat center top;
}
.aboutus .aboutus_box{
    width: 1200px;
    height: 676px;
    margin: 0 auto;
    color: #fff;
    background: url("../images/about.png") no-repeat  center 104px;
}

.aboutus .aboutus_box h4{
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    margin-top: 40px;
}
.aboutus .aboutus_box p.text{
    height: 200px;
    line-height: 29px;
    font-size: 14px;
    margin-top: 50px;
    overflow: hidden;
 }
.aboutus .aboutus_box  .linkList{
    height: 200px;
}
.aboutus .aboutus_box  .linkList .link{
    width: 24.9%;
    height: 200px;
    float: left;
    cursor: pointer;
}


.aboutus .aboutus_box  .linkList .link .img{
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 85px;
    margin: 0 auto;
 }





.aboutus .aboutus_box  .linkList .link:hover>.img ~p{
    color: #d3262c;
}
.aboutus .aboutus_box  .linkList .link .img1{
    background:#fff url("../images/footLink1a.png") no-repeat center;
}

.aboutus .aboutus_box  .linkList .link .img2{
    background:#fff url("../images/footLink2a.png") no-repeat center;
}



.aboutus .aboutus_box  .linkList .link .img3{
    background:#fff url("../images/footLink3a.png") no-repeat center;
}

.aboutus .aboutus_box  .linkList .link .img4{
    background:#fff url("../images/footLink4a.png") no-repeat center;
}

.aboutus .aboutus_box  .linkList .link p{
    height: 100px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
}



.footer .footerbox{
    width: 1200px;
    margin: 0 auto;
}


.footer .footerbox .img{
    width: 100px;
    height: 100px;
    margin: 40px auto 0;
    background: url("../images/erweima.png") no-repeat center;
}
.footer .footerbox .img img{ width:100px;}



.footer .footerbox  p.text{
    line-height: 25px;
    text-align: center;
    color: #333;
    margin:20px auto;
}
.footer .footerbox  p.text a{
    color: #333;
}
.footer .footerbox  p.text a:hover{
    color:#d3262c;
}