@font-face {
  font-family: "NotoSerifSC";
  src: url("/fonts/NotoSerifSC-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "NotoSerifSC";
  src: url("/fonts/NotoSerifSC-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSerifSC";
  src: url("/fonts/NotoSerifSC-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSerifSC";
  src: url("/fonts/NotoSerifSC-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("/fonts/NotoSansSC-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("/fonts/NotoSansSC-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("/fonts/NotoSansSC-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("/fonts/NotoSansSC-Bold.otf");
  font-weight: 700;
}
a:hover {
  color: #1a2e7d;
}
.bg2 {
  background: #f7f7f7;
}
.after {
  content: '';
  display: block;
  clear: both;
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.transition {
  transition: all ease-in-out 0.3s;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.anim-rotate {
  animation-name: layui-rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
}
@keyframes scaleToggleOne {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(4);
    -webkit-transform: scale(4);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  60% {
    transform: scale(6);
    -webkit-transform: scale(6);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleOne1 {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: #ffffff;
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: rgba(255, 255, 255, 0.5);
  }
}
@keyframes scaleToggleTwo1 {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: #ffffff;
  }
  50% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: rgba(255, 255, 255, 0.5);
  }
}
@keyframes scaleToggleThree1 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: #ffffff;
  }
  to {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    background: rgba(255, 255, 255, 0.1);
  }
}
@keyframes move {
  to {
    background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
  }
}
@keyframes btnLeftToRight {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes btnRightToLeft {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
@keyframes btnUpToDown {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes btnDownToUp {
  from {
    bottom: 0;
  }
  to {
    bottom: 100%;
  }
}
@keyframes scaleToggleOness {
  0 {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(4);
    -webkit-transform: translate(-50%, -50%) scale(4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
a:hover,
button:hover,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #333333;
}
.imgobjectfit {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-shadow {
  box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.02), 0 1.1px 2.5px rgba(0, 0, 0, 0.028), 0 2.1px 4.6px rgba(0, 0, 0, 0.035), 0 3.8px 8.3px rgba(0, 0, 0, 0.042), 0 7.1px 15.5px rgba(0, 0, 0, 0.05), 0 17px 37px rgba(0, 0, 0, 0.07);
}
.box-shadow2 {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}
.transition {
  transition: all ease-in-out 0.3s;
}
/*swiper*/
.myswiper-pagination .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.myswiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .myswiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 24px;
    height: 24px;
  }
}
.myswiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #a0a0a0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .myswiper-pagination .swiper-pagination-bullet:before {
    width: 14px;
    height: 14px;
  }
}
.myswiper-pagination .swiper-button-prev,
.myswiper-pagination .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .myswiper-pagination .swiper-button-prev,
  .myswiper-pagination .swiper-button-next {
    display: block;
  }
}
.myswiper-pagination .swiper-button-prev:hover,
.myswiper-pagination .swiper-button-next:hover {
  background: #fff;
}
.myswiper-pagination .swiper-button-prev:before,
.myswiper-pagination .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.myswiper-pagination .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.myswiper-pagination .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
/*bgimg*/
.bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcolor {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.layui-btn {
  background: #333333;
}
html,
body {
  font-size: 10px;
}
body {
  font-family: NotoSansSC, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
}
body.index header:before {
  opacity: 0;
}
body.index header .logo a img.default {
  opacity: 1;
  z-index: 3;
}
body.index header .logo a img.hover {
  z-index: 1;
  opacity: 0;
}
body.index header .nav ul li a {
  color: #fff;
}
body.index header .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/sea.png) no-repeat center center;
}
body.index header .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/sea.png) no-repeat center center;
}
body.index header .tool .form .layui-btn i {
  background: url(/Content/Images/icon/sea.png) no-repeat center center;
}
body.index header .tool .lang a:before {
  background: url(/Content/Images/icon/lang.png) no-repeat center center;
}
body.index header .tool .menu span {
  background: #fff;
}
body header:before {
  opacity: 1;
}
body header .logo a img.default {
  opacity: 0;
  z-index: 0;
}
body header .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
body header .nav ul li a {
  color: #333333;
}
body header .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
body header .tool .menu span {
  background: #3A2F4D;
}
body header.down:before {
  opacity: 1;
}
body header.down .logo a img.default {
  opacity: 0;
  z-index: 0;
}
body header.down .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
body header.down .nav ul li a {
  color: #333333;
}
body header.down .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.down .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.down .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.down .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
body header.down .tool .menu span {
  background: #3A2F4D;
}
body header.active-sea:before,
body header.active-nav:before,
body header:hover:before {
  opacity: 1;
}
body header.active-sea .logo a img.default,
body header.active-nav .logo a img.default,
body header:hover .logo a img.default {
  opacity: 0;
  z-index: 0;
}
body header.active-sea .logo a img.hover,
body header.active-nav .logo a img.hover,
body header:hover .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
body header.active-sea .nav ul li a,
body header.active-nav .nav ul li a,
body header:hover .nav ul li a {
  color: #333333;
}
body header.active-sea .tool:hover .form .layui-btn i,
body header.active-nav .tool:hover .form .layui-btn i,
body header:hover .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.active-sea .tool .sea-btn .layui-btn i,
body header.active-nav .tool .sea-btn .layui-btn i,
body header:hover .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.active-sea .tool .form .layui-btn i,
body header.active-nav .tool .form .layui-btn i,
body header:hover .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
body header.active-sea .tool .lang a:before,
body header.active-nav .tool .lang a:before,
body header:hover .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
body header.active-sea .tool .menu span,
body header.active-nav .tool .menu span,
body header:hover .tool .menu span {
  background: #3A2F4D;
}
a {
  text-decoration: none!important;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #1a2e7d;
}
img {
  max-width: 100%;
  height: auto!important;
}
.container-box {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container-box {
    width: 1050px;
  }
}
@media (min-width: 1600px) {
  .container-box {
    width: 1240px;
  }
}
@media (min-width: 1900px) {
  .container-box {
    width: 1430px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
    padding: 0;
  }
}
.header-down:before {
  opacity: 1;
}
.header-down .logo a img.default {
  opacity: 0;
  z-index: 0;
}
.header-down .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
.header-down .nav ul li a {
  color: #333333;
}
.header-down .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
.header-down .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
.header-down .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
.header-down .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
.header-down .tool .menu span {
  background: #3A2F4D;
}
.compensate-for-scrollbar header {
  padding-right: 17px;
}
header {
  z-index: 99990;
  width: 100% !important;
  background: rgba(0, 54, 95, 0.1);
}
header:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
header.down:before {
  opacity: 1;
}
header.down .logo a img.default {
  opacity: 0;
  z-index: 0;
}
header.down .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
header.down .nav ul li a {
  color: #333333;
}
header.down .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.down .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.down .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.down .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
header.down .tool .menu span {
  background: #3A2F4D;
}
header.active-sea:before,
header.active-nav:before {
  opacity: 1;
}
header.active-sea .logo a img.default,
header.active-nav .logo a img.default {
  opacity: 0;
  z-index: 0;
}
header.active-sea .logo a img.hover,
header.active-nav .logo a img.hover {
  z-index: 3;
  opacity: 1;
}
header.active-sea .nav ul li a,
header.active-nav .nav ul li a {
  color: #333333;
}
header.active-sea .tool:hover .form .layui-btn i,
header.active-nav .tool:hover .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.active-sea .tool .sea-btn .layui-btn i,
header.active-nav .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.active-sea .tool .form .layui-btn i,
header.active-nav .tool .form .layui-btn i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
}
header.active-sea .tool .lang a:before,
header.active-nav .tool .lang a:before {
  background: url(/Content/Images/icon/langs.png) no-repeat center center;
}
header.active-sea .tool .menu span,
header.active-nav .tool .menu span {
  background: #3A2F4D;
}
header .container-box {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  position: relative;
  z-index: 222;
  height: 6rem;
}
@media (min-width: 992px) {
  header .container-box {
    height: 8rem;
  }
}
@media (min-width: 1200px) {
  header .container-box {
    height: 10rem;
  }
}
header .logo {
  flex: 1 1 auto;
}
header .logo a {
  position: relative;
  width: 167px;
  height: 26px;
  display: block;
}
@media (min-width: 1200px) {
  header .logo a {
    width: 218px;
    height: 42px;
  }
}
@media (min-width: 1900px) {
  header .logo a {
    width: 318px;
    height: 61px;
  }
}
header .logo a img {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
header .logo a img.default {
  z-index: 1;
  opacity: 1;
}
header .logo a img.hover {
  z-index: 0;
  opacity: 0;
}
header .nav {
  display: none;
}
@media (min-width: 768px) {
  header .nav {
    display: block;
  }
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  padding: 0 5px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  header .nav ul li {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  header .nav ul li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  header .nav ul li {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  header .nav ul li {
    padding: 0 25px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  header .nav ul li {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
header .nav ul li a {
  color: #fff;
}
header .nav ul li a:hover {
  color: #1a2e7d;
}
header .nav ul li a.js-hover.active {
  color: #1a2e7d;
}
header .tool {
  display: flex;
}
@media (min-width: 1600px) {
  header .tool {
    justify-content: flex-end;
    width: 150px;
    position: relative;
    /*&:hover {
                .sea-btn {
                    opacity: 0;
                }

                .form {
                    display: flex;
                    width: 200px;
                    position: absolute;
                    right: 114px;
                }
            }*/
  }
}
header .tool .sea-btn {
  position: relative;
  z-index: 88;
}
header .tool .sea-btn .layui-btn {
  background: none;
}
header .tool .sea-btn .layui-btn i {
  background: url(/Content/Images/icon/sea.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 21px;
  height: 21px;
}
header .tool .form {
  display: none;
  position: relative;
  z-index: 99;
  margin-right: -57px;
}
header .tool .form input {
  border-top: none;
  border-left: none;
  border-right: none;
}
header .tool .form .layui-btn {
  background: none;
}
header .tool .form .layui-btn i {
  background: url(/Content/Images/icon/sea.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 21px;
  height: 21px;
}
header .tool .lang a {
  display: block;
  position: relative;
  width: 57px;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}
header .tool .lang a:before {
  position: absolute;
  content: '';
  background: url(/Content/Images/icon/lang.png) no-repeat center center;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
header .tool .menu {
  background: none;
  position: relative;
  margin-top: -4px;
  padding-right: 0;
}
@media (min-width: 768px) {
  header .tool .menu {
    display: none;
  }
}
header .tool .menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(-45deg);
}
header .tool .menu.active span:nth-child(2) {
  opacity: 0;
}
header .tool .menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
}
header .tool span {
  width: 30px;
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 7px;
  transition: all ease-in-out 0.3s;
}
#seachdiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#seachdiv.active {
  display: block;
}
#seachdiv .form-mb {
  padding-top: 8rem;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  background: rgba(218, 218, 218, 0.76);
}
@media (min-width: 992px) {
  #seachdiv .form-mb {
    padding-top: 10rem;
  }
}
@media (min-width: 1200px) {
  #seachdiv .form-mb {
    padding-top: 12rem;
  }
}
#seachdiv .form-mb .layui-item {
  display: flex;
}
@media (min-width: 768px) {
  #seachdiv .form-mb .layui-item {
    width: 600px;
    margin: 0 auto;
  }
}
#seachdiv .form-mb .layui-item input {
  flex: 1 1 auto;
  border-color: #fff;
}
#seachdiv .form-mb .layui-item input:hover {
  border-color: #333333;
}
#seachdiv .form-mb .layui-item button {
  background: #fff;
  border-radius: 0;
}
#seachdiv .form-mb .layui-item button i {
  background: url(/Content/Images/icon/seas.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 21px;
  height: 21px;
}
#navdiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  padding: 15px;
  bottom: 0;
  padding-top: 8rem;
}
#navdiv.active {
  display: block;
}
@media (min-width: 768px) {
  #navdiv.active {
    display: none;
  }
}
#navdiv .nav ul li {
  border-bottom: 1px solid #AEA6B2;
  position: relative;
}
#navdiv .nav ul li.active span.kg {
  bottom: auto;
  height: 3.5em;
}
#navdiv .nav ul li.active span.kg:before {
  transform: translateY(-50%) rotate(90deg);
}
#navdiv .nav ul li.active ul {
  display: block;
}
#navdiv .nav ul li a {
  flex: 1 1 auto;
  display: block;
  padding: 15px;
  padding-left: 0;
  font-size: 1.4rem;
}
#navdiv .nav ul li span.kg {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  cursor: pointer;
  font-size: 1.4rem;
  bottom: 0;
}
#navdiv .nav ul li span.kg:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e74a";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#navdiv .nav ul li ul {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  display: none;
}
#navdiv .nav ul li ul li {
  border-bottom: none;
}
#navdiv .nav ul li ul li a {
  font-size: 1.2rem;
  padding: 5px 0;
  padding-left: 1em;
}
#daohang {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(218, 218, 218, 0.76);
  padding: 15px;
  padding-top: 6rem;
}
@media (min-width: 992px) {
  #daohang {
    padding-top: 8rem;
  }
}
@media (min-width: 1200px) {
  #daohang {
    padding-top: 10rem;
  }
}
#daohang.active {
  display: none;
}
@media (min-width: 768px) {
  #daohang.active {
    display: block;
  }
}
#daohang .xnav .xnav-item {
  display: none;
}
#daohang .xnav .xnav-item.active {
  display: block;
}
#daohang .xnav .xnav-item .layui-tab {
  margin: 0;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title {
  height: auto;
  border: none;
  display: flex;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title li {
  padding: 20px 0;
  width: 20%;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .layui-tab .layui-tab-title li {
    padding-top: 30px;
  }
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title li.layui-this {
  background: #fff;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title li.layui-this:after {
  display: none;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title li a .img img {
  width: 56px;
  height: 57px;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-title li a .txt {
  color: #3a304b;
  font-family: NotoSansSC;
  font-weight: 400;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content {
  background: #fff;
  padding: 0;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .row {
  padding: 20px 30px;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item h2 {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding: 3rem 0;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list {
  display: flex;
  margin: 0 -10px;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list ul {
  flex: 1 1 auto;
  width: 20%;
  padding: 0 10px;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list ul li {
  padding: 5px 0;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list ul li.first a {
  color: #3d304e;
  font-weight: 400;
  font-size: 1.4rem;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list ul li a {
  line-height: 1.4;
  display: block;
  color: #79718a;
  font-size: 1.4rem;
  white-space: normal;
  font-weight: 400;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item .list ul li a:hover {
  color: #1a2e7d;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item ul.fa li {
  padding: 5px 0;
}
#daohang .xnav .xnav-item .layui-tab .layui-tab-content .item ul.fa li a {
  display: block;
  font-family: NotoSansSC;
  font-weight: 400;
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}
.a-btn {
  background: #d42a8b;
  border-top-left-radius: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: .8em 4em;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.a-btn:hover {
  color: #fff;
  opacity: .8;
}
.index-banner {
  position: relative;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .index-banner {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .index-banner {
    height: 600px;
  }
}
@media (min-width: 1900px) {
  .index-banner {
    height: 100vh;
  }
}
.index-banner .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .index-banner .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 24px;
    height: 24px;
  }
}
.index-banner .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #a0a0a0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .index-banner .swiper-pagination-bullet:before {
    width: 14px;
    height: 14px;
  }
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    display: block;
  }
}
.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
  background: #fff;
}
.index-banner .swiper-button-prev:before,
.index-banner .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.index-banner .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.index-banner .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
.index-banner .swiper-pagination {
  left: auto;
  right: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 30px;
  background: rgba(51, 51, 51, 0.2);
  border-radius: 10em;
  padding: 0px 10px;
  line-height: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all ease-in-out 0.3s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  border-radius: 10em;
  height: 4px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet:before {
  opacity: 1;
  background: #fff;
  height: 4px;
  width: 4px;
}
.index-banner .swiper-container {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .index-banner .swiper-container {
    position: absolute;
  }
}
.index-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.index-banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.index-banner .swiper-container .swiper-slide .img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .img {
    display: none;
    position: absolute;
  }
}
.index-banner .swiper-container .swiper-slide .img img {
  width: 100%;
}
.index-banner .swiper-container .swiper-slide .container {
  height: 100%;
  position: relative;
  z-index: 3;
  display: none;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .container {
    display: block;
  }
}
.index-banner .swiper-container .swiper-slide .container .container-box {
  height: 100%;
  position: relative;
}
.index-banner .swiper-container .swiper-slide .item {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
}
.index-banner .swiper-container .swiper-slide .item .desc .title1 {
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5);
  position: relative;
  padding-top: .6em;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1 {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1 {
    font-size: 5rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1 {
    font-size: 6rem;
    padding-bottom: 4rem;
  }
}
.index-banner .swiper-container .swiper-slide .item .desc .title1:before {
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 10px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  content: '';
  top: 0;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1:before {
    height: 6px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title1:before {
    height: 10px;
  }
}
.index-banner .swiper-container .swiper-slide .item .desc .title2 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title2 {
    font-size: 3rem;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container .swiper-slide .item .desc .title2 {
    font-size: 3.6rem;
  }
}
.index-banner .swiper-container .swiper-slide .item .more {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .item .more {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  .index-banner .swiper-container .swiper-slide .item .more {
    padding-top: 7rem;
  }
}
@media (min-width: 1200px) {
  .index-banner .swiper-container .swiper-slide .item .more {
    padding-top: 8rem;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container .swiper-slide .item .more {
    padding-top: 11rem;
  }
}
.index-banner .swiper-container .swiper-slide .item .more a {
  position: relative;
  color: #0069b5;
  font-size: 1.2rem;
  border-radius: 10em;
  line-height: 1;
  background: #fff;
  height: auto;
  padding: .8em 2.4em;
}
@media (min-width: 768px) {
  .index-banner .swiper-container .swiper-slide .item .more a {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .index-banner .swiper-container .swiper-slide .item .more a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .index-banner .swiper-container .swiper-slide .item .more a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container .swiper-slide .item .more a {
    font-size: 2rem;
  }
}
.index-banner .swiper-button-next {
  display: none;
}
.index-banner .swiper-button-prev {
  display: none;
}
footer > .container {
  padding: 3rem 15px;
}
@media (min-width: 992px) {
  footer > .container {
    padding: 4rem 15px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  footer > .container {
    padding: 6rem 15px;
  }
}
@media (min-width: 1900px) {
  footer > .container {
    padding: 9rem 15px;
    padding-bottom: 10rem;
  }
}
footer > .container .info .wx-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer > .container .info .wx-tel {
    justify-content: flex-start;
  }
}
footer > .container .info .wx-tel .img img {
  padding: 5px;
  border: 1px solid #d6e1e7;
  border-radius: 5px;
}
footer > .container .info .wx-tel .tel {
  padding-left: 70px;
  position: relative;
}
footer > .container .info .wx-tel .tel:before {
  background: url(/Content/Images/icon/1.png) no-repeat center center;
  width: 36px;
  height: 38px;
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
footer > .container .info .wx-tel .tel span {
  display: block;
  color: #999;
  line-height: 1;
  font-size: 1rem;
}
footer > .container .info .wx-tel .tel strong {
  display: block;
  line-height: 1;
  font-family: Bahnschrift;
  font-size: 2.8rem;
  font-weight: 400;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  footer > .container .info .wx-tel .tel strong {
    font-size: 4.8rem;
  }
}
footer > .container .info .addr {
  padding-top: 20px;
  color: #999;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  footer > .container .info .addr {
    text-align: left;
  }
}
@media (min-width: 1900px) {
  footer > .container .info .addr {
    font-size: 1.6rem;
  }
}
footer > .container .fnav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  justify-content: center;
}
@media (min-width: 992px) {
  footer > .container .fnav {
    padding-top: 0;
    flex: 1 1 auto;
    padding-left: 30px;
  }
}
@media (min-width: 1900px) {
  footer > .container .fnav {
    padding-left: 80px;
  }
}
footer > .container .fnav ul {
  flex: 1 1 auto;
  width: 33.33%;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  footer > .container .fnav ul {
    width: 16.66%;
  }
}
footer > .container .fnav ul li.first {
  padding-bottom: 15px;
}
footer > .container .fnav ul li.first a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}
@media (min-width: 1200px) {
  footer > .container .fnav ul li.first a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1900px) {
  footer > .container .fnav ul li.first a {
    font-size: 2rem;
  }
}
footer > .container .fnav ul li a {
  color: #999;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 1900px) {
  footer > .container .fnav ul li a {
    font-size: 1.6rem;
  }
}
footer > .container .fnav ul li a:hover {
  color: #1a2e7d;
}
footer .copy {
  border-top: 1px solid #D6E1E7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #999;
  font-weight: 300;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  footer .copy {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  footer .copy {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  footer .copy .container {
    display: flex;
    align-items: flex-start;
  }
}
footer .copy a {
  color: #999;
}
footer .copy a:hover {
  color: #1a2e7d;
}
footer .copy .txt {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  footer .copy .txt {
    text-align: left;
  }
}
footer .copy .link {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .copy .link {
    padding-top: 0;
  }
}
footer .copy .link a {
  line-height: 1;
  display: block;
}
footer .copy .link a + a {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  footer .copy .link a + a {
    padding-left: 15px;
    margin-left: 15px;
  }
}
footer .copy .link a + a:before {
  position: absolute;
  left: 0;
  content: '';
  background: rgba(153, 153, 153, 0.48);
  width: 1px;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.index-box1 {
  background: url(/Content/Images/index/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .index-box1 {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .index-box1 {
    padding: 8rem 0;
  }
}
@media (min-width: 1400px) {
  .index-box1 {
    padding: 10rem 0;
  }
}
@media (min-width: 1900px) {
  .index-box1 {
    padding: 16rem 0;
  }
}
.index-box1 .container {
  position: relative;
  padding-top: 8rem;
}
@media (min-width: 1900px) {
  .index-box1 .container {
    padding-top: 16rem;
  }
}
.index-box1 .img {
  position: absolute;
  top: 0;
  left: -50%;
  right: 50%;
  height: 300px;
  border-top-right-radius: 5em;
  border-bottom-right-radius: 5em;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-box1 .img {
    left: -10%;
    right: 55%;
  }
}
@media (min-width: 1400px) {
  .index-box1 .img {
    left: -20%;
    right: 55%;
    height: 370px;
  }
}
@media (min-width: 1900px) {
  .index-box1 .img {
    left: -50%;
    right: 55%;
    height: 570px;
  }
}
.index-box1 .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-box1 .en-tit {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  color: rgba(168, 216, 237, 0.24);
  font-size: 10rem;
  display: block;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 1900px) {
  .index-box1 .en-tit {
    font-size: 18rem;
  }
}
.index-box1 .txt {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 85%;
  padding: 30px 40px;
  left: 15%;
  border-top-left-radius: 25px;
}
@media (min-width: 992px) {
  .index-box1 .txt {
    left: 35%;
    width: 65%;
    padding: 60px 100px 60px 150px;
  }
}
@media (min-width: 1900px) {
  .index-box1 .txt {
    left: 35%;
    width: 65%;
    padding: 60px 140px 60px 200px;
  }
}
.index-box1 .txt .title {
  padding-bottom: 20px;
}
.index-box1 .txt .title h2 {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  padding-top: .5em;
  padding-bottom: .2em;
}
@media (min-width: 1900px) {
  .index-box1 .txt .title h2 {
    font-size: 3rem;
  }
}
.index-box1 .txt .title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  color: #000;
  width: 1.2em;
  content: '';
  background: #000;
}
@media (min-width: 1900px) {
  .index-box1 .txt .title h2:before {
    height: 5px;
  }
}
.index-box1 .txt .title span {
  color: #8a9ba3;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-box1 .txt .title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .index-box1 .txt .title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .index-box1 .txt .title span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .index-box1 .txt .body {
    font-size: 1.8rem;
  }
}
.index-box1 .txt .body ul.ul1 {
  display: flex;
  padding-top: 2rem;
  margin: 0 -40px;
}
@media (min-width: 1900px) {
  .index-box1 .txt .body ul.ul1 {
    padding-top: 4rem;
  }
}
.index-box1 .txt .body ul.ul1 li {
  flex: 1 1 auto;
  text-align: center;
  list-style: none;
}
.index-box1 .txt .body ul.ul1 li span.time {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}
@media (min-width: 1900px) {
  .index-box1 .txt .body ul.ul1 li span.time {
    font-size: 6rem;
  }
}
.index-box1 .txt .body ul.ul1 li span.year:after {
  content: '年';
  position: absolute;
  top: 8px;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1900px) {
  .index-box1 .txt .body ul.ul1 li span.year:after {
    font-size: 1.6rem;
  }
}
.index-box1 .txt .body ul.ul1 li span.year2:after {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  margin-top: .5rem;
}
.index-box1 .txt .body ul.ul1 li span.year3:after {
  content: '项';
  position: absolute;
  top: 8px;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1900px) {
  .index-box1 .txt .body ul.ul1 li span.year3:after {
    font-size: 1.6rem;
  }
}
.index-box1 .txt .body ul.ul1 li i {
  font-style: normal;
  font-size: 1rem;
}
.index-box2 {
  background: url(/Content/Images/index/bg2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.index-box2:before {
  position: absolute;
  height: 110px;
  background: #F4FCFF;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  z-index: 1;
}
@media (min-width: 1400px) {
  .index-box2:before {
    height: 160px;
  }
}
.index-box2 .container {
  position: relative;
  z-index: 2;
}
.index-box2 .layui-tab {
  margin: 0;
}
.index-box2 .layui-tab .layui-tab-title {
  height: 110px;
  border: none;
  display: flex;
}
@media (min-width: 1400px) {
  .index-box2 .layui-tab .layui-tab-title {
    height: 160px;
  }
}
.index-box2 .layui-tab .layui-tab-title .layui-this .tit:after {
  opacity: 1;
}
.index-box2 .layui-tab .layui-tab-title .layui-this:after {
  position: absolute;
  border: 20px solid #F4FCFF;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: '';
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: auto;
  height: auto;
}
.index-box2 .layui-tab .layui-tab-title li {
  height: 100%;
  position: relative;
  flex: 1 1 auto;
}
.index-box2 .layui-tab .layui-tab-title li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 1px;
  background: rgba(153, 153, 153, 0.1);
}
.index-box2 .layui-tab .layui-tab-title li:last-child {
  border-right: 1px solid rgba(153, 153, 153, 0.1);
}
.index-box2 .layui-tab .layui-tab-title li a {
  display: block;
  height: 100%;
  padding: 15px 0;
}
.index-box2 .layui-tab .layui-tab-title li .tit {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  padding-top: 10px;
}
@media (min-width: 1400px) {
  .index-box2 .layui-tab .layui-tab-title li .tit {
    font-size: 2rem;
  }
}
.index-box2 .layui-tab .layui-tab-title li .tit:after {
  position: absolute;
  bottom: -14px;
  content: '';
  height: 5px;
  border-radius: 5px;
  background: #0069B5;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  opacity: 0;
}
@media (min-width: 1400px) {
  .index-box2 .layui-tab .layui-tab-title li .tit:after {
    height: 10px;
    bottom: -20px;
  }
}
.index-box2 .layui-tab .layui-tab-title li .img {
  height: 40px;
}
@media (min-width: 1400px) {
  .index-box2 .layui-tab .layui-tab-title li .img {
    height: 80px;
  }
}
.index-box2 .layui-tab .layui-tab-title li .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-box2 .layui-tab .layui-tab-content {
  padding: 0;
  padding: 50px 0;
}
@media (min-width: 1900px) {
  .index-box2 .layui-tab .layui-tab-content {
    padding: 70px 0 70px 0;
  }
}
.index-box2 .index-box2-swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.index-box2 .index-box2-swiper .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.index-box2 .index-box2-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 24px;
    height: 24px;
  }
}
.index-box2 .index-box2-swiper .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #a0a0a0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-pagination-bullet:before {
    width: 14px;
    height: 14px;
  }
}
.index-box2 .index-box2-swiper .swiper-button-prev,
.index-box2 .index-box2-swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .index-box2 .index-box2-swiper .swiper-button-prev,
  .index-box2 .index-box2-swiper .swiper-button-next {
    display: block;
  }
}
.index-box2 .index-box2-swiper .swiper-button-prev:hover,
.index-box2 .index-box2-swiper .swiper-button-next:hover {
  background: #fff;
}
.index-box2 .index-box2-swiper .swiper-button-prev:before,
.index-box2 .index-box2-swiper .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.index-box2 .index-box2-swiper .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.index-box2 .index-box2-swiper .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
.index-box2 .index-box2-swiper .swiper-pagination {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  line-height: 1;
}
.index-box2 .index-box2-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.index-box2 .index-box2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all ease-in-out 0.3s;
  width: 16px;
}
.index-box2 .index-box2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  border-radius: 10em;
  height: 8px;
  background: #0069B5;
}
.index-box2 .index-box2-swiper .swiper-pagination .swiper-pagination-bullet:before {
  opacity: 1;
  background: #fff;
  height: 8px;
  width: 8px;
}
.index-box2 .index-box2-swiper .swiper-container {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-container {
    padding-bottom: 70px;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top-right-radius: 5em;
  box-shadow: 0 5px 10px rgba(26, 46, 125, 0.5);
}
.index-box2 .index-box2-swiper .swiper-slide .item:hover .hover {
  opacity: 1;
}
.index-box2 .index-box2-swiper .swiper-slide .item .img {
  height: 164px;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .img {
    height: 230px;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-box2 .index-box2-swiper .swiper-slide .item .tit {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding: 1rem 0;
}
.index-box2 .index-box2-swiper .swiper-slide .item .tit a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 15px;
  /* @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .tit a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .tit a {
    font-size: 1.8rem;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover {
  transition: all ease-in-out 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px 15px;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover {
    padding: 40px;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover:before {
  position: absolute;
  content: '';
  background: rgba(0, 105, 181, 0.84);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-tit {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  /*
                        @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-tit {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-tit {
    font-size: 1.8rem;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-tit:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 3px;
  border-radius: 5px;
  background: #fff;
  width: 2em;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-tit:after {
    height: 5px;
    bottom: -20px;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-desc {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  color: #fff;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-desc {
    font-size: 1.6rem;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-more {
  position: relative;
  z-index: 4;
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-more {
    padding-top: 25px;
  }
}
.index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-more a {
  background: #fff;
  color: #0069B5;
  border-radius: 10em;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 1900px) {
  .index-box2 .index-box2-swiper .swiper-slide .item .hover .hover-more a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.index-box3 {
  background: url(/Content/Images/index/bg3.jpg) no-repeat center center;
  background-size: cover;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .index-box3 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .index-box3 {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .index-box3 {
    padding-top: 8rem;
  }
}
@media (min-width: 1600px) {
  .index-box3 {
    padding-top: 12rem;
  }
}
@media (min-width: 1900px) {
  .index-box3 {
    padding-top: 18rem;
  }
}
@media (min-width: 768px) {
  .index-box3 .container {
    display: flex;
  }
}
.index-box3 .left {
  position: relative;
}
@media (min-width: 768px) {
  .index-box3 .left {
    width: 300px;
    flex: 0 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.index-box3 .left .title {
  padding-bottom: 20px;
}
.index-box3 .left .title h2 {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  padding-top: .5em;
  padding-bottom: .2em;
}
@media (min-width: 1900px) {
  .index-box3 .left .title h2 {
    font-size: 3rem;
  }
}
.index-box3 .left .title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  color: #000;
  width: 1.2em;
  content: '';
  background: #000;
}
@media (min-width: 1900px) {
  .index-box3 .left .title h2:before {
    height: 5px;
  }
}
.index-box3 .left .title span {
  color: #8a9ba3;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-box3 .left .title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .index-box3 .left .title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .index-box3 .left .title span {
    font-size: 1.6rem;
  }
}
.index-box3 .left .ul-nav {
  display: none;
  font-size: 1.4rem;
  padding: 5rem 0 5rem 0;
}
@media (min-width: 768px) {
  .index-box3 .left .ul-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .index-box3 .left .ul-nav {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .index-box3 .left .ul-nav {
    font-size: 1.8rem;
  }
}
.index-box3 .left .ul-nav li {
  padding: 10px 0;
}
.index-box3 .left .ul-nav li.active a {
  color: #0069b5;
}
.index-box3 .left .ul-nav li a:before {
  content: '-';
  margin-right: 5px;
}
.index-box3 .left .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
}
@media (min-width: 768px) {
  .index-box3 .left .more {
    position: static;
    transform: none;
    top: auto;
    margin-top: 0;
  }
}
.index-box3 .left .more a {
  background: #0069B5;
  border-radius: 10em;
}
@media (min-width: 768px) {
  .index-box3 .left .more a {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.index-box3 .right {
  background: #fff;
  border-top-left-radius: 6em;
  padding: 30px 0 30px 40px;
  position: relative;
}
@media (min-width: 768px) {
  .index-box3 .right {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .index-box3 .right {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .index-box3 .right {
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1900px) {
  .index-box3 .right {
    padding-left: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 120px;
  }
}
.index-box3 .right:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -90%;
  content: '';
  background: #fff;
}
.index-box3 .right .layui-tab .layui-tab-title {
  display: flex;
  justify-content: flex-end;
  border: none;
}
@media (min-width: 768px) {
  .index-box3 .right .layui-tab .layui-tab-title {
    display: none;
  }
}
.index-box3 .right .layui-tab .layui-tab-title .layui-this {
  color: #1a2e7d;
}
.index-box3 .right .layui-tab .layui-tab-title .layui-this a {
  color: #1a2e7d;
}
.index-box3 .right .layui-tab .layui-tab-title .layui-this:after {
  display: none;
}
.index-box3 .right .layui-tab .layui-tab-title li a {
  display: block;
  position: relative;
}
.index-box3 .right .layui-tab .layui-tab-title li a:before {
  content: '-';
  margin-right: 10px;
}
.index-box3 .right .layui-tab .layui-tab-content {
  padding: 0;
}
.index-box3 .index-box3-swiper {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .index-box3 .index-box3-swiper {
    padding-top: 0;
  }
}
.index-box3 .index-box3-swiper .swiper-container {
  padding-bottom: 100px;
}
.index-box3 .index-box3-swiper .swiper-slide:nth-child(even) {
  padding-top: 30px;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
}
.index-box3 .index-box3-swiper .item {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .index-box3 .index-box3-swiper .item {
    align-items: stretch;
  }
}
.index-box3 .index-box3-swiper .item .txt {
  padding-right: 30px;
}
.index-box3 .index-box3-swiper .item .txt .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .index-box3 .index-box3-swiper .item .txt .tit {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .index-box3 .index-box3-swiper .item .txt .tit {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .index-box3 .index-box3-swiper .item .txt .tit {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .index-box3 .index-box3-swiper .item .txt .tit {
    font-size: 2.4rem;
  }
}
.index-box3 .index-box3-swiper .item .txt .desc {
  display: none;
}
@media (min-width: 992px) {
  .index-box3 .index-box3-swiper .item .txt .desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    margin-top: 20px;
    color: #999;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .index-box3 .index-box3-swiper .item .txt .desc {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .index-box3 .index-box3-swiper .item .txt .desc {
    font-size: 1.6rem;
  }
}
.index-box3 .index-box3-swiper .item .txt .time {
  font-size: 1rem;
  color: #999;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .index-box3 .index-box3-swiper .item .txt .time {
    font-size: 1.2rem;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .index-box3 .index-box3-swiper .item .txt .time {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .index-box3 .index-box3-swiper .item .txt .time {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .index-box3 .index-box3-swiper .item .txt .time {
    font-size: 1.8rem;
  }
}
.index-box3 .index-box3-swiper .item .img {
  flex: 0 0 auto;
  width: 150px;
}
@media (min-width: 992px) {
  .index-box3 .index-box3-swiper .item .img {
    width: 315px;
    height: 190px;
  }
}
.index-box3 .index-box3-swiper .swiper-button-next,
.index-box3 .index-box3-swiper .swiper-button-prev {
  border: 1px solid #BBCAD1;
  width: 45px;
  height: 45px;
  bottom: 0;
  top: auto;
  margin: 0;
  left: 0;
}
.index-box3 .index-box3-swiper .swiper-button-next {
  border-bottom-right-radius: 10px;
  left: 55px;
  background: url(/Content/Images/icon/next.png) no-repeat center center;
}
.index-box3 .index-box3-swiper .swiper-button-next:hover {
  border-color: #0069B5;
  background: url(/Content/Images/icon/next2.png) no-repeat center center #0069B5;
}
.index-box3 .index-box3-swiper .swiper-button-prev {
  border-top-left-radius: 10px;
  background: url(/Content/Images/icon/prev.png) no-repeat center center;
}
.index-box3 .index-box3-swiper .swiper-button-prev:hover {
  border-color: #0069B5;
  background: url(/Content/Images/icon/prev2.png) no-repeat center center #0069B5;
}
.index-box4 {
  background: url(/Content/Images/index/bg4.jpg) no-repeat center center;
  background-size: cover;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .index-box4 {
    padding: 8rem 0;
  }
}
@media (min-width: 1200px) {
  .index-box4 {
    padding: 10rem 0;
  }
}
@media (min-width: 1600px) {
  .index-box4 {
    padding: 15rem 0;
  }
}
@media (min-width: 1900px) {
  .index-box4 {
    padding: 20rem 0;
  }
}
@media (min-width: 768px) {
  .index-box4 .container {
    display: flex;
  }
}
.index-box4 .left {
  position: relative;
}
@media (min-width: 768px) {
  .index-box4 .left {
    width: 300px;
    flex: 0 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.index-box4 .left .title {
  padding-bottom: 20px;
}
.index-box4 .left .title h2 {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  padding-top: .5em;
  padding-bottom: .2em;
}
@media (min-width: 1900px) {
  .index-box4 .left .title h2 {
    font-size: 3rem;
  }
}
.index-box4 .left .title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  color: #000;
  width: 1.2em;
  content: '';
  background: #000;
}
@media (min-width: 1900px) {
  .index-box4 .left .title h2:before {
    height: 5px;
  }
}
.index-box4 .left .title span {
  color: #8a9ba3;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-box4 .left .title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .index-box4 .left .title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .index-box4 .left .title span {
    font-size: 1.6rem;
  }
}
.index-box4 .left .ul-nav {
  display: none;
  font-size: 1.4rem;
  padding: 5rem 0 5rem 0;
}
@media (min-width: 768px) {
  .index-box4 .left .ul-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .index-box4 .left .ul-nav {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .index-box4 .left .ul-nav {
    font-size: 1.8rem;
  }
}
.index-box4 .left .ul-nav li {
  padding: 10px 0;
}
.index-box4 .left .ul-nav li.active a {
  color: #0069b5;
}
.index-box4 .left .ul-nav li a:before {
  content: '-';
  margin-right: 5px;
}
.index-box4 .left .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
}
@media (min-width: 768px) {
  .index-box4 .left .more {
    position: static;
    transform: none;
    top: auto;
    margin-top: 0;
  }
}
.index-box4 .left .more a {
  background: #0069B5;
  border-radius: 10em;
}
@media (min-width: 768px) {
  .index-box4 .left .more a {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.index-box4 .left .title {
  padding-bottom: 20px;
}
.index-box4 .left .title h2 {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  padding-top: .5em;
  padding-bottom: .2em;
}
@media (min-width: 1900px) {
  .index-box4 .left .title h2 {
    font-size: 3rem;
  }
}
.index-box4 .left .title h2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  color: #000;
  width: 1.2em;
  content: '';
  background: #000;
}
@media (min-width: 1900px) {
  .index-box4 .left .title h2:before {
    height: 5px;
  }
}
.index-box4 .left .title span {
  color: #8a9ba3;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-box4 .left .title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .index-box4 .left .title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .index-box4 .left .title span {
    font-size: 1.6rem;
  }
}
.index-box4 .left .title h2 {
  color: #fff;
}
.index-box4 .left .title h2:before {
  background: #fff;
}
.index-box4 .left .title span {
  color: #fff;
}
.index-box4 .right {
  background: #fff;
  border-top-left-radius: 6em;
  padding: 30px 0 30px 40px;
  position: relative;
  background: none;
  padding: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .index-box4 .right {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .index-box4 .right {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .index-box4 .right {
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1900px) {
  .index-box4 .right {
    padding-left: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 120px;
  }
}
.index-box4 .right:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -90%;
  content: '';
  background: #fff;
}
.index-box4 .right .layui-tab .layui-tab-title {
  display: flex;
  justify-content: flex-end;
  border: none;
}
@media (min-width: 768px) {
  .index-box4 .right .layui-tab .layui-tab-title {
    display: none;
  }
}
.index-box4 .right .layui-tab .layui-tab-title .layui-this {
  color: #1a2e7d;
}
.index-box4 .right .layui-tab .layui-tab-title .layui-this a {
  color: #1a2e7d;
}
.index-box4 .right .layui-tab .layui-tab-title .layui-this:after {
  display: none;
}
.index-box4 .right .layui-tab .layui-tab-title li a {
  display: block;
  position: relative;
}
.index-box4 .right .layui-tab .layui-tab-title li a:before {
  content: '-';
  margin-right: 10px;
}
.index-box4 .right .layui-tab .layui-tab-content {
  padding: 0;
}
@media (min-width: 1200px) {
  .index-box4 .right {
    padding-bottom: 0;
  }
}
@media (min-width: 1900px) {
  .index-box4 .right {
    padding-left: 0;
  }
}
.index-box4 .right:before {
  display: none;
}
.index-box4 .right .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.index-box4 .right .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .index-box4 .right .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.index-box4 .right .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .index-box4 .right .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 24px;
    height: 24px;
  }
}
.index-box4 .right .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #a0a0a0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .index-box4 .right .swiper-pagination-bullet:before {
    width: 14px;
    height: 14px;
  }
}
.index-box4 .right .swiper-button-prev,
.index-box4 .right .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .index-box4 .right .swiper-button-prev,
  .index-box4 .right .swiper-button-next {
    display: block;
  }
}
.index-box4 .right .swiper-button-prev:hover,
.index-box4 .right .swiper-button-next:hover {
  background: #fff;
}
.index-box4 .right .swiper-button-prev:before,
.index-box4 .right .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.index-box4 .right .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.index-box4 .right .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .index-box4 .right .swiper-pagination {
    left: -300px;
    text-align: left;
  }
}
@media (min-width: 1900px) {
  .index-box4 .right .swiper-pagination {
    left: -420px;
  }
}
.index-box4 .right .swiper-pagination-bullet {
  opacity: 1;
}
.index-box4 .right .swiper-pagination-bullet:before {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.index-box4 .right .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #0069B5;
  width: 18px;
  height: 8px;
  border-radius: 10em;
}
.index-box4 .right .swiper-container {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .index-box4 .right .swiper-container {
    padding-bottom: 0;
  }
}
.index-box4 .right .swiper-container .item {
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  border-top-right-radius: 15px;
  background: #fff;
}
.index-box4 .right .swiper-container .item a {
  display: block;
  text-align: center;
}
.index-box4 .right .swiper-container .item a img {
  width: 144px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .index-box4 .right .swiper-container .item a img {
    width: 277px;
    height: 150px;
  }
}
@media (min-width: 1900px) {
  .index-box4 .right .swiper-container .item a img {
    width: 277px;
    height: 150px;
  }
}
.body {
  color: #666;
  line-height: 1.8;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .body {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.body p {
  margin: 1em 0;
}
.body img {
  max-width: 100%;
  height: auto !important;
}
.body h1 {
  color: #0069B5;
  display: block;
  line-height: 1;
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .body h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .body h1 {
    font-size: 2.4rem;
  }
}
.body h1 small {
  display: block;
  padding-top: 5px;
}
.body .yanfa-box1 {
  margin-top: -15px;
}
.body .yanfa-box1 .item {
  padding: 15px 0;
  display: flex;
}
.body .yanfa-box1 .item .img {
  flex: 0 0 auto;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(220, 234, 244, 0.8);
  width: 100px;
}
@media (min-width: 1900px) {
  .body .yanfa-box1 .item .img {
    width: 325px;
  }
}
.body .yanfa-box1 .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .yanfa-box1 .item .txt {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px #dceaf4;
  margin-left: 20px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .body .yanfa-box1 .item .txt {
    padding: 30px;
  }
}
@media (min-width: 1900px) {
  .body .yanfa-box1 .item .txt {
    padding: 40px;
  }
}
.body .yanfa-box1 .item .txt .tit {
  padding-bottom: 1em;
}
.body .yanfa-box1 .item .txt .tit h2 {
  display: block;
  line-height: 1;
  position: relative;
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .body .yanfa-box1 .item .txt .tit h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .body .yanfa-box1 .item .txt .tit h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .body .yanfa-box1 .item .txt .tit h2 {
    font-size: 2.2rem;
  }
}
.body .yanfa-box1 .item .txt .tit h2:after {
  background: #7EB3D8;
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  left: 0;
  width: 2em;
}
.body .yanfa-box1 .item .txt .desc {
  color: #666;
}
@media (min-width: 1900px) {
  .body .yanfa-box1 .item .txt .desc {
    font-size: 1.6rem;
  }
}
.body .shichang-box1 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(220, 234, 244, 0.8);
  border: 1px solid #DCEAF4;
  padding: 20px;
}
@media (min-width: 1200px) {
  .body .shichang-box1 {
    padding: 30px;
  }
}
@media (min-width: 1900px) {
  .body .shichang-box1 {
    padding: 40px;
  }
}
.body .shichang-box1 .tit h2 {
  color: #0069b5;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .body .shichang-box1 .tit h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .body .shichang-box1 .tit h2 {
    font-size: 2.6rem;
  }
}
.body .shichang-box1 ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.body .shichang-box1 ul li img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.body ul {
  list-style: disc;
  color: #666;
}
.body ul li {
  list-style: inside;
}
.body .shichang-table .layui-table {
  border-radius: 5px;
}
.body .shichang-table .layui-table td,
.body .shichang-table .layui-table th,
.body .shichang-table .layui-table-col-set,
.body .shichang-table .layui-table-fixed-r,
.body .shichang-table .layui-table-grid-down,
.body .shichang-table .layui-table-header,
.body .shichang-table .layui-table-page,
.body .shichang-table .layui-table-tips-main,
.body .shichang-table .layui-table-tool,
.body .shichang-table .layui-table-total,
.body .shichang-table .layui-table-view,
.body .shichang-table .layui-table[lay-skin=line],
.body .shichang-table .layui-table[lay-skin=row] {
  border-color: #DCEAF4;
}
@media (min-width: 1900px) {
  .body .shichang-table .layui-table td,
  .body .shichang-table .layui-table th,
  .body .shichang-table .layui-table-col-set,
  .body .shichang-table .layui-table-fixed-r,
  .body .shichang-table .layui-table-grid-down,
  .body .shichang-table .layui-table-header,
  .body .shichang-table .layui-table-page,
  .body .shichang-table .layui-table-tips-main,
  .body .shichang-table .layui-table-tool,
  .body .shichang-table .layui-table-total,
  .body .shichang-table .layui-table-view,
  .body .shichang-table .layui-table[lay-skin=line],
  .body .shichang-table .layui-table[lay-skin=row] {
    padding: 15px;
  }
}
.body .shichang-table strong {
  color: #999;
  font-weight: 300;
}
.body .shichang-form .layui-table {
  background: none;
}
.body .shichang-form .layui-table td,
.body .shichang-form .layui-table th,
.body .shichang-form .layui-table-col-set,
.body .shichang-form .layui-table-fixed-r,
.body .shichang-form .layui-table-grid-down,
.body .shichang-form .layui-table-header,
.body .shichang-form .layui-table-page,
.body .shichang-form .layui-table-tips-main,
.body .shichang-form .layui-table-tool,
.body .shichang-form .layui-table-total,
.body .shichang-form .layui-table-view,
.body .shichang-form .layui-table[lay-skin=line],
.body .shichang-form .layui-table[lay-skin=row] {
  border-color: #DCEAF4;
  border: none;
  background: none;
  padding: 10px;
}
.body .shichang-form strong {
  color: #999;
  font-weight: 300;
  flex: 0 0 auto;
}
.body .shichang-form .t1,
.body .shichang-form .t2 {
  border: 1px solid #DCEAF4;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}
.body .shichang-form .t2 {
  align-items: flex-start;
}
.body .shichang-form .layui-input,
.body .shichang-form .layui-textarea {
  border-color: rgba(220, 234, 244, 0.5);
}
.body .shichang-form .yzm {
  height: 35px;
}
.body .shichang-form .yzm img {
  height: 35px !important;
  width: 120px !important;
  cursor: pointer;
}
.body .shichang-form .btns {
  padding: 0 10px;
}
.body .shichang-form .btns .layui-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0069b5;
  color: #fff !important;
  border-color: #0069b5;
}
@media (min-width: 1900px) {
  .body .shichang-form .btns .layui-btn {
    font-size: 1.8rem;
  }
}
.body .shichang-form .btns .layui-btn-primary {
  background: #858A8D;
  border-color: #858A8D;
}
.body .lx ul {
  list-style: none !important;
}
.body .lx ul li {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.body .lx ul li:before {
  display: none;
}
.body .lx ul li img {
  margin-right: 5px;
}
.body #map {
  width: 100% !important;
  box-sizing: border-box;
}
.body #map * {
  box-sizing: border-box;
}
.body #map label {
  max-width: none;
}
.body #map img {
  max-width: none;
  height: none !important;
}
.body .fnav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .body .fnav {
    padding-top: 0;
    flex: 1 1 auto;
    padding-top: 8rem;
  }
}
.body .fnav ul {
  flex: 1 1 auto;
  width: 33.33%;
  padding-bottom: 3rem;
  list-style: none;
}
@media (min-width: 992px) {
  .body .fnav ul {
    width: 16.66%;
  }
}
.body .fnav ul li {
  list-style: none;
}
.body .fnav ul li.first {
  padding-bottom: 15px;
}
.body .fnav ul li.first a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}
@media (min-width: 1200px) {
  .body .fnav ul li.first a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1900px) {
  .body .fnav ul li.first a {
    font-size: 2rem;
  }
}
.body .fnav ul li a {
  color: #999;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 1900px) {
  .body .fnav ul li a {
    font-size: 1.6rem;
  }
}
.body .fnav ul li a:hover {
  color: #1a2e7d;
}
.body .links-box {
  display: flex;
  flex-wrap: wrap;
}
.body .links-box .item {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 5px;
}
.body .links-box .item a {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #DCEAF4;
  display: block;
}
.banner {
  height: 320px;
  position: relative;
}
@media (min-width: 992px) {
  .banner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 480px;
  }
}
@media (min-width: 1600px) {
  .banner {
    height: 580px;
  }
}
@media (min-width: 1900px) {
  .banner {
    height: 620px;
  }
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner .path {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
}
@media (min-width: 768px) {
  .banner .path {
    display: block;
  }
}
.banner .path ul {
  display: flex;
}
.banner .path ul li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .banner .path ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .banner .path ul li {
    font-size: 1.6rem;
  }
}
.banner .path ul li + li:before {
  content: '-';
  margin: 0 10px;
}
.banner .path ul li a {
  color: #fff;
}
.main {
  background: #F5F9FB;
}
.main .container {
  position: relative;
}
.main .container .left {
  position: relative;
}
@media (min-width: 992px) {
  .main .container .left {
    width: 300px;
    float: left;
  }
}
.main .container .left .title {
  position: absolute;
  height: 80px;
  background: #0069B5;
  top: -80px;
  width: 300px;
  color: #fff;
  padding-left: 30px;
  padding-top: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 992px) {
  .main .container .left .title {
    height: 100px;
    top: -100px;
    padding-top: 30px;
  }
}
@media (min-width: 1600px) {
  .main .container .left .title {
    height: 125px;
    top: -125px;
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1900px) {
  .main .container .left .title {
    height: 155px;
    top: -155px;
    padding-top: 50px;
    padding-left: 40px;
  }
}
.main .container .left .title h2 {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .main .container .left .title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .main .container .left .title h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .main .container .left .title h2 {
    font-size: 3rem;
  }
}
.main .container .left .title span {
  display: block;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .main .container .left .title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .main .container .left .title span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .main .container .left .title span {
    font-size: 1.6rem;
  }
}
.main .container .left ul {
  background: #fff;
  border: 1px solid #e4ecf1;
  box-shadow: 0 0 3px rgba(228, 236, 241, 0.8);
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .main .container .left ul {
    display: block;
  }
}
.main .container .left ul li {
  width: 33.33%;
  position: relative;
}
@media (min-width: 992px) {
  .main .container .left ul li {
    width: 100%;
  }
  .main .container .left ul li + li {
    border-top: 1px solid #F5F9FB;
  }
}
.main .container .left ul li.active > a {
  color: #0069b5;
}
.main .container .left ul li.active > a:before {
  background: #0069b5;
}
.main .container .left ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #e4ecf1;
  content: '';
}
@media (min-width: 992px) {
  .main .container .left ul li:before {
    display: none;
  }
}
.main .container .left ul li:nth-child(3n+1):before {
  display: none;
}
.main .container .left ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .main .container .left ul li a {
    font-size: 1.6rem;
    padding: 20px 35px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .main .container .left ul li a {
    font-size: 1.8rem;
    padding: 25px 35px;
    font-weight: 400;
  }
}
@media (min-width: 1900px) {
  .main .container .left ul li a {
    font-size: 2rem;
    padding: 30px 40px;
    font-weight: 400;
  }
}
.main .container .left ul li ul {
  border: none;
  box-shadow: none;
  padding-bottom: 15px;
  margin-top: -15px;
}
.main .container .left ul li ul li {
  width: 100%;
}
@media (min-width: 992px) {
  .main .container .left ul li ul li {
    border: none;
  }
}
.main .container .left ul li ul li a {
  color: #666;
  padding: 2px 30px;
  font-size: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .main .container .left ul li ul li a {
    font-size: 1.2rem;
    padding: 5px 35px 5px 45px;
    font-weight: 400;
  }
  .main .container .left ul li ul li a:before {
    left: 35px !important;
  }
}
@media (min-width: 1200px) {
  .main .container .left ul li ul li a {
    font-size: 1.2rem;
    padding: 10px 35px 10px 45px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .main .container .left ul li ul li a {
    font-size: 1.4rem;
    padding: 10px 35px 10px 45px;
    font-weight: 400;
  }
}
@media (min-width: 1900px) {
  .main .container .left ul li ul li a {
    font-size: 1.6rem;
    padding: 10px 35px 10px 55px;
    font-weight: 400;
  }
  .main .container .left ul li ul li a:before {
    left: 40px !important;
  }
}
.main .container .left ul li ul li a:before {
  position: absolute;
  left: 15px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  color: #666;
  background: #666;
  top: 50%;
  transform: translateY(-50%);
}
.main .container .right {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .main .container .right {
    margin-left: 300px;
    padding: 3rem;
    padding-right: 0;
    min-height: 500px;
  }
}
@media (min-width: 1600px) {
  .main .container .right {
    padding: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 1900px) {
  .main .container .right {
    padding: 4rem;
    padding-right: 0;
    padding-left: 5rem;
  }
}
.main .container .right .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3rem;
}
.main .container .right .title:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #0069B5;
  border-radius: 5px;
  content: '';
}
.main .container .right .title h2 {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .main .container .right .title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .main .container .right .title h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .main .container .right .title h2 {
    font-size: 3rem;
  }
}
.lc-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 26px;
}
.lc-box span {
  display: block;
  position: absolute;
}
.lc-box span.first {
  background: url(/Content/Images/about/2.png) no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 22px;
  top: 0;
}
.lc-box span.last {
  border: 2px solid #E2E5E8;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  left: 1px;
}
.lc-box span.last:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #CCCFD9;
  border-radius: 100%;
  content: '';
}
.lc-box span.dian {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  left: -40px;
  background: #F5F9FB;
  flex: 0 0 auto;
}
.lc-box span.dian:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #CCCFD9;
  border-radius: 100%;
  content: '';
}
.lc-box span.time {
  color: #CCCFD9;
  flex: 0 0 auto;
  position: static;
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100px;
  position: relative;
}
.lc-box span.time:after {
  position: absolute;
  right: 0;
  height: 1em;
  content: '';
  width: 1px;
  background: #CCCFD9;
  top: 5px;
  right: 15px;
}
@media (min-width: 1200px) {
  .lc-box span.time {
    font-size: 1.6rem;
    width: 140px;
  }
}
@media (min-width: 1900px) {
  .lc-box span.time {
    font-size: 1.8rem;
    width: 130px;
  }
  .lc-box span.time:after {
    top: 8px;
  }
}
.lc-box ul {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  line-height: 1;
}
.lc-box ul:before {
  position: absolute;
  content: '';
  width: 2px;
  background: #E2E5E8;
  top: 0;
  bottom: 0;
  left: 13px;
}
.lc-box ul li {
  position: relative;
  display: flex;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .lc-box ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .lc-box ul li {
    font-size: 1.6rem;
  }
}
.lc-box ul li p {
  line-height: 2;
}
.lc-box ul li:first-child span.dian {
  border: 2px solid #E2E5E8;
}
.lc-box ul li + li {
  padding-top: 30px;
}
@media (min-width: 1900px) {
  .lc-box ul li + li {
    padding-top: 50px;
  }
}
.list .first {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #DCEAF4;
  box-shadow: 0 0 5px rgba(220, 234, 244, 0.8);
}
@media (min-width: 992px) {
  .list .first {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.list .first .img {
  height: 180px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .list .first .img {
    flex: 0 0 auto;
    width: 460px;
    height: 265px;
  }
}
.list .first .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .first .txt {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .list .first .txt {
    padding: 0 20px;
  }
}
@media (min-width: 1900px) {
  .list .first .txt {
    padding: 0 40px;
  }
}
.list .first .txt .tit {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .list .first .txt .tit {
    font-size: 1.8rem;
  }
}
@media (min-width: 1900px) {
  .list .first .txt .tit {
    font-size: 2rem;
  }
}
.list .first .txt .time {
  color: #ccc;
  padding: 10px 0;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .list .first .txt .time {
    font-size: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .list .first .txt .time {
    font-size: 1.8rem;
  }
}
.list .first .txt .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .list .first .txt .desc {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .list .first .txt .desc {
    font-size: 1.6rem;
  }
}
.list .first .txt .more {
  padding-top: 20px;
}
.list .first .txt .more a {
  background: none;
  color: #0069b5;
  border-radius: 5px;
  border: 1px solid rgba(0, 105, 181, 0.1);
}
.list ul li {
  border-bottom: 1px solid #DCEAF4;
}
.list ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 1em 0;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .list ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .list ul li a {
    font-size: 1.6rem;
    padding: 1.8em 0;
    padding-left: 25px;
  }
}
.list ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
}
.list ul li a span {
  float: right;
  color: #999;
  margin-left: 10px;
  font-weight: 300;
}
.article {
  padding-bottom: 3rem;
}
.article .th1 {
  border-bottom: 1px solid #DCEAF4;
  text-align: center;
  padding: 5rem 0 2rem 0;
}
.article .th1 h1 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .article .th1 h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .article .th1 h1 {
    font-size: 2.4rem;
  }
}
.article .th1 p {
  color: #999;
  margin-top: 10px;
  font-weight: 400;
}
.article .body {
  padding: 3rem 0;
}
.article .next {
  border: 1px solid #DCEAF4;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(220, 234, 244, 0.8);
}
@media (min-width: 1900px) {
  .article .next {
    padding: 20px;
  }
}
.article .next ul {
  display: flex;
}
.article .next ul li {
  flex: 1 1 auto;
}
@media (min-width: 1900px) {
  .article .next ul li {
    font-size: 1.8rem;
  }
}
.article .next ul li:nth-child(2) {
  text-align: center;
}
.article .next ul li:last-child {
  text-align: right;
}
.list-product .row .col-xs-12 {
  padding: 15px;
}
.list-product .item {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top-right-radius: 5em;
  box-shadow: 0 5px 10px rgba(26, 46, 125, 0.5);
  box-shadow: 0 0 5px rgba(26, 46, 125, 0.2);
}
.list-product .item:hover .hover {
  opacity: 1;
}
.list-product .item .img {
  height: 164px;
}
@media (min-width: 1900px) {
  .list-product .item .img {
    height: 230px;
  }
}
.list-product .item .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-product .item .tit {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding: 1rem 0;
}
.list-product .item .tit a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 15px;
  /* @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .list-product .item .tit a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .list-product .item .tit a {
    font-size: 1.8rem;
  }
}
.list-product .item .hover {
  transition: all ease-in-out 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px 15px;
}
@media (min-width: 1900px) {
  .list-product .item .hover {
    padding: 40px;
  }
}
.list-product .item .hover:before {
  position: absolute;
  content: '';
  background: rgba(0, 105, 181, 0.84);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.list-product .item .hover .hover-tit {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  /*
                        @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .list-product .item .hover .hover-tit {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .list-product .item .hover .hover-tit {
    font-size: 1.8rem;
  }
}
.list-product .item .hover .hover-tit:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 3px;
  border-radius: 5px;
  background: #fff;
  width: 2em;
}
@media (min-width: 1900px) {
  .list-product .item .hover .hover-tit:after {
    height: 5px;
    bottom: -20px;
  }
}
.list-product .item .hover .hover-desc {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  color: #fff;
}
@media (min-width: 1900px) {
  .list-product .item .hover .hover-desc {
    font-size: 1.6rem;
  }
}
.list-product .item .hover .hover-more {
  position: relative;
  z-index: 4;
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1900px) {
  .list-product .item .hover .hover-more {
    padding-top: 25px;
  }
}
.list-product .item .hover .hover-more a {
  background: #fff;
  color: #0069B5;
  border-radius: 10em;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 1900px) {
  .list-product .item .hover .hover-more a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .article-product .article-product-box1 {
    display: flex;
    padding-bottom: 4rem;
  }
}
.article-product .article-product-box1 .img {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1900px) {
  .article-product .article-product-box1 .img {
    width: 520px;
    height: 380px;
  }
}
.article-product .article-product-box1 .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-product .article-product-box1 .txt {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .article-product .article-product-box1 .txt {
    padding: 0;
    padding-left: 4rem;
  }
}
.article-product .article-product-box1 .txt h1 {
  display: block;
  line-height: 1;
  color: #0069b5;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .article-product .article-product-box1 .txt h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .article-product .article-product-box1 .txt h1 {
    font-size: 2.6rem;
  }
}
.article-product .article-product-box1 .txt ul {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .article-product .article-product-box1 .txt ul {
    padding-top: 4rem;
  }
}
.article-product .article-product-box1 .txt ul li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 6em;
}
@media (min-width: 1200px) {
  .article-product .article-product-box1 .txt ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .article-product .article-product-box1 .txt ul li {
    font-size: 1.6rem;
  }
}
.article-product .article-product-box1 .txt ul li + li {
  margin-top: 14px;
}
.article-product .article-product-box1 .txt ul li strong {
  color: #999;
  position: absolute;
  width: 6em;
  left: 0;
}
.article-product .article-product-box2 .tit {
  border-bottom: 1px solid #DCEAF4;
  padding: 2rem 0;
}
.article-product .article-product-box2 .tit h2 {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #0069b5;
  font-weight: 500;
  line-height: 1;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .article-product .article-product-box2 .tit h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .article-product .article-product-box2 .tit h2 {
    font-size: 2.4rem;
  }
}
.article-product .article-product-box2 .tit h2:before {
  position: absolute;
  left: 0;
  width: 4px;
  background-color: #0069b5;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  content: '';
}
.article-product .next {
  border: 1px solid #DCEAF4;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(220, 234, 244, 0.8);
}
@media (min-width: 1900px) {
  .article-product .next {
    padding: 20px;
  }
}
.article-product .next ul {
  display: flex;
}
.article-product .next ul li {
  flex: 1 1 auto;
}
@media (min-width: 1900px) {
  .article-product .next ul li {
    font-size: 1.8rem;
  }
}
.article-product .next ul li:nth-child(2) {
  text-align: center;
}
.article-product .next ul li:last-child {
  text-align: right;
}
.article-product .xg {
  border: 1px solid #DCEAF4;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(220, 234, 244, 0.8);
  margin-top: 4rem;
}
.article-product .xg .tit {
  text-align: center;
  padding: 3rem 0;
}
.article-product .xg .tit h2 {
  line-height: 1;
  position: relative;
  font-size: 2rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .article-product .xg .tit h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .article-product .xg .tit h2 {
    font-size: 3rem;
  }
}
.article-product .xg .tit h2:before,
.article-product .xg .tit h2:after {
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #DCEAF4;
  width: 2em;
  content: '';
}
.article-product .xg .tit h2:after {
  right: -3em;
  left: auto;
}
.article-product .xg .xg-swiper .swiper-container {
  padding: 2rem 5px;
  padding-bottom: 6rem;
  padding-top: 5px;
}
.article-product .xg .xg-swiper .item {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top-right-radius: 5em;
  box-shadow: 0 5px 10px rgba(26, 46, 125, 0.5);
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #DCEAF4;
}
.article-product .xg .xg-swiper .item:hover .hover {
  opacity: 1;
}
.article-product .xg .xg-swiper .item .img {
  height: 164px;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .img {
    height: 230px;
  }
}
.article-product .xg .xg-swiper .item .img img {
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-product .xg .xg-swiper .item .tit {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding: 1rem 0;
}
.article-product .xg .xg-swiper .item .tit a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 15px;
  /* @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .article-product .xg .xg-swiper .item .tit a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .article-product .xg .xg-swiper .item .tit a {
    font-size: 1.8rem;
  }
}
.article-product .xg .xg-swiper .item .hover {
  transition: all ease-in-out 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px 15px;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .hover {
    padding: 40px;
  }
}
.article-product .xg .xg-swiper .item .hover:before {
  position: absolute;
  content: '';
  background: rgba(0, 105, 181, 0.84);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.article-product .xg .xg-swiper .item .hover .hover-tit {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  /*
                        @media @min1600 {
                            font-size: 2rem;
                        }

                        @media @min1900 {
                            font-size: 2.4rem;
                        }*/
}
@media (min-width: 992px) {
  .article-product .xg .xg-swiper .item .hover .hover-tit {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .article-product .xg .xg-swiper .item .hover .hover-tit {
    font-size: 1.8rem;
  }
}
.article-product .xg .xg-swiper .item .hover .hover-tit:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 3px;
  border-radius: 5px;
  background: #fff;
  width: 2em;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .hover .hover-tit:after {
    height: 5px;
    bottom: -20px;
  }
}
.article-product .xg .xg-swiper .item .hover .hover-desc {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  color: #fff;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .hover .hover-desc {
    font-size: 1.6rem;
  }
}
.article-product .xg .xg-swiper .item .hover .hover-more {
  position: relative;
  z-index: 4;
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .hover .hover-more {
    padding-top: 25px;
  }
}
.article-product .xg .xg-swiper .item .hover .hover-more a {
  background: #fff;
  color: #0069B5;
  border-radius: 10em;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 1900px) {
  .article-product .xg .xg-swiper .item .hover .hover-more a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.login-box {
  background: #fff;
  padding: 44px 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .login-box {
    padding: 44px 30px;
    width: 575px;
  }
}
@media (min-width: 1200px) {
  .login-box {
    padding: 44px 44px;
  }
}
.login-box .tit {
  text-align: center;
  padding: 3rem 0;
}
.login-box .tit h2 {
  line-height: 1;
  position: relative;
  font-size: 2rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .login-box .tit h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .login-box .tit h2 {
    font-size: 3rem;
  }
}
.login-box .tit h2:before,
.login-box .tit h2:after {
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #DCEAF4;
  width: 2em;
  content: '';
}
.login-box .tit h2:after {
  right: -3em;
  left: auto;
}
.login-box .layui-form {
  padding: 15px;
}
.login-box .layui-form .input {
  position: relative;
  padding: 10px 0;
}
.login-box .layui-form .input input {
  padding-left: 80px;
}
.login-box .layui-form .input label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.login-box .layui-form .input label img {
  margin-right: 5px;
}
.login-box .layui-form .input .yzm {
  position: absolute;
  right: 0;
  height: 35px;
  overflow: hidden;
  top: 0;
  width: 140px;
  top: 50%;
  transform: translateY(-50%);
}
.login-box .layui-form .input .yzm img {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.login-box .layui-form .btns {
  padding-top: 15px;
}
.login-box .layui-form .btns .layui-btn {
  display: block;
  width: 100%;
  background: #0069B5;
  height: auto;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff !important;
}
.article-product-img-swiper .swiper-container {
  height: 100%;
}
.article-product-img-swiper .swiper-container .item {
  height: 100%;
  display: flex;
  align-items: center;
}
.honor-list .row {
  margin: -5px;
}
.honor-list .col-xs-6 {
  padding: 5px;
}
.honor-list .item {
  padding-bottom: 20px;
}
.honor-list .item a {
  display: block;
}
.honor-list .item a .img {
  height: 180px;
  overflow: hidden;
}
.honor-list .item a .img img {
  width: 100%;
  height: 200px;
  transition: all ease-in-out 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.honor-list .item a .txt {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 1em;
  height: 3em;
}
.honor-list .item a:hover .img img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .honor-list .item a .img {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .honor-list .row {
    margin: -10px;
  }
  .honor-list .col-sm-3 {
    padding: 10px;
  }
  .honor-list .item a .img {
    height: 200px;
  }
  .honor-list .item a .txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .honor-list .item a .txt {
    font-size: 1.8rem;
  }
}
.contact-table thead tr {
  background: #0069b5;
  color: #fff;
}
.contact-table thead tr th {
  border-bottom: none;
  font-weight: normal;
  padding: 20px 20px;
  text-align: center;
}
.contact-table thead tr th + th {
  border-left: 1px solid #F5F9FB;
}
.contact-table tbody tr {
  background: #fff;
}
.contact-table tbody tr:nth-of-type(odd) {
  background: #DCE3E6!important;
}
.contact-table tbody tr td {
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  border: none;
  color: #000;
}
.contact-table tbody tr td:last-child {
  text-align: left;
}
.contact-table tbody tr td + td {
  border-left: 1px solid #F5F9FB !important;
}
