/**/
* {
  margin: 0;
  padding: 0;
}

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;
}

video,
embed,
iframe {
  width: 100%;
}

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;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*fullPage  左侧数字*/
.fp-watermark {
  display: none;
}

#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}

#slide_menu li {
  line-height: 35px;
  height: 35px;
  position: relative;
  list-style: none;

}

#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;

}


#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right: 42px;
  top: 8px;
  width: 100px;
  text-align: right;
  color: #0866c6;
  transform: translateX(-50px);
}

#slide_menu .pgslide_num {
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #0866c6;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


#slide_menu .active .pgslide_num {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#slide_menu li:hover .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}

.pgslide_yuan-0 {
  background: #fff !important;
}

.pgslide_yuan-1 {
  background: #0866c6 !important;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;

}

.header-transparent {
  background-color: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.08);
  border: none !important;
  min-height: 90px;
}

.header-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}



.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10%;
}

.pclogo {
  display: none !important;
}

.mlogo {
  display: none !important;
}

.wal {
  padding: 0 8%;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu ul li {
  text-align: center;
  position: relative;
}

.nav-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #000;
  padding: 0 30px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #0866c6;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down_spec ul {
  left: 0;
  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: 15px;
  font-weight: 500;
  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #0866c6;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.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 a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.top_tel {
  color: #0866c6;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  background: url(../images/dianhua.png) left no-repeat;
  font-weight: bold;
}

.top_tel span {
  padding-left: 38px;
  display: block;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #0866c6;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #0866c6;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.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: 15px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #0866c6;

  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.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 .pcimg {
  display: block !important;
}

/* #banner .swiper-slide .mobimg {
  display: none !important;
} */

#banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;

}

#banner .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  background: #fff;
  opacity: .5;
  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: 0.9;
  background: #0866c6;
  width: 50px;
  transition-delay: 0s;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
  left: 0px;
  width: 100%;
}

.banner_txt {
  position: absolute;
  width: 100%;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;


}

.banner_txt p {
  font-size: 42px;
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.banner_txt b {
  display: block;
  font-size: 62px;
  color: #fff;
  margin: 20px 0;
  text-shadow: 5px 5px 5px #0866c6;
}

.banner_txt span {
  color: #fff;
  font-size: 24px;
  display: block;
  text-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*page2 简介*/
.homePg2 {
  background: url(../images/abbg.jpg) no-repeat bottom;
  background-size: 100%;
}

.main_title {
  font-size: 48px;
  color: #333;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.main_title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}

.about {
  display: flex;
  align-items: center;
  position: relative;
}

.ab_tu {
  flex: 1;
  margin-left: 60px;
}

.ab_txt {
  flex: 1;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}

.ab_txt span {
  font-size: 32px;
  margin: 20px 0;
  color: #333;
  display: block;
}

.ab_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #333;
}

.ab_more {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: #0866c6;
  border: 1px solid #0866c6;
  color: #fff;
  height: 47px;
  border: #0866c6 solid 1px;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 160px;
  margin-top: 50px;
}

.ab_more i {
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more em {
  color: #fff;
  font-style: normal;
}

.ab_more:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 190px;
}

.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more:hover em {
  color: #fff;
}

.ab_bottom {
  flex: 1;

  margin: 40px auto;

  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;

  align-items: center;
  justify-content:space-between;
}

.ab_bottom b {
  font-size: 40px;
}

.ab_bottom :after,
.ab_bottom :before {
  content: "";
  display: table
}

.ab_bottom :after {
  clear: both
}



.ab_bottom li a {

  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  display: block;

  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_bottom li a b {
  color: #0866c6;
  font-size: 60px;
  font-weight: bolder;
  margin-bottom: 8px
}

.ab_bottom li a i {
  font-size: 28px;
  color: #666;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li a p {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

}

.ab_bottom li a:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li a:hover p {
  color: #333;
}

/*产品*/
.homePg3 {
  background: url(../images/probg.jpg) no-repeat; position: relative;
}
.probg { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);z-index: 1;}
.pro-box { position: relative; z-index: 9;}
.product {
  margin-top: 20px;
}

.pro-nav {
  width: 100%;

}
.pro-nav ul {  
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-nav a {
  padding-left: 40px;
  transition: all 0.3s;
  color: #fff;
  line-height: 68px;
  font-size: 22px;
  position: relative;
}

.pro-nav a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 1px;
  width: 15px;
  background: rgba(255, 255, 255, .5);
  transition: all .3s;
}

.pro-nav a:hover {
  color: #0866c6;
  padding-left: 64px;
}

.pro-nav a:hover:before {
  background: #0866c6;
  width: 34px;
}

.proo-nav {
  width: 100%;

}
.proo-nav ul {  
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proo-nav a {
  padding-left: 10px;
  transition: all 0.3s;
  line-height: 68px;
  font-size: 18px;
  position: relative;
}

.proo-nav a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 1px;
  width: 10px;

  transition: all .3s;
}

.proo-nav a:hover {
  color: #0866c6;
  padding-left: 20px;
}

.proo-nav a:hover:before {
  background: #0866c6;
  width: 20px;
}

.proo-nav .aa {
  color: #0866c6;
  padding-left: 20px;
}

.proo-nav .aa:before {
  background: #0866c6;
  width: 20px;
}

.pro-list {
  width: 100%;

  margin-top: 20px;
}
.prone { margin-top: 30px;}
    .prone .swiper-wrapper { padding-bottom:70px;}
.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    transition: all .3s;
}
.prone .swiper-slide span{ overflow: hidden; display: block;}
.prone .swiper-slide p {
  background: rgba(153,153,153, .5);
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    padding: 10px;
}
.prone .swiper-slide:hover p {
    background-color: #999;
    color: #fff;
   
}
.prone .swiper-slide:hover img {
  transform: scale(1.1);
}
.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.prone .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.prone .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .4;
}

.prone .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0866c6;
}
/* 技术装备*/
.homePg4 {
  background: url(../images/jszbbg.jpg) center no-repeat;
}

.apple-retail .swiper-slide {
  text-align: center;
  padding: 0 40px;
  width: 900px;

  position: relative;
  margin-bottom: 20px;


}

.inner figure {
  width: 100%;
  margin: 0;
  position: relative;
}

.inner figure .mark {
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.inner figure img {
  width: 100%;

}

.apple-retail .gallery-item-desc {

  position: absolute;
  left: 39px;
  right: 39px;
  bottom: 0;
  box-shadow: 0 0 20px #dedede;
  background: #fff;

  padding: 26px;

  transition-duration: 1.2s;
}

.apple-retail .gallery-item-desc .more_case {
  margin-left: 15px;
  background: #0866c6;
  height: 75px;
  width: 75px;
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
}

.apple-retail .init .gallery-item-desc {
  opacity: 1;
}

.apple-retail .gallery-item-desc b {

  font-weight: 500;
  letter-spacing: .009em;
  color: #333;
  display: block;
  font-size: 20px;
  text-align: center;
}

.apple-retail .gallery-item-desc p {

  color: #999;
  margin-top: 5px;
  line-height: 28px;
  font-size: 16px;
}

.apple-retail .swiper-slide-active .gallery-item-desc {

  transform: translateX(0);
}

.apple-retail .swiper-slide-active .mark {
  height: 0;
}

.apple-retail .swiper-slide-active .swiper-slide {
  box-shadow: 0 0 20px #dedede;
}

.apple-retail .swiper-slide a:hover .gallery-item-desc .more_case {
  background: #0866c6;
}

.apple-retail .swiper-button-next,
.apple-retail .swiper-button-prev {
  top: 50%;

  width: 42px;
  background: none;
  transition: all .5s;
  outline: none;

}
.apple-retail .swiper-button-next i,
.apple-retail .swiper-button-prev i { font-size: 58px; color: #0866c6;}
.apple-retail .mouse-hover .swiper-button-next,
.apple-retail .mouse-hover .swiper-button-prev {
  opacity: 1;
}

.apple-retail .swiper-button-next {

  right: 0;
}

.apple-retail .swiper-button-prev {

  left:20px;
}

.apple-retail .swiper-container .swiper-button-next.swiper-button-disabled,
.apple-retail .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* 新闻*/
.homePg5 {
  background: #F6F6F6 url(../images/newsbg.jpg) center no-repeat;
}

.news {
  position: relative;
  padding-bottom: 110px;
  margin-top: 20px;
}


.news-list .swiper-slide {
  padding-top: 30px;
  transition: all 0.5s ease;
}

.news-list .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.news-list .swiper-slide p {

  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;

  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news-list .swiper-slide a:hover b,.news-list .swiper-slide a:hover span{ color: #0866c6;}
.news .swiper-button-next {
  position: absolute;
  top: 100%;
  right: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev {
  position: absolute;
  top: 100%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev:hover,
.news .swiper-button-next:hover {
  background: #0866c6;
}

.news .swiper-button-next i {
  padding-left: 10px;
}

.news .swiper-button-prev i {
  padding-right: 10px;
}

.news b {
  font-size: 24px;
  display: block;
  margin: 10px 0;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical ;
  -webkit-line-clamp: 2;
}

.news-list .swiper-slide:hover {
  margin-top: -30px;
}

.news-list a i {
  display: block;
  margin-top: 20px;
  color: #999;
}




/* 底部*/
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.foot {
  padding: 40px;
  margin-right: 12%;

}
.foot-nav { margin-bottom: 20px; display: flex; flex-wrap: wrap;}
.foot-nav a { margin: 10px 0; font-size: 15px; border-right: 1px solid #dedede; padding:0 10px;}
.foot b {
  font-size: 20px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot .ft-contact {
  padding-bottom: 10px;
}

.foot .ft-contact p {
  width: 100%;
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
}

.foot .ft-contact i {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #333;
  display: block;
  width: 100%;
}

.foot-ewm {
  text-align: center;
}

.foot-ewm p {
  margin: 10px 0;
}

.copyright {
  padding: 20px 0;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright a {
  color: #333;
}