﻿body{
    font-size:12px;
    color:#666;
    font-family:"微软雅黑",Arial;
}

html{min-width: 500px}


*{
    margin:0px;
    padding:0px;
    list-style:none;
}

a{
    color:#666;
    text-decoration:none;
}

/****header样式***/
.about-head{
    width: 100%;
    height: 207px;
    background:url("../img/about-banner.png") no-repeat center center;
}

.about-headLogo {
    width: 100%;
    height: 80px;
    padding-top: 50px;
    text-align: center;
}

.about-headTitle{
    width: 100%;
    color:#fff;
    font-size:24px;
    text-align:center;
    margin-top: 5px;
    font-weight:normal;
}

/****section样式***/
.content{
    width:800px;
    height:160px;
    margin:0 auto;
    padding-top:36px;
}
.content li{
    color:#333333;
    font-size:16px;
    line-height:30px;
    text-align:justify;
}

li span{
    color:#f8b72a;
}
.li-top{
    margin-bottom:3px;
}
.li-bottom{
    float:right;
}
.content-image{
    width: 100%;
    color:#fff;
    font-size:24px;
    text-align:center;
    margin-top:20px;
}


/****footer样式***/
footer{
    height:38px;
    width:100%;
    border-top:1px solid #e8e8e8;
    margin-top:20px;
    position:fixed;
    bottom:0px;
    background-color:#ffffff;
}
.company{
    color: #a4a0a0;
    float: left;
    margin-left:20px;
    line-height:38px;
}

/***
.contact{
    float:right;
    margin-right:16px;
    margin-top:12px;
    position:absolute;
    right: 20px;
    top:0px;
}
.contact a{
    color:#a4a0a0;
    margin-left:10px;
}

.contact a:hover{
    color:#42afd6;
    margin-left:10px;
}
***/

.footer-center{
    width:160px;
    margin:10px auto 0;
    font-size:14px;
    font-weight:bold;
    text-indent:30px;
    background:url("../img/phone-icon.png") no-repeat 6px 2px;
    font-weight:bold;
    color:#a4a0a0;
}
