@charset "UTF-8";
/***************公共样式**************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  font-family: Microsoft YaHei;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
img {
  border: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
}
div {
  box-sizing: border-box;
}
.col {
  transition: all 0.3s;
}
.col-2 {
  display: flex;
  justify-content: flex-end;
}
.col-5 {
  width: 270px;
}
.wrapper {
  width: 100%;
}
.head .title-wrapper {
  width: 100%;
  height: 158px;
  background: url("../img/title-bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.head .title-wrapper .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1260px;
  height: 158px;
}
.head .title-wrapper .logo {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 67px;
}
.head .title-wrapper .logo img:first-child {
  width: 80px;
  height: 41px;
}
.head .title-wrapper .logo img:last-child {
  margin-left: 14px;
  width: 242px;
  height: 58px;
}
.head .title-wrapper .search {
  width: 203px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
  height: 41px;
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  background: #f7f7f7;
  box-sizing: border-box;
  position: relative;
}
.head .title-wrapper .search img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.head .title-wrapper .search input {
  width: calc(100% - 20px - 20px);
  border: none;
  outline: none;
  height: 35px;
  background-color: #f7f7f7;
}
.head .head-nav-wrapper {
  width: 100%;
  height: 97px;
  background: #9a0000;
}
.head .head-nav-wrapper .head-nav-box {
  margin: 0 auto;
  width: 1260px;
  height: 97px;
  display: flex;
  justify-content: space-around;
}
.head .head-nav-wrapper .head-nav-box .nav-item {
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #ffffff;
  line-height: 97px;
  text-decoration: none;
}
.head .head-nav-wrapper .head-nav-box .active {
  font-weight: bold;
}
.head .head-nav-wrapper .head-nav-box .active::before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 14px;
  background: url("../img/active-logo.png") 0 0 no-repeat;
  background-size: 100% 100%;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  z-index: 99;
}
