/* 通用样式 */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
    color: #000;
}

body,
h1,
h2,
h4,
ul,
li,
p,
dl,
dd,
dt,
img,
span,
a {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

input,
button {
    outline: none;
    border: 0px;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000
}

ul,
ol {
    list-style: none;
}

#header {
    width: 100%;
    height: 128px;
    margin: 0 auto;
}


#header .header_logo {
    float: left;
    width: 28%;
    height: 100%;
}

#header .header_logo h2 {
    text-indent: -999px;
    width: 250px;
    height: 84px;
    display: block;
    background: url(../images/index/logo.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0 0 100px;
    cursor: pointer;
}

#header .header_nav {
    float: left;
    width: 72%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 9999;
}

#header .header_nav_ul {
    width: 100%;
    height: 100%;
}

#header .header_nav_ul li {
    width: 9.5%;
    height: 100%;
    float: left;
}

#header .header_nav_ul li a {
    width: 100%;
    height: 128px;
    float: left;
    line-height: 800%;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
}

.header_back {
    background: url(../images/index/nav-background.png) no-repeat;
    background-size: 100% 128px;
    color: #fff;
}

#header .header_nav_list {
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    background: #ffffff;
}

#header .header_nav_list div a {
    width: 100%;
    height: 49px;
    display: block;
    line-height: 49px;
    border-bottom: 1px dashed #D5D5D5;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}

#header .header_nav_list div span {
    display: none;
}

#banner {
    width: 100%;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
}

#footer {
    width: 100%;
    height: 278px;

    background: url(../images/index/footer.jpg) no-repeat center;
    position: relative;
    margin: 40px 0 0 0;
    clear: both;
}

#footer .footer_container {
    width: 100%;
    height: 278px;
    margin: 0 auto;
}

#footer .footer_phone {
    width: 450px;
    height: 160px;
    margin: 90px 0 0 0;
    float: left;
}

#footer .footer_phone ul li {
    width: 450px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
}

#footer .footer_phone ul li:first-child {
    background: url(../images/index/i1.png) no-repeat 5px center;
    padding-left: 30px;
}

#footer .footer_phone ul li:nth-child(2) {
    background: url(../images/index/i2.png) no-repeat 5px center;
    padding-left: 30px;
}

#footer .footer_phone ul li:nth-child(3) {
    background: url(../images/index/i3.png) no-repeat 5px center;
    padding-left: 30px;
}

#footer .footer_phone ul li:nth-child(4) {
    background: url(../images/index/i4.png) no-repeat 5px center;
    padding-left: 30px;
}

#footer .footer_QRcode {
    width: 500px;
    height: 200px;
    float: right;
    color: #ffffff;
}

#footer .footer_QRcode dl {
    padding: 30px 20px 0 50px;
    float: left;
}

#footer .footer_QRcode dl dt {
    width: 141px;
    height: 141px;
}

#footer .footer_QRcode dl dt img {
    width: 100%;
    height: 100%;
}

#footer .footer_QRcode dd {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
}
#footer .footer_phone a {
    color:#fff;
    font-size: 14px;
}