@font-face {
  font-family: "AlibabaPuHuiTi-2-35-Thin";
  src: url("../../fonts/AlibabaPuHuiTi-2-35-Thin.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-2-45-Light";
  src: url("../../fonts/AlibabaPuHuiTi-2-45-Light.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  src: url("../../fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  src: url("../../fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-2-75-SemiBold";
  src: url("../../fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf");
}
@font-face {
  font-family: "AlibabaPuHuiTi-2-85-Bold";
  src: url("../../fonts/AlibabaPuHuiTi-2-85-Bold.ttf");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.menu {
  height: 81px;
}
.menu-con {
  padding-left: 60px;
  padding-right: 60px;
  height: 81px;
  background: rgb(240, 130, 0);
}
.menu .logo {
  width: 462px;
  height: 81px;
  position: relative;
}
.menu .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list {
  align-items: center;
  height: 81px;
  line-height: 81px;
}
.menu-list .item {
  margin: 0 30px;
  text-align: center;
  color: #ffffff;
}
.menu-list .item a.menu-1 {
  display: inline-block;
  height: 81px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-family: "AlibabaPuHuiTi-2-45-Light";
}
.menu-list .item a.menu-1:hover {
  border-bottom: 2px solid #004678;
}
.menu-list .item a.menu-2 {
  color: #888;
}
.menu-list .item a.menu-2:hover {
  color: #888 !important;
}
.menu-list .item.active a.menu-1 {
  border-bottom: 2px solid #004678;
}
.menu-list .item .submenu {
  position: fixed;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #f9f9f9;
  color: #000;
  box-shadow: 0 0 6px #e4e4e4;
}
.menu-list .item .submenu-con {
  display: flex;
  align-items: flex-start;
  float: right;
  width: 1100px;
  line-height: normal;
  text-align: left;
}
.menu-list .item .submenu-con .name {
  width: 318px;
  font-size: 24px;
  font-family: AlibabaPuHuiTi-2-85-Bold;
}
.menu-list .item .submenu-con .information {
  width: 300px;
  border-left: 1px solid #e6e6e5;
  line-height: 26px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 12px;
  font-family: AlibabaPuHuiTi-2-45-Light;
}
.menu-list .item .submenu-con .information span.company {
  font-size: 16px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
}
.menu-list .item .submenu-list {
  width: 360px;
}
.menu-list .item .submenu-list .subitem {
  width: 360px;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  display: flex;
}
.menu-list .item .submenu-list .subitem i {
  font-size: 12px;
  margin-left: 10px;
}
.menu-list .item .submenu-list .subitem div {
  width: 180px;
}
.menu-list .item .submenu-list .subitem div a {
  color: #000;
}
.menu-list .item .submenu-list .subitem div a:hover {
  color: #000 !important;
}
.menu-con.transparent {
  background-color: transparent;
}
.menu-con.transparent .current-city {
  color: #fff;
  border-color: #fff;
}
.menu-con.transparent .item {
  color: #fff;
}
.menu-con.transparent a.menu-1 {
  color: #fff !important;
}
.menu-con.transparent a.menu-2 {
  color: #fff !important;
}
.menu-con.transparent:hover {
  background-color: #fff;
}
.menu-con.transparent:hover .item {
  color: #000;
}
.menu-con.transparent:hover a.menu-1 {
  color: #fff !important;
}
.menu-con.transparent:hover a.menu-2 {
  color: #fff !important;
}

.base-head {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.base-head .img {
  position: relative;
  width: 100%;
  height: 400px;
}
.base-head .img .tit {
  position: absolute;
  bottom: 0;
  height: 140px;
  color: #fff;
}
.base-head .img .tit-text {
  line-height: 54px;
  font-size: 42px;
  font-weight: bolder;
  text-transform: uppercase;
}
.base-head .img .tit-line {
  width: 75px;
  height: 16px;
  border-bottom: 3px solid #fff;
}

.base-head-fixed {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.base-head-fixed .img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}
.base-head-fixed .tit {
  width: 100%;
  color: #fff;
}
.base-head-fixed .tit-con {
  width: 354px;
  background: #F08200;
  height: 161px;
  margin-top: 270px;
  margin-left: 198px;
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-weight: bolder;
  color: #fff;
  padding: 20px 0 0 51px;
  font-size: 15px;
}
.base-head-fixed .tit-con span {
  font-size: 42px;
  font-family: AlibabaPuHuiTi-2-65-Medium;
}

.rich {
  background: #f6f6f9;
}
.rich-con {
  width: 100%;
  padding: 30px 30px 30px 80px;
}
.rich-content {
  width: 100%;
}

.foot {
  height: 230px;
  background: #0a1729;
}
.foot .tit {
  margin-top: 68px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: bolder;
  font-family: AlibabaPuHuiTi-2-85-Bold;
}
.foot .nav ul {
  padding-left: 0;
  font-family: AlibabaPuHuiTi-2-45-Light;
}
.foot .nav li {
  padding: 0 20px;
  float: left;
  color: #fff;
}
.foot .nav li a {
  color: #fff;
}
.foot .nav li a:hover {
  color: #ccc !important;
}
.foot .nav li:nth-child(1) {
  padding-left: 0;
}
.foot .right {
  padding-top: 67px;
}
.foot .right .foot-contact {
  width: 274px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
}
.foot .right .foot-contact-title {
  width: 274px;
  height: 53px;
  line-height: 40px;
  padding: 13px 0 0 40px;
  font-size: 16px;
  color: #fff;
}
.foot .right .foot-contact-phone {
  width: 274px;
  height: 30px;
  font-size: 13px;
  color: #fbfbfc;
  line-height: 20px;
}
.foot .right .foot-contact-phone i {
  color: #ABABAB;
}
.foot .right .foot-contact-email {
  width: 274px;
  height: 20px;
  font-size: 13px;
  color: #fbfbfc;
  line-height: 20px;
}
.foot .right .foot-contact-email i {
  color: #ABABAB;
}
.foot .right .wxqr {
  width: 106px;
}
.foot .right .wxqr img {
  width: 106px;
  height: 106px;
}
.foot-copyright {
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: #0c1729;
  color: #666c7c;
  border-top: 2px solid #192840;
}

.reserve-result {
  width: 500px;
  height: 350px;
  text-align: center;
  z-index: 999;
  background: #ffffff;
  display: none;
}
.reserve-result .title {
  width: 500px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
}
.reserve-result .qr {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.reserve-result .qr .text {
  line-height: 22px;
  padding: 0 20px;
}
.reserve-result .qr img {
  margin: 20px auto 0;
  width: 160px;
}

.sidebar {
  width: 70px;
  height: 370px;
  position: fixed;
  bottom: 50px;
  right: 0;
  background: #F08300;
  display: none;
  z-index: 99999;
  box-sizing: border-box;
  flex-direction: column;
}
.sidebar-item {
  width: 70px;
  height: 75px;
  display: flex;
  cursor: pointer;
  box-sizing: border-box;
  flex-direction: column;
}
.sidebar-item-box {
  height: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  display: flex;
  box-sizing: border-box;
}
.sidebar-item-box .matter {
  margin: auto;
}
.sidebar-item-box .matter .img {
  height: 37px;
  text-align: center;
  color: #ffffff;
}
.sidebar-item-box .matter .img i {
  font-size: 24px;
}
.sidebar-item-box .matter .name {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.sidebar-item:hover {
  background: #004476;
}
.sidebar-follow-us {
  position: relative;
}
.sidebar-follow-us .follow-us-box {
  width: 163px;
  height: 182px;
  position: absolute;
  right: 87px;
  top: -40px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100000;
}
.sidebar-follow-us .follow-us-box .img {
  width: 140px;
  height: 140px;
  margin: 10px 11px 0;
}
.sidebar-follow-us .follow-us-box .img img {
  width: 140px;
  height: 140px;
}
.sidebar-follow-us .follow-us-box .text {
  width: 163px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.sidebar-follow-us:hover .follow-us-box {
  display: block;
}
.sidebar-connection {
  position: relative;
}
.sidebar-connection .connection-box {
  width: 163px;
  height: 163px;
  position: absolute;
  right: 87px;
  top: -40px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100000;
}
.sidebar-connection .connection-box .img {
  width: 140px;
  height: 140px;
  margin: 10px 11px 0;
}
.sidebar-connection .connection-box .img img {
  width: 140px;
  height: 140px;
}
.sidebar-connection .connection-box .text {
  width: 163px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.sidebar-connection:hover .connection-box {
  display: block;
}
.sidebar-gotop {
  width: 70px;
  height: 70px;
  background: #004476;
  cursor: pointer;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
}
.sidebar-gotop i {
  font-size: 40px;
  color: #ffffff;
  margin: auto;
}/*# sourceMappingURL=base.css.map */