body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    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: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header{
    width: 100%;
    height: 80px;
    background: url(/images/headerbg.png) no-repeat center;
    margin-bottom: -10px;
    position: relative;
    z-index: 10;
    font-size: 0;
}
.header .box{
    overflow: visible;
}
.header .logo{
    float: left;
}
.header .logo img{
    width: 290px;
    height: 70px;
    vertical-align: text-top;
}
.header .nav{
    height: 70px;
    line-height: 70px;
    float: right;
    margin-right: 18px;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav .nLi h3{font-weight: normal;}
.nav .sub{ left:0; top:70px;  position:absolute;
    padding-top: 22px;
    background: url(/images/arrow.png) no-repeat top; z-index: 20;
    font-size: 0;
    display: none;
}
.nav .sub li{height: 35px; line-height: 34px;padding: 0 17px; zoom:1; background: #fff;font-size: 0; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc;}
.nav .sub li.first{
    padding-top: 6px;
}
.nav .sub li.last{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px;
    border-radius: 0 0 5px 5px;
}
.nav .sub li.last a{
    border: 0 none;
}
.nav .sub a{height: 34px; line-height: 34px;padding: 0; display:block;background: 0 none;color:#646464;border-bottom: 1px dashed #c8c8c8;}
.nav .sub a:hover{
    color: #f12934;
}
.nav .on h3 a{background: 0 none;}
.header .nLi{
    float: left;
    position: relative;
    font-size: 0;
}
.header li.on{
    background: #fff url(/images/onleft.jpg) no-repeat left;
}
.header li.on h3 a{
    font-weight: bold;
    color: #f12934;
    background: url(/images/onright.jpg) no-repeat right;
}
.header li a{
    padding: 0 18px;
    display: block;
    font-size: 14px;
    color: #282828;
}
.footer{
    width: 100%;
    height: 156px;
    background-color: #f2f2f2;
    clear: both;
}
.footer .left{
    font-size: 0;
}
.footer .left img{
    width: 150px;
    height: 156px;
}
.footer .address{
    width: 311px;
    float: left;
    margin: 26px 0 0 59px;
}
.footer .address .txt{
    font-size: 12px;
    color: #787878;
    line-height: 21px;
}
.footer .ewm{
    font-size: 0;
    float: left;
    margin-top: 31px;
    text-align: center;
}
.footer .ewm img{
    width: 78px;
    height: 77px;
}
.footer .ewm .txt{
    font-size: 12px;
    color: #63656c;
    line-height: 24px;
}
.footer .form{
    width: 421px;
    float: right;
    margin-top: 31px;
}
.footer .form .button{
    width: 91px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    background-color: #f12934;
    border: 0 none;
    font-family: "Microsoft YaHei";
    display:block;
}
.footer .form .write{
    width: 325px;
    float: left;
}
.footer .form .write input{
    width: 150px;
    height: 32px;
    padding-left: 10px;
    font-size: 12px;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
.footer .form .write textarea{
    width: 315px;
    height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    background-color: #fff;
    font-size: 12px;
    resize: none;
    margin-top: 5px;
    font-family: "Microsoft YaHei";
}
.banquan{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #24282b;
    color: #646464;
    font-size: 12px;
}
.banquan a{ color: #646464;}