@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.03);

  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: #004391;
  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: #004391;
  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: #004391;
  font-size: 28px;
  ;
  margin-top: 0;
  display: block;
  padding-right: 20px;
}

.header_phone .tel_txt p {
  font-size: 28px;
  font-weight: bold;
  color: #004391;
}

.top-ewm img {
  height: 100px;
}

/*导航菜单*/
.navbar {
  width: 100%;
  height: 68px;
  background: #004391;
  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 #054DA7;
  border-left: 1px solid #033671;
}

.nav a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #fff;
  background: #004391;
}

/* 二级菜单 */
.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;
}

.nav li .ejxl li:hover a {
  background: none;
}

.nav li .ejxl a:hover {
  color: #004391;
}

/*导航菜单 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: #004391;
}

.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: #004391;
  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*/


/*简介*/
.about {

  padding: 60px 0;

}

.about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.about_fl {
  flex: 1;
  overflow: hidden;
}

.about_fl p {
  line-height: 26px;
  padding: 10px 0;
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.about_fl .m_title {
  font-size: 42px;
  color: #004391;
}

.about_fl .ab-title {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}

.ab_list2 {
  background: #fff;
  -webkit-box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  box-shadow: 0 42px 95px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 23px;
  color: #004391;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #004391;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #004391;
  color: rgb(255, 255, 255);
}

.more_a2:hover::before {
  height: 100%;
}

/* 产品 */
.pro-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-nav a {
  display: block;
  flex: 1;
  text-align: center;
  padding: 40px 20px;
  font-size: 20px;
  margin: 5px;
  background: #f1f1f1;
}

.pro-nav a:hover {
  background: #004391;
  color: #fff;
}
.pro-nav .aa {
  background: #004391;
  color: #fff;
}

.product {
  background: url(../images/cpbg.jpg) no-repeat bottom;

  padding: 60px 0;
}

.product .wal {
  position: relative;
}


.tj {
  padding: 30px;
  background: #fff;
}

.tj_tu {
  width: 100%;

}

.product-tu {
  /* background: #fff; */
  width: 50%;
}

#gallery .swiper-slide b {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

#gallery .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.tdimg {
  width: 43%;
}

.td {
  margin-top: 30px;
  width: 25%;
  text-align: right;
  margin-top: 50px;
}

.td dl {
  padding: 40px 40px 40px 0;
  position: relative;
}

.td dl dd {
  margin-top: 15px;
}

.td dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.cpys1 {
  background: url(../images/line1.png) no-repeat bottom right;
}

.cpys2 {
  background: url(../images/line2.png) no-repeat bottom left;
}

.cpys3 {
  background: url(../images/line3.png) no-repeat top right;
}

.cpys4 {
  background: url(../images/line4.png) no-repeat top left;
}

.td span, .td2 span {
  font-size: 24px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #000;
  background: #f1f1f1;
  border-radius: 50%;
}

.cpys3 span {
  position: absolute;
  top: 20px;
  right: -80px;
}

.cpys1 span {
  position: absolute;
  bottom: 20px;
  right: -80px;
}

.cpys0 span {
  position: absolute;
  bottom: 50px;
  right: -30px;
}

.cpys4 span {
  position: absolute;
  top: 20px;
  left: -80px;
}

.cpys2 span {
  position: absolute;
  bottom: 20px;
  left: -80px;
}

.cpys6 span {
  position: absolute;
  bottom: 50px;
  left: -30px;
}

.td dl:hover {
  cursor: pointer;
}

.td2 {
  margin-top: 50px;
  width: 25%;
}

.td2 dl {
  padding: 40px 0 40px 40px;
  position: relative;
}

.td2 dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.td2 dl dd {
  margin-top: 15px;
}

.td2 dl:hover {
  cursor: pointer;
}

.td2 dl:hover span, .td dl:hover span {
  background: #f20000;
  color: #fff;
}

.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: #004391;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}


/* 企业风采 */

#fc {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

#fc .swiper-container {
  padding-bottom: 80px;
  margin-top: 30px;
}

#fc .swiper-slide {
  width: 450px;

  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  position: relative;
}

#fc .swiper-slide img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

#fc .swiper-slide a {
  display: block;
}

#fc .swiper-slide p {
  line-height: 60px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 20px;
  margin: 0;
}

#fc .swiper-slide-active .layer-mask {
  display: none;
}

.layer-mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}



#fc .swiper-button-next {
  right: -60px;
  width: 55px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#fc .swiper-button-prev {
  left: -60px;
  text-align: center;
  width: 55px;
  line-height: 55px;
  height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#fc .swiper-button-prev:hover, #fc .swiper-button-next:hover {
  border: 2px solid #004391;
  color: #fff;
  background: #004391;
}

/* 企业愿景 */
.qyyj {

  background: url(../images/sw.jpg) no-repeat center;
  padding: 60px 0;

}

.qyyj ul {
  padding: 0;
}

.qyyj ul li {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 23%;
  font-weight: bold;
  text-align: center;
  margin: 20px 1%;
  z-index: 999;
  position: relative;
}

.qyyj ul li a {
  display: block;
  color: #fff;
}

.qyyj ul li p {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  height: 100px;

  width: 160px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.qyyj ul li span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;


}

.qyyj ul li i {
  font-size: 16px;
  display: block;
  font-weight: normal;
  margin-top: 40px;

}

.qyyj ul li p img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 100px;
  height: 100px;

}

.qyyj ul li:hover p img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.qyyj ul li:hover p {
  background: #004391;
}

.qyyj ul li a:hover {
  color: #fff;
}

/*新闻*/
.news_box {

  background: #f5f5f5;
  padding: 60px 0;
}

.news-con a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-tu {
  width: 50%;
}

.news-con .news-txt {
  width: 50%;
  background: #fff;
}

.news-con .news-txt b {
  font-size: 24px;
  display: block;
  color: #333;
  padding: 20px;
  margin-top: 20px;
}

.news-con .news-txt p {
  line-height: 30px;
  margin-top: 20px;
  padding: 0 20px;
}

.news-con .news-txt div {
  margin: 20px;
}

.news_list2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #fff;
}

.news_list2 a {


  padding: 30px 20px;
  border-right: 1px solid #f1f1f1;
  width: calc(33.33% - 42px);
}

.news_list2 a:last-child {
  border: none;
}

.news_list2 span {
  display: block;
  color: #999;
}

.news_list2 b {
  font-size: 18px;
  display: block;
  margin: 15px 0;
  font-weight: normal;
  color: #333;
}

.news_list2 p {
  color: #666;
  line-height: 24px;

}

.news_list2 i {
  display: block;
  margin-top: 20px;
  width: 100px;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f1f1f1;
  color: #666;
}

.news_list2 a:hover i {
  background: #004391;
  color: #fff;
}

/*底部footer*/
.footer {
  background: #004391;
  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 .ft-contact p>a{color: #fff!important;}
.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;
}

/*  */
.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #f20000;
  font-size: 26px;

}