@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: 1270px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: 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;
}


/*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 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/**/

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main-title {
  text-align: center;

}

.main-title b {
  font-size: 34px;
  color: #333;
  display: block;
  line-height: 55px;

}

.main-title span {
  color: #FE7E19;
}

.main-title p {
  font-weight: 400;
  color: #666;
  font-size: 18px;
  line-height: 40px;
  margin: 0px auto;
  padding-bottom: 14px;
}

.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;
}

/*顶部导航*/

.headDiv {

  width: 100%;
  z-index: 9999;
}

.header_top {
  width: 100%;
  background: #055FB2;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
}

.top-content {
  display: flex;
  justify-content: space-between;
}

.header_top .top_nav a {
  display: block;
  height: 55px;
  margin-right: 40px;

  line-height: 55px;
  color: rgba(255, 255, 255, 0.8);
  float: left;
}

.header_top .top_nav a:hover {
  color: rgba(255, 255, 255, 1);
}

.header_top .tel b {
  font-size: 18px;
}

.headDiv .navbar {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headDiv .logo {
  height: 80px;

  display: flex;
  align-items: center;
}

.headDiv .logo b {
  font-size: 24px;
  color: #333;
  line-height: 24px;
}


.nav {

  height: 80px;
}

.nav ul li {
  float: left;
  position: relative;
}

.nav ul li a {
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 0 28px;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav a:hover, .nav li:hover>a {

  color: #055FB2;
}
.nav .active a {
  color: #055FB2; font-weight:bold;
}

/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(0, 0, 0, .6);
  transition: all 0s;
  z-index: 10;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -3px;
  border-top: 3px solid #055FB2;
  line-height: 30px;
  padding: 8px 0 19px;
}

.nav ul li .ejxl>li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
}

.nav ul li .ejxl>li a {
  display: block;
  color: #fff;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.nav ul li .ejxl a:hover {
  color: #055FB2;
}

/*顶部导航 end*/


/*首页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: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #055FB2;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: none;
  opacity: 1;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background: #055FB2;
  border: 2px solid #055FB2;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;

}


/*首页banner图 end*/
/* 产品 */
.product {
  padding: 50px 0;
  background: #f1f1f1;
}

.pro_list a {
  display: block;
  float: left;
  width: calc(33.33% - 22px);
  margin: 10px;
  border: 1px solid #f2f4f5;
}

.pro_list span {
  display: block;
  overflow: hidden;
}

.pro_list p {
  padding: 10px 15px;
  background: #055FB2;
}

.pro_list .cp_tit {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pro_list .cp_tit i {
  float: right;
}

.pro_list .cp_dec {
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.pro_list a:hover {
  box-shadow: 0 0 10px #ccc;
}

.pro_list a:hover p {
  color: #fff;
  background: #FE7E19;
}

.probg {
  background: #F4F6F8;
  padding: 40px 0 60px;
  margin-top: 50px;
}

.more-btn {
  margin: 20px auto;
  text-align: center;
  display: inline-block;
  padding: 11px 18px 10px 18px;
  border: 2px solid #055FB2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  text-decoration: none;
  color: #055FB2;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.more-btn i {
  margin-left: 40px;
  color: #fff;
  z-index: 1;
  position: relative;

}

.more-btn::before {
  content: "";
  width: 52px;
  right: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-top: 44px solid #055FB2;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.more-btn:hover {
  background-color: #055FB2;
  color: #fff;
  text-decoration: none;
}

.more-btn:hover::before {
  border-top-color: #fff;
}

.more-btn:hover i {
  color: #055FB2;

}

/* 简介 */
.about {
  background: #055FB2 url(../images/abbg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}

.about_fl {
  width: 48%;
  margin-top: 40px;
}

.about_fl p {
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  text-align: left;
}


.ab-tu {
  border: 3px solid #fff;
  width: 48%;
  margin-top: 40px;

}

.ab_list2 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.ab_list2 li {
  cursor: pointer;
  color: #fff;
  padding: 30px;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
  text-align: center;
  flex: 1;
  background: #055FB2;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.ab_list2 li b {
  display: block;
  font-size: 40px;
  color: #fff;
  overflow: hidden;
  margin-top: 10px;
}

.ab_list2 li img {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}

.ab_list2 li:hover {
  background: rgba(255, 155, 1, 1);
}

.ab_list2 li:hover img {
  transform: scale(1.1);
}

/* 技术装备 */
.jszb {
  margin-top: 50px;
}

.prone .swiper-wrapper {
  padding-bottom: 50px;
  padding-top: 30px;
}

.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.prone .swiper-slide {
  border: 1px solid #dedede;
}

.prone .swiper-slide p {

  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding: 10px;
}

.prone .swiper-slide:hover p {
  background-color: #055FB2;
  color: #fff;

}

.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: #000;
  opacity: .2;
}

.prone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF9B01;
}

/*优势*/
.ys-bg {
  background: #f5f5f5 url(../images/ysbg.png) no-repeat top center;
  padding: 50px 0;
  margin-top: 50px;
}

.ys {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: stretch;
}

.ys-list {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ys-list a {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 40px;
  margin: 10px;
  font-size: 16px;
}

.ys-fl {
  flex: 1;
}

.ys-fr {
  flex: 1;
  background: #fff;
}

.ys-num {
  display: flex;
  align-items: center;
}

.ys-title {
  margin-top: 30px;
}

.ys-title span {
  color: #999;
  display: block;
}

.ys-title b {
  font-size: 32px;
  color: #333;
  line-height: 48px;
  display: block;
  margin-bottom: 20px;
}

.ys-title p {
  line-height: 26px;
  color: #666;
}

.ys-fr p {
  margin-top: 15px;
}

.ys-fr img {
  margin-top: 15px;
}

.ys-box {
  margin-top: 30px;
}

.ys-cont {
  margin: 40px;
}

.ys-cont2 {
  margin: 40px;
}

.ysimg img {
  width: 48%;
  float: left;
  margin-right: 2%;
}


/* 新闻 */
/*新闻*/
.news_box {
  margin-top: 50px;
}

.news_con {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.news {
  display: block;
  width: 65%;
  margin-right: 20px;

}

.news a {

  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.news a .img {
  width: 50%;

  overflow: hidden;
  transition: 0.3s;

}

.news a .cont {
  width: 45%;
}

.news a .cont i {
  display: block;
  margin: 20px 0;
}

.news a .cont span {
  background: url("../images/more2.png") no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  transition: all 0.5s;
}

.news a b {
  color: #999999;
  font-size: 40px;
  margin-top: 10px;
  display: block;
}

.news a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;



}

.news a .news-title {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-bottom: 5px;
  overflow: hidden;


}

.news a:hover img {
  transform: scale(1.1);
}



.news a:hover .cont span {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 90%;
}

.news-two {

  width: 32%;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two a {
  display: flex;

  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 10px;
  transition: .3s;
  border: 1px solid #f1f1f1;
  margin-top: -1px;
}



.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #055FB2;
  background-size: 100%;
}

.news-two a .newscon p {
  color: #999;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b, .news-two a:hover .newscon p {
  color: #fff;
}

.day {
  color: #666;
  width: 220px;
  height: 80px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.day span {
  font-size: 30px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.day p {
  width: 100%;
  text-align: center;
}

.day img {
  margin-top: 15px;
}



.newscon b {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.newscon img {
  margin-top: 10px;
}

.cjwt {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cjwt a {
  width: calc(50% - 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
  margin-left: -1px;
  padding: 20px;
  border: 1px solid #f1f1f1;

}

.cjwt a p {
  color: #333;
}

.cjwt a:hover p {
  color: #0e74c4;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #FE7E19;
  font-size: 26px;
}

/*底部footer*/

.footer {
  background: #055FB2;
  margin-top: 60px;
}

.foot {
  padding: 20px 0 30px 0;

}


.ft_lxwm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft_lxwm_tit b {
  font-size: 34px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

.ft_lxwm_tit p {
  color: #fff;
  font-size: 20px;
}

.foot span {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-right: 8px;
}

.footer-nav {
  display: flex;
  display: -webkit- box;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-nav li {
  position: relative;
}

.footer-nav a {
  display: block;
  color: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
}

.footer-nav a:hover {
  color: #FE7E19;
}



.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer_phone {
  display: flex;
  align-items: center;
}

.footer_phone p {
  color: #fff;
  font-size: 16px;
}

.footer_phone p img {
  padding-right: 15px;
}

.footer_phone p span {
  font-weight: normal;
}

.footer_phone b {
  color: #fff;
  font-size: 32px;
  display: block;
}

.foot .footer_center {
  width: 20%;
}

.foot .footer_center .footer_tel {

  display: flex;

  flex-direction: column;
}

.foot .footer_center p {
  text-align: left;
  color: #fff;

}


.foot .ewm p {
  color: #fff;
  line-height: 32px;
  margin-top: 10px;
}

.foot .ewm img {
  margin-top: 50px;
  width: 120px;
}

.foot .foot-con {
  display: flex;
  justify-content: space-between;
}

.foot .ft-contact {

  display: flex;
  flex-wrap: wrap;

  flex-direction: column;
  margin-top: 50px;

}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #333;
  background: #f5f5f5;
}