@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: 1268px;
  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;
  width: 100%;
}

.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;
}

.index-title .pic img {

  height: auto;
}

.pic {

  position: relative;

  overflow: hidden
}



.pic:after {

  content: '';

  display: block
}



.index-title {

  text-align: center;

  position: relative;

  height: 143px;

  padding-top: 33px
}



.index-title .pic {

  width: 45px;

  height: 45px;

  margin: 0 auto;

  z-index: 5
}



.index-title b {

  font-size: 36px;

  color: #333;
  display: block;

  position: relative;

  z-index: 5;


  margin-top: 6px
}



.index-title p {

  font-size: 130px;

  color: rgba(0, 0, 0, 0.04);

  text-transform: uppercase;

  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  line-height: 143px;

  z-index: 1
}



.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;
}

/*顶部导航*/
.header {
  width: 100%;

}

.header_top {
  background: #F1F1F1;
  width: 100%;
  height: 46px;
  line-height: 46px;
}

.header_top .topic {
  color: #333;
  font-size: 15px;
}

.header_top .navbj a, .header_top .navbj i {
  color: #333;
  font-size: 14px;
}

.header_top .navbj i {
  margin: 0 15px;
}

.header_top .navbj a:hover {
  color: #172A88;
  font-weight: bold;
}

.header .header_slogan {
  height: 105px;
}

.header .header_slogan .logo {
  margin-top: 18px;
}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  position: relative;
}

.logo_txt {
  display: flex;
  align-items: center;

}

.logo_txt b {
  line-height: 44px;

  font-size: 34px;
  color: #172A88;
  display: block;
}

.logo_txt p {
  font-size: 20px;
  line-height: 38px;
  color: #999;
}

/* .logo_zi {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
} */

.header_phone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.header_phone p {
  color: #333;

  font-size: 16px;
}

.header_phone img {
  padding-right: 10px;
  width: 60px;
}

.header_phone b {
  color: #172A88;
  font-size: 28px;
  ;
  margin-top: 0;
  display: block;
  padding-right: 20px;
}

.header_phone .tel_txt p {
  font-size: 28px;
  font-weight: bold;
  color: #FDBF38;
}

.top-ewm img {
  height: 100px;
}

/*导航菜单*/
.navbar {
  width: 100%;
  height: 68px;
  background: #172A88;
  color: #fff;
}

.nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav li {
  position: relative;
  width: 100%;

}

.nav li a {
  display: block;
  font-size: 17px;
  line-height: 68px;
  color: #fff;

  text-align: center;
  transition: all .3s;
  border-right: 1px solid #2136B4;
  border-left: 1px solid #121F62;

}

.nav a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #fff;
  background: #FDBF38;
}
.nav .cur a{
  font-weight: bold;
  color: #fff;
  background: #FDBF38;
}
/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(255, 255, 255, .9);
  transition: all 0s;
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;
}

.nav li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background: none;
}

.nav li .ejxl li a {
  display: block;
  color: #444;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border-right: none;
  border-left: none;background-color: rgba(255, 255, 255, .9); font-weight:normal;
}

.nav li .ejxl li:hover a {
  background: none;
}

.nav li .ejxl a:hover {
  color: #FDBF38;
}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper-container {
  width: 100%;
  height: 100%;
}

#banner .swiper-slide {

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

#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: #FDBF38;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}


#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #666;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #FDBF38;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}


/*首页banner图 end*/

/*  */

.index1 {
  position: relative;
  z-index: 9;
  margin-top: -90px;

}

.index1 li {
  width: 33.33%;
  float: left;
  height: 263px;
  color: #fff;
  overflow: hidden;
}

.index1 li:nth-child(1) {
  background: #172A88;
}

.index1 li:nth-child(2) {
  background: #1F34A5;

}

.index1 li:nth-child(3) {
  background: #243BBC;

}

.index1 li .pad {
  padding: 40px 50px 60px 50px;
}

.index1 li .tit {
  font-size: 24px;
}

.index1 li .tit span {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  line-height: 36px;
}

.index1 li .wz b {
  font-size: 56px;
  font-family: Arial;
}

.index1 li .wz {
  font-size: 14px;
  margin-top: 70px;
}

.index1 li .year {
  font-size: 16px;
  height: 55px;
  width: 55px;
  margin-bottom: 10px;
}

.index1 li .year img {
  height: 55px;
  width: 55px;
}



/*产品*/
.product {
  margin-top: 30px
}

.main_title {
  text-align: center;
  color: #172A88;
  font-size: 24px;
}

.main_title2 {
  text-align: center;
  padding: 0;
  padding-bottom: 20px;
}

.slide-nav {
  float: left;
  background: #fff;
  width: 23%;
  border: 1px solid #dedede;


}

.slide-nav-title {
  height: 90px;
  background: #172A88;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;


}



.slide-nav ul {
  list-style: none;
  margin: 0;

  padding: 0;
}

.slide-nav ul li {


/*  font-size: 15px;*/
  margin: 12px 10px;
  overflow: hidden;


}

.bg {
  padding-top: 0px;
  padding-bottom: 50px;

}

.bg .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background: #f1f1f1;
  padding: 20px;
}

.ys-box li {
  height: auto;
}

.slide-nav ul li a {
  text-decoration: none;

  line-height: 42px;
  font-size: 16px;
  display: block;
  background-position: 225px 15px;
  color: #222;
  transition: all 0.3s;
  font-weight: bold;
}

.slide-nav ul li a:hover {
  color: #172A88;

  background-position: 225px 15px;
}

.title {
  text-decoration: none;

  line-height: 50px;
  font-size: 18px;
  padding: 0 20px;
  color: #222;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #172a8838;
}

.title2 {
  text-decoration: none;

  line-height: 50px;
  font-size: 18px;
  padding: 0 20px;
  color: #222;
  transition: all 0.3s;

  background: #f1f1f1;
}

.title2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title2 a i {
  float: right;
  line-height: 50px;
}

.title a:hover, .title2 a:hover {
  color: #FDBF38;
}
.titleh a {
  color: #FDBF38;
}
.slide-nav ul .ul-list {
  padding: 0;
  margin: 0;
  display: none;
}

.slide-nav ul .ul-list li {
  background: none;
}

.slide-nav ul .ul-list li a {
  text-decoration: none;

  line-height: 32px;
  padding: 5px 10px;
  display: block;
  background: none;
  border-bottom: 1px dashed #dedede;
  color: #666;
  font-size: 15px;
  font-weight: normal;
}

.slide-nav ul .ul-list li a:hover {
  color: #172A88;
}
.slide-nav ul .ul-list .lii a {
  color: #172A88;
}
.slide-content {
  float: left;
  width: 74%;
  padding-bottom: 20px;
  height: auto;


  margin-left: 2%;

}

.slide_contact {
  padding: 20px;
}



.slide_contact p {
  line-height: 28px;
  padding-bottom: 10px
}

.bdsharebuttonbox {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.pro_list3 ul li .pro_con3 span a:hover {
  display: block;
  background: #222;
}

.pro_list3 {
  margin-top: 10px;
}

.pro_list3 ul {
  padding: 0;
  margin-top: 15px;
  background: #fff;
}

.pro_list3 ul li {
  width: 33.3%;
  float: left;
  margin-top: 5px;
  background: #fff;
  padding: 8px 0;
}

.pro_list3 ul li .pro_con3 {
  margin: 10px;
  border: 1px solid #eee;
  position: relative;
}

.pro_list3 ul li .pro_con3 i {
  overflow: hidden;
  display: block;
}

.pro_list3 ul li a {
  color: #fff;
  display: block;
}

.pro_list3 ul li .pro_con3 img {
  height: 196px;
}

.pro_list3 ul li p {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



.xq {
  display: block;
  width: 49%;
  float: left;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #A2A2A2
}

.zx {
  display: block;
  width: 49%;
  float: left;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #172A88
}

.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.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;

}


/*简介*/
.about {
  background: url("../images/about.jpg") no-repeat center top;
  padding: 60px 0;
  margin-top: 60px;
}

.about_box {
  background: #fff;
  padding: 30px 50px;
}

.ab_txt {
  font: 16px/28px "Microsoft YaHei";
  color: #666;
  margin-top: 10px;
}

.about-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-fl {
  flex: 3;
}

.ab-fl b {
  font-size: 24px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

.ab-fr {
  flex: 3;
  padding-left: 50px;
}

.ab_more {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 140px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #172A88;
  background: #172A88;

  margin: 30px 0;
  font-style: normal;
  transition: all 0.3s;
}

.ab_more:hover {
  color: #172A88;
  background: #fff;
  color: #172A88;
}

/* 优势 */
.ys {
  background: #172A88 url(../images/cpbg.jpg) no-repeat bottom;

  padding: 60px 0;
}

.ys .wal {
  position: relative;
}


.tj {
  padding: 30px;
  background: #fff;
}

.tj_tu {
  width: 100%;

}

.ys-tu {
  /* background: #fff; */
  width: 50%;
}


#gallery .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#gallery .swiper-slide a .ys-txt {
  width: 45%;
}

#gallery .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery .swiper-slide a .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}

.tj_tu img {
  width: 100%;
}


.tj_tu .swiper-button-prev {
  left: -70px;


}

.tj_tu .swiper-button-next {
  right: -70px;
}

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #172A88;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}


.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

.tj_tu .swiper-container-thumbs .swiper-slide {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}


.tj_tu .swiper-slide-thumb-active {
  background: #FDBF38 !important;
  color: #000 !important;

}

/* 成功案例 */
.cgal {
  margin-top: 60px;
}

.hezuo {
  padding-bottom: 50px;

}

.hezuo .swiper-slide a {
  background: #fff;
  display: block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #dedede;
}

.hezuo .swiper-slide a img {
  width: 210px;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #999;
  opacity: 1;
}

.hezuo .swiper-pagination-bullet-active {

  background: #FDBF38;
}

/*新闻*/
.news_box {
  margin-top: 50px;
  background: #f5f5f5;
  padding: 60px 0;
}

.news_con {
  display: flex;
  align-items: stretch;
  margin-top: 10px;
}

.news {
  display: block;
  flex: 1;

  background: #fff;
}

.news a {

  transition: .3s;
}

.news a .img, .news a .img img {
  width: 100%;

  overflow: hidden;
  transition: 1s;

}

.news a .cont {
  padding: 10px 20px;
}

.news a .cont span {
  display: block;
  margin-bottom: 10px;
}

.news a b {
  color: #999999;
  font-size: 40px;
  margin-top: 10px;
  display: block;
}

.news a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-bottom: 8px;


}

.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 .news-title {

  color: #172A88;
}

.news-two {
  flex: 1;


}

.list_lh {
  height: 472px;
  overflow: hidden;
  margin-left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.list_lh ul {
  padding: 0;

}

.list_lh li {
  padding: 15px 20px;
  height: auto;
  border-bottom: 1px dotted #dedede;
  transition: .3s;
}



.list_lh li a {
  color: #333;
}

.list_lh li p {
  line-height: 24px;
  padding: 5px 0;
  color: #666;
}

.nes-wen {
  font-size: 17px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.nes-wen span {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.list_lh li:hover {
  background: #172A88;
}

.list_lh li:hover .nes-wen, .list_lh li:hover .nes-wen span {
  color: #fff;
}

.list_lh li:hover p {
  color: #fff;
}

.cjwt {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}

.cjwt a {
  width: calc(33.3% - 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.cjwt a:hover {
  color: #172A88;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #FDBF38;
  font-size: 26px;

}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: 100%;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 32%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #999;
}

.foot .ft-contact {
  width: 27%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 50px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer_phone {
  display: flex;
  margin-bottom: 30px;
}

.footer_phone p {
  color: #333;

  margin-bottom: 5px;
  font-size: 16px;
}

.footer_phone p img {
  padding-right: 18px;
  width: 35px;
}

.footer_phone p span {
  font-weight: normal;
}

.footer_phone b {
  color: #fff;
  font-size: 24px;
  margin: 0;
  display: block;
}

.foot .footer_center {
  width: 31%;
}

.foot .footer_center .footer_tel {

  display: flex;

  flex-direction: column;
}

.foot .footer_center p {
  text-align: left;
  color: #fff;

}

.foot .ewm {
  margin-top: 55px;
  width: 10%;
}

.foot .ewm img {
  max-width: 130px;
}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}