@font-face {
  font-family: "Heebo Medium";
  src: url("../font/HEEBO-MEDIUM-6.TTF");
}

@font-face {
  font-family: "Heebo Regular";
  src: url("../font/HEEBO-REGULAR-7.TTF");
}

@font-face {
  font-family: "Heebo Light";
  src: url("../font/HEEBO-LIGHT-5.TTF");
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f5f5f7;
  z-index: 100000000;
}

body {
  background: #f5f5f7;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

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

a:hover {
  color: #005ca1;
}

.trans {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: 0.16rem;
  font-family:
    "Heebo Regular",
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    Arial,
    sans-serif,
    Helvetica Neue,
    "Helvetica Neue",
    "Open Sans",
    "Hiragino Sans GB",
    sans-serif;
}

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

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

select::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #005ca1;
}

.w100 {
  width: 100%;
}

.l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.25;
}

.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.l5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.l6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.l7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.zi2 {
  position: relative;
  z-index: 2;
}

.zi5 {
  position: relative;
  z-index: 5;
}

.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.check:checked + label,
.check:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 16px;
  cursor: pointer;
  padding-left: 24px;
  line-height: 18px;
}

.check + label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  content: "";
}

.check + label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background: #fff;
  border: 1px solid #888;
}

.check:checked + label:after {
  background: #005ca1;
}

.check:checked + label:before {
  border-color: #005ca1;
}

.radio:checked + label,
.radio:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 24px;
}

.radio + label:after,
.radio + label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
}

.radio:not(:checked) + label:after,
.radio:not(:checked) + label:before {
  border: 1px solid #888;
}

.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio:checked + label:before {
  border: 1px solid #005ca1;
}

.radio:checked + label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005ca1;
  top: 4px;
  left: 5px;
}

.imgBox {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.imgBox .img,
.imgBox .imgLi {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.imgBox .img,
.imgBox .imgLi {
  padding-bottom: 60%;
  transition: 0.5s;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background: #eee;
}

.imgBox img,
.imgBox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.ieFiximg img {
  opacity: 0\0;
  transition: 0.5s;
}

.ieFiximg .imgbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.none {
  display: none;
}

.overhide {
  overflow: hidden;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.poab {
  position: absolute;
}

.pore {
  position: relative;
}

.text-r {
  text-align: right;
}

.text-m {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-ver {
  writing-mode: tr-lr;
  writing-mode: vertical-lr;
}

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

.abUrl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flexjs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.scbox {
  overflow-y: auto;
}

.scbox::-webkit-scrollbar {
  width: 4px;
  display: block;
}

.scbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}

.scbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #005ca1;
}

.aline_w {
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  );
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

.alin_w:hover .aline_w {
  background-size: 100% 1px;
  color: #fff;
}

.aline_w:hover {
  background-size: 100% 1px;
}

.aline_r {
  position: relative;
  background-image: linear-gradient(#005ca1, #005ca1);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  transition: 0.5s;
}

.alin_r:hover .aline_r {
  background-size: 100% 1px;
  color: #005ca1;
}

.aline_r:hover {
  background-size: 100% 1px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

@keyframes sca {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

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

@keyframes go {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

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

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

#gotop {
  position: fixed;
  z-index: 90;
  bottom: 0.6rem;
  right: 0.1rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  width: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  z-index: 100;
  background: #265ee1;
}

#gotop.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#gotop svg {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
  transition: 0.5s;
}

.wp {
  max-width: 14.4rem;
  margin: 0 auto;
  width: 94%;
}

.transImg {
  display: block;
  overflow: hidden;
}

.transImg img {
  transition: 0.5s;
}

@media screen and (min-width: 1201px) {
  .ieFiximg.trans:hover img {
    transform: scale(1.08);
  }

  .imgBox.trans:hover img {
    transform: scale(1.08);
  }

  .a:hover .imgBox.trans img {
    transform: scale(1.08);
  }

  .a:hover .ieFiximg.trans img {
    transform: scale(1.08);
  }

  .transImg:hover img {
    transform: scale(1.08);
  }

  .a:hover .transImg img {
    transform: scale(1.08);
  }
}

@media (max-width: 769px) {
  .wp {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 769px) {
  /* .header .wp {
    max-width: 94%;
  } */

  .wp {
    padding: 0 0.7rem;
  }

  html {
    font-size: 85px !important;
  }

  .wp {
    padding: 0 15px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}

@media screen and (max-width: 350px) {
  html {
    font-size: 65px !important;
  }
}

@media (max-width: 769px) {
  #gotop {
    transform: scale(0.7);
    bottom: 0.6rem;
  }
}

.arc-con {
  text-align: justify;
}

.arc-con img {
  max-width: 100%;
  width: 800px;
  margin: 0.12rem auto !important;
  height: auto !important;
}

.arc-con video {
  max-width: 100%;
  width: 800px;
  margin: 0.12rem auto !important;
  height: auto !important;
}

.arc-con img.spimg {
  max-width: inherit;
}
/*
.arc-con * {
 font-size: 0.16rem !important;
text-indent: 2em !important;
  line-height: 1.75 !important;
  color: #333333 !important;
  background-color: #f5f5f7;
  background: none;
  font-family: inherit !important;
  word-break: inherit !important;
}
*/
.arc-con video {
  height: auto !important;
}

.arc-con p.imgh {
  text-indent: 0 !important;
  text-align: center;
}

.arc-con p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 769px) {
  .scroll {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.h4s1 {
  font-size: 0.2rem;
  color: #363a3f;
  line-height: 0.3rem;
  transition: 0.5s;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.h4s2 {
  font-size: 0.2rem;
  color: #363a3f;
  line-height: 0.3rem;
  max-height: 0.6rem\0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.h4s3 {
  font-size: 0.2rem;
  color: #363a3f;
  line-height: 0.3rem;
  max-height: 0.9rem\0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.h6s1 {
  font-size: 0.14rem;
  color: #005ca1;
  line-height: 1.25;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ps1 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ps2 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  max-height: calc(0.22rem * 2) \0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ps3 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  max-height: calc(0.22rem * 3) \0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ps4 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  max-height: calc(0.22rem * 4) \0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ps5 {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  max-height: calc(0.22rem * 5) \0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h4,
h5,
h6 {
  font-weight: normal;
}

.bd_li {
  transition: 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
  transition: 0.3s;
  width: 100%;
  max-width: 100vw;
}

.header:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  height: 1.5rem;
  z-index: -1;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  transition: 0.5s;
}

.header .wp {
 /* padding-right: 0.44rem;
 max-width: 17rem;
*/
  transition: 0.3s;
  align-items: center;
  max-width: 17.7rem;
  height: 1.3rem;
}

.header .logo {
  position: relative;
  width: 2.13rem;
  max-width: 13%;
}

.header .logo img {
  transition: 0.3s;
}

.header .logo img.i2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.header .navbtn {
  width: 0.36rem;
  transition: 0.3s;
  z-index: 5;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.menu-btn {
  overflow: hidden;
  width: 0.36rem;
  height: 0.36rem;
  background: 0 0;
  opacity: 1;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: 0;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.36rem;
  height: 2px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-property: transform, width, margin, background-color;
  margin-top: -1px;
}

.menu-btn .line-1 {
  margin-top: -0.1rem;
  width: 100%;
}

.menu-btn .line-3 {
  margin-top: 0.08rem;
  width: 100%;
}

.navBtnm {
  display: none;
}

.navBtnm .topser {
  margin: 0 0.2rem 0 0;
}

body.navShow .menu-btn .line-1 {
  visibility: hidden;
}

body.navShow .menu-btn .line-2 {
  margin-top: -1px !important;
  width: 90%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.navShow .menu-btn .line-3 {
  margin-top: -1px !important;
  width: 90%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .topnav {
  margin: 0 0.2rem 0 0;
  transition: 0.5s;
}

.header .topnav ul {
  align-items: center;
}

.header .topnav ul li {
  margin-left: 0.3rem;
  font-size: 0.2rem;
  position: relative;
  transition: 0.3s;
}

.header .topnav ul li:before {
  content: "";
  position: absolute;
  top: 0.65rem;
  height: 3px;
  width: 0;
  background: #d6492d;
}

.header .topnav ul li > a {
  color: #fff;
  transition: 0.5s;
}

.header .topnav ul li i.plus {
  position: absolute;
  right: 0;
  top: 0.15rem;
  color: #999;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  display: none;
  transition: 0.3s;
  font-family: "lib";
}

.header .topnav ul li i.plus.show {
  transform: rotate(180deg);
}

.header .topnav ul li .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  padding-top: 0.2rem;
  min-width: 1.5rem;
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform-origin: top center;
}

.header .topnav ul li .sub-nav .sub-nav-h {
  position: relative;
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.header .topnav ul li .sub-nav .sub-nav-h:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #005ca1;
}

.header .topnav ul li .sub-nav .sub-nav-h a {
  display: block;
  font-size: 0.15rem;
  padding: 0 0.1rem;
  white-space: nowrap;
  line-height: 0.3rem;
  text-align: center;
  transition: 0.5s;
}

.header .topnav ul li .sub-nav .sub-nav-h a:hover {
  color: #005ca1;
}

.header .topnav ul li .sub-nav .sub-nav-h:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  bottom: calc(100% + 4px);
  border-radius: 50%;
  display: none;
}

.ser-layer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.ser-layer.showdiv {
  opacity: 1;
  visibility: visible;
}

.ser-layer .serclose {
  font-size: 0.3rem;
  position: absolute;
  right: 0.3rem;
  top: 0.25rem;
  text-align: center;
  line-height: 0.3rem;
  cursor: pointer;
  color: #fff;
  font-family: "lib";
}

.ser-layer .serform {
  width: 90%;
  margin: 0 auto;
  margin: 0\0;
  transform: translateY(1.5rem);
  transition: 0.2s 0.1s;
}

.ser-layer.showdiv .serform {
  transform: translateY(0);
  transition: 0.5s 0.3s;
}

.sssBox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sssBox h4 {
  font-size: 0.24rem;
  color: #fff;
}

.sssBox .rips {
  justify-content: center;
}

.ser-layer .serform .input-group {
  width: 5.5rem;
  margin: 0.2rem auto 0.1rem;
  max-width: 100%;
}

.ser-layer .serform .input-group .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.5rem;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  border-radius: 0;
}

.ser-layer .serform .input-group .sub:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  background: url(../image/ser.png) no-repeat center;
  background-size: 0.23rem 0.22rem;
}

.ser-layer .serform .input-group .inp {
  height: 0.5rem;
  border: 0;
  border-right: 0;
  padding-right: 0.9rem;
  width: 100%;
  padding-left: 0.2rem;
  background: #fff;
  border-radius: 0.08rem;
}

@media (max-width: 769px) {
  .ser-layer .serclose {
    right: 4%;
    top: 0.2rem;
  }
}

.header .topr {
  display: flex;
}

.header .topr .toplink {
  justify-content: flex-end;
  order: 1;
}

.header .topr .toplink ul {
  align-items: center;
}

.header .topr .toplink ul li {
  position: relative;
  padding: 0 0.14rem;
  display: flex;
  justify-content: center;
}

.header .topr .toplink ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.header .topr .toplink ul li .a {
  font-size: 0.16rem;
  color: #fff;
}

.header .topr .toplink ul li .a span {
  font-size: 0.15rem;
  color: #fff;
  border: #fff 1px solid;
  line-height: 0.22rem;
  height: 0.22rem;
  padding: 0 0.14rem;
  border-radius: 50vw;
  transition: 0.5s;
}

.header .topr .toplink ul li .a i {
  font-size: 0.2rem;
  font-family: "lib";
}

.header .topr .toplink ul li .a i.swi-Untitled-1 {
  font-size: 0.18rem;
}

.header .topr .toplink ul li:last-child {
  padding-right: 0 !important;
  min-width: auto;
}

.header .topr .toplink ul li:last-child:before {
  display: none;
}

#openBtn {
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}
/*
.header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.04rem;
  background: #33579d;
  opacity: 0.6;
}
*/
#openBtn {
  cursor: pointer;
  display: flex;
  text-align: center;
  position: absolute;
  z-index: 1;
/*
  top: 0.04rem;
  right: 0.3rem;
  width: 0.8rem;
  height: 0.83rem;
*/
    top: 0.46rem;
    right: 0;
    width: 0.55rem;
    height: 0.35rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: url(../image/youla.png) center no-repeat;
  background-size: cover;
  transition: background-image 0.8s ease;
  /* 兼容写法 */
  -webkit-transition: background-image 0.8s ease;
}
#openBtn.active {
  background: url(../image/youlax.png) center no-repeat;
  background-size: cover;
}
#openBtn .lcbody {
  width: 20px;
  height: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: 2px;
  position: absolute;
  transition: transform 0.36s ease;
  left: 0;
  border-radius: 0;
}

#openBtn .lcbody .lcitem:nth-child(1),
#openBtn .lcbody .lcitem:nth-child(3) {
  width: 100%;
}

#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
}

#openBtn .lcbody .top {
  top: 0;
}

#openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
}

#openBtn .lcbody .bottom {
  bottom: 0;
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%;
}

.active#openBtn .lcitem.center {
  opacity: 0;
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%;
}
@media screen and (max-width: 769px) {
  .header .topr {
    padding-right: 0.65rem;
  }

  #openBtn {
/*
    right: 0.1rem;
    width: 0.45rem;
    height: 0.5rem;
*/
right: 0;
top: 0.18rem;
}
}
@keyframes move {
  0% {
    right: 0;
  }

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

  60% {
    right: auto;
    width: 0%;
  }

  100% {
    right: auto;
    width: 100%;
  }
}

.site-menu {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  clip-path: none;
  transition:
    opacity 0s 0.92s,
    visibility 0s 0.92s;
}

.site-menu-close {
  font-size: 0.4rem;
  text-align: center;
  cursor: pointer;
  color: #265ee1;
  font-family: "lib";
  z-index: 10;
  transition: 0.5s;
}

.site-menu-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1.2rem 0 0.45rem;
  /* background: #f5f5f7 url(../image/site.jpg) center bottom no-repeat; */
  background: #f5f5f7;
  background-size: 100% auto;
  background-attachment: fixed;
}

.site-menu-main {
  flex: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-menu-main .ul {
  flex: 1;
  overflow: hidden;
  margin: 0 -1.7vw;
}

.site-menu .top {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 0.26rem;
  margin-bottom: 0.38rem;
}

.site-menu .top .wp {
  align-items: center;
  max-width: 100%;
  max-width: 17.8rem;
}

.site-menu .topser a,
.site-menu .lan a {
  color: #265ee1;
}

.site-menu .toplink ul li .a {
  color: #333;
}

.site-menu .toplink ul li .a i {
  color: #265ee1;
}

.site-menu .toplink ul li svg {
  fill: #265ee1;
}

.site-menu .bottom {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.site-menu .bottom .wp {
  width: 100%;
  max-width: 17rem;
}

.site-menu.site-menu-is-open {
  opacity: 1;
  visibility: visible;
  clip-path: none;
  transition:
    opacity 0s,
    visibility 0s;
}

.site-menu.site-menu-is-open .site-menu-main {
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: inset(0 0 0 0);
}

.site-menu-main .ul li {
  transform: translateY(0.2rem);
  opacity: 0;
  transition: 1s;
  padding: 0 1.7vw;
  flex: auto;
}

.site-menu-main .ul li > a {
  font-size: 0.22rem;
  color: #005ca1;
  margin-bottom: 0.1rem;
  display: block;
  position: relative;
  padding: 0.2rem 0 0;
}

.site-menu-main .ul li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #005ca1;
  width: 100%;
  height: 2px;
}

.site-menu-main .ul li h6 {
  padding-bottom: 0.03rem;
  position: relative;
  font-size: 0.12rem;
  color: #a9a9a9;
  border-bottom: #d6d6d6 1px solid;
  margin-bottom: 0.3rem;
}

.site-menu-main .ul li i {
  font-size: 0.14rem;
  color: #005ca1;
  font-family: "lib";
  opacity: 0;
  transition: 0.5s;
}

.site-menu-main .ul li .sub-nav a {
  font-size: 0.16rem;
  color: #222222;
  line-height: 2;
  margin: 0.05rem 0;
  display: block;
  transition: 0.5s;
}

.site-menu-main .ul li .sub-nav a:hover {
  color: #005ca1;
}

.site-menu-main .ul li:hover i {
  opacity: 1;
}

.site-menu-main .ul li:nth-child(1) {
  transition-delay: 0.2s;
}

.site-menu-main .ul li:nth-child(2) {
  transition-delay: 0.3s;
}

.site-menu-main .ul li:nth-child(3) {
  transition-delay: 0.4s;
}

.site-menu-main .ul li:nth-child(4) {
  transition-delay: 0.5s;
}

.site-menu-main .ul li:nth-child(5) {
  transition-delay: 0.6s;
}

.site-menu-main .ul li:nth-child(6) {
  transition-delay: 0.7s;
}

.site-menu-main .ul li:nth-child(7) {
  transition-delay: 0.8s;
}

.site-menu-main .ul li:nth-child(8) {
  transition-delay: 0.9s;
}

.site-menu-main .ul li:nth-child(9) {
  transition-delay: 1s;
}

.site-menu-main .ul li:nth-child(10) {
  transition-delay: 1.1s;
}

.site-menu-main .ul li:nth-child(11) {
  transition-delay: 1.2s;
}

.site-menu-main .ul li:nth-child(12) {
  transition-delay: 1.3s;
}

.site-menu-main .ul li:nth-child(13) {
  transition-delay: 1.4s;
}

.site-menu-is-open .site-menu-main .ul li {
  opacity: 1;
  transform: translateY(0);
}

.site-menu-main .bd {
  margin: 1vw 0 0;
  transform: translateY(0.2rem);
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}

.site-menu-main .bd ul {
  margin: 0 -1.1vw;
}

.site-menu-main .bd ul li {
  padding: 0.05rem 1.1vw;
  width: 12.5%;
}

.site-menu-main .bd ul li a {
  align-items: center;
  padding: 0.1rem 0;
  border-bottom: #005ca1 1px solid;
  font-size: 0.16rem;
  color: #222222;
  transition: 0.5s;
}

.site-menu-main .bd ul li a i {
  font-size: 0.22rem;
  color: #005ca1;
  font-family: "lib";
  transform: rotate(45deg);
}

.site-menu-is-open .site-menu-main .bd {
  opacity: 1;
  transform: translateY(0);
}

.headerw {
  background: #fff;
}

.headerw:before {
  display: none;
}

.headerw .topr .toplink ul li .a {
  color: #222222;
}

.headerw .topr .toplink ul li .a span {
  color: #222222;
  border: #333333 1px solid;
}

.headerw .topnav ul li > a {
  color: #333;
}

.headerw .topr .toplink ul li .a i.swi-Untitled-1 {
  color: #005ca1;
}

.headerw .topr .toplink ul li:before {
  background: rgba(34, 34, 34, 0.3);
}

.headerw #openBtn .lcbody .lcitem div {
  background: #000000;
}

.pat {
  margin: 0.84rem 0 0;
}

.h3-1 {
  font-size: 0.24rem;
  color: #005ca1;
  font-weight: normal;
  margin-bottom: 0.1rem;
}

@media (min-width: 769px) {
  .a:hover h4,
  .site-menu-main .bd ul li a:hover {
    color: #005ca1;
  }

  .header .topr ul li .a span:hover {
    border: #005ca1 1px solid;
    background: #005ca1;
    color: #222222;
  }
}

@media (min-width: 769px) {
  .a:hover h4 {
    color: #005ca1;
  }

  .header .topnav ul li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
    transform: scaleY(1) translateX(-50%);
  }

  .toplink ul li .a:hover {
    color: #005ca1 !important;
  }

  .topser a:hover,
  .lan a:hover {
    border: #005ca1 1px solid;
    background: #005ca1;
  }
}

@media (max-width: 769px) {
  .header .topnav {
    display: none;
  }

  .site-menu-main .ul {
    margin: 0;
  }

  .header .topr ul li:nth-child(1) {
    display: none;
  }

  .site-menu-main .ul li {
    width: 100%;
    padding: 0.1rem 0;
  }

  .navShow .header:before {
    opacity: 1;
    visibility: visible;
  }

  .sub-nav-h {
    display: flex;
    flex-wrap: wrap;
  }

  .site-menu-main .ul li .sub-nav a {
    min-width: 33.33%;
    margin: 0;
    font-size: 0.14rem;
    padding: 0 10px 0 0;
  }

  .site-menu-main .bd ul li {
    width: auto;
    min-width: 33.33%;
  }

  .site-menu-main .ul li > a:before {
    height: 1px;
    opacity: 0.25;
  }

  .h3-1 {
    font-size: 0.2rem;
  }

  .site-menu-main {
    padding: 0.7rem 0 0.3rem;
  }

  .site-menu-main .bd ul {
    margin-top: -0.15rem;
  }

  .site-menu-main .bd ul li a {
    font-size: 0.14rem;
  }

  .site-menu-main .bd ul li a i {
    font-size: 0.16rem;
  }

  .header:before {
    height: 1rem;
  }

  .header .wp {
    height: 0.7rem;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  #gotop:hover {
    background: #005ca1;
  }
}

@media (max-width: 769px) {
  .scroll {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.miso_form1 {
  width: 100%;
  margin: 0 0 0.6rem;
}

.miso_form1 .input-group .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 100%;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  border-radius: 0 0.16rem 0.16rem 0;
  font-size: 0.3rem;
  color: #005ca1;
}

.miso_form1 .input-group .sub:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 1px;
  height: 0.3rem;
  background: #b1b1b1;
  margin: -0.15rem 0 0;
}

.miso_form1 .input-group .inp {
  height: 0.6rem;
  border: 0;
  border-right: 0;
  padding-right: 2rem;
  width: 100%;
  padding-left: 0.45rem;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  font-size: 0.3rem;
  background: url(../image/form1_i1.png) left center no-repeat;
  background-size: 0.27rem 0.29rem;
  color: #fff;
}

.rips {
  margin: 0.1rem 0 0;
}

.rips dt {
  font-size: 0.16rem;
  color: #c1c1c1;
}

.rips .dd {
  flex: 1;
}

.rips .dd .a {
  font-size: 0.16rem;
  color: #fff;
}

@media (max-width: 769px) {
  .miso_form1 {
    display: block;
    order: 1;
    margin: 0 0 0.4rem;
  }

  .list_link {
    margin-bottom: 0.1rem;
  }

  .header .topr .toplink ul li {
    padding: 0 0.08rem;
    min-width: auto;
  }

  .header .topr .toplink ul li .a span {
    padding: 0 0.04rem;
    border: none;
  }

  .header .logo {
    margin-top: 0.1rem;
    max-width: calc(100% - 2.8rem);
  }

  .miso_form1 .input-group .sub:after {
    height: 0.12rem;
    margin: -0.06rem 0 0;
  }

  .rips .dd .a {
    font-size: 0.14rem;
  }

  .miso_form1 .input-group .inp {
    background-size: 0.16rem 0.18rem !important;
    padding: 0 0.4rem 0 0.26rem;
    font-size: 0.2rem;
  }

  .miso_form1 .input-group .sub {
    font-size: 0.2rem;
    width: 1rem;
  }
}

footer {
  height: 3rem;
  margin-bottom: 0.7rem;
}

footer .wp {
  max-width: 17rem;
}

footer .fl1 {
  padding: 0.3rem 0;
  overflow: hidden;
  background: #fff;
}

footer .fl1 .f_logo {
  width: 2.5rem;
  margin-bottom: 0.2rem;
}

footer .fl1 .left p {
  font-size: 0.16rem;
  color: #222222;
  line-height: 2.25;
}

footer .fl1 .right {
  /*padding: 0.2rem 0 0;*/
  padding: 0.5rem 0 0;
}

.footerwx {
  background: url("../image/footerwx.png") no-repeat;
  background-size: contain;
}
.footerdy {
  background: url("../image/footerdy.png") no-repeat;
  background-size: contain;
}
.footersph {
  background: url("../image/footersph.png") no-repeat;
  background-size: contain;
}
.list9 {
  margin: 0 0 0 3vw;
}

.list9 dt a {
  font-size: 0.2rem;
  color: #222222;
  transition: 0.5s;
}

.list9 dd a {
  font-size: 0.14rem;
  color: #222222;
  line-height: 0.28rem;
  transition: 0.5s;
}

.list9 {
  position: relative;
  z-index: 1;
}

.list9.on .after {
  content: "";
  position: absolute;
  background: url(../image/list9_s1.png) center no-repeat;
  width: 0.1rem;
  height: 0.09rem;
  background-size: cover;
  bottom: 0.06rem;
  left: 0.36rem;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
}

.list9 dt {
  margin: 0 0 0.24rem;
  position: relative;
  z-index: 1;
}

.list9 dt::before {
  content: "";
  position: absolute;
  bottom: -0.14rem;
  background: #005ca1;
  width: 0.19rem;
  height: 0.03rem;
  background-size: cover;
  left: 0;
}

.list9.on1 .after {
  transform: translate(-50%, 0.2rem) rotate(180deg);
}

.list9.on1 .box {
  mask: inherit;
  webkit-mask: inherit;
  height: auto;
}

.lt12 {
  margin: 0.15rem 0 0;
}

.lt12 li {
  position: relative;
  margin: 0 2.2vw 0 0;
}

.lt12 li .a {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-family: "lib";
  color: #b5b5b5;
  font-size: 0.24rem;
}

.lt12 li .a img {
  width: 0.69rem;
  height: 0.69rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.lt12 li .ewm {
  width: 1.04rem;
  background: #fff;
  border-radius: 0.06rem;
  position: absolute;
  padding: 0.03rem;
  /* bottom: 180%;*/
  bottom: 140%;
  left: 50%;
  margin-left: -0.5rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(0.1rem);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.lt12 li .ewm:before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  transform: rotate(45deg);
  bottom: -0.06rem;
  left: 50%;
  margin-left: -0.06rem;
}

.lt12 li .ewm img {
  width: 100%;
}

.lt12 li:hover .a {
  color: #f2d483;
}

.lt12 li:hover .a:after {
  transform: translate(-50%, -50%) scale(1);
}

.lt12 li:hover .a img {
  opacity: 1;
}

.lt12 li:hover .ewm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lt12 li:last-child {
  margin-right: 0;
}

footer .fl2 {
  background: url(../image/footer_b.png) center no-repeat;
  background-size: cover;
  padding: 0.15rem 0;
}

footer .fl2 .left p {
  font-size: 0.14rem;
  color: #fff;
}

footer .fl2 .right p,
footer .fl2 .right p a {
  font-size: 0.14rem;
  color: #fff;
}

.navShow {
  overflow: hidden;
}

.navShow .headerw {
  background: #f5f5f7;
}

.navShow .header .topr ul li:nth-child(1) {
}

.navShow .header .topr ul li:nth-child(2) {
  display: flex;
}

.piaofu {
  position: fixed;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  z-index: 100;
  background: rgba(245, 245, 247, 0.8);
  border-radius: 0.1rem;
  padding: 0.1rem 0.05rem;
  backdrop-filter: blur(0.1rem);
}

.piaofu ul li {
  text-align: center;
  padding: 0.15rem 0;
  position: relative;
}

.piaofu ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.16rem;
  height: 1px;
  background: #005ca1;
}

.piaofu ul li .ico img {
  width: 0.32rem;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.5s;
}

.piaofu ul li h6 {
  font-size: 0.14rem;
  color: rgba(34, 34, 34, 0.4);
  margin: 0;
}

.piaofu ul li:last-child:before {
  display: none;
}

.piaofu ul li.on .ico img,
.piaofu ul li:hover .ico img {
  filter: grayscale(0);
  opacity: 1;
}

.piaofu ul li.on h6 {
  font-size: 0.14rem;
  color: #222222;
}

@media (min-width: 769px) {
  .list9 dd a:hover,
  .list9 dt a:hover {
    color: #005ca1;
  }
}

@media (max-width: 769px) {
  footer {
    height: auto;
    margin-bottom: 0.7rem;
  }

  footer .fl1 .left {
    width: 100%;
    text-align: center;
  }

  footer .fl1 .f_logo {
    margin: 0 auto 0.2rem;
    width: 3rem;
    max-width: 34%;
  }

  footer .fl1 .right {
    display: none;
  }

  footer .fl1 .left p {
    line-height: 1.75;
    font-size: 0.14rem;
  }

  .lt12 {
    justify-content: center;
  }

  .lt12 li {
    margin: 0 0.1rem;
  }

  .lt12 li .a {
    font-size: 0.16rem;
  }

  footer .fl1 {
    padding: 0.3rem 0;
  }

  footer .fl2 .left {
    width: 100%;
    text-align: center;
  }

  footer .fl2 .right {
    width: 100%;
    text-align: center;
  }

  .piaofu {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    right: 15px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    padding: 0;
  }

  .piaofu ul {
    display: flex;
    height: 0.7rem;
    align-items: center;
  }

  .piaofu ul li {
    width: 25%;
    padding: 0;
  }

  .piaofu ul li:before {
    display: none;
  }

  .piaofu.on {
    opacity: 1;
    visibility: visible;
  }

  .piaofu ul li .ico img {
    width: 0.28rem;
  }
}

@media (max-width: 769px) {
  .h4s0 {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
  }

  .h4s1 {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
    max-height: 0.3rem\0 !important;
  }

  .h4s2 {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
    max-height: 0.6rem\0 !important;
  }

  .h4s3 {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
    max-height: 0.9rem\0 !important;
  }

  .ps0 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
  }

  .ps1 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
    max-height: 0.26rem\0 !important;
  }

  .ps2 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
    max-height: 0.52rem\0 !important;
  }

  .ps3 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
    max-height: 0.78rem\0 !important;
  }

  .ps4 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
    max-height: 1.04rem\0 !important;
  }

  .ps5 {
    font-size: 0.16rem !important;
    line-height: 0.26rem !important;
    max-height: 1.3rem\0 !important;
  }

  .arc-con,
  .arc-con p {
    font-size: 0.16rem !important;
  }
}

.miso_form1 {
  z-index: 10;
  position: relative;
}

.search_list {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% + 0.1rem);
  z-index: 10;
  background: #fff;
  height: 6.3rem;
}

.search_list {
  padding: 0.25rem;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  overflow-y: scroll;
}

.search_list li {
  float: left;
  width: 16.666%;
  margin-left: -1px;
  padding: 0;
}

.search_list li dl {
  margin: 0 16px;
}

.search_list li dd {
  color: #005ca1;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e4;
}

.search_list li dd span {
  display: none;
  width: 50px;
  text-align: right;
}

.search_list li dd span i {
  font-size: 0.16rem;
  color: #005ca1;
  font-family: "lib";
}

.search_list li dt {
  line-height: 30px;
}

.search_list li dt a {
  color: #646464;
  font-size: 0.14rem;
}

.search_list.on {
  display: block;
}

.search_list li dt a:hover {
  color: #005ca1;
}

@media only screen and (max-width: 1024px) {
  .category_list li a {
    padding: 10px 20px 30px;
  }

  .index_02 {
    margin-bottom: 20px;
  }

  .index_introduc {
    padding: 30px;
  }

  .introduc_squer ul {
    margin: 20px 0 40px;
  }

  .index_introduc.l .introduc_squer,
  .index_introduc.r .introduc_squer {
    padding: 20px 20px 20px;
  }

  .why_squer {
    padding: 35px;
  }

  .index_sec {
    padding: 40px 0 20px;
  }

  .search_list li dd span {
    display: block;
    float: right;
  }

  .search_list {
    padding: 20px 0;
    height: auto;
  }

  .search_list li {
    width: 100%;
    float: none;
  }

  .search_list li dt {
    display: none;
    padding: 0 0 20px;
  }

  .search_list li dt p {
    display: inline-block;
    margin-right: 10px;
  }
}

