.header {
  width: 100%;
  position: relative;
}
.header .head_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 13;
}
.head_top .w90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.head_top .w90 .text {
  display: flex;
  align-items: center;
}
/* .header .head_top .text {
  position: relative;
} */
.header .head_top .logo,
.header .head_top .tel {
  width: 20vw;
  /* float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%; */
}
.header .head_top .tel {
  text-align: right;
  /* float: right;
  position: absolute;
  right: -150px;
  top: 0;
  padding-top: 20px; */
}
.header .head_top .logo a img {
  display: block;
  margin-top: 10px;
  max-width: 100%;
}
.header .head_top .nav {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  /* float: right;
  padding-right: 50px; */
}
.header .head_top .nav > ul {
  display: flex;
  width: 100%;
}
.header .head_top .nav li {
  width: 100%;
  /* width: 14%; */
  float: left;
  position: relative;
  list-style: none;
  /* border: 1px solid ; */
}
.header .head_top .nav li > a {
  line-height: 77px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.header .head_top .nav li:hover .v_list {
  display: block;
}
.header .head_top .nav li .v_list {
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 99;
  display: none;
  text-align: center;
}
.header .head_top .nav li .v_list a {
  line-height: 37px;
  display: block;
  font-size: 14px;
  color: #333;
  /* padding: 0 30px; */
}
.header .head_top .nav li .v_list a:hover {
  background: #ff9b26;
  color: #fff;
}
.header .head_top .nav li:hover {
  background: #ff9b26;
}
.header .head_top .nav li:hover > a {
  color: #fff;
}
.header .head_top .nav .u2 {
  display: none;
  position: absolute;
  z-index: 9;
}
.header .head_top .nav li:hover .u2 {
  display: block;
}
.header .head_top .tel p span {
  padding-left: 35px;
  background-size: 20px !important;
  background: url(../img/ltel.png) no-repeat left center;
}
.header .head_top .tel p i {
  font-size: 14px;
  color: #fff;
  display: block;
  font-style: normal;
}
.header .head_top .tel p span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}
.m_header .m_head_content {
  height: 60px;
  width: 100%;
  background: #ff9b26;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}
.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  margin-left: 0.05rem;
}
.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 40px;
  margin-top: 10px;
}
.m_header .m_head_content .menu {
  float: right;
  width: 60px;
  height: 60px;
}
.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  display: block;
}
.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 60px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.app_menu ul {
  background: #ff9b26;
}
.app_menu ul li {
  width: 100%;
  border-bottom: 1px solid #fdb25a;
}
.app_menu ul li > a {
  width: 100%;
  display: block;
}
.app_menu ul li > a span {
  font-size: 14px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  display: block;
  padding-left: 18px;
  font-weight: bold;
}
.app_menu ul li.on {
  background: url(../img/bottom.png) no-repeat 95% 15px;
  background-size: 16px;
}
.app_menu ul .v_list {
  width: 100%;
  display: none;
  border-top: 1px dashed #444;
}
.app_menu ul .v_list a {
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  color: #fff;
  display: block;
  padding-left: 0.4rem;
  border-bottom: 1px dashed #444;
  float: none;
}
.footer {
  display: block !important;
  color: rgba(255, 255, 255, 0.8);
  background: #444;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .l-foot {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.footer .l-foot .list {
  width: 15%;
}
.footer .l-foot .list p {
  font-size: 18px;
}
.footer .l-foot .list a {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.footer .l-foot .list.tell {
  width: 30%;
  margin-left: auto;
  text-align: center;
}
.footer .l-foot .list.tell p {
  font-size: 22px;
}
.footer .center {
  width: 1200px;
  padding: 15px 0;
  margin: 10px auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #666;
}
