html,
body {
  min-width: 1200px;
  overflow: auto;
}
header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #1b1b1b;
}
header .head_content {
  width: 1442px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  float: left;
}
header .logo a {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
}
header .logo a img {
  max-height: 60px;
}
header .headList {
  float: left;
  margin-left: 260px;
}
header .headList li {
  float: left;
  width: 76px;
  position: relative;
}
header .headList li .one_list {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
header .headList li .one_list .el-icon-arrow-down {
  transition: all 0.3s;
}
header .headList li.active .one_list {
  color: #ec6d46;
  position: relative;
}
header .headList li.active .one_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ec6d46;
}
header .headList li:hover .one_list {
  background: #ec6d46;
  color: #ffffff;
}
header .headList li:hover .one_list .el-icon-arrow-down {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -webkit-transform: rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-180deg);
  /* Opera */
}
header .headList li .tow_list {
  position: absolute;
  left: 0;
  top: 60px;
  width: 152px;
  background: #FFF;
  padding-top: 8px;
  display: none;
}
header .headList li .tow_list a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
}
header .headList li .tow_list a:hover,
header .headList li .tow_list a.active {
  background: #ec6d46;
  color: #fff;
}
header .headList li:hover .tow_list {
  display: block;
}
header .head_other {
  float: right;
}
header .head_other a {
  display: inline-block;
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  border-radius: 2px;
}
header .head_other .Logon {
  border: 1px solid #FFF;
  color: #fff;
}
header .head_other .Logon:hover {
  background: #FFF;
  color: #ec6d46;
}
header .head_other .Register {
  border: 1px solid #ec6d46;
  background: #ec6d46;
  color: #FFF;
  margin-left: 12px;
}
header .head_other .Register:hover {
  background: #f57f5b;
  border-color: #f57f5b;
}
header .head_other .logged_in {
  display: inline-block;
  vertical-align: top;
}
header .head_other .logged_in .user {
  font-size: 16px;
  width: auto;
}
header .head_other .logged_in .user i {
  font-size: 20px;
}
header .head_other .logged_in .menu_r_dl {
  display: inline-block;
  position: relative;
  height: 100%;
}
header .head_other .logged_in .menu_r_dl .hide_box {
  position: absolute;
  left: -10px;
  top: 58px;
  width: 120px;
  padding: 10px 12px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  background: #FFF;
  display: none;
  line-height: 40px;
}
header .head_other .logged_in .menu_r_dl .hide_box:before {
  content: '';
  position: absolute;
  top: -14px;
  left: 14px;
  border: 7px solid transparent;
  border-bottom-color: #FFF;
  z-index: 1000;
}
header .head_other .logged_in .menu_r_dl .hide_box a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
header .head_other .logged_in .menu_r_dl .hide_box i {
  color: #ec6d46;
  font-size: 20px;
  margin-right: 3px;
}
header .head_other .logged_in .menu_r_dl .hide_box span {
  color: #363636;
  margin-left: 5px;
  line-height: 30px;
}
header .head_other .logged_in .menu_r_dl:hover .hide_box {
  display: block;
}
header .head_other .logged_in .Logout {
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  border-radius: 2px;
  margin-left: 20px;
  background: #ec6d46;
  color: #fff;
}
header .head_other .head_contact {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  text-align: left;
  margin-right: 22px;
}
header .head_other .head_contact img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
}
header .head_other .head_contact span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
}
header .head_other .head_contact span i {
  font-size: 12px;
}
.body_content {
  margin-top: 60px;
}
footer {
  width: 100%;
  min-height: 400px;
}
footer .bx {
  width: 1200px;
  margin: 0 auto;
}
footer .footer_content {
  width: 100%;
  background: #1b1b1b;
}
footer .footer_head {
  height: 86px;
  width: 100%;
  border-bottom: 1px solid #484848;
}
footer .footer_head ul,
footer .footer_head li {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer_head li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #dfddde;
  font-size: 16px;
}
footer .footer_head li img {
  margin-right: 14px;
}
footer .footer_columns {
  padding-top: 34px;
  min-height: 250px;
  border-bottom: 1px solid #484848;
  position: relative;
}
footer .footer_columns ul {
  width: 390px;
  float: left;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer_columns li {
  font-size: 16px;
  color: #fff;
}
footer .footer_columns li:first-child {
  margin-bottom: 20px;
}
footer .footer_columns li a {
  color: #dfddde;
  font-size: 14px;
  line-height: 30px;
}
footer .footer_columns li a:hover {
  color: #ec6d46;
}
footer .footer_columns li a span {
  font-size: 10px;
  vertical-align: bottom;
  margin-left: 3px;
}
footer .footer_columns .footer_contact {
  float: left;
}
footer .footer_columns .footer_contact h3 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 12px;
}
footer .footer_columns .footer_contact h5 {
  font-size: 14px;
  color: #dfddde;
  margin-bottom: 15px;
}
footer .footer_columns .footer_contact h5 span {
  font-weight: bold;
}
footer .footer_columns .footer_contact .footer_register {
  display: inline-block;
  width: 212px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #ec6d46;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
footer .footer_columns .footer_contact p {
  color: #dfddde;
  font-size: 12px;
}
footer .footer_columns .footer_contact ul {
  padding: 0;
  margin-top: 28px;
}
footer .footer_columns .footer_contact li {
  float: left;
  margin: 0;
  margin-right: 25px;
  position: relative;
}
footer .footer_columns .footer_contact li img {
  vertical-align: top;
}
footer .footer_columns .footer_contact li .img2 {
  display: none;
}
footer .footer_columns .footer_contact li .ewm {
  position: absolute;
  left: -4px;
  top: 26px;
  display: none;
  width: 100px;
  height: 100px;
  background: #FFF;
  box-sizing: border-box;
}
footer .footer_columns .footer_contact li .ewm img {
  width: 100%;
}
footer .footer_columns .footer_contact li .ewm::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
footer .footer_columns .footer_contact li:hover .img2 {
  display: block;
}
footer .footer_columns .footer_contact li:hover .img1 {
  display: none;
}
footer .footer_columns .footer_contact li:hover .ewm {
  display: block;
}
footer .friendship_link {
  width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 16px;
}
footer .friendship_link span {
  font-size: 14px;
  color: #dfddde;
}
footer .friendship_link a {
  display: inline-block;
  font-size: 14px;
  margin: 6px 6px;
  color: #dfddde;
}
footer .friendship_link a:hover {
  color: #ec6d46;
}
footer .Copyright {
  width: 100%;
  min-height: 88px;
  font-size: 12px;
  color: #dfddde;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .Copyright p:nth-child(1) {
  padding: 22px 0 14px 0;
}
footer .Copyright a {
  color: #dfddde;
}
.suspension_box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.suspension_box .contact {
  width: 84px;
  height: 226px;
}
.suspension_box .contact li {
  height: 84px;
  width: 100%;
  margin-top: 2px;
  background: #fff;
  box-shadow: 0 0 14px rgba(19, 19, 19, 0.2);
  transition: all 1s;
}
.suspension_box .contact li a {
  color: #ec6d46;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.suspension_box .contact li a:focus {
  outline: none;
}
.suspension_box .contact li a .contents {
  display: inline-block;
  text-align: center;
}
.suspension_box .contact li a i {
  font-size: 23px;
}
.suspension_box .contact li a p {
  margin-top: 7px;
}
.suspension_box .contact li a .hide_box {
  display: none;
  position: absolute;
  left: -218px;
  top: 13px;
  width: 196px;
  line-height: 58px;
  text-align: center;
  height: 58px;
  background: #fff;
  color: #ec6d46;
  box-shadow: 0 0 14px rgba(19, 19, 19, 0.2);
}
.suspension_box .contact li a .hide_box::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -24px;
  border: 14px solid transparent;
  border-left-color: #fff;
}
.suspension_box .contact li a .hide_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16px;
  right: -26px;
  border: 14px solid transparent;
  border-left-color: #ececec;
}
.suspension_box .contact li:hover {
  background: #ec6d46;
  box-shadow: 0 0 16px rgba(157, 49, 16, 0.6);
}
.suspension_box .contact li:hover a {
  color: #FFF;
}
.suspension_box .contact li:hover a .hide_box {
  display: block;
  color: #ec6d46;
}
.suspension_box .to_top {
  width: 84px;
  height: 84px;
  margin-top: 68px;
  background: #272727;
  box-shadow: 0 0 14px rgba(19, 19, 19, 0.2);
}
.suspension_box .to_top a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.suspension_box .to_top a div {
  text-align: center;
}
.suspension_box .to_top a div span {
  display: block;
  margin-top: 14px;
}
.introduction9 {
  width: 100%;
  height: 293px;
  text-align: center;
  padding-top: 38px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}
.introduction9 h4 {
  font-size: 40px;
  color: #FFF;
  line-height: 68px;
}
.introduction9 a {
  display: inline-block;
  width: 166px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #FFF;
  color: #fff;
  margin-top: 32px;
  font-size: 16px;
  outline: none;
}
.introduction9 a a:hover,
.introduction9 a a:focus {
  color: #fff;
}
.introduction9 a:hover {
  background: #FFF;
  color: #ec6d46;
}
.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.pop .pop_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .pop_content {
  width: 8.2rem;
  height: 4rem;
  padding: 0.53333rem;
  text-align: center;
  border-radius: 0.06666667rem;
  background: #fff;
}
.pop .pop_content h5 {
  font-size: 0.64rem;
  line-height: 1.3333334rem;
}
.pop .pop_content .oppBtn {
  display: inline-block;
  margin-top: 0.8rem;
}
.pop .pop_content input {
  width: 2.66666667rem;
  height: 1.06666667rem;
  background: #626262;
  margin: 0 0.4rem;
  font-size: 0.4rem;
  color: #fff;
}
.pop .pop_content .ok {
  background: #5FB878;
}
@media screen and (max-width: 1500px) {
  header .head_content {
    width: 1200px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .headList {
    margin-left: 130px;
  }
  .in_banner .banner_bx {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
