body {
  font-family: '微软雅黑';
}
.auto-container {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body {
  min-width: 1300px;
}
.wp1200 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.Home_top {
  height: 40px;
  background-color: #ebebeb;
  color: #888888;
  line-height: 40px;
  font-size: 14px;
}
.Home-header {
  width: 100%;
  background-color: #fff;
}
.page-banner {
  height: 510px;
}
.page-banner .banner-text {
  margin-top: 70px;
}
.header-logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 120px;
}
.header-logo img {
  height: 66px;
  vertical-align: middle;
}
.header-logo a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.head_tell {
  margin-top: 20px;
  float: right;
}
.head_tell > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.head_tell p {
  margin-bottom: 2px;
  color: #333;
  font-size: 22px;
}
.head_tell span {
  background-color: #e42129;
  color: #fff;
  font-size: 16px;
  padding: 2px;
}
.header-nav {
  margin-bottom: 10px;
}
.header-nav {
  position: relative;
  vertical-align: middle;
}
.header-nav .navlist {
  z-index: 20;
}
.header-nav .navlist li {
  margin: 0 10px;
  float: left;
  position: relative;
  height:46px;
}
.header-nav .navlist li a.active {
  border-bottom: 2px solid #0a8ad4;
  color: #0a8ad4;
}
.header-nav .navlist li .hasdrop:hover {
  border-bottom: 2px solid #0a8ad4;
}
.header-nav .navlist .hasdrop:hover > a {
  color: #0a8ad4;
}
.header-nav .navlist .hasdrop:last-child a:after {
  display: none;
}
.header-nav .navlist li > a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #545454;
  font-weight: 400;
}
.header-nav .navlist .hasdrop .ej{display:none;padding-top: 12px;}
.header-nav .navlist .hasdrop .ej p{line-height:40px;text-align:center;background-color: #333;}
.header-nav .navlist .hasdrop .ej p:hover{background-color:#0a8ad4;}
.header-nav .navlist .hasdrop .ej p a{font-size:14px;color:#fff;}
.header-nav .navlist .hasdrop:hover .ej{display:block;}
.header-nav .navlist .s-menu {
  position: absolute;
  top: 90px;
  z-index: 2;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.header-nav .navlist .s-menu li {
  position: static;
  padding: 10px 15px;
  float: none;
}
.header-nav .navlist .s-menu li > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding-right: 10px;
  line-height: 30px;
}
.header-nav .navlist .s-menu li > a:hover {
  color: #0a8ad4;
}
.mobile-navbtn {
  position: absolute;
  top: 12px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.mobile-navbtn.open {
  transform: rotate(90deg);
}
.foot {
  padding-top: 80px;
  padding-bottom: 10px;
  background-color: #262930;
}
.foot dt {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.foot .foot_menu {
  width: 206px;
}
.foot .foot_menu .link {
  margin-bottom: 30px;
  color: #fff;
}
.foot_info{
  display: flex;
  justify-content: space-between;
}
.foot .foot_menu .link dd {
  width: 50%;
  float: left;
  line-height: 30px;
  font-size: 13px;
}
.foot .foot_menu .link dd:nth-child(odd) {
  text-align: right;
}
.foot .foot_menu .link dd a {
  color: #fff;
  text-decoration: none;
}
.foot .foot_menu .link dd a:hover {
  color: #0a8ad4;
}
.foot .foot_contact {
  width: 440px;
  margin-left: 140px;
}
.foot .foot_contact dd {
  width: 50%;
  float: left;
  color: #fff;
}
.foot .foot_contact dd .item {
  margin-bottom: 50px;
}
.foot .foot_contact dd .item div {
  display: inline-block;
  vertical-align: middle;
}
.foot .foot_contact dd .item div:nth-child(1) {
  width: 54px;
}
.foot .foot_contact dd .item div:nth-child(1) img {
  width: 100%;
}
.foot .foot_contact dd .item div:nth-child(2) {
  width: calc(100% - 60px);
}
.foot .foot_contact dd .item p {
  margin: 5px;
  font-size: 14px;
}
.foot .foot_contact .foot_rexian {
  padding-left: 20px;
  color: #fff;
}
.foot .foot_contact .foot_rexian div {
  font-size: 14px;
}
.foot .foot_contact .foot_rexian p {
  font-size: 26px;
}
.foot .foot_ewm {
  margin-right: 46px;
  text-align: right;
}
.foot .foot_ewm a {
  display: inline-block;
}
.foot .foot_ewm .erweima {
  display: inline-block;
  width: 130px;
  margin-top: 20px;
}
.foot .foot_ewm p {
  display: inline-block;
  width: 130px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  margin-right: 0;
}
.footerbar {
  background-color: #262930;
  padding-bottom: 28px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.footerbar .inner {
  padding-top: 28px;
  border-top: 1px solid #fff;
}
.footerbar a {
  color: #fff;
}
.footerbar a:hover {
  color: #0a8ad4;
}
.footerbar .fl {
  float: left;
}
.footerbar .fr {
  float: right;
}
.footerbar .ml80 {
  margin-left: 80px;
}
.input-group-btn {
  line-height: 32px;
}
