@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author siYuan! <2039750417@qq.com>
 * @version v1.10.20
 * @support http://www.lvtcn.com
 */
/* 主题色 */
:root {
  ---thime-color: #0065b7;
}
/* 组件函数 */
/* 初始化 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
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: #0065b7;
  border-color: #0065b7;
  color: #fff;
  z-index: 3;
}
/* 动画 */
.imgzoom {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.imgzoom:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
/* 盒子控制属性 */
.wp,
.xs-wp,
.sm-wp {
  margin: 0 auto;
}
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);
}
.swiper-container {
  cursor: pointer;
}
.wp {
  width: 1200px;
}
.sm-wp {
  width: 900px;
}
.xs-wp {
  width: 600px;
}
/* 小圆点 */
.border-round-back {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #45b263;
  display: block;
}
/* 列表样式 */
.grid.ring-col-3 > div {
  width: 31.333%;
  margin-right: 2%;
}
.grid.ring-col-3 > div:nth-child(3n) {
  margin-right: 0;
}
.grid.ring-col-4.small > div {
  width: 21%;
  margin: 0px 2% 55px 2%;
}
.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);
}
.grid > div:hover {
  box-shadow: -1px 1px 5px 1px rgba(26, 26, 26, 0.2);
}
.grid.ring-col-3.small > div {
  width: 30.33%;
}
.grid.ring-col-6 > div {
  width: calc(16.666% - 10px);
  padding: 20px;
  margin: 5px;
}
.grid.ring-col-4 > div {
  width: 25%;
}
.grid.ring-col-4 > div.solid-gray:after {
  border-right: none;
}
.grid.ring-col-4 > div:nth-child(4).solid-gray:after {
  border-right: 1px solid #424242;
}
.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 左右按钮 */
.sykui-image-heterom {
  width: 500px;
  position: relative;
  height: 400px;
}
.sykui-image-heterom:after,
.sykui-image-heterom:before {
  position: absolute;
  background: url(/public/static/default/images/1.png) no-repeat center;
  width: 68px;
  height: 68px;
  background-size: 100% 100%;
  content: '';
}
.sykui-image-heterom:after {
  top: 0;
  left: 0;
}
.sykui-image-heterom:before {
  bottom: 0;
  right: 0;
}
.sykui-image-heterom img {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  object-fit: cover;
  margin: 30px;
  position: relative;
  z-index: 1;
}
.pnCol {
  border-top: 1px solid #dedede;
}
.pnCol div {
  margin: 10px 0;
}
/* 渐变色线条 */
.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: #0065b7;
}
.desc-block-sm {
  max-width: 865px;
}
.desc-block-lg {
  max-width: 990px;
}
.bg-yellow {
  background: #0065b7;
}
.text-lighter {
  font-weight: lighter;
}
.cu-btn {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.cu-btn:hover {
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.7);
  -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;
}
.desc-block-height {
  max-height: 135px;
  overflow-y: auto;
}
.desc-block .grid > div {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.desc-block .grid > div > img {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.margin-bottom-xxxl {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .grid.ring-col-3 > div {
    width: 48%;
  }
  .grid.ring-col-3.small > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid.ring-col-6 > div {
    width: calc(25% - 10px);
  }
  .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-navCol {
    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%);
  }
  .sykui-navCol ul {
    display: inline-block;
    margin-top: 10%;
  }
  .sykui-navCol li {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    position: relative;
    padding-top: 40px;
  }
  .sykui-navCol li a {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .sykui-navCol li a::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 25px;
    height: 4px;
    background: #0065b7;
    position: absolute;
    left: -80px;
    top: 28px;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .sykui-navCol li:hover a {
    color: #f09d21;
  }
  .sykui-navCol li a:hover::after {
    visibility: visible;
    left: -40px;
    opacity: 1;
  }
  .sykui-navCol .menu-exit {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
  }
  .sykui-navCol .menu-exit i {
    font-size: 40px;
    color: #fff;
  }
  .sykui-navCol.hide {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(15deg);
  }
  .sykui-navCol.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
    transform: rotate(0deg);
  }
  .sykui-navCol.active .bubble {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #774802;
    color: #774802;
    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%;
  }
  .sykui-navCol.active .bubble {
    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: 640px) {
  html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .margin-top-xxxl {
    margin-top: 60px;
  }
  .margin-bottom-xxxl {
    margin-bottom: 100px;
  }
  .desc-block .text-post .margin-left-lg {
    margin-left: 0;
    margin-top: 30px;
  }
  .grid.ring-col-4 > div {
    width: 50%;
  }
  .grid.ring-col-4 > div:nth-child(2).solid.solid-gray::after {
    border-right: 1px solid #424242;
  }
  .ring.flex {
    display: block;
  }
  .grid.ring-col-4.small > div {
    width: 46%;
    margin: 0px 2% 55px 2%;
  }
  .hidden-xs,
  .mypage #pdis {
    display: none;
  }
  .grid.col-3 > div {
    width: 48%;
  }
  .grid.col-3 > div .padding {
    padding: 10px;
  }
  .padding-lr-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .border-round-back {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 14px;
  }
  .margin-top-xxl {
    margin-top: 30px;
  }
  .margin-bottom-xxl {
    margin-bottom: 30px;
  }
  .padding-lg {
    padding: 10px;
  }
  .text-lg {
    font-size: 18px;
  }
  .grid.ring-col-3 > div {
    width: 98%;
    margin: 0px 1% 20px 1%;
  }
  .grid.ring-col-6 > div {
    width: calc(50% - 10px);
    padding: 10px;
  }
  .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;
  }
  .grid.col-2 > div {
    width: 100%;
  }
  .padding-lr-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-xxl {
    font-size: 20px;
  }
  .cu-btn {
    height: 35px;
    padding: 0 20px;
  }
  .text-xl {
    font-size: 20px;
  }
  .padding-top-xxl {
    padding-top: 40px;
  }
  .margin-top-xls {
    margin-top: 40px;
  }
  .text-height {
    line-height: 1.5;
  }
  .padding-tb-xls {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-top-xls {
    padding-top: 40px;
  }
}
body {
  min-width: 1200px;
}
.header-lnline {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 17px 0 0;
  background: url(/public/static/default/images/1.jpg) no-repeat center;
  background-size: cover;
}
.header-lnline .nav {
  background: rgba(9, 99, 174, 0.79);
  padding: 14px 0;
  margin-top: 10px;
}
.nav > li {
  position: relative;
}
.nav > li.curr > a {
  background: #0963ae;
}
.nav > li.cur > a {
  background: #0963ae;
}
.nav > li.cur > .la {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.nav > li > a {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  position: relative;
}
.nav > li > .la {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: 20px;
  min-width: 100%;
  height: auto;
  z-index: 1;
  background: rgba(9, 99, 174, 0.79);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.nav > li > .la li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
}
.nav > li > .la li > a:hover {
  background: #074476;
}
.header-lnline .nav a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1, 1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1, 1);
}
.header-lnline .nav.sy-arnav a {
  color: #fff;
}
.header-lnline .nav.sy-arnav a:hover {
  background: 0 0;
  color: #cb902d;
}
.product-slide {
  background: #29a76a;
}
.arbanner {
  padding-top: 20px;
}
.arbanner div {
  height: 120px;
}
.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 cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.contact-page .item .bor {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  border: 1px solid #0065b7;
  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 cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  visibility: hidden;
  opacity: 0;
}
.contact-page .item .bor .dd1 {
  margin: 5px;
}
.contact-page .item:hover .title {
  color: #0065b7;
}
.contact-page .item:hover .img {
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.contact-page .item:hover .bor {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 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: #0065b7;
  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;
}
.news-page .item {
  border-bottom: 1px solid #efefef;
}
.select-page {
  background: #fff;
  padding-bottom: 60px;
}
.respBanner .swiper-slide a {
  height: 340px;
}
.lineBack {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.345);
}
.lineBack.lr {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.003), rgba(0, 0, 0, 0.345));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.003), rgba(0, 0, 0, 0.345));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.003), rgba(0, 0, 0, 0.345));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.003), rgba(0, 0, 0, 0.345));
}
.lineBack.rl {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.003));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.003));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.003));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.003));
}
.ipo-grid-list li {
  margin-top: 23.5px;
}
.ipo-grid-list li a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.ipo-grid-list li a:hover {
  color: #0065b7;
}
.ipo-grid-list li a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1.5px;
  width: 4px;
  height: 4px;
  background: none;
  border-radius: 50%;
}
.ipo-grid-list li:nth-child(1) a {
  color: #ea3808;
  font-weight: bold;
  font-size: 18px;
}
.text-black333 {
  color: #333333;
}
.grid.col-2-margin > div {
  width: calc(50% - 10px);
  margin: 5px;
}
.footer-bom {
  background: #074476;
  padding: 40px 0;
  color: #ffffff;
}
.footer-bom p {
  color: #ffffff;
}
.la-model {
  position: relative;
}
.th_phone{
  color: black!important;
}
.la-model .dModel {
  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 cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.la-model .dModel.model-top {
  bottom: 110%;
}
.typeface{
  font-family:SimSun;
}
.la-model .dModel.model-bottom {
  bottom: -125px;
}
.la-model .dModel.none {
  top:0;
  visibility: hidden;
  opacity: 0;
  right: 110%;
  left: auto;
}
.la-model .searModel {
  position: absolute;
  width: auto;
  top: -15px;
  right: -10px;
  border: 1px solid #6c86a0;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  padding: 5px;
}
.la-model .searModel input {
  background: none;
  padding: 8px 15px;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.la-model.cur .dModel {
  visibility: visible;
  opacity: 1;
}
.la-model.cur .searModel {
  visibility: visible;
  opacity: 1;
  right: -10px;
}
.bg-gray-theme {
  background: #f3f3f3;
}
.text-blue {
  color: white;
  background-color: #015296;
  padding: 10px;
}
.text-blues {
  color: #0065b7;
}
.after-border {
  position: relative;
}
.after-border.bottom:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  left: 0;
  width: 75px;
  /*background: #074476;*/
}
.see_more{
  float: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.index_location{
  position:relative;
}
.lr_margin{
  /*position:relative;*/
  padding-left: 20px;
  padding-right: 20px;
}
.height-auto-y {
  overflow-y: auto;
}
.solid-bottom {
  border-bottom: 1px solid #4982b2;
}
.font_sizee{
  font-size: 16px;
}
.solid-bottom:after {
  border: none;
}
.text-gray-666 {
  color: #666666;
}
.catatap > a.cur {
  background: #0065b7;
  color: #fff;
}
.solid-top-blue {
  border-top: 2px solid #0065b7;
}
.cataname {
  padding: 18px 0px;
  text-align: center;
  background: #0065b7;
  font-size: 18px;
  color: #fff;
}
.cataname_b{
  text-align: center;
}
.cataname_a{
  padding: 18px 10px;
  text-align: center;
  background: #0065b7;
  font-size: 18px;
  color: #fff;
}
.catalist > div {
  padding: 0px 10px;
}
.catalist > div > a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 16px 0px;
  text-align: center;
  background: url(/public/static/default/images/3.png) no-repeat bottom;
}
.catalist > div > a:hover {
  color: #0065b7;
}
.catalist > div.cur > a {
  color: #0065b7;
}
.nodata {
  text-align: center;
}
.tim-fixed-model {
  position: fixed;
  top: 40%;
  right: 10px;
  z-index: 99;
}
.tim-fixed-model > div {
  width: 70px;
  height: 70px;
  background: rgba(0, 101, 183, 0.9);
  margin: 10px 0;
}
.tim-fixed-model > div i {
  color: #fff;
  font-size: 25px;
}
.flex.text-black333:hover,
.flex.text-gray-666:hover,
.text-black.text-dfs:hover,
.text-sm.text-black333:hover {
  color: #0065b7 !important;
}
/*# sourceMappingURL=default.css.map */