* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  font-size: 16px;
}

/*body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}*/
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  position: relative;
  min-width: 1250px;
  min-height: 100%;
}

a,
img,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"],
input[type="hidden"],
input[type="password"],
button,
textarea,
select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'MiSans-Regular', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cell-box {
  font-size: 0;
}

.cell-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*scroll*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c87c4;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3c87c4;
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: #3c87c4;
}

.scaleBg {
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

@keyframes scale-bg {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes counter-clockwise {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.kuan {
  -webkit-animation-name: kuan;
  animation-name: kuan;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes kuan {
  0% {
    right: 0;
    width: 0px;
  }

  100% {
    right: 0;
    width: 200px;
  }
}

.kuan1 {
  -webkit-animation-name: kuan1;
  animation-name: kuan1;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes kuan {
  100% {
    right: 0;
    width: 200px;
  }

  0% {
    right: 0;
    width: 0px;
  }
}

.xiaon {
  animation: xiaon 5s 1 forwards;
  -mzoanimation: xiaon 5s 1 forwards;
  -webkit-animation: xiaon 5s 1 forwards;
  -o-animation: xiaon 5s 1 forwards;
}

@keyframes xiaon {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100;
    opacity: 1;
  }
}

.zifadeInUp {
  -webkit-animation-name: zifadeInUp;
  animation-name: zifadeInUp;
}

@-webkit-keyframes zifadeInUp {
  0% {
    -webkit-transform: translateY(120px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-ms-keyframes zifadeInUp {
  0% {
    -ms-transform: translateY(80px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes zifadeInUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.zifadeInDown {
  -webkit-animation-name: zifadeInDown;
  animation-name: zifadeInDown;
}

@-webkit-keyframes zifadeInDown {
  0% {
    -webkit-transform: translateY(-80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-ms-keyframes zifadeInDown {
  0% {
    -ms-transform: translateY(-80px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes zifadeInDown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.shake1 {
  animation: shake1 5s infinite;
  -mzoanimation: shake1 5s infinite;
  -webkit-animation: shake1 5s infinite;
  -o-animation: shake1 5s infinite;
}

@keyframes shake1 {

  0%,
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.rotate {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 鍜� Chrome */
  -o-transform: rotate(360deg);
  -webkit-transition-duration: 0.7s;
}

@-webkit-keyframes circleProgressLoad {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.zifadeInUp {
  -webkit-animation-name: zifadeInUp;
  animation-name: zifadeInUp;
}

@-webkit-keyframes zifadeInUp {
  0% {
    -webkit-transform: translateY(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-ms-keyframes zifadeInUp {
  0% {
    -ms-transform: translateY(80px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes zifadeInUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.swap {
  -webkit-animation-name: swap;
  animation-name: swap;
}

@-webkit-keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    ;
  }
}

@keyframes swap {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scale(0, 0) translate(-700px, 0px);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1, 1) translate(0px, 0px);
  }
}

@keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -moz-transform: translate3d(1250px, 0, 0);
    -webkit-transform: translate3d(1250px, 0, 0);
    -o-transform: translate3d(1250px, 0, 0);
    -ms-transform: translate3d(1250px, 0, 0);
    transform: translate3d(1250px, 0, 0);
  }
}

/* 布局容器 */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}

/* 头部样式 */
.t-b {
  background: #f2f2f2;
  font-size: 16px;
}

.t-b .wrap {
  height: 45px;
  line-height: 45px;
}

.t-b .wel {
  float: left;
}

.t-b .mes {
  float: right;
  display: inline-flex;
}

.t-b .mes a {
  background: url(../images/xl.png) right center no-repeat;
  padding-right: 15px;
  margin-left: 25px;
}

.header {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

/* 头部顶部区域 */
.header-top {
  width: 94%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  min-height: 110px;
}

/* Logo区域 */
.header-logo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: auto;
  max-height: 90px;
  width: auto;
}

.logo-tagline {
  margin-top: 8px;
  font-size: 16px;
  color: #1c85a4;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'MiSans-Bold', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

/* 服务信息区域 */
.header-service-info {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  min-width: 400px;
}

.service-title {
  font-size: 28px;
  color: #3d434b;
  letter-spacing: 2px;
  font-weight: bolder;
  margin-bottom: 8px;
  line-height: 1.4;
}

.service-title b {
  color: #1c85a4;
}

.service-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  background: #1c85a4;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 16px;
}

.service-list span {
  color: #fff;
  white-space: nowrap;
}

.service-list span:not(:last-child)::after {
  content: "·";
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.7);
}

/* 联系信息区域 */
.header-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  align-items: flex-end;
}

.contact-phone,
.contact-email {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #1c85a4;
  line-height: 1.5;
  min-width: 200px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  text-align: center;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.phone-number,
.email-address {
  font-family: Arial, sans-serif;
  color: #1c85a4;
  line-height: 1.5;
  flex: 1;
  text-align: left;
}

/* 搜索区域 */
.header-search {
  flex-shrink: 0;
  width: 250px;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.search-form:hover {
  border-color: #1c85a4;
  box-shadow: 0 0 0 2px rgba(28, 133, 164, 0.1);
}

.search-form:focus-within {
  border-color: #1c85a4;
  box-shadow: 0 0 0 2px rgba(28, 133, 164, 0.15);
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  flex-shrink: 0;
  padding-left: 10px;
  color: #666;
}

.search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.search-input {
  flex: 1;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #333;
  min-width: 0;
}

.search-input::placeholder {
  color: #999;
}

.search-btn {
  width: 60px;
  min-width: 60px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background: #1c85a4;
  border: none;
  border-radius: 0 18px 18px 0;
  transition: background-color 0.3s;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  background: #156a85;
}

.search-btn:active {
  background: #0f4f64;
}

/* 导航区域 */
.header-navigation {
  width: 100%;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.nav-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  padding-right: 40px;
  max-width: 1650px;
  gap: 220px;
}

.main-nav {
  display: flex;
  height: 100%;
  flex: 1;
}

.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.nav-list li {
  position: relative;
  z-index: 10;
  flex: 1;
}

.nav-list li a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  color: #000;
  text-align: center;
  position: relative;
  transition: color 0.3s;
}

.nav-list li a:hover,
.nav-list li a.current {
  color: #1c85a4;
}

.nav-list li:last-child a {
  padding-right: 20px;
}

/* 子导航菜单样式 */
.nav-list li.has-submenu {
  position: relative;
}

.nav-list li.has-submenu > a::after {
  content: '▼';
  font-size: 10px;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s;
}

.nav-list li.has-submenu:hover > a::after {
  transform: rotate(180deg);
}

.nav-list .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 4px;
}

.nav-list li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-list .submenu li {
  flex: none;
  width: 100%;
}

.nav-list .submenu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-align: left;
  height: auto;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s;
}

.nav-list .submenu li a:hover {
  background-color: #f5f5f5;
  color: #1c85a4;
}

/* 兼容旧类名（向后兼容） */
.t-c {
  width: 94%;
  height: 155px;
  margin: 0 auto;
  min-width: 1600px;
}

.center_intrl {
  float: left;
  margin-left: 40px;
  text-align: center;
  margin-top: 41px;
}

.center_intrl h4 {
  font-size: 28px;
  color: #3d434b;
  letter-spacing: 2px;
  font-weight: bolder;
}

.center_intrl h4 b {
  color: #1c85a4;
}

.center_intrl p {
  font-size: 18px;
  color: #fff;
  background: #1c85a4;
}

.search {
  float: right;
  margin: 60px 20px 0 0;
}

.search form {
  width: 300px;
  height: 36px;
  background: url(../images/search.png);
}

.search .text {
  width: 207px;
  height: 36px;
  line-height: 36px;
  float: left;
  padding-left: 36px;
  box-sizing: border-box;
}

.search .ibtn {
  width: 57px;
  height: 36px;
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.tel {
  float: right;
  background: url(../images/tel.png) left center no-repeat;
  font-size: 23px;
  line-height: 23px;
  font-family: Arial;
  padding-left: 55px;
  margin-top: 54px;
  letter-spacing: 0.2px;
}

.tel span {
  font-size: 20px;
  letter-spacing: 0;
}

.t-x {
  width: 94%;
  height: 43px;
  margin: 0 auto;
  min-width: 1600px;
}

.nav {
  display: flex;
}

.nav ul li {
  display: flex;
  display: inline;
  position: relative;
  z-index: 10;
}

.nav ul li a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 36px;
  color: #000;
  text-align: center;
  position: relative;
}

.nav ul li a:hover,
.nav ul li a.current {
  color: #1c85a4;
}

.nav ul li:last-child a {
  padding-right: 0;
}

.nav ul li .img1 {
  margin-top: 10px;
}

.nav ul li .img2 {
  position: absolute;
  top: -12px;
  left: 70px;
}

.nav ul li em {
  display: block;
  width: 19px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(../images/hot.png);
}

.nav ul li .ewm {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 100;
  display: none;
}

.nav ul li a:hover .ewm {
  display: block;
}

/* 侧边栏内容 */
.kf122 dd {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
  background: #1c85a4;
}

.kf122 dd span {
  display: block;
  color: #fff;
}

.kf122 dd.t122 .box122 {
  position: absolute;
  top: 0;
  width: 210px;
  right: -200px;
  margin-right: 10px;
  border-radius: 5px;
  background: #1c85a4;
  opacity: 0;
  transition: all .5s;
}

.kf122 dd.t122 .box122:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #1c85a4;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -18px;
  margin-left: -12px;
}

.kf122 dd.code122 .box122 {
  position: absolute;
  top: 0px;
  width: 140px;
  right: -172px;
  height: 140px;
  margin-right: 10px;
  border-radius: 5px;
  background: #1c85a4;
  opacity: 0;
  transition: all .5s;
}

.kf122 dd:hover {
  background: #333;
}

.kf122 dd.code122 .box122:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #1c85a4;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  right: -18px;
  margin-left: -12px;
}

.kf122 {
  position: fixed;
  top: 50%;
  right: 0.5%;
  transform: translateY(-50%);
  z-index: 100;
  width: 80px;
}

.kf122 dd:first-child {
  margin-top: 0;
}

.kf122 dd i {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 13px;
  background: url(../images/sidebar.png) no-repeat center 0;
}

.kf122 dd.qq122 i {
  background-position-y: 0;
}

.kf122 dd.t122 i {
  background-position-y: -30px;
}

.kf122 dd.code122 i {
  background-position-y: -60px;
}

.kf122 dd.top122 i {
  background-position-y: -90px;
}

.kf122 dd.t122 .box122 p {
  font-size: 14px;
  margin: 15px auto 7px;
}

.kf122 dd.t122 .box122 h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.kf122 dd.code122 .box122 img {
  width: 130px;
  height: 130px;
  padding: 5px 0 0;
}

.kf122 dd.t122:hover .box122 {
  opacity: 1;
  right: 80px;
}

.kf122 dd.code122:hover .box122 {
  opacity: 1;
  right: 80px;
}

/* 尾部样式 */
.site-footer {
  background-color: #272c31;
  color: #fff;
  padding: 40px 0 20px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

.footer-nav {
  display: flex;
  gap: 40px;
}

.footer-nav .nav-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact span {
  color: #fff;
  margin-right: 6px;
}

.footer-contact a {
  color: #fff;
  transition: color 0.3s;
}

.footer-nav a {
  color: #fff;
  transition: color 0.3s;
}

.footer-qrcodes {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.qrcode-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: #fff;
  padding: 4px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #34495e;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
}

.footer-bottom .copyright a {
  font-size: 14px;
  color: #fff;
}

/* 主内容区域 */
.main-content {
  min-height: calc(100vh - 200px);
  padding: 40px 20px;
}

/* 响应式设计 */
.footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.model_label {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
  position: relative;
}

.model_label::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #1890ff;
  margin: 20px auto 0;
}

/* ============================================
   通用 Banner 样式
   ============================================ */
.c-banner {
  position: relative;
  overflow: hidden;
}

.c-banner .img-box {
  position: relative;
  z-index: 1;
}

.c-banner .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6.25vw;
  z-index: 2;
}

.c-banner .cell-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.c-banner .cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.c-banner .tip {
  color: #fff;
  font-weight: 600;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 3.75rem;
  line-height: 1.2;
  padding: 1.5625rem 1.875rem;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}

.c-banner p {
  display: block;
  background-image: linear-gradient(90deg, #1c3379, 70%, rgba(28, 51, 121, 0));
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.625rem;
}

.embed-icon {
  top: 31% !important;
  right: 0.75rem !important;
}