/**/
* {
  margin: 0;
  padding: 0;
}
address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{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;
  word-wrap: break-word;
  hyphens: auto;
}
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;
  width: 100%;

}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #145F83;
  color: #fff;
  padding: 10px 0;
}
.top_con .container {
  display: flex;
  justify-content: space-between;
}
.top_con .top_lx span {
  padding-right: 20px;
}
.top_con .topShare {
  display: flex;
}
.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}
.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}
.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}
#header {
  transition: all 0.5s;
  z-index: 996;
  transition: all 0.5s;
  height: 90px;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, .1);
}
#header.header-transparent {
  background: rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#header.header-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  background: #fff;
  box-shadow: 0 0 10px #f1f1f1;

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

  background-size: cover;

}
.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  padding-left: 30px;
}
.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}
.top-box .logo .logo-tu2 {
  display: none;
}
.top-box .logo {
  background: #fff;

}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 90px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu a {
  display: block;
  color: #000;
  padding: 0 25px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff !important;
  background: #145F83;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;

  left: 0%;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background:#333;
  padding-bottom: 10px;
  transition: ease all 0.3s;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: auto;
  overflow: hidden;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #145f83;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left:100%;
}
.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down>a {

}
.nav-menu a i {
  padding-left: 5px;
}
.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;
}


.top-box .top_tel {  font-size: 24px;  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; align-items: center; padding: 0 30px; color: #145F83; display: flex;}
.top-box .top_tel img{ margin-right: 10px;}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  height: 80px;
  display: flex;
  align-items: center;
}

.h_language .icon {
  font-size: 16px;
  color: #333;
  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: 70px;
  background: #f5f5f5;
  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 .lan_down dl a:hover {
  color: #145F83;
}

.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 #f5f5f5;

}

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

  width: 100%;
}
.mobile-nav .mob-language a{ height: 40px; display: inline-block; line-height: 40px; margin: 0 10px; padding: 0 10px; border: 1px solid #fff;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #145F83;
  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: #145F83;
  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: #145F83;
}

.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: 45px;
  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;
  background: #145F83;
}
.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;
}


/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
#banner .swiper-slide img {

  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: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #145F83;
}
.btn-prev {
  left: 30px;
}
.btn-next {
  right: 30px;
}
#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: #145F83;
  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: 40%;
  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;
  margin-top: 30px;
}
#banner .pc_banner { display: block;}
#banner .mob_banner { display: none;}
.pad_80 {
  padding: 80px 0;
}
.main_title {
  text-align: center;
}
.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
  text-transform: uppercase;
}
.main_title p b {
  font-size: 52px;
  font-weight: bold;
  color: #145F83;
}
.main_title span {
  font-size: 26px;
  color: #222;
}
/*9001cc以诚为本*/
.about {
  position: relative;
  background: #F8F9FB url(../images/abbg.jpg) no-repeat;
  background-size: cover;
}
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.about_fr {
  width: 75%;
  margin:0px auto;
}
.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.about_fr .ab_txt span {
  color: #333;
}
.more_box { display: flex; justify-content: center;}
.more {
  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #145F83;
  border: 1px solid #145F83;
  margin-top: 45px;
  position: relative;
  transition: all .3s;
}
.more:hover {
  background: #49A1FA;
  border: 1px solid #49A1FA;
}
.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.zyzs {
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 20px 0;
  box-shadow: 5px 9px 20px 0px rgba(9,20,65,0.05);

}
.zyzs::before {
  width: 0;
  height: 0;
  content: "";

  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.zyzs::after {
  width: 0;
  height: 0;
  content: "";

  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
}
.zyzs .item{ position: relative; width: 100%;}
.zyzs .item::before {
  width: 0;
  height: 0;
  content: "";

  transition: 0.5s;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.zyzs .item::after {
  width: 0;
  height: 0;
  content: "";

  transition: 0.5s;
  position: absolute;
  top: -20px;
  left: 0;
}

.zyzs:hover .item::before {
  width: 50%;
  height:calc(50% + 20px);
  background: #145F83;
  z-index: 1;
}

.zyzs:hover .item::after {
  width: 50%;
  height:calc(50% + 20px);
  background: #145F83;
  z-index: 1;
}

.zyzs:hover:before {
  width: 50%;
  height:50%;
  background: #145F83;
  z-index: 1;
}

.zyzs:hover:after {
  width: 50%;
  height:50%;
  background: #145F83;
  z-index: 1;
}

.zyzs:hover img { filter: brightness(100);}
.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;

  transition: all 0.5s;
  z-index: 2;

}
.zyzs-icon img{
  height: 40px;
}

.zyzs-content{position: relative; z-index: 2;}

.zyzs-content b i{ font-weight: normal; font-size: 18px; }
.zyzs-content b {
  color: #145F83;
  text-align: center;
  margin: 15px 0;
  font-size: 50px;
  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: #666;
}
.zyzs:hover b,.zyzs:hover p { color: #fff;}
/* 产品 */
.scsl-box {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;


}

.scsl-box li {
  position: relative;

  width: calc(33% - 20px);
  margin: 10px;
}

.scsl-box li a {
  display: block;
  overflow: hidden;
  position: relative;
}



.scsl-box em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}
.scsl-box li .img_cont { position: relative;}
.scsl-box li .img_cont img {
  transition: all .5s;
}

.scsl-box li .cont_box {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.scsl-box li .cont_tit {

  position: absolute;
  z-index: 1;
  height:0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1,81,185, 0.4);
  transition: all .3s;


}

.scsl-box li .cont_tit b {
  font-size: 22px;
  margin-top: 45px;
  display: block;
  padding: 0 30px;
  display: block;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
}

.scsl-box li .cont_tit span {
  bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.scsl-box li .cont_tit span i{ text-align: center; color: #000; margin-bottom: 20px; font-weight: bold; font-size: 24px; display: block; text-align: center;}
.scsl-box li .cont_tit span img { filter: brightness(0);}
.scsl-box li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.scsl-box li a:hover .img_cont img {
  transform: scale(1.1);
}

.scsl-box li a:hover .cont_tit {
  bottom: 0;
  height: 100%;
}
.scsl-box li a:hover .cont_tit b { color: #fff; }
.scsl-box li a:hover .cont_tit span img { filter: brightness(100);}
.scsl-box li a:hover .cont_tit span i{ opacity: 0;}
/* 产品推荐 */
.productbg { background: url(../images/probg.jpg) no-repeat;}
.cpfl { border-bottom: 1px solid #dedede; display: flex; align-items: center; justify-content: space-between;}
.cpfl .main_title { text-align: left; }
.cpfl .pro_nav { display: flex; flex-wrap: wrap; }
.cpfl .pro_nav a {position: relative; font-size: 16px; color: #000; text-align: right; margin: 5px 0; padding: 0 10px; }
.cpfl .pro_nav a:hover { color: #145F83;}
.cpfl .pro_nav a::after { position: absolute; right: 0;  top:0; height: 100%; width: 1px; background: #B2B2B2; content: ''; }
.product {
padding-top: 10px;
}
.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-fl::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: #145F83;
  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: 100%;
}
.pro_list {
  display: flex;
  align-items: stretch;

  flex-wrap: wrap;
}
.pro_list a {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 20px;
  margin: 10px;
  width: calc(25% - 20px);
  overflow: hidden;
}
.pro-fl:hover .pro_txt {
  color: #fff;
}
.pro-fr .pro_txt {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  z-index: 2;
}
.pro-fr .pro_list a::before {
  position: absolute;
  content: "";
  height: 0%;
  left: 0;
  width: 100%;
  background: #145F83;
  bottom:0;
  z-index: -1;
  transition: all 500ms ease;
}
.pro-fr .pro_list a:hover::before {
  height:70%;
  bottom: 0;
 
}
.pro-fr .pro_list a:hover .pro_txt img{ filter: brightness(100);}
.pro_txt b {
  font-size: 18px;
font-weight: normal;
  display: block;
  text-align: center;
}
.pro-fr .pro_list a:hover .pro_txt b {
  color: #fff;
}
.pro_txt p {
  margin: 5px 0;
  font-size: 14px;
}
.pro_txt p i {
  font-size: 14px;
  color: #145F83;
  padding-right: 5px;
}
.pro_txt img { margin-top: 5px;}
.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: 10px;
}
.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)
}
.pro_list a:hover .pro_txt p {
  color: #fff;
}
.pro_list a:hover .pro_txt p i {
  color: #fff;
}
/* 实力 */
.gssl {  }

.sl {

  position: relative;
  margin-top: 30px;
}

.sl .gallery-top {
  height: auto;
  margin-top: 40px;
}

.sl .gallery-top .swiper-slide .swiper-container {
  position: relative;
  padding-bottom: 80px;
}

.sl .gallery-thumbs {
  height: 60px;

  box-sizing: border-box;

  margin: 20px auto;

}

.sl .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.sl .gallery-thumbs .swiper-slide {

  height: 40px;
  line-height: 40px;
  width: 140px !important;
  cursor: pointer;
  text-align: center;
  margin: 0 15px;

}

.sl .gallery-thumbs .swiper-slide a {
  display: block;
  color: #333;
  border: 1px solid #dedede;

  font-size:18px;
 
}

.sl .gallery-thumbs .swiper-slide a:hover {
  color: #fff;
}

.sl .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
  background: #145F83;
  border: 1px solid #145F83;
}


.sl .gallery-top> {

  height: auto;
  margin: auto;
}
.prone .swiper-slide {   background: #F8F9FB;; padding: 20px; border-radius: 10px;}
.prone .swiper-slide a{ display: block; }

.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.prone .swiper-slide p {

  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding-top:10px ;

}

.prone .swiper-slide:hover  {
  background: #145F83;
  color: #fff;
}

.prone .swiper-slide:hover p { color: #fff;}
.sl .gallery-top .swiper-button-next {
  position: absolute;
  top: 99%;
  left:50%;
  transform: translateY(-50%);
  text-align: center;
  color: #666;
 border: 1px solid #dedede;
background: none;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width:60px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.sl .gallery-top .swiper-button-prev {
  position: absolute;
  top: 99%;
  left: calc(50% - 60px);
  transform: translateY(-50%);
  text-align: center;
  color: #666;
  border: 1px solid #dedede;
  background: none;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.sl .gallery-top .swiper-button-prev:hover {
  background: #145F83;
  border: 1px solid #145F83;
  color: #fff;
}

.sl .gallery-top .swiper-button-next:hover {
  background: #145F83;
  color: #fff;
  border: 1px solid #145F83;
}
/* 应用 */
.linyu { background:#F8F9FB url(../images/ys-bg.jpg) no-repeat top; padding-top: 80px;}
.ys-box {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;


}

.ys-box li {
  position: relative;
  overflow: hidden;
  width: calc(25% - 20px);
  margin: 0 10px;


}
.ys_case_mid {
  text-align: center;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ys_case_mid .default {width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0; width: 100%; padding-bottom: 30px; 
  transition: .5s;  }
  .ys_case_mid .default .main_title { margin-top: 20px;}
  .hover{width:100%; height:100%;position: absolute;left:0;top:0%;  background-image: linear-gradient(to top, #145F83,#009EE7 ); padding:20px; box-sizing: border-box; transition: .5s; opacity: 0;}
  .ys_case_mid .hover h4{ line-height: 44px;font-size:30px; padding-bottom: 30px; color:#ffffff;font-weight: bold;border-bottom:1px solid rgba(255,255,255,.2); margin-bottom: 30px;}
.ys_case_mid .hover p{line-height: 30px;margin-bottom: 30px;font-size: 16px; color:#ffffff;}
.ys_case_mid .hover strong{display: block;}
.ys_case_mid .hover strong a{display: block; line-height: 50px;float:left; padding-left:66px;background:url(../images/sup-jia.png) no-repeat left;font-size: 18px; color:#ffffff; font-weight: normal;}
.ys_case_mid .hover strong a:hover { color: #fc7a06;}
.ys-box li:hover .default{opacity: 0; bottom:-10%;}
.ys-box li:hover .hover{top:0;opacity: 1;}
.ys-box li:hover{top:0;opacity: 1;}
.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}

.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}

.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  margin-bottom: 40px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 26px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 680px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;

}

.ys_case_bg div.on {

  opacity: 1;
  z-index: 10;
}

/*  */
.jspt {
  background: #F8F9FB;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.jspt ul {
  padding: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.jspt ul li {
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 1);
  padding-top: 20px;
  border-radius: 10px;
 margin: 5px;
  width: calc(25% - 10px);
  font-weight: bold;

  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: -1px;
  z-index: 9;
  position: relative;
 
  backdrop-filter: blur(4px);
}

.jspt ul li a {
  display: block;
  color: #fff;
}

.jspt ul li p {
  border-radius: 50%;
  padding: 30px 10px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-weight: normal;
}

.jspt ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}

.jspt ul li i {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  margin-top: 5px;
  color: #000;
}

.jspt ul li em {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #000;
}

.jspt ul li p img {

  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
 

}

.jspt ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #145F83;
  border-radius: 10px;
  transition: 0.5s;
}

.jspt ul li:hover:before {
  width: 100%;
  left: 0;
}

.jspt ul li a:hover i,.jspt ul li a:hover em,.jspt ul li a:hover p {
  color: #fff;
}
.jspt ul li a:hover img { filter: brightness(2);}
/* 合作 */
.hzbox { background: #145F83;}
.hz_con { display: flex; flex-wrap: wrap; margin-top: 40px;}
.hz_con .hz_list { width: calc(25% - 40px); margin: 20px; }
.hz_con .hz_list img{ max-width: 100%; width: auto; height: 150px;}
.hz_con .hz_list p{ text-align: center; color: #fff; font-size: 18px; margin-top: 20px;}
/* 新闻 */

.news-box {  align-items: center; border-bottom: 1px solid #dedede;padding-bottom: 40px; display: flex; justify-content: space-between; margin-top: 40px;}
.news-fl {
  width: 75%;

}

.news-fr {
  width: 20%;
  margin-right: 5%;

}



.news-one span {
  color: #145F83;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.news-one b {
  display: block;
  font-size: 20px;
  margin: 15px 0;
}

.news-one p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.news-one a:hover b {
  color: #145F83;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news-two ul li {
  width: 33.3%;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding: 30px ;
  transition: .3s;


}

.news-two ul li:nth-child(5), .news-two ul li:nth-child(6) {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #145F83;
  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 span {
  font-size: 16px;
  float: right;

}

.day p {
  color: #145F83;
  font-size: 16px;
  font-weight: bold;
  display: block;
}


.newscon b {
  display: block;
  font-size: 20px;
  margin: 15px 0;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  margin-top: 30px;
  color: #666;
  font-size: 14px;

}
.news-two a:hover .day p ,.news-two a:hover .newscon p{ color: #fff;}
/*  */
.fot_bg { background: url(../images/ft.jpg) no-repeat center;    background-size:cover;  }
.more_btn3 { background: #145F83; display: block; margin: 30px auto;  width: 100%; width: 150px; font-size: 14px; height: 45px; text-align: center; color: #fff; line-height: 45px; display: block;}
.more_btn3:hover { background: #B70808;}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

}

.foot {
  padding: 60px 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: 25%
}

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

.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 dd a:hover {
  color: #145F83
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);


}

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


.copyright a {
  color: #fff;
}

.copyright a:hover { color: #145F83;}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #145F83;
  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: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  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;
}
/*返回顶部*/
.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: #145F83;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}
