﻿body,
dd,
div,
dl,
dt,
form,
img,
input,
li,
ol,
p,
pre,
span,
strong,
td,
tr,
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    border: 0;
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body {
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 32px;
    height: auto;
    clear: both;
    font-weight: 400
}

img {
    border: 0
}

li,
ul {
    list-style: none
}

em,
i {
    font-style: normal
}

a,
p,
span {
    text-decoration: none;
    color: #000;
    outline: 0;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: 400;
    line-height: 32px
}

a:hover {
    background-repeat: no-repeat
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*header*/
.header {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.header .banner {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    height: 245px;
    background: url(banner.png) no-repeat center;
    background-size: 1600px auto
}

.search-box {
    width: 220px;
    height: 32px;
    background-color: #f7f5f6;
    border-radius: 50px;
    border: 1px solid #cccccc;
    margin-top: 14px;
    position: relative;
    top: -70px;
    right: 250px;
}

.search-box input {
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: none;
    background-color: #f7f5f6;
    width: 150px;
    padding-left: 20px;
    border-radius: 50px;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
    float: left;
}

.search {
    float: right;
    width: 44px;
    height: 32px;
    border-radius: 50px;
    background-image: url(search.png);
    background-position: 10px center;
    background-repeat: no-repeat;

}

.header .nav {
    height: 55px;
    width: 100%;
    background-color: #2969fc;
    position: absolute;
}

.header .nav ul {
    width: 1200px;
    margin: 0 auto
}

.header .nav ul li {
    float: left;
    width: 200px
}

.header .nav ul li:hover {
    width: 200;
    line-height: 55px;
    background-color: #f56902 !important;
    color: #fff
}

.header .nav ul li:nth-child(1) {
    background: url(sy.png) no-repeat 45px center
}

.header .nav ul li:nth-child(2) {
    background: url(yw.png) no-repeat 45px center
}

.header .nav ul li:nth-child(3) {
    background: url(zw.png) no-repeat 40px center
}

.header .nav ul li:nth-child(4) {
    background: url(hd.png) no-repeat 40px center
}

.header .nav ul li:nth-child(5) {
    background: url(fw.png) no-repeat 40px center
}

.header .nav ul li:nth-child(6) {
    background: url(zy.png) no-repeat 40px center
}

.header .nav ul li a {
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    display: block
}

.header .nav ul li .navlist {
    width: 200px !important;
    background: #F56902;
    position: absolute;
    top: 300px;
    z-index: 9;
    display: none;
}

.header .nav ul li .navlist a {
    height: 55px;
    background: #F56902;
    position: relative;
    width: 177px;
    margin: 0 auto;
    border-top: 1px dotted #fff;
}

.header .nav ul li .navlist a span {
    height: 40px;
    width: 177px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

.header .nav ul li .navlist a span:hover {
    background: #DA6007;
}

/*header*/
/*footer*/
.footer {
    height: 200px;
    width: 100%;
    background-color: #e2e2e2
}

.footer .foot {
    width: 1200px;
    margin: 0 auto
}

.footer .foot .foot_l {
    width: 142px;
    height: 55px;
    margin: 23px 0 0 160px;
    background: #fff;
    float: left
}

.footer .foot .foot_con {
    width: 558px;
    padding: 0 60px;
    float: left;
    margin-top: 20px
}

.footer .foot .foot_con ul {
    display: block;
    text-align: center
}

.footer .foot .foot_con ul li {
    display: inline-block;
    margin: 0 10px
}

.footer .foot .foot_con p {
    display: block;
    text-align: center
}

.footer .foot .foot_r {
    float: left;
    width: 52px;
    height: 62px;
    margin: 40px 160px 0 0
}

/*footer*/