@charset "UTF-8";
@import url("./iconfont/iconfont.css");
/* clear */
body {
  font-family: 'Arial';
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: #000;
  -webkit-user-select: none;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
  line-height: 35px;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 35px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .container.inner {
    max-width: 1200px;
  }
}

.upcase {
  text-transform: uppercase;
}

.point-a {
  padding-top: 100px;
  margin-top: -100px;
}

/**
* 导航栏
*/
.global-navbar {
  width: 100%;
  padding: 10px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
}

.global-navbar.switch {
  position: absolute;
}

.global-navbar .logo-imgac {
  display: none;
}

.global-navbar.bgColor {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  color: #08308f;
}

.global-navbar.bgColor .navbar-content .logo-img {
  display: none;
}

.global-navbar.bgColor .navbar-content .logo-imgac {
  display: block;
}

.global-navbar.bgColor .navbar-content .gobal-nav .navbar-nav .nav-li .li-word {
  color: #000;
}

.global-navbar.bgColor .navbar-content .gobal-nav .navbar-nav .nav-li .li-word:hover, .global-navbar.bgColor .navbar-content .gobal-nav .navbar-nav .nav-li .li-word.active {
  color: #08308f;
}

.global-navbar.bgColor .navbar-content .gobal-nav .navbar-nav .nav-li .li-word:hover::before, .global-navbar.bgColor .navbar-content .gobal-nav .navbar-nav .nav-li .li-word.active::before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  transform: scaleX(1);
  background-color: #08308f;
}

.global-navbar .navbar-content {
  width: 100%;
  display: flex;
}

.global-navbar .navbar-content .gobal-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.global-navbar .navbar-content .gobal-nav .navbar-nav {
  flex-direction: row;
}

.global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li {
  margin-right: 50px;
}

.global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}

.global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word:hover::before, .global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word.active::before {
  transform: scaleX(1);
}

.global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li:last-child {
  margin-right: 0;
}

/**
* 轮播图
*/
.index-banner .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con {
  position: absolute;
  padding-top: 350px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: '304-CAI978';
  text-shadow: 2px 4px 4px #000;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-meks {
  padding-top: 60px;
  font-size: 30px;
  color: #fff;
  font-family: '方正楷体简体';
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-btn {
  max-height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  width: 245px;
  z-index: 10;
  border-radius: 30px;
  background: linear-gradient(to right, #048bff, #28b7ff);
  position: relative;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-btn:hover::before {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  opacity: 0;
  border-radius: 30px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #048bff, #28b7ff);
}

.index-banner .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.index-banner .swiper-pagination {
  bottom: 100px;
  text-align: left;
  left: 250px;
  color: #fff;
  width: auto;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  width: 50px;
  margin-right: 16px;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.index-banner .swiper-pagination .swiper-pagination-bullet:hover {
  transform: translateY(-8px);
}

.index-banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 20px;
  height: 2px;
  bottom: -10px;
  right: 4px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 24px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 20px;
  height: 2px;
  bottom: -17px;
  right: 0px;
}

/**
* 关于晶辉
*/
.about-pack {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-pack .pack-img {
  position: absolute;
  right: 0;
  width: 47%;
}

.about-pack .pack-img img {
  width: 100%;
}

.about-pack .pack-write .pack-lside {
  max-width: 660px;
}

.about-pack .pack-write .pack-lside .pack-title {
  font-size: 42px;
  color: #08308f;
  font-weight: bold;
}

.about-pack .pack-write .pack-lside .pack-meks {
  padding-top: 30px;
  color: #333;
  font-size: 22px;
  max-width: 450px;
}

.about-pack .pack-write .pack-lside .pack-duce {
  padding-top: 35px;
  font-size: 14px;
  color: #999999;
}

.about-pack .pack-write .pack-lside .pack-time {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}

.about-pack .pack-write .pack-lside .pack-time .time-item .item-num {
  font-size: 60px;
  font-weight: bold;
  color: #333;
}

.about-pack .pack-write .pack-lside .pack-time .time-item .item-meks {
  color: #999999;
  font-size: 16px;
}

.about-pack .pack-write .pack-ride {
  display: none;
}

/**
* 晶辉产品
*/
.duck-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 90px 0;
}

.duck-bg .duck-content .duck-head {
  display: flex;
  justify-content: space-between;
}

.duck-bg .duck-content .duck-head .head-title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.duck-bg .duck-content .duck-head .head-ri {
  display: flex;
  align-items: center;
}

.duck-bg .duck-content .duck-head .head-ri .ri-item {
  min-height: 40px;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 10px;
}

.duck-bg .duck-content .duck-head .head-ri .ri-item:last-child {
  margin-right: 0;
}

.duck-bg .duck-content .duck-head .head-ri .ri-item.active {
  border-radius: 20px;
  background-color: #fff;
  color: #0154a0;
}

.duck-bg .duck-content .duck-head .head-ri .ri-item:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 20px;
  background-color: #fff;
  color: #0154a0;
}

.duck-bg .duck-content .duck-scroll {
  padding-top: 50px;
  display: none;
}

.duck-bg .duck-content .duck-scroll.active {
  display: block;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-top {
  overflow: hidden;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-top img {
  max-width: 100%;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot {
  padding: 30px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-meks {
  flex: 1;
  font-size: 14px;
  padding: 30px 0;
  color: #333;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-meks .clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-more {
  font-size: 14px;
  color: #999999;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-more::after {
  content: '→';
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item:hover .duck-top img {
  transform: scale(1.05);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item:hover .duck-bot .bot-title {
  color: #08308f;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item:hover .duck-bot .bot-more {
  color: #08308f;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item:hover .duck-bot .bot-more::after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 10px;
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-scrollbar {
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.duck-bg .duck-content .duck-scroll .duck-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}

/**
* 晶辉质量 认证书
*/
.qua-out {
  padding-top: 90px;
  padding-bottom: 60px;
}

.qua-out .qua-content {
  width: 100%;
}

.qua-out .qua-content .qua-head {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.qua-out .qua-content .qua-head .qua-word {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  width: 10%;
  color: #08308f;
}

.qua-out .qua-content .qua-head .qua-btn {
  display: flex;
}

.qua-out .qua-content .qua-head .qua-btn .button-iqua-prev, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #999999;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px dotted #999999;
  cursor: pointer;
  margin-left: 20px;
  line-height: 64px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qua-out .qua-content .qua-head .qua-btn .button-iqua-prev::before, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next::before {
  font-size: 30px;
}

.qua-out .qua-content .qua-head .qua-btn .button-iqua-prev:hover, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next:hover {
  border-color: #08308f;
  color: #08308f;
}

.qua-out .qua-content .qua-head .qua-btn .button-iqua-prev {
  margin-left: 0;
}

.qua-out .qua-content .qua-swiper {
  padding-top: 50px;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  box-sizing: border-box;
  width: 600px;
  background-color: #f7f7f7;
  padding: 35px 40px;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .left .left-title {
  width: 160px;
  font-size: 20px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .left a {
  font-size: 40px;
  color: #08308f;
  margin-left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .right {
  width: 205px;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .right a {
  display: block;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .right a img {
  max-width: 100%;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide:hover .left .left-title {
  color: #08308f;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide:hover .left a {
  margin-left: 10px;
}

/**
* 晶辉质量 联系我们
*/
.amap-logo {
  display: none !important;
}

.amap-copyright {
  opacity: 0;
}

.contact-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.contact-bg .contact-content .contact-title {
  font-size: 42px;
  color: #08308f;
  font-weight: bold;
}

.contact-bg .contact-content .map-con {
  padding-top: 50px;
  display: flex;
}

.contact-bg .contact-content .map-con .map-item {
  z-index: 80;
  position: relative;
}

.contact-bg .contact-content .map-con .map-item .maps {
  height: 100%;
}

.contact-bg .contact-content .map-con .map-item img {
  max-width: 100%;
}

.contact-bg .contact-content .map-con .map-item .text {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  padding-left: 25px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.contact-bg .contact-content .map-con .map-item .text .title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.contact-bg .contact-content .map-con .map-item .text .meks {
  width: 90%;
  font-size: 14px;
}

.contact-bg .contact-content .map-con .formbox {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 30px;
}

.contact-bg .contact-content .map-con .formbox .text {
  margin-bottom: auto;
}

.contact-bg .contact-content .map-con .formbox .text .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom: 30px;
}

.contact-bg .contact-content .map-con .formbox .text .meks {
  width: 100%;
  font-size: 14px;
}

.contact-bg .contact-content .map-con .formbox form {
  border-radius: 30px;
}
.contact-bg .contact-content .map-con .formbox form div{
  background-color: #d6dae5;
  border-radius: 30px;
  margin-top:20px;
}
.contact-bg .contact-content .map-con .formbox form input {
  border: none;
  user-select: none;
  outline: 0;
  background: none;
  line-height: 54px;
  width: 0;
  flex: 1;
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-bg .contact-content .map-con .formbox form button {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #08308f;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  margin-top:20px;
  float:right;
  display: block;
  line-height:40px;
}

/**
* 晶辉底部 
*/
.footer {
  background-color: #08308f;
}

.footer .footerbox .foott {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .footerbox .foott .link {
  display: flex;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footerbox .foott .link li {
  margin-right: 80px;
  line-height: 30px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .foott .link li:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: translateY(-6px);
}

.footer .footerbox .foott .link li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.footer .footerbox .foott .link li:last-child {
  margin-right: 0;
}

.footer .footerbox .foott .share {
  display: flex;
}

.footer .footerbox .foott .share li {
  line-height: 30px;
  margin-right: 50px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.footer .footerbox .foott .share li:hover {
  transform: translateY(-5px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.footer .footerbox .foott .share li .iconfont {
  display: block;
  color: #ffffff;
  font-size: 30px;
}

.footer .footerbox .foott .share li:last-child {
  margin-right: 0;
}

.footer .footerbox .footm {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}

.footer .footerbox .footm .flogo {
  width: 35%;
}

.footer .footerbox .footm .title {
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.footer .footerbox .footm .title:hover {
  transform: translateX(-5px);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .footm .title span {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footerbox .footm .prolink {
  width: 28%;
}

.footer .footerbox .footm .prolink ul li {
  line-height: 30px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .footm .prolink ul li:hover {
  transform: translateX(-5px);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .footm .prolink ul li a {
  color: #ffffff;
  font-size: 12px;
}

.footer .footerbox .footm .fcontact {
  width: 35%;
}

.footer .footerbox .footm .fcontact .fcc {
  display: flex;
}

.footer .footerbox .footm .fcontact .fcc ul li {
  color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .footm .fcontact .fcc ul li:hover {
  transform: translateX(-5px);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer .footerbox .footm .fcontact .fcc ul li a {
  color: #ffffff;
}

.footer .footerbox .footm .fcontact .fcc ul:first-child {
  margin-right: 50px;
}

.footer .footerbox .footb {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.footer .footerbox .footb a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .footerbox .footb .copy {
  margin-right: auto;
}

/**
* 关于我们
*/
.gretch {
  height: 80px;
}

.title-head {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e6eaf4;
  display: flex;
  justify-content: center;
}

.title-head .title {
  font-size: 24px;
  color: #08308f;
  font-weight: bold;
  position: relative;
}

.title-head .title::before {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -30px;
  content: '';
  height: 2px;
  background-color: #08308f;
}

.about-out {
  padding-bottom: 60px;
}

.about-out .about-content {
  padding-top: 40px;
  display: flex;
  position: relative;
}

.about-out .about-content .ab-left {
  width: 35%;
  background-color: #fff;
}

.about-out .about-content .ab-left img {
  width: 265px;
  height: 100%;
}

.about-out .about-content .ab-title {
  position: absolute;
  top: 40%;
  left: 24%;
  width: 220px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: right;
  color: #333;
}

.about-out .about-content .ab-right {
  width: 65%;
  background-color: #f8fafb;
  padding: 60px 40px 40px 120px;
}

.about-out .about-content .ab-right .ri-title {
  display: none;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.about-out .about-content .ab-right p {
  padding-bottom: 25px;
  font-size: 14px;
  /*word-wrap: break-word;*/
  /*word-break: break-all;*/
}

.about-out .about-content .ab-right p:last-child {
  padding-bottom: 0px;
}

.about-out .about-content .ab-right .pack-time {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.about-out .about-content .ab-right .pack-time .time-item .item-num {
  font-size: 48px;
  font-weight: bold;
  color: #08308f;
}

.about-out .about-content .ab-right .pack-time .time-item .item-meks {
  color: #999999;
  font-size: 16px;
}

.gobal-banner {
  padding-top: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-crumbs {
  padding: 20px 0;
}

.global-crumbs .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.global-crumbs .container .crumb {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.global-crumbs .container .crumb .iconfont {
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
  padding-right: 12px;
}

.global-crumbs .container .crumb:hover {
  color: #08308f;
}

.global-crumbs .container .crumb:hover .iconfont {
  color: #08308f;
}

.global-crumbs .container .separator {
  color: #999999;
  font-size: 14px;
  margin: 0 8px;
}

.pro-content {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}

.pro-content .pro-left {
  position: sticky;
  top: 90px;
  height: 100%;
  width: 200px;
}

.pro-content .pro-left .list .list-li {
  border-right: 2px solid transparent;
  padding: 20px 10px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.pro-content .pro-left .list .list-li a {
  color: #999999;
}

.pro-content .pro-left .list .list-li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -10px;
  border-radius: 10px;
  top: 45%;
  background-color: #999999;
}

.pro-content .pro-left .list .list-li::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, #c1cbe3, #fff);
}

.pro-content .pro-left .list .list-li.active {
  color: #08308f;
  font-size: 16px;
  font-weight: bold;
  border-right: 2px solid #08308f;
  background: linear-gradient(to left, #c1cbe3, #fff);
}

.pro-content .pro-left .list .list-li.active a {
  color: #08308f;
}

.pro-content .pro-left .list .list-li.active::before {
  background-color: #08308f;
}

.pro-content .pro-left .list .list-li:hover {
  color: #08308f;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-weight: bold;
  border-right: 2px solid #08308f;
  background: linear-gradient(to left, #c1cbe3, #fff);
}

.pro-content .pro-left .list .list-li:hover a {
  color: #08308f;
}

.pro-content .pro-left .list .list-li:hover::before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}

.pro-content .proright-con {
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
}

.pro-content .proright-con.active {
  display: flex;
}

.pro-content .pro-right {
  width: 100%;
}

.pro-content .pro-right .ri-title {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.pro-content .pro-right .pro-list {
  display: flex;
  flex-wrap: wrap;
}

.list-item {
  width: calc(100% / 3 - 25px);
  margin-right: 35px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.list-item:hover .item-top img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scale(1.05);
}

.list-item:hover .item-bot .bot-title {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #08308f;
}

.list-item:hover .item-bot .bot-more::after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 15px;
}

.list-item:hover .item-bot .bot-more a {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #08308f;
}

.list-item:nth-child(3n) {
  margin-right: 0px;
}

.list-item .item-top {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.list-item .item-top img {
  width: 100%;
}

.list-item .item-bot {
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #f1f1f1;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.list-item .item-bot .bot-title {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-item .item-bot .bot-meks {
  padding-top: 20px;
  flex: 1;
  font-size: 14px;
  color: #333;
}

.list-item .item-bot .bot-meks .clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-item .item-bot .bot-more {
  padding-top: 35px;
  color: #999999;
  font-size: 14px;
  position: relative;
}

.list-item .item-bot .bot-more::after {
  position: absolute;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: '→';
  color: #08308f;
  margin-left: 5px;
}

.detail-out {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.detail-out .detail-content .detail-head {
  padding: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.detail-out .detail-content .detail-head .d-left {
  width: 50%;
}

.detail-out .detail-content .detail-head .d-left .d-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 40px;
  word-break: break-all;
}

.detail-out .detail-content .detail-head .d-left .reduce {
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  word-spacing: 1px;
}

.detail-out .detail-content .detail-head .d-left .left-btn {
  display: inline-block;
  margin-top: 80px;
  color: #fff;
  font-size: 18px;
  background-color: #08308f;
  text-align: center;
  width: 240px;
  line-height: 55px;
  border-radius: 27.5px;
}

.detail-out .detail-content .detail-head .d-right {
  width: 45%;
  border-radius: 5px;
}

.detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-next, .detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-next::after, .detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-next:hover, .detail-out .detail-content .detail-head .d-right .info-swiper .swiper-button-prev:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: rgba(0, 0, 0, 0.8);
}

.detail-out .detail-content .detail-head .d-right img {
  border-radius: 5px;
  width: 100%;
}

.detail-out .detail-content .detail-pack {
  margin-top: 40px;
}

.detail-out .detail-content .detail-pack .detail-tabs {
  position: sticky;
  top: 0px;
  height: 100%;
  display: flex;
  width: 100%;
}

.detail-out .detail-content .detail-pack .detail-tabs .tabs-item {
  width: calc(100% / 3);
  background-color: #eeeeee;
  color: #333;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  border-top: 2px solid transparent;
}

.detail-out .detail-content .detail-pack .detail-tabs .tabs-item.active {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  border-top: 2px solid #08308f;
  color: #08308f;
}

.detail-out .detail-content .detail-pack .pack-con {
  padding: 40px;
  background-color: #fff;
}

.detail-out .detail-content .detail-pack .pack-con img {
  width: 100%;
}

.detail-out .detail-content .detail-pack .pack-con h2 {
  font-size: 18px;
  color: #08308f;
}

.detail-out .detail-content .detail-pack .pack-con p {
  font-size: 16px;
  word-break: break-all;
}

.global-paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .item {
  font-size: 18px;
  font-family: Arial;
  line-height: 1;
  color: #999999;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 12px;
  padding: 0 10px;
  border-radius: 2px;
}

.global-paging .item.fontsize {
  font-size: 16px;
}

.global-paging .item.active, .global-paging .item:hover {
  background-color: #08308f;
  color: #fff;
}

.common-out {
  padding: 60px 0;
}

.common-out .common-content {
  padding-left: 0;
  padding-right: 0;
}

.common-out .common-content .common-title {
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.common-out .common-content .common-list {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.common-out .common-content .common-list .list-item {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.common-out .common-content .common-list .list-item:hover {
  transform: translateY(-5px);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.common-out .common-content .common-list .list-item:nth-child(3n) {
  margin-right: 30px;
}

.common-out .common-content .common-list .list-item.commonwith {
  margin-right: 30px;
  margin-bottom: 0;
  width: calc(100% / 3 - 20px);
}

.common-out .common-content .common-list .list-item.commonwith:last-child {
  margin-right: 0;
}

.quaty-out {
  padding: 40px 0;
}

.quaty-out .quaty-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.quaty-out .quaty-list .quaty-item {
  margin-right: 30px;
  padding: 30px;
  text-align: center;
  background-color: #f9f9f9;
  width: calc(100% / 3 - 20px);
  margin-bottom: 30px;
}

.quaty-out .quaty-list .quaty-item:hover img {
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: translateY(-5px);
}

.quaty-out .quaty-list .quaty-item:hover .quaty-word {
  color: #08308f;
}

.quaty-out .quaty-list .quaty-item img {
  width: 100%;
  max-height: 468px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.quaty-out .quaty-list .quaty-item:nth-child(3n) {
  margin-right: 0;
}

.quaty-out .quaty-list .quaty-item .quaty-word {
  padding-top: 30px;
  font-size: 14px;
  color: #333;
}

.package-out {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  padding: 70px 0;
}

.package-out .packagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 490px;
  background-color: #08308f;
  z-index: 0;
}

.package-out .package-con {
  z-index: 1;
  display: flex;
}

.package-out .package-con .pack-left {
  z-index: 1;
  width: 35%;
}

.package-out .package-con .pack-left .pack-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.package-out .package-con .pack-left .handler-con {
  padding-top: 55px;
  padding-bottom: 15px;
}

.package-out .package-con .pack-left .handler-con .handler {
  padding-bottom: 40px;
  cursor: pointer;
}

.package-out .package-con .pack-left .handler-con .handler .handler-span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.package-out .package-con .pack-left .handler-con .handler .handler-span::before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  transform: scaleX(0);
  content: '';
  background-color: #fff;
  height: 1px;
}

.package-out .package-con .pack-left .handler-con .handler .handler-span.active::before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scaleX(1);
}

.package-out .package-con .pack-left .pack-btn {
  display: flex;
}

.package-out .package-con .pack-left .pack-btn .button-pack-prev, .package-out .package-con .pack-left .pack-btn .button-pack-next {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-left: 20px;
  line-height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-out .package-con .pack-left .pack-btn .button-pack-prev::before, .package-out .package-con .pack-left .pack-btn .button-pack-next::before {
  font-size: 20px;
}

.package-out .package-con .pack-left .pack-btn .button-pack-prev {
  margin-left: 0;
}

.package-out .package-con .pack-right {
  display: none;
  width: 65%;
  margin-left: -40px;
}

.package-out .package-con .pack-right.active {
  display: block;
}

.package-out .package-con .pack-right .pack-swiper .swiper-wrapper .swiper-slide .pack-item {
  width: 100%;
  background-color: #fff;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
}

.package-out .package-con .pack-right .pack-swiper .swiper-wrapper .swiper-slide .pack-item .pack-img {
  width: 48%;
}

.age-out {
  padding: 60px 0;
  background-color: #fff;
}

.age-out .age-title {
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.age-out .age-content .age-tabs {
  padding-top: 40px;
  display: flex;
  width: 100%;
}

.age-out .age-content .age-tabs .age-item {
  width: calc(100% / 3);
  text-align: center;
  padding: 25px 0;
  background-color: #f9f9f9;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

.age-out .age-content .age-tabs .age-item.active {
  background-color: #08308f;
  color: #fff;
}

.age-out .age-content .age-pack {
  padding-top: 40px;
  display: none;
}

.age-out .age-content .age-pack .age-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.age-out .age-content .age-pack.active {
  display: block;
}

.video-out {
  padding-top: 60px;
  background-color: #f9f9f9;
  padding-bottom: 60px;
}

.video-out .video-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.video-out .video-content {
  padding-top: 40px;
  position: relative;
}

.video-out .video-content .bg-img {
  width: 100%;
}

.video-out .video-content .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}

.video-out .video-content .play-img img {
  padding-left: 5px;
}

.video-out .video-content .play-img:hover {
  background-color: white;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.video-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 15px;
  z-index: 999999999999999999;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.video-dialog .video-play {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.video-dialog .video-play .close {
  font-size: 40px;
  color: #fff;
  z-index: 999999999999999999;
}

.video-dialog .video-play .video-con {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.video-dialog .video-play .video-con .close {
  float: right;
  cursor: pointer;
}

.video-dialog .video-play .video-con .pack-video {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  width: 100%;
}

.ject-content {
  padding-bottom: 60px;
}

.ject-content .row {
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-gutter-x: 1.2rem;
}

.ject-content .row .ject-item {
  margin-bottom: 20px;
}

.ject-content .row .ject-item .top {
  overflow: hidden;
  position: relative;
}

.ject-content .row .ject-item .top img {
  width: 100%;
}

.ject-content .row .ject-item .top .text {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 15px;
  text-align: center;
  bottom: 0;
}

.ject-content .row .ject-item .top .text .word {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  font-size: 16px;
  display: block;
}

.ject-content .row .ject-item:hover .top img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scale(1.1);
}

.ject-content .row .ject-item:hover .top .text .word {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: translateX(-7px);
}

.area-out {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.area-out .area-title {
  font-size: 30px;
  font-weight: bold;
  color: #08308f;
  text-align: center;
  padding-bottom: 20px;
}

.area-out img {
  width: 100%;
}

.contact-out {
  margin-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-out .contact-con {
  padding-top: 420px;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.contact-out .contact-con .contact-left {
  width: calc(61% - 10px);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #f0f2f8;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-out .contact-con .contact-left:hover {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-color: #08308f;
}

.contact-out .contact-con .contact-left:hover .left .title {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}

.contact-out .contact-con .contact-left:hover .left .tact-item {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}

.contact-out .contact-con .contact-left:hover .left .tact-item .iconfont {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-left:hover .left .tact-item:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}

.contact-out .contact-con .contact-left:hover .right .right-item {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}

.contact-out .contact-con .contact-left .left {
  width: 70%;
}

.contact-out .contact-con .contact-left .left .title {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.contact-out .contact-con .contact-left .left .tact-item {
  display: flex;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 30px;
  align-items: center;
  color: #333;
  cursor: context-menu;
}

.contact-out .contact-con .contact-left .left .tact-item:hover {
  transform: translateY(-6px);
  color: #08308f;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-left .left .tact-item:last-child {
  padding-bottom: 0;
}

.contact-out .contact-con .contact-left .left .tact-item span {
  word-break: break-all;
  word-wrap: break-word;
}

.contact-out .contact-con .contact-left .left .tact-item .address {
  display: flex;
}

.contact-out .contact-con .contact-left .left .tact-item .address .addtitle {
  white-space: nowrap;
}

.contact-out .contact-con .contact-left .left .tact-item .icon-dizhi1 {
  margin-top: -30px;
}

.contact-out .contact-con .contact-left .left .tact-item .icon-dizhi1.top {
  margin-top: 0;
}

.contact-out .contact-con .contact-left .left .tact-item .iconfont {
  margin-right: 12px;
  font-size: 20px;
  color: #08308f;
}

.contact-out .contact-con .contact-left .right {
  display: flex;
}

.contact-out .contact-con .contact-left .right .right-item {
  font-size: 14px;
  text-align: center;
}

.contact-out .contact-con .contact-left .right .right-item .itemword {
  padding-top: 10px;
  font-size: 14px;
}

.contact-out .contact-con .contact-left .right .right-item:first-child {
  margin-right: 40px;
}

.contact-out .contact-con .contact-ri {
  width: calc(39% - 10px);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #f0f2f8;
  background-color: rgba(255, 255, 255, 0.6);
}

.contact-out .contact-con .contact-ri:hover {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-color: #08308f;
}

.contact-out .contact-con .contact-ri:hover .title {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-ri:hover .tact-item {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-ri:hover .tact-item .iconfont {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-ri:hover .tact-item:hover {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-ri .title {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.contact-out .contact-con .contact-ri .tact-item {
  display: flex;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 30px;
  cursor: context-menu;
  align-items: center;
}

.contact-out .contact-con .contact-ri .tact-item:hover {
  transform: translateY(-6px);
  color: #08308f;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contact-out .contact-con .contact-ri .tact-item span {
  word-break: break-all;
  word-wrap: break-word;
}

.contact-out .contact-con .contact-ri .tact-item .address {
  word-break: break-all;
  word-wrap: break-word;
}

.contact-out .contact-con .contact-ri .tact-item:last-child {
  padding-bottom: 0;
}

.contact-out .contact-con .contact-ri .tact-item .icon-dizhi1 {
  margin-top: -30px;
}

.contact-out .contact-con .contact-ri .tact-item .icon-dizhi1.top {
  margin-top: 0;
}

.contact-out .contact-con .contact-ri .tact-item .iconfont {
  margin-right: 12px;
  font-size: 20px;
  color: #08308f;
}

.online-out {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.online-out .online-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.online-out .online-content {
  padding-top: 40px;
}

.online-out .online-content .row .online-item {
  background-color: #fff;
  padding: 17px 20px;
  display: flex;
  margin-right: 40px;
  width: calc(100% / 2 - 20px);
}

.online-out .online-content .row .online-item:nth-child(2) {
  margin-right: 0;
}

.online-out .online-content .row .online-item:last-child {
  margin-right: 0;
}

.online-out .online-content .row .online-item.margin {
  width: 100%;
  margin-top: 40px;
}

.online-out .online-content .row .online-item .label {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  position: relative;
}

.online-out .online-content .row .online-item .label::before {
  position: absolute;
  right: -8px;
  top: -5px;
  content: '*';
  font-size: 20px;
  color: #ff0000;
}

.online-out .online-content .row .online-item .input-box {
  flex: 1;
}

.online-out .online-content .row .online-item .input-box input {
  width: 100%;
  border: none;
  background: transparent;
  user-select: none;
  outline: 0;
  padding-left: 30px;
}

.online-out .online-content .row .online-item .input-box textarea {
  width: 100%;
  border: none;
  outline: 0;
  font-size: 16px;
  background: transparent;
  user-select: none;
  min-height: 100px;
  resize: none;
}

.online-out .online-content .row .online-item .input-box textarea::placeholder {
  font-weight: bold;
  color: #999999;
}

.online-out .online-content .btn-con {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.online-out .online-content .btn-con button {
  font-size: 24px;
  color: #fff;
  border: 0;
  height: 55px;
  text-align: center;
  border-radius: 27.5px;
  background-color: #08308f;
  width: 240px;
}

@media (max-width: 1400px) {
  .global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li {
    margin-right: 40px;
  }
  .global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word {
    font-size: 18px;
  }
  .footer .footerbox .foott .link li {
    margin-right: 50px;
  }
  .footer .footerbox .foott .link li a {
    font-size: 16px;
  }
  .footer .footerbox .footm .flogo {
    width: 25%;
  }
  .footer .footerbox .footm .fcontact {
    width: 45%;
  }
  .gobal-banner {
    padding-top: 300px;
  }
  .about-out .about-content .ab-title {
    left: 24%;
    font-size: 18px;
    line-height: 30px;
  }
  .list-item .item-bot .bot-title {
    font-size: 16px;
  }
  .list-item .item-bot .bot-meks {
    padding-top: 10px;
  }
  .package-out {
    padding: 50px 0;
  }
  .package-out .packagebg {
    width: 600px;
    height: 480px;
  }
  .package-out .package-con .pack-left {
    width: 30%;
  }
  .package-out .package-con .pack-left .pack-title {
    font-size: 25px;
  }
  .package-out .package-con .pack-right {
    margin-left: -20px;
    width: 73%;
  }
  .contact-out .contact-con .contact-left {
    padding: 20px;
  }
  .contact-out .contact-con .contact-left .left .title {
    font-size: 25px;
  }
  .contact-out .contact-con .contact-ri {
    padding: 20px;
  }
  .contact-out .contact-con .contact-ri .title {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .global-navbar {
    padding: 10px 20px;
  }
  .global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li {
    margin-right: 30px;
  }
  .global-navbar .navbar-content .gobal-nav .navbar-nav .nav-li .li-word {
    font-size: 15px;
  }
  .gobal-banner {
    padding-top: 260px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con {
    padding-top: 115px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-title {
    font-size: 50px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-meks {
    padding-top: 40px;
    font-size: 26px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out {
    margin-top: 100px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out .swiper-btn {
    width: 230px;
    max-height: 55px;
  }
  .index-banner .swiper-pagination {
    left: 60px;
    bottom: 50px;
  }
  .contact-out {
    margin-top: 0px;
  }
  .contact-out .contact-con {
    padding-top: 380px;
  }
  .contact-out .contact-con .contact-left {
    padding: 20px;
    width: calc(60% - 10px);
    flex-wrap: wrap;
  }
  .contact-out .contact-con .contact-left .left {
    width: 100%;
  }
  .contact-out .contact-con .contact-left .left .tact-item {
    align-items: flex-start;
  }
  .contact-out .contact-con .contact-left .left .tact-item .address .addtitle {
    white-space: nowrap;
  }
  .contact-out .contact-con .contact-left .left .tact-item .address .addmeks {
    word-break: break-all;
  }
  .contact-out .contact-con .contact-left .left .tact-item .icon-dizhi1 {
    margin-top: 0;
  }
  .contact-out .contact-con .contact-left .left .title {
    font-size: 20px;
  }
  .contact-out .contact-con .contact-left .right {
    padding-top: 20px;
  }
  .contact-out .contact-con .contact-left .right .right-item:first-child {
    margin-right: 20px;
  }
  .contact-out .contact-con .contact-ri {
    width: calc(40% - 10px);
    padding: 20px;
  }
  .contact-out .contact-con .contact-ri .title {
    font-size: 25px;
  }
  .contact-out .contact-con .contact-ri .tact-item {
    align-items: flex-start;
  }
  .contact-out .contact-con .contact-ri .tact-item span {
    word-break: break-all;
  }
  .about-pack {
    padding: 40px 0;
  }
  .about-pack .pack-write .pack-lside {
    max-width: 500px;
  }
  .about-pack .pack-write .pack-lside .pack-title {
    font-size: 35px;
  }
  .about-pack .pack-write .pack-lside .pack-meks {
    font-size: 20px;
    padding-top: 20px;
  }
  .about-pack .pack-write .pack-lside .pack-duce {
    padding-top: 20px;
  }
  .about-pack .pack-write .pack-lside .pack-time {
    padding-top: 40px;
  }
  .about-pack .pack-write .pack-lside .pack-time .time-item .item-num {
    font-size: 40px;
  }
  .about-pack .pack-write .pack-lside .pack-time .time-item .item-meks {
    font-size: 14px;
  }
  .area-out {
    padding: 30px 0;
  }
  .area-out .area-title {
    font-size: 20px;
  }
  .duck-bg .duck-content .duck-head .head-title {
    font-size: 35px;
  }
  .duck-bg .duck-content .duck-head .head-ri .ri-item {
    font-size: 15px;
    margin-right: 15px;
  }
  .duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot {
    padding: 20px;
  }
  .duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-title {
    font-size: 18px;
  }
  .duck-bg .duck-content .duck-scroll .duck-swiper .swiper-wrapper .swiper-slide .duck-item .duck-bot .bot-meks {
    padding: 20px 0;
  }
  .qua-out {
    padding-top: 70px;
  }
  .qua-out .qua-content .qua-head .qua-word {
    font-size: 30px;
  }
  .qua-out .qua-content .qua-head .qua-btn {
    display: flex;
  }
  .qua-out .qua-content .qua-head .qua-btn .button-iqua-prev, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next {
    font-size: 16px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .qua-out .qua-content .qua-head .qua-btn .button-iqua-prev::before, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next::before {
    font-size: 25px;
  }
  .qua-out .qua-content .qua-head .qua-btn .button-iqua-prev:hover, .qua-out .qua-content .qua-head .qua-btn .button-iqua-next:hover {
    border-color: #08308f;
    color: #08308f;
  }
  .qua-out .qua-content .qua-head .qua-btn .button-iqua-prev {
    margin-left: 0;
  }
  .qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide {
    padding: 30px 25px;
    width: 500px;
  }
  .contact-bg {
    padding: 40px 0;
  }
  .contact-bg .contact-content .contact-title {
    font-size: 32px;
  }
  .contact-bg .contact-content .map-con {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .contact-bg .contact-content .map-con .map-item .text .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .contact-bg .contact-content .map-con .formbox {
    padding: 30px 20px;
  }
  .contact-bg .contact-content .map-con .formbox .text .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .footer .footerbox .foott {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footerbox .foott .link {
    margin-right: 20px;
    padding-right: 20px;
  }
  .footer .footerbox .foott .link li {
    margin-right: 30px;
  }
  .footer .footerbox .foott .link li a {
    font-size: 15px;
  }
  .footer .footerbox .footm .flogo {
    width: 25%;
  }
  .footer .footerbox .footm .fcontact {
    width: 45%;
  }
  .footer .footerbox .footm .fcontact .fcc ul:first-child {
    margin-right: 20px;
  }
  .about-out .about-content .ab-title {
    top: 40%;
    font-size: 15px;
    left: 23%;
  }
  .about-out .about-content .ab-right .pack-time .time-item .item-num {
    font-size: 40px;
  }
  .about-out .about-content .ab-right .pack-time .time-item .item-meks {
    font-size: 14px;
  }
  .pro-content .pro-left {
    width: 150px;
  }
  .pro-content .pro-left .list .list-li {
    font-size: 12px;
  }
  .pro-content .pro-left .list .list-li.active {
    font-size: 14px;
  }
  .pro-content .proright-con {
    width: calc(100% - 165px);
  }
  .list-item {
    margin-right: 20px;
    width: calc(100% / 3 - 20px);
  }
  .list-item .item-bot {
    padding: 20px;
  }
  .list-item .item-bot .bot-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
  }
  .list-item .item-bot .bot-meks {
    padding-top: 10px;
  }
  .list-item .item-bot .bot-more {
    padding-top: 20px;
  }
  .detail-out .detail-content .detail-head .d-left .d-title {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .detail-out .detail-content .detail-head .d-left .reduce {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .detail-out .detail-content .detail-head .d-left .left-btn {
    margin-top: 50px;
  }
  .detail-out .detail-content .detail-pack .detail-tabs .tabs-item {
    font-size: 17px;
  }
  .common-out {
    padding: 35px 0;
  }
  .common-out .common-content .common-title {
    font-size: 24px;
  }
  .package-out .packagebg {
    width: 400px;
    height: 400px;
  }
  .package-out .package-con .pack-left {
    width: 30%;
  }
  .package-out .package-con .pack-left .handler-con {
    padding: 30px 0;
  }
  .package-out .package-con .pack-left .handler-con .handler {
    font-size: 14px;
    max-width: 200px;
    padding-bottom: 30px;
  }
  .package-out .package-con .pack-left .handler-con .handler::before {
    bottom: 20px;
  }
  .package-out .package-con .pack-left .pack-title {
    font-size: 20px;
  }
  .package-out .package-con .pack-right {
    margin-left: 0px;
    width: 73%;
  }
  .package-out .package-con .pack-right .pack-swiper .swiper-wrapper .swiper-slide .pack-item {
    padding: 35px;
  }
  .ject-content .row .ject-item .top .text {
    padding: 12px;
  }
  .ject-content .row .ject-item .top .text .word {
    font-size: 14px;
  }
  .online-out .online-content {
    padding-top: 20px;
  }
  .online-out .online-content .row .online-item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    padding: 20px 18px;
  }
}

@media (max-width: 992px) {
  .global-navbar {
    padding: 0;
  }
  .global-navbar .navbar-phone {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .global-navbar .navbar-phone .phone-imgac {
    display: none;
  }
  .global-navbar .navbar-phone.phoneA .phone-imgac {
    display: block;
  }
  .global-navbar .navbar-phone.phoneA .phone-img {
    display: none;
  }
  .global-navbar .navbar-phone.phoneA .icon-zhankaicaidan {
    color: #000;
  }
  .global-navbar .navbar-phone .icon-zhankaicaidan {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  .global-navbar .navbar-phone .phone-list {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 17px 20px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .global-navbar .navbar-phone .phone-list .close-box {
    display: flex;
    justify-content: flex-end;
  }
  .global-navbar .navbar-phone .phone-list .close-box .icon-shouqicaidan {
    font-size: 30px;
    cursor: pointer;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav {
    padding-bottom: 10px;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav .navbar-li {
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav .navbar-li a {
    color: #fff;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav .navbar-li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    bottom: 0px;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav .navbar-li:hover::before {
    width: 100%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .global-navbar .navbar-phone .phone-list .navbar-nav .navbar-li:last-child {
    padding-bottom: 10px;
  }
  .gobal-banner {
    padding-top: 240px;
  }
  .detail-out {
    padding: 25px 0;
  }
  .detail-out .detail-content .detail-head {
    padding: 15px;
    flex-wrap: wrap;
  }
  .detail-out .detail-content .detail-head .d-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .detail-out .detail-content .detail-head .d-left .d-title {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .detail-out .detail-content .detail-head .d-left .reduce {
    font-size: 13px;
  }
  .detail-out .detail-content .detail-head .d-left .left-btn {
    width: 180px;
    margin-top: 30px;
    font-size: 14px;
  }
  .detail-out .detail-content .detail-head .d-right {
    width: 100%;
  }
  .detail-out .detail-content .detail-pack {
    margin-top: 20px;
  }
  .detail-out .detail-content .detail-pack .detail-tabs {
    position: relative;
    flex-wrap: wrap;
  }
  .detail-out .detail-content .detail-pack .detail-tabs .tabs-item {
    width: calc(100% / 2);
    font-size: 12px;
  }
  .detail-out .detail-content .detail-pack .pack-con {
    padding: 20px;
  }
  .title-head {
    padding: 15px 0;
  }
  .title-head .title {
    font-size: 22px;
  }
  .title-head .title::before {
    bottom: -15px;
  }
  .about-out {
    padding-bottom: 30px;
  }
  .about-out .about-content {
    padding-top: 20px;
  }
  .about-out .about-content .ab-title {
    display: none;
  }
  .about-out .about-content .ab-left {
    display: none;
  }
  .about-out .about-content .ab-right {
    width: 100%;
    padding: 30px 15px;
  }
  .about-out .about-content .ab-right .ri-title {
    display: block;
    font-size: 17px;
  }
  .about-out .about-content .ab-right p {
    padding-bottom: 15px;
  }
  .about-out .about-content .ab-right .pack-time {
    padding-top: 20px;
  }
  .about-out .about-content .ab-right .pack-time .time-item .item-num {
    font-size: 25px;
  }
  .about-out .about-content .ab-right .pack-time .time-item .item-meks {
    font-size: 13px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con {
    padding-top: 120px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-title {
    font-size: 35px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-meks {
    font-size: 20px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out {
    margin-top: 60px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    font-size: 16px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet::after {
    right: -5px;
    bottom: -8px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 20px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
    right: -5px;
    bottom: -12px;
  }
  .about-pack .pack-img {
    display: none;
  }
  .about-pack .pack-write .pack-lside {
    max-width: 100%;
  }
  .about-pack .pack-write .pack-lside .pack-time .time-item .item-num {
    font-size: 45px;
  }
  .about-pack .pack-write .pack-lside .pack-meks {
    max-width: 500px;
  }
  .about-pack .pack-write .pack-ride {
    padding-top: 15px;
    display: block;
  }
  .about-pack .pack-write .pack-ride img {
    width: 100%;
  }
  .duck-bg {
    padding: 30px 0;
  }
  .duck-bg .duck-content .duck-head {
    display: block;
  }
  .duck-bg .duck-content .duck-head .head-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .duck-bg .duck-content .duck-head .head-ri {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .duck-bg .duck-content .duck-head .head-ri .ri-item {
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .duck-bg .duck-content .duck-scroll {
    padding-top: 20px;
  }
  .contact-bg .contact-content .contact-title {
    font-size: 22px;
  }
  .contact-bg .contact-content .map-con {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .contact-bg .contact-content .map-con .map-item {
    min-height: 200px;
  }
  .contact-bg .contact-content .map-con .map-item .text {
    padding-top: 10px;
    padding-left: 10px;
    top: 0px;
    left: 0px;
  }
  .contact-bg .contact-content .map-con .map-item .text .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contact-bg .contact-content .map-con .map-item .text .meks {
    width: 100%;
    font-size: 12px;
  }
  .contact-bg .contact-content .map-con .formbox {
    min-height: 200px;
    padding: 30px 20px;
  }
  .contact-bg .contact-content .map-con .formbox .text .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .contact-bg .contact-content .map-con .formbox .text .meks {
    padding-bottom: 10px;
  }
  .contact-bg .contact-content .map-con .formbox form button {
    font-size: 16px;
  }
  .ject-content .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ject-content .row .ject-item {
    margin-bottom: 15px;
  }
  .global-paging .item {
    margin: 0 8px;
    padding: 0 8px;
  }
  .area-out {
    padding: 20px 0;
  }
  .area-out .area-title {
    font-size: 18px;
  }
  .footer .footerbox .foott {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footerbox .foott .link {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
    flex-wrap: wrap;
  }
  .footer .footerbox .foott .link li {
    margin-right: 25px;
    margin-bottom: 10px;
  }
  .footer .footerbox .foott .link li a {
    font-size: 15px;
  }
  .footer .footerbox .foott .share {
    padding-top: 10px;
  }
  .footer .footerbox .foott .share li {
    margin-right: 25px;
  }
  .footer .footerbox .footm {
    flex-wrap: wrap;
  }
  .footer .footerbox .footm .title span {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer .footerbox .footm .flogo {
    width: 100%;
    padding-bottom: 15px;
  }
  .footer .footerbox .footm .prolink {
    display: none;
  }
  .footer .footerbox .footm .fcontact {
    width: 100%;
  }
  .footer .footerbox .footm .fcontact .fcc ul:first-child {
    width: 60%;
    margin-right: 0px;
  }
  .footer .footerbox .footm .fcontact .fcc ul:first-child li {
    white-space: nowrap;
  }
  .footer .footerbox .footb {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .footer .footerbox .footb p {
    width: 100%;
  }
  .pro-content {
    padding: 30px 15px;
  }
  .pro-content .pro-left {
    width: 140px;
  }
  .pro-content .pro-left .list .list-li {
    font-size: 12px;
  }
  .pro-content .pro-left .list .list-li.active {
    font-size: 14px;
  }
  .list-item {
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
  }
  .list-item:nth-child(3n) {
    margin-right: 20px;
  }
  .list-item .item-bot {
    padding: 20px;
  }
  .list-item .item-bot .bot-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
  }
  .list-item .item-bot .bot-meks {
    padding-top: 10px;
  }
  .list-item .item-bot .bot-more {
    padding-top: 20px;
  }
  .package-out {
    padding: 25px 0;
  }
  .package-out .packagebg {
    width: 100%;
    height: 480px;
  }
  .package-out .package-con {
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .package-out .package-con .pack-left {
    width: 100%;
  }
  .package-out .package-con .pack-left .handler-con {
    padding: 15px 0;
  }
  .package-out .package-con .pack-left .handler-con .handler {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .package-out .package-con .pack-left .handler-con .handler::before {
    bottom: 10px;
  }
  .package-out .package-con .pack-right {
    padding-top: 30px;
    width: 100%;
  }
  .package-out .package-con .pack-right .pack-swiper .swiper-wrapper .swiper-slide .pack-item {
    padding: 20px;
    margin: 0 -8px;
  }
  .age-out {
    padding: 30px 0;
  }
  .age-out .age-title {
    font-size: 20px;
  }
  .age-out .age-content .age-tabs {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .age-out .age-content .age-tabs .age-item {
    width: 50%;
    font-size: 13px;
  }
  .age-out .age-content .age-pack {
    padding-top: 20px;
  }
  .ject-content {
    padding-bottom: 30px;
  }
  .contact-out {
    background-image: none !important;
  }
  .contact-out .contact-con {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .contact-out .contact-con .contact-left {
    width: 100%;
  }
  .contact-out .contact-con .contact-left .left .tact-item .address {
    width: 100%;
  }
  .contact-out .contact-con .contact-left .left .tact-item .address .addtitle {
    width: auto;
  }
  .contact-out .contact-con .contact-left .left .tact-item .address .addmeks {
    width: auto;
  }
  .contact-out .contact-con .contact-left .left .tact-item .iconfont {
    margin-right: 6px;
  }
  .contact-out .contact-con .contact-ri {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-phone {
    padding: 5px 10px;
  }
  .global-navbar .navbar-phone .phone-list {
    padding: 13px 10px;
  }
  .global-crumbs {
    padding: 15px 0;
  }
  .global-crumbs .container .crumb {
    font-size: 13px;
    line-height: 26px;
  }
  .global-crumbs .container .crumb .iconfont {
    font-size: 16px;
    padding-right: 10px;
  }
  .global-crumbs .container .separator {
    font-size: 13px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con {
    padding-top: 65px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-title {
    font-size: 16px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .swiper-meks {
    padding-top: 10px;
    font-size: 12px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out {
    margin-top: 20px;
  }
  .index-banner .swiper-wrapper .swiper-slide .swiper-con .btn-out .swiper-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .index-banner .swiper-pagination {
    left: 0;
    bottom: 5px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    margin-right: 20px;
    font-size: 14px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet::after {
    right: -10px;
    bottom: -8px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet:hover {
    transform: translateY(-2px);
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 16px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
    right: -12px;
    bottom: -8px;
  }
  .about-pack {
    padding: 25px 0;
  }
  .about-pack .pack-write .pack-lside .pack-title {
    font-size: 22px;
  }
  .about-pack .pack-write .pack-lside .pack-meks {
    padding-top: 15px;
    font-size: 18px;
  }
  .about-pack .pack-write .pack-lside .pack-duce {
    padding-top: 15px;
  }
  .about-pack .pack-write .pack-lside .pack-time {
    padding-top: 25px;
  }
  .about-pack .pack-write .pack-lside .pack-time .time-item .item-num {
    font-size: 25px;
  }
  .about-pack .pack-write .pack-lside .pack-time .time-item .item-meks {
    font-size: 13px;
  }
  .qua-out {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .qua-out .qua-content .qua-head .qua-word {
    font-size: 22px;
  }
  .qua-out .qua-content .qua-swiper {
    padding-top: 30px;
  }
  .qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide {
    width: 350px !important;
  }
  .qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .left {
    flex: 0;
  }
  .qua-out .qua-content .qua-swiper .swiper-wrapper .swiper-slide .right {
    width: 150px;
  }
  .gretch {
    height: 70px;
  }
  .gobal-banner {
    padding-top: 200px;
  }
  .pro-content .pro-left {
    width: 140px;
  }
  .pro-content .pro-left .list .list-li {
    font-size: 12px;
  }
  .pro-content .pro-left .list .list-li::before {
    left: -5px;
  }
  .pro-content .pro-left .list .list-li.active {
    font-size: 14px;
  }
  .pro-content .list-item {
    margin-right: 0px;
    width: 100%;
  }
  .pro-content .list-item:nth-child(3n) {
    margin-right: 20px;
  }
  .pro-content .list-item .item-top img {
    width: 100%;
  }
  .pro-content .list-item .item-bot {
    padding: 15px;
  }
  .pro-content .list-item .item-bot .bot-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }
  .pro-content .list-item .item-bot .bot-meks {
    padding-top: 10px;
    font-size: 12px;
  }
  .pro-content .list-item .item-bot .bot-more {
    font-size: 12px;
    padding-top: 20px;
  }
  .pro-content .pro-right .ri-title {
    font-size: 20px;
  }
  .common-out .common-content .common-title {
    font-size: 18px;
  }
  .common-out .common-content .common-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-out .common-content .common-list .list-item.commonwith {
    margin-right: 0px;
    width: 100%;
  }
  .quaty-out {
    padding-top: 20px;
  }
  .quaty-out .quaty-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quaty-out .quaty-list .quaty-item {
    padding: 15px;
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .quaty-out .quaty-list .quaty-item:nth-child(odd) {
    margin-right: 20px;
  }
  .quaty-out .quaty-list .quaty-item:nth-child(even) {
    margin-right: 0px;
  }
  .quaty-out .quaty-list .quaty-item .quaty-word {
    font-size: 12px;
  }
  .online-out {
    padding: 20px 0;
  }
  .online-out .online-title {
    font-size: 18px;
  }
  .online-out .online-content .btn-con {
    padding-top: 15px;
  }
  .online-out .online-content .btn-con button {
    width: 150px;
    font-size: 18px;
    height: 45px;
  }
  .online-out .online-content .row .online-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .online-out .online-content .row .online-item.margin {
    margin-top: 0px;
  }
  .online-out .online-content .row .online-item .input-box textarea {
    min-height: 70px;
  }
}
