@charset "utf-8";
html {
  font-size: 26px;
}
@media only screen and (max-width: 3100px) {
  html {
    font-size: 26px;
  }
}
@media only screen and (max-width: 2680px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Light';
  src: url('../font/AlibabaPuHuiTi-2-45-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../font/DIN-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
}
.c1 {
  width: 78.125vw;
  margin: 0 auto;
}
.pl10 {
  padding-left: 10.9375vw;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.fcr {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.ovh {
  overflow: hidden;
}
img {
  width: 100%;
  display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.target {
  opacity: 0;
  visibility: hidden;
}
.target.fadeIn {
  transform: translate3d(0, 2.727rem, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInRight {
  transform: translate3d(2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInLeft {
  transform: translate3d(-2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.split-lines {
  overflow: hidden;
}
.target.split-lines .word {
  display: inline-block;
  transform: translateY(100%);
}
.target.perspective {
  overflow: hidden;
  transform: perspective(36.364rem) rotateX(-30deg) scale(1.06, 1.06);
}
.target.smper {
  overflow: hidden;
  transform: perspective(36.364rem) rotateY(-5deg) scale(1.04, 1.04);
}
.target.action {
  opacity: 1;
  visibility: visible;
}
.target.action.fadeIn,
.target.action.fadeInRight,
.target.action.fadeInLeft {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.target.action.split-lines .word {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.target.action.perspective {
  transform: perspective(36.364rem);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.target.action.smper {
  transform: perspective(36.364rem);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
}
.delay6 {
  transition-delay: 0.6s;
}
::-webkit-scrollbar {
  width: 0.273rem;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.136rem;
  background-color: #333;
}
.fs230 {
  font-size: 10.455rem;
}
.fs100 {
  font-size: 4.545rem;
}
.fs80 {
  font-size: 3.636rem;
}
.fs60 {
  font-size: 2.727rem;
}
.fs50 {
  font-size: 2.273rem;
}
.fs45 {
  font-size: 2.045rem;
}
.fs40 {
  font-size: 1.818rem;
}
.fs34 {
  font-size: 1.545rem;
}
.fs32 {
  font-size: 1.455rem;
}
.fs30 {
  font-size: 1.364rem;
}
.fs26 {
  font-size: 1.182rem;
}
.fs24 {
  font-size: 1.091rem;
}
.fs22 {
  font-size: 1rem;
}
.fs20 {
  font-size: 0.909rem;
}
.fs18 {
  font-size: 0.818rem;
}
.fs17 {
  font-size: 0.773rem;
}
.fs16 {
  font-size: 0.727rem;
}
.fs15 {
  font-size: 0.682rem;
}
.br10 {
  border-radius: 0.455rem;
}
.br6 {
  border-radius: 0.273rem;
}
.isTop {
  margin-top: 5rem;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 5rem;
  padding: 0 2.5% 0 4.2%;
  isolation: isolate;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 999;
}
header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
header .logo {
  position: relative;
  max-width: 15.136rem;
  margin-right: 1.364rem;
}
header .logo img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
header .headL,
header .headR {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header .outChain {
  position: relative;
  display: inline-block;
  color: #666666;
  font-family: 'AlibabaPuHuiTi';
  padding: 0.227rem 0.545rem 0.227rem 0.909rem;
  border-radius: 0.955rem;
  background: #E8E8E8;
  margin-right: 1.136rem;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
header .outChain:last-of-type {
  margin-right: 0;
}
header .outChain::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
header .outChain i {
  display: inline-block;
  font-size: 0.636rem;
  color: #666666;
  vertical-align: middle;
  margin-left: 0.591rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .outChain:hover {
  color: #fff;
}
header .outChain:hover::before {
  width: 100%;
}
header .outChain:hover i {
  color: #fff;
}
header .has-chain {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.136rem;
}
header .has-chain i {
  transform: rotate(90deg);
}
header .has-chain .chain-links {
  position: absolute;
  left: 50%;
  top: 180%;
  transform: translateX(-50%);
  padding: 0.455rem 0;
  background-color: #E8E8E8;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
header .has-chain .chain-links::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-width: 0.273rem 0.364rem;
  border-style: solid;
  border-color: transparent transparent #E8E8E8 transparent;
}
header .has-chain .clink {
  font-family: 'AlibabaPuHuiTi';
  padding: 0.455rem 1.136rem;
  white-space: nowrap;
  display: block;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .has-chain .clink:hover {
  color: #144B9D;
}
header .has-chain:hover .outChain {
  color: #fff;
}
header .has-chain:hover .outChain::before {
  width: 100%;
}
header .has-chain:hover .outChain i {
  color: #fff;
}
header .has-chain:hover .chain-links {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
header .nav-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header .li-1 {
  margin-right: 1.364rem;
}
header .li-1:last-of-type {
  margin-right: 0;
}
header .li-1:hover .linkA::after,
header .li-1.active .linkA::after {
  left: 0;
  right: auto;
  width: 100%;
}
header .linkA {
  position: relative;
  font-family: 'AlibabaPuHuiTi';
  color: #444444;
}
header .linkA::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.409rem;
  width: 0;
  height: 0.136rem;
  background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .drop {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 0.045rem solid #DCDDDD;
  display: none;
}
header .kid-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
header .kid-wrap .img {
  width: 28.3%;
  height: 100%;
}
header .kid-wrap .img img {
  height: 100%;
  object-fit: cover;
}
header .kid-wrap .kid-items {
  width: 71.7%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .kid-wrap .kid-item {
  width: 20%;
  padding: 1.409rem 2.5% 0.455rem 3.5%;
  border-right: 0.045rem solid #DCDDDD;
}
header .kid-wrap .ejName {
  font-family: 'AlibabaPuHuiTi';
  color: #000000;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .kid-wrap .ejName:hover {
  color: #144B9D;
}
header .kid-wrap .kidBot {
  margin-top: 0.727rem;
}
header .kid-wrap .kid-li {
  margin-bottom: 0.409rem;
}
header .kid-wrap .kid-li:last-of-type {
  margin-bottom: 0;
}
header .kid-wrap .kidA {
  position: relative;
  display: block;
  color: #444444;
  line-height: 1.6;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .kid-wrap .kidA::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.045rem;
  background-color: #144B9D;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .kid-wrap .kidA i {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.727rem;
  color: #144B9D;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .kid-wrap .kidA:hover {
  color: #144B9D;
}
header .kid-wrap .kidA:hover::after {
  width: 100%;
}
header .kid-wrap .kidA:hover i {
  right: 0;
  opacity: 1;
  visibility: visible;
}
header .childrens {
  padding: 2.727rem 0;
  text-align: center;
}
header .childrens .item {
  margin-right: 3.636rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .childrens .item:last-of-type {
  margin-right: 0;
}
header .childrens .item:hover {
  color: #144B9D;
}
header .sousuo {
  margin-left: 2.045rem;
  cursor: pointer;
}
header .sousuo i {
  font-size: 0.818rem;
  color: #999999;
}
header .menu {
  display: none;
}
header .search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .search-box .sea-wrap {
  padding: 0 2.5% 2.727rem 4.2%;
  background-color: #fff;
}
header .search-box .seaT {
  height: 5rem;
}
header .search-box .closed {
  cursor: pointer;
}
header .search-box .closed i {
  font-size: 1.818rem;
  color: #999999;
}
header .search-box .title {
  font-family: 'AlibabaPuHuiTi';
  font-weight: bold;
  color: #999999;
}
header .search-box.show {
  opacity: 1;
  visibility: visible;
}
header .sea-form {
  position: relative;
  width: 30rem;
  height: 3.636rem;
  line-height: 3.636rem;
  border-bottom: 0.091rem solid #144B9D;
  margin: 1.364rem auto 0;
}
header .sea-form input {
  width: 100%;
  height: 100%;
  padding-right: 2.727rem;
  color: #666666;
  box-sizing: border-box;
}
header .sea-form input::placeholder {
  color: #666666;
}
header .sea-form input::-webkit-input-placeholder {
  color: #666666;
}
header .sea-form input:-ms-input-placeholder {
  color: #666666;
}
header .sea-form .submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1.091rem;
  color: #144B9D;
  width: 2.727rem;
  height: 3.636rem;
  text-align: center;
  line-height: 3.636rem;
}
header.on {
  box-shadow: 0.045rem 0.045rem 0.314rem hsla(0, 0%, 53.3%, 0.12941176);
}
.sidebar {
  position: fixed;
  right: -100%;
  top: 0;
}
footer {
  background-color: #015FA5;
  overflow: hidden;
}
.fooT {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 2.682rem 0 1.818rem;
}
.fooT .fooTL {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.fooT dl {
  margin-right: 4.364rem;
}
.fooT dt {
  color: #fff;
  margin-bottom: 1.136rem;
}
.fooT dd {
  margin-bottom: 0.364rem;
}
.fooT dd:last-of-type {
  margin-bottom: 0;
}
.fooT .linka {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.fooT .linka:hover {
  color: #fff;
}
.fooTR {
  text-align: right;
}
.fooTR .tel {
  font-family: 'DIN';
  font-weight: bolder;
  color: #fff;
  line-height: 1.1;
}
.fooTR .items {
  margin-top: 1rem;
}
.fooTR .item {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.182rem;
}
.fooTR .item:last-of-type {
  margin-bottom: 0;
}
.fooTR .item i {
  display: inline-block;
  font-size: 0.727rem;
  color: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  margin-right: 0.273rem;
}
.fooTR .oacz {
  display: inline-block;
  color: #fff;
  margin-top: 0.182rem;
}
.fooTR .oacz i {
  color: #fff;
}
.fooTR .ewms {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.091rem;
}
.fooTR .ewm-item {
  margin-left: 0.773rem;
  margin-top: 0.909rem;
}
.fooTR .ewm-item:first-of-type {
  margin-left: 0;
}
.fooTR .ewm-item .img {
  width: 3.636rem;
  height: 3.636rem;
  margin: 0 auto;
}
.fooTR .ewm-item p {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.5rem;
}
.fooB {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 1.318rem 0 1.818rem;
  border-top: 0.045rem solid rgba(255, 255, 255, 0.16);
}
.foobl {
  color: rgba(255, 255, 255, 0.6);
}
.foobl a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.foobl a:hover {
  color: #fff;
}
.foobr {
  width: 21.1%;
}
.foobr .link {
  position: relative;
  width: 100%;
  height: 2.227rem;
  border-radius: 2.227rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.foobr .link .blogroll {
  position: relative;
  line-height: 2.227rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.955rem;
}
.foobr .link .blogroll::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7.6%;
  transform: translate(-50%, -75%);
  width: 0;
  height: 0;
  border-width: 0.455rem 0.273rem;
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
  border-style: solid;
}
.foobr .link ul {
  position: absolute;
  left: 50%;
  bottom: calc(120% + 0.364rem);
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.foobr .link ul::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-width: 0.364rem 0.182rem;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
.foobr .link ul a {
  display: block;
  padding: 0.455rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.foobr .link ul a:hover {
  color: #fff;
  background-color: #144B9D;
}
.foobr .link:hover ul {
  bottom: calc(100% + 0.364rem);
  opacity: 1;
  visibility: visible;
}
.com-intro * {
  color: #444444;
}
.com-intro em {
  font-style: italic;
}
.com-intro em * {
  font-style: italic;
}
.com-intro strong,
.com-intro b {
  font-weight: bold;
}
.com-intro strong *,
.com-intro b * {
  font-weight: bold;
}
.com-intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.com-intro table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.com-intro tr {
  border: 0.045rem solid #444444;
}
.com-intro th,
.com-intro td {
  padding: 0.455rem 0.2%;
  border: 0.045rem solid #444444;
  text-align: center;
  vertical-align: middle;
}
.com-intro ol,
.com-intro li,
.com-intro ul {
  list-style: disc;
}
.com-more {
  font-family: 'AlibabaPuHuiTi';
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-more .ico {
  position: relative;
  width: 1.227rem;
  height: 1.227rem;
  border-radius: 50%;
  border-width: 0.045rem;
  border-style: solid;
  margin-left: 0.591rem;
  border-color: #144B9D;
}
.com-more .ico i {
  font-size: 0.545rem;
  color: #144B9D;
}
.com-more:hover {
  color: #144B9D;
}
.com-tit .p1 {
  display: inline-block;
  font-family: 'AlibabaPuHuiTi';
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  margin-bottom: 0.955rem;
}
.com-tit .p2 {
  color: #000000;
  line-height: 1.4;
}
.com-tit2 .p1 {
  line-height: 1.4;
}
.com-tit2 .des {
  line-height: 2.2;
  margin-top: 1.273rem;
}
.com-tit3 {
  position: relative;
  color: #000000;
  padding-bottom: 2rem;
  line-height: 1.4;
  border-bottom: 0.045rem solid #ACACAC;
}
.com-tit3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.091rem;
  height: 0.136rem;
  background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
}
.innBanner {
  position: relative;
  overflow: hidden;
}
.innBanner .img {
  animation: scale 2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.innBanner .p1 {
  font-family: 'AlibabaPuHuiTi';
}
.innBanner .sc-down {
  font-family: 'AlibabaPuHuiTi';
  color: #666666;
  margin-top: 0.909rem;
}
.innBanner .sc-down .ico {
  position: relative;
  width: 1.364rem;
  height: 1.364rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.045rem solid #999999;
  margin-left: 0.409rem;
}
.innBanner .sc-down .ico i {
  color: #666666;
  font-size: 0.455rem;
  animation: scroll 1.5s ease infinite;
}
.tabs {
  position: relative;
}
.tabs .tab-item {
  position: relative;
  display: inline-block;
  margin-right: 3.727rem;
  padding: 1.273rem 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tabs .tab-item:last-of-type {
  margin-right: 0;
}
.tabs .tab-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.136rem;
  background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tabs .tab-item:hover,
.tabs .tab-item.active {
  color: #144B9D;
}
.tabs .tab-item:hover::after,
.tabs .tab-item.active::after {
  width: 100%;
}
.tabs::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.045rem;
  background-color: #DCDDDD;
}
.paging .pageA {
  position: relative;
  display: inline-block;
  font-family: 'DIN';
  width: 2.727rem;
  height: 2.727rem;
  line-height: 2.727rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.455rem;
  border: 0.045rem solid #F5F5F5;
  isolation: isolate;
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging .pageA::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.paging .pageA:hover,
.paging .pageA.active {
  color: #144B9D;
  border-color: #144B9D;
  background-color: transparent;
}
.paging .pageA:hover::before,
.paging .pageA.active::before {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.paging .page-item {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging .page-item:hover {
  color: #144B9D;
}
.paging .prev {
  margin-right: 2.045rem;
}
.paging .next {
  margin-left: 1.591rem;
}
.position a {
  color: #666666;
  margin: 0 0.409rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:first-of-type {
  margin-left: 0;
}
.position a:last-of-type {
  margin-right: 0;
}
.position a i {
  display: inline-block;
  font-size: 0.727rem;
  color: #666666;
  vertical-align: middle;
  margin-right: 0.5rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:hover {
  color: #144B9D;
}
.position a:hover i {
  color: #144B9D;
}
.com-part .comPartL {
  width: 20%;
}
.com-part .comPartR {
  width: 66.7%;
  margin-left: 13.3%;
}
.com-part .partBox {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 5.909rem;
}
.com-part .search {
  position: relative;
  width: 100%;
  height: 2.227rem;
  border-bottom: 0.045rem solid #DCDDDD;
}
.com-part .search input {
  width: calc(100% - 1.364rem);
  height: 100%;
  color: #999999;
  padding: 0;
}
.com-part .search .btn {
  display: inline-block;
  width: 1.364rem;
  height: 100%;
  line-height: 2.227rem;
  text-align: center;
}
.com-part .search .btn i {
  font-size: 0.818rem;
  color: #999999;
}
.com-part .navigates {
  margin-top: 2.273rem;
}
.com-part .navigates li {
  border-bottom: 0.045rem solid #DCDDDD;
}
.com-part .navigates .naviA {
  position: relative;
  display: block;
  color: #666666;
  padding: 0.5rem 12% 0.5rem 13.3%;
  isolation: isolate;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-part .navigates .naviA::before,
.com-part .navigates .naviA::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-part .navigates .naviA::before {
  height: 0;
  background: linear-gradient(95deg, #E5006E 0%, #1D20A3 100%);
  z-index: -1;
}
.com-part .navigates .naviA::after {
  height: 0.045rem;
  background-color: #DCDDDD;
}
.com-part .navigates .naviA i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.545rem;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-part .navigates .naviA:hover,
.com-part .navigates .naviA.active {
  color: #fff;
}
.com-part .navigates .naviA:hover::before,
.com-part .navigates .naviA.active::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.com-part .navigates .naviA:hover::after,
.com-part .navigates .naviA.active::after {
  background-color: transparent;
}
.com-part .navigates .naviA:hover i,
.com-part .navigates .naviA.active i {
  right: 6.7%;
}
.cLabel {
  display: inline-block;
  color: #144B9D;
  padding: 0.045rem 0.364rem;
  background-color: #EFF6FF;
  margin-right: 0.455rem;
}
.cLabel:last-of-type {
  margin-right: 0;
}
.swi-btn {
  width: 2.227rem;
  height: 2.227rem;
  border-radius: 50%;
  text-align: center;
  border: 0.045rem solid #999999;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-btn i {
  line-height: 2.227rem;
  font-size: 0.773rem;
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-btn:hover {
  border-color: #144B9D;
}
.swi-btn:hover i {
  color: #144B9D;
}
.swi-btn.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.8;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes scroll {
  to {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}
@keyframes turn {
  to {
    transform: rotate(1turn);
  }
}
@keyframes turn2 {
  to {
    left: -3.9%;
    top: -0.7%;
  }
}
@keyframes turn3 {
  to {
    bottom: -0.3%;
    right: -1.8%;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1800px) {
  .fs50 {
    font-size: 2.091rem;
  }
  .fooT dl {
    margin-right: 3.364rem;
  }
}
@media only screen and (max-width: 1680px) {
  .fs230 {
    font-size: 8rem;
  }
  .fs100 {
    font-size: 4.3rem;
  }
  .fs80 {
    font-size: 3.3rem;
  }
  .fs60 {
    font-size: 2.5rem;
  }
  .fs50 {
    font-size: 2rem;
  }
  .fs45 {
    font-size: 1.9rem;
  }
  .fs40 {
    font-size: 1.7rem;
  }
  .fs34 {
    font-size: 1.5rem;
  }
  .fs32 {
    font-size: 1.4rem;
  }
  .fooT dl {
    margin-right: 3.25rem;
  }
}
@media only screen and (max-width: 1440px) {
  .c1 {
    width: 85vw;
  }
  .pl10 {
    padding-left: 7.5vw;
  }
  .fs230 {
    font-size: 7.778rem;
  }
  .fs100 {
    font-size: 3.889rem;
  }
  .fs80 {
    font-size: 3rem;
  }
  .fs60 {
    font-size: 2.333rem;
  }
  .fs50 {
    font-size: 1.889rem;
  }
  .fs45 {
    font-size: 1.778rem;
  }
  .fs40 {
    font-size: 1.556rem;
  }
  .fs34 {
    font-size: 1.444rem;
  }
  .fs32 {
    font-size: 1.333rem;
  }
  .fs30 {
    font-size: 1.222rem;
  }
  .fs17,
  .fs16,
  .fs15 {
    font-size: 0.778rem;
  }
  header .logo {
    max-width: 13.889rem;
  }
  header .kid-wrap .kid-item {
    padding: 1.409rem 1.5% 0.455rem 2%;
  }
  header .sousuo i {
    font-size: 0.889rem;
  }
  .com-part .search .btn i {
    font-size: 0.889rem;
  }
  .com-tit3 {
    padding-bottom: 1.667rem;
  }
  .com-tit3::after {
    width: 6.944rem;
  }
  .position a i {
    font-size: 1rem;
  }
  .tabs .tab-item {
    font-size: 0.889rem;
    margin-right: 3.333rem;
  }
}
@media only screen and (max-width: 1366px) {
  .fs230 {
    font-size: 7.059rem;
  }
  .fs50 {
    font-size: 1.765rem;
  }
  .fs18 {
    font-size: 0.824rem;
  }
  header .kid-wrap .kid-item {
    padding: 1.409rem 1% 0.455rem 1.5%;
  }
}
@media only screen and (max-width: 1280px) {
  header .logo {
    max-width: 12.353rem;
  }
  header .sousuo {
    margin-left: 1.176rem;
  }
  header .li-1 {
    margin-right: 0.941rem;
  }
}
@media only screen and (max-width: 1260px) {
  header .logo {
    max-width: 9.412rem;
  }
  header .outChain {
    padding: 0.176rem 0.471rem 0.176rem 0.706rem;
    margin-right: 0.588rem;
  }
  .fooT dl {
    margin-right: 2.353rem;
  }
  .tabs .tab-item {
    margin-right: 2.941rem;
  }
}
@media only screen and (max-width: 1200px) {
  .fooT dl {
    margin-right: 2.059rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c1 {
    width: 92vw;
  }
  .pl10 {
    padding-left: 4vw;
  }
  .fs230 {
    font-size: 6.875rem;
  }
  .fs100 {
    font-size: 3.5rem;
  }
  .fs80 {
    font-size: 3rem;
  }
  .fs60 {
    font-size: 2rem;
  }
  .fs50 {
    font-size: 1.75rem;
  }
  .fs45 {
    font-size: 1.625rem;
  }
  .fs40 {
    font-size: 1.5rem;
  }
  .fs34 {
    font-size: 1.375rem;
  }
  .fs32 {
    font-size: 1.25rem;
  }
  .fs30 {
    font-size: 1.125rem;
  }
  .fs26 {
    font-size: 1rem;
  }
  .fs24,
  .fs22,
  .fs20,
  .fs18,
  .fs17,
  .fs16,
  .fs15 {
    font-size: 0.875rem;
  }
  .isTop {
    margin-top: 3.375rem;
  }
  header {
    height: 3.375rem;
  }
  header .outChain,
  header .nav {
    display: none;
  }
  header .sousuo i {
    font-size: 1.125rem;
  }
  header .menu {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 1.25rem;
    background-clip: content-box;
    cursor: pointer;
    display: block;
  }
  header .menu p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.875rem;
    height: 0.125rem;
    margin: auto;
    position: relative;
  }
  header .menu p::before,
  header .menu p::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 0.125rem;
    left: 0;
    background-color: #333;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  header .menu p::before {
    top: -0.375rem;
    -webkit-transition-property: top,transform;
    -moz-transition-property: top,transform;
    -ms-transition-property: top,transform;
    -o-transition-property: top,transform;
    transition-property: top,transform;
  }
  header .menu p::after {
    bottom: -0.375rem;
    -webkit-transition-property: bottom,transform;
    -moz-transition-property: bottom,transform;
    -ms-transition-property: bottom,transform;
    -o-transition-property: bottom,transform;
    transition-property: bottom,transform;
  }
  header .search-box .seaT {
    height: 3.375rem;
  }
  header .sea-form {
    width: 94%;
  }
  header.cur .menu p::before,
  header.cur .menu p::after {
    -webkit-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  header.cur .menu p::before {
    top: 0rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.cur .menu p::after {
    bottom: 0rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0rem;
    width: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: -2;
  }
  .sidebar .wrapper {
    height: 100%;
    overflow-y: auto;
    padding-top: 5rem;
  }
  .sidebar .wrapper::-webkit-scrollbar,
  .sidebar .wrapper::-webkit-scrollbar-thumb,
  .sidebar .wrapper ::-webkit-scrollbar-track {
    width: 0;
  }
  .sidebar .mb-chain {
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .sidebar .outChain {
    color: #fff;
    padding: 0.375rem 10px 0.375rem 15.008px;
    border-radius: 1.25rem;
    margin-right: 1.25rem;
  }
  .sidebar .outChain::before {
    width: 100%;
  }
  .sidebar .outChain i {
    font-size: 0.75rem;
    color: #fff;
  }
  .sidebar .link-a {
    line-height: 3.75rem;
    padding: 0 5%;
    font-family: 'AlibabaPuHuiTi';
  }
  .sidebar a {
    display: block;
    font-size: 1rem;
  }
  .sidebar .mb-li {
    border-bottom: 0.062rem solid rgba(51, 51, 51, 0.3);
  }
  .sidebar .mb-li.on .mb-tit i {
    transform: translateY(-50%) scale(0.6) rotate(90deg);
  }
  .sidebar .mb-drop {
    display: none;
    border-top: 0.062rem solid rgba(51, 51, 51, 0.3);
  }
  .sidebar .mb-tit {
    position: relative;
  }
  .sidebar .mb-tit i {
    position: absolute;
    right: 2%;
    top: 50%;
    font-size: 1.125rem;
    transform: translateY(-50%) scale(0.6);
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .sidebar .mb-li2 {
    padding: 0 5%;
  }
  .sidebar .mb-li2 > a {
    padding: 0.938rem 0;
  }
  .sidebar .items {
    padding: 0 5%;
  }
  .sidebar .item {
    display: inline-block;
    margin: 0.312rem 0;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-right: 0.626rem;
  }
  .sidebar.open {
    right: 0;
  }
  .fooT .fooTL {
    display: none;
  }
  .fooTR {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
  .fooTR .ewms {
    margin-top: 0;
  }
  .fooTR .ewm-item {
    margin-top: 0;
    margin-bottom: 0.909rem;
  }
  .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .tabs::-webkit-scrollbar {
    height: 0;
    background-color: transparent;
  }
  .tabs::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .tabs .tab-item {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 1rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .fs230 {
    font-size: 6.25rem;
  }
  .fs100 {
    font-size: 3.125rem;
  }
  .fs80 {
    font-size: 2.5rem;
  }
  .fs60 {
    font-size: 2rem;
  }
  .fs50 {
    font-size: 1.625rem;
  }
  .fs45 {
    font-size: 1.5rem;
  }
  .fs40 {
    font-size: 1.375rem;
  }
  .fs34 {
    font-size: 1.25rem;
  }
  .fs32 {
    font-size: 1.125rem;
  }
  .fs30 {
    font-size: 1rem;
  }
  .fooB {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .foobl {
    width: 100%;
    margin-top: 1.25rem;
  }
  .foobr {
    width: 35%;
  }
  .foobr .link {
    height: 2.5rem;
  }
  .foobr .link .blogroll {
    line-height: 2.5rem;
  }
  .com-part > .c1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .com-part .comPartL {
    width: 100%;
  }
  .com-part .partBox {
    position: relative;
    top: auto;
    left: auto;
  }
  .com-part .comPartR {
    width: 100%;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .com-part .search {
    width: 50%;
    height: 2.375rem;
  }
  .com-part .navigates {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow-x: auto;
  }
  .com-part .navigates::-webkit-scrollbar {
    height: 0;
    background-color: transparent;
  }
  .com-part .navigates::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .com-part .navigates::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .com-part .navigates li {
    flex-shrink: 0;
    margin-right: 2.5rem;
    border-bottom: 0;
  }
  .com-part .navigates .naviA {
    font-size: 1.125rem;
    padding: 0;
    white-space: nowrap;
  }
  .com-part .navigates .naviA::before,
  .com-part .navigates .naviA::after {
    display: none;
  }
  .com-part .navigates .naviA i {
    display: none;
  }
  .com-part .navigates .naviA.active {
    background: linear-gradient(90deg, #E5006E 0%, #1D20A3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .paging .pageA {
    width: 2.429rem;
    height: 2.429rem;
    line-height: 2.429rem;
  }
  .com-tit3 {
    padding-bottom: 1.25rem;
  }
  .com-tit3::after {
    width: 6.25rem;
  }
}
@media only screen and (max-width: 750px) {
  .fs230 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 640px) {
  .fs230 {
    font-size: 4.286rem;
  }
  .fs100 {
    font-size: 2.857rem;
  }
  .fs80 {
    font-size: 2.143rem;
  }
  .fs60 {
    font-size: 2rem;
  }
  .fs50 {
    font-size: 1.429rem;
  }
  .fs45 {
    font-size: 1.5rem;
  }
  .fs40 {
    font-size: 1.286rem;
  }
  .fs34 {
    font-size: 1.143rem;
  }
  .fs32 {
    font-size: 1.071rem;
  }
  .fs30,
  .fs24,
  .fs22,
  .fs20,
  .fs18,
  .fs17,
  .fs16,
  .fs15 {
    font-size: 1rem;
  }
  .com-more .ico {
    width: 2.143rem;
    height: 2.143rem;
  }
  .com-more .ico i {
    font-size: 0.857rem;
  }
  .fooTR {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .fooTR .tel {
    font-size: 1.571rem;
  }
  .fooTR .ewm-item {
    margin-bottom: 0;
    margin-top: 0.909rem;
    margin-left: 1.429rem;
  }
  .fooTR .ewm-item .img {
    width: 5.714rem;
    height: 5.714rem;
  }
  .foobr {
    width: 50%;
  }
  .com-part .search {
    width: 100%;
  }
  .com-part .search .btn i {
    font-size: 1.143rem;
  }
  .paging .pageA {
    margin-right: 0.357rem;
  }
  .paging .prev {
    margin-right: 1.429rem;
  }
  .paging .next {
    margin-left: 1.071rem;
  }
  .tabs .tab-item {
    font-size: 1.143rem;
    padding-bottom: 1.071rem;
    margin-right: 2.143rem;
  }
}
@media only screen and (max-width: 560px) {
  .fs230 {
    font-size: 3.572rem;
  }
  .fs100 {
    font-size: 2.429rem;
  }
  .fs80 {
    font-size: 1.857rem;
  }
  .fs60 {
    font-size: 1.571rem;
  }
  .paging .pageA {
    width: 1.857rem;
    height: 1.857rem;
    line-height: 1.857rem;
    margin-right: 0.143rem;
  }
  .paging .prev {
    margin-right: 0.571rem;
  }
  .paging .next {
    margin-left: 0.429rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .com-tit .p1 {
    color: #E5006E;
    background: transparent;
  }
}
