@charset "utf-8";
body,
html {
    height: 100%;
}
body {
    color: #000;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #fb3e04;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul,
li {
    list-style: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
form,
textarea,
p,
blockquote,
th,
td,
a,
img {
    padding: 0;
    margin: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
* {
    box-sizing: border-box;
}
.clr {
    clear: both;
}
.hidden {
    display: none;
}
em,
i {
    font-style: normal;
}
input,
textarea {
    outline: none;
    font-size: 12px;
    font-family: "微软雅黑";
}
img {
    max-width: 100%;
}
.let {
    float: left;
}
.rit {
    float: right;
}
.ico {
    display: block;
    position: absolute;
}
.container {
    margin: auto;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wrap {
    margin: auto;
    width: 1000px;
}
/*========header========*/
.header {
    background: url(../images/nav-bg.png);
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 200;
}
.header .wrap {
    width: auto;
}
.header a {
    color: #fff;
}
/*logo*/
.header .logo,
.header .logo img {
    height: 60px;
    width: 60px;
}
.header .logo {
    float: left;
    margin: 5px 50px 5px 100px;
}
/*nav*/
.header .nav {
    float: left;
}
.header .nav li {
    float: left;
}
.header .nav a {
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
.header .nav a:hover,
.header .nav li.active a {
    /*background: #fb3e04;*/
    background: #abd8e5;
}
/*h-btns*/
.header .h-btns {
    float: right;
    font-size: 14px;
    padding-top: 22px;
}
.header .h-btns a {
    display: inline-block;
    height: 26px;
    line-height: 22px;
    text-align: center;
    width: 74px;
    zoom: 1;
    *display: inline;
}
.header .h-btns .login,
.header .h-btns a:hover {
    border: 1px solid #fff;
}
/*========footer========*/
.footer,
.footer a {
    /*color: #fff;*/
    color: #3d3d3d;
}
.footer a:hover {
    /*color:#ff0;*/
    color: #72bed4;
}
/*f-info*/
.footer .f-info {
    background: url(../images/footer-bg.jpg) no-repeat center;
    height: 400px;
    font-size: 14px;
}
.footer .f-info .wrap {
    padding: 60px 0;
}
.footer .f-info .f-nav {
    float: left;
    margin: 0 160px 0 46px;
    width: 80px;
}
.footer .f-info .f-nav a {
    display: block;
    margin-bottom: 18px;
    text-align: center;
}
.footer .f-info .f-logo,
.footer .f-info .f-logo img {
    height: 80px;
    width: 80px;
}
.footer .f-info .f-logo {
    margin-bottom: 30px;
}
.footer .f-info .f-tel {
    float: left;
    margin-top: 40px;
    width: 480px;
}
.footer .f-info .f-tel p {
    margin-bottom: 18px;
}
.footer .f-info .f-ewm {
    float: right;
    margin-right: 10px;
    text-align: center;
    width: 213px;
}
.footer .f-info .f-ewm img {
    height: 213px;
    width: 213px;
}
.footer .f-info .f-ewm .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
/*copyright*/
.copyright {
    /*background: #0c2843;*/
    background: #3d3d3d;
    font-size: 12px;
    height: ;
    text-align: center;
    padding: 20px 0;
}
.copyright span {
    padding: 0 5px;
}
