/**/
* {
  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;
  max-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: #0085d0;
  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: 994;
  transition: all 0.5s;
  height: 85px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}

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

}

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

.top-box .logo .logo-tu2 {
  display: none;
}
#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block;
}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 5;
  height: 85px;
}

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

.nav-menu ul li {
  text-align: center;
}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 16px;
  height: 85px;
  line-height: 85px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #0085d0;
  border-bottom: 1px solid #0085d0;
}

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #0085d0 url(../images/topbg.jpg) no-repeat left;
  overflow: hidden;
}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 85px;
  visibility: visible;
  height: 360px;
  max-height: 360px;
}

.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: stretch;
}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  height: 360px;
  padding-left: 8%;
}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_r {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav_sub .nav_r .l {
  padding-top: 50px;
  width: 65%;
}

.nav_sub .nav_r .r img {
  max-height: 220px;
  margin-top: 20px;
  margin-left: 30px;
  border-radius: 15px;
}

.nav_sub .nav_r .l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.nav_sub .nav_r .l ul li {
  width: 25%;
}

.nav_sub .nav_r .l a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  transition-duration: .3s;
  padding: 0 15px;
  line-height: 24px;
  height: 60px;
  margin: 10px 20px 0 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.nav_sub .nav_r .l a::before {
  position: absolute;
  left: 0;
  top: 29px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #0085d0;
}

.nav_sub .nav_r .l a:hover {
  color: #0085d0;
  font-weight: bold;
}

.nav_sub .nav_r .r {
  width: 30%;
  text-align: center;
  background: #0085d0;
  height: 400px;
}

.right-wrap {
  padding: 40px 0;
  color: #fff;
}

.right-wrap p {
  font-size: 26px;
}

.right-wrap ul {
  display: block;
  margin-top: 20px;
}

.right-wrap ul li:hover a {
  color: #fff;
}

.right-wrap ul a {
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  padding: 10px 0;
}

.right-wrap ul a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contact-title {
  font-size: 16px;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}

.contact-title img {
  margin-top: 0 !important;
}

.contact-number {
  font-size: 22px;
  font-weight: 700;
}

.nav_r_tit {
  text-align: left;
}

.nav_r_tit b {
  font-size: 32px;
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}

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

  width: 100%;
}

.mobile-nav .mob-language a {
  display: inline-block;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #fff;
}

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

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

#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: #fff;
}

#header.header-scrolled .nav_sub .nav_r .l a {
  color: #333;
}

#header.header-scrolled .nav_sub .nav_r .l a:hover {
  color: #0085d0;
}

.headerBotRig {
  padding: 0 10px;
  height: 85px;
  display: flex;
  background: #0085d0;
  align-items: center;
  justify-content: center;
}

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

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #0085d0;
  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;
  text-transform: uppercase;
  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: #0085d0;
  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: #0085d0;
}

.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: 0;
  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: #0085d0;
}

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

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

.mobile-nav .nav_sub .nav_r .l {
  padding-top: 0;
}

.mobile-nav .nav_sub .nav_r .l ul {
  flex-direction: column;
}

.mobile-nav .nav_sub .nav_r .l {
  width: 100%;
  background: #f1f1f1;
}

.mobile-nav .nav_r .l ul li {
  width: 100%;
}

.mobile-nav .nav_r .l a {
  color: #333;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-nav .nav_r .l a::before {
  display: none;
}


.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;

}

.top_tel {
  margin-left: 20px;
  background: url(../images/nodephone.png) left center no-repeat;
  padding-left: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

#header.header-scrolled .top_tel {
  color: #0085d0;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

/*首页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: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #0085d0;
}

.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: #0085d0;
  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_txt {
  position: absolute;
  top: 32%;
  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: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

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

.banner_txt span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-shadow: none;
  width: 50%;
}

.pad_80 {
  padding: 80px 0;
}

/*关于我们*/
.main_title {
  text-align: left;
  margin-bottom: 10px;
}

.main_title .m_p1 {
  font-size: 40px;
  display: flex;
  font-weight: bold;
  color: #0085d0;
  align-items: center;
  justify-content: flex-start;

}

.main_title .m_p2 {
  font-size: 20px;
  margin-top: 10px;
}



.about {


 padding-top: 80px;

}

.about-box {
  display: flex;
   display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  position: relative;
}

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


}

.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 10px;

  font-size: 16px; text-align: left;

}

.about_fr .ab_txt span {
 
}

.more_box {
  display: flex;
  justify-content: left;
}

.more {
  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #0085d0;
  border: 1px solid #0085d0;
  margin-top: 45px;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background: #fff;
  border: 1px solid #0085d0; color: #0085d0;
}

.service-con { margin-top: 60px; display: flex; align-items: center; justify-content: space-between;  overflow: hidden;   background: url(../images/about-bg.jpg) no-repeat center;

  background-size: cover;}
.service-con .ser-item { border-top: 1px solid rgba(255,255,255,0.2); ; cursor: pointer; position: relative; padding: 60px 30px; flex: 1; color: #fff; text-align: center;line-height: 28px;  border-right: 1px solid rgba(255,255,255,0.2);   }
.service-con .ser-item a { color: #fff;}
.service-con .ser-item .inner {position: relative; z-index: 2;}
.service-con .ser-item img { opacity: 1;}
.service-con .ser-item .bg { background: rgba(5,50,115,0.85); 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 p { height: 70px;}
.service-con .ser-item b{ display: block;  font-size: 24px; margin: 18px ;}


/* 产品 */
.mob_main_title{ display: none; margin-top: 20px;}
.pro_box {

  background-size: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.tj_tu {
  position: relative;
  display: flex;
  align-items: flex-start;


}

.tj_tu .zi img {
  height: 100%;
}

#gallery {
  width: 66%;
  padding: 80px 0;

}


.product-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 20px;


}


#gallery .swiper-slide .product-box .pro_con .more {
  border: 1px solid #0085d0;
  color: #0085d0;
  padding: 13px;
  text-align: center;
  display: block;
  width: 140px;
  margin-top: 40px;
  border-radius: 20px 0 20px 0;
}

#gallery .swiper-slide .product-box .pro_con .more:hover {
  background: #0085d0;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con b {
  color: #0085d0;
  font-size: 26px;
  line-height: 52px;
  width: 100%;
  font-weight: normal;
  display: block;


}

#gallery .swiper-slide .product-box .pro_con b::first-letter {
  text-transform: uppercase;
}

#gallery .swiper-slide .product-box .pro_con p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
}

#gallery .swiper-slide .product-box .pro_con p a {
  position: relative;
  margin-right: 20px;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con p a .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #0085d0;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}

#gallery .swiper-slide .product-box .pro_con p a .lxing::after {
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color: #0085d0;
}

#gallery .swiper-slide .product-box .pro_con p a:hover {
  color: #242424;
}

#gallery .swiper-slide-active {
  opacity: 1 !important;
}

.tj_tu img {
  width: 100%;
}


#thumbs {
  width: 28%;
  background: #F0F7FF;
  height: auto;
  padding: 40px;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-left: 0;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;



}

.tj_tu .swiper-container-thumbs .swiper-slide {

  font-size: 24px;
  cursor: pointer;
  color: #fff;
  width: 100% !important;
  text-align: left;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  position: relative;
}



.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.tj_tu .swiper-container-thumbs .swiper-slide p {

  position: relative;
  z-index: 2;
  font-size: 20px;
  background: #fff;
  width: 100% !important;

  color: #333;
  padding: 15px 10px;
  padding-left: 30px;

}
.tj_tu .swiper-container-thumbs .swiper-slide p a{  align-items: center; display: flex;}
.tj_tu .swiper-container-thumbs .swiper-slide p i {
  padding-right: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  opacity: .5;
  font-size: 30px;
  -webkit-text-stroke: 1px #333;
  color: transparent;

  transition: all .3s;

}
.tj_tu .swiper-container-thumbs .swiper-slide p:hover{background: #0085d0;

  color: #fff;}
  .tj_tu .swiper-container-thumbs .swiper-slide p:hover a{ color: #fff;}
.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);

}

.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active p {

  background: #0085d0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active p a{  color: #fff;}
.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active p i {
  -webkit-text-stroke: 1px #fff;
}

.tj_tu .swiper-slide-thumb-active p {
  color: #fff;
}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala { display: none; padding: 10px; background:rgba(0,77,160,.7);  width: 52%; position: absolute; left:97%; top:8px;z-index: 999;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a{  display: block; padding: 8px ; font-size: 18px; line-height: 32px; color: #fff; text-align: left;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a:hover {  background: #fff; color: #0085d0;}
.tj_tu .swiper-container-thumbs .swiper-slide:hover .xiala{ display: block;   }
#thumbs{ overflow: visible; position: relative; z-index: 9;}
.promore {
  width: 150px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #0085d0 url(../images/jt1.png)no-repeat 94% 17px;
  border: solid 1px #0085d0;
  transition: all .3s;
  margin-top: 10px;
  padding: 8px 10px;

}

.promore:hover {
  color: #0085d0;

  background: url(../images/jt2.png) no-repeat 94% 17px;


}
.indexcp{ width: 100%; padding-top: 30px;}
.indexcp ul li{ float: left; width: 23%; margin: 1%; text-align: center;}
.indexcp ul li a img{ width: 100%;}

.indexcp ul li a em {
  background: #fff;
  display: block;
  font-size: 20px;
  font-style: normal;
  padding: 20px 15px;
  color: #333;
  text-align: center;
}

.indexcp ul li a:hover em {
  background: #0085d0;
  color: #fff;
}
.indexcp ul li a:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}
.jszb {
  padding-top: 50px;
  margin-right: 50px;
}

.jszb .swiper-slide {
  margin-top: 40px;
}

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

}

.jszb .swiper-slide a {
  background: #fff;
  display: block;
}





.jszb .swiper-button-prev {
  left: calc(100% - 98px);
  top: 0px;


}

.jszb .swiper-button-next {
  right: 5px;
  top: 0px;
}

.jszb .swiper-button-next,
.jszb .swiper-button-prev {
  background: #fff;
  box-shadow: 0 0 10px #eee;
  outline: none;
  color: #0085d0;
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  margin-top: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;



}

.jszb .swiper-button-next:hover,
.jszb .swiper-button-prev:hover {
  color: #fff;
  background: #0085d0;
}

.jszb .swiper-pagination-custom {
  top: 30px;
  text-align: left;

  width: calc(100% - 200px);
}

.jszb .line {
  position: absolute;
  left: 0;
  top: 30px;
  width: calc(100% - 110px);
  height: 1px;
  background: #dedede;
}


/* 解决方案 */
.case{ width: 100%; float: left;}
.ys_case {
  position: relative;
  margin-top: 50px;
}

.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); 
  width: calc(25% - 1px);*/
  width:20%;
  float: left;
  z-index: 9;
  position: relative;
}


.ys_case_mid {
  text-align: center;

  height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ys_case_mid .default {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  width: 100%;
  transition: .5s;
  background: rgba(0, 0, 0, 0.6);

}

.ys_case_mid .default .main_title {

  font-weight: 600;
  text-align: center;
  margin-top: 30px; width: 100%; float: left;;

}

.ys_case_mid .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;

  background: rgba(48, 129, 196, .9);
  padding: 30px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ys_case_mid .hover h4 {
  font-size: 24px;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 15px;
}

.ys_case_mid .hover p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
  color: #ffffff; text-align: center;
}
.ys_case_mid .hover span{ display: none;}
.ys_case_mid .hover a p{ color: #fff;}
.ys_case_mid .hover a:hover p{ color: #fff;}
.ys_case_mid .hover p img{ width: 36px; margin-right: 5px;}
.ys_case_mid .hover strong {
  display: block;
}

.ys_case_mid .hover strong a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.ys_case_mid .hover strong a:hover {
  color: #F58D1D;
}
.ys_case_mid .hover strong a:hover p {
  color: #F58D1D;
}
.ys_case .case-slide.active .default {
  opacity: 0;
  bottom: -10%;

}

.ys_case .case-slide.active .hover {
  opacity: 1;
}

.ys_case .case-slide.active {
  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: 24px;
}

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

/* 工程案例 */
.gcyj {
  background: #F0F7FF; width: 100%; float: left;;
}

.hz_bottom {
  padding-bottom: 60px;
  margin-top: 20px;
}

.hz_bottom .swiper-wrapper {
  align-items: stretch !important;
}

.hz_bottom .swiper-slide {
  margin-top: 40px;
  background: #fff;
   padding: 20px;
  background-size: 100% 100% !important;
}

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

}

.hz_bottom .swiper-slide a {

  display: block;

  position: relative;
  text-align: center;




}

.hz_bottom .swiper-slide a img {
  height: 75px;
}


.hz_bottom .swiper-slide a:hover {
  color: #0066B3;
}

.hz_bottom .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 15px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hz_bottom .swiper-slide i {
  padding: 10px 15px;
  color: #999;
  display: block;
}

.hz_bottom .swiper-slide b {
  font-size: 15px;
  text-align: center;
  display: block;
}

.hz_bottom .swiper-slide p {

  color: #666;

 
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px; line-height: 52px;
  font-size:16px;
}

.hz_bottom .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 77, 160, 0.1);


}

.hz_bottom .swiper-slide:hover a {
  border-radius: 10px;
}

.hz_bottom .swiper-pagination {
  bottom: 0;
}

.hz_bottom .swiper-pagination-bullet-active {
  background: #0085d0;
}
/* 流程 */
.lcbg { background: url(../images/casebg.jpg) no-repeat center; background-size: cover; width: 100%; float: left;}
.process-container {
    display: -ms-flexbox; /* IE10 弹性盒子 */
    display: flex;
    -ms-flex-pack: center; /* IE10 居中 */
    justify-content: center;
    -ms-flex-wrap: wrap; /* IE10 换行 */
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    width: 100%;
}

/* 移除 gap 属性，改用 margin */
.process-step {
    width: 12%; /* 替代 calc(100% / 8) */
    margin: 0 0.5%; /* 模拟 gap 效果 */
    height: 280px;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    float: left; /* IE10 备用布局 */
    margin-bottom: 25px;
}

/* 清除浮动 */
.process-container:after {
    content: "";
    display: table;
    clear: both;
}

.step-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 16px;
}

/* 用绝对定位替代 transform 3D 翻转 */
.step-front, .step-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

.step-front {
    background: #0085d0;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.step-back {
    background: #1c1f3d; /* 降级为纯色，替代渐变 */
    border: 1px solid rgba(37, 117, 252, 0.4);
    z-index: 1;
    opacity: 0;
}

/* IE 悬停效果：淡入淡出替代 3D 翻转 */
.process-step:hover .step-front {
    opacity: 0;
}

.process-step:hover .step-back {
    opacity: 1;
}

.step-icon {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    height: 45px;
    letter-spacing: 0.5px;
}

.step-front .step-desc { 
    height: 56px; 
}

.step-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.6;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    font-weight: 300;
}

.step-back-content {
    font-size: 0.95rem;
    color: #c5c8e4;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 300;
}

/* 简化的装饰元素 */
.step-front::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(37, 117, 252, 0.1);
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A2575FC', endColorstr='#002575FC', GradientType=1); /* IE 渐变 */
}

/* 连接线 - 简化版本 */
.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12.5px;
    width: 12px;
    height: 2px;
    background: #fff;
    z-index: 1;
    border-radius: 2px;
}

.process-step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -12.5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    z-index: 2;
    margin-top: -6px;
}

/* IE10-11 特定修复 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .process-step {
        width: 12.5% !important; /* 强制8个等分 */
        display: inline-block;
        vertical-align: top;
    }
    
    .step-front, .step-back {
        display: block; /* IE flexbox 问题修复 */
    }
    
    .step-icon, .step-title, .step-desc {
        display: block;
        width: 100%;
    }
    
    /* 隐藏不支持的伪元素 */
    .step-front::before {
        display: none;
    }
}

/* 移动端响应式 */
@media screen and (max-width: 1200px) {
    .process-step {
        width: 23%; /* 4个一行 */
        margin: 0 1% 25px;
    }
}

@media screen and (max-width: 768px) {
    .process-step {
        width: 48%; /* 2个一行 */
        margin: 0 1% 25px;
    }
    
    /* 移动端隐藏连接线 */
    .process-step::after,
    .process-step::before {
        display: none;
    }
}
        
       
/* 新闻 */
.news{ float: left; width: 100%;}
.news_con {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap; /* IE兼容换行 */
}

.news_tu {
  width: 40%;
  margin-top: 40px;
  -ms-flex: 0 0 auto; /* IE兼容flexbox */
  box-sizing: border-box; /* 添加盒子模型 */
}

.news_tu .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE兼容transform */
  text-align: center;
  color: #0085d0;
  background: rgba(255, 255, 255, .6);
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.news_tu .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE兼容transform */
  text-align: center;
  color: #0085d0;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.5;
}

.news_tu .swiper-container:hover .swiper-button-next,
.news_tu .swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

.news_tu .swiper-container:hover .swiper-button-next {
  right: 10px;
}

.news_tu .swiper-container:hover .swiper-button-prev {
  left: 10px;
}

.news-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box; /* 添加盒子模型 */
}

.news-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image-container {
  display: flex;
  position: relative;
}

.news-image {
  width: 100%;
  overflow: hidden;
}

.category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(90deg, #0085d0, #2ecc71);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  max-width: calc(100% - 40px); /* 防止标签溢出 */
  box-sizing: border-box; /* 添加盒子模型 */
}

.card-content {
  padding: 25px;
  box-sizing: border-box; /* 添加盒子模型 */
}

.news-date {
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  display: -ms-flexbox; /* IE兼容flexbox */
  align-items: center;
  -ms-flex-align: center; /* IE兼容align-items */
}

.news-date i {
  margin-right: 8px;
  color: #0085d0;
}

.card-content h2 {
  font-size: 24px;
  margin-bottom: 35px;
  color: #2c3e50;
  line-height: 1.4;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.card-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.read-more {
  color: #0085d0;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  display: -ms-inline-flexbox; /* IE兼容inline-flex */
  margin-top: 20px;
  align-items: center;
  -ms-flex-align: center; /* IE兼容align-items */
  transition: color 0.3s;
}

.read-more:hover {
  color: #2ecc71;
}

.read-more i {
  margin-left: 8px;
  transition: transform 0.3s;
}

.read-more:hover i {
  transform: translateX(5px);
}

.news_list {
  width: 58%;
  -ms-flex: 0 0 auto; /* IE兼容flexbox */
  box-sizing: border-box; /* 添加盒子模型 */
}

.news-box {
  align-items: center;
  display: flex;
  display: -ms-flexbox; /* IE兼容flexbox */
  justify-content: space-between;
  -ms-flex-pack: justify; /* IE兼容justify-content */
  margin-top: 40px;
  -ms-flex-wrap: wrap; /* IE兼容换行 */
  width: 100%; /* 确保宽度 */
}

.news-one {
  box-sizing: border-box; /* 添加盒子模型 */
  max-width: 100%; /* 防止溢出 */
}

.news-one span {
  color: #0085d0;
  font-size: 16px;
  font-weight: bold;
  display: block;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
}

.news-one b {
  display: block;
  font-size: 20px;
  margin: 15px 0;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.news-one p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.news-one a:hover b {
  color: #0085d0;
}

.news-two ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 20px;
  width: 100%; /* 确保宽度 */
}

.news-two ul li {
  width: 50%;
  box-sizing: border-box; /* 添加盒子模型 */
  -ms-flex: 0 0 50%; /* IE兼容50%宽度 */
  max-width: 100%; /* 防止溢出 */
}

.news-two a {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  -ms-flex-direction: column; /* IE兼容flex-direction */
  padding: 50px 30px;
  transition: .3s;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box; /* 添加盒子模型 */
  width: 100%; /* 确保宽度 */
  max-width: 100%; /* 防止溢出 */
}

.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: #0085d0;
  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 {
  box-sizing: border-box; /* 添加盒子模型 */
  max-width: 100%; /* 防止溢出 */
}

.day span {
  font-size: 16px;
  float: right;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
}

.day p {
  color: #7f8c8d;
  font-size: 14px;
  display: block;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.newscon {
  box-sizing: border-box; /* 添加盒子模型 */
  max-width: 100%; /* 防止溢出 */
}

.newscon b {
  display: block;
  font-size: 24px;
  margin: 15px 0;
  font-weight: normal;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

.newscon p {
  text-align: left;
  line-height: 24px;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  word-wrap: break-word; /* 确保长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器换行 */
  word-break: break-word; /* IE和Edge换行 */
  max-width: 100%; /* 防止溢出 */
}

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

/* 添加IE特定的修复 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news_con,
  .news-box,
  .news-two ul {
    display: block; /* IE中flexbox可能有bug，回退到block */
  }
  
  .news_tu,
  .news_list {
    float: left; /* 使用浮动布局作为fallback */
  }
  
  .news_list {
    float: right;
  }
  
  .news-two ul li {
    float: left; /* 使用浮动布局作为fallback */
    width: 50%;
  }
  
  /* 清除浮动 */
  .news_con:after,
  .news-two ul:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* 确保文字换行 */
  .card-content h2,
  .card-content p,
  .news-one b,
  .news-one p,
  .newscon b,
  .newscon p {
    max-height: 48px;
    overflow: hidden;
    word-break: break-all; /* 更激进的中断方式 */
  }
}

/*底部footer*/
.footer-main {
width: 100%;
float: left;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

  padding: 50px 0 30px 0;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 25%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}
.footer-list2 p{ width: 50%; float: left;}
.fot_tel {
  font-size: 28px;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: 1px;
}
.fot_tel img{ padding-right: 3px;}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #F08300;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px;
}

.ft_logo img {
  max-height: 76px;
}

.footer-copyright {

  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;

}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 1)
}

.footer-copyright p a:hover {
  color: #0085d0;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #0085d0;
  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;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0085d0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #22264a;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #0085d0;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #0085d0;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #22264a;
  color: #fff;
}