@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%;
  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;
  max-width: 100%; height: auto !important;
}

.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: 120px;

  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;
  opacity: 0.4;

  left: 0;

  width: 100%;

  line-height: 143px;

  z-index: 1;
  color: transparent;
	-webkit-text-fill-color: #fff;

	font-weight: 700;
	-webkit-text-stroke: 1px #f1f1f1;
}



.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%;
  position: relative;

}

.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: #08357C;
  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: 110px;
  position: relative;
}

.logo_txt {
  display: flex;
  align-items: center;

}

.logo_txt b {
  line-height: 38px;

  font-size: 26px;
  color: #333;
  display: block;
}

.logo_txt p {
  font-size: 14px;
  line-height: 38px;
  color: #999;
}

.logo_zi {
  padding-left: 30px;

} 

.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 .tel_txt p {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}


/*pc导航菜单*/
.navbar {
  width: 100%;
  height: 60px;
  background: url(../images/hea-navbj.jpg) ;
  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: 60px;
  color: #333;

  text-align: center;
  transition: all .3s;

}
.nav li .active { color: #FAB724; font-weight: 600;}
.nav li:first-child a:after{width:1px; height:10px; background:#dedede; content:""; position: absolute; left:0;top:27px;}
.nav li:last-child a:before{width:1px; height:10px; background:#dedede; content:""; position: absolute; right:0;top:27px;}
.nav li a:before{width:1px; height:10px; background:#dedede; content:""; position: absolute; right:0;top:27px;}
.nav li a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #FAB724;
}

/* 二级菜单 */
.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;
  position: relative;
}

.nav li .ejxl li a {
  display: block;
  color: #444;
  font-size: 14px;
  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: #FAB724;
}
.nav li .ejxl ul{ display: none;}
.nav li .ejxl li:hover ul { display: block;   background-color: rgba(255, 255, 255, .9); position: absolute; width: 110%; left:100%; top:0}
/*pc导航菜单 end*/
/* 手机端导航 */
.sj_header{height:50px;display: none; overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
.sp_logo{float:left;height:50px}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#FAB724;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.phone_nav{position:fixed;z-index:9;background:#eee;width:100%;height:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}

.phone_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.phone_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.phone_nav ul li .phone_nav_i_se svg{transform:rotate(0deg)}
.phone_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.phone_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.phone_nav ul li ul{display:none}
.phone_nav ul li a{color:#000;width:80%}
.phone_nav ul li ul li a{color:#333;display:block;text-align:left;}
.phone_nav ul li i svg{width:20px;height:20px;fill:#555;}
.phone_nav ul li .phone_nav_i_se svg{fill:#FAB724}
.phone_nav ul li ul li>ul{margin-left:10px}
/* 手机端导航 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: #FAB724;
}

.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: #FAB724;
  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;
  background: url(../images/abbg.jpg) no-repeat;
  background-size: cover;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-top: 30px;

}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;

}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}

.about_fr img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.btns{display:inline-block; color:#ffffff; font-size:14px; background:#08357C; line-height:45px; padding: 0 45px; border-radius:5px; margin-top:30px;}
.btns:hover { background: #FAB724; color: #fff;}

/*产品*/
.product {
  margin-top: 30px
}

.main_title {
  text-align: center;
  color: #333;
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}


.slide-nav {
  float: left;
  background: #fff;
  width: 23%;
  border: 1px solid #dedede;
  margin-top:20px;

}

.slide-nav-title {
  height: 90px;
  background: #08357C;
  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: 8px 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;
 
  color: #000;
  transition: all 0.3s;
}


.slide-nav .title i{ float: right;}
.title a{
  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: #f1f1f1;
}

.title a:hover {
  color: #fff;
  background: #08357C;
}
.tttitle a {
  color: #fff !important;
  background: #08357C;
}
.slide-nav ul .ul-list {
  padding: 0;
  margin: 0;
 
}

.slide-nav ul .ul-list li {
  background: none;
}

.ul-list li a {
  text-decoration: none;

  line-height: 32px;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  background: none;
  border-bottom: 1px dashed #dedede;

  color: #666;

}

 .ul-list li a:hover {
  color: #FAB724;
}

.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: #FAB724;
}

.pro_list3 ul {
  padding: 0;

  background: #fff;
}

.pro_list3 ul li {
  width: 33.3%;
  float: left;
  margin-top: 10px;
  background: #fff;
  
}

.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 p {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
  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: #08357C
}

.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;

}

/*优势*/
.ys {

  padding:60px 0;
  background: #f1f1f1;
  background-size: 100%;
  margin-top: 60px;

}
.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.zzsc .tab {
  overflow: hidden;

  padding-top: 30px;
}


.zzsc .tab a {
  display: block;
  font-size: 24px;
  width:calc(25% - 1px);

  border-right: 1px dashed #dedede;
  color: #333;
  text-align: center;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

.zzsc .tab a:last-child{ border-right: none;}

.zzsc .tab a.on  {

  color:#08357C;
  
}

.zzsc .co {
  overflow: hidden;


}
.zzsc .co > ul {
  margin-top: 30px;
  background: #ffffff;
  padding:40px ;
}
.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
}
.ys_list {
  margin-top: 40px;
}
.ys_list_right {
  float: right;
  width: 47%;

}
.ys_list_left {
  float: left;
  width: 45%;
  padding: 20px 40px;
  line-height: 24px;
  font-size: 14px;
  color: #585657
}

.ys_list_left b{line-height:56px;color: #333;padding:48px 0 0;font-size:42px;position: relative; font-weight: 500; display: block; margin-top: 30px;}
.ys_list_left span { display: block; font-size: 26px; margin: 10px 0;}

.co li b:before{content: "01"; font-weight:bold;position: absolute;width: 100%;height: 48px;color:#08357C;font-size: 90px;left: 0;top: 0;overflow: hidden;line-height:80px;}
.co li:nth-child(2)  b:before{content: "02";}
.co li:nth-child(3)  b:before{content: "03";}
.co li:nth-child(4)  b:before{content: "04";}
.ys_list_left p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 26px;
  color: #666;
}
.ys_list_left a{  display: block; padding-top: 10px; color: #FAB724;}
.ys_list_left p img{ padding-right: 14px;}
/* 案例 */
.cgal { margin-top: 60px;}
.yyal {
  margin-top: 40px;
}

.yyal .swiper-container {
  padding-bottom: 40px;
  margin-top: 40px;

}

.yyal .swiper-slide {
  width: 628px;
  transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
  .yyal .swiper-slide {
    width: 628px;
  }
}

@media only screen and (max-width:980px) {
  .yyal .swiper-slide {
    width: 471px;
  }
}

@media only screen and (max-height:480px) {
  .yyal .swiper-slide {
    width: 471px;
  }
}

.yyal .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.yyal .swiper-slide p {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.yyal .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: rgb(102, 102, 102);
}

.yyal .swiper-button-next, .yyal .swiper-button-prev {
  width: 46px;
  height: 80px;
  text-align: center;
  line-height:80px;
  outline: none;
}

.yyal .swiper-button-next {
  background:#08357C;
  color: #fff;
  font-size: 40px;
}

.yyal .swiper-button-prev {
  background:#08357C;
  color: #fff;


  font-size: 40px;
}

.yyal .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.yyal .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.yyal .swiper-pagination-bullet i {
  background: #006AB5;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

.yyal .swiper-pagination-bullet-active span, .yyal .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #006AB5;
  position: relative;
  z-index: 1;
}

.yyal .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

.yyal .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}

.yyal .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}

@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0913*/
}

/* 公司设备 */
.ban_bg {
  background: #08357C;
  padding: 50px 0;
  margin-top: 60px;
}

.ban_bg .fot_dec {
  color: #fff;
  line-height: 28px;
  margin: 30px 0;
}
.prone { padding-top: 80px; padding-bottom: 30px;}
.prone .swiper-slide { margin-top: 20px; box-shadow: 0 0 10px #f1f1f1;}
.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.prone .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 40px;
  padding: 10px;
  font-size: 16px;
}

.prone .swiper-slide:hover p {
  background-color: #08357C;
  color: #fff;
}
.prone .swiper-button-next {
  position: absolute;
  top: 50px;
  right: 0;

  text-align: center;
  color: #fff;
  background: #FAB724;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 100px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.prone .swiper-button-prev {
  position: absolute;
  top: 50px;
  left: calc(100% - 210px);

  text-align: center;
  color: #fff;
  background: #747474;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 100px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}

.prone .swiper-button-prev:hover {
  background: #08357C;
}

.prone .swiper-button-next:hover {
  background: #08357C;
}
/*新闻*/
.news_box {
  margin-top: 50px;
  background: #f1f1f1;
  padding: 60px 0;
}
.news_con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px 0;
  background: #fff;
  padding: 30px;
}

.news_con a {
  width: 50%;


}

.news_con a span {
  color: #868686;
  display: block;
}

.news_con a b {
  color: #000;
  display: block;
  font-size: 28px;
  margin: 15px 0;
}

.news_con a p {
  color: #5F636F;
  font-size: 16px;
  line-height: 28px;
}

.news_con a i {
  display: block;
  width: 160px;
  border-radius: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  text-align: center;
  color: #57789E;
  border: 1px solid #57789E;
}

.news_con a i:hover {
  background: #08357C;
  color: #fff;
}

.news_con a:first-child {
  border-right: 1px solid #E8E8E8;
  padding-right: 60px;
}

.news_con a:last-child {
  padding-left: 60px;
}

.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: #08357C;
}

.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: #08357C;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #08357C;
  font-size: 26px;

}

/*底部footer*/
.footer {
  background: #08357C;
  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: 32%;
}

.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;
  align-items: center;
}

.footer_phone p {
  color: #333;

  margin-bottom: 5px;
  font-size: 16px;
}

.footer_phone p img {
  padding-right: 18px;
  width: 45px;
}

.footer_phone p span {
  font-weight: normal;
}

.footer_phone b {
  color: #fff;
  font-size: 24px;
  margin: 0;
  display: block;
}

.foot .footer_center {
  width: 26%;
}

.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;
}