body {
  background-color: #f7f8fa;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.my_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mt60 {
  margin-top: 60px;
}
.ml30 {
  margin-left: 30px;
}
/* ******************************* */
/* ******************************* */
.header {
  background: #A70303;
}
.header .my_width {
  height: 145px;
  position: relative;
}
.header .my_width .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 690px;
}
.header .my_width .search {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  width: 265px;
  height: 35px;
}
.header .my_width .search .search_txt {
  width: calc(100% - 60px);
  float: left;
  border: none;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.header .my_width .search .search_btn {
  float: right;
  width: 60px;
  height: 35px;
  border: none;
  background-image: url("../img/search.png");
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.header .my_width .search .search_txt::-webkit-input-placeholder {
  color: #fff;
}
.header .my_width .search .search_txt::-moz-placeholder {
  color: #fff;
}
.header .my_width .search .search_txt:-ms-input-placeholder {
  color: #fff;
}
.header .my_width .link_r {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-decoration: underline;
}
/* ******************************* */
/* ******************************* */
.nav {
  background-color: #fff;
  position: relative;
}
.nav .wp_nav > li {
  float: left;
  width: calc(100% / 6);
  position: relative;
}
.nav .wp_nav > li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #A70303;
  font-weight: bold;
}
.nav .wp_nav > li .sub_nav {
  display: inline-block;
  min-width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.nav .wp_nav > li .sub_nav > li a {
  height: 0px;
  opacity: 0;
  display: block;
  width: 100%;
  padding: 0px 20px 0px 35px;
  line-height: 40px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
.nav .wp_nav > li .sub_nav > li:hover > a {
  background-color: #A70303;
  color: #fff;
}
.nav .wp_nav > li:hover > a {
  background-color: #ff7800;
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li:hover .sub_nav li a {
  height: 40px;
  opacity: 1;
  transition: height 0.6s;
}
.wp_nav > .nav-item:hover > a {
  color: #0095ff;
  background: #002d4d;
}
.wp_nav > .nav-item:hover > .sub-nav {
  opacity: 1;
}
.wp_nav > .nav-item:hover > .sub-nav > .nav-item > a {
  height: 40px;
}
.wp_nav > .nav-item > .sub-nav > .nav-item:hover > a {
  background: #003e6a;
  color: #fff;
}
/* ******************************* */
/* ******************************* */
.footer {
  background: #242020;
  min-width: 1200px;
}
.footer div.my_width {
  height: 350px;
  position: relative;
}
.footer div.my_width .logo {
  position: absolute;
  left: 0;
  top: 100px;
  width: 690px;
}
.footer div.my_width .contact {
  position: absolute;
  left: 0;
  top: 230px;
}
.footer div.my_width .contact p {
  color: #A2A2A2;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.footer div.my_width .contact p span {
  display: inline-block;
  width: 298px;
  margin-right: 40px;
}
.footer div.my_width .contact p span:first-child {
  width: 244px;
  margin-right: 20px;
}
.footer div.my_width .vxCode {
  position: absolute;
  right: 85px;
  top: 100px;
  width: 90px;
}
.footer div.my_width .vxCode img {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.footer div.my_width .vxCode span {
  width: 90px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  color: #9E9E9E;
}
.bottom {
  height: 60px;
  background-color: #231815;
}
.bottom span {
  display: inline-block;
  line-height: 60px;
  color: #A2A2A2;
  text-align: left;
  margin-right: 50px;
}
/* ******************************* */
/* ******************************* */
.links {
  width: 280px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 245px;
}
.links_box {
  width: 280px;
  height: 50px;
  background-color: #181818;
  position: relative;
}
.links_box span {
  display: block;
  line-height: 50px;
  padding-left: 20px;
  color: #fff;
  position: relative;
}
.links_box span::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/triangle.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 22px;
}
.links_box:hover span::after {
  transform: rotate(-180deg);
  transition: transform 0.5s;
}
.links_box:hover ul li {
  height: 40px;
  opacity: 1;
  transition: height 0.5s, opacity 0.5s;
}
.links_box ul {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  bottom: 35px;
  min-width: 100%;
  display: block;
  color: #333;
  box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.25);
}
.links_box ul li {
  opacity: 0;
  height: 0;
  line-height: 40px;
  padding: 0 15px;
  overflow: hidden;
}
.links_box ul li a {
  display: block;
}
.links_box ul li:hover {
  color: #fff;
  background: #ff7800;
}