@charset "UTF-8";
#header {
  background-color: #ffffff;
}
.top {
  border-bottom: 1px solid #cccccc;
}
.top .container {
  overflow: hidden;
}
.top p {
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  float: left;
  width: auto;
}
.top .top-nav {
  width: auto;
  float: right;
  font-size: 0;
  vertical-align: bottom;
}
.top .top-nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 35px;
  margin: 0 10px;
}
.top .top-nav strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 35px;
  color: #da2417;
  padding-left: 40px;
  background: url("../images/icon-01.png") no-repeat left center;
  margin-left: 20px;
}
.nav-logo {
  background-color: #ffffff;
}
.nav-logo .logo {
  width: auto;
  float: left;
  margin: 20px 0;
}
.nav-logo .logo a {
  display: block;
}
.nav-logo .logo img {
  display: block;
  width: auto;
  height: 60px;
}
.nav-logo #nav {
  float: right;
  width: auto;
}
ul.menu-1 > li {
  float: left;
  padding: 0 30px;
  position: relative;
}
ul.menu-1 > li > a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  padding: 32px 10px 28px 10px;
  border-bottom: 4px solid transparent;
}
ul.menu-1 > li > a:hover {
  border-color: #31399a;
  color: #31399a;
  text-decoration: none;
}
ul.menu-1 > li.active > a {
  border-color: #31399a;
  color: #31399a;
}
ul.menu-1 > li:hover ul.menu-2 {
  display: block;
}
ul.menu-2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 100;
}
ul.menu-2 > li {
  width: 100%;
}
ul.menu-2 > li > a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 0;
  background-color: #ffffff;
  color: #31399a;
}
ul.menu-2 > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #31399a;
}
#footer {
  background-color: #363636;
  border-top: 8px solid #cccccc;
}
.footer-top {
  background: url("../images/footer-bg.jpg") no-repeat center center #363636;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer-row {
  width: 360px;
  float: left;
}
.f-contact {
  margin-left: 0;
}
.f-link {
  margin-left: 60px;
}
.f-link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.f-Qr {
  margin-left: 60px;
}
.fow-title {
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
}
.fow-title h3 {
  font-size: 16px;
  line-height: 48px;
  position: relative;
}
.fow-title h3:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #af0000;
  left: 0;
  bottom: -6px;
}
.fow-con {
  padding-top: 20px;
}
.fow-con p {
  font-size: 12px;
  line-height: 25px;
  color: #b3b3b3;
}
.fow-con address {
  font-size: 12px;
  line-height: 25px;
  color: #b3b3b3;
}
.fow-con a {
  font-size: 12px;
  line-height: 25px;
  color: #b3b3b3;
}
.fow-con a:hover {
  color: #ffffff;
  text-decoration: none;
}
.copy {
  background-color: #181818;
  text-align: center;
  font-size: 0;
  vertical-align: bottom;
}
.copy ul {
  display: inline-block;
  overflow: hidden;
  padding: 20px 0;
}
.copy li {
  float: left;
}
.copy li + li {
  border-left: 1px solid #cccccc;
}
.copy li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 30px;
  color: #cccccc;
}
.copy li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.title-1 {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 14px 30px 14px  30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.title-1 h2 {
  float: left;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.title-1 h2:before {
  position: absolute;
  left: -16px;
  top: 7px;
  content: "";
  width: 2px;
  height: 18px;
  background-color: #000000;
}
.title-1 a {
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  float: right;
  padding: 0 10px;
  margin: 5px 0;
}
.title-1 a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #31399a;
  border-color: #31399a;
}
.title-2 {
  background-color: transparent;
  text-align: center;
  padding: 11px 0;
}
.title-2 h2 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.title-2 span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.cont-title h2 {
  font-size: 30px;
  line-height: 60px;
  color: #333333;
  padding-left: 6px;
  font-weight: normal;
}
