﻿@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 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;
  }
}
@-webkit-keyframes warn {
  0% {
    transform: scale(0);
    opacity: 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;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn2 {
  0% {
    transform: scale(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn3 {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
a:hover {
  color: #1C569C;
}
.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a:hover,
button:hover,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #666;
}
.imgobjectfit {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.imgobjectfit2 {
  width: 100%;
  height: 100% ;
  object-fit: contain;
}
.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: #DCDCDC;
  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;
}
.bg {
  background: #F9FAFB;
}
.layui-btn {
  background: #666;
}
html,
body {
  font-size: 14px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
body {
  font-family: '微软雅黑', 'Microsoft YaHei', -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: 500;
  overflow-x: hidden;
}
body.nobanner header {
  border-bottom: 1px solid #e5e5e5;
}
body.nobanner header:before {
  opacity: 1;
}
body.nobanner header .logo a img {
  opacity: 1;
}
body.nobanner header .tool .sea-btn .layui-btn {
  color: #fff;
}
body.nobanner header .tool .login-btn a {
  background: #ffffff;
}
body.nobanner header .tool .menu span {
  background: #fff;
}
a {
  text-decoration: none!important;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #1C569C;
}
img {
  max-width: 100%;
  height: auto!important;
}
.container,
.container-box {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container,
  .container-box {
    width: 760px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container,
  .container-box {
    width: 970px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-box {
    width: 1170px;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
    padding: 0;
  }
  .container-box {
    width: 1520px;
    max-width: 1520px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1720px;
    padding: 0;
  }
}
.header-down {
  border-bottom: 1px solid #e5e5e5;
}
.header-down:before {
  opacity: 1;
}
.header-down .logo a img {
  opacity: 1;
}
.header-down .tool .sea-btn .layui-btn {
  color: #fff;
}
.header-down .tool .login-btn a {
  background: #ffffff;
}
.header-down .tool .menu span {
  background: #fff;
}
header {
  z-index: 99990;
  width: 100% !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
}
header:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
header.down {
  border-bottom: 1px solid #e5e5e5;
}
header.down:before {
  opacity: 1;
}
header.down .logo a img {
  opacity: 1;
}
header.down .tool .sea-btn .layui-btn {
  color: #fff;
}
header.down .tool .login-btn a {
  background: #ffffff;
}
header.down .tool .menu span {
  background: #fff;
}
header.fullpage-even {
  border-bottom: 1px solid #e5e5e5;
}
header.fullpage-even:before {
  opacity: 1;
}
header.fullpage-even .logo a img {
  opacity: 1;
}
header.fullpage-even .tool .sea-btn .layui-btn {
  color: #fff;
}
header.fullpage-even .tool .login-btn a {
  background: #ffffff;
}
header.fullpage-even .tool .menu span {
  background: #fff;
}
header.fullpage-even:before {
  opacity: 0;
}
header.active-sea,
header.active-nav {
  border-bottom: 1px solid #e5e5e5;
}
header.active-sea:before,
header.active-nav:before {
  opacity: 1;
}
header.active-sea .logo a img,
header.active-nav .logo a img {
  opacity: 1;
}
header.active-sea .tool .sea-btn .layui-btn,
header.active-nav .tool .sea-btn .layui-btn {
  color: #fff;
}
header.active-sea .tool .login-btn a,
header.active-nav .tool .login-btn a {
  background: #ffffff;
}
header.active-sea .tool .menu span,
header.active-nav .tool .menu span {
  background: #fff;
}
header .header-container {
  display: flex;
  padding: 0 15px;
  align-items: center;
  height: 60px;
}
@media (min-width: 992px) {
  header .header-container {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  header .header-container {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  header .header-container {
    height: 100px;
  }
}
@media (min-width: 1900px) {
  header .header-container {
    max-width: 1720px;
    margin: 0 auto;
  }
}
header .logo {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  header .logo {
    flex: 0 0 auto;
  }
}
header .logo a {
  position: relative;
  width: 130px;
  height: 40px;
  display: block;
}
@media (min-width: 992px) {
  header .logo a {
  /*  top: -3px;*/
  }
 
}
@media (min-width: 1200px) {
  header .logo a {
    width: 263px;
    height:60px;
    top: 0px;
  }
  header .logo {margin-left:50px;}
}
@media (min-width: 1600px) {
  header .logo a {
   /* width: 477px;
    height: 55px;*/
     width: 350px;
    height: 80px;
  
    
  }
  header .logo {margin-left:150px;}
  header .logo a img {
  
  right:0;
}
}

header .logo a img {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  height: 100% !important;
  z-index: 1;
  opacity: 1;
  right:0;
}
header .nav {
  display: none;
}
@media (min-width: 992px) {
  header .nav {
    display: block;
    flex: 1 1 auto;
    position: relative;
    z-index: 99;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header .nav > ul {
  display: flex;
  justify-content: center;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1200px) {
  header .nav > ul {
    height: 90px;
    line-height: 90px;
    justify-content: flex-end;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  header .nav > ul {
    height: 100px;
    line-height: 100px;
  }
}
header .nav > ul > li {
  padding: 0 8px;
  font-size: 1.4rem;
  height: 100%;
  position: relative;
}
@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: 1400px) {
  header .nav > ul > li {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  header .nav > ul > li {
    padding: 0 25px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
header .nav > ul > li.active {
  position: relative;
}
header .nav > ul > li.active a:after {
  display: block;
}
header .nav > ul > li:hover > ul {
  display: block;
}
header .nav > ul > li a {
  color: #fff;
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
}
header .nav > ul > li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  content: '';
  background: #fff;
  display: none;
}
header .nav > ul > li:nth-child(4) > ul {
  width: 380px;
}
header .nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 260px;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
header .nav > ul > li > ul li {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 40px;
  display: block;
}
header .nav > ul > li > ul li:nth-child(1) {
  padding-top: 20px;
}
header .nav > ul > li > ul li:last-child {
  padding-bottom: 20px;
}
header .nav > ul > li > ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-weight: 300;
  padding-left: 20px;
  background: url(/content/images/icon/jt3s.png) no-repeat 5px center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
header .nav > ul > li > ul li a:hover {
  background: url(/content/images/icon/jt3.png) no-repeat 5px center;
  color: #1C569C;
}
header .nav > ul > li > ul li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .tool {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1400px) {
  header .tool {
    flex: 0 0 auto;
    /*width: 400px;*/
  }
}
@media (min-width: 1600px) {
  header .tool {
    justify-content: flex-end;
  }
}
header .tool .sea-btn {
  position: relative;
  z-index: 88;
}
header .tool .sea-btn .layui-btn {
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
header .tool .sea-btn .layui-btn:before {
  background: url(/content/images/icon/sea.png) no-repeat center center;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  margin-right: 5px;
}
header .tool .sea-btn .layui-btn i {
  font-style: normal;
}
header .tool .dropdown {
  display: none;
}
@media (min-width: 1200px) {
  header .tool .dropdown {
    margin-left: 10px;
  }
}
header .tool .login-btn {
  display: none;
}
@media (min-width: 992px) {
  header .tool .login-btn {
    display: block;
    height: 80px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 1200px) {
  header .tool .login-btn {
    height: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1400px) {
  header .tool .login-btn {
    height: 100px;
    line-height: 100px;
    margin-left: 30px;
    padding-left: 30px;
  }
}
header .tool .login-btn a {
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  color: #16559c;
  border-radius: 10em;
  width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1400px) {
  header .tool .login-btn a {
    width: 162px;
    display: flex;
    font-size: 16px;
  }
}
header .tool .login-btn a:before {
  content: '';
  background: url(/content/images/icon/user.png) no-repeat center center;
  width: 19px;
  height: 20px;
  display: block;
  margin-right: 5px;
}
header .tool .login-btn a:hover {
  background: #ffffff;
}
header .tool .dropdown .btn {
  background: none;
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
}
header .tool .dropdown .btn:hover,
header .tool .dropdown .btn:active {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
}
header .tool .dropdown .btn i {
  content: '';
  background: url(/content/images/icon/lang.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}
header .tool .dropdown span.caret {
  background: none;
  margin: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
header .tool .menu {
  background: none;
  position: relative;
  margin-top: -4px;
  padding-right: 0;
}
@media (min-width: 992px) {
  header .tool .menu {
    display: none;
  }
}
header .tool .menu.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
header .tool .menu.active span:nth-child(2) {
  opacity: 0;
}
header .tool .menu.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  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;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #seachdiv {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  #seachdiv {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  #seachdiv {
    padding-top: 105px;
  }
}
#seachdiv .seachdiv-bg {
  background: rgba(255, 255, 255, 0.76);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#seachdiv.active {
  display: block;
}
#seachdiv .form-mb {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #seachdiv .form-mb {
    width: 600px;
  }
}
#seachdiv .form-mb .layui-item {
  display: flex;
  padding-top: 40px;
  max-width: 600px;
  margin: 0 auto;
}
#seachdiv .form-mb .layui-item input {
  flex: 1 1 auto;
}
#seachdiv .form-mb .layui-item input:hover {
  border-color: #666;
}
#seachdiv .form-mb .layui-item button {
  background: #1C569C;
  border-radius: 0;
}
#seachdiv .form-mb .layui-item button i {
  background: url(/content/images/icon/sea.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
#seachdiv .form-mb .layui-item .close-search {
  width: 40px;
  height: 38px;
  flex: 0 0 auto;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
#seachdiv .form-mb .layui-item .close-search i {
  font-size: 24px;
}
#navdiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.94);
  padding: 15px;
  bottom: 0;
  padding-top: 8rem;
}
#navdiv.active {
  display: block;
}
@media (min-width: 992px) {
  #navdiv.active {
    display: none;
  }
}
#navdiv .nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  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;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
@media (min-width: 992px) {
  #daohang {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  #daohang {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  #daohang {
    padding-top: 105px;
  }
}
#daohang.active {
  display: none;
}
@media (min-width: 768px) {
  #daohang.active {
    display: block;
  }
}
#daohang .daohang-container {
  background: #fff;
  border-bottom-right-radius: 20px;
}
#daohang .xnav .xnav-item {
  display: none;
  position: relative;
  align-items: center;
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item {
    height: 470px;
  }
}
#daohang .xnav .xnav-item.active {
  display: flex;
}
#daohang .xnav .xnav-item.xnav-item-product {
  align-items: stretch;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item.xnav-item-product .list {
    padding-top: 50px;
  }
}
#daohang .xnav .xnav-item.xnav-item-product .list > ul > li {
  width: 25%;
}
#daohang .xnav .xnav-item.xnav-item-product .list > ul > li:nth-child(2) {
  width: 50%;
}
#daohang .xnav .xnav-item .img {
  width: 30%;
  overflow: hidden;
  border-bottom-right-radius: 20px;
  height: 100%;
}
#daohang .xnav .xnav-item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
#daohang .xnav .xnav-item .list {
  width: 70%;
  flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list {
    padding: 20px 40px;
  }
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list {
    padding: 70px 106px;
    padding-top: 50px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
#daohang .xnav .xnav-item .list > ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: -10px;
}
#daohang .xnav .xnav-item .list > ul > li {
  width: 33.33%;
  padding: 10px 15px;
}
#daohang .xnav .xnav-item .list > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
  color: #333;
  border-bottom: 1px solid #BFBFBF;
  padding: 6px 0;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 20px;
    padding: 10px 0;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 24px;
    padding: 15px 0;
  }
}
#daohang .xnav .xnav-item .list > ul > li > a:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #1C569C;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li > a:before {
    width: 5px;
    height: 5px;
    left: -12px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul {
  padding-top: 15px;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li ul {
    padding-top: 35px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li {
  padding: 5px 0;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li ul li {
    padding: 10px 0;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li a {
  color: #888;
  line-height: 1.2;
  display: block;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 18px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li a:hover {
  color: #1C569C;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 {
  display: flex;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li {
  width: 50%;
  padding: 0 5px;
  padding-top: 5px;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
  display: block;
  color: #000;
  font-weight: bold;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 22px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li ul {
  padding-top: 10px;
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}
.a-btn {
  background: #1C569C;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 0.8em 4em;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.a-btn:hover {
  color: #fff;
  opacity: 0.8;
}
footer {
  background: #272a2f;
  color: #a4a4a4;
}
footer a {
  color: #a4a4a4;
}
footer .container-footer {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  footer .container-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media (min-width: 1900px) {
  footer .container-footer {
    padding: 0;
  }
}
footer .container-footer .box1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .container-footer .box1 {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    width: 20%;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1900px) {
  footer .container-footer .box1 {
    width: 380px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
footer .container-footer .box1 .logo {
  padding: 20px 0;
}
footer .container-footer .box1 ul li {
  padding: 5px 0;
}
footer .container-footer .box1 ul li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  color: #b7b7b7;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1900px) {
  footer .container-footer .box1 ul li a {
    max-width: 230px;
    padding: 16px 20px;
    line-height: 1;
  }
}
footer .container-footer .box1 ul li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
footer .container-footer .box1 ul li.links {
  position: relative;
  z-index: 999;
}
footer .container-footer .box1 ul li.links > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container-footer .box1 ul li.links > a:after {
  content: '';
  background: url(/content/images/jt.png) no-repeat center center;
  width: 9px;
  height: 6px;
  margin-left: 15px;
}
footer .container-footer .box1 ul li.links:hover > a {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
footer .container-footer .box1 ul li.links:hover .links-ul {
  /* display: block;*/
}
footer .container-footer .box1 ul li.links .links-ul {
  position: absolute;
  background: #58606C;
  display: none;
  left: 0;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 5px 10px 0;
}
@media (min-width: 992px) {
  footer .container-footer .box1 ul li.links .links-ul {
    max-width: 240px;
  }
}
footer .container-footer .box1 ul li.links .links-ul.active {
  display: block;
}
footer .container-footer .box1 ul li.links .links-ul .nano {
  height: 200px;
}
footer .container-footer .box1 ul li.links .links-ul ul {
  padding-right: 10px;
}
footer .container-footer .box1 ul li.links .links-ul ul li a {
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 2px 0;
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-size: 12px;
}
footer .container-footer .box1 ul li.links .links-ul ul li a:before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
}
footer .container-footer .box1 ul li.links .links-ul ul li a:hover {
  color: #C91E28;
}
footer .container-footer .box2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .container-footer .box2 {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    width: 62%;
    padding: 0 20px;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box2 {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1900px) {
  footer .container-footer .box2 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 80px;
    width: 1100px;
  }
}
@media (min-width: 992px) {
  footer .container-footer .box2 ul {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  footer .container-footer .box2 ul li {
    padding: 3px 0;
  }
}
footer .container-footer .box2 ul li.first a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  display: block;
}
@media (min-width: 992px) {
  footer .container-footer .box2 ul li.first a {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box2 ul li.first a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box2 ul li a {
    font-size: 15px;
  }
}
footer .container-footer .box2 ul li a:hover {
  color: #fff;
}
footer .container-footer .box3 {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  footer .container-footer .box3 {
    border-bottom: none;
    text-align: right;
    width: 18%;
    flex: 0 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box3 {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1900px) {
  footer .container-footer .box3 {
    padding-top: 80px;
    padding-bottom: 40px;
    width: 230px;
  }
}
footer .container-footer .box3 .wx {
  background: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
}
footer .container-footer .box3 .wx img {
  width: 111px;
  height: 111px;
}
footer .container-footer .box3 .txt {
  color: #fff;
  padding: 15px 0;
}
@media (min-width: 992px) {
  footer .container-footer .box3 .txt {
    width: 130px;
    text-align: center;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box3 .txt {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  footer .container-footer .box4 {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  footer .container-footer .box4:before {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
  }
}
@media (min-width: 1200px) {
  footer .container-footer .box4 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  footer .container-footer .box4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
footer .container-footer .box4 ul li {
  padding: 5px 0;
  display: flex;
  line-height: 1.4;
}
@media (min-width: 992px) {
  footer .container-footer .box4 ul li {
    width: 50%;
    padding: 5px 15px;
  }
}
@media (min-width: 1400px) {
  footer .container-footer .box4 ul li {
    width: 33.33%;
    font-size: 15px;
  }
}
footer .container-footer .box4 ul li label {
  font-weight: normal;
  flex: 0 0 auto;
  margin: 0;
}
footer .footer-copy {
  background: #1A1B1D;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
@media (min-width: 1200px) {
  footer .footer-copy {
    padding: 30px;
    font-size: 15px;
  }
}
footer .footer-copy a {
  color: #fff;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-container {
  height: 100%;
}
.index-banner .swiper-container-h {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-banner .swiper-container-h .swiper-wrapper {
  transition-delay: 0.3s;
}
.index-banner .swiper-container-h .ani-slide .tit {
  transform: translateX(0);
  opacity: 1;
}
.index-banner .swiper-container-h .swiper-slide .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-banner .swiper-container-h .swiper-slide .img-bg img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.index-banner .swiper-container-h .swiper-slide .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-about .tit {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  padding: 15px 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.4s;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-about .tit {
    font-size: 65px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-about .desc {
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-about .desc {
    font-size: 30px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-news {
  text-align: center;
  width: 100%;
  margin-top: -40%;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-news {
    margin-top: -20%;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-news .tit {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  padding: 15px 0;
  text-shadow: 2px 2px rgba(28, 86, 156, 0.2);
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-news .tit {
    font-size: 45px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-news .tit {
    font-size: 65px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-news .more a {
  margin: 0 auto;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product {
  width: 100%;
  margin-top: -40%;
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content {
    width: 50%;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item {
  display: none;
  color: #fff;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item.active {
  display: block;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .tit {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .tit {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .tit {
    font-size: 65px;
    font-weight: 400;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .desc {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product .content .item .desc {
    font-size: 20px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul {
  position: absolute;
  bottom: 80px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 390px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul {
    right: 60px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li {
  width: 50%;
  padding: 10px;
  position: relative;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li .img-bg2 {
  display: none;
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li {
    width: 100%;
    padding: 20px 0;
    padding-left: 30px;
    overflow: hidden;
  }
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:nth-child(even):before {
    display: none;
  }
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:nth-child(5):after {
    display: block !important;
  }
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li .img-bg2 {
    display: block !important;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto !important;
    top: auto !important;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li {
    padding: 30px 0;
    padding-left: 30px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li.active,
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:nth-child(odd):before {
  display: none;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:nth-child(5):after,
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:nth-child(6):after {
  display: none;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
}
@media (min-width: 992px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li a {
    font-size: 20px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li a img {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  object-fit: contain;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-product ul li a p {
  flex: 1 1 auto;
  padding-left: 15px;
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-zy {
  text-align: center;
  width: 100%;
  margin-top: -40%;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-zy {
    margin-top: -20%;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-zy .tit {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  padding: 15px 0;
  text-shadow: 2px 2px rgba(28, 86, 156, 0.2);
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-zy .tit {
    font-size: 45px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-zy .tit {
    font-size: 65px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-zy .more a {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .index-banner-zy {
    margin-top: 0;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .index-banner-zy .tit {
  line-height: 1.6;
}
.index-banner .swiper-container-h .swiper-slide .container .more {
  padding-top: 30px;
}
.index-banner .swiper-container-h .swiper-slide .container .more a {
  display: inline-block;
  line-height: 1;
  width: 160px;
  font-size: 12px;
  padding: 8px 10px;
  color: #1C569C;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10em;
  transition: all ease-in-out 0.3s;
}
.index-banner .swiper-container-h .swiper-slide .container .more a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-slide .container .more a {
    font-size: 16px;
    padding: 10px 20px;
    width: 180px;
  }
}
@media (min-width: 1900px) {
  .index-banner .swiper-container-h .swiper-slide .container .more a {
    font-size: 17px;
    padding: 15px 20px;
    width: 210px;
  }
}
.index-banner .swiper-container-h .swiper-slide .container .more a:after {
  content: '';
  background: url(/content/images/icon/jt2.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 15px;
}
.index-banner .swiper-container-h .swiper-button-prev,
.index-banner .swiper-container-h .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: none;
  display: none;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-h .swiper-button-prev,
  .index-banner .swiper-container-h .swiper-button-next {
    display: block;
  }
}
.index-banner .swiper-container-h .swiper-button-prev:before,
.index-banner .swiper-container-h .swiper-button-next:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .swiper-container-h .swiper-button-prev:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-banner .swiper-container-h .swiper-button-next:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-banner .swiper-container-v {
  position: absolute;
  z-index: 3;
  height: 150px;
  left: 15px;
  right: 15px;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-v {
    width: 620px;
    right: auto;
    height: 220px;
    left: 0;
  }
}
.index-banner .swiper-container-v .item {
  height: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-v .item {
    padding: 50px;
  }
}
.index-banner .swiper-container-v .item a {
  color: #fff;
  display: block;
  width: 100%;
}
.index-banner .swiper-container-v .item a .tit {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-v .item a .tit {
    font-size: 24px;
    font-weight: 400;
    padding-top: 0;
  }
}
.index-banner .swiper-container-v .item a .desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-v .item a .desc {
    font-size: 18px;
  }
}
.index-banner .swiper-container-v .swiper-pagination {
  left: 20px;
  text-align: left;
}
@media (min-width: 1200px) {
  .index-banner .swiper-container-v .swiper-pagination {
    left: 45px;
  }
}
.index-banner .swiper-container-v .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.index-banner .swiper-container-v .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 10em;
}
.index-banner .index-banner-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .index-banner .index-banner-nav {
    height: 80px;
  }
}
.index-banner .index-banner-nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-banner .index-banner-nav ul li {
  width: 25%;
  background: rgba(255, 255, 255, 0.2);
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .index-banner .index-banner-nav ul li {
    height: 80px;
  }
}
.index-banner .index-banner-nav ul li:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.index-banner .index-banner-nav ul li.active {
  background: #C91E28;
}
.index-banner .index-banner-nav ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .index-banner .index-banner-nav ul li a {
    padding: 0 20%;
  }
}
@media (min-width: 1200px) {
  .index-banner .index-banner-nav ul li a {
    padding: 0 20%;
  }
}
.index-banner .index-banner-nav ul li a i {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .index-banner .index-banner-nav ul li a i {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .index-banner .index-banner-nav ul li a i {
    width: 40px;
    height: 40px;
  }
}
.index-banner .index-banner-nav ul li a i img {
  width: 100%;
  height: 100% ;
  object-fit: contain;
}
.index-banner .index-banner-nav ul li a p {
  line-height: 1.2;
  font-size: 10px;
  flex: 1 1 auto;
  text-align: right;
}
@media (min-width: 768px) {
  .index-banner .index-banner-nav ul li a p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .index-banner .index-banner-nav ul li a p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }
}
/*关于我们*/
.page-banner {
  height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .page-banner {
    height: 500px;
  }
}
@media (min-width: 1900px) {
  .page-banner {
    height: 758px;
  }
}
.page-banner .container-box {
  height: 100%;
}
.page-banner .container-box .item {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-banner .container-box .item .txt {
  color: #fff;
}
.page-banner .container-box .item .txt .tit {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-banner .container-box .item .txt .tit {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .page-banner .container-box .item .txt .tit {
    font-size: 40px;
  }
}
.page-banner .container-box .item .txt .etit {
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .page-banner .container-box .item .txt .etit {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .page-banner .container-box .item .txt .etit {
    font-size: 24px;
  }
}
.page-banner .page-nav {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
  right: 0;
  height: 60px;
}
@media (min-width: 768px) {
  .page-banner .page-nav {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .page-banner .page-nav {
    height: 100px;
  }
}
@media (min-width: 1900px) {
  .page-banner .page-nav {
    height: 110px;
  }
}
.page-banner .page-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(28, 86, 156, 0.97);
  border-radius: 0px 40px 0px 0px;
  content: '';
}
@media (min-width: 1900px) {
  .page-banner .page-nav:before {
    display: none;
  }
}
.page-banner .page-nav .container-box {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box:before {
    background: rgba(28, 86, 156, 0.97);
    border-radius: 0px 40px 0px 0px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -100px;
    z-index: 1;
  }
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box:after {
    background: rgba(28, 86, 156, 0.97);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: auto;
    bottom: 0;
    right: 100%;
    z-index: 1;
  }
}
.page-banner .page-nav .container-box .nav {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
.page-banner .page-nav .container-box .nav ul {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box .nav ul {
    margin: 0 -90px;
  }
}
.page-banner .page-nav .container-box .nav ul li {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .page-banner .page-nav .container-box .nav ul li {
    padding: 0 30px;
  }
}
@media (min-width: 1400px) {
  .page-banner .page-nav .container-box .nav ul li {
    padding: 0 50px;
  }
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box .nav ul li {
    padding: 0 90px;
  }
}
.page-banner .page-nav .container-box .nav ul li.active a {
  color: #fff;
}
.page-banner .page-nav .container-box .nav ul li.active a:after {
  opacity: 1;
}
.page-banner .page-nav .container-box .nav ul li a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .page-banner .page-nav .container-box .nav ul li a {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .page-banner .page-nav .container-box .nav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .page-banner .page-nav .container-box .nav ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box .nav ul li a {
    font-size: 22px;
    padding: 18px 0;
  }
}
.page-banner .page-nav .container-box .nav ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  right: 0;
  background: #fff;
  content: '';
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box .nav ul li a:after {
    height: 3px;
  }
}
.page-banner .page-nav .container-box .nav ul li a:hover {
  color: #fff;
}
.page-banner .page-nav .container-box .page-route {
  display: none;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-banner .page-nav .container-box .page-route {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.page-banner .page-nav .container-box .page-route ul {
  display: flex;
  align-items: center;
}
.page-banner .page-nav .container-box .page-route ul li:first-child a {
  display: flex;
  align-items: center;
}
.page-banner .page-nav .container-box .page-route ul li:first-child a:before {
  content: '';
  background: url(/content/images/icon/home.png) no-repeat center center;
  width: 21px;
  height: 19px;
  display: block;
  margin-right: 10px;
}
.page-banner .page-nav .container-box .page-route ul li + li:before {
  content: '-';
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.8);
}
.page-banner .page-nav .container-box .page-route ul li.active a {
  color: #fff;
}
.page-banner .page-nav .container-box .page-route ul li a {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .page-banner .page-nav .container-box .page-route ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-banner .page-nav .container-box .page-route ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .page-banner .page-nav .container-box .page-route ul li a {
    font-size: 18px;
  }
}
.page-banner .page-nav .container-box .page-route ul li a:hover {
  color: #fff;
}
.aboutbox1 {
  position: relative;
  top: -60px;
}
.th1 .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media (min-width: 992px) {
  .th1 .tit {
    font-size: 34px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .th1 .tit {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .th1 .tit {
    font-size: 40px;
  }
}
.th1 .etit {
  color: #999;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .th1 .etit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .th1 .etit {
    font-size: 24px;
  }
}
.th1 .desc {
  color: #666;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .th1 .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .th1 .desc {
    font-size: 18px;
  }
}
.body {
  color: #666;
  font-size: 14px;
  /*产品*/
}
@media (min-width: 1600px) {
  .body {
    font-size: 18px;
  }
}
.body p {
  margin: 1.5em auto;
}
.body .body-icon {
  padding: 40px 0;
}
.body .body-icon ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.body .body-icon ul li {
  padding: 15px;
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .body .body-icon ul li {
    width: 25%;
  }
}
.body .body-icon ul li .item .icon {
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.body .body-icon ul li .item .icon img {
  width: 100%;
  height: 100% ;
  object-fit: contain;
}
.body .body-icon ul li .item .txt {
  position: relative;
  line-height: 1;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .body .body-icon ul li .item .txt {
    font-size: 20px;
  }
}
.body .body-icon ul li .item .txt:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 1.2em;
  background: #86878C;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 1200px) {
  .body .body-icon ul li .item .txt:after {
    height: 2px;
  }
}
.body .body-icon2 {
  padding: 40px 0;
}
.body .body-icon2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 1600px) {
  .body .body-icon2 ul {
    margin: 0 -55px;
  }
}
.body .body-icon2 ul li {
  padding: 15px;
  width: 50%;
  text-align: left;
}
@media (min-width: 768px) {
  .body .body-icon2 ul li {
    width: 33.33%;
  }
}
@media (min-width: 1600px) {
  .body .body-icon2 ul li {
    padding: 30px 55px;
  }
}
.body .body-icon2 ul li .item .icon {
  text-align: left;
}
.body .body-icon2 ul li .item .tit {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .body .body-icon2 ul li .item .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .body .body-icon2 ul li .item .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .body .body-icon2 ul li .item .tit {
    font-size: 22px;
    font-weight: 400;
  }
}
.body .body-icon2 ul li .item .desc {
  padding-top: 20px;
  font-size: 12px;
  color: #666;
}
@media (min-width: 1200px) {
  .body .body-icon2 ul li .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .body .body-icon2 ul li .item .desc {
    font-size: 16px;
  }
}
.about-box1 {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .about-box1 {
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .about-box1 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .about-box1 {
    margin-bottom: 240px;
  }
}
@media (min-width: 1600px) {
  .about-box1 {
    margin-bottom: 350px;
  }
}
@media (min-width: 1900px) {
  .about-box1 {
    padding-top: 140px;
  }
}
.about-box1 .container-box {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .about-box1 .container-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .about-box1 .container-box {
    padding-bottom: 200px;
  }
}
@media (min-width: 1600px) {
  .about-box1 .container-box {
    padding-bottom: 270px;
  }
}
.about-box1 .container-box:before {
  position: absolute;
  content: '';
  top: -40px;
  left: -100%;
  bottom: 0;
  right: 33.33%;
  background: #FAFAFA;
  display: none;
}
@media (min-width: 768px) {
  .about-box1 .container-box:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-box1 .container-box:before {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .about-box1 .container-box:before {
    top: -140px;
  }
}
.about-box1 .container-box:after {
  position: absolute;
  content: '';
  top: -40px;
  left: 66.66%;
  bottom: 0;
  right: -100%;
  background: #E8F6FD;
  display: none;
}
@media (min-width: 768px) {
  .about-box1 .container-box:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-box1 .container-box:after {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .about-box1 .container-box:after {
    top: -140px;
  }
}
.about-box1 .overview {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .about-box1 .overview {
    width: 66.66%;
    padding-right: 40px;
  }
}
.about-box1 .overview .body {
  padding: 40px 0;
}
.about-box1 .overview .body h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1600px) {
  .about-box1 .overview .body h2 {
    font-size: 30px;
  }
}
.about-box1 .number {
  padding: 20px;
  background: #E8F6FD;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .about-box1 .number {
    width: 33.33%;
    background: none;
  }
}
.about-box1 .number ul {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .about-box1 .number ul {
    flex-wrap: wrap;
    height: 100%;
  }
}
.about-box1 .number ul li {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .about-box1 .number ul li {
    width: 100%;
  }
}
.about-box1 .number ul li .num {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-box1 .number ul li .num span {
  display: inline-block;
}
.about-box1 .number ul li .num i {
  display: block;
  font-style: normal;
  color: #1C569C;
  font-size: 10px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.about-box1 .number ul li span {
  display: block;
  position: relative;
  text-align: center;
  color: #1C569C;
  line-height: 1;
}
.about-box1 .number ul li span.timer {
  font-size: 32px;
  color: #1C569C;
  font-weight: 400;
  font-family: Bahnschrift;
  position: relative;
}
@media (min-width: 768px) {
  .about-box1 .number ul li span.timer {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .about-box1 .number ul li span.timer {
    font-size: 60px;
  }
}
.about-box1 .number ul li span.tit {
  margin-left: -10px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .about-box1 .number ul li span.tit {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .about-box1 .number ul li span.tit {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .about-box1 .img {
    position: absolute;
    height: 312px;
    bottom: -150px;
    z-index: 3;
  }
  .about-box1 .img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .about-box1 .img {
    height: 400px;
    bottom: -200px;
  }
}
@media (min-width: 1600px) {
  .about-box1 .img {
    height: 542px;
    bottom: -270px;
  }
}
@media (min-width: 768px) {
  .about-map .th1 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .about-map .th1 {
    width: auto;
  }
}
.about-map .box {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .about-map .box {
    display: flex;
    flex-wrap: wrap;
  }
}
.about-map .maps {
  height: 320px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-map .maps {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .about-map .maps {
    width: 600px;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .about-map .maps {
    width: 800px;
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .about-map .maps {
    width: 980px;
    height: 820px;
  }
}
.about-map .maps .imgs {
  width: 941px;
  height: 801px;
  position: relative;
  transform-origin: 5% 0;
  transform: scale(0.4);
}
@media (min-width: 992px) {
  .about-map .maps .imgs {
    transform: scale(0.6);
    transform-origin: 0 0;
  }
}
@media (min-width: 1200px) {
  .about-map .maps .imgs {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
@media (min-width: 1600px) {
  .about-map .maps .imgs {
    transform: scale(1);
    transform-origin: 0 0;
  }
}
.about-map .maps .imgs img {
  width: 100%;
  height: auto !important;
}
.about-map .maps .imgs ul {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.about-map .maps .imgs ul li {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.about-map .maps .imgs ul li.active .title {
  color: #f00 !important;
}
.about-map .maps .imgs ul li.active .title:before {
  border-color: #f00 !important;
}
.about-map .maps .imgs ul li.active .dian span {
  background: rgba(212, 42, 139, 0.5) !important;
}
.about-map .maps .imgs ul li.active .dian:before,
.about-map .maps .imgs ul li.active .dian span {
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: rgba(212, 42, 139, 0.5) !important;
}
.about-map .maps .imgs ul li.active .dian:before {
  content: '';
  animation: warn2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}
.about-map .maps .imgs ul li.active .dian:after {
  background: #d42a8b !important;
}
.about-map .maps .imgs ul li .title {
  font-size: 16px;
  position: absolute;
  text-wrap: normal;
  white-space: nowrap;
  top: -50%;
  transform: translateY(-50%);
  color: #1C569C;
  font-weight: bold;
}
.about-map .maps .imgs ul li .title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px dotted #1C569C;
  content: '';
  left: 0;
  width: 190px;
}
.about-map .maps .imgs ul li .dian {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
  top: -20px;
  left: -20px;
}
.about-map .maps .imgs ul li .dian:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #1C569C;
  border-radius: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-map .maps .imgs ul li .dian:before,
.about-map .maps .imgs ul li .dian span {
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(28, 86, 156, 0.5);
  left: 0;
  z-index: 1;
  top: 0;
}
.about-map .maps .imgs ul li .dian:before {
  content: '';
  animation: warn2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}
.about-map .maps .imgs ul li.item.item-beijing {
  left: 656px;
  top: 275px;
}
.about-map .maps .imgs ul li.item.item-beijing .title {
  padding-left: 200px;
}
.about-map .maps .imgs ul li.item.item-xian {
  left: 536px;
  top: 399px;
}
.about-map .maps .imgs ul li.item.item-xian .title {
  left: -200px;
  padding-right: 200px;
}
.about-map .maps .imgs ul li.item.item-xian .title:before {
  left: 40px;
  width: 150px;
}

.about-map .maps .imgs ul li.item.item-chengdu {
  left: 470px;
  top: 470px;
}
.about-map .maps .imgs ul li.item.item-chengdu .title {
  left: -200px;
  padding-right: 200px;
}
.about-map .maps .imgs ul li.item.item-chengdu .title:before {
  left: 40px;
  width: 150px;
}

.about-map .maps .imgs ul li.item.item-nanjing {
  left: 718px;
  top: 422px;
}
.about-map .maps .imgs ul li.item.item-nanjing .title {
  left: -200px;
  padding-right: 200px;
}
.about-map .maps .imgs ul li.item.item-nanjing .title:before {
  left: 40px;
  width: 150px;
}
.about-map .maps .imgs ul li.item.item-shanghai {
  left: 760px;
  top: 441px;
}
.about-map .maps .imgs ul li.item.item-shanghai .title {
  padding-left: 150px;
}
.about-map .maps .imgs ul li.item.item-shanghai .title:before {
  width: 140px;
}
.about-map .maps .imgs ul li.item.item-nanchang {
  left: 660px;
  top: 524px;
}
.about-map .maps .imgs ul li.item.item-nanchang .title {
  padding-left: 150px;
}
.about-map .maps .imgs ul li.item.item-nanchang .title:before {
  width: 140px;
}
.about-map .maps .imgs ul li.item.item-guangzhou {
  left: 626px;
  top: 605px;
}
.about-map .maps .imgs ul li.item.item-guangzhou .title {
  padding-left: 150px;
}
.about-map .maps .imgs ul li.item.item-guangzhou .title:before {
  width: 140px;
}
.about-map .txt {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .about-map .txt {
    width: 300px;
    padding-left: 20px;
    margin-top: -130px;
  }
}
@media (min-width: 992px) {
  .about-map .txt {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .about-map .txt {
    padding: 0 0;
  }
}
.about-map .txt .swiper .item {
  padding: 20px 0;
}
.about-map .txt .swiper .item .tit {
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .about-map .txt .swiper .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .about-map .txt .swiper .item .tit {
    font-size: 18px;
  }
}
.about-map .txt .swiper .item .desc {
  color: #666;
}
@media (min-width: 1200px) {
  .about-map .txt .swiper .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .about-map .txt .swiper .item .desc {
    font-size: 18px;
  }
}
.about-map .txt .swiper-li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (min-width: 1600px) {
  .about-map .txt .swiper-li {
    margin: 0 -17.5px;
  }
}
.about-map .txt .swiper-li li {
  width: 50%;
  padding: 5px;
}
@media (min-width: 1600px) {
  .about-map .txt .swiper-li li {
    padding: 17.5px;
  }
}
.about-map .txt .swiper-li li.active a .img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(28, 86, 156, 0.97);
}
.about-map .txt .swiper-li li a {
  display: block;
}
.about-map .txt .swiper-li li a .img {
  height: 106px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .about-map .txt .swiper-li li a .img {
    height: 120px;
  }
}
.about-map .txt .swiper-li li a .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.about-map .txt .swiper-li li a .tit {
  text-align: center;
  color: #333;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .about-map .txt .swiper-li li a .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .about-map .txt .swiper-li li a .tit {
    padding-top: 10px;
  }
}
.about-jiagou {
  background: url(/content/images/about/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .about-jiagou {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .about-jiagou {
    padding-top: 80px;
    padding-bottom: 250px;
    padding-bottom: 60px;
  }
}
.about-jiagou .body {
  padding: 40px 0;
}
.about-zs {
  background: #1C569C;
  padding: 40px 20px 40px 0;
  position: relative;
}
@media (min-width: 1600px) {
  .about-zs {
    background: none;
    /* padding: 0;
        height: 0;*/
  }
}
.about-zs .swiper {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 1600px) {
  .about-zs .swiper {
    height: 514px;
    top: -250px;
    padding-right: 390px;
    padding-top: 70px;
    top: 0;
    padding-top: 40px;
  }
  .about-zs .swiper:before {
    position: absolute;
    top: 0;
    left: -100%;
    right: 240px;
    bottom: 0;
    background: #1C569C;
    content: '';
  }
}
.about-zs .swiper .swiper-wrapper {
  align-items: center;
}
.about-zs .swiper .item {
  padding: 10px;
}
.about-zs .swiper .item a {
  display: block;
}
.about-zs .swiper .item a .img {
  text-align: center;
  overflow: hidden;
  height: 350px;
}
.about-zs .swiper .item a .img img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.about-zs .swiper .item a .txt {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 15px;
  min-height: 80px;
}
@media (min-width: 1600px) {
  .about-zs .swiper .item a .txt {
    font-size: 18px;
    height: 80px;
  }
}
.about-zs .swiper .swiper-pagination {
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
@media (min-width: 1600px) {
  .about-zs .swiper .swiper-pagination {
    left: auto;
    right: 310px;
    top: 50%;
  }
}
.about-zs .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 4px;
}
@media (min-width: 1600px) {
  .about-zs .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 4px 0;
  }
}
.about-zs .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}
.about-zz {
  background: url(/content/images/about/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
@media (min-width: 1600px) {
  .about-zz {
    padding-top: 350px;
  }
}
@media (min-width: 1200px) {
  .about-zz {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .about-zz {
    padding-top: 80px;
    padding-bottom: 250px;
    padding-bottom: 60px;
  }
}
.about-zz .swiper {
  padding: 40px 0;
  position: relative;
  padding-bottom: 60px;
}
.about-zz .swiper .item {
  padding: 5px;
}
@media (min-width: 1600px) {
  .about-zz .swiper .item {
    padding: 15px 10px;
  }
}
.about-zz .swiper .item a {
  display: block;
  height: 100%;
  background: #fff;
  padding: 15px;
  text-align: center;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1600px) {
  .about-zz .swiper .item a {
    font-size: 18px;
    padding: 20px 15px;
  }
}
.about-zz .swiper .item a:hover {
  background: #1C569C;
  color: #fff;
  box-shadow: 0 0 15px rgba(28, 86, 156, 0.3);
}
.about-zz .swiper .swiper-button-prev,
.about-zz .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 2px solid #1C569C;
  border-radius: 100%;
  background: none;
  bottom: 0;
  top: auto;
  margin-top: 0;
}
.about-zz .swiper .swiper-button-prev:before,
.about-zz .swiper .swiper-button-next:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-zz .swiper .swiper-button-prev {
  left: 50%;
  margin-left: -50px;
}
.about-zz .swiper .swiper-button-prev:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231c569c'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-zz .swiper .swiper-button-next {
  right: 50%;
  margin-right: -50px;
}
.about-zz .swiper .swiper-button-next:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231c569c'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-banner {
  position: relative;
}
.product-banner .swiper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.product-banner .swiper .swiper-container {
  height: 100%;
}
.product-banner .swiper .swiper-slide {
  position: relative;
}
.product-banner .swiper .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.product-banner .swiper .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.product-banner .swiper .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.product-banner .swiper .container .item {
  color: #fff;
  text-align: center;
  max-width: 890px;
}
@media (min-width: 992px) {
  .product-banner .swiper .container .item {
    text-align: left;
  }
}
.product-banner .swiper .container .item .tit {
  font-size: 24px;
  line-height: 1;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .product-banner .swiper .container .item .tit {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .product-banner .swiper .container .item .tit {
    font-size: 40px;
  }
}
.product-banner .swiper .container .item .desc {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 992px) {
  .product-banner .swiper .container .item .desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .product-banner .swiper .container .item .desc {
    font-size: 18px;
  }
}
.product-banner .swiper-li {
  position: absolute;
  height: 180px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 3;
}
@media (min-width: 992px) {
  .product-banner .swiper-li {
    height: 120px;
  }
}
.product-banner .swiper-li ul {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.product-banner .swiper-li ul li {
  width: 33.33%;
  height: 50%;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 992px) {
  .product-banner .swiper-li ul li {
    width: 19%;
    height: 100%;
    padding-left: 20px;
  }
}
@media (min-width: 1600px) {
  .product-banner .swiper-li ul li {
    padding-left: 50px;
  }
}
.product-banner .swiper-li ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.product-banner .swiper-li ul li:nth-child(n+4) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .product-banner .swiper-li ul li:nth-child(n+4) {
    border-top: none;
  }
}
.product-banner .swiper-li ul li.active {
  background: rgba(255, 255, 255, 0.2);
}
.product-banner .swiper-li ul li.active:after {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #f00;
}
.product-banner .swiper-li ul li.active a {
  color: #fff;
}
.product-banner .swiper-li ul li.active a img {
  opacity: 1;
}
.product-banner .swiper-li ul li a {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  align-items: center;
  height: 100%;
  font-size: 12px;
}
@media (min-width: 992px) {
  .product-banner .swiper-li ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .product-banner .swiper-li ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .product-banner .swiper-li ul li a {
    font-size: 20px;
  }
}
.product-banner .swiper-li ul li a img {
  margin-right: 15px;
  opacity: 0.5;
  width: 20px;
}
@media (min-width: 1600px) {
  .product-banner .swiper-li ul li a img {
    width: 30px;
  }
}
@media (min-width: 1900px) {
  .product-banner .swiper-li ul li a img {
    width: 45px;
  }
}
.product-banner .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.product-banner .img-bg img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.product-banner .img-bg .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.product-banner .img-bg .container .item {
  color: #fff;
  text-align: center;
  max-width: 890px;
}
@media (min-width: 992px) {
  .product-banner .img-bg .container .item {
    text-align: left;
  }
}
.product-banner .img-bg .container .item .tit {
  font-size: 24px;
  line-height: 1;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .product-banner .img-bg .container .item .tit {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .product-banner .img-bg .container .item .tit {
    font-size: 40px;
  }
}
.product-banner .img-bg .container .item .desc {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 992px) {
  .product-banner .img-bg .container .item .desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .product-banner .img-bg .container .item .desc {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .product-banner.product-banner-content {
    height: 800px !important;
  }
}
.product-banner.product-banner-content .tit {
  margin-bottom: 20px;
  position: relative;
  padding: 1em 0 !important;
}
.product-banner.product-banner-content .tit:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
  content: '';
  width: 1em;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .product-banner.product-banner-content .tit:after {
    left: 0;
    transform: none;
  }
}
.th2 {
  text-align: center;
}
.th2 .tit {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .th2 .tit {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .th2 .tit {
    padding-bottom: 40px;
  }
}
.th2 .tit h2 {
  display: block;
  line-height: 1;
  font-size: 45px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 20px 0;
}
@media (min-width: 768px) {
  .th2 .tit h2 {
    font-size: 30px;
    padding: 20px 0 30px 0;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .th2 .tit h2 {
    font-size: 45px;
    padding: 25px 0 60px 0;
  }
}
.th2 .tit h2:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #1C569C;
  border-radius: 10em;
  content: '';
  width: 1em;
  bottom: 0;
}
@media (min-width: 768px) {
  .th2 .tit h2:before {
    height: 3px;
  }
}
.th2 .tit span {
  position: absolute;
  font-size: 50px;
  color: rgba(204, 204, 204, 0.2);
  line-height: 1;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .th2 .tit span {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .th2 .tit span {
    font-size: 50px;
  }
}
.th2 .desc {
  font-size: 12px;
  color: #333;
}
@media (min-width: 1200px) {
  .th2 .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .th2 .desc {
    font-size: 17px;
  }
}
.product-box1 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .product-box1 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .product-box1 {
    padding-top: 100px;
  }
}
@media (min-width: 1900px) {
  .product-box1 {
    padding-top: 150px;
  }
}
.product-box2 {
  background: url(/content/images/product/bg.jpg) repeat-x center bottom #3A3637;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .product-box2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .product-box2 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1900px) {
  .product-box2 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.product-box2 .th2 .tit h2 {
  color: #fff;
}
.product-box2 .th2 .tit h2:before {
  background: #fff;
}
.product-box2 .swiper {
  position: relative;
  padding-bottom: 50px;
}
.product-box2 .swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.product-box2 .swiper .item {
  padding: 5px;
}
@media (min-width: 992px) {
  .product-box2 .swiper .item {
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  .product-box2 .swiper .item {
    padding: 25px;
  }
}
.product-box2 .swiper .item a {
  display: block;
}
.product-box2 .swiper .item a:hover .img img {
  transform: scale(1.022);
}
.product-box2 .swiper .item a .img {
  height: 128px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-box2 .swiper .item a .img {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .product-box2 .swiper .item a .img {
    height: 173px;
  }
}
@media (min-width: 1200px) {
  .product-box2 .swiper .item a .img {
    height: 213px;
  }
}
@media (min-width: 1600px) {
  .product-box2 .swiper .item a .img {
    height: 270px;
  }
}
.product-box2 .swiper .item a .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.product-box2 .swiper .item a .tit {
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  background: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .product-box2 .swiper .item a .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .product-box2 .swiper .item a .tit {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.product-box2 .swiper .swiper-pagination {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-box2 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background: none;
}
.product-box2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.product-box2 .swiper .swiper-pagination .swiper-pagination-bullet:before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html,
body {
  position: relative;
  height: 100%;
}
.product-box3 {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.02);
}
@media (min-width: 768px) {
  .product-box3 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .product-box3 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1900px) {
  .product-box3 {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.product-box3 .tab ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product-box3 .tab ul li {
  flex: 1 1 auto;
  width: 20%;
  padding: 0 5px;
}
.product-box3 .tab ul li.active a .img img.default {
  opacity: 0;
  z-index: 1;
}
.product-box3 .tab ul li.active a .img img.hover {
  opacity: 1;
  z-index: 2;
}
.product-box3 .tab ul li.active a .tit {
  color: #000;
}
.product-box3 .tab ul li a {
  display: block;
}
.product-box3 .tab ul li a .img {
  height: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .product-box3 .tab ul li a .img {
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .product-box3 .tab ul li a .img {
    height: 100px;
  }
}
.product-box3 .tab ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .product-box3 .tab ul li a .img img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .product-box3 .tab ul li a .img img {
    width: 85px;
    height: 85px;
  }
}
.product-box3 .tab ul li a .img img.default {
  opacity: 1;
  z-index: 2;
}
.product-box3 .tab ul li a .img img.hover {
  opacity: 0;
  z-index: 1;
}
.product-box3 .tab ul li a .tit {
  font-size: 12px;
  color: #ccc;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .product-box3 .tab ul li a .tit {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-box3 .tab ul li a .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .product-box3 .tab ul li a .tit {
    font-size: 20px;
  }
}
.product-box3 .item {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.product-box3 .item .img-box {
  height: 300px;
}
@media (min-width: 768px) {
  .product-box3 .item .img-box {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .product-box3 .item .img-box {
    height: 500px;
  }
}
@media (min-width: 1900px) {
  .product-box3 .item .img-box {
    height: 600px;
  }
}
.product-box3 .item .img {
  width: 854px;
  position: relative;
  padding-bottom: 100px;
  transform: scale(0.45);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
}
@media (min-width: 992px) {
  .product-box3 .item .img {
    transform: scale(0.55);
  }
}
@media (min-width: 1200px) {
  .product-box3 .item .img {
    transform: scale(0.65);
  }
}
@media (min-width: 1600px) {
  .product-box3 .item .img {
    transform: scale(0.85);
  }
}
@media (min-width: 1900px) {
  .product-box3 .item .img {
    transform: none;
  }
}
.product-box3 .item .img .pc {
  width: 854px;
  height: 501px;
  position: relative;
}
.product-box3 .item .img .pc:after {
  position: absolute;
  z-index: 3;
  content: '';
  background: url(/content/images/product/0/pc.png) no-repeat center center;
  width: 854px;
  height: 501px;
  top: 0;
  left: 0;
}
.product-box3 .item .img .pc .swiper-container {
  width: 627px;
  height: 390px;
  left: 5px;
  top: 35px;
}
.product-box3 .item .img .pc .swiper-container:after {
  position: absolute;
  bottom: 0;
  height: 20%;
  left: 0;
  right: 0;
  z-index: 3;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.product-box3 .item .img .pc .swiper-container img {
  width: 100%;
  height: auto;
}
.product-box3 .item .img .pc .swiper-pagination {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 80px;
}
.product-box3 .item .img .pc .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background: none;
}
.product-box3 .item .img .pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.product-box3 .item .img .pc .swiper-pagination .swiper-pagination-bullet:before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-box3 .item .img .pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
}
.product-box3 .item .img .pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  border-radius: 10em;
}
.product-box3 .item .img .pc .tit-li {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.product-box3 .item .img .pc .tit-li ul li {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
  display: none;
}
.product-box3 .item .img .pc .tit-li ul li.active {
  display: block;
}
.product-box3 .item .img .phone {
  width: 854px;
  height: 501px;
  position: relative;
  width: 200px;
  height: 398px;
  position: absolute;
  top: 150px;
  z-index: 333;
  left: 650px;
}
.product-box3 .item .img .phone:after {
  position: absolute;
  z-index: 3;
  content: '';
  background: url(/content/images/product/0/pc.png) no-repeat center center;
  width: 854px;
  height: 501px;
  top: 0;
  left: 0;
}
.product-box3 .item .img .phone .swiper-container {
  width: 627px;
  height: 390px;
  left: 5px;
  top: 35px;
}
.product-box3 .item .img .phone .swiper-container:after {
  position: absolute;
  bottom: 0;
  height: 20%;
  left: 0;
  right: 0;
  z-index: 3;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.product-box3 .item .img .phone .swiper-container img {
  width: 100%;
  height: auto;
}
.product-box3 .item .img .phone .swiper-pagination {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 80px;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background: none;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet:before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  border-radius: 10em;
}
.product-box3 .item .img .phone .tit-li {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.product-box3 .item .img .phone .tit-li ul li {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
  display: none;
}
.product-box3 .item .img .phone .tit-li ul li.active {
  display: block;
}
.product-box3 .item .img .phone:after {
  background: url(/content/images/product/0/phone.png) no-repeat center center;
  width: 200px;
  height: 398px;
}
.product-box3 .item .img .phone .swiper-container {
  width: 174px;
  height: 375px;
  left: 0px;
  top: 12px;
}
.product-box3 .item .img .phone .swiper-pagination {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 10px;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background: none;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet:before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
}
.product-box3 .item .img .phone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  border-radius: 10em;
}
.product-box3 .item .img .phone .tit-li {
  bottom: -60px;
}
.product-box3 .item .txt {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .product-box3 .item .txt {
    padding: 0 30px;
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .product-box3 .item .txt {
    padding-left: 50px;
  }
}
.product-box3 .item .txt .tit {
  font-size: 26px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product-box3 .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-box3 .item .txt .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .product-box3 .item .txt .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .product-box3 .item .txt .tit {
    font-size: 26px;
  }
}
.product-box3 .item .txt .tit span {
  color: #1C569C;
}
.product-box3 .item .txt .desc {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .product-box3 .item .txt .desc {
    padding-top: 25px;
  }
}
.product-box3 .item .txt .desc ul li {
  position: relative;
  font-size: 12px;
  padding-left: 30px;
  margin: 5px 0;
}
@media (min-width: 1200px) {
  .product-box3 .item .txt .desc ul li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .product-box3 .item .txt .desc ul li {
    font-size: 16px;
  }
}
.product-box3 .item .txt .desc ul li:before {
  content: '';
  background: url(/content/images/product/icon/0.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
}
.product-box3 .item .txt .more {
  padding-top: 30px;
}
.product-box3 .item .txt .more a {
  display: inline-block;
  line-height: 1;
  width: 160px;
  font-size: 12px;
  padding: 8px 10px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10em;
  border: 1px solid #1C569C;
  transition: all ease-in-out 0.3s;
}
.product-box3 .item .txt .more a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .product-box3 .item .txt .more a {
    font-size: 16px;
    padding: 10px 20px;
    width: 180px;
  }
}
@media (min-width: 1900px) {
  .product-box3 .item .txt .more a {
    font-size: 17px;
    padding: 15px 20px;
    width: 210px;
  }
}
.product-box3 .item .txt .more a:after {
  content: '';
  background: url(/content/images/icon/jt2.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .product-box3 .item .txt {
    width: 50%;
    padding-left: 80px;
  }
}
@media (min-width: 1900px) {
  .product-box3 .item .txt {
    padding-left: 180px;
  }
}
.product-nav {
  background: #F9FAFB;
}
.product-nav .container-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product-nav .container-box ul li {
  flex: 1 1 auto;
  width: 20%;
  padding: 0 5px;
}
.product-nav .container-box ul li.active a .img img.default {
  opacity: 0;
  z-index: 1;
}
.product-nav .container-box ul li.active a .img img.hover {
  opacity: 1;
  z-index: 2;
}
.product-nav .container-box ul li.active a .tit {
  color: #000;
}
.product-nav .container-box ul li a {
  display: block;
}
.product-nav .container-box ul li a .img {
  height: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .product-nav .container-box ul li a .img {
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .product-nav .container-box ul li a .img {
    height: 100px;
  }
}
.product-nav .container-box ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .product-nav .container-box ul li a .img img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .product-nav .container-box ul li a .img img {
    width: 85px;
    height: 85px;
  }
}
.product-nav .container-box ul li a .img img.default {
  opacity: 1;
  z-index: 2;
}
.product-nav .container-box ul li a .img img.hover {
  opacity: 0;
  z-index: 1;
}
.product-nav .container-box ul li a .tit {
  font-size: 12px;
  color: #ccc;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .product-nav .container-box ul li a .tit {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-nav .container-box ul li a .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .product-nav .container-box ul li a .tit {
    font-size: 20px;
  }
}
.product-nav .container-box ul li {
  width: 25%;
}
.product-nav .container-box ul li.active {
  background: #fff;
}
.product-nav .container-box ul li a {
  padding: 20px 0 30px 0;
}
@media (min-width: 992px) {
  .product-nav .container-box ul li a {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .product-nav .container-box ul li a {
    padding: 40px 0 50px 0;
  }
}
@media (min-width: 1600px) {
  .product-nav .container-box ul li a {
    padding: 50px 0 60px 0;
  }
}
@media (min-width: 1600px) {
  .product-nav .container-box ul li a .img img {
    width: 80px;
    height: 80px;
  }
}
.product-box3-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .product-box3-content {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .product-box3-content {
    padding-bottom: 100px;
  }
}
@media (min-width: 1900px) {
  .product-box3-content {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .product-box3-content .item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .product-box3-content .item .img {
    width: 50%;
    flex: 0 0 auto;
  }
}
.product-box3-content .item .txt {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .product-box3-content .item .txt {
    padding: 0 30px;
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .product-box3-content .item .txt {
    padding-left: 50px;
  }
}
.product-box3-content .item .txt .tit {
  font-size: 26px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product-box3-content .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-box3-content .item .txt .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .product-box3-content .item .txt .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .product-box3-content .item .txt .tit {
    font-size: 26px;
  }
}
.product-box3-content .item .txt .tit span {
  color: #1C569C;
}
.product-box3-content .item .txt .desc {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .product-box3-content .item .txt .desc {
    padding-top: 25px;
  }
}
.product-box3-content .item .txt .desc ul li {
  position: relative;
  font-size: 12px;
  padding-left: 30px;
  margin: 5px 0;
}
@media (min-width: 1200px) {
  .product-box3-content .item .txt .desc ul li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .product-box3-content .item .txt .desc ul li {
    font-size: 16px;
  }
}
.product-box3-content .item .txt .desc ul li:before {
  content: '';
  background: url(/content/images/product/icon/0.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
}
.product-box3-content .item .txt .more {
  padding-top: 30px;
}
.product-box3-content .item .txt .more a {
  display: inline-block;
  line-height: 1;
  width: 160px;
  font-size: 12px;
  padding: 8px 10px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10em;
  border: 1px solid #1C569C;
  transition: all ease-in-out 0.3s;
}
.product-box3-content .item .txt .more a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .product-box3-content .item .txt .more a {
    font-size: 16px;
    padding: 10px 20px;
    width: 180px;
  }
}
@media (min-width: 1900px) {
  .product-box3-content .item .txt .more a {
    font-size: 17px;
    padding: 15px 20px;
    width: 210px;
  }
}
.product-box3-content .item .txt .more a:after {
  content: '';
  background: url(/content/images/icon/jt2.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 15px;
}
.page-img {
  text-align: center;
}
.page-img img {
  margin: 0 auto;
  display: block;
}
/*搜索*/
.search-box {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .search-box {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .search-box {
    padding-top: 120px;
  }
}
.search-box .form {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
  width: 100% !important;
  max-width: auto !important;
}
@media (min-width: 768px) {
  .search-box .form {
    width: 600px;
  }
}
.search-box .form .layui-item {
  display: flex;
  padding-top: 40px;
  max-width: 600px;
  margin: 0 auto;
}
.search-box .form .layui-item input {
  flex: 1 1 auto;
}
.search-box .form .layui-item input:hover {
  border-color: #666;
}
.search-box .form .layui-item button {
  background: #1C569C;
  border-radius: 0;
}
.search-box .form .layui-item button i {
  background: url(/content/images/icon/sea.png) no-repeat center center;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
.search-box .form .layui-item .close-search {
  width: 40px;
  height: 38px;
  flex: 0 0 auto;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.search-box .form .layui-item .close-search i {
  font-size: 24px;
}
.search-box .form .layui-item {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .search-box .form .layui-item input {
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .search-box .form .layui-item input {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .search-box .form .layui-item input {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .search-box .form .layui-item button {
    height: 45px;
    line-height: 45px;
    width: 110px;
    text-align: center;
    position: relative;
  }
  .search-box .form .layui-item button i {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .search-box .form .layui-item button {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1600px) {
  .search-box .form .layui-item button {
    height: 65px;
    line-height: 65px;
  }
}
.search-box .tab-navs {
  padding-bottom: 20px;
}
.search-box .tab-navs ul {
  border-bottom: 1px solid #E5EEF5;
  display: flex;
}
.search-box .tab-navs ul li {
  flex: 0 0 auto;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .search-box .tab-navs ul li {
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .search-box .tab-navs ul li {
    padding-right: 70px;
  }
}
.search-box .tab-navs ul li.active a {
  color: #1C569C;
}
.search-box .tab-navs ul li.active a:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  content: '';
  height: 1px;
  background: #1C569C;
}
.search-box .tab-navs ul li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  position: relative;
}
@media (min-width: 992px) {
  .search-box .tab-navs ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-box .tab-navs ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .search-box .tab-navs ul li a {
    font-size: 20px;
  }
}
.search-box .tab-navs ul li a:hover {
  color: #1C569C;
}
.search-box .tab-navs ul li a.active {
  color: #1C569C;
}
.search-box .tab-navs ul li a.active:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  content: '';
  height: 1px;
  background: #1C569C;
}
.search-box .count {
  color: #666;
  font-size: 14px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .search-box .count {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-box .count {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .search-box .count {
    font-size: 20px;
    padding: 60px 0;
  }
}
.search-box .list .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .search-box .list .row {
    margin: 0 -20px;
  }
}
.search-box .list .row .col-xs-12 {
  padding: 15px;
}
@media (min-width: 1600px) {
  .search-box .list .row .col-xs-12 {
    padding: 20px;
  }
}
.search-box .list .item {
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.3s;
}
.search-box .list .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.search-box .list .item:hover a {
  color: #fff;
}
.search-box .list .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.search-box .list .item:hover .txt .tit {
  color: #fff;
}
.search-box .list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .list .item:hover .txt .more span,
.search-box .list .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.search-box .list .item:hover .txt .more span:after,
.search-box .list .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.search-box .list .item:hover .img img {
  transform: scale(1.05);
}
.search-box .list .item a {
  display: block;
  height: 100%;
}
.search-box .list .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .search-box .list .item .img {
    height: 310px;
  }
}
.search-box .list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.search-box .list .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .search-box .list .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .search-box .list .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .search-box .list .item .txt {
    padding: 30px;
  }
}
.search-box .list .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .search-box .list .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .search-box .list .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .search-box .list .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.search-box .list .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .search-box .list .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-box .list .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .search-box .list .item .txt .tit {
    font-size: 20px;
  }
}
.search-box .list .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .search-box .list .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .search-box .list .item .txt .desc {
    font-size: 16px;
  }
}
.search-box .list .item .txt .more {
  padding: 20px 0;
}
.search-box .list .item .txt .more span,
.search-box .list .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .search-box .list .item .txt .more span,
  .search-box .list .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .search-box .list .item .txt .more span,
  .search-box .list .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.search-box .list .item .txt .more span:after,
.search-box .list .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.search-box .list .item .txt .more span:hover,
.search-box .list .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.search-box .list .item .txt .more span:hover:after,
.search-box .list .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-img-list .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .news-img-list .row {
    margin: 0 -20px;
  }
}
.news-img-list .row .col-xs-12 {
  padding: 15px;
}
@media (min-width: 1600px) {
  .news-img-list .row .col-xs-12 {
    padding: 20px;
  }
}
.news-img-list .item {
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.3s;
}
.news-img-list .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.news-img-list .item:hover a {
  color: #fff;
}
.news-img-list .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.news-img-list .item:hover .txt .tit {
  color: #fff;
}
.news-img-list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.news-img-list .item:hover .txt .more span,
.news-img-list .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-img-list .item:hover .txt .more span:after,
.news-img-list .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-img-list .item:hover .img img {
  transform: scale(1.05);
}
.news-img-list .item a {
  display: block;
  height: 100%;
}
.news-img-list .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .news-img-list .item .img {
    height: 310px;
  }
}
.news-img-list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-img-list .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .news-img-list .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-img-list .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .news-img-list .item .txt {
    padding: 30px;
  }
}
.news-img-list .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-img-list .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-img-list .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .news-img-list .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.news-img-list .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-img-list .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-img-list .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .news-img-list .item .txt .tit {
    font-size: 20px;
  }
}
.news-img-list .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .news-img-list .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-img-list .item .txt .desc {
    font-size: 16px;
  }
}
.news-img-list .item .txt .more {
  padding: 20px 0;
}
.news-img-list .item .txt .more span,
.news-img-list .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news-img-list .item .txt .more span,
  .news-img-list .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-img-list .item .txt .more span,
  .news-img-list .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.news-img-list .item .txt .more span:after,
.news-img-list .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.news-img-list .item .txt .more span:hover,
.news-img-list .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-img-list .item .txt .more span:hover:after,
.news-img-list .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-txt-list .row .col-xs-12 {
  padding: 15px;
}
.news-txt-list .item {
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-txt-list .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.news-txt-list .item:hover a {
  color: #fff;
}
.news-txt-list .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.news-txt-list .item:hover .txt .tit {
  color: #fff;
}
.news-txt-list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.news-txt-list .item:hover .txt .more span,
.news-txt-list .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-txt-list .item:hover .txt .more span:after,
.news-txt-list .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-txt-list .item:hover .img img {
  transform: scale(1.05);
}
.news-txt-list .item a {
  display: block;
  height: 100%;
}
.news-txt-list .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .news-txt-list .item .img {
    height: 310px;
  }
}
.news-txt-list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-txt-list .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .news-txt-list .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-txt-list .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .news-txt-list .item .txt {
    padding: 30px;
  }
}
.news-txt-list .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-txt-list .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-txt-list .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .news-txt-list .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.news-txt-list .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-txt-list .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-txt-list .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .news-txt-list .item .txt .tit {
    font-size: 20px;
  }
}
.news-txt-list .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .news-txt-list .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-txt-list .item .txt .desc {
    font-size: 16px;
  }
}
.news-txt-list .item .txt .more {
  padding: 20px 0;
}
.news-txt-list .item .txt .more span,
.news-txt-list .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news-txt-list .item .txt .more span,
  .news-txt-list .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-txt-list .item .txt .more span,
  .news-txt-list .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.news-txt-list .item .txt .more span:after,
.news-txt-list .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.news-txt-list .item .txt .more span:hover,
.news-txt-list .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-txt-list .item .txt .more span:hover:after,
.news-txt-list .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-txt-list .item .time {
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-txt-list .item .txt {
    padding: 20px 40px 20px 40px;
  }
}
@media (min-width: 1600px) {
  .news-txt-list .item .txt {
    padding: 30px 50px 30px 50px;
  }
}
.news-txt-list .item .txt .tit {
  overflow: auto;
  white-space: normal;
  line-height: 1.6;
}
.pager {
  background: #fff;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .pager ul li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .pager ul li {
    font-size: 16px;
  }
}
.pager ul li a {
  border: none;
  border-radius: 0;
  background: none;
  padding: 5px 5px;
}
.pager ul li span {
  color: #1C569C;
  border: none;
  border-radius: 0;
  background: none;
  padding: 5px 5px;
}
/*新闻*/
.news-box {
  padding-bottom: 60px;
}
.news-box .th1 {
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .news-box .th1 {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .news-box .th1 {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .news-box .th1 {
    padding-top: 85px;
    padding-bottom: 75px;
  }
}
.news-box .news-box-tj {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .news-box .news-box-tj {
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj {
    padding-bottom: 80px;
  }
}
.news-box .news-box-tj .item {
  height: 100%;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.news-box .news-box-tj .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.news-box .news-box-tj .item:hover a {
  color: #fff;
}
.news-box .news-box-tj .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.news-box .news-box-tj .item:hover .txt .tit {
  color: #fff;
}
.news-box .news-box-tj .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.news-box .news-box-tj .item:hover .txt .more span,
.news-box .news-box-tj .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .news-box-tj .item:hover .txt .more span:after,
.news-box .news-box-tj .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-box .news-box-tj .item:hover .img img {
  transform: scale(1.05);
}
.news-box .news-box-tj .item a {
  display: block;
  height: 100%;
}
.news-box .news-box-tj .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .img {
    height: 310px;
  }
}
.news-box .news-box-tj .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box .news-box-tj .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .news-box .news-box-tj .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-box .news-box-tj .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt {
    padding: 30px;
  }
}
.news-box .news-box-tj .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-box .news-box-tj .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .news-box-tj .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.news-box .news-box-tj .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box .news-box-tj .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box .news-box-tj .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt .tit {
    font-size: 20px;
  }
}
.news-box .news-box-tj .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .news-box .news-box-tj .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .news-box-tj .item .txt .desc {
    font-size: 16px;
  }
}
.news-box .news-box-tj .item .txt .more {
  padding: 20px 0;
}
.news-box .news-box-tj .item .txt .more span,
.news-box .news-box-tj .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news-box .news-box-tj .item .txt .more span,
  .news-box .news-box-tj .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt .more span,
  .news-box .news-box-tj .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.news-box .news-box-tj .item .txt .more span:after,
.news-box .news-box-tj .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.news-box .news-box-tj .item .txt .more span:hover,
.news-box .news-box-tj .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .news-box-tj .item .txt .more span:hover:after,
.news-box .news-box-tj .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item .img {
    width: 55%;
    flex: 0 0 auto;
    height: auto;
  }
  .news-box .news-box-tj .item .img a {
    display: block;
    position: relative;
  }
  .news-box .news-box-tj .item .img a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item .txt {
    width: 45%;
    flex: 0 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .news-box .news-box-tj .item .txt {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news-box .news-box-tj .item .txt .tit {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item .txt .tit {
    white-space: normal;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt .tit {
    font-size: 26px;
  }
}
.news-box .news-box-tj .item .txt .tit a {
  height: auto;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item .txt .tit a {
    display: block;
  }
}
@media (min-width: 768px) {
  .news-box .news-box-tj .item .txt .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1600px) {
  .news-box .news-box-tj .item .txt .desc {
    font-size: 18px;
  }
}
.news-box .news-box-tj .item:hover {
  background: #1C569C;
}
.news-box .news-box-tj .item:hover .txt .tit a {
  color: #fff;
}
.news-box .list .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .news-box .list .row {
    margin: 0 -20px;
  }
}
.news-box .list .row .col-xs-12 {
  padding: 15px;
}
@media (min-width: 1600px) {
  .news-box .list .row .col-xs-12 {
    padding: 20px;
  }
}
.news-box .list .item {
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.3s;
}
.news-box .list .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.news-box .list .item:hover a {
  color: #fff;
}
.news-box .list .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.news-box .list .item:hover .txt .tit {
  color: #fff;
}
.news-box .list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.news-box .list .item:hover .txt .more span,
.news-box .list .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .list .item:hover .txt .more span:after,
.news-box .list .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-box .list .item:hover .img img {
  transform: scale(1.05);
}
.news-box .list .item a {
  display: block;
  height: 100%;
}
.news-box .list .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .news-box .list .item .img {
    height: 310px;
  }
}
.news-box .list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box .list .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .news-box .list .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-box .list .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .news-box .list .item .txt {
    padding: 30px;
  }
}
.news-box .list .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-box .list .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .list .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .news-box .list .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.news-box .list .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box .list .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box .list .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .news-box .list .item .txt .tit {
    font-size: 20px;
  }
}
.news-box .list .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .news-box .list .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .list .item .txt .desc {
    font-size: 16px;
  }
}
.news-box .list .item .txt .more {
  padding: 20px 0;
}
.news-box .list .item .txt .more span,
.news-box .list .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news-box .list .item .txt .more span,
  .news-box .list .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .list .item .txt .more span,
  .news-box .list .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.news-box .list .item .txt .more span:after,
.news-box .list .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.news-box .list .item .txt .more span:hover,
.news-box .list .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .list .item .txt .more span:hover:after,
.news-box .list .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-box .tlist .row .col-xs-12 {
  padding: 15px;
}
.news-box .tlist .item {
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-box .tlist .item:hover {
  box-shadow: 5px 5px 14px rgba(28, 86, 156, 0.4);
  background: #1C569C;
  color: #fff;
}
.news-box .tlist .item:hover a {
  color: #fff;
}
.news-box .tlist .item:hover .txt .time {
  color: rgba(255, 255, 255, 0.8);
}
.news-box .tlist .item:hover .txt .tit {
  color: #fff;
}
.news-box .tlist .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.news-box .tlist .item:hover .txt .more span,
.news-box .tlist .item:hover .txt .more a {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .tlist .item:hover .txt .more span:after,
.news-box .tlist .item:hover .txt .more a:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-box .tlist .item:hover .img img {
  transform: scale(1.05);
}
.news-box .tlist .item a {
  display: block;
  height: 100%;
}
.news-box .tlist .item .img {
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1600px) {
  .news-box .tlist .item .img {
    height: 310px;
  }
}
.news-box .tlist .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box .tlist .item .txt {
  padding: 15px;
}
@media (min-width: 992px) {
  .news-box .tlist .item .txt {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-box .tlist .item .txt {
    padding: 25px;
  }
}
@media (min-width: 1600px) {
  .news-box .tlist .item .txt {
    padding: 30px;
  }
}
.news-box .tlist .item .txt .time {
  color: #666;
  font-weight: bold;
  font-family: Bahnschrift;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-box .tlist .item .txt .time {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .tlist .item .txt .time {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .news-box .tlist .item .txt .time {
    font-size: 20px;
    padding: 10px 0;
  }
}
.news-box .tlist .item .txt .tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box .tlist .item .txt .tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box .tlist .item .txt .tit {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media (min-width: 1600px) {
  .news-box .tlist .item .txt .tit {
    font-size: 20px;
  }
}
.news-box .tlist .item .txt .desc {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .news-box .tlist .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-box .tlist .item .txt .desc {
    font-size: 16px;
  }
}
.news-box .tlist .item .txt .more {
  padding: 20px 0;
}
.news-box .tlist .item .txt .more span,
.news-box .tlist .item .txt .more a {
  display: inline-block;
  font-size: 12px;
  padding: 0.6em 3.8em 0.6em 1.8em;
  border: 1px solid rgba(28, 86, 156, 0.2);
  position: relative;
  border-radius: 10em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .news-box .tlist .item .txt .more span,
  .news-box .tlist .item .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .tlist .item .txt .more span,
  .news-box .tlist .item .txt .more a {
    padding: 0.8em 3.8em 0.8em 1.8em;
    font-size: 16px;
  }
}
.news-box .tlist .item .txt .more span:after,
.news-box .tlist .item .txt .more a:after {
  position: absolute;
  background: url(/content/images/icon/jt4.png) no-repeat center center;
  width: 16px;
  height: 12px;
  right: 2em;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.news-box .tlist .item .txt .more span:hover,
.news-box .tlist .item .txt .more a:hover {
  background: #fff;
  color: #1C569C;
  border-color: #fff;
}
.news-box .tlist .item .txt .more span:hover:after,
.news-box .tlist .item .txt .more a:hover:after {
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
}
.news-box .tlist .item .time {
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-box .tlist .item .txt {
    padding: 20px 40px 20px 40px;
  }
}
@media (min-width: 1600px) {
  .news-box .tlist .item .txt {
    padding: 30px 50px 30px 50px;
  }
}
.news-box .tlist .item .txt .tit {
  overflow: auto;
  white-space: normal;
  line-height: 1.6;
}
.news-box .title {
  border-bottom: 1px dashed #DBE2E6;
  text-align: center;
  padding: 40px 0 20px 0;
}
@media (min-width: 1200px) {
  .news-box .title {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .news-box .title {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.news-box .title h1 {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .news-box .title h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .news-box .title h1 {
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  .news-box .title h1 {
    font-size: 40px;
  }
}
.news-box .title p {
  color: #666;
  padding-top: 10px;
  display: block;
}
@media (min-width: 1600px) {
  .news-box .title p {
    font-size: 18px;
  }
}
.news-box .body {
  color: #666;
}
@media (min-width: 1600px) {
  .news-box .body {
    font-size: 18px;
    line-height: 1.8;
  }
}
.news-box .body p {
  margin: 3em 0;
}
.news-box .next {
  border-top: 1px dashed #DBE2E6;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .news-box .next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .news-box .next ul {
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .news-box .next ul {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .next ul {
    font-size: 18px;
  }
}
.news-box .next ul li {
  padding: 5px 0;
}
.news-box .next ul li a {
  color: #666;
}
.news-box .next ul li a:hover {
  color: #1C569C;
}
.news-box .next .fx {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .news-box .next .fx {
    width: 200px;
    flex: 0 0 auto;
    text-align: right;
    padding-top: 0;
  }
}
.news-box .next .fx a:nth-child(1) {
  width: 40px;
  height: 40px;
  border: 1px solid #1C569C;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: #1C569C;
}
.news-box .next .fx a:nth-child(1) i {
  font-size: 20px;
}
.news-box .next .fx a:nth-child(1) i:before {
  font-weight: normal;
}
.news-box .next .fx .bshare-custom {
  display: inline-block !important;
}
.news-box .next .fx .bshare-custom a {
  width: 40px;
  height: 40px;
  background: none !important;
  line-height: 40px;
  border-radius: 100%;
  opacity: 1;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  position: relative;
  border: 1px solid #1C569C;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.news-box .next .fx .bshare-custom a:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1C569C;
  font-size: 24px;
  font-weight: normal;
  transition: all ease-in-out 0.3s;
}
.news-box .next .fx .bshare-custom a:hover {
  background: #1C569C !important;
  color: #fff !important;
}
.news-box .next .fx .bshare-custom a:hover:before {
  color: #fff !important;
}
.news-box .next .fx .bshare-custom a.bshare-weixin:before {
  content: "\e63c";
}
.news-box .next .fx .bshare-custom a.bshare-sinaminiblog:before {
  content: "\e606";
}
.news-box .next .fx .bshare-custom a.bshare-qqim:before {
  content: "\e67f";
}
.news-box .next .fx .bshare-custom a.bshare-more:before {
  content: "\e60e";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.zheye-list {
  padding: 40px 0;
}
@media (min-width: 1600px) {
  .zheye-list {
    padding: 80px 0;
  }
}
.zheye-list .th1 {
  text-align: center;
}
.zheye-list .list {
  padding: 0 15px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .zheye-list .list {
    padding-top: 40px;
  }
}
.zheye-list .list .row .col {
  padding: 15px 0;
}
.zheye-list .list .item {
  background: #fff;
  box-shadow: 0 0 5px rgba(28, 86, 156, 0.1);
  padding: 15px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .zheye-list .list .item {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  .zheye-list .list .item {
    padding: 40px;
  }
}
.zheye-list .list .item:hover {
  background: #1C569C;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.zheye-list .list .item:hover .tit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zheye-list .list .item:hover .tit a {
  color: #fff;
}
.zheye-list .list .item:hover .tit a.more {
  color: #fff;
}
.zheye-list .list .item:hover .tit a.more:after {
  background: url(/content/images/icon/jt4ss.png) no-repeat center center;
}
.zheye-list .list .item:hover ul li {
  color: #fff;
}
.zheye-list .list .item .tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
.zheye-list .list .item .tit a {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .zheye-list .list .item .tit a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .zheye-list .list .item .tit a {
    font-size: 20px;
  }
}
.zheye-list .list .item .tit a.more {
  font-size: 12px;
  font-weight: 400;
  color: #1C569C;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media (min-width: 1600px) {
  .zheye-list .list .item .tit a.more {
    font-size: 16px;
  }
}
.zheye-list .list .item .tit a.more:after {
  display: block;
  content: '';
  background: url(/content/images/icon/jt4s.png) no-repeat center center;
  width: 16px;
  height: 12px;
  margin-left: 10px;
}
.zheye-list .list .item ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 0 -15px;
}
.zheye-list .list .item ul li {
  width: 50%;
  padding: 2px 15px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .zheye-list .list .item ul li {
    font-size: 14px;
    width: 20%;
  }
  .zheye-list .list .item ul li:last-child {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .zheye-list .list .item ul li {
    font-size: 16px;
  }
}
.zheye-show {
  padding: 60px 0;
}
@media (min-width: 1600px) {
  .zheye-show {
    padding-bottom: 100px;
  }
}
.zheye-show .thh {
  padding: 20px 0;
  padding-top: 0;
}
@media (min-width: 1600px) {
  .zheye-show .thh {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .zheye-show .thh ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
  }
}
.zheye-show .thh ul li {
  line-height: 1;
  color: #333;
  font-size: 16px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .zheye-show .thh ul li {
    flex: 1 1 auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .zheye-show .thh ul li:nth-child(1) {
    width: 20%;
  }
  .zheye-show .thh ul li + li {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .zheye-show .thh ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .zheye-show .thh ul li {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .zheye-show .thh ul li {
    font-size: 20px;
  }
  .zheye-show .thh ul li + li {
    padding-left: 40px;
  }
}
.zheye-show .thh ul li label {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 6px;
}
@media (min-width: 1200px) {
  .zheye-show .thh ul li label {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .zheye-show .thh ul li label {
    font-size: 16px;
  }
}
.zheye-show .body {
  line-height: 1.8;
}
.zheye-show .more {
  padding-top: 20px;
}
.zheye-show .more a {
  background: #1C569C;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 0.8em 2em;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .zheye-show .more a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .zheye-show .more a {
    font-size: 18px;
  }
}
.zheye-show .more a.down {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.zheye-show .more a.down:hover {
  background: #1C569C;
  color: #fff;
  border: 1px solid #1C569C;
}
.no-data {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 1600px) {
  .no-data {
    padding: 100px 0;
  }
}
.contact-list-item {
  padding: 40px 0;
}
.contact-list-item .row .col {
  padding: 15px;
}
.contact-list-item .item {
  display: flex;
  background: #fff;
  box-shadow: 0 0 15px rgba(28, 86, 156, 0.1);
  padding: 15px;
}
@media (min-width: 768px) {
  .contact-list-item .item {
    align-items: center;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-list-item .item {
    padding: 25px;
  }
}
.contact-list-item .item .img {
  width: 30%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .contact-list-item .item .img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contact-list-item .item .img {
    width: 680px;
    height: 390px;
  }
}
.contact-list-item .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.contact-list-item .item .txt {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .contact-list-item .item .txt {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .contact-list-item .item .txt {
    padding-left: 100px;
  }
}
.contact-list-item .item .txt h2 {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .contact-list-item .item .txt h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .contact-list-item .item .txt h2 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-list-item .item .txt h2 {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .contact-list-item .item .txt h2 {
    font-size: 24px;
  }
}
.contact-list-item .item .txt ul {
  padding-top: 20px;
}
.contact-list-item .item .txt ul li {
  display: flex;
  padding: 2px 0;
  align-items: center;
}
.contact-list-item .item .txt ul li p {
  color: #999;
  font-size: 12px;
}
@media (min-width: 992px) {
  .contact-list-item .item .txt ul li p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact-list-item .item .txt ul li p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .contact-list-item .item .txt ul li p {
    font-size: 18px;
  }
}
.contact-list-item .item .txt ul li:before {
  width: 35px;
  height: 35px;
  content: '';
  background: url(/content/images/kehu/icon/adr.png) no-repeat center center;
  flex: 0 0 auto;
}
.contact-list-item .item .txt ul li.tel:before {
  background: url(/content/images/kehu/icon/tel.png) no-repeat center center;
}
.contact-list-item .item .txt ul li.fax:before {
  background: url(/content/images/kehu/icon/fax.png) no-repeat center center;
}
.contact-list-item .item .txt ul li.email:before {
  background: url(/content/images/kehu/icon/email.png) no-repeat center center;
}
.contact-form {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(28, 86, 156, 0.2);
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 35px;
    margin-top: 60px;
  }
}
.contact-form .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 5px 0;
  align-items: center;
}
@media (min-width: 1200px) {
  .contact-form .item {
    padding: 10px 0;
  }
}
@media (min-width: 1900px) {
  .contact-form .item {
    padding: 15px 0;
  }
}
.contact-form .item.item-btn {
  border: none;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-form .item.item-btn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-form .item.item-btn .layui-btn {
  background: #1C569C;
  border-radius: 10em;
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 1200px) {
  .contact-form .item.item-btn .layui-btn {
    font-size: 24px;
    width: 200px;
    height: 70px;
    line-height: 70px;
    padding: 0;
  }
}
.contact-form .item.item-textarea {
  display: block;
}
.contact-form .item label {
  width: 120px;
  flex: 0 0 auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .contact-form .item label {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 1900px) {
  .contact-form .item label {
    font-size: 18px;
    width: 200px;
  }
}
.contact-form .item label span {
  color: #f00;
}
.contact-form .item .input {
  flex: 1 1 auto;
}
.contact-form .item .input input {
  border: none;
}
@media (min-width: 1200px) {
  .contact-form .item .input input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.contact-form .item .textarea {
  flex: 1 1 auto;
}
.contact-form .item .textarea textarea {
  border: none;
}
@media (min-width: 1200px) {
  .contact-form .item .textarea textarea {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    height: 300px;
  }
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #1C569C;
}
.contact-down-list {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contact-down-list .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-down-list .row .col {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .contact-down-list .row .col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-down-list .row .col {
    padding: 15px;
  }
}
.contact-down-list .item {
  background: #fff;
  box-shadow: 0 0 15px rgba(28, 86, 156, 0.1);
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 1200px) {
  .contact-down-list .item {
    height: 70px;
    line-height: 70px;
  }
}
.contact-down-list .item:hover {
  background: #1C569C;
  color: #fff;
  box-shadow: 0 0 15px rgba(28, 86, 156, 0.2);
}
.contact-down-list .item:hover .img img.default {
  opacity: 0;
  z-index: 1;
}
.contact-down-list .item:hover .img img.hover {
  opacity: 1;
  z-index: 3;
}
.contact-down-list .item:hover .tit {
  color: #fff;
}
.contact-down-list .item:hover .tit a {
  color: #fff;
}
.contact-down-list .item:hover .more a img.default {
  opacity: 0;
  z-index: 1;
}
.contact-down-list .item:hover .more a img.hover {
  opacity: 1;
  z-index: 3;
}
.contact-down-list .item .img {
  position: relative;
  width: 30px;
  height: 25px;
  flex: 0 0 auto;
}
.contact-down-list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contact-down-list .item .img img.default {
  opacity: 1;
  z-index: 3;
}
.contact-down-list .item .img img.hover {
  opacity: 0;
  z-index: 1;
}
.contact-down-list .item .tit {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .contact-down-list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .contact-down-list .item .tit {
    font-size: 18px;
  }
}
.contact-down-list .item .tit a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.contact-down-list .item .more {
  width: 30px;
  flex: 0 0 auto;
}
.contact-down-list .item .more a {
  position: relative;
  width: 30px;
  height: 25px;
  display: block;
}
.contact-down-list .item .more a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contact-down-list .item .more a img.default {
  opacity: 1;
  z-index: 3;
}
.contact-down-list .item .more a img.hover {
  opacity: 0;
  z-index: 1;
}
.zheye-form {
  padding: 20px 0 0 0;
}
.zheye-form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.zheye-form .row .col {
  width: 50%;
  padding: 5px;
}
@media (min-width: 992px) {
  .zheye-form .row .col {
    width: 20%;
    flex: 1 1 auto;
  }
}
.zheye-form .row .col:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .zheye-form .row .col:last-child {
    width: 100px;
    flex: 0 0 auto;
  }
}
.zheye-form .row .col:last-child .layui-btn {
  width: 100%;
  background: #1C569C;
  background: url(/content/images/icon/sea.png) no-repeat center center #1C569C;
  text-indent: -9999em;
}
@media (min-width: 1200px) {
  .zheye-form .row .col:last-child .layui-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .zheye-form .row .col .item .layui-input {
    height: 50px;
    line-height: 50px;
  }
}
.xform {
  background: #fff;
  width: 300px;
  padding: 15px;
}
@media (min-width: 768px) {
  .xform {
    width: 500px;
    padding: 20px 40px;
  }
}
@media (min-width: 1600px) {
  .xform {
    padding: 60px 60px;
  }
}
.xform .item {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .xform .item {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .xform .item {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .xform .item label {
    width: 100px;
    text-align: right;
    flex: 0 0 auto;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .xform .item label {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .xform .item div {
    flex: 1 1 auto;
  }
}
@media (min-width: 1600px) {
  .xform .item div .layui-input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.xform .item:last-child {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .xform .item:last-child {
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .xform .item:last-child {
    padding-top: 40px;
  }
}
.xform .item:last-child .layui-btn {
  background: #1C569C;
}
@media (min-width: 1600px) {
  .xform .item:last-child .layui-btn {
    width: 150px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
}
.apdown {
  padding-top: 20px;
}