@charset "utf-8";
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;
  }
}
.c1 {
  width: 72.9vw;
  margin: 0 auto;
}
.pl13 {
  padding-left: 13.55vw;
}
.pr13 {
  padding-right: 13.55vw;
}
.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;
}
.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;
}
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%);
}
.ovh {
  overflow: hidden;
}
.target.fadeIn,
.intarget.fadeIn,
.target .fadeIn,
.intarget .fadeIn {
  transform: translate3d(0, 2.727rem, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInRight,
.intarget.fadeInRight,
.target .fadeInRight,
.intarget .fadeInRight {
  transform: translate3d(2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInLeft,
.intarget.fadeInLeft,
.target .fadeInLeft,
.intarget .fadeInLeft {
  transform: translate3d(-2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.action.fadeIn,
.intarget.action.fadeIn,
.target.action.fadeInRight,
.intarget.action.fadeInRight,
.target.action.fadeInLeft,
.intarget.action.fadeInLeft,
.target.action .fadeIn,
.intarget.action .fadeIn,
.target.action .fadeInRight,
.intarget.action .fadeInRight,
.target.action .fadeInLeft,
.intarget.action .fadeInLeft {
  transform: translate3d(0, 0, 0);
  transition-duration: 1.2s;
  transition: opacity 1s cubic-bezier(0.34, 0.44, 0.41, 1.12), transform 1s cubic-bezier(0.09, 0.34, 0.63, 1), -webkit-transform 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  will-change: opacity, transform;
  opacity: 1;
  visibility: visible;
}
.target.action .delay1,
.intarget.action .delay1 {
  transition-delay: 0.1s;
}
.target.action .delay2,
.intarget.action .delay2 {
  transition-delay: 0.2s;
}
.target.action .delay3,
.intarget.action .delay3 {
  transition-delay: 0.3s;
}
.target.action .delay4,
.intarget.action .delay4 {
  transition-delay: 0.4s;
}
.target.action .delay5,
.intarget.action .delay5 {
  transition-delay: 0.5s;
}
.target.action .delay6,
.intarget.action .delay6 {
  transition-delay: 0.6s;
}
.mCSB_scrollTools {
  width: 0.182rem;
}
.mCSB_scrollTools .mCSB_draggerRail {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.182rem;
  height: 100%;
  background-color: #EBEBEB;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 0.182rem;
  height: 100%;
  border-radius: 0;
  background-color: #0059A6 !important;
}
::-webkit-scrollbar {
  width: 0.182rem;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
}
.fs137 {
  font-size: 6.227rem;
}
.fs77 {
  font-size: 3.5rem;
}
.fs61 {
  font-size: 2.773rem;
}
.fs55 {
  font-size: 2.5rem;
}
.fs50 {
  font-size: 2.273rem;
}
.fs46 {
  font-size: 2.091rem;
}
.fs42 {
  font-size: 1.909rem;
}
.fs40 {
  font-size: 1.818rem;
}
.fs32 {
  font-size: 1.455rem;
}
.fs30 {
  font-size: 1.364rem;
}
.fs28 {
  font-size: 1.273rem;
}
.fs26 {
  font-size: 1.182rem;
}
.fs24 {
  font-size: 1.091rem;
}
.fs22 {
  font-size: 1rem;
}
.fs20 {
  font-size: 0.909rem;
}
.fs18 {
  font-size: 0.818rem;
}
.fs16 {
  font-size: 0.727rem;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.mt68 {
  margin-top: 3.091rem;
}
.br12 {
  border-radius: 0.545rem;
}
.br6 {
  border-radius: 0.273rem;
}
body {
  padding-top: 3.636rem;
}
.bgf {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baf {
  background-attachment: fixed;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 3.636rem;
  padding: 0 2.1%;
  isolation: isolate;
  z-index: 99;
}
header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
header .headC {
  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;
  height: 3.636rem;
}
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 .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 .logo {
  display: inline-block;
}
header .lo-img {
  width: auto;
  height: 1.636rem;
}
header .nav-li {
  position: relative;
  margin-right: 2.727rem;
}
header .nav-li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #E62129;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .nav-li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .nav-li:hover::after {
    width: 100%;
  }
  header .nav-li:hover .navA {
    color: #0059A6;
  }
}
header .nav-li.active .navA {
  color: #0059A6;
}
header .navA {
  display: inline-block;
  height: 3.636rem;
  line-height: 3.636rem;
  color: #00182D;
  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;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding: 0.909rem 0;
  display: none;
}
header .item {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.227rem 1.364rem;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .item:hover {
    color: #E62129;
  }
}
header .toSearch {
  position: relative;
  width: 0.818rem;
  height: 0.818rem;
  margin-left: 5.136rem;
  cursor: pointer;
}
header .toSearch i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.773rem;
  color: #00182D;
  line-height: 1;
}
header .toSearch .closed {
  display: none;
}
header .toSearch.act .sear-btn {
  display: none;
}
header .toSearch.act .closed {
  display: block;
}
header .menu {
  display: none;
}
header .bg-hover {
  position: absolute;
  top: 3.636rem;
  left: 0px;
  width: 100%;
  height: 220px;
  transform: scaleY(0.001);
  background: rgba(0, 89, 166, 0.6);
  transform-origin: 0 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: -1;
}
header.nav-act .bg-hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
header.on {
  box-shadow: 0 0.091rem 0.455rem rgba(0, 0, 0, 0.1);
}
.search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 3.636rem;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  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);
  z-index: -2;
}
.search-box .searC {
  padding: 5.455rem 0;
  background-color: #fff;
}
.search-box .sear-form {
  width: 36.364rem;
  max-width: 80%;
  background-color: #F5F8FC;
  margin: 0 auto;
}
.search-box .s-input::-webkit-input-placeholder {
  color: #333;
}
.search-box .s-input::-moz-placeholder {
  color: #333;
}
.search-box .s-input:-ms-input-placeholder {
  color: #333;
}
.search-box .s-input:-internal-autofill-previewed,
.search-box .s-input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
}
.search-box.show {
  opacity: 1;
  visibility: visible;
}
.sear-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.545rem;
  border-radius: 1.273rem;
  background-color: #fff;
}
.sear-form .s-input {
  width: calc(100% - 2.545rem);
  height: 2.545rem;
  color: #333;
  padding: 0 1.318rem;
  box-sizing: border-box;
}
.sear-form .s-input::-webkit-input-placeholder {
  color: #333;
}
.sear-form .s-input::-moz-placeholder {
  color: #333;
}
.sear-form .s-input:-ms-input-placeholder {
  color: #333;
}
.sear-form .s-input:-internal-autofill-previewed,
.sear-form .s-input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
}
.sear-form .submit-btn {
  display: inline-block;
  width: 2.545rem;
  height: 2.545rem;
  line-height: 2.545rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0059A6;
  border: 0;
  outline: none;
  flex-shrink: 0;
  cursor: pointer;
}
.sear-form .submit-btn i {
  font-size: 0.818rem;
  color: #fff;
}
.sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0059A6;
  transition: right 0.3s ease;
  display: none;
  z-index: -2;
}
.sidebar .wrapper {
  height: 100%;
  padding: 4.5rem 5% 1.364rem;
  overflow-y: auto;
}
.sidebar .wrapper::-webkit-scrollbar,
.sidebar .wrapper::-webkit-scrollbar-thumb,
.sidebar .wrapper ::-webkit-scrollbar-track {
  width: 0;
}
.sidebar .mNavA {
  display: inline-block;
  font-size: 0.818rem;
  color: #fff;
  padding: 0.591rem 0;
}
.sidebar .no-childs .mNavA {
  display: block;
  width: 100%;
}
.sidebar .com-navT {
  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;
  cursor: pointer;
  border-bottom: 0.045rem solid rgba(255, 255, 255, 0.4);
}
.sidebar .com-navT.cur .jt {
  transform: rotate(90deg);
}
.sidebar .jt {
  color: #fff;
  font-size: 0.636rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sidebar .childrens {
  display: none;
  padding: 0 5%;
  border-bottom: 0.045rem solid rgba(255, 255, 255, 0.4);
}
.sidebar .childA {
  display: block;
  width: 100%;
  font-size: 0.727rem;
  color: #fff;
  padding: 0.591rem 0;
}
.sidebar .kidA {
  display: block;
  font-size: 0.727rem;
  color: #fff;
  padding: 0.591rem 0;
}
.sidebar .kids {
  display: none;
  width: 90%;
  padding: 0.455rem 0;
  margin: 0 auto;
  border-bottom: 0.045rem solid rgba(255, 255, 255, 0.4);
}
.sidebar.open {
  right: 0;
}
footer {
  overflow: hidden;
  background: linear-gradient(180deg, #2E79BB 0%, #0059A6 100%);
}
.fooT {
  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;
  padding: 3.409rem 0 2.273rem;
  border-bottom: 0.045rem solid rgba(255, 255, 255, 0.19);
}
.fooT .logo img {
  width: auto;
  height: 1.909rem;
}
.fooT .friLinks {
  position: relative;
  width: 13.136rem;
  border-radius: 0.955rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.fooT .friLinks .blogroll {
  position: relative;
  width: 100%;
  height: 1.864rem;
  color: #E6E6E6;
  padding: 0 8.3%;
  line-height: 1.864rem;
  border-radius: 0.955rem;
  cursor: pointer;
}
.fooT .friLinks .blogroll::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7.3%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: #999999 transparent transparent transparent;
  border-width: 0.182rem 0.182rem;
  border-style: solid;
}
.fooT .friLinks ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  width: 100%;
  padding: 0.455rem 0;
  background-color: #fff;
  box-shadow: 0 0.091rem 0.455rem rgba(0, 0, 0, 0.1);
  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);
}
.fooT .friLinks ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 0.273rem 0.364rem;
  border-style: solid;
}
.fooT .friLinks .fri-link {
  display: block;
  padding: 0.227rem 8.3%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooT .friLinks .fri-link:hover {
    color: #0059A6;
  }
}
.fooT .friLinks:hover ul {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
.fooC {
  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.818rem 0;
}
.fooC .fooCL {
  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: 55.4%;
}
.fooC .fooCR {
  max-width: 40%;
}
.fooC dt {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.455rem;
}
.fooC dd {
  margin-bottom: 0.773rem;
}
.fooC dd:last-of-type {
  margin-bottom: 0;
}
.fooC .dda {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooC .dda:hover {
    color: #fff;
  }
}
.fooC .telName {
  color: rgba(255, 255, 255, 0.5);
}
.fooC .tel {
  color: #fff;
  margin-top: 0.182rem;
}
.fooC .place {
  color: #fff;
  margin-top: 0.409rem;
}
.fooC .gzh {
  width: 4.545rem;
  margin-top: 3.045rem;
}
.fooC .gzh .gzhName {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.273rem;
}
.fooB {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  padding: 4.318rem 0 1.818rem;
}
.fooB a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooB a:hover {
    color: #fff;
  }
}
.fooB .ga {
  margin-left: 2.182rem;
}
.fooB .ga img {
  display: inline-block;
  width: 0.818rem;
  vertical-align: middle;
  margin-right: 0.545rem;
}
.in-banner .img {
  overflow: hidden;
}
.in-banner .img img {
  animation: banscale 2s ease both 0.3s;
}
.position {
  padding: 1.182rem 0;
  color: #999999;
}
.position i {
  font-size: 0.727rem;
  color: #999999;
  margin-right: 0.5rem;
}
.position a {
  margin: 0 0.318rem;
  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;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .position a:hover {
    color: #0059A6;
  }
}
.subNav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.subNav .nav-li {
  margin-left: 2.727rem;
}
.subNav .nav-li:first-of-type {
  margin-left: 0;
}
.subNav .subA {
  position: relative;
  display: inline-block;
  padding: 1.182rem 0;
  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);
}
.subNav .subA::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0.182rem;
  background-color: #E62129;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .subNav .subA:hover {
    color: #0059A6;
  }
  .subNav .subA:hover::after {
    width: 100%;
  }
}
.subNav .subA.active {
  color: #0059A6;
}
.subNav .subA.active::after {
  width: 100%;
}
.com-tit1 {
  line-height: 1.4;
}
.com-tit1 .p1 .ico {
  position: relative;
  display: inline-block;
  width: 1.636rem;
  height: 1.636rem;
  border-radius: 50%;
  background-color: #0059A6;
  vertical-align: middle;
  margin-right: 0.364rem;
}
.com-tit1 .p1 .ico i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.818rem;
  color: #fff;
}
.com-tit1 .p2 {
  font-weight: 500;
  margin-top: 0.318rem;
}
.com-tit1 .color {
  color: #0059A6;
}
.com-tit2 {
  line-height: 1.4;
}
.com-tit2 .p1 {
  font-weight: 500;
}
.com-tit2 .en {
  color: #666666;
}
.com-tit3 .p1 {
  line-height: 1.4;
  font-weight: 500;
}
.com-tit3 .com-intro-des {
  color: #666666;
  line-height: 1.6;
  margin-top: 0.864rem;
}
.com-tit-box .p1 {
  text-align: center;
}
.com-tit-box .com-intro-des {
  width: 85.7%;
  margin-left: auto;
  margin-right: auto;
}
.com-intro {
  color: #666666;
}
.com-intro * {
  color: #666666;
}
.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 #666666;
}
.com-intro th,
.com-intro td {
  padding: 0.455rem 0.2%;
  border: 0.045rem solid #666666;
  text-align: center;
  vertical-align: middle;
}
.com-intro ol,
.com-intro li {
  list-style: disc;
}
.com-intro video {
  width: auto;
  max-width: 100% !important;
}
.com-more {
  position: relative;
  display: inline-block;
  padding: 0.409rem 0.636rem 0.409rem 1.227rem;
  border-radius: 1.136rem;
  border: 0.045rem solid #0059A6;
  overflow: hidden;
  isolation: isolate;
}
.com-more .detail {
  color: #0059A6;
  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;
  display: inline-block;
  width: 1.364rem;
  height: 1.364rem;
  line-height: 1.364rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0059A6;
  vertical-align: middle;
  margin-left: 0.864rem;
  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 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.455rem;
  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-more::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0059A6;
  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;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .com-more:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .com-more:hover .detail {
    color: #fff;
  }
  .com-more:hover .ico {
    background-color: #fff;
  }
  .com-more:hover .ico i {
    color: #0059A6;
  }
}
.has-bg {
  background: linear-gradient(180deg, #D3E6F4 0%, #fff 69.4%, #fff 100%);
}
.paging a {
  display: inline-block;
  width: 1.682rem;
  height: 1.682rem;
  line-height: 1.682rem;
  color: #00182D;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 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);
}
.paging a::last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .paging a:hover {
    color: #fff;
    background-color: #0059A6;
  }
}
.paging .pagi-item {
  font-weight: normal;
  color: #000000;
  font-size: 0.455rem;
  background-color: rgba(0, 89, 166, 0.04);
}
.paging .active {
  color: #fff;
  background-color: #0059A6;
}
.imgScale .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .imgScale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.swi-btn {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  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 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.545rem;
  color: #E0E0E0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .swi-btn:hover {
    background-color: #0059A6 !important;
  }
  .swi-btn:hover i {
    color: #fff !important;
  }
}
.swi-btn.swiper-button-disabled {
  cursor: default;
  opacity: 0.8;
}
.swi-prev {
  margin-right: 0.455rem;
}
@-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 banscale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mouseMove {
  to {
    transform: translate3d(0, -0.455rem, 0);
  }
}
@keyframes reel-data {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes rippleFn {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(8);
  }
}
@keyframes turn {
  to {
    transform: rotate(1turn);
  }
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@media only screen and (max-width: 1680px) {
  .fooC .gzh {
    width: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .c1 {
    width: 82.9vw;
  }
  .pl13 {
    padding-left: 8.55vw;
  }
  .pr13 {
    padding-right: 8.55vw;
  }
  .fs137 {
    font-size: 5.556rem;
  }
  .fs77 {
    font-size: 3.333rem;
  }
  .fs61 {
    font-size: 2.556rem;
  }
  .fs55 {
    font-size: 2.389rem;
  }
  .fs50 {
    font-size: 2.111rem;
  }
  .fs46 {
    font-size: 2rem;
  }
  .fs16 {
    font-size: 14px;
  }
  .fs14 {
    font-size: 13px;
  }
  header .toSearch {
    margin-left: 4.444rem;
  }
  header .toSearch i {
    font-size: 14px;
  }
  .com-tit1 .p1 .ico {
    width: 1.889rem;
    height: 1.889rem;
  }
}
@media only screen and (max-width: 1366px) {
  .fs18 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1260px) {
  header .nav-li {
    margin-right: 2.353rem;
  }
  header .toSearch {
    margin-left: 2.941rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c1 {
    width: 96vw;
  }
  .pl13 {
    padding-left: 2vw;
  }
  .pr13 {
    padding-right: 2vw;
  }
  header .nav {
    display: none;
  }
  header .menu {
    position: relative;
    display: block;
    margin-left: 0.938rem;
    cursor: pointer;
  }
  header .menu .line {
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 0.4s ease;
  }
  header .menu .line::before {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    background-color: #0059A6;
    border-radius: 2px;
    transition: transform 0.4s ease 0.2s, background-color 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  header .menu.active .line:nth-of-type(1) {
    transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    backface-visibility: hidden;
  }
  header .menu.active .line:nth-of-type(1)::before {
    transform: rotate(45deg);
  }
  header .menu.active .line:nth-of-type(2) {
    opacity: 0;
  }
  header .menu.active .line:nth-of-type(3) {
    transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    backface-visibility: hidden;
  }
  header .menu.active .line:nth-of-type(3)::before {
    transform: rotate(-45deg);
  }
  header .toSearch {
    margin-left: 0;
  }
  header .toSearch i {
    font-size: 16px;
  }
  header .sidebar {
    display: block;
  }
  header .sidebar .wrapper {
    padding-top: 5rem;
  }
  header .sidebar .mNavA {
    font-size: 1.125rem;
  }
  header .sidebar .jt {
    font-size: 0.875rem;
  }
  header .sidebar .mNavA {
    padding: 0.938rem 0;
  }
  header .sidebar .childA,
  header .sidebar .kidA {
    font-size: 1rem;
    padding: 0.813rem 0;
  }
  .sear-form {
    height: 40px;
  }
  .sear-form .s-input {
    height: 40px;
  }
  .sear-form .submit-btn i {
    font-size: 14px;
  }
  .sear-form .submit-btn {
    width: 40px;
    height: 40px;
  }
  .fooT .friLinks .blogroll::after {
    border-width: 0.25rem 0.25rem;
  }
  .fooC .fooCR {
    max-width: 35%;
  }
  .fooB .ga {
    margin-left: 1.25rem;
  }
  .position i {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 860px) {
  .fooT .friLinks .blogroll {
    height: 2.125rem;
    line-height: 2.125rem;
  }
  .fooC {
    padding: 1.875rem 0;
  }
  .fooC .fooCL {
    display: none;
  }
  .fooC .fooCR {
    width: 100%;
    max-width: none;
  }
  .fooC .gzh {
    margin-top: 1.25rem;
  }
  .fooB {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .secNavi > .c1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .position {
    width: 100%;
  }
  .subNav {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .subNav::-webkit-scrollbar,
  .subNav::-webkit-scrollbar-thumb,
  .subNav::-webkit-scrollbar-track {
    width: 0;
    height: 0;
  }
  .subNav .nav-li {
    flex-shrink: 0;
  }
  .subNav .nav-li:first-of-type {
    margin-left: 0;
  }
  .subNav .subA {
    padding-top: 0;
  }
  .paging a {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .paging .pagi-item {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .fs137 {
    font-size: 70px;
  }
  .fs77 {
    font-size: 34px;
  }
  .fs61 {
    font-size: 30px;
  }
  .fs55 {
    font-size: 28px;
  }
  .fs50 {
    font-size: 26px;
  }
  .fs46 {
    font-size: 24px;
  }
  .fs42,
  .fs40 {
    font-size: 22px;
  }
  .fs32 {
    font-size: 20px;
  }
  .fs30 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 14px;
  }
  .fooT {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .fooT .friLinks {
    width: 80%;
    margin-top: 1.429rem;
  }
  .fooT .friLinks .blogroll {
    height: 2.429rem;
    line-height: 2.429rem;
  }
  .fooB .ga {
    margin-left: 0.714rem;
  }
  .com-tit1 .p1 .ico i {
    font-size: 12px;
  }
  .swi-btn i {
    font-size: 12px;
  }
  .com-tit-box .com-intro-des {
    width: 100%;
  }
}
