@charset "utf-8";
header {
  position: absolute;
  z-index: 9999;
  height: 100px;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  min-width: 1200px;
}
header .layout {
  width: 1200px;
}
.wrap {
  display: flex;
  display: -webkit-flex;
}
.wrap li {
  margin-right: 18px;
}
.wrap li img {
  width: 191px;
  height: 124px;
  display: block;
}
.wrap li:last-child {
  margin-right: 0;
}
#nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.logo {
  margin-right: 120px;
}
.logo a {
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.logo a span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.logo img {
  max-width: 100%;
  height: 42px;
  display: block;
  margin-right: 10px;
}
ul.nav {
  display: flex;
}
li.nav-item > a {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  position: relative;
}
.nav-item {
  margin-right: 70px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.nav-item a:hover {
  font-weight: 500;
  color: #333 !important;
}
.sub_wrap {
  width: 1200px;
  height: 228px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.subMenu_text {
  width: 150px;
  height: 84px;
  margin-right: 66px;
}
.subMenu_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.subMenu_text p {
  font-size: 18px;
  font-weight: 400;
  color: #C6C6C6;
}
.subMenu_text hr {
  background: #333333;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.subMenu > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.header_rht {
  width: 140px;
  height: 43px;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  border: 1px solid #999999;
  cursor: pointer;
}
.header_rht img {
  width: 100%;
  display: block;
}
.nav .sub-active a {
  color: #B733FF !important;
}
.nav .sub-active a::before {
  width: 6px;
  height: 9px;
  content: '';
  display: block;
  background: url(../images/header_img.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -53px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer {
  margin-top: 30px;
  min-width: 1200px;
  position: relative;
}
.footer .footer-link {
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 14px;
  display: block;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.footer .footer-link a {
  display: inline-block;
  text-align: left;
  margin-right: 90px;
  color: #9C9D9C;
  line-height: 26px;
}
.footer .footer-link p a:first-child {
  margin-right: 62px;
}
.footer .info-wrap {
  text-align: center;
  height: 100px;
  background-color: #383838;
  padding-top: 15px;
}
.footer .info-wrap a {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}
.footer .info-wrap span {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
  display: inline-block;
  line-height: 28px;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.layout a:hover {
  color: #36B55D;
}
.info-wrap-pic {
  width: 50px;
  height: 12px;
}
.footer-link a:hover {
  color: #9C9D9C;
}
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #333333;
  cursor: default;
}
.navigation-bread .navigation-cur:hover {
  color: #333;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
