
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: auto;
}
#header .header-pc {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#header .header-pc .content {
  margin: auto;
  height: 100px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-pc .content .logo {
  float: left;
  margin-top: 24px;
  width: 278px;
  background: url(../images/logo.png) no-repeat center;
  background-size: cover;
}
#header .header-pc .content .logo img {
  opacity: 0;
}
#header .header-pc .content .head-right {
  float: right;
  display: inline-block;
  line-height: 100px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-pc .content .head-right .nav {
  position: relative;
  float: left;
}
#header .header-pc .content .head-right .nav dl {
  float: left;
  position: relative;
  z-index: 10;
}
#header .header-pc .content .head-right .nav dl:last-child {
  margin-right: 0;
}
#header .header-pc .content .head-right .nav dl:hover {
  z-index: 20;
}
#header .header-pc .content .head-right .nav dl.on dt a {
  color: white;
}
#header .header-pc .content .head-right .nav dl.on dt a::before {
  height: 100%;
}
#header .header-pc .content .head-right .nav dt a {
  font-size: 18px;
  color: #333333;
  position: relative;
  padding: 0 min(1.35416667vw, 26px) 0 min(1.35416667vw, 26px);
}
@media (max-width: 1600px) {
  #header .header-pc .content .head-right .nav dt a {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  #header .header-pc .content .head-right .nav dt a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #header .header-pc .content .head-right .nav dt a {
    padding: 0 13px 0 13px;
  }
}
#header .header-pc .content .head-right .nav dt a::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #55cbcd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-pc .content .head-right .nav dt a.on {
  color: white;
}
#header .header-pc .content .head-right .nav dt a.on::before {
  height: 100%;
}
#header .header-pc .content .head-right .nav dt a:hover {
  color: white;
}
#header .header-pc .content .head-right .nav dt a:hover::before {
  height: 100%;
}
#header .header-pc .content .head-right .nav dd {
  display: none;
  width: 120px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -60px;
  font-size: 0;
}
#header .header-pc .content .head-right .nav dd .ovs {
  height: 100%;
  padding: 20px 0 10px;
}
#header .header-pc .content .head-right .nav dd .ovs a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .header-pc .content .head-right .nav dd .ovs a:hover {
  color: #55cbcd;
}
#header .header-pc .content .head-right .nav dd.nav-open {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  left: 0;
  margin-left: 0;
}
#header .header-pc .content .head-right .nav dd.nav-open .container-custom {
  width: 50.652%;
  min-width: 970px;
  margin: auto;
}
#header
  .header-pc
  .content
  .head-right
  .nav
  dd.nav-open
  .container-custom
  .row {
  margin-left: -15px;
  margin-right: -15px;
}
#header
  .header-pc
  .content
  .head-right
  .nav
  dd.nav-open
  .container-custom
  .ovs {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
#header
  .header-pc
  .content
  .head-right
  .nav
  dd.nav-open
  .container-custom
  .ovs
  h3 {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 6px;
  margin-bottom: 20px;
}
#header
  .header-pc
  .content
  .head-right
  .nav
  dd.nav-open
  .container-custom
  .ovs
  h3
  a {
  margin-bottom: 6px;
}
#header
  .header-pc
  .content
  .head-right
  .nav
  dd.nav-open
  .container-custom
  .ovs
  a {
  text-align: left;
}
#header .header-pc .content .nav-but-wrap {
  margin: 31px 0 0 30px;
  position: relative;
  display: inline-block;
  float: right;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#header .header-pc .content .nav-but-wrap .menu-icon {
  height: 18px;
  width: 24px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
#header .header-pc .content .nav-but-wrap .menu-icon .menu-icon-line {
  height: 2px;
  width: 24px;
  display: block;
  background-color: #fff;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease,
    -webkit-transform 0.2s ease;
}
#header .header-pc .content .nav-but-wrap .menu-icon:hover .menu-icon-line {
  background-color: #55cbcd;
}
#header .header-pc .content .head-ri {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: min(6.35416667vw, 122px);
}
@media (max-width: 1024px) {
  #header .header-pc .content .head-ri {
    margin-left: 61px;
  }
}
#header .header-pc .content .head-ri .heed-photo {
  font-size: 20px;
  color: #55cbcd;
  line-height: 1.4;
  padding-left: 36px;
  background: url(../images/photo-ico.svg) no-repeat left center;
  background-size: 21px 21px;
}
@media (max-width: 1600px) {
  #header .header-pc .content .head-ri .heed-photo {
    font-size: 18px;
  }
}
@media (max-width: 1470px) {
  #header .header-pc .content .head-ri .heed-photo {
    font-size: 15px;
  }
}
#header .header-pc .content .head-ri .header-search-button {
  width: 22px;
  height: 100px;
  background: url(../images/-search-ico.png) no-repeat center;
  background-size: 22px 22px;
  cursor: pointer;
  position: relative;
  z-index: 999;
  margin-left: min(2.34375vw, 45px);
}
@media (max-width: 1024px) {
  #header .header-pc .content .head-ri .header-search-button {
    margin-left: 22.5px;
  }
}
#header .header-pc .content .head-ri .header-search-button::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #b1b1b1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: min(-1.04166667vw, -20px);
}
@media (max-width: 1024px) {
  #header .header-pc .content .head-ri .header-search-button::before {
    margin-left: -10px;
  }
}
@media (max-width: 1600px) {
  #header .header-pc .content {
    height: 80px;
  }
  #header .header-pc .content .logo {
    margin-top: 20px;
    width: 210px;
  }
  #header .header-pc .content .head-right {
    line-height: 80px;
  }
  #header .header-pc .content .head-right .nav dd {
    top: 80px;
  }
  #header .header-pc .content .head-ri .header-search-button {
    height: 80px;
  }
}
@media (max-width: 1440px) {
  #header .header-pc .content .head-right .nav dt a {
    padding: 0 8px;
  }
}
#header .mask-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
#header .mask-bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/mask.png);
  visibility: visible;
}
#header .tool-bar {
  position: fixed;
  right: -100px;
  top: 50%;
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#header .tool-bar a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: none;
  display: block;
  padding-top: 13px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .tool-bar a i.iconfont {
  display: block;
  width: 32px;
  height: 31px;
  margin: 0 auto;
  margin-bottom: 3px;
  background: no-repeat center;
  background-size: 32px 31px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .tool-bar a i.iconfont.icon-shangqiao {
  background-image: url(../images/icon-shangqiao.svg);
}
#header .tool-bar a i.iconfont.icon-phone {
  background-image: url(../images/icon-phone.svg);
}
#header .tool-bar a i.iconfont.icon-weChat {
  background-image: url(../images/icon-weChat.svg);
}
#header .tool-bar a i.iconfont.icon-quotation {
  background-image: url(../images/icon-quotation.svg);
}
#header .tool-bar a i.iconfont.icon-programme {
  background-image: url(../images/icon-programme.svg);
}
#header .tool-bar a i.iconfont.icon-top {
  background-image: url(../images/-icon-top.svg);
}
#header .tool-bar a span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .tool-bar a .wrap-box {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 235px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header .tool-bar a .wrap-box .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .tool-bar a .wrap-box .h5 {
  font-size: 28px;
  color: #55cbcd;
  text-align: center;
}
@media (max-width: 1600px) {
  #header .tool-bar a .wrap-box .h5 {
    font-size: 24px;
  }
}
@media (max-width: 1470px) {
  #header .tool-bar a .wrap-box .h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #header .tool-bar a .wrap-box .h5 {
    font-size: 18px;
  }
}
#header .tool-bar a .wrap-box .p {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#header .tool-bar a:first-child {
  border-top: 1px solid #d9d9d9;
}
#header .tool-bar a:last-child {
  border-bottom: 0;
}
#header .tool-bar a.totop {
  visibility: hidden;
  opacity: 0;
  background-color: #55cbcd;
  border-color: #55cbcd;
  margin-top: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .tool-bar a.totop span {
  color: white;
}
#header .tool-bar a.weChat .wrap-box {
  height: 160px;
}
#header .tool-bar a.weChat .wrap-box img {
  width: 117px;
}
#header .tool-bar a:hover {
  background-color: #55cbcd;
  border-color: #55cbcd;
}
#header .tool-bar a:hover i.iconfont.icon-shangqiao {
  background-image: url(../images/-icon-shangqiao.svg);
}
#header .tool-bar a:hover i.iconfont.icon-phone {
  background-image: url(../images/-icon-phone.svg);
}
#header .tool-bar a:hover i.iconfont.icon-weChat {
  background-image: url(../images/-icon-weChat.svg);
}
#header .tool-bar a:hover i.iconfont.icon-quotation {
  background-image: url(../images/-icon-quotation.svg);
}
#header .tool-bar a:hover i.iconfont.icon-programme {
  background-image: url(../images/-icon-programme.svg);
}
#header .tool-bar a:hover span {
  color: white;
}
#header .tool-bar a:hover .wrap-box {
  display: block;
}
#header .tool-bar.on {
  right: 6px;
}
#header .tool-bar.top .totop {
  visibility: inherit;
  opacity: 1;
}
@media (max-width: 1200px) {
  #header .tool-bar a.phone,
  #header .tool-bar a.weChat,
  #header .tool-bar a.quotation,
  #header .tool-bar a.programme {
    display: none;
  }
}
#header .header-mobile {
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
}
#header .header-mobile .header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header .header-mobile .header .logo {
  width: 209px;
  height: 36px;
  margin: 15px 0 0 40px;
  float: left;
  background: url(../images/logo.png) no-repeat center;
  background-size: cover !important;
}
#header .header-mobile .header .ham {
  float: right;
  position: relative;
  width: 65px;
  height: 65px;
}
#header .header-mobile .header .ham span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  margin-left: -14px;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#header .header-mobile .header .ham span:first-child {
  transform: translateY(-8px);
}
#header .header-mobile .header .ham span:last-child {
  transform: translateY(8px);
}
#header .header-mobile .header .ham.on span:first-child {
  transform: rotate(135deg);
}
#header .header-mobile .header .ham.on span:nth-child(2) {
  transform: scale(0);
}
#header .header-mobile .header .ham.on span:last-child {
  transform: rotate(-135deg);
}
#header .header-mobile .m-login-menu {
  width: 100vw;
  display: flex;
  overflow: hidden;
  opacity: 0;
  flex-direction: column;
  position: fixed;
  top: 65px;
  left: 0;
  justify-content: flex-start;
  background: #fff;
  border-top: 1px solid rgba(0, 139, 213, 0.2);
  transition: all 0.1s ease-in-out;
  max-height: calc(100% - 1.45rem);
  overflow: auto;
  z-index: -1;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  display: none;
}
#header .header-mobile .m-login-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 100px;
  font-size: 14px;
  color: #888888;
}
#header .header-mobile .m-login-menu .menu-item a {
  flex: 1;
  text-align: center;
}
#header .header-mobile .m-login-menu.visible {
  opacity: 1;
  z-index: 99;
  display: block;
}
#header .header-mobile .navBox {
  width: 100%;
  height: calc(100vh - 65px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 30px;
}
#header .header-mobile .navBox .nav-ri {
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 30px;
}
#header .header-mobile .navBox .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 40px;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
#header .header-mobile .navBox .menu_form .center form button {
  width: 70px;
  height: 100%;
  background: url(../images/search-ico.png) no-repeat center #55cbcd;
}
#header .header-mobile .navBox .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
#header .header-mobile .navBox .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
#header .header-mobile .navBox .menu_lang .one a.active {
  background: #55cbcd;
  color: #fff;
}
#header .header-mobile .navBox a {
  display: block;
}
#header .header-mobile .navBox li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#header .header-mobile .navBox li.on dt .ico {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .header-mobile .navBox li a.on {
  color: #55cbcd;
}
#header .header-mobile .navBox dt {
  position: relative;
  font-size: 16px;
  color: #282f36;
}
#header .header-mobile .navBox dt .ico {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-nav.png) no-repeat center;
  background-size: 8px 14px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#header .header-mobile .navBox dd {
  display: none;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #55cbcd;
}
#header .header-mobile .navBox dd a {
  padding: 0 0 0 20px;
  position: relative;
}
#header .header-mobile .navBox dd a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/ico-nav.png) no-repeat center;
  background-size: 6px 10px;
}
#header .header-mobile .navBox .ul_box .ul_nei_nav {
  display: none;
}
@media (max-width: 768px) {
  #header .header-mobile .header .logo {
    margin: 15px 0 0 17.5px;
  }
  #header .header-mobile .navBox .nav-ri {
    padding: 17.5px;
  }
  #header .header-mobile .navBox .menu_form {
    padding: 0 17.5px;
  }
  #header .header-mobile .navBox .menu_lang {
    padding: 0 17.5px;
  }
}
#header.bottom {
  top: -80px;
}
#header.top {
  top: 0;
}
@media (max-width: 1200px) {
  #header .header-pc .content {
    padding: 0 24px;
  }
  #header .header-pc .content .head-ri {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    top: 0 !important;
  }
  #header .header-pc {
    display: none;
  }
  #header .header-mobile {
    display: block;
  }
}
.skrollr #header .header-pc .content .head-ri .header-search-button {
  background: url(../images/icon_close.png) no-repeat center !important;
  background-size: 19px 19px;
}


#footer {
  background-color: #98b99c;
  position: relative;
  z-index: 99;
}
#footer .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: min(3.64583333vw, 70px) 0 min(3.64583333vw, 70px);
  padding-left: 173px;
  padding-right: 117px;
  position: relative;
}
@media (max-width: 1024px) {
  #footer .up {
    padding: 35px 0 35px 0;
  }
}
#footer .up .footer-ico {
  width: 153px;
  height: 173px;
  background-color:#ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
}

#footer .up .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: min(6.77083333vw, 130px);
  width: 48.5%;
  position: relative;
}
@media (max-width: 1024px) {
  #footer .up .foot-nav {
    margin-left: 65px;
  }
}
#footer .up .foot-nav .dl {
  display: inline-block;
}
#footer .up .foot-nav .dl .dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: min(0.83333333vw, 16px);
}
@media (max-width: 1600px) {
  #footer .up .foot-nav .dl .dt {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  #footer .up .foot-nav .dl .dt {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #footer .up .foot-nav .dl .dt {
    margin-bottom: 8px;
  }
}
#footer .up .foot-nav .dl .dd {
  font-size: 15px;
  color: #ffffff;
  line-height: 40px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1600px) {
  #footer .up .foot-nav .dl .dd {
    font-size: 14px;
  }
}
#footer .up .foot-nav .dl .dd:hover {
  color: white;
}
#footer .up .text {
  width: 34.2%;
  padding-right: 20px;
}
#footer .up .text h3 {
  font-size: 18px;
  color: white;
  margin-bottom: min(1.875vw, 36px);
}
@media (max-width: 1600px) {
  #footer .up .text h3 {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  #footer .up .text h3 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #footer .up .text h3 {
    margin-bottom: 18px;
  }
}
#footer .up .text h5 {
  font-size: 32px;
  color: white;
  line-height: 1;
  margin-bottom: min(0.52083333vw, 10px);
}
@media (max-width: 1600px) {
  #footer .up .text h5 {
    font-size: 24px;
  }
}
@media (max-width: 1470px) {
  #footer .up .text h5 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  #footer .up .text h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #footer .up .text h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #footer .up .text h5 {
    margin-bottom: 5px;
  }
}
#footer .up .text p {
  font-size: 15px;
  color: ffffff;
  line-height: 27px;
  text-align: left;
}
@media (max-width: 1600px) {
  #footer .up .text p {
    font-size: 14px;
  }
}
#footer .up .text p a {
  color: #ffffff;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#footer .up .text p a:hover {
  color: #ffffff;
}
#footer .up .text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: min(1.66666667vw, 32px);
}
@media (max-width: 1024px) {
  #footer .up .text .list {
    margin-top: 16px;
  }
}
#footer .up .text .list a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: min(0.78125vw, 15px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1024px) {
  #footer .up .text .list a {
    margin-right: 7.5px;
  }
}
#footer .up .text .list a img {
  height: 21px;
}
#footer .up .text .list a:hover {
  background-color: #55cbcd;
}
#footer .up .follow-wechat {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: min(3.64583333vw, 70px);
  width: 117px;
}
@media (max-width: 1024px) {
  #footer .up .follow-wechat {
    margin-top: 35px;
  }
}
#footer .up .follow-wechat img {
  margin-bottom: min(1.14583333vw, 22px);
}
@media (max-width: 1024px) {
  #footer .up .follow-wechat img {
    margin-bottom: 11px;
  }
}
#footer .up .follow-wechat p {
  color: #ffffff;
  text-align: center;
}
#footer .wrap-box {
  overflow: hidden;
}
#footer .wrap-box .link-title {
  font-size: 16px;
  color: white;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  #footer .wrap-box .link-title {
    font-size: 14px;
  }
}
#footer .wrap-box .link {
  overflow: hidden;
  margin: min(0.52083333vw, 10px) 0 min(1.35416667vw, 26px);
}
@media (max-width: 1024px) {
  #footer .wrap-box .link {
    margin: 5px 0 13px;
  }
}
#footer .wrap-box .link a {
  float: left;
  font-size: 15px;
  color: #646874;
  line-height: 27px;
  margin-right: min(1.14583333vw, 22px);
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1600px) {
  #footer .wrap-box .link a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #footer .wrap-box .link a {
    margin-right: 11px;
  }
}
#footer .wrap-box .link a:hover {
  color: white;
}
#footer .wrap-box .down {
  border-top: 1px solid #3f444b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: min(1.61458333vw, 31px) 0 min(1.82291667vw, 35px);
}
@media (max-width: 1024px) {
  #footer .wrap-box .down {
    padding: 15.5px 0 17.5px 0;
  }
}
#footer .wrap-box .down .text {
  font-size: 15px;
  color: #646874;
  line-height: 1.4;
  padding-right: 20px;
}
@media (max-width: 1600px) {
  #footer .wrap-box .down .text {
    font-size: 14px;
  }
}
#footer .wrap-box .down .text a {
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#footer .wrap-box .down .text a:hover {
  color: white;
}
#footer .wrap-box .socials_wrap {
  display: inline-block;
  vertical-align: top;
}
#footer .wrap-box .socials_wrap a {
  float: left;
  position: relative;
  margin-left: 10px;
}
#footer .wrap-box .socials_wrap a .social_icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: no-repeat center;
  background-size: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .wrap-box .socials_wrap a .social_icon.social_icon_wechat {
  background-image: url(../images/icon_wechat.png);
}
#footer .wrap-box .socials_wrap a .social_icon.social_icon_blog {
  background-image: url(../images/icon_blog.png);
}
#footer .wrap-box .socials_wrap a .social_icon.social_icon_tiktok {
  background-image: url(../images/icon_tiktok.png);
}
#footer .wrap-box .socials_wrap a .social_icon .weChat_img {
  position: absolute;
  top: 50px;
  left: -37.5px;
  width: 107px;
  height: 107px;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
#footer .wrap-box .socials_wrap a .social_icon .weChat_img img {
  width: 100%;
  height: 100%;
}
#footer .wrap-box .socials_wrap a .social_icon .weChat_img:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #55cbcd transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
#footer .wrap-box .socials_wrap a .social_icon .weChat_img::after {
  content: "";
  width: 100%;
  width: -moz-calc(94%);
  width: -webkit-calc(94%);
  width: calc(100% - 6px);
  height: 100%;
  height: -moz-calc(94%);
  height: -webkit-calc(94%);
  height: calc(100% - 6px);
  border: 3px solid #55cbcd;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .wrap-box .socials_wrap a .social_icon.social_icon_tiktok .weChat_img {
  left: auto;
  right: 0;
}
#footer
  .wrap-box
  .socials_wrap
  a
  .social_icon.social_icon_tiktok
  .weChat_img:before {
  left: auto;
  right: 12px;
}
#footer .wrap-box .socials_wrap a:hover .social_icon.social_icon_wechat {
  background-image: url(../images/-icon_wechat.png);
}
#footer .wrap-box .socials_wrap a:hover .social_icon.social_icon_blog {
  background-image: url(../images/-icon_blog.png);
}
#footer .wrap-box .socials_wrap a:hover .social_icon.social_icon_tiktok {
  background-image: url(../images/-icon_tiktok.png);
}
#footer .wrap-box .socials_wrap a:hover .weChat_img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
@media (max-width: 1200px) {
  #footer .up,
  #footer .link-title,
  #footer .link {
    display: none;
  }
  #footer .wrap-box .down {
    display: block;
    text-align: center;
  }
}
.float-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(28, 35, 47, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.float-box .content {
  position: relative;
}
.float-box .close {
  position: absolute;
  top: 5px;
  right: 0;
  margin-right: min(-3.64583333vw, -70px);
  width: 15px;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 1024px) {
  .float-box .close {
    margin-right: -35px;
  }
}
.float-box .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: visible !important;
  height: 98px;
  padding-left: 156px;
}
.float-box .wrap-box .ico {
  position: absolute;
  top: -30px;
  left: -14px;
}
.float-box .wrap-box .text-box-le .name {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-right: min(1.04166667vw, 20px);
}
@media (max-width: 1600px) {
  .float-box .wrap-box .text-box-le .name {
    font-size: 22px;
  }
}
@media (max-width: 1470px) {
  .float-box .wrap-box .text-box-le .name {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .text-box-le .name {
    margin-right: 10px;
  }
}
.float-box .wrap-box .text-box-le .name em {
  color: rgba(0, 160, 233, 1);
}
.float-box .wrap-box .text-box-le .text {
  font-size: 14px;
  color: white;
  opacity: 0.6;
  margin-top: min(0.3125vw, 6px);
}
@media (max-width: 1024px) {
  .float-box .wrap-box .text-box-le .text {
    margin-top: 3px;
  }
}
.float-box .wrap-box .text-box-ri {
  padding-left: 62px;
  background: url(../images/float-call-ico.png) no-repeat left center;
  background-size: 48px 48px;
  min-height: 48px;
  white-space: nowrap;
}
.float-box .wrap-box .text-box-ri .name {
  font-size: 14px;
  color: white;
  opacity: 0.6;
}
.float-box .wrap-box .text-box-ri .name em {
  color: rgba(0, 160, 233, 1);
}
.float-box .wrap-box .text-box-ri .text {
  font-size: 24px;
  color: white;
  line-height: 1;
  font-weight: bold;
  margin-top: min(0.41666667vw, 8px);
}
@media (max-width: 1600px) {
  .float-box .wrap-box .text-box-ri .text {
    font-size: 22px;
  }
}
@media (max-width: 1470px) {
  .float-box .wrap-box .text-box-ri .text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .text-box-ri .text {
    margin-top: 4px;
  }
}
.float-box .wrap-box .from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.float-box .wrap-box .from .form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  height: 48px;
  color: white;
  font-size: 15px;
  padding: 0 min(0.9375vw, 18px) 0 min(0.9375vw, 18px);
  margin-right: min(1.14583333vw, 22px);
}
@media (max-width: 1600px) {
  .float-box .wrap-box .from .form-control {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .from .form-control {
    padding: 0 9px 0 9px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .from .form-control {
    margin-right: 11px;
  }
}
.float-box .wrap-box .from .form-control::-webkit-input-placeholder {
  color: white;
}
.float-box .wrap-box .from .form-control:-moz-placeholder {
  color: white;
}
.float-box .wrap-box .from .form-control::-moz-placeholder {
  color: white;
}
.float-box .wrap-box .from .form-control:-ms-input-placeholder {
  color: white;
}
.float-box .wrap-box .from .from-btn {
  height: 48px;
  background-color: rgba(0, 160, 233, 1);
  border-radius: 6px;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 min(1.25vw, 24px) 0 min(1.25vw, 24px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-right: min(1.04166667vw, 20px);
}
@media (max-width: 1600px) {
  .float-box .wrap-box .from .from-btn {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .float-box .wrap-box .from .from-btn {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .from .from-btn {
    padding: 0 12px 0 12px;
  }
}
@media (max-width: 1024px) {
  .float-box .wrap-box .from .from-btn {
    margin-right: 10px;
  }
}
.float-box .wrap-box .from .from-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #d31a1a;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.float-box .wrap-box .from .from-btn em {
  position: relative;
  z-index: 1;
}
.float-box .wrap-box .from .from-btn:hover::before {
  width: 100%;
  left: 0px;
}
.float-box.on {
  bottom: -140px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .float-box {
    display: none;
  }
}
.pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.pop .bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.pop .pop-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 40px;
  transform: translate(-50%, -50%);
}
.pop .cont {
  padding: 30px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}
.pop .cont p {
  margin-bottom: 24px;
  color: #777777;
  opacity: 0.8;
}
.pop .cont p:last-child {
  margin-bottom: 0;
}
.pop .close {
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 6;
  width: 20px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .pop .pop-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pop .close {
    right: 17.5px;
  }
  .pop .pop-wrap {
    padding: 0 17.5px !important;
  }
}
.pop.pop-video .cont {
  padding: 0;
  max-height: initial;
  background-color: transparent;
}
.pop.pop-video .cont video {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .pop.pop-video .cont video {
    width: 100%;
    height: auto;
  }
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  visibility: hidden;
}
.search-popup .form-block {
  margin-top: 80px;
  padding: 40px 0;
  background-color: white;
}
.search-popup .form-block .title {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 6px;
  letter-spacing: 6px;
}
.search-popup .form-block .searchform {
  padding-bottom: 4px;
  position: relative;
  border: none;
  border-bottom: 2px solid #000;
  background: none;
  color: inherit;
}
.search-popup .form-block .searchform .input {
  font-size: 40px;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 0 55px 0 0;
}
.search-popup .form-block .searchform .input::-webkit-input-placeholder {
  color: #000;
}
.search-popup .form-block .searchform .input:-moz-placeholder {
  color: #000;
}
.search-popup .form-block .searchform .input::-moz-placeholder {
  color: #000;
}
.search-popup .form-block .searchform .input:-ms-input-placeholder {
  color: #000;
}
.search-popup .form-block .searchform .searchsubmit {
  width: 28px;
  height: 28px;
  background: url(../images/-ico_search.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.search-popup .form-block .searchform:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(0, 160, 233, 1);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.search-popup .form-block .searchform.focus:before {
  width: 100%;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
