/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  width: 100%;
  transition: all 0.3s;
}

.avatar:hover img {
  transform: scale(1.1);

}

.dot1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dot3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dot4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/



.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;

}

.header_center {

  position: relative;

}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 30px;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 18px;
  line-height: 40px;
  color: #666;
}

.logo_tu img {
  height: 85px;
  margin-right: 10px;
}

.header_phone {
  display: flex;
  align-items: center;
}

.header_phone img {
  margin-left: 10px;
}

.header_phone p {
  color: #333;
  font-size: 15px;
  text-align: right;

}

.header_phone b {
  color: #185AB2;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  display: block;
  padding-left: 10px;

}

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 70px;
  background: #185AB2;


}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  width: 100%;
  top: 0;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 70px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}

.nav-menu ul li::before {
  content: " | ";

  position: absolute;
  top: 35%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu ul li:first-child:before {
  content: "  ";
}



.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 5px;
  height: 70px;
  line-height: 70px;
  transition: 0.3s;
  font-size: 16px;


}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #FFA300;
  font-weight: bold;


}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(28,80,156, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 0;
  font-size: 16px;

  text-transform: none;
  color: #fff;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {

  background: #fff;
  color: #FFA300;


}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}

.nav-menu ul li::before {
  content: " | ";

  position: absolute;
  top: 35%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu .drop-down ul li::before {
  content: "  ";
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}



#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #FFA300;


}

#header.header-scrolled .nav-menu .drop-down ul a {
  color: #fff;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #FFA300;
  background: #F1F1F1;

}

#header.header-scrolled .nav-menu a:hover {
  color: #FFA300;

}

#header.header-scrolled .nav-menu li a:hover {
  color: #FFA300;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #185AB2;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #dedede;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #0A4BA0;
}

.mobile-nav .drop-down ul ul {
  background: #dedede;
}

.mobile-nav .drop-down ul ul li a {
  color: #333;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #185AB2;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #185AB2;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}


#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #185AB2;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}


/*首页banner图 end*/

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #dedede;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #333;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}
/*  */
.main_title {
  text-align: center
}

.main_title div {
  font-size: 40px;
  color: #333333;
  line-height: 60px;
}

.main_title div b {
  color: #185AB2;
}

.main_title p {
  font-size: 18px;
  color: #505050;
  line-height: 65px;
}
.pad-80 { padding: 80px 0;}

/* 产品 */

.product {

  background: #F0F3F8;

}

.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-fl {
  width: 20%;
  background-size: cover;
  margin: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pro-fl .pro_txt {
  text-align: center;
  color: #fff;
}
.pro-fl .pro_txt b { color: #fff;}

.pro-fl .pro_txt .ab_more2 {
  margin:20px  10px ;
  padding: 10px 0;
  background: rgba(255, 255, 255, .5);
}

.pro-fl a:hover .ab_more2 {
  background: #185AB2;
  border: 1px solid #185AB2;
  color: #fff;
}

.pro-fr {
  width:80%;
}

.pro_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_list a {

  align-items: center;
  justify-content: space-between;
  width: calc(20% - 16px);
  background: #fff;
  padding: 15px;
  margin:8px;

}

.pro-fl .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;

}

.pro-fr .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: left;
  width: 100%;
}

.pro_txt b {
  font-size: 24px;
}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}



.pro_txt span {
  color: #fff;

  font-size: 15px;
  display: block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;

  line-height: 24px;
}

.pro_tu {
  position: relative;
  overflow: hidden;
}

.pro-fl .pro_tu {
  margin-top: 60px;
}

.pro-fl .pro_tu img {
  max-height: 400px;
}

.pro-fr .pro_tu img {
  max-height: 300px;
}

.pro-fl .pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.pro-fr .pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 8px 0;
  font-style: normal;
  transition: all 0.3s; width: 65%;
}

.pro_list a:hover .ab_more2 {
  color: #fff;
  background: #185AB2;
  border: 1px solid #185AB2;
}

@keyframes movepoint {
  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pro_list a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.sl {

  position: relative;
  padding: 80px 0 140px 0;
}



.xcal .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
  box-shadow:0 0 10px #dedede;
 
}

.xcal .swiper-slide .info img {
  margin-top: 35%;
}


.xcal .swiper-slide .info {
  opacity: 0;
  position: absolute;
  height: 0;
  transition: all 0.5s;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;

  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.xcal .swiper-slide:hover .info {
  height: calc(100% - 90px);
  opacity: 1;
}

.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}
.xcal .swiper-slide .inner-con p{ display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 16px;}
.xcal .swiper-slide .inner-con p i{ width: 35px; height: 35px; border-radius: 35px; background: #185AB2; text-align: center; line-height: 35px; color: #fff; font-size: 16px;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; width: 100%;
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 90px;
  line-height: 90px;
  font-size: 17px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 88%;
  left: calc(50% + 40px);

  color: #666;


  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width:50px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 24px;
  line-height:50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  background: #fff;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 88%;
  left: calc(50% - 40px);

  color: #666;

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  background: #fff;
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #185AB2;
  color: #fff;
}



.xcal .swiper-slide:hover {
  margin-top: -20px;
}

.xcal .swiper-slide:hover p {
  background: #185AB2;
  color: #fff;
}
.xcal .swiper-slide:hover p i{ background: #fff; color: #185AB2;}
/* 案例 */
.anli { background: #F0F3F8; margin-top: 80px;}
.service_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.service_fl {
  width: 20%;
  background: #185AB2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  color: #fff;
 
}
.service_fl a { writing-mode: vertical-rl;color: #fff; display: block; margin-top: 30px; border: 1px solid #fff;  padding:8px 10px;}
.service_fl a:hover { background: #FFA300;}
.service_fl b{  writing-mode: vertical-rl;
  font-size: 40px;}
.Solution {

  width: 80%;
}

.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -17%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#sol_top .swiper-slide {
  position: relative;
}

#sol_top .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .08);
}
#sol_top .swiper-slide a {  position: relative;}


#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#sol_top .swiper-slide .product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999;



}

#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  display: block;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px 0;
}

.Solution img {
  width: 100%; height: 550px;
}


.Solution .swiper-button-prev {
  left: 150px;
  top: 42%;


}

.Solution .swiper-button-next {
  right: 150px;
  top: 42%;
}

.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;

  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #185AB2;
}

#sol_bot {


  width: 100%;
}

.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#sol_bot .swiper-wrapper {
  flex-wrap: wrap;


}

.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}
.Solution .swiper-container-thumbs .swiper-slide span img { max-height: 80px;
}
.Solution .swiper-container-thumbs .swiper-slide {



  font-size: 18px;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  color: #fff;
  margin: 10px;
  position: relative;
  overflow: hidden;
  width: calc((100% / 6) - 20px) !important;
  transition: all .3s;
  display: flex;
  align-items: center;

}


.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.Solution .swiper-container-thumbs .swiper-slide-thumb-active p {
  background: rgba(24,90,178, .7) !important;
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
/*  */
/* 图标 */
.zyzs-list-box {
  background: #0068B6;
  margin-top: 30px;
  padding-bottom: 60px;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zyzs {
  width: calc(25% - 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, .1);

}
.zyzs:last-child { border-right: none;}
.zyzs:hover {
  background: #1F79C1;
}

.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  transition: all 0.5s;
  border-radius: 50%;
}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}


.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zyzs-content b i{ font-weight: normal; font-size: 18px; margin-left: 5px;}
.zyzs-content b {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 38px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}

/*简介*/


.about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 22px 65px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 22px 65px rgba(0, 0, 0, .15);
  box-shadow: 0 22px 65px rgba(0, 0, 0, .15);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;

}

.about_fl {
  flex: 1;
  overflow: hidden;
}

.about_fl p {
  line-height:32px;
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #0068B6;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #0068B6;
  color: #0068B6;
}

.more_a2:hover::before {
  height: 1px;
}
/*优势*/
.ys { padding-top: 70px;}
.yyfa {
  
	width: 100%;

	position: relative;
  margin-top: 50px;
	overflow: hidden;
}
.tab-bg { background: rgba(24,90,178, .8);
  position: absolute;
  width: 50%;
  height: 100%;
	top:0;
	right:0;
  z-index: 2;
 }
.yyfa .tab {
	overflow: hidden;
	position: absolute;
  width: 100%;
	bottom:0%;
	left:0%;
  display: flex;

  z-index: 3;
  justify-content: center;
	overflow: hidden;
}

.team-box {
	position: relative;

}
.team-box .team-content {
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: #333;
	font-weight: bold;
  letter-spacing:5px;
	font-size:40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	padding-bottom: 10px;
	
}
.team-content  .title2 {
	color: #333;
	font-family: 'MontserratUltraLight';
	font-size: 26px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {text-transform: capitalize;}

.yyfa .tab a {


	color: #333;
	text-decoration: none;
  padding: 20px;
  background: #fff;
  width: 33.33%;
 



}

.yyfa .tab a.on .team-content .title ,.yyfa .tab a.on .team-content .title2{ color: #fff;}
.yyfa .tab a.on {    background:#FFA300;}
.yyfa .co {
	overflow: hidden;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 680px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: cover;background-position:center; }
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size:cover;background-position:center;}
.yyfa .co li:nth-child(4){ background:url("../images/ys4.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa_list{margin: 0 auto; padding-top:50px;}
.ys_txt { width: 45%; position: relative; z-index: 3; float: right; }
.ys_txt b { display: block; font-size: 36px; color: #fff; margin-top: 30px; margin-bottom: 8px;}
.ys_txt span { display: block; text-transform: capitalize; line-height: 40px; color: rgba(255,255,255,.8); font-size: 19px;}
.ys_txt p { margin: 10px 0; color: #fff; line-height: 38px; font-size: 20px;}
/*实力*/
.khpj {
  background: url(../images/pjbg.jpg) no-repeat;
}

.pj {
  margin-top: 30px;
}

.pj .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 60px;
}

.pj .swiper-slide .img {

  margin-bottom: 10px;

}

.pj .swiper-slide a:hover {
  background: #185AB2;
  color: #fff;
}

.pj .swiper-slide a {
  display: block;
  background: #fff;
  box-shadow: 0 4px 0 #ddd;
  padding: 30px;
  border-radius: 10px;
  color: #666;
  margin: 10px;
  background: #f7f7f7;
  transition: all .3s;
}

.pj .swiper-slide p {
  line-height: 28px;
  margin: 10px 0;
  text-align: center;

}

.pj .swiper-slide span {
  display: block;
  margin: 30px 0 10px;
  font-size: 16px;
  color: #000;
}

.pj .swiper-slide .xq {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pj .swiper-slide .xq i {
  display: block;
  background: #999;
  color: #fff;
  line-height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 18px;
  border-radius: 5px;
}

.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #185AB2;
}

/*新闻*/
.news-bg { margin: 70px 0; background: url(../images/n_bg.jpg) no-repeat center; background-size: 100%;}
.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  margin-top: 20px;

}
.news_left {
  flex: 2;
  margin-top: 30px;
}

.news_left  a {
  display: block;

}

.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.news_left a:hover b , .news_left a:hover .newscon p{ color: #185AB2;}
.news_left img{ transition: all 0.3s ;}
.news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }

.news-cont { margin-top: 20px; }
.news-cont  b {
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
  display: block;

}
.news-cont  p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
#news-list {  flex: 3;
    margin-left: 20px;}
    
#news-list a { display:flex; align-items:center; justify-content: center; margin:50px 0 }

.day {
  color: #666;
  flex: 1;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}
.newscon {
  flex: 4;
  padding-left: 40px;
  border-left: 1px solid #dedede;
}

.news-more{
    margin-top: 30px;
    transition: all .3s;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}

#news-list a:hover .day span { color: #185AB2;}
#news-list a:hover .newscon b,#news-list a:hover .newscon p { color: #185AB2;}
#news-list a:hover .news-more { padding-left: 30px;}
.more{width:158px;height:46px;border:#dedede solid 1px;margin:30px auto;font-size:16px; transition: all .3s;} 
.more a{display:block; color: #666;}
.more a span{display:block;float:left;text-indent:24px; line-height:46px;transition: all .3s;}
.more a i{color: #666;float:right;display:block;font-family:Ã¥Â®â€¹Ã¤Â½â€œ;width:46px;height:46px;font-size:20px;font-weight:600;border-left:#dedede solid 1px; line-height:46px;text-align:center;}
.more a:hover i{ background: #185AB2; color: #fff;}
.more:hover {border:#185AB2 solid 1px;}
.more a:hover span { color: #185AB2;}
.more a:hover i {border-left:#185AB2 solid 1px; }

/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #185AB2;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}

.scroll .active {
  transform: scale(1);
}

/*底部footer*/
.footer {
  background: #333333;
  margin-top: 60px;
}

.foot {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 22%
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 49%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}



.foot .ft-nav .ft-nav-list dl:last-child dd p {
  width: calc(33.33% - 20px);
  margin: 10px;
}

.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 50%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
}

/* .foot .ft-nav .ft-nav-list dl:nth-child(2) dd p:last-child {
  width: 100%;
} */

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #FFA300
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #185AB2;

}

.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.copyright a {
  color: #fff;
}