@charset "utf-8";
/* CSS Document */
html,
body,
ul,
li,
p,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
}
body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei";
}
img {
  border: none;
}
form {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #383838;
  font-family: "Microsoft YaHei";
}
a:hover {
  color: #f6800d;
  text-decoration: underline;
  font-family: "Microsoft YaHei";
  text-decoration: none;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../font/BAHNSCHRIFT.TTF");
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

header {
  background: #fff;
  width: 100%;
  z-index: 99999;
}

.n_nav {
  position: relative;
  top: -60px;
  z-index: 999999999;
}
.n_nav .nav {
  justify-content: flex-end;
}
.n_nav ul li a {
  color: #314276;
  font-size: 14px;
  line-height: 35px;
  padding: 10px 25px;
}
.n_nav ul li a:hover {
  background: #0cb8b6;
  border-radius: 100px;
  color: #fff;
}

.nav_form {
  float: right;
  margin-left: 20px;
}
.nav_form form {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  position: relative;
}
.nav_form form input {
  background: none;
  border: none;
  color: #0cb8b6;
  float: left;
  line-height: 40px;
  outline: none;
}
.nav_form img {
  display: block;
}
.s_ss {
  position: absolute;
  width: 23px;
  height: 20px;
  right: 10px;
  bottom: 9px;
  padding: 0;
  border: 0;
  background: none;
}
.nav_bright {
  background: #0cb8b6;
  border-radius: 100px;
}
.nav_bright a {
  color: #fff !important;
}

footer {
  background-repeat: repeat-y;
  color: #fff;
}

.b_nav {
  padding: 50px 0;
}
.b_nav dl {
}
.b_nav dt {
  font-size: 26px;
  line-height: 50px;
}
.b_nav dt p {
  font-size: 36px;
  font-weight: 400;
}
.b_nav .foot_tel {
  font-size: 40px;
  background: url(../images/foot_tel.png) left center no-repeat;
  line-height: 48px;
  padding-left: 115px;
  padding-top: 0px;
  margin-top: 30px;
}
.b_nav dt strong {
  color: #fff;
  font-weight: 400;
}
.b_nav dt i {
  display: block;
  background: #0cb8b6;
  width: 40px;
  height: 3px;
}
.b_nav dd {
  padding-top: 20px;
  line-height: 36px;
}
.b_nav dd a {
  display: block;
  color: #fff;
}
.b_nav .foot_form {
  padding: 30px;
}
.b_nav dt.foot_form_title {
  font-size: 22px;
}
.b_nav .foot_form input {
  width: 48%;
  padding-left: 10px;
  margin-right: 10px;
}
.b_nav .foot_form input#submit {
  width: 100%;
}
.b_nav .foot_form textarea {
  width: 100%;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1d2024;
  color: #fff;
}
.copyright span {
  color: #0cb8b6;
}

@media (max-width: 767px) {
  .b_nav {
    padding: 50px 20px;
  }
}

.Position_bg {
  border-bottom: 1px dashed #eee;
  line-height: 50px;
  background: #f2f2f2;
}
.Position_bg h5 {
  line-height: 50px;
}
