
@font-face {
    font-family: "FZDBSJW";
    src: url(../font/FZDBSJW.woff);
}

html {
    
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

input {
    margin: 0px;
}

ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
    
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0;
    
}

body {
    min-width: 1280px;
    min-height: 600px;
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #222;
    background-color: transparent;
    
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

img {
    display: block;
    padding: 0;
    border: none;
    
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}




button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.m40-aut {
    margin: 40px auto;
}

.left {
    width: 49%;
    float: left;
}

.right {
    margin-left: 51%;
}

.p0_15px {
    padding: 0 15px;
}




.wrap {
    width: 100%;
    margin: 0 auto;
    
    position: relative;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background-color: rgb(188, 235, 251);
    
}

.header-wrap {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.logo {
    height: 90%;
    margin: 6px 0;
}

.home {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px;
    color: #0e63a4;
    position: absolute;
    right: 5px;
    bottom: 20px;
    background: url(../images/home-icon.png) no-repeat left center;
}

.nav {
    background-color: #0e63a4;
    height: 40px;
}

.nav-wrap {
    
}

.nav-item {
    float: left;
    position: relative;
    height: 40px;
    margin: 0 5px;
    padding: 5px 0;
}

.nav-item a {
    color: #fff;
    font-size: 14px;
    background-color: #2b86cc;
    text-align: center;
    line-height: 30px;
}

.nav-item a:hover {
    background-color: rgb(247, 158, 35);
    color: #000;
}

.nav-item-child {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 111;
    padding-top: 10px;
    background: url(../images/nav1-icon.jpg) no-repeat top center;
}

.nav-item-child li {
    width: 100%;
    height: 40px;
    padding: 5px;
    background-color: #0e63a4;
}

.nav-item-son {
    position: relative;
}

.nav-son-child {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 10px;
    background: url(../images/nav-icon.jpg) no-repeat left top;
}

.nav-item:hover .nav-item-child {
    display: block;
}

.nav-item-son:hover .nav-son-child {
    display: block;
}

.footer {
    background-color: #0e63a4;
    padding: 15px 0;
    height: 54px;
    width: 100%;
}
.footer-wrap p{
text-align: center;
 color: #fff;
}
.left-nav-item{
margin-bottom:15px;
}