* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
body {
  background: #f8f5f5;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
li:hover {
  cursor: pointer;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bg_white {
  background-color: #fff;
}
.mt30 {
  margin-top: 30px;
}
.ml30 {
  margin-left: 30px;
}
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pb20 {
  padding-bottom: 20px;
}
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.top_bar {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.header {
  background: linear-gradient(180deg, #C70020 3%, rgba(247, 104, 127, 0.5) 137%);
}
.header .top {
  border-bottom: 1px solid #e7e7e7;
}
.header .top .w1200 {
  height: 100px;
  position: relative;
}
.header .top .w1200 .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .top .w1200 .head_searchForm {
  width: 247px;
  height: 36px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .top .w1200 .head_searchForm .search_val {
  float: left;
  width: calc(100% - 65px);
  height: 36px;
  line-height: 36px;
  border: solid 1px #dddddd;
  border-right: none;
  padding-left: 15px;
}
.header .top .w1200 .head_searchForm .submit {
  float: left;
  width: 65px;
  height: 36px;
  background-color: #fdb23b;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.nav {
  height: 50px;
}
.nav .wp_nav li {
  float: left;
  width: calc(99.99% / 8);
  position: relative;
}
.nav .wp_nav li a {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav .wp_nav li:hover a {
  background: #540609;
}
.nav .wp_nav li:hover .sub-nav li {
  height: 45px;
}
.nav .wp_nav li .sub-nav {
  position: absolute;
  top: 50px;
  background: #540609;
  border: none;
   width: auto;
   min-width: 100%;
}
.nav .wp_nav li .sub-nav li {
  display: inline-block;
  min-width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
.nav .wp_nav li .sub-nav li a {
  line-height: 45px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
  border: none;
}
.nav .wp_nav li .sub-nav li:hover a {
  background: #270103;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
    background: #270103;
    color: #fff;
}
.wp_nav .sub-nav .nav-item a.parent {
    background: #270103;
    color: #000;
}
.wp_nav .nav-item a.parent {
    color: #fff !important;
}

.banner {
  height: 393px;
  background: linear-gradient(180deg, #C70020 3%, rgba(247, 104, 127, 0.5) 137%);
  opacity: 0.4;
}
/* ******************************* */
/* ******************************* */
.footer {
  background-color: #d9d7d7;
  margin-top: 50px;
  border-top: 8px solid #bb0006;
}
.footer .w1200 {
  height: 35px;
}
.footer .w1200 .copyright {
  margin-top: 35px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  opacity: 0.99;
  text-align: center;
}
