@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 {
  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, .subpage-l, .list-l, .news-r-r-item .content span:first-child, .news-r-l, .news-l, .nav-item, .header .logo {
  float: left;
}

.fr, .subpage-r, .normal-title .more, .list-r, .news-r-r-item .content span.type, .news-r-r, .news-r, .header .search-box {
  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, .list-r-item a, .news-r-r-item .content span:first-child, .news-r-l a, .news-l .swiper-slide .content, .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, .subpage-l, .list-l, .news-r-r-item .content span:first-child, .news-r-l, .news-l, .nav-item, .header .logo {
  float: left;
}

.fr, .subpage-r, .normal-title .more, .list-r, .news-r-r-item .content span.type, .news-r-r, .news-r, .header .search-box {
  float: right;
}

.w12 {
  width: 1200px;
  margin: auto;
}

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

.menu {
  display: none;
  position: fixed;
  top: 80px;
  right: 3vw;
  z-index: 950;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #316ea1;
  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);
}

.header {
  background: url(../images/header-bg.jpg) no-repeat center;
  background-size: cover;
  height: 100px;
}
.header-wrap {
  height: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.header .logo {
  display: block;
}
.header .logo img {
  display: block;
}
.header .search-box {
  margin-top: 13px;
}
.header .search-box form {
  position: relative;
}
.header .search-input {
  border: none;
  background: rgba(255, 255, 255, 0.102);
  border-radius: 17px;
  width: 217px;
  height: 34px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
}
.header .search-input::-moz-placeholder {
  color: white;
}
.header .search-input::placeholder {
  color: white;
}
.header .search-btn {
  position: absolute;
  border-radius: 50%;
  background: url(../images/search-icon.png) rgb(78, 133, 172) no-repeat center;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: none;
}

.nav {
  height: 50px;
  line-height: 50px;
  background-color: #2462d3;
}
.nav-wrap {
  position: relative;
}
.nav-wrap-t {
  display: none;
}
.nav-wrap ul {
  width: 100%;
  overflow: hidden;
}
.nav-wrap ul #mode {
  max-width: 9%;
  position: absolute;
  width: 120px;
  height: 50px;
  background-color: #e8a738;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.nav-item {
  position: relative;
  z-index: 2;
  width: 9.0909090909%;
  text-align: center;
}
.nav-item > a {
  width: 100%;
  display: block;
  font-size: 18px;
  color: white;
}
.nav-item .sub {
  display: none;
  position: relative;
  z-index: 4;
  background-color: rgba(0, 67, 133, 0.5);
  padding: 0.78vw 1vw;
}
.nav-item .sub a {
  white-space: nowrap;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0.4166vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
.nav-item .sub a:hover {
  font-weight: bold;
  border-color: #fff;
}
.nav-item .sub li:last-child a {
  border: none;
}
.nav-item::after {
  display: none;
  top: 36px;
  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 {
  display: block;
  animation: fadeInUp 0.3s;
}

.banner {
  height: 454px;
  overflow: hidden;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide img {
  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: #2462d3;
}

.center {
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 36px;
}
.center-wrap {
  padding-top: 32px;
}

.news {
  overflow: hidden;
}
.news-l {
  width: 48.3%;
  position: relative;
}
.news-l .swiper-slide {
  height: 362px;
  position: relative;
}
.news-l .swiper-slide .pic {
  height: 100%;
}
.news-l .swiper-slide .pic:hover img {
  transform: scale(1.2);
}
.news-l .swiper-slide::after {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 44px;
  background-color: #000;
  opacity: 0.502;
}
.news-l .swiper-slide .content {
  color: #fff;
  position: absolute;
  z-index: 3;
  padding-left: 18px;
  left: 0;
  bottom: 0;
  max-width: calc(100% - 100px);
  line-height: 44px;
}
.news-l .swiper-pagination {
  max-width: 100px;
  right: 0;
  left: auto;
  text-align: right;
  padding-right: 7px;
}
.news-l .swiper-pagination span {
  width: 11px;
  height: 11px;
  opacity: 0.502;
  margin: 0 7px;
  background-color: #fff;
}
.news-l .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f8ae31;
  opacity: 1;
}
.news-r {
  width: 50%;
  position: relative;
  padding: 30px 14px 0;
  overflow: hidden;
}
.news-r-title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 53px;
  background-image: linear-gradient(-90deg, rgba(58, 166, 173, 0.9) 0%, rgba(36, 98, 211, 0.9) 100%);
  overflow: hidden;
  color: #fff;
  padding: 0 14px;
}
.news-r-title span {
  display: inline-block;
  line-height: 53px;
  background: url(../images/xszp-icon.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  padding-left: 36px;
}
.news-r-title .more {
  float: right;
  line-height: 53px;
  font-size: 14px;
  background: url(../images/more-icon-w.png) no-repeat right center;
  padding-right: 23px;
  color: #fff;
}
.news-r-title .more:hover {
  font-weight: bold;
}
.news-r-l {
  width: 56%;
  height: 330px;
  position: relative;
  margin-right: 20px;
}
.news-r-l .pic {
  height: 100%;
}
.news-r-l .pic:hover img {
  transform: scale(1.2);
}
.news-r-l .type {
  position: absolute;
  left: 18px;
  z-index: 2;
  top: 46px;
  background-color: rgba(248, 174, 49, 0.8);
  width: 60px;
  height: 24px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.news-r-l a {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  margin: auto;
  bottom: 0;
  color: #fff;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.502);
  line-height: 44px;
  padding: 0 10px;
}
.news-r-r {
  width: calc(44% - 20px);
}
.news-r-r-item {
  height: 156px;
  position: relative;
}
.news-r-r-item:last-child {
  margin-top: 20px;
}
.news-r-r-item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  overflow: hidden;
  padding: 0 12px;
  color: #fff;
}
.news-r-r-item .content span {
  display: block;
  line-height: 24px;
}
.news-r-r-item .content span:first-child {
  background: url(../images/video-icon.png) no-repeat left center;
  font-size: 16px;
  padding-left: 26px;
  max-width: calc(100% - 70px);
}
.news-r-r-item .content span.type {
  background-color: rgba(70, 213, 164, 0.8);
  width: 60px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
}
.news-r-r-item .pic:hover img {
  transform: scale(1.2);
}

.list {
  margin-top: 40px;
  overflow: hidden;
}
.list-l, .list-r {
  width: 48.3%;
}
.list-l-wrap {
  padding-top: 25px;
  overflow: hidden;
}
.list-l-item {
  display: block;
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  transition: all 0.5s;
}
.list-l-item:last-child {
  margin-right: 0;
}
.list-l-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px 0px rgba(50, 113, 230, 0.9);
}
.list-l-item img {
  width: 100%;
  display: block;
}
.list-r-wrap {
  margin-top: 15px;
}
.list-r-item {
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.5s;
}
.list-r-item a {
  max-width: calc(100% - 100px);
  float: left;
  padding-left: 17px;
  color: #333333;
  transition: all 0.5s;
  background: url(../images/list-bg.png) no-repeat left center;
}
.list-r-item span {
  float: right;
  font-size: 14px;
  color: #888888;
}
.list-r-item:hover {
  width: calc(100% - 10px);
  margin: auto;
  box-shadow: 0 0 5px 0px rgba(58, 166, 173, 0.9);
  border-radius: 5px;
  padding: 0 5px;
  transform: translateY(-5px);
}
.list-r-item:hover a {
  color: #2462d3;
  font-weight: bold;
}

.link {
  margin-top: 40px;
}
.link-wrap {
  position: relative;
}
.link .swiper-container {
  padding: 0 10px;
  padding-top: 30px;
}
.link .swiper-slide {
  width: 260px;
}
.link .swiper-slide a {
  display: block;
  width: 100%;
}
.link .swiper-slide .pic {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  width: 100%;
  height: 100px;
  position: relative;
}
.link .swiper-slide .pic img {
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link .swiper-slide p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-top: 20px;
}
.link .swiper-button-prev, .link .swiper-button-next {
  top: 50%;
}
.link .swiper-button-prev {
  width: 18px;
  height: 30px;
  left: -37px;
  background: url(../images/left-icon.png) no-repeat center;
}
.link .swiper-button-next {
  width: 18px;
  height: 30px;
  right: -37px;
  background: url(../images/right-icon.png) no-repeat center;
}

.normal-title {
  border-bottom: 1px solid rgba(39, 96, 183, 0.302);
  padding-bottom: 18px;
}
.normal-title a {
  color: #2462d3;
}
.normal-title a:first-child {
  font-size: 20px;
  font-weight: bold;
  padding-left: 28px;
  background: url(../images/zyjs-icon.png) no-repeat left center;
  position: relative;
}
.normal-title a:first-child::after {
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #2462d3;
  bottom: -20px;
}
.normal-title .more {
  margin-top: 6px;
  font-size: 14px;
  padding-right: 23px;
  background: url(../images/more-icon-b.png) no-repeat right center;
}
.normal-title .more:hover {
  font-weight: bold;
}

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

.footer {
  padding: 30px 0;
  height: 242px;
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
  border-top: 2px solid #f8ae31;
}
.footer-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-l {
  flex-shrink: 0;
}
.footer-c {
  flex: 1;
  margin: 0 3.8%;
  padding: 0 3.25%;
  height: 100%;
  color: #fff;
  background: url(../images/footer-line.png) no-repeat left center, url(../images/footer-line.png) no-repeat right center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-c span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.footer-c span::after {
  width: 25px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.footer-c .info:first-child {
  padding-right: 5.25%;
  margin-right: 5.25%;
  position: relative;
}
.footer-c .info:first-child::after {
  height: 170px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/footer-line.png) no-repeat right center;
}
.footer-c p {
  font-size: 14px;
  white-space: nowrap;
  line-height: 32px;
}
.footer-r {
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.footer-r .qrcode {
  float: right;
  text-align: center;
  margin-right: 25px;
}
.footer-r .qrcode:last-child {
  margin-right: 0;
}
.footer-r .qrcode .pic {
  width: 101px;
  height: 101px;
}
.footer-r .qrcode p {
  font-size: 14px;
  line-height: 24px;
}

.school-info {
  height: 44px;
  background-color: #004385;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
}
.school-info a {
  color: #fff;
  display: inline-block;
}
.school-info a:nth-child(3) {
  background: url(../images/ga-icon.png) no-repeat left;
  padding-left: 20px;
}
.school-info-wrap {
  overflow: hidden;
}
.school-info-l {
  width: calc(100% - 140px);
  float: left;
}
.school-info-l a,
.school-info-l span {
  margin-right: 1.4%;
}
.school-info-r {
  float: right;
}

.subpage {
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
}
.subpage-top {
  height: 300px;
  position: relative;
}
.subpage-top::after {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 83px;
  z-index: 1;
  background: url(../images/top-bg-1.png) no-repeat top center;
}
.subpage-top img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.subpage-top .location {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  line-height: 26px;
}
.subpage-top .location span,
.subpage-top .location a {
  font-size: 14px;
}
.subpage-top .location span {
  display: inline-block;
  padding-left: 31px;
  background: url(../images/local-item.png) no-repeat left center;
}
.subpage-top .location a {
  display: inline-block;
  color: #fff;
  margin-right: 2px;
}
.subpage-top .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 #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 #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 #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 #l-nav-item .sub {
  display: none;
}
.subpage-l .l-nav #l-nav-item .sub a {
  min-height: 36px;
  padding: 6px 30px;
  transition: all 0.5s;
}
.subpage-l .l-nav #l-nav-item .sub a:hover {
  background-color: #e8a738;
  color: #fff;
}
.subpage-l .l-nav #l-nav-item:hover > a, .subpage-l .l-nav #l-nav-item.on > a {
  color: #fff;
  font-weight: bold;
  background-color: #e8a738;
}
.subpage-l .l-nav #l-nav-item:hover i, .subpage-l .l-nav #l-nav-item.on i {
  background: url(../images/right-icon-w.png) no-repeat center;
}
.subpage-l .l-nav #l-nav-item.on {
  height: auto;
}
.subpage-l .l-nav #l-nav-item.on .sub {
  display: block;
  animation: fadeInUp 0.3s;
}
.subpage-l .l-nav #l-nav-item.on i {
  transform: rotate(90deg);
}
.subpage-l .l-list {
  margin-top: 30px;
}
.subpage-l .l-list .title {
  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 .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 .sortlist ul.picture {
  margin-top: 20px;
}

.sortlist {
  width: 100%;
}
.sortlist dl,
.sortlist dt {
  width: 100%;
}
.sortlist dl {
  margin-bottom: 30px;
}
.sortlist dt {
  margin-top: 15px;
  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;
}

.gk-t {
  margin-top: 51px;
  overflow: hidden;
}
.gk-tl {
  float: left;
  width: 51%;
}
.gk-tl .title {
  padding-bottom: 24px;
}
.gk-tl .title a {
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #205cc7;
}
.gk-tl .title a::after {
  width: 100px;
  left: 0;
  bottom: -24px;
  height: 4px;
  background-color: #205cc7;
}
.gk-tl .content {
  margin-top: 40px;
  height: 376px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 40px;
  padding-right: 16px;
  text-align: justify;
}
.gk-tl .content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gk-tl .content::-webkit-scrollbar-thumb {
  background: #205cc7;
}
.gk-tr {
  float: right;
  width: 46%;
  height: 471px;
  position: relative;
}
.gk-tr img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
.gk-c {
  margin-top: 25px;
}
.gk-c .title {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(39, 96, 183, 0.3);
}
.gk-c .title a {
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #2462d3;
  font-weight: bold;
}
.gk-c .title a::after {
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 3px;
  background-color: #2462d3;
}
.gk-c ul {
  padding-top: 32px;
  overflow: hidden;
}
.gk-c-item {
  display: block;
  width: calc(33.3% - 20px);
  float: left;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.5s;
}
.gk-c-item:last-child {
  margin-right: 0;
}
.gk-c-item img {
  display: block;
  width: 100%;
}
.gk-c-item:hover {
  box-shadow: 0 0 10px 0px rgba(50, 113, 230, 0.9);
  transform: translateY(-10px);
}
.gk-b {
  margin-top: 50px;
  margin-bottom: 47px;
}
.gk-b .title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(39, 96, 183, 0.3);
}
.gk-b .title a {
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #2462d3;
  font-weight: bold;
}
.gk-b .title a::after {
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2462d3;
}
.gk-b .content {
  padding-top: 32px;
  overflow: hidden;
}
.gk-b .content-item {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  height: 225px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(229, 229, 229);
}
.gk-b .content-item:last-child {
  float: right;
}
.gk-b .content-item .pic {
  width: 150px;
  height: 100%;
  float: left;
}
.gk-b .content-item .info {
  float: right;
  height: 100%;
  width: calc(100% - 150px);
  padding: 10px 22px;
}
.gk-b .content-item .info .name {
  display: block;
  color: #2462d3;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
}
.gk-b .content-item .info .name span {
  margin-left: 21px;
  color: #e7b01d;
  font-size: 16px;
}
.gk-b .content-item .info p {
  height: 142px;
  overflow-y: auto;
  text-align: justify;
  padding-right: 14px;
  font-size: 14px;
  line-height: 32px;
}
.gk-b .content-item .info p::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gk-b .content-item .info p::-webkit-scrollbar-thumb {
  background: #205cc7;
}

.article {
  margin-top: 5px;
  margin-bottom: 40px;
}
.article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #366fd7;
}
.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;
}

@media screen and (max-width: 1274px) {
  .link .swiper-container {
    width: calc(100% - 74px);
    margin: auto;
  }
  .link .swiper-button-prev {
    left: 0;
  }
  .link .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .w12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .link .swiper-button-prev {
    left: 10px;
  }
  .link .swiper-button-next {
    right: 10px;
  }
  .footer {
    height: auto;
  }
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-l {
    width: 13vw;
  }
  .footer-l img {
    width: 100%;
  }
  .footer-c {
    padding: 0 2vw;
    margin: 0 2vw;
  }
  .footer-r .qrcode .pic {
    width: 9vw;
    height: 9vw;
  }
  .school-info {
    height: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-item > a {
    font-size: 16px;
  }
  .school-info-r, .school-info-l {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo {
    width: calc(100% - 240px);
  }
  .header .logo img {
    width: 100%;
  }
  .header .search-box {
    margin-top: 0;
  }
  .sortlist ul {
    overflow: hidden;
  }
  .sortlist ul.picture li {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .sortlist ul.picture li:nth-child(3n) {
    margin-right: 0;
  }
  .sortlist ul.picture li:nth-child(4n) {
    margin-right: 3%;
  }
  .sortlist ul.picture li a {
    margin-top: 10px;
  }
  .sortlist ul.picture li a:first-child {
    height: 12vw;
  }
  .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;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .header {
    height: auto;
  }
  .header-wrap {
    display: block;
  }
  .header .logo {
    max-width: 90%;
    width: auto;
    float: none;
    margin: auto;
  }
  .header .search-box {
    max-width: 300px;
    min-width: 217px;
    width: 70%;
    float: none;
    margin: auto;
    margin-top: 3vw;
  }
  .header .search-box form {
    text-align: center;
  }
  .header .search-input {
    width: 100%;
  }
  .nav {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 11;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.49);
  }
  .nav-wrap {
    position: absolute;
    left: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #004385;
    padding: 30px 10px;
  }
  .nav-wrap ul {
    overflow-y: auto;
  }
  .nav-wrap ul #mode {
    display: none;
  }
  .nav-wrap-t {
    width: 100%;
    display: block;
  }
  .nav-wrap-t .pic {
    display: block;
  }
  .nav-wrap-t img {
    display: block;
    width: 100%;
  }
  .nav-item {
    margin-top: 10px;
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 10px;
  }
  .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 {
    animation: none;
    display: none;
  }
  .nav-item .sub {
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 5px 5px;
  }
  .nav-item .sub a {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
  }
  .nav-item.active i {
    transform: rotate(180deg);
  }
  .banner {
    height: 54vw;
  }
  .news-l, .news-r {
    float: none;
    width: 100%;
  }
  .news-r {
    margin-top: 4vw;
  }
  .news-r-title span {
    font-size: 18px;
  }
  .news-r-title .more {
    font-size: 12PX;
  }
  .news-l .swiper-slide {
    height: 60vw;
  }
  .news-l .swiper-slide .content {
    font-size: 16px;
  }
  .list-l, .list-r {
    float: none;
    width: 100%;
  }
  .list-r {
    margin-top: 4vw;
  }
  .footer-l {
    display: none;
  }
  .footer-c {
    padding: 0;
    margin: 0;
    background: none;
    flex-wrap: wrap;
  }
  .footer-c .info:first-child {
    padding: 0;
    margin: 0;
  }
  .footer-c .info:first-child::after {
    display: none;
  }
  .footer-r {
    flex: 1;
    flex-shrink: 0;
  }
  .footer-r .qrcode .pic {
    width: 15vw;
    height: 15vw;
  }
  .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;
  }
  .subpage-l .l-list-item:first-child {
    margin-right: 4%;
  }
  .subpage-r-list {
    margin: 6vw auto !important;
  }
  .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;
  }
  .gk-t {
    margin-top: 6vw;
  }
  .gk-tl, .gk-tr {
    width: 100%;
    float: none;
  }
  .gk-tr {
    display: none;
  }
  .gk-tl .title a {
    font-size: 24px;
  }
  .gk-tl .content {
    margin-top: 5vw;
    height: 200px;
  }
  .gk-c .title {
    padding-bottom: 15px;
  }
  .gk-c .title a {
    font-size: 18px;
  }
  .gk-c .title a::after {
    bottom: -20px;
  }
  .gk-b {
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
  .gk-b .title {
    padding-bottom: 15px;
  }
  .gk-b .title a {
    font-size: 18px;
  }
  .gk-b .title a::after {
    bottom: -20px;
  }
  .gk-b .content {
    padding-top: 5vw;
  }
  .gk-b .content-item {
    width: 100%;
    float: none;
    margin: auto;
  }
  .gk-b .content-item:last-child {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 560px) {
  .footer-wrap {
    display: block;
  }
  .footer-c, .footer-r {
    width: 100%;
    float: none;
  }
  .footer-r {
    justify-content: space-evenly;
    margin-top: 4vw;
  }
  .footer-r .qrcode .pic {
    width: 30vw;
    height: 30vw;
  }
  .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;
  }
  .gk-c ul {
    padding-top: 3vw;
  }
  .gk-c-item {
    width: 60%;
    margin: auto;
    margin-top: 4vw;
    float: none;
  }
  .gk-c-item:last-child {
    margin: auto;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .news-r-l {
    width: 100%;
    float: none;
    margin-right: 0;
    height: 87vw;
  }
  .news-r-r {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .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;
  }
  .gk-c ul {
    padding-top: 3vw;
  }
  .gk-c-item {
    width: 90%;
  }
  .menu {
    top: 17vw;
  }
}/*# sourceMappingURL=index.css.map */