body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px!important;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header{
    width: 100%;
    height: 116px;
    background: url(/web_images/headerbg.jpg) repeat-x;
}
.header .logo{
    float: left;
}
.header .logo img{
    width: 500px;
    height: 116px;
    vertical-align: top;
}
.header .phone{
    padding-left: 64px;
    background: url(/web_images/phone.jpg) no-repeat left;
    float: right;
    margin: 34px 8px 0 0;
}
.header .phone .txt{
    color: #484848;
    font-size: 16px;
}
.header .phone b{
    color: #1673cb;
    font-size: 24px;
}
.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(/web_images/navbg.jpg) repeat-y center;
    text-align: center;
}

.search{
    float: right;
    margin: 10px 10px 0 0;
    width: 227px;
    height: 29px;
    line-height: 29px;
    border-radius: 29px;
    border: 1px solid #dddddd;
    background-color: #fff;
    overflow: hidden;
}
.search input{
    padding-left: 18px;
    width: 170px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #000;
    float: left;
}
.search a{
    float: right;
    margin: 7px 14px 0 0;
}
.search a img{
    width: 17px;
    height: 16px;
    vertical-align: top;
}
.nav ul{
    height: 50px;
    float: left;
    overflow: hidden;
}
.nav li{
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 6px 28px 0 35px;
}
.nav li.last{
    margin-right: 0;
}

.nav li.on a{
    border-bottom: 2px solid #fff;
}
.nav li a{
    display: block;
    color: #fff;
    font-size: 18px;
}

/*µ×²¿*/
.footer{
    width: 100%;
    height: 392px;
    background: url(/web_images/footerbg.jpg) no-repeat center;
    overflow: hidden;
}
.footer .top{
    width: 100%;
    height: 285px;
}
.footer .top .left{
    margin: 54px 0 0 10px;
    overflow: hidden;
}
.footer .top .left ul{
    width: 158px;
    float: left;
    font-size: 0;
}
.footer .top .left li{
    line-height: 30px;
}
.footer .top .left li.first{
    line-height: 50px;
}
.footer .top .left li.first a{
    color: #000000;
    font-size: 18px;
}
.footer .top .left li.more a{
    color: #000;
}
.footer .top .left li a{
    color: #696969;
    font-size: 16px;
}
.footer .top .right{
    margin-top: 54px;
}
.footer .top .right .contact{
    width: 323px;
    float: right;
}
.footer .top .right .contact h3{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}
.footer .top .right .contact .num{
    color: #0070d7;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}
.footer .top .right .contact .txt{
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
}
.footer .top .right .ewm{
    float: right;
    text-align: center;
    width: 154px;
    height: 154px;
    background: url(/web_images/ewmbg.jpg) no-repeat center;
    margin: 15px 13px 0 0;
}
.footer .top .right .ewm img{
    margin-top: 8px;
    width: 139px;
    height: 139px;
    vertical-align: top;
}
.footer .links{
    clear: both;
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.footer .links h3{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin-left: 10px;
}
.footer .links ul{
    float: left;
    overflow: hidden;
    margin-left: 8px;
}
.footer .links li{
    float: left;
    margin-right: 33px;
}
.footer .links li a{
    color: #6f6f6f;
    font-size: 14px;
}
.footer .bot{
    width: 100%;
    height: 61px;
    overflow: hidden;
}
.footer .bot ul{
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.footer .bot li{
    float: left;
    padding: 0 23px 0 16px;
    background: url(/web_images/line.jpg) no-repeat right;
}
.footer .bot li.last{
    padding-right: 0;
    background: 0 none;
}
.footer .bot li a{
    font-size: 14px;
    color: #000;
}
.footer .bot .right{
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    margin-right: 8px;
}
.footer .bot .right a{
    color: #000;
}