.center {
  width: 1440px;
  margin: 0 auto;
}

.m-header {
  display: none;
}

.hide {
  display: none !important;
}

.t-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.t-title01 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.more {
  width: 260px;
  height: 48px;
  padding: 0px 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 3px rgba(221, 243, 252, 0.5);
  border-radius: 24px;
  color: #0095d8;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-active {
  background-color: #def4fd;
}

.inner-banner {
  width: 100%;
}
.inner-banner img {
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 100px;
  height: 80px;
  position: relative;
  z-index: 100000;
}
.header .logo {
  width: 324px;
  display: inline-block;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav-center > li {
  height: 100%;
  line-height: 80px;
  padding: 0px 6px;
  float: left;
  margin-right: 30px;
  position: relative;
}
.header .nav-center > li > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.header .nav-center > li .about-down {
  padding-top: 5px;
  top: 80px;
  position: absolute;
  left: -36px;
  display: none;
}
.header .nav-center > li .about-down .about-down-box {
  width: 170px;
  padding: 20px 0px;
  background: #fff;
}
.header .nav-center > li .about-down .about-down-box > li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.header .nav-center > li .about-down .about-down-box > li > a {
  width: 100%;
  height: 100%;
  line-height: 35px;
  display: inline-block;
}
.header .nav-center > li .about-down .about-down-box > li > a span {
  padding: 0px 10px;
  color: #333;
}
.header .nav-center > li .about-down .about-down-box > li:hover > a span {
  border-right: 2px solid #099ad9;
  border-left: 2px solid #099ad9;
  color: #099ad9;
}
.header .nav-center .active {
  border-bottom: 3px solid #099ad9;
}
.header .nav-right {
  display: flex;
  align-items: center;
}
.header .nav-right .language {
  width: 100px;
  height: 30px;
  border: 1px solid #099ad9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  margin-right: 20px;
}
.header .nav-right .language a {
  display: inline-block;
  width: 50%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
}
.header .nav-right .language .e-active {
  background: #099ad9;
  color: #fff;
}
.header .nav-right .search-box {
  width: 200px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #dddddd;
  position: relative;
}
.header .nav-right .search-box input {
  border: none;
  padding-left: 15px;
  width: 85%;
  height: 25px;
  margin-left: 8px;
  margin-top: 2px;
}
.header .nav-right .search-box i {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
}

.footer {
  padding: 30px 100px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.footer .footer-left {
  margin-top: 20px;
}
.footer .footer-left .label {
  font-size: 18px;
  font-weight: bold;
}
.footer .footer-left .info-box p {
  line-height: 2em;
  color: #333;
  font-size: 14px;
}
.footer .footer-left .info-box p span {
  margin-left: 0px;
  margin-right: 180px;
}
.footer .footer-center {
  text-align: center;
  margin-left: 60px;
  margin-top: 20px;
}
.footer .footer-center .beian-box {
  margin-top: 10px;
}
.footer .footer-center .beian-box > a {
  display: inline-block;
}
.footer .footer-center .beian-box .num01 {
  margin-left: 25px;
}
.footer .footer-right {
  display: flex;
  align-items: center;
}
.footer .footer-right span {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0095d8;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}
.footer .footer-right span img {
  margin-right: 15px;
}
.footer .footer-right span:nth-of-type(1) {
  margin-right: 30px;
}
.footer .footer-right > img {
  width: 80px;
  margin-left: 95px;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.page a {
  width: 30px;
  display: inline-block;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
.page a:hover {
  background: #0095d8;
  border: 1px solid #0095d8;
  color: #fff;
}
.page .first_last {
  width: 40px;
}
.page .pre_next {
  width: 60px;
}
.page .pot {
  border: none;
  background: transparent;
}
.page .active {
  background: #0095d8;
  border: 1px solid #0095d8;
  color: #fff;
}

.video-layer {
  background-color: #000 !important;
}
.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}
.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

#map .BMapLabel {
  border: none !important;
}
#map .BMapLabel .info-div {
  position: relative;
  background: #fff;
  padding: 10px;
  display: inline-block;
}
#map .BMapLabel .info-div .t1 {
  color: #2b5fac;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#map .BMapLabel .info-div .t2 {
  color: #333;
  font-size: 14px;
}
#map .BMapLabel .info-div .arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: absolute;
  background: #fff;
  transform: rotate(-136deg);
  bottom: -9px;
  left: calc(50% - 7.5px);
}/*# sourceMappingURL=common.css.map */