@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author siYuan <siyuanjunr@qq.com>, Miscuz !
 * @version v3.5.0
 * @support http://www.lvtcn.com
 */
/*
 * 主题配置
 */
/*
 * 组件函数
 */
/*
 * 初始化
 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  max-width: 1920px;
}
body {
  font-size: 14px;
  color: #999999;
  background: #fff;
  line-height: 1.4;
  word-break: break-all;
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
  position: relative;
}
ul,
ul li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  -webkit-user-drag: none;
}
em,
i {
  font-style: normal;
}
a,
button {
  cursor: pointer;
  color: #666;
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
  outline: 0 !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 750pt #fff inset;
}
/* 便捷属性 */
.clear,
.clearfix:after {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clear,
.clearfix:after,
.hide {
  overflow: hidden;
}
.mc {
  margin: 0 auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
::selection {
  background: #a7bd06;
  color: #fff;
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
.mypage {
  height: 33px;
  text-align: center;
}
.mypage a,
.mypage em {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
  color: #313131;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin-left: -1px;
  padding: 7px 12px;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.mypage a:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.mypage em {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0;
}
.mypage a:hover {
  background: #f8f8f8;
}
.mypage a.cur {
  background-color: #2a5d7c;
  border-color: #2a5d7c;
  color: #fff;
  z-index: 3;
}
.entry-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.arpos {
  border-bottom: 1px solid #e5e5e5;
}
.imgzoom {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.imgzoom:hover {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
a.imgzoom:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.wp {
  width: 1200px;
}
.wp-lg {
  width: calc(100% - 160px);
}
.wp-sm {
  width: 900px;
}
.wp-xs {
  width: 600px;
}
.wp,
.wp-xs,
.wp-sm,
.wp-lg {
  max-width: 96%;
  margin: 0 auto;
}
.swiper-container {
  cursor: pointer;
}
.swiper-button {
  cursor: pointer;
  outline: none;
}
/* 小圆点 */
.border-round-back {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #2a5d7c;
  display: block;
}
.border-round-back i {
  font-size: 26px;
}
/* 列表样式 */
.grid.ring-col-3 > div {
  width: 33.333%;
}
.grid > div:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.solid.solid-gray::after {
  border: 1px solid #424242;
}
/* li 前面的小点 */
.lio {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.lio:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #d79610;
}
.swiper-navigation-theme .navigation-postion {
  width: 100%;
  display: flex;
  justify-content: center;
}
.swiper-navigation-theme .navigation-postion .button-prev,
.swiper-navigation-theme .navigation-postion .button-next {
  position: static;
  width: 200px;
  height: 40px;
  background-size: 100% 100% !important;
  background: #2a5d7c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-navigation-theme .navigation-postion .button-prev.swiper-button-disabled,
.swiper-navigation-theme .navigation-postion .button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-navigation-theme .navigation-postion .button-prev:after {
  height: 22px;
  width: 123px;
  content: "";
  background: url(/public/static/default/images/prev1.png) no-repeat center / cover !important;
}
.swiper-navigation-theme .navigation-postion .button-next:after {
  height: 22px;
  width: 123px;
  content: "";
  background: url(/public/static/default/images/next1.png) no-repeat center / cover !important;
}
.swiper-navigation-theme .swiper-button-next,
.swiper-navigation-theme .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 100% 100% !important;
}
.swiper-navigation-theme .swiper-button-prev {
  left: 0px;
  background: url(/public/static/default/images/prev.png) no-repeat center / cover !important;
}
.swiper-navigation-theme .swiper-button-next {
  right: 0px;
  background: url(/public/static/default/images/next.png) no-repeat center / cover !important;
}
/* 文章翻页 */
.pnCol {
  border-top: 1px solid #353535;
}
.pnCol div {
  margin: 10px 0;
}
/* 动画菜单按钮 */
.sykui-menu {
  display: none;
  z-index: 999;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 25px;
  margin-right: 20px;
}
.sykui-menu span,
.sykui-menu:after,
.sykui-menu:before {
  border-radius: 20px;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background: #666;
  width: 30px;
}
.sykui-menu span {
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.sykui-menu:after {
  bottom: 0;
}
.sykui-menu:before {
  top: 0;
}
.sykui-menu.exit-open {
  position: absolute;
  top: 25px;
  right: 0;
}
.sykui-menu.exit-open span {
  right: -100%;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.sykui-menu.exit-open:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  bottom: 11px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sykui-menu.exit-open:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 11px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.sykui-menu.exit-open span,
.sykui-menu.exit-open:after,
.sykui-menu.exit-open:before {
  background: #fff;
}
/* 渐变色线条 */
.bg-gradual-black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.05)), color-stop(85%, rgba(0, 0, 0, 0.06)), color-stop(90%, rgba(0, 0, 0, 0.07)));
  background: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.07) 90%);
  width: 100%;
}
.ring-width {
  max-width: 100%;
}
.solid-small {
  width: 25px;
  height: 2px;
  background: #2a5d7c;
}
.bg-yellow {
  background: #2a5d7c;
}
.text-lighter {
  font-weight: lighter;
}
.cu-btn {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.cu-btn.lg {
  padding: 0 30px;
  font-size: 22px;
  height: 50px;
  color: #2a5d7c;
}
.cu-btn:hover {
  box-shadow: 0px 1px 6px 2px rgba(42, 93, 124, 0.4);
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.text-gray {
  color: #999999;
}
.margin-bottom-xxxl {
  margin-bottom: 200px;
}
.grid.ring-col-2 > div {
  width: 50%;
}
.grid.ring-col-2\:margin > .item {
  width: 46%;
}
.grid.ring-col-2\:margin .pic {
  height: 353px;
}
.pic-height-xl {
  height: 500px;
}
.pic-height-sm {
  height: 220px;
}
.pic-height {
  height: 265px;
}
.pic-height-lg {
  height: 400px;
}
.text-word-break {
  word-wrap: break-word;
  word-break: normal;
}
.bg-blue-gradient {
  background: linear-gradient(90deg, #11294B, #295D7C);
}
.padding-right-xxl {
  padding-right: 80px;
}
.margin-top-xl {
  margin-top: 85px;
}
.margin-top-xxl {
  margin-top: 160px;
}
.input-check {
  line-height: 2;
}
.input-check > label {
  display: block;
  position: relative;
}
.input-check > label > input[type="radio"],
.input-check > label > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  appearance: none;
  outline: 0;
  width: 0;
  height: 0;
}
.input-check > label > input[type="radio"] + i,
.input-check > label > input[type="checkbox"] + i {
  position: relative;
  top: 0.15rem;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 100%;
  margin-right: 4px;
}
.input-check > label > input[type="checkbox"] + i {
  border-radius: 0.125rem;
}
.input-check > label > input:checked + i {
  background-color: #ff460f;
  box-shadow: 0px 0px 12px 5px #ff460f;
  border-color: transparent;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.input-check > label > input:checked + i::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 2px;
  left: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.input-check > input[disabled] + i {
  opacity: 0.5;
}
.grid.ring-col-4 > div {
  width: 25%;
}
@media (max-width: 1024px) {
  .ring-lg.flex {
    display: block;
  }
  .ring-lg.padding-top {
    padding-top: 30px;
  }
  .ring-lg.margin-top {
    margin-top: 30px;
  }
  .shadow[class*="-white"] {
    -webkit-box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
    box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
  }
  .padding-xl {
    padding: 20px;
  }
  .sykui-menu {
    display: block;
  }
  .sykui-navCol.nav {
    opacity: 0;
    visibility: hidden;
    transform: rotate(15deg);
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(0, 0, 0, 0.899);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.988) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.678)), color-stop(100%, rgba(0, 0, 0, 0.988)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.89) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.988) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.988) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.988) 100%);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .sykui-navCol.nav > ul {
    display: inline-block;
    margin-top: 10%;
  }
  .sykui-navCol.nav > ul > li {
    position: relative;
    padding-top: 40px;
  }
  .sykui-navCol.nav > ul > li > a {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .sykui-navCol.nav > ul > li > a::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 25px;
    height: 4px;
    background: #2a5d7c;
    position: absolute;
    left: -80px;
    top: 32px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .sykui-navCol.nav > ul > li > a:hover::after {
    visibility: visible;
    left: -40px;
    opacity: 1;
  }
  .sykui-navCol.nav > ul > li:hover a {
    color: #2a5d7c;
  }
  .sykui-navCol.nav .menu-exit {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
  }
  .sykui-navCol.nav .menu-exit i {
    font-size: 40px;
    color: #fff;
  }
  .sykui-navCol.nav.hide {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(15deg);
  }
  .sykui-navCol.nav.active {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
  }
  .sykui-navCol.nav.active .bubble {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #2a5d7c;
    color: #2a5d7c;
    box-shadow: 10em 0 0 0.01em, 20em 0 0 0.01em, 30em 0 0 0.01em, 40em 0 0 0.01em, 12em 0 0 0.01em, 17em 0 0 0.01em, 25em 0 0 0.01em, 37em 0 0 0.01em, -10em 0 0 0.01em, -20em 0 0 0.01em, -30em 0 0 0.01em, -40em 0 0 0.01em, -12em 0 0 0.01em, -17em 0 0 0.01em, -25em 0 0 0.01em, -37em 0 0 0.01em, 10em -0.1em 0 0.01em, 20em -0.2em 0 0.01em, 30em -0.3em 0 0.01em, 40em -0.1em 0 0.01em, 17em -0.3em 0 0.01em, 17em -0.2em 0 0.01em, 25em -0.1em 0 0.01em, 37em -0.2em 0 0.01em, -11em -0.5em 0 0.01em, -20em -0.3em 0 0.01em, -30em -0.2em 0 0.01em, -40em -0.1em 0 0.01em, -15em -0.2em 0 0.01em, -17em -0.3em 0 0.01em, -25em -0.4em 0 0.01em, -37em -0.2em 0 0.01em, -11em 0 0 0.01em, 10.6em 0 0 0.01em, 12.5em 0 0 0.01em, 13.6em 0 0 0.01em, -5em 0 0 0.01em, -6em 0 0 0.01em, -7.4em 0 0 0.01em, -9.2em 0 0 0.01em, 5em 0 0 0.01em, 6em 0 0 0.01em, 7.4em 0 0 0.01em, 9.2em 0 0 0.01em, 1em 0 0 0.01em, 2em 0.1em 0 0.01em, 4em 0.2em 0 0.01em, 3.2em 0.5em 0 0.01em, -1em 0.5em 0 0.01em, -2em 0.3em 0 0.01em, -4em 0.1em 0 0.01em, -3.2em 0.2em 0 0.01em;
    border-radius: 50%;
    animation: 2s bubble-up infinite;
  }
  @keyframes bubble-up {
    100% {
      box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
      bottom: 200px;
      opacity: 0;
    }
  }
}
@media (max-width: 768px) {
  .ring-md.margin-top-xxl {
    margin-top: 50px;
  }
  .grid.ring-col-4 > div {
    width: 50%;
  }
}
@media (max-width: 640px) {
  html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .wp,
  .wp-xs,
  .wp-sm,
  .wp-lg {
    width: auto;
  }
  .margin-top-xxxl {
    margin-top: 60px;
  }
  .margin-bottom-xxxl {
    margin-bottom: 100px;
  }
  .ring.flex {
    display: block;
  }
  .hidden-xs,
  .mypage #pdis {
    display: none;
  }
  .padding-lr-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .border-round-back {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 14px;
  }
  .ring-xs-0.padding-right-xxl {
    padding-right: 0;
  }
  .margin-top-xxl {
    margin-top: 130px;
  }
  .margin-bottom-xxl {
    margin-bottom: 30px;
  }
  .padding-lg {
    padding: 10px;
  }
  .text-lg {
    font-size: 18px;
  }
  .grid.ring-col-3 > div,
  .grid.ring-col-2 > div,
  .grid.ring-col-2\:margin > .item,
  .grid.ring-col-4 > div {
    width: 98%;
    margin: 0px 1% 20px 1%;
  }
  .grid.ring-col-2\:margin .pic {
    height: 300px;
  }
  .pic-height-xl {
    height: 300px;
  }
  .margin-top,
  .margin-top-xl {
    margin-top: 20px;
  }
  .margin-top-sm {
    margin-top: 10px;
  }
  .padding-right-xl {
    padding-right: 10px;
  }
  .padding-left-xxl {
    padding-left: 10px;
  }
  .padding-lr-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-xxl {
    font-size: 26px;
  }
  .cu-btn {
    height: 35px;
    padding: 0 20px;
  }
  .text-xl {
    font-size: 20px;
  }
  .padding-top-xxl {
    padding-top: 40px;
  }
  .margin-top-xls {
    margin-top: 40px;
  }
  .sm\:margin-top {
    margin-top: 20px;
  }
  .text-height {
    line-height: 1.5;
  }
  .padding-tb-xls {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-top-xls {
    padding-top: 40px;
  }
}
.header-lnline {
  position: fixed;
  top: 50px;
  left: 80px;
  z-index: 99;
  padding: 17px 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.header-lnline.cur {
  top: 20px;
  background: rgba(234, 234, 234, 0.9);
}
.header-lnline.arcontainer {
  top: 10px;
}
.leader-page > div {
  width: 40%;
}
.logo-site {
  position: relative;
  overflow: hidden;
}
.logo-site:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -30px;
  width: 170px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(-45deg);
  animation: searchLights 1.5s ease-in 1s infinite;
}
@keyframes searchLights {
  0% {
    left: -100px;
    top: 0;
  }
  to {
    left: 120px;
    top: 100px;
  }
}
.nav {
  margin-right: 20px;
}
.nav > ul {
  position: relative;
}
.nav > ul > li > a {
  font-size: 16px;
  color: #211e25;
  padding: 15px 20px;
  position: relative;
  text-transform: Uppercase;
}
.nav > ul > li > a:hover {
  color: #2a5d7c;
}
.nav > ul > li.cur > a {
  font-weight: bold;
  color: #2a5d7c;
}
.nav > ul > li.cur .la {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.nav > ul > li .la {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  padding: 50px 20px;
  height: auto;
  left: 0;
  background: #295d7c;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.nav > ul > li .la .img {
  width: 140px;
  height: 160px;
  border: 3px solid #fff;
  margin-right: 30px;
}
.nav > ul > li .la .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav > ul > li .la .list {
  width: calc(100% - 230px);
}
.nav > ul > li .la .list > .li {
  padding-bottom: 20px;
}
.nav > ul > li .la .list > .li > a {
  word-break: break-all;
  word-wrap: break-word;
  color: #85acc3;
  font-size: 16px;
}
.nav > ul > li .la .list > .li > a:hover {
  color: #ffffff;
}
.text-xxl {
  font-size: 36px;
}
.text-theme-color {
  color: #2a5d7c;
}
.product-slide {
  background: #29a76a;
}
.catalist {
  display: none;
  margin-top: 100px;
}
.catalist > div > a {
  background: #f4f4f4;
  margin-top: 2px;
  font-size: 14px;
  color: #999999;
  padding: 10px;
  display: block;
}
.catalist > div.cur a {
  background: #2a5d7c;
  color: #fff;
}
.catalist > div:hover a {
  color: #2a5d7c;
}
.arbanner div {
  height: 470px;
}
.contact-page .item {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 58px;
}
.contact-page .item:nth-child(2n) {
  margin-right: 0;
}
.contact-page .item .text-con {
  position: relative;
  height: 255px;
}
.contact-page .item .img {
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.contact-page .item .bor {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  border: 1px solid #2a5d7c;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  transform: scale(0, 0) rotate(9deg);
  -ms-transform: scale(0, 0) rotate(9deg);
  /* Internet Explorer */
  -moz-transform: scale(0, 0) rotate(9deg);
  /* Firefox */
  -webkit-transform: scale(0, 0) rotate(9deg);
  /* Safari 和 Chrome */
  -o-transform: scale(0, 0) rotate(9deg);
  /* Opera */
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.contact-page .item .bor .dd1 {
  margin: 5px;
}
.contact-page .item:hover .title {
  color: #2a5d7c;
}
.contact-page .item:hover .img {
  opacity: 0.4;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.contact-page .item:hover .bor {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(1, 1) rotate(0deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  /* Internet Explorer */
  -moz-transform: scale(1, 1) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(1, 1) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(1, 1) rotate(0deg);
  /* Opera */
  visibility: visible;
  opacity: 1;
}
.artitle .border-solid {
  width: 220px;
  border-bottom: 2px solid #292929;
  margin-top: 30px;
  position: relative;
}
.artitle .border-solid:after {
  content: "";
  width: 50px;
  background: #2a5d7c;
  height: 2px;
  position: absolute;
  margin-left: -25px;
  left: 50%;
  top: 0px;
}
.fankui {
  width: 400px;
  margin: 0 auto;
  padding: 50px;
  background: white;
  border-radius: 30px;
  border: 1px solid white;
}
.fankui .group-2 > div {
  width: 50%;
}
.fankui .group-2 > div:nth-child(2n) {
  margin-left: 40px;
}
.fankui input,
.fankui textarea,
.fankui select {
  width: 100%;
  height: 45px;
  margin-left: 30px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  flex: 1;
  font-size: 16px;
  resize: none;
}
.fankui textarea {
  height: 120px;
}
.fankui label {
  width: 60px;
  font-size: 15px;
  color: #454F4E;
  font-weight: bold;
  text-align: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
}
.solid-bord {
  border-bottom: 1px solid #2A5D7C;
  position: relative;
}
.solid-bord:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #11294B, #295D7C);
}
.cont-page {
  height: 450px;
  background: url(/public/static/default/images/Active1_31.jpg) no-repeat center / cover;
}
.cont-book {
  width: 400px;
  position: absolute;
  right: 0;
  top: 180px;
  padding: 50px;
  background: #2a5d7c;
}
.input-item-none {
  justify-content: space-between;
  padding: 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  margin-top: 20px;
}
.input-item-none label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  position: relative;
}
.input-item-none label:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding-left: 100%;
}
.input-item-none input,
.input-item-none textarea {
  color: #fff;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0px 10px;
  flex: 1;
  margin-left: 10px;
}
.input-item-none textarea {
  resize: none;
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
}
.news-page .img {
  height: 250px;
  width: 440px;
}
.news-page .text-post {
  width: calc(100% - 500px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-page .item {
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1024px) {
  .news-page .img {
    height: 210px;
    width: 350px;
  }
  .news-page .text-post {
    width: calc(100% - 383px);
  }
  .news-page .text-post .title {
    max-height: 25px;
    overflow: hidden;
  }
  .news-page .text-post .desc {
    max-height: 63px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .news-page .item .padding {
    padding: 5px;
  }
  .news-page .img {
    height: 100px;
    width: 130px;
  }
  .news-page .text-post {
    width: calc(100% - 150px);
  }
  .news-page .text-post .title {
    font-size: 16px;
  }
  .news-page .text-post .desc {
    display: none;
  }
}
.gridlink {
  width: calc(100% - 420px);
}
.gridlink .list > a {
  width: 185px;
  height: 95px;
}
.gridlink .list > a img {
  max-height: 100%;
}
.news-item {
  overflow: hidden;
}
.news-item .text-block {
  padding: 100px;
  opacity: 0;
  height: 100%;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(0.5, 0.5) rotate(9deg);
  -ms-transform: scale(0.5, 0.5) rotate(9deg);
  /* Internet Explorer */
  -moz-transform: scale(0.5, 0.5) rotate(9deg);
  /* Firefox */
  -webkit-transform: scale(0.5, 0.5) rotate(9deg);
  /* Safari 和 Chrome */
  -o-transform: scale(0.5, 0.5) rotate(9deg);
  /* Opera */
  background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.39) 90%);
  position: relative;
}
.news-item .text-block .icon {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 89px;
  height: 89px;
  background: url(/public/static/default/images/viewmore.png) no-repeat center / cover;
}
.news-item:hover .text-block {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  /* Internet Explorer */
  -moz-transform: scale(1, 1) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(1, 1) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(1, 1) rotate(0deg);
  /* Opera */
}
.about-grid > div {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.about-grid > div:nth-child(3) {
  margin-right: 0;
}
.about-grid > div:nth-child(4) {
  width: 49%;
}
.about-grid > div:nth-child(5) {
  width: 49%;
  margin-right: 0;
}
.oppo-swiper {
  padding-bottom: 50px;
}
.oppo-swiper .swiper-slide {
  width: 370px;
  height: 640px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.oppo-swiper .swiper-slide .border__ {
  width: 60px;
  height: 2px;
  background: #2A5D7C;
  opacity: 0.5;
}
.oppo-swiper .swiper-slide .text-block {
  width: 45%;
  padding-left: 80px;
  display: none;
}
.oppo-swiper .swiper-slide .pic-block {
  width: 258px;
  position: relative;
  text-align: right;
}
.oppo-swiper .swiper-slide .pic-block img {
  width: 200px;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.oppo-swiper .swiper-slide .pic-block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 210px;
  background: #2a5d7c;
  border-top-right-radius: 40px;
  display: none;
}
.oppo-swiper .swiper-slide.swiper-slide-active {
  padding-left: 0;
  width: calc(100% - 370px) !important;
  background: #fff;
}
.oppo-swiper .swiper-slide.swiper-slide-active .text-block {
  display: block;
}
.oppo-swiper .swiper-slide.swiper-slide-active .pic-block {
  width: 45%;
  margin-left: 0;
  margin-right: 3%;
  position: relative;
  text-align: center;
}
.oppo-swiper .swiper-slide.swiper-slide-active .pic-block img {
  width: 240px;
  height: 400px;
}
.oppo-swiper .swiper-slide.swiper-slide-active .pic-block:after {
  display: block;
}
.oppo-swiper .swiper-navigation-theme {
  position: absolute;
  bottom: 100px;
  right: 305px;
  width: 130px;
}
.ouradvan-back {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(/public/static/default/images/about-2.png) no-repeat center / cover;
}
.ouradvan-back .back__ {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background: url(/public/static/default/images/about-1.png) no-repeat center / cover;
}
.ouradvan-back .text-page {
  position: relative;
  z-index: 1;
  width: 600px;
  max-width: 100%;
}
.theme-back {
  background: rgba(42, 93, 124, 0.2);
}
.la-model {
  position: relative;
  z-index: 1000;
}
.la-model .dModel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.123);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.la-model .dModel.model-top {
  bottom: 110%;
}
.la-model .dModel.model-bottom {
  bottom: -125px;
}
.la-model .searModel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: auto;
  top: -15px;
  right: -80px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.123);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.la-model .searModel input {
  border: 1px solid #efefef;
  background: none;
  padding: 8px 5px;
}
.la-model.cur .dModel {
  visibility: visible;
  opacity: 1;
}
.la-model.cur .searModel {
  visibility: visible;
  opacity: 1;
  right: -10px;
}
.text-border-1 {
  width: 1px;
  height: 80px;
  background: #2a5d7c;
  margin: 50px 0;
}
@media (max-width: 1440px) {
  .lg\:margin-left {
    margin-left: 20px;
  }
  .lg\:justify-start {
    justify-content: start;
  }
}
@media (max-width: 1024px) {
  .leader-page {
    display: block;
  }
  .leader-page > div {
    width: 100%;
  }
  .gridlink {
    width: 100%;
  }
  .news-item .text-block {
    padding: 20px;
  }
  .news-item .text-block .icon {
    display: none;
  }
  .pic-height-lg {
    height: 300px;
  }
  .cont-page {
    height: auto;
  }
  .cont-book {
    width: 360px;
    position: static;
    margin: 20px auto;
    padding: 20px;
  }
  .about-grid > div {
    width: 49% !important;
    margin: 5px 0.5% !important;
  }
  .oppo-swiper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  .oppo-swiper .swiper-slide .border__ {
    width: 30px;
  }
  .nav > ul > li .la {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .oppo-swiper .swiper-slide {
    height: 540px;
  }
  .oppo-swiper .swiper-slide .text-block {
    padding-left: 20px;
  }
  .oppo-swiper .swiper-slide.swiper-slide-active .pic-block img {
    height: 280px;
  }
  .about-grid > div {
    width: 100% !important;
  }
  .gridlink .list > a {
    width: 50%;
  }
  .header-lnline {
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 15px 20px;
    top: 0px !important;
    border-radius: 0;
  }
  .header-lnline .logo {
    height: 33px;
  }
  .text-xxl {
    font-size: 22px;
  }
  .la-model {
    display: none;
  }
  .arbanner div {
    height: 280px;
  }
  .catalist {
    display: block;
  }
  .contact-page .item {
    width: 100%;
    margin-right: 0;
  }
  .news-item .text-block {
    padding: 120px 20px 20px;
  }
  .sm\:margin-top-xxl {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=default.css.map */