@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */

body {
  color: #333;
  font-size: 12px;
  font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

/* utilities */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/* common */

.header {
  height: 113px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.logo-link {
  float: left;
  margin-top: 42px;
  width: 186px;
  height: 40px;
}

.logo {
  display: block;
  width: 186px;
  height: 40px;
}

.nav {
  float: right;
  height: 41px;
  margin-top: 42px;
}

.nav-item {
  float: left;
  margin-right: 40px;
  height: 40px;
  padding: 0 10px;
}

.nav-item a {
  display: block;
  font-family: "Microsoft YaHei";
  line-height: 40px;
  font-size: 18px;
  color: #191919;
}

.nav-item.cur {
  border-bottom: 1px solid #ff4837;
}

.nav-item.cur a {
  color: #ff4837;
}

.footer {
  padding-top: 65px;
  height: 400px;
  background-color: #363636;
}

.top {
  height: 187px;
}

.f-title {
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 30px;
}
.contact {
  float: left;
  width: 332px;
  height: 187px;
  border-right: 1px solid #5a5a5a;
}

.f-box {
  margin-top: 50px;
}

.email {
  margin-top: 3px;
}
.f-box img {
  float: left;
  margin-right: 24px;
}

.f-box p {
  float: left;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9d;
  margin-right: 10px;
  max-width: 200px;
}

.wb {
  float: left;
  width: 332px;
  height: 187px;
  border-right: 1px solid #5a5a5a;
}

.wb img {
  width: 114px;
  height: 114px;
  display: block;
  margin: 0 auto;
  margin-top: 54px;
}

.wx {
  float: left;
  width: 332px;
  height: 187px;
}

.wx img {
  width: 114px;
  height: 114px;
  display: block;
  margin: 0 auto;
  margin-top: 54px;
}

.bottom {
  margin-top: 79px;
}

.f-nav {
  width: 880px;
  margin: 0px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom a {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  line-height: 18px;
  padding: 0 35px;
  border-right: 1px solid #9d9d9d;
  color: #9d9d9d;
}

.bottom a:last-child {
  border-right: 0;
}

.tips p {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #9d9d9d;
  line-height: 34px;
  text-align: center;
}

.tips a {
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #9d9d9d;
  line-height: 34px;
  text-align: center;
}
