@charset "utf-8";

/* CSS Document */

body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  min-width: 1260px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}


/*清除浮动*/

.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;
}

.dflex {
  display: flex;
}

.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*t图片样式*/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -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);
}


/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/**/

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main-title {
  margin: 0 auto;
}

.main_title b {
  text-align: center;
  display: block;
}

.main_title b span {
  display: inline-block;
  line-height: 52px;
  font-size: 38px;
  color: #1f1f1f;
  position: relative;
  letter-spacing: 2px;
}

.main_title p {
  line-height: 26px;
  margin: 10px;
  font-size: 16px;
  color: #666;
}

/*顶部导航*/

.headDiv {
  height: 90px;
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);

}

.headDiv.stricky-fixed {

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-animation: fadeInDown 1s ease-in-out;
  animation: fadeInDown 1s ease-in-out;
  -webkit-box-shadow: 0 5px 41.5px rgb(9 29 62 / 11%);
  box-shadow: 0 5px 41.5px rgb(9 29 62 / 11%);
  transform: translateY(-10%);

}

.headDiv .wal {
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headDiv .logo {
  height: 90px;

  display: flex;
  align-items: center;
}

.headDiv .logo b {
  font-size: 24px;
  color: #333;
}

.nav {

  height: 90px;
  margin-left: 40px;

}

.nav li {
  float: left;
  position: relative;

}

.nav ul li:last-of-type:after {
  content: "";
}

.nav a:hover, .nav li:hover>a {

  color: #13ABFE;
  font-weight: bold;
}

.nav ul li a {
  display: block;
  float: left;
  height: 90px;

  line-height: 90px;
  padding: 0 18px;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
  color: #333;
  font-weight: bold;

}
.nav ul li .current{ color: #13ABFE; font-weight: bold;}
/* 二级菜单 */
.ejxl {
  display: none;
  background-color: #fff;
  transition: all 0s;
  z-index: 999;
  border-top: 4px solid #13ABFE;
  position: absolute;
  top: 100%;
  left: -20%;
  width: calc(160% - 20px);
}

.nav ul li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
}

.nav ul li .ejxl li:after {
  content: "";
  position: relative;
}

.nav ul li .ejxl li a {
  display: block;
  color: #666;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.nav ul li .ejxl a:hover {
  background: #13ABFE;
  color: #fff;
}

/*电话*/
.header_phone {
  display: flex;
  align-items: center;
}

.header_phone img {
  padding-right: 8px;
}

.header_phone b {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  display: block;
}

/*顶部导航 end*/


/*首页banner图*/
#banner {
  z-index: 9;
}

#banner .swiper {
  width: 100%;
  height: 100%;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

#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.5);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #13ABFE;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #13ABFE;
  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图 end*/

/*产品*/
.product {

  background: #F7F7F7;
  padding: 50px 0 70px;
}

.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-fl {
  width: 35%;
  background: #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pro-fl .pro_txt {
  text-align: center;
}

.pro-fl .pro_txt .ab_more2 {
  margin: 0 auto;
}

.pro-fl a:hover .ab_more2 {
  background: #13ABFE;
  border: 1px solid #13ABFE;
  color: #fff;
}

.pro-fr {
  width: 65%;
}

.pro_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background: #fff;
  padding: 20px;
  margin: 10px;
  height: 380px;
}

.pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: left;
}

.pro_txt b {
  font-size: 26px;
}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}



.pro_txt span {
  color: #999;
  height: 50px;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;

  line-height: 24px;
}

.pro_tu {
  position: relative;
  overflow: hidden;
}

.pro-fl .pro_tu img {
  max-width: 450px;
}

.pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}


.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 140px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 20px 0;
  font-style: normal;
  transition: all 0.3s;
}

.pro_list a:hover .ab_more2 {
  color: #fff;
  background: #13ABFE;
  border: 1px solid #13ABFE;
}

@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)
}

/*简介*/
.about {
  background: url(../images/abbg.jpg) no-repeat;
  background-size: 100%;
  padding: 50px 0 70px;
}

.about_box {
  background: rgba(255, 255, 255, .17);
  margin-top: 30px;
}

.ab_txt {
  font: 15px/28px "Microsoft YaHei";
  color: #666;
  margin-top: 10px;
  padding: 10px 0;
}

.ab-fl b {
  font-size: 24px;
  color: #000;
  display: block;
}

.ab-fl p {
  padding: 10px 0;
}

.about-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-fl {
  width: 56%;
  background: #F7F7F7;
  padding: 3%;
  position: relative;
}

.ab-fr {
  width: 42%;
}

.ab-fr a {
  margin-left: 60px;
}

.ab-fr div {
  padding: 30px;
}

.ab-fr div p {
  line-height: 30px;
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
}

.ab-fr div p img {
  margin-right: 10px;
}

.ab_list2 {
  margin: 0 auto;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;


}

.ab_list2 li {
  width: 44%;
  cursor: pointer;
  color: #333;
  line-height: 40px;
  margin: 10px 0;
  padding: 3%;
  background: url(../images/abg.jpg) no-repeat left;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 16px;
  color: #666;
}

.ab_list2 li b {
  display: block;
  font-size: 40px;
  color: #13ABFE;
  overflow: hidden;
}

.ab_list2 li i {
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: normal;
  position: relative;

  color: #666;

}

.ab_list2 li:hover {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

.ab_more {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 140px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #13ABFE;
  background: #13ABFE;
  margin-top: 30px;
  font-style: normal;
  transition: all 0.3s;
}

.ab_more:hover {
  color: #13ABFE;
  background: #fff;
}

/* 新闻 */
.news {
  margin-top: 60px;
  margin-bottom: 80px;
  background: url(../images/n_bg.jpg) no-repeat;
  background-size: 100%;
}

.news-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.news-fl {
  width: 50%;


}

.news-fr {
  width: 50%;
  box-shadow: 0 0 10px #f1f1f1;


}

.news-one {
  padding: 30px;
}

.news-one span {
  color: #999;
  font-size: 15px;
  display: block;
}

.news-one b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 25px 0;
  color: #333;
}

.news-one p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin: 20px 0;
}

.news-one a span {
  color: #fff;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news-two ul li {
  width: 33.33%;


}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding: 30px 20px;
  transition: .3s;

  box-shadow: 0 0 10px #f1f1f1;
  margin-top: 20px;

  margin-right: 20px;


}

.news-two ul li:nth-child(3) a {
  margin-right: 0;

}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #13ABFE;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

/*优势*/
.ys {
  background: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;

  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-attachment: fixed;
  position: relative;

  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;

}

.ys-list ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 60px;
}

.ys-list ul li {
  width: 33.33%;
  position: relative;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, .2);
}

.ys-list ul li .icon-tu {
  position: absolute;
  top: -50px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #fff;
  border: 5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

}



.ys-list ul li .icon-tu2 {
  position: absolute;
  top: -50px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #fff;
  border: 5px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 0;

}



.ys-list ul li:hover .icon-tu {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.ys-list ul li:hover .icon-tu2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #13ABFE;
  opacity: 1;
  pointer-events: auto;
}

.ys-list ul li .info {
  margin-top: 60px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.ys-list ul li .info b {
  font-size: 20px;
  text-align: center;
  display: block;
}

.ys-list ul li .info p {
  margin-top: 30px;
  line-height: 28px;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 80px;
  color: #fff;
  cursor: pointer;
  background: #13ABFE;
  font-size: 30px;
  border-radius: 10px;
}

/*底部footer*/

.foot-bg {
  background: #fff;
  background-size: 100%;
  padding-top: 30px;


}

.foot-bg a {
  color: #333;
}

.foot-bg a:hover {
  color: #13ABFE;
}

.main_foot {
  height: auto;
  padding: 30px 0;



}

.main_footdl {
  width: 24%;
  padding-right: 8%;


}

.main_footdl dt {

  margin-bottom: 20px;
}

.tit {
  font-size: 26px;
  color: #333;
}

.desc {
  color: #666;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 15px;
}

.main_footdl2 {
  width: 23%;

  padding-left: 10%;

}

.main_footdl2 dd a {
  float: left;
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.main_footdl3 {

  width: 30%;
  padding-left: 3%;


}

.main_footdl2 dt, .main_footdl3 dt {
  margin-bottom: 15px;
}

.main_footdl2 dt b, .main_footdl3 dt b {
  text-transform: uppercase;
  height: 59px;
  padding: 0;
  display: block;
}

.main_footdl2 dt b a, .main_footdl3 dt b a {
  color: #333;
  font-size: 24px;
  line-height: 59px;
}



.main_footdl2 dd, .main_footdl3 dd {
  height: auto;
  overflow: hidden;
  margin-top: 10px
}

.main_footdl3 dd p {
  float: left;
  width: 100%;
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.ewm {
  display: flex;
  align-items: center;
}

.ewm img {
  height: 100px;
}

.ewm p {
  padding-left: 20px;
  text-align: center;
  line-height: 28px;
}

#footer {
  background: #13ABFE;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);

}

#footer a {
  color: #fff;
}

.copyright {
  text-align: center;
  text-transform: uppercase;
}