/**/
* {
  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
}

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%;
}

/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;
  position: absolute;
  width: 100%;
  top:0;

}

#header.header-transparent {}

#header.header-scrolled {


  box-shadow: 0 0 18px rgb(0 0 0 / 10%);

  transition: all 0.3s;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;


}


.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: 90px;
}

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

}

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

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

.nav-menu {
  flex: 4;
  height: 90px;
}

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

.nav-menu ul li {

  width: 100%;
  text-align: center;
  position: relative;



}

.nav-menu a {
  display: block;

  color: #000;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;

  position: relative;



}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #09247F;
  text-decoration: none;

}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #09247F;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #09247F;
}

.nav-menu a:hover::before, .nav-menu .active a:hover:before {
  width: 50%;
  background: #09247F;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(255, 255, 255, .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: 100px;
  visibility: visible;
}

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

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #09247F;

}

.nav-menu .drop-down ul li:hover a::before {
  width: 0;
}

.nav-menu ul li:hover::after {
  height: 100%;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 100px);
}

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

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.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 {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

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


}
#header.header-scrolled .nav-menu .drop-down ul li:hover>a { color: #fff;}
#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999;}
#header.header-scrolled .h_language .icon { color: #333;}
#header.header-scrolled .h_language  .lanimg1 { display: none;}
#header.header-scrolled .h_language  .lanimg { display: block;}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}


/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
}
.nav_fr b { font-size: 18px;}
.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}
.h_language  .lanimg { display: none;}
.h_language .lan_down dl a:hover {
  color: #09247F;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width:0;
  height:0;
border-right:15px solid transparent;
border-left:15px solid transparent;
border-bottom:15px solid #fff;

}


/* 手机导航 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #09247F;
  transition: 0.4s;
}

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

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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 ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #09247F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #09247F;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.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: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;

}

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

  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;
}

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

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}





#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#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: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #09247F;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #09247F;
  width: 40px;
  transition-delay: 0s;
} */

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

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

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

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #000;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #000;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}

.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}

.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}

.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #09247F;
  opacity: 1;
  animation: aline 3s infinite linear;
}

@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

.yuan {position: relative; margin-top: 60px;}

.yuan span {position: absolute; width:20px; height: 20px; background: #fff;border-radius: 50%; bottom: 0;}

.yuan span:nth-child(1){animation: cross-1 1.5s infinite linear;}

.yuan span:nth-child(2){ background: #09247F; animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}

  100%{transform: translateX(200%);opacity: 0.8;}

}
/*关于我们*/
 .tit_box { display: flex; align-items: center; justify-content: space-between;}
.main_title {
 
  margin-bottom: 10px;
}

.main_title .m_p1 {
  font-size: 40px;
  font-weight: bold;
  color: #09247F;


}
.main_title .m_p2 { font-size: 20px; margin-top: 10px; }
.main_title .m_p3 { font-size: 34px; margin-top: 10px; color: #333;}


.pad80{ padding: 80px 0;}
.about {
  position: relative;
  background: url(../images/abbg.png) no-repeat left;
  

}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fr {
  width: 42%;
  padding-right: 5%;



}

.about_fl .ab_txt {
  line-height: 36px;

  color: #666;
  font-size: 18px;
  text-align: justify;

}

.about_fl .ab_txt span {
  color: #666;
}


.about_fl {
  width: 55%;
  overflow: hidden;
  padding-left: 3%;


}



.more {

  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #333;
  font-family: Arial;
  text-align: center;
  width: 160px;

  border: 1px solid #dedede;
  margin-top: 45px;

  position: relative;
  transition: all .3s;
}
.more a { color: #999;}
.more:hover {
  background: rgb(0, 31, 90);;

}

.ab_bottom {
  margin-top: 40px;

  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

  padding: 0;
}

.ab_bottom b {
  font-size: 36px;
  color: #333;
  margin-top: 10px;

}



.ab_bottom li {
  width: 50%;

}

.ab_bottom li img {
  height: 40px;
}

.ab_bottom li a {
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  display: block;
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-right: 20px;

}

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

.ab_bottom .ab_num {
  display: flex;
  align-items: center;

}

.ab_bottom li a i {
  font-size: 20px;
  color: #666;
  padding-left: 6px;

}

.ab_bottom li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;

}

.ab_bottom li a:hover b {
  color: #09247F;

}

/* 产品 */
.product {

  background: #F0F3F8;
  padding: 60px 0 70px 0;
}

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

.pro-fl {
  width: 35%;
  background: #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pro-fl::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: #09247F;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);

  z-index: -1;
  transition: all 500ms ease;
}

.pro-fl:hover::before {
  height: 100%;
}

.pro-fr {
  width: 65%;
}

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

.pro_list a {
 position: relative;
  background: #fff;
  z-index: 1;
  padding: 20px;
  margin: 10px;
  width: 50%;
  height: 390px;
  overflow: hidden;
}

.pro-fl .pro_txt {
  font-size: 20px;
  color: #09247F;
  text-align: left;
  width: 100%;
  position: absolute;
  left:20px;
  z-index: 2;
  top:20px
}
.pro-fl:hover  .pro_txt { color: #fff;}
.pro-fr .pro_txt {
  font-size: 20px;
  color: #09247F;
  text-align: left;
  width: 100%;
  position: absolute;
  left:20px;
  z-index: 2;
  top:20px
}


.pro-fr .pro_list a::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: #09247F;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);

  z-index: -1;
  transition: all 500ms ease;
}

.pro-fr .pro_list a:hover::before {
  height: 100%;
}
.pro_txt b {
  font-size: 24px;
}
.pro-fr .pro_list a:hover .pro_txt b { color: #fff;}
.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: #999;
  height: 50px;
  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: 70px;
}

.pro-fr .pro_tu {
  margin-top: 70px;
}
.pro-fl .pro_tu img {
  max-height: 380px;
}
.pro-fr .pro_tu img {
  max-height: 288px;
}


.pro-fr .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;

  font-style: normal;
  transition: all 0.3s;
}

.pro-fl .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;

  text-align: left;

  font-style: normal;
  transition: all 0.3s;
}


@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)
}


/*  */

.slmask {
  position: absolute;
  width: 100%;
  height: 100%;
  border-width: 8vw 25vw;
  border-color: #fff;
  border-style: solid;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.gssl {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gssl .slbox {
  position: relative;
}

.gssl .slbox img {
  display: block;
  width: 100%;
  min-height:200px;
  object-fit: cover;
}

.gssl .con {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.gssl .con .container { display: flex; justify-content: space-between; align-items: center; flex-direction: column;}
.sl_info{  text-align: center;margin-top: 40px;  width: 100%;}
.ys_fadeup1 {
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
  margin-top: 20px;
}


@keyframes nudgeMouse {
  0% {
       -webkit-transform: translateY(0);
               transform: translateY(0);
     }
     50% {
       -webkit-transform: translateY(8px);
               transform: translateY(8px);
     }
     100% {
       -webkit-transform: translateY(0);
               transform: translateY(0);
     }
 }

 /* 优势 */
 .ys { padding-top: 60px; background: url(../images/ysbg.jpg) no-repeat; background-attachment: fixed; background-size: cover;}

.gs_info { color: #fff; font-size: 16px; text-align: center; margin:40px 0; line-height: 42px;}
.gssl_list { text-align: center; margin: 50px 0;}
.gssl_list a { background: #09247F; color:#fff;  padding: 15px 40px; margin: 10px ; font-size: 16px;  }
.gssl_list a:hover { background: #333;}
.sl_info { width: 100%;}
.service-con { margin-top: 40px; width: 100%; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between;  overflow: hidden; }
.service-con .ser-item {    padding: 20px; cursor: pointer; position: relative; padding-top: 50px; padding-bottom: 50px; width: 25%; color: #fff; text-align: center;line-height: 28px;    }
 .service-con .ser-item a { color: #fff;}

 .service-con .ser-item .inner {position: relative; z-index: 2; }

 .service-con .ser-item .bg { background: #09247F; height: 0; -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; z-index: 1;}
 .service-con .ser-item:hover .bg { height: 100%;}
 .service-con .ser-item:hover b, .service-con .ser-item:hover p { color: #fff;}
.service-con .ser-item b{ display: block;  font-size: 24px; margin: 18px ;}
.service-con .ser-item:hover img {  filter: brightness(100);}
/* 新闻 */
.news-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: stretch;
  margin-top: 40px;

}

.news-one {
  width: 60%;
}
.news_fl { width: 100%;}
.news_fl .tuij { width: 50%; padding: 10px;}

.news_fl ul { width: 50%;}
.news_fl ul a {
  padding:5px 10px;
  transition: all .3s;
  display: block;
}
.news_fl ul a:hover {   box-shadow: 0 0 10px #8abdf8;
  background: #09247F;
  color: #fff;
  background-size: 100%;}
.news-one span {
  display: block;
  overflow: hidden;
}

.news-one b {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #333;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;

}
.news_fl ul a:hover b,.news_fl ul a:hover p{ color: #fff;}
.news-one a img {
  display: block;
  width: 100%;
  transition: .8s;
}

.news-one a:hover img {
  transform: scale(1.1);
}

.news-one a:hover {
  box-shadow: 0 0 10px #dedede;
}

.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 0px;
}

.news_fl {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}



.news_fl ul {
  padding: 0;

}

.news-two {
  width: 40%;

  margin-left: 20px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two ul li {
  width: 100%;
  margin-bottom: 20px;

}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);

  padding: 20px 20px;
  transition: .3s;

}

.news-two ul li:last-child {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #8abdf8;
  background: #09247F;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

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

}

.news_title {
  margin: 20px 0;
  font-size: 26px;
}

.news_title a:hover {
  color: #09247F;
  box-shadow: none;
  background: none;
}

/*底部footer*/
.footer {
  background: #333941;
  background-size: cover;
  margin-top: 30px;
  padding-top: 60px;
}

.footer-nav {
  display: flex;
  display: -webkit- box;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.footer-nav li {
  position: relative;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}

.footer-nav a {
  display: block;
  color: #fff;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-align: center;
  font-size: 16px;
}

.footer-nav li:after {
  content: " | ";
  position: absolute;
  top: 20px;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  color: #fff;

}

.footer-nav li:first-of-type:after {
  content: "";
}

.footer-nav a:hover {
  color: #09247F;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-txt {
  margin-top: 20px;
}

.contact-txt p {
  line-height: 32px;
  color: #fff;
  width: 100%;
  float: left;
  font-size: 15px;
}

.ftewm {
  margin-top: 30px;
  display: flex;
}

.ftewm>div {
  margin-left: 20px;
}

.ftewm p {
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.ftewm img {
  width: 100px;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  background: #333941;
  margin-top: 50px;

}

.copyright a {
  color: #fff;
}


/*返回顶部*/
.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 i{ font-size: 20px; color: #fff;}
.scroll .return {

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


}

.scroll .active {
  transform: scale(1);
}
/*  */
.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;
}
