/*��ʽ������*/

body,ul,li,p,h1,h2,h3,h4,h5,h6,img,button,span,dl,ol,dt,dd{
    margin: 0;
    padding: 0;
}
input{
    background:none;
    outline:none;
    border:0px;
}
body{
    font-family: "Arial";
    font-size: 12px;
    /*text-align: center;*/
}
em,i{ font-style: normal !important; }
img{
    border:none;
}
ul,li,dl,dt,dd,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color:#333333;
}
a:hover { text-decoration: underline; }
a:focus{outline:none;}
a:hover { text-decoration: none;color:#000; }


/*顶部header样式*/
header{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
header>p{
    float: left;
    margin-right: 100px;
}
header ul{
    overflow: hidden;
    float: left;
}
header ul li{
    float: left;
    margin-right: 30px;
}
header ul li:last-child{
    margin: 0;
}
header ul li a{
    font-size: 20px;
    color: #333333;
    display: block;
    padding-bottom: 7px;
    font-weight: bold;
}
header ul li a.on{
    color: #327EE1;
    border-bottom: 1px solid #327EE1;
}
header ul li a:hover{
    color: #327EE1;
    border-bottom: 1px solid #327EE1;
}
header>div{
    width:170px;
    height: 32px;
    float: right;
    border: 1px solid #D4D4D4;
    border-radius: 20px;
    padding-right: 8px;
    position: relative;
}
header>div i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/search.png") no-repeat center;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
header>div input{
    width: 130px;
    height: 20px;
    padding-left: 15px;
    position: absolute;
    top: 5px;
}

/*底部footer部分*/

footer{
    background:#44484C;
    margin-top: 170px;
    padding-top: 65px;
}
footer>p{
    text-align: center;
    background: #2F3235;
    color: #5F6062;
    padding: 10px 0;
    font-size: 12px;
}
footer .msg{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}
footer .msg-lf{
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
footer .msg-lf>ul{
    float: left;
}
footer .msg-lf a{
display: block;
width: 100%;
color:#777978;
}
footer .msg-lf a:hover{
color:#777978;
}
footer .msg-lf ul li:first-child a{
font-size: 18px;
}
footer .msg-lf ul li a{
font-size: 14px;
}
footer .msg-lf li{
    margin-right: 50px;
}
footer .msg-lf ul li:first-child{
 margin-bottom: 35px;
}
footer .msg-lf ul li{
 margin-bottom: 15px;
}
footer .msg-mid ul{
    float: left;
    padding-top: 5px;
}
footer .msg-mid ul li{
    color:#959595;
    font-size: 14px;
    padding-left: 30px;
    height: 20px;
    margin-bottom: 25px;
}
footer .msg-mid ul li.address{
    background: url("../images/address.png") no-repeat left center;
}
footer .msg-mid ul li.concat{
    background: url("../images/concat.png") no-repeat left center;
}
footer .msg-mid ul li.fax{
    background: url("../images/fax.png") no-repeat left center;
}
footer .msg-mid ul li.email{
    background: url("../images/email.png") no-repeat left center;
}
footer .qrCode{
    float: right;
    padding-top: 5px;
}
footer .qrCode p{
    color: #CCCCCC;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

