@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.41285;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after, .clear::before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1680px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .gk-l, .subpage-l, .subpage-nav, .footer .qrcode .pic, .footer .qrcode, .footer-l, .footer-c, .footer-b, .center-b-title .title-l, .center-c .list-card, .center-t .news-item .time, .center-t .news-l, .center-t .news, .normal-title p, .nav-item, .header-l {
  float: left;
}

.fr, .gk-r, .subpage-r, .subpage .location, .footer .qrcode P, .notice, .center-b-title .more, .center-t .news-item .content, .center-t .news-r, .normal-item > span, .normal-title .more, .search-open, .header-r-t a, .header-r {
  float: right;
}

.cf {
  zoom: 1;
}
.cf :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/*文字排版、颜色*/
.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.wn {
  /* 强制不换行 */
  word-wrap: normal;
  white-space: nowrap;
}

.wb {
  /* 强制换行 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/* 保持空白序列*/
.wp {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .sortlist ul.picture li a:last-child, .sortlist ul li a, .subpage-l .l-list-item p, .notice-item p, .center-b .swiper-slide p, .center-t .news-item .content p, .center-t .news .swiper-slide .content, .normal-item a, .normal-list-t p, .a {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
.ps {
  position: static;
}

.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
.df-sb, .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .b::before, .df-sb::after, .b::after {
  content: normal;
}
.df-sb > *, .b > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa, .b {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .b::before, .df-sa::after, .b::after {
  content: normal;
}
.df-sa > *, .b > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #3972d3;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  opacity: 0.8;
  font-family: Microsoft Yahei;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #000;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-arrow-n {
  border-bottom-color: #6F8EC5;
}

.tipsy-inner {
  background-color: #6F8EC5;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}

.menu-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(135deg, #23ADB2, #329FDA);
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
  z-index: 999;
}

.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.menu-button.cross {
  background: #1CAAAF;
  background: linear-gradient(135deg, #ACCE22, #1CAAAF);
}

.cross .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block {
  display: block;
}

.w13 {
  width: 1300px;
  margin: auto;
}

.w136 {
  width: 1360px;
  margin: auto;
}

.w14 {
  width: 1400px;
  margin: auto;
}

.w17 {
  width: 1700px;
  margin: auto;
}

@font-face {
  font-family: "bx";
  src: url(../fonts/BOOMBOX.TTF);
}
@keyframes and_none1 {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 145, 232, 0.3), 0 0 0 10px rgba(30, 145, 232, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(30, 145, 232, 0.3), 0 0 0 20px rgba(30, 145, 232, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.fl, .gk-l, .subpage-l, .subpage-nav, .footer .qrcode .pic, .footer .qrcode, .footer-l, .footer-c, .footer-b, .center-b-title .title-l, .center-c .list-card, .center-t .news-item .time, .center-t .news-l, .center-t .news, .normal-title p, .nav-item, .header-l {
  float: left;
}

.fr, .gk-r, .subpage-r, .subpage .location, .footer .qrcode P, .notice, .center-b-title .more, .center-t .news-item .content, .center-t .news-r, .normal-item > span, .normal-title .more, .search-open, .header-r-t a, .header-r {
  float: right;
}

.w14 {
  width: 1400px;
  margin: auto;
}

body.one {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.menu {
  display: none;
  position: fixed;
  top: 40px;
  right: 3vw;
  z-index: 950;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0068b7;
  cursor: pointer;
  animation: ripple_4 1s linear infinite;
}
.menu .menu1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.menu .menu1 span {
  position: absolute;
  width: 18px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu .menu1 span::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
  margin-top: -6px;
}
.menu .menu1 span:nth-child(1)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(1)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3) {
  margin-top: 6px;
}
.menu .menu1 span:nth-child(3)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3)::after {
  background: #ffffff;
}

.menu.on {
  animation-name: ripple_5;
}
.menu.on .menu1 span {
  margin: 0;
}
.menu.on .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.on .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.on .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.on .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.on .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pic {
  overflow: hidden;
}
.pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  height: auto;
  background: url(../images/top-bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 23px 0 40px;
  z-index: 11;
}
.header-l {
  margin-top: 15px;
}
.header-r {
  width: calc(100% - 620px);
}
.header-r-t {
  margin-bottom: 23;
  overflow: hidden;
}
.header-r-t a {
  background-color: #2462d3;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
  padding: 0 12px;
  margin-left: 15px;
}

.logo img {
  width: 100%;
  display: block;
}

.search-open {
  width: 20px;
  height: 24px;
  cursor: pointer;
  background: url(../images/search-icon.png) no-repeat center;
}

.nav {
  margin-top: 13px;
  text-align: center;
}
.nav-wrap-t {
  display: none;
}
.nav-item {
  width: 11.1111111111%;
  position: relative;
}
.nav-item > a {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.nav-item .sub-nav {
  display: none;
  position: relative;
  z-index: 4;
  background-color: rgba(12, 124, 230, 0.548);
  padding: 0.48vw 0.5vw;
}
.nav-item .sub-nav a {
  white-space: nowrap;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 0.2166vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
.nav-item .sub-nav a:hover {
  font-weight: bold;
  border-color: #fff;
}
.nav-item .sub-nav li:last-child a {
  border: none;
}
.nav-item::after {
  display: none;
  top: 18px;
  left: 50%;
  z-index: 3;
  border-style: solid;
  margin-left: -7px;
  border-width: 7px;
  border-color: transparent transparent rgb(255, 255, 255);
}
.nav-item:hover::after {
  display: block;
  animation: fadeInUp 0.3s;
}
.nav-item.on > a {
  font-weight: bold;
}
.nav-item.on .sub-nav {
  display: block;
  animation: fadeInUp 0.3s;
}

.banner .swiper-slide {
  height: 400px;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-pagination {
  bottom: 15px;
}
.banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.5s;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #0068b7;
}

.normal-title {
  height: 45px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(133, 158, 192, 0.3);
  padding-bottom: 10px;
}
.normal-title::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  background-color: #0068b7;
}
.normal-title::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #0068b7;
  width: 3px;
  height: 3px;
}
.normal-title p {
  font-size: 14px;
  color: #cbcbcb;
  cursor: default;
}
.normal-title span {
  font-size: 24px;
  color: #0068b7;
  font-weight: bold;
  margin-right: 10px;
}
.normal-title span:last-child {
  font-size: 14px;
  color: #cbcbcb;
  font-weight: normal;
}
.normal-title .more {
  color: #0068b7;
  font-size: 14px;
  line-height: 15px;
  margin-top: 12px;
  background: url(../images/more-icon-b.png) no-repeat right center;
  padding-right: 21px;
}
.normal-title .more:hover {
  font-weight: bold;
  animation: fadeIn 0.5s;
}
.normal-list {
  margin-top: 24px;
}
.normal-list-t {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
.normal-list-t a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.normal-list-t .pic {
  width: 100%;
  height: 100%;
}
.normal-list-t p {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 54px;
  padding: 0 10px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  bottom: 0;
}
.normal-list-t:hover img {
  transform: scale(1.2);
}
.normal-item {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s;
}
.normal-item a {
  width: calc(100% - 60px);
  transition: all 0.5s;
  font-size: 16px;
  color: #333333;
  padding-left: 16px;
  background: url(../images/list-bg.png) no-repeat left center;
}
.normal-item > span {
  font-size: 14px;
  color: #888888;
}
.normal-item:hover {
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.normal-item:hover a {
  color: #0068b7;
  font-weight: bold;
}

.center-1 {
  background: url(../images/bg1.png) #fafdfe no-repeat center;
}
.center-t {
  padding-top: 45px;
}
.center-t .w14 {
  overflow: hidden;
}
.center-t .news {
  width: 68.7%;
  margin-right: 2.8%;
}
.center-t .news-wrap {
  overflow: hidden;
  margin-top: 22px;
}
.center-t .news-l {
  width: 52%;
}
.center-t .news-r {
  width: 44.7%;
}
.center-t .news .swiper-slide {
  width: 100%;
  height: 333px;
  overflow: hidden;
  position: relative;
}
.center-t .news .swiper-slide .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 3;
  background-color: rgba(0, 104, 183, 0.8);
}
.center-t .news .swiper-slide .content {
  position: absolute;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  text-align: center;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
}
.center-t .news .swiper-slide .pic {
  height: 100%;
}
.center-t .news .swiper-slide .pic:hover img {
  transform: scale(1.2);
}
.center-t .news .swiper-pagination {
  right: 0;
  bottom: 60px;
  left: auto;
  text-align: right;
  padding-right: 7px;
}
.center-t .news .swiper-pagination span {
  width: 11px;
  height: 11px;
  opacity: 0.502;
  background-color: #fff;
}
.center-t .news .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0068b7;
  opacity: 1;
}
.center-t .news-item {
  display: block;
  overflow: hidden;
  margin-bottom: 26px;
}
.center-t .news-item .time {
  width: 64px;
  height: 64px;
  border: 1px solid rgb(210, 210, 210);
  padding-top: 7px;
  transition: all 0.5s;
}
.center-t .news-item .time p {
  text-align: center;
  transition: all 0.5s;
  font-size: 22px;
  color: #555555;
}
.center-t .news-item .time p:last-child {
  font-size: 14px;
  color: #888888;
}
.center-t .news-item .content {
  width: calc(100% - 82px);
  padding-top: 10px;
}
.center-t .news-item .content p {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.center-t .news-item .content p:last-child {
  font-size: 14px;
  color: #888888;
  margin-top: 12px;
}
.center-t .news-item:last-child {
  margin-bottom: 0;
}
.center-t .news-item:hover .time {
  background-color: #0068b7;
}
.center-t .news-item:hover .time p {
  color: #fff;
}
.center-t .news-item:hover .content p:first-child {
  color: #0068b7;
  animation: fadeIn 0.5s;
  font-weight: bold;
}
.center-c {
  padding-top: 54px;
  background: url(../images/bg2.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  .center-c {
    background-size: auto;
  }
}
.center-c .list-card {
  padding: 28px 18px;
  width: 31.4333333333%;
  margin-right: 2.85%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.center-c .list-card:last-child {
  margin-right: 0;
}
.center-b {
  padding-top: 50px;
  padding-bottom: 52px;
  background: url(../images/bg3.png) no-repeat center;
  background-size: 100%;
}
.center-b-title {
  overflow: hidden;
}
.center-b-title .title-l {
  width: calc(100% - 90px);
  text-align: center;
  background: url(../images/title-bg.png) no-repeat center;
  text-align: center;
}
.center-b-title .title-l p {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0068b7;
  padding-left: 5.9%;
}
.center-b-title .title-l p:last-child {
  color: #d2d2d2;
  font-size: 14px;
  margin-top: 13px;
  font-weight: normal;
}
.center-b-title .more {
  color: #0068b7;
  font-size: 14px;
  line-height: 51px;
  background: url(../images/more-icon-b.png) no-repeat right center;
  padding-right: 21px;
}
.center-b-title .more:hover {
  font-weight: bold;
  animation: fadeIn 0.5s;
}
.center-b-w {
  position: relative;
  margin-top: 31px;
}
.center-b .swiper-slide {
  height: 254px;
}
.center-b .swiper-slide a {
  height: 100%;
  display: block;
  position: relative;
}
.center-b .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.center-b .swiper-slide p {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.center-b .swiper-slide:hover img {
  transform: scale(1.2);
}
.center-b .swiper-button-prev, .center-b .swiper-button-next {
  top: 50%;
}
.center-b .swiper-button-prev {
  width: 21px;
  height: 37px;
  left: -37px;
  background: url(../images/left-icon.png) no-repeat center;
}
.center-b .swiper-button-next {
  width: 21px;
  height: 37px;
  right: -37px;
  background: url(../images/right-icon.png) no-repeat center;
}

.notice {
  width: 28.5%;
}
.notice-list {
  margin-top: 22px;
}
.notice-item {
  width: 100%;
  display: block;
  border: 1px solid rgb(205, 205, 205);
  padding: 10px 0;
  margin-bottom: 26px;
  transition: all 0.5s;
}
.notice-item:last-child {
  margin-bottom: 0;
}
.notice-item p,
.notice-item span {
  padding: 0 13px;
  line-height: 1;
  transition: all 0.5s;
}
.notice-item p {
  position: relative;
  font-size: 16px;
  color: #333333;
}
.notice-item p::before {
  transition: all 0.5s;
  width: 2px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  background-color: #0068b7;
}
.notice-item span {
  display: block;
  font-size: 14px;
  color: #888888;
  margin-top: 12px;
}
.notice-item:hover {
  background-color: #0068b7;
}
.notice-item:hover p,
.notice-item:hover span {
  color: #fff;
}
.notice-item:hover p::before {
  background-color: #fff;
}

.links {
  height: 46px;
  line-height: 46px;
  background-color: #0063ad;
  color: #fff;
  font-size: 14px;
}
.links span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.links a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.links a:hover {
  font-weight: bold;
}

.dailog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.dailog .search-box {
  max-width: 400px;
  width: 60%;
  min-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.dailog .search-box.active {
  display: block;
}
.dailog .search form {
  position: relative;
}
.dailog .search-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
}
.dailog .search-btn {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 4px;
  background: url(../images/search-icon.png) #0068b7 no-repeat center;
  border: none;
}

.footer {
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
}
.footer-wrap {
  overflow: hidden;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap a,
.footer-wrap p {
  display: block;
  color: #fff;
  line-height: 32px;
  white-space: nowrap;
}
.footer-l, .footer-c, .footer-b {
  overflow: hidden;
  padding: 20px 0;
}
.footer-l a:nth-child(3) {
  background: url(../images/ga-icon.png) no-repeat left center;
  padding-left: 24px;
}
.footer-c {
  padding: 20px 8%;
  margin: 0 7%;
  flex: 1;
  flex-shrink: 0;
  background: url(../images/footer-line.png) no-repeat left center, url(../images/footer-line.png) no-repeat right center;
}
.footer-l, .footer-b {
  flex-shrink: 0;
}
.footer-b {
  display: flex;
  justify-content: space-between;
  min-width: 420px;
}
.footer .qrcode {
  overflow: hidden;
}
.footer .qrcode:last-child {
  margin-left: 1%;
}
.footer .qrcode .pic {
  width: 101px;
  height: 101px;
}
.footer .qrcode P {
  padding: 18px;
  text-align: center;
}

.subpage {
  padding-bottom: 40px;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
}
.subpage-t {
  border-bottom: 1px solid rgb(218, 218, 218);
  height: 60px;
}
.subpage-t .w14 {
  overflow: hidden;
}
.subpage-nav {
  width: 48%;
  height: 60px;
  overflow-x: auto;
  font-size: 0;
  white-space: nowrap;
  overflow-y: hidden;
}
.subpage-nav a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #555555;
  font-size: 18px;
  transition: all 0.5s;
  display: inline-block;
  white-space: nowrap;
  padding: 0 26px;
}
.subpage-nav a:hover, .subpage-nav a.on {
  background-color: #056bb8;
  color: #fff;
  font-weight: bold;
}
.subpage .location {
  width: 48%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px;
  white-space: nowrap;
  line-height: 60px;
  text-align: right;
  font-size: 14px;
  color: #333333;
}
.subpage .location span {
  display: inline-block;
  background: url(../images/local-icon.png) no-repeat left center;
  padding-left: 28px;
}
.subpage .location a {
  color: #333333;
  padding: 0 5px;
}
.subpage .location a:hover {
  font-weight: bold;
}
.subpage-center {
  overflow: hidden;
}
.subpage-l {
  padding-top: 45px;
  width: 270px;
}
.subpage-l .l-nav .title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(../images/l-nav-bg.png) no-repeat center;
  background-size: cover;
}
.subpage-l .l-nav-item {
  width: 100%;
  margin-top: 7px;
  height: 42px;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
}
.subpage-l .l-nav-item a {
  min-height: 42px;
  display: block;
  padding: 10px 20px;
  width: 100%;
  background-color: rgb(228, 239, 252);
  color: #333333;
  transition: all 0.5s;
}
.subpage-l .l-nav-item i {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
  transition: all 0.5s;
  cursor: pointer;
  background: url(../images/right-icon-b.png) no-repeat center;
}
.subpage-l .l-nav-item .sub {
  display: none;
}
.subpage-l .l-nav-item .sub a {
  min-height: 36px;
  padding: 6px 30px;
  transition: all 0.5s;
}
.subpage-l .l-nav-item .sub a:hover {
  background-color: #e8a738;
  color: #fff;
}
.subpage-l .l-nav-item:hover > a, .subpage-l .l-nav-item.on > a {
  color: #fff;
  font-weight: bold;
  background-color: #e8a738;
}
.subpage-l .l-nav-item:hover i, .subpage-l .l-nav-item.on i {
  background: url(../images/right-icon-w.png) no-repeat center;
}
.subpage-l .l-nav-item.on {
  height: auto;
}
.subpage-l .l-nav-item.on .sub {
  display: block;
  animation: fadeInUp 0.3s;
}
.subpage-l .l-nav-item.on i {
  transform: rotate(90deg);
}
.subpage-l .l-list:last-child {
  margin-top: 30px;
}
.subpage-l .l-list .title {
  margin-bottom: 22px;
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 13px;
}
.subpage-l .l-list .title::after {
  bottom: -2px;
  right: 0;
  width: 3px;
  height: 3px;
  background-color: #366fd7;
}
.subpage-l .l-list .title span {
  font-size: 18px;
  font-weight: bold;
  color: #366fd7;
  position: relative;
}
.subpage-l .l-list .title span::after {
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #366fd7;
}
.subpage-l .l-list .title .more {
  float: right;
  color: #333333;
  font-size: 14px;
  line-height: 23px;
  padding-right: 23px;
  transition: all 0.5s;
  background: url(../images/more-icon-h.png) no-repeat right center;
}
.subpage-l .l-list .title .more:hover {
  color: #366fd7;
  font-weight: bold;
  background: url(../images/more-icon-b.png) no-repeat right center;
}
.subpage-l .l-list-item {
  width: 100%;
  margin-top: 20px;
  height: 170px;
  position: relative;
}
.subpage-l .l-list-item:first-child {
  margin-top: 0;
}
.subpage-l .l-list-item .pic {
  height: 100%;
}
.subpage-l .l-list-item .pic:hover img {
  transform: scale(1.2);
}
.subpage-l .l-list-item p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.502);
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.subpage-r {
  margin-top: 30px;
  width: calc(100% - 320px);
}
.subpage-r .title {
  height: 44px;
  line-height: 44px;
  background-color: #366fd7;
  padding: 0 11px 0 20px;
  color: #fff;
}
.subpage-r .title span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.subpage-r .title .more {
  color: #fff;
  float: right;
  font-size: 14px;
  padding-right: 23px;
  background: url(../images/more-icon-w.png) no-repeat right center;
}
.subpage-r-list:first-child {
  margin-top: 12px;
}
.subpage-r-list:last-child {
  margin-top: 34px;
}
.subpage-r-pic {
  margin-top: 40px;
}
.subpage-r-pic .sortlist ul.picture {
  margin-top: 20px;
}

.sortlist {
  width: 100%;
}
.sortlist dl,
.sortlist dt {
  width: 100%;
}
.sortlist dl {
  margin-bottom: 30px;
}
.sortlist dt {
  height: 44px;
  line-height: 44px;
  background-color: #366fd7;
  padding: 0 11px 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.sortlist dt a {
  color: #fff;
  float: right;
  font-size: 14px;
}
.sortlist ul {
  overflow: hidden;
}
.sortlist ul li {
  position: relative;
  padding: 12px 0;
  padding-left: 14px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #E2E2E2;
}
.sortlist ul li::before {
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #bbbbbb;
}
.sortlist ul li a {
  color: #222222;
  font-size: 16px;
  float: left;
  max-width: calc(100% - 110px);
}
.sortlist ul li span {
  float: right;
  color: #999999;
  font-size: 14px;
}
.sortlist ul li:hover a {
  color: #2462d3;
}
.sortlist ul.picture li {
  margin-top: 6px;
  margin-bottom: 10px;
  width: 22.75%;
  border: none;
  float: left;
  padding: 0;
  margin-right: 3%;
}
.sortlist ul.picture li:nth-child(4n) {
  margin-right: 0;
}
.sortlist ul.picture li img,
.sortlist ul.picture li a {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.sortlist ul.picture li a {
  margin-top: 10px;
}
.sortlist ul.picture li a:first-child {
  height: 130px;
}
.sortlist ul.picture li a:first-child img {
  height: 100%;
  transition: all 0.5s;
}
.sortlist ul.picture li a:first-child:hover img {
  transform: scale(1.2);
}
.sortlist ul.picture li a:last-child {
  padding: 0 5px;
}

.page {
  margin-top: 38px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.page a,
.page span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #d5d9d5;
  color: #636564;
  padding: 0 15px;
  margin: 0 2.5px;
  margin-top: 6px;
  transition: all 0.5s;
}
.page a:hover, .page a.on,
.page span:hover,
.page span.on {
  background-color: #356fd2;
  color: #fff;
}

.article {
  margin-top: 5px;
  margin-bottom: 40px;
}
.article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #366fd7;
  padding: 0 20px;
}
.article-info {
  margin-top: 10px;
  text-align: center;
}
.article-info span {
  font-size: 14px;
  line-height: 40px;
  color: #888888;
  display: inline-block;
}
.article-content {
  margin-top: 20px;
  border-top: 1px dashed rgb(213, 213, 213);
  padding-top: 20px;
}
.article-content img {
  display: block;
  max-width: 90%;
  margin: auto;
}

.gk {
  overflow: hidden;
  padding-bottom: 52px;
  padding-top: 42px;
}
.gk-l {
  width: 54%;
}
.gk-l .pic {
  margin-right: 3.5%;
}
.gk-l .content1 {
  margin-top: 32px;
}
.gk-l .content2 {
  margin-bottom: 30px;
}
.gk-r {
  width: 46%;
}
.gk-r .pic {
  margin-left: 3.5%;
}
.gk P {
  font-size: 16px;
  line-height: 46px;
  color: #555555;
  text-indent: 2em;
  text-align: justify;
}
.gk .title {
  font-size: 28px;
  font-weight: bold;
  padding-left: 78px;
  color: #056bb8;
  background: url(../images/gk-t-bg.png) no-repeat left center;
}
.gk-b {
  margin-bottom: 54px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background-color: #056bb8;
  padding: 18px 26px 18px 30px;
}

.map {
  margin-top: 13px;
}
.map .info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.map-container {
  padding: 6px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
}
.map #map-container {
  width: 100%;
  height: 40vw;
}
.map .phone {
  display: inline-block;
  margin-top: 30px;
  background-color: #056bb8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 20px;
  max-width: 365px;
  margin-bottom: 40px;
}
.map .amap-icon img {
  width: 25px;
  height: 34px;
  opacity: 0;
}
.map .amap-marker img {
  display: none;
}
.map .amap-marker-label {
  border: 0;
  background-color: transparent;
}
.map .maps-info {
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  width: auto;
  border-width: 0;
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
  margin: 0;
  top: 0;
  right: 0;
  min-width: 0;
  font-weight: 700;
  position: relative;
}
.map .maps-info::after {
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 10px solid #fff;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

@media screen and (max-width: 1480px) {
  .center-b .swiper-container {
    width: calc(100% - 74px);
    margin: auto;
  }
  .center-b .swiper-button-prev {
    left: 0;
  }
  .center-b .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .w14 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-c {
    margin: 0 3%;
  }
}
@media screen and (max-width: 1270px) {
  .header-r-t {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .header-l {
    margin-top: 1vw;
  }
  .nav {
    display: none;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 22;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-wrap {
    position: absolute;
    left: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #004385;
    padding: 30px 10px;
  }
  .nav-wrap-t {
    display: block;
    width: 100%;
  }
  .nav-wrap-t img {
    width: 100%;
  }
  .nav-wrap ul {
    overflow-y: auto;
  }
  .nav-item {
    margin-top: 10px;
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 10px;
    line-height: 50px;
  }
  .nav-item > a {
    font-weight: bold;
  }
  .nav-item i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    background: url(../images/icon-down.png) no-repeat center;
  }
  .nav-item.on::after {
    display: none;
  }
  .nav-item.on .sub-nav {
    animation: none;
    display: none;
  }
  .nav-item:hover .sub-nav {
    display: none;
  }
  .nav-item .sub-nav {
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 5px 5px;
  }
  .nav-item .sub-nav a {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
  }
  .nav-item.active i {
    transform: rotate(180deg);
  }
  .menu {
    display: block;
  }
  .footer-c {
    margin: 0 3%;
    padding: 20px 4%;
  }
}
@media screen and (max-width: 1100px) {
  .footer-wrap {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .center-t .notice,
  .center-t .news {
    float: none;
    width: 100%;
  }
  .center-t .notice {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .normal-title span {
    font-size: 20px;
  }
  .normal-title span:last-child {
    font-size: 12px;
  }
  .normal-title .more {
    font-size: 12px;
    margin-top: 10px;
  }
  .normal-list-t {
    height: 56vw;
  }
  .header-r-t a {
    font-size: 12px;
  }
  .logo {
    max-width: calc(100% - 60px);
  }
  .notice-item {
    margin-bottom: 2vw;
  }
  .center-t .news-l, .center-t .news-r {
    float: none;
    width: 100%;
  }
  .center-t .news-r {
    margin-top: 4vw;
  }
  .center-t .news .swiper-slide {
    height: 64vw;
  }
  .center-c {
    padding-top: 6vw;
  }
  .center-c .list-card {
    width: 100%;
    float: none;
    margin-bottom: 4vw;
    padding: 18px 10px;
  }
  .center-b .title-l {
    text-align: left;
    background: none;
  }
  .center-b .title-l P {
    padding-left: 6%;
  }
  .center-b .swiper-container {
    width: calc(100% - 60px);
  }
  .center-b .swiper-button-prev {
    left: 10px;
  }
  .center-b .swiper-button-next {
    right: 10px;
  }
  .links {
    height: auto;
    padding: 15px 0;
    line-height: 1.7;
  }
  .footer-l {
    padding: 10px 0;
    text-align: center;
  }
  .footer-l a {
    display: inline-block;
    padding: 0 10px;
  }
  .footer-c {
    background: none;
    padding: 10px 0 0;
    text-align: center;
    margin: 0;
  }
  .footer-c P {
    display: inline-block;
  }
  .footer-b {
    width: 100%;
    float: none;
    justify-content: space-evenly;
  }
  .subpage {
    padding-bottom: 5vw;
  }
  .subpage-t {
    height: auto;
  }
  .subpage-t .w14 {
    padding: 0 5px;
  }
  .subpage-nav {
    height: 40px;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .subpage-nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .subpage .location {
    padding: 10px 0;
    height: auto;
    line-height: 1.5;
  }
  .subpage-nav,
  .subpage .location {
    width: 100%;
    float: none;
    text-align: left;
  }
  .subpage-l, .subpage-r {
    float: none;
    width: 100%;
    margin: auto;
  }
  .subpage-l {
    padding-top: 6vw;
  }
  .subpage-l .l-list {
    overflow: hidden;
  }
  .subpage-l .l-list-item {
    width: 48%;
    float: left;
    margin-top: 2vw;
  }
  .subpage-l .l-list-item:first-child {
    margin-right: 4%;
    margin-top: 2vw;
  }
  .subpage-r-list {
    margin: 6vw auto !important;
  }
  .subpage-r-pic {
    margin-top: 4vw;
  }
  .subpage-r .sortlist {
    margin-top: 2vw;
  }
  .sortlist {
    margin-top: 4vw;
  }
  .sortlist ul {
    overflow: hidden;
  }
  .sortlist ul.picture li a:first-child {
    height: 18.4vw;
  }
  .article {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  .article-title {
    padding: 0 5px;
  }
  .gk {
    padding: 5vw 0;
  }
  .gk-l, .gk-r {
    width: 100%;
    float: none;
  }
  .gk-l .pic, .gk-r .pic {
    margin: auto;
  }
  .gk .title {
    margin-bottom: 2vw;
    font-size: 24px;
  }
  .gk p {
    line-height: 2;
  }
  .gk-r .pic {
    display: none;
  }
  .gk-b {
    margin-bottom: 6vw;
    padding: 2.5vw 2vw;
    line-height: 2;
  }
  .map {
    margin-top: 6vw;
  }
  .map #map-container {
    height: 50vw;
  }
  .map .phone {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 560px) {
  .sortlist ul {
    overflow: hidden;
  }
  .sortlist ul.picture li {
    width: 48%;
    margin-left: 4%;
    margin-right: 0;
  }
  .sortlist ul.picture li:nth-child(2n+1) {
    margin-left: 0;
  }
  .sortlist ul.picture li:nth-child(3n) {
    margin-right: 0;
  }
  .sortlist ul.picture li:nth-child(4n) {
    margin-right: 0%;
  }
  .sortlist ul.picture li a {
    margin-top: 10px;
  }
  .sortlist ul.picture li a:first-child {
    height: 27vw;
  }
  .header-l {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 430px) {
  .footer-wrap p {
    white-space: wrap;
  }
  .footer-b {
    min-width: 100%;
  }
  .footer-b .qrcode p,
  .footer-b .qrcode .pic {
    float: none;
  }
  .footer-b .qrcode p {
    padding: 5px 0;
    line-height: 1.5;
  }
  .header-l {
    margin-top: 3.1vw;
  }
}
@media screen and (max-width: 400px) {
  .header-l {
    margin-top: 4vw;
  }
  .subpage-l .l-list {
    overflow: hidden;
  }
  .subpage-l .l-list-item {
    display: none;
  }
  .subpage-l .l-list-item:first-child {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .map .phone,
  .map .info {
    font-size: 14px;
    margin-top: 3vw;
  }
  .footer-wrap a,
  .footer-wrap p {
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */