<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: SF-UI;
  src: url('../../font/SF-UI-Display-Regular.ttf');
}

* {
  margin: 0;
  padding: 0;
}

html {
  /*font-size: 62.5%;*/
}

body {
  font-size: 14px;
  background: #FFFFFF;
  font-family: "寰蒋闆呴粦", "Microsoft YaHei", 'SF-UI';
  color: #333;
  line-height: 1.8;
}

*:focus {
  outline: none
}

ul,
li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  /*color: #E97741;*/
  color: #333333;
}

a:hover {
  text-decoration: none;
  /*color: #E97741;*/
  color: #333333;
}

.btn:hover {
  color: #fff;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  box-shadow: none;
}

p {
  font-size: 14px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

h1 {
  color: #555;
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-weight: 400;
  font-size: 14px;
}

h5 {
  font-weight: 400;
  font-size: 14px;
}

button {
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}


svg {
  width: 24px;
  height: 24px;
}

.container {
  max-width: 96%;
  /*max-width:1336px;*/
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  z-index: 10;
  background-size: 100% !important;
}

.swiper-button-prev {
  left: 0px;
  background: url(../../images/web/wm_button_icon.png) no-repeat;
  background-position: 0 0;
}

.swiper-button-next {
  right: 0px;
  background: url(../../images/web/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
}

.swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}


.swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #E97741;
    background-color: #E97741;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
  overflow: hidden;
}

.cursor {
  cursor: pointer;
}

/*闂磋窛*/
.mar-t20 {
  margin-top: 20px;
}

.mar-t30 {
  margin-top: 30px;
}

.mar-b20 {
  margin-bottom: 20px;
}

.mar-t10 {
  margin-top: 10px;
}

.mar-b10 {
  margin-bottom: 10px;
}

.bold{
  font-weight:700;
}

/*瀛楀彿*/
.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f42 {
  font-size: 42px;
}
.f48 {
  font-size: 48px;
}

/*棰滆壊*/
.black{
  color:#000;
}
.white{
  color:#fff;
}
.blue {
  color: #2D57C9;
}
.org{
  color: #E97741;
}
.gray{
  color: #666;
}
.gray-light{
  color:#999;
}

.ta-c{
  text-align:center;
}
.ta-l{
  text-align:left;
}
.ta-r{
  text-align:right;
}
.bg-org{
  color: #fff;
  background: #E97741;
}

.bg-gray{
  color: #999;
  background: #ddd;
}


.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  flex: 1;
  overflow: hidden;
  display: block;
}


.btn {
  background: #E97741;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-lg {
  width: 180px;
  padding: 10px 30px;
  border-radius: 24px;
  font-size: 24px;
}

.btn-md {
  width: 120px;
  padding: 10px 20px;
  border-radius: 8px;
}

.btn-sm {
  width: 90px;
  padding: 6px 10px;
  border-radius: 18px;
  font-size: 14px;
}

.btn-xs {
  width: 60px;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.btn-white {
  background: #fff;
  border: 1px solid #E97741;
  color: #E97741;
}

.btn-white:hover {
  color: #E97741;
}

.crumbs {
  padding: 20px 0;
  color: #999;
}

.crumbs svg {
  fill: #999;
}

.crumbs a {
  color: #999;
}

.crumbs a:hover {
  color: #E97741;
}

.more-arrow{
  display:block;
  width:42px;
  height:10px;
  background: url('../../images/web/more_arrow.png') center center / contain no-repeat;
}

.bg-img{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

header {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  /*background: #fff;*/
  z-index: 20;
  padding: 0 1%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);

}

header .logo {
  display: flex;
  width: 180px;
  height: 64px;
  background: url('../../images/web/logo.png') center center / contain no-repeat;
}
header .logo_white{
  background: url('../../images/web/logo-white.png') center center / contain no-repeat;
}

header .logo a {
  display: block;
  width: 100%;
}

header .tel {
  margin: 0 20px;
  font-size: 18px;
  color: #E97741;
  font-weight: 700;
}

header img {
  display: none;
}

header .nav {
  text-align: right;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  justify-content: center!important;
  line-height: 1.3;
}

header .nav .item {
  text-align: center;
  position: relative;
  color: #363737;
  cursor: pointer;
}

header .nav .item p {
  font-size: 18px;
}

header .nav .item span {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  font-family: 'SF-UI';
  color:#fff;
}

header .nav .item a {
  display: block;
  font-size: 18px;
  padding: 30px 20px 0 20px;
  color:#fff;
}

header .nav .subnav {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  padding: 30px 0;
  background:#fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

header .nav .subnav ul {
  font-size: 15px;
}

header .nav .subnav ul .pic {
  margin: 0 auto;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

header .nav .subnav ul .pic p {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 60px;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #fff;
}

header .nav .subnav ul .pic p:hover {
  background: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

header .nav .subnav li {
  margin-top: 8px;
  padding: 0;
}

header .nav .subnav li:first-child {
  margin-top: 12px;
}

header .nav .subnav li a {
  display: block;
  padding: 5px 0;
}

header .nav .subnav li a:hover {
  color: #E97741;
  font-weight: 700;
}

header .topnavslip {
  width: 1.56vw;
  height: 6px;
  background: #E97741;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  z-index: -1;
}

header .subnav.show {
  display: block;
  transition: height .2s ease-in;
  transform-origin: 50% 0;
  animation: slide-down 0.2s ease-in;
  -webkit-animation: slide-down 0.2s ease-in;
}

header .subnav.hide {
  max-height: 0px;
  transition: max-height .5s ease-out;
}

header .lang {
  padding: 25px 0;
}

header .lang a {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  border-left: 1px solid #BCBCBC;
  color: #BCBCBC;
  padding: 0 20px 0 30px;
}

header .lang a:hover {
  color: #E97741;
}

header.bg_white{
  background:#fff;
}
header.bg_white .nav .item a{
  color:#333333;
}
header.bg_white .nav .item span{
  color:#999999;
}

header.bg_white .nav .subnav{
  background:#fff;
  border-top: 1px solid #f2f2f2;
}

/* 椤堕儴閫氭爮骞垮憡浣� */
.banner{
  width:100%;
  height:35vw;
}
.banner .text{
  padding:15vw 0;
  text-align:center;
}
.banner .text h1{
  position: relative;
}
.banner .text .tit:after{
  content:'';
  display: block;
  width:120px;
  height:10px;
  background:#E97741;
  margin: -25px auto 10px auto;
}


.title-mix {
  text-align: center;
}

.title-mix .title {
  font-size: 42px;
  font-weight: 700;
}

.title-mix .title-icon-1 {
  width: 28px;
  height: 5px;
  background: #DDE8F7;
  display: inline-block;
}

.title-mix .title-icon-2 {
  width: 12px;
  height: 5px;
  background: #6481E2;
  display: inline-block;
}

#pages{
  text-align: center;
  margin:20px auto;
}

#pages a,
#pages span {
  display: inline-block;
  height: 42px;
  width:42px;
  background: #f2f2f2;
  border-radius: 4px;
  margin: 0 2px;
  line-height:42px;
  border-radius:100%;
}

#pages span,
#pages a:hover {
  background: #E97741;
  color: #fff;
}

#pages a.a1:first-child:hover {
  background: #f2f2f2;
  color: #333;
}
#pages .a1{
  width: 80px;
  border-radius: 21px;
}

#pages select {
  height: 42px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
}

#pages select:hover {
  cursor: pointer;
}

footer {
  font-size: 12px;
  /* margin-top:50px; */
  width: 100%;
  color: #999;
  background: #262525 url('../../images/web/bg-footer.png') bottom center / cover no-repeat;
}

footer .top {
  max-width: 96%;
  margin: 0 auto;
  padding: 30px 2% 0 2%;
}

footer .logo-area .slogo{
  width:90px;
  height:90px;
  background:url('../../images/logo.png') center center / contain no-repeat;
}
footer .bottom-menu h4{
  color:#ddd;
}
footer .bottom-menu h4:before{
  content: '';
  display: inline-block;
  height:18px;
  width:3px;
  background:#fff;
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 20px;
}
footer .bottom-menu a {
  font-size: 14px;
  display: block;
  color: #999;
  line-height: 2;
}
footer .contact{
  text-align:right;
}
footer .contact svg{
  width:24px;
  height:24px;
  fill:#999;
}

footer .bottom-menu a:hover {
  color: #ddd;
}

footer .bot {
  max-width: 96%;
  margin: 20px auto 0 auto;
  padding: 20px 0;
  color:#999;
  border-top:1px solid #454545;
}

footer .bot a {
  color: #E97741;
}

footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer .link {
  margin-bottom:10px;
}

footer .link a {
  display: inline-block;
  margin-left: 10px;
  color: #999;
}

footer p {
  margin: 20px auto;
}

footer svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  fill: #fff;
}

footer .icons .icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  /* border:2px solid rgba(255,255,255,0.5); */
  border-radius: 25%;
}

footer .contact div {
  margin-bottom: 10px;
}

footer .contact .tel{
  font-size:28px;
}

.layout {
  /*margin-top: 88px;*/
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #E97741 url('../../images/web/arrow-top-icon.png') center center / 50% no-repeat;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 50;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}

section {
  padding-top: 50px;
  padding-bottom: 30px;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #222;
  transition: all 0.3s;
}

#mask.viewed {
  opacity: 0.8;
  visibility: visible;
}

/* 渚ц竟瀵艰埅 */
.side-panel-menu {
  position: fixed;
  z-index: 120;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% - 10px));
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.15);
  background-color: #E97741;
  transition: all 0.3s;
}

.side-panel-menu.viewed {
  transform: translateX(0);
}

.side-panel-menu ul {
  padding: 50px 30px;
}

.side-panel-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.side-panel-menu li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  padding: 15px 30px 15px 0;
  color: #fff;
}

.side-panel-menu .collapse a {
  font-size: 14px !important;
  padding: 10px 30px !important;
}

.menu-mobile-btn {
  display: none;
  position: relative;
  padding: 12px;
  border-radius: 5px;
  transition: top 0.3s;
  background-color: #E97741;
  background-image: -webkit-linear-gradient(90deg, #E97741 0%, #c35420 100%);
  background-image: -moz-linear-gradient(90deg, #E97741 0%, #c35420 100%);
  background-image: -o-linear-gradient(90deg, #E97741 0%, #c35420 100%);
  background-image: linear-gradient(90deg, #E97741 0%, #c35420 100%);
}

.menu-mobile-btn .m {
  width: 25px;
  height: 20px;
  background: url('../../images/web/mobile-menu-btn.png') center center / cover no-repeat;
}
/*
.main .sider.lock {
  position: fixed;
  top: 120px;
}*/

#floats {
  position: fixed;
  right: 0;
  bottom: 20%;
  background: #fff;
  color: #E97741;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  z-index: 18;
}

#floats a {
  color: #E97741;
}

#floats ul {
  margin: 0 auto;
  text-align: center;
}

#floats li {
  padding: 10px 20px;
}

#floats li:first-child {
  display: none;
}

#floats li:nth-child(2) {
  border-top-left-radius: 6px;
}

#floats li:last-child {
  border-bottom-left-radius: 6px;
}

#floats li:hover {
  cursor: pointer;
  background: #E97741;
  color: #fff;
}

#floats svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px auto;
  fill: #E97741;
  vertical-align: baseline;
}

#floats li:hover svg,
#floats li:hover a {
  fill: #fff;
  color: #fff;
}

#floats .arrow {
  position: absolute;
  left: -28px;
  top: 45%;
  z-index: 19;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  transform: rotateZ(180deg);
}

#floats .arrow svg {}

#floats.hide {
  animation: hideFloats 0.3s linear both;
}

#floats.hide .arrow {
  transform: rotateZ(0deg);
}

#floats.show {
  animation: showFloats 0.3s linear both;
}

#floats.show .arrow {}

@keyframes hideFloats {
  0% {
    right: 0;
  }

  30% {
    right: -24px;
  }

  60% {
    right: -48px;
  }

  100% {
    right: -96px;
  }
}

@keyframes showFloats {
  0% {
    right: -96px;
  }

  30% {
    right: -48px;
  }

  60% {
    right: -24px;
  }

  100% {
    right: 0;
  }
}


.contact-icon {
  position: fixed;
  z-index: 50;
  right: 40px;
  bottom: 100px;
  width: 45px;
  padding: 20px 10px;
  color: #fff;
  writing-mode: vertical-lr;
  /*浠庡乏鍚戝彸 浠庡彸鍚戝乏鏄� writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE娴忚鍣ㄧ殑浠庡乏鍚戝彸 浠庡彸鍚戝乏鏄� writing-mode: tb-rl锛�*/
  background: #E97741;
  border-radius: 6px;
  text-align: center;
}

.contact-icon:hover {
  color: #fff;
}

.contact-icon svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  fill: #fff;
  vertical-align: baseline;
}

.section-title h3,
.section-title h4 {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

/* 寮瑰嚭灞� */
#layer {
  min-height: 190px;
  max-height: 80vw;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  background: #fff;
  display: none;
}

#layer .banner {
  height: 200px;
  margin-bottom: 20px;
  padding: 0;
}

#layer .con {}

#layer .con .desc {
  margin: 20px auto;
  font-size: 16px;
}

#layer .con p {
  font-size: 16px;
  margin-top: 20px;
}

#layer .con .val {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

#layer .bot {
  margin-top: 20px;
}

#layer .params {
  position: relative;
}

#layer .params .info h2 {
  text-align: center;
}

#layer .params .info .cover {
  width: 90%;
  margin: 0px auto;
  height: 30vh;
}

#layer .params .table {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 300px;
}

#layer .params .table thead {
  background: #f5f5f5;
}

#layer .params .table thead th {
  border: 0;
}

#layer .params table {
  width: 100%;
  position: absolute;
}

#layer form svg {
  fill: #595F80;
  height: 24px;
  margin: 12px 5px;
  padding: 4px;
  vertical-align: top;
}


/* 涓撳寮瑰嚭灞� */
.expertLayer .con {
  margin: 0;
}

.expertLayer .cover {
  height: 300px;
}

.expertLayer .info h3 {
  font-size: 26px;
  font-weight: 700;
}

.expertLayer .info h4 {
  font-size: 20px;
}

.expertLayer .info div {
  margin-top: 20px;
  max-height: 260px;
  overflow-y: auto;
  font-size: 16px;
}

/* 鐣欏挩寮瑰嚭灞� */
.feedbackLayer {
  width: 90vw;
  max-width: 960px;
}

.feedbackLayer .con {
  margin: 0;
}

/* 鍔犵洘鍚堜綔寮圭獥 */
.JHMZLayer {
  width: 90vw;
  max-width: 960px;
}

.JHMZLayer h4 {
  font-size: 24px;
}

.JHMZLayer h4 span {
  font-size: 12px;
  margin-left: 10px;
}

/* 鐢佃瘽寮圭獥 */
.telLayer {}

.telLayer h4 {
  font-size: 32px;
  font-weight: 700;
}

.telLayer svg {
  fill: #E97741;
  width: 48px;
  height: 48px;
  display: block;
  margin: 10px auto 20px auto;
}

.telLayer a:hover {
  color: #E97741;
}

/* 瑙嗛寮圭獥 */
.videoLayer {
  padding: 0 !important;
  background: #000 !important;
}

/* 鍙傛暟寮圭獥 */
.paramLayer {
  width: 90vw;
  max-width: 960px;
}

/*鍔熻兘寮圭獥*/
.featureLayer {
  width: 90vw;
  max-width: 960px;
}

.featureLayer img {
  max-width: 100%;
  display: block;
  margin: 5px auto;
}

/* 涓撳寮圭獥 */
.expertLayer {
  width: 90vw;
  max-width: 960px;
}

/* form妗� */
.form {}

.form .label {
  margin: 20px auto 0 auto;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  border-radius: 8px;
}

.form .label img {
  height: 24px;
  margin: 10px 5px;
  padding: 4px;
  vertical-align: top;
}

.form input,
.form textarea,
.form select {
  border: 0;
  padding: 10px 5px;
  width: 90%;
  font-size: 16px;
}

.form button {
  position: absolute;
  top: 55px;
  right: 40px;
}

.form .label span {
  font-size: 14px;
  position: absolute;
  right: 30px;
  margin: 10px 0;
  color: red;
}

.form .label.has-error {
  border: 1px solid red !important;
}

/* 閲嶅啓 */
.swiper-button-prev,
.swiper-button-next {
  user-select: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.nodata {
  text-align: center;
  margin: 50px auto;
  color: #999;
}

/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {
  header .nav .item a {
    font-size: 16px;
    padding: 30px 8px 0 8px;
  }

  header .nav .item span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
  }

  section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  header .logo {
    width: 160px;
    height: 64px;
  }

  .form input,
  .form textarea,
  .form select {
    border: 0;
    padding: 10px 5px;
    width: 85%;
    font-size: 16px;
  }

  .section-title h3,
  .section-title h4 {
    font-size: 28px;
  }

  footer svg {
    width: 24px;
    height: 24px;
  }
}

/* 鎵嬫満 */
@media screen and (max-width:767px) {
  body {
    margin-bottom: 80px;
  }

  .layout {
    margin-top: 64px;
  }

  header {
    height: 64px;
    background: rgba(0,0,0,0.9);
  }

  header .logo {
    height: 48px;
    width: 130px;
    margin-left:10px;
  }

  header .nav {
    display: none;
  }

  header .right-menu {
    display: block !important;
  }

  header .right-menu img {
    width: 32px;
    height: 32px;
  }

  footer {
    
  }
  footer .logo-area .name{
    font-size:16px;
  }
  footer .logo-area .en{
    font-size:12px;
  }
  footer .logo-area .slogo{
    width:48px;
    height:48px;
    margin:20px auto 0 auto;
  }

  footer h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  footer .bottom-menu {
    margin-bottom: 0;
  }

  footer .bottom-menu a {
    font-size: 12px;
  }

  footer .bottom-menu .icons {
    text-align: center;
  }

  footer .bot {
    padding: 10px;
    font-size: 12px;
  }
  footer .logo-area {
    text-align:center;
  }

  footer .contact .tel{
    font-size:14px;
  }

  footer .bottom-menu h4:before{
    margin-left:0;
  }
  footer .bottom-menu h4:before{
    margin-right:5px;
  }

  section {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .menu-mobile-btn {
    display: flex;
    align-items: center;
  }

  .section-title h3 {
    font-size: 24px;
  }

  #layer {
    padding: 20px;
    max-height: 90vh;
  }

  #layer .banner {
    display: none;
  }

  #layer .con .intro {
    display: none;
  }

  .form input,
  .form textarea,
  .form select {
    width: 85%;
    background: none;
  }

  .contact-icon {
    right: 10px;
  }

  .scroll-to-top {
    right: 10px;
  }

  #layer .params .info .cover {
    height: 20vh;
  }

  .section-title p {
    font-size: 12px;
  }

  header .topnavslip {
    display: none !important;
  }

  footer svg {
    width: 24px;
    height: 24px;
  }

  .JHMZLayer img {
    display: none;
  }

  .JHMZLayer h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .JHMZLayer h4 span {
    display: block;
    margin: 0;
  }

  #floats {
    left: 0;
    bottom: 0;
    border-radius: 0;
  }

  #floats ul {
    display: flex;
  }

  #floats li {
    display: inline-block;
    border-radius: 0 !important;
    padding: 5px;
    flex: 1;
  }

  #floats li:first-child {
    display: inline-block;
  }

  #floats .arrow{
    display: none;
  }
  
  .telLayer{
    width: 70%;
  }
  .telLayer h4 {
    font-size: 18px;
  }
}


/* 鍔ㄧ敾 */
@keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: scale(1, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
  }
}</pre></body></html>