.banSwiper .swiper-slide{
  position: relative;
}
.banSwiper .swiper-slide>img{
  width: 100%;
  object-fit: cover;
}
.banSwiper .swiper-slide .ban-nr{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banSwiper .swiper-slide .ban-nr .ban-n h3{
  font-size: 44px;
	color: #ffffff;
  font-weight: 550;
}
.banSwiper .swiper-slide .ban-nr .ban-n h4{
  font-size: 18px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #ffffff;
}
.banSwiper .swiper-slide .ban-nr .ban-n a{
  width: 164px;
	height: 54px;
	border-radius: 27px;
	border: solid 1px #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  font-size: 18px;
	color: #ffffff;
  padding: 0 22px;
  transition: all .5s;
  margin-top: 6%;
}
.banSwiper .swiper-slide-active h3{
  animation: fadeInDown 2.5s;
}
.banSwiper .swiper-slide-active h4{
  animation: fadeInDown 1.5s;
}
.banSwiper .swiper-slide-active a{
  animation: fadeInUp 2s;
}
.banSwiper .swiper-slide .ban-nr .ban-n a img{
  transition: all .5s;
}
.banSwiper .swiper-slide .ban-nr .ban-n a:hover img{
  transform: translateX(10px);
}
.banSwiper .swiper-slide .ban-nr .ban-n a:hover{
  transform: translateY(5px) translateX(4px);
  box-shadow: 1px 1px 10px #fff;
}
.banSwiper .swiper-pagination{
  bottom: 7%;
}
.banSwiper .swiper-pagination .swiper-pagination-bullet{
  width: 18px;
	height: 18px;
	background-color: #ffffff;
  border-radius: 0%;
  transform: rotate(45deg);
  margin-right: 25px;
  transition: all .5s;
}
.banSwiper .swiper-pagination .swiper-pagination-bullet:nth-last-child(1){
  margin-right: 0;
}
.i-pro-box{
  margin-top: 4%;
}
.i-pro-box .i-pro{
  position: relative;
  background: url(../images/cpbj.png) no-repeat;
  background-position: 35% 60%;
}
.ggbt{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ggbt::after{
  content: "";
  width: 88%;
  height: 1px;
	background-color: #000d25;
	opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 14%;
}
.ggbt .ggbt-lt h3{
  font-size: 36px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #0070c0;
  font-weight: 550;
  position: relative;
}
.ggbt .ggbt-lt h3::after{
  content: "";
  width: 34px;
	height: 4px;
	background-color: #0070c0;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.ggbt .ggbt-lt h3 span{
  color: #000d25;
}
.ggbt .ggbt-lt h4{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.4;
  margin-top: 22%;
}
.i-pro-box .i-pro .ggbt .ggbt-rt{
  height: 100%;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul li{
  margin-left: 59px;
  cursor: pointer; 
  font-size: 18px;
	line-height: 85px;
	color: #000d25;
  position: relative;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul li::after{
  content: "";
  width: 0;
	height: 2px;
	background-color: #0070c0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all .5s;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul li:hover::after{
  width: 60px;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul li:nth-child(1){
  margin-left: 0;
}
.i-pro-box .i-pro .ggbt .ggbt-rt ul .pro-act::after{
  width: 60px;
}
.pro-list-box{
  width: 100%;
  margin-top: 4%;
  position: relative;
  height: 595.59px;
}
.pro-list-box .pro-list{
  width: 100%;
  padding-bottom: 3%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.pro-list-box .pro-listact{
  opacity: 1;
  visibility: visible;
  top: 0;
}
.pro-list-box .pro-list .swiper-button-prev{
  width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #c9c9c9;
  transform: rotate(45deg);
  top: 92%;
  left: 0;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper-button-prev:hover{
  background-color: #0070c0;
}
.pro-list-box .pro-list .swiper-button-prev::after{
  color: #c9c9c9;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .5s;
}
.pro-list-box .pro-list .swiper-button-prev:hover::after{
  color: #fff;
}
.pro-list-box .pro-list .swiper-button-next{
  width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #c9c9c9;
  transform: rotate(45deg);
  top: 92%;
  right: 0;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper-button-next:hover{
  background-color: #0070c0;
}
.pro-list-box .pro-list .swiper-button-next::after{
  color: #c9c9c9;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .5s;
}
.pro-list-box .pro-list .swiper-button-next:hover::after{
  color: #fff;
}
.pro-list-box .pro-list .swiper{
  position: relative;
}
.pro-list-box .pro-list .swiper::after{
  content: "";
  width: 100%;
  height: 1px;
	background-color: #000d25;
  position: absolute;
  left: 0;
  bottom: 8.55px;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide{
  text-align: center;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide a .pro-img{
  width: 100%;
  height: 460px;
	background-color: #FAFAFB;
	border-radius: 16px;
	border: solid 1px #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide a .pro-img .pro-xq{
  width: 60%;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: rgba(0,112,192, .5);
	border-radius: 16px;
	border: solid 1px rgba(0,112,192, .4);
  opacity: 0;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide:hover a .pro-img .pro-xq{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide a .pro-img .pro-xq p{
  font-size: 0;
	color: #ffffff;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide:hover a .pro-img .pro-xq p{
  font-size: 22px;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide a .kong{
  width: 4px;
	height: 4px;
	background-color: #000d25;
	opacity: 0.4;
  margin-top: 88px;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide a .kong::before{
  content: "";
  height: 2px;
  background-color: #000d25;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  top: 1px;
  transform: translateX(-50%);
  z-index: -1;
  width: 0;
  transition: all .5s;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide:hover a .kong{
  background-color: #0070c0;
  opacity: 1;
}
.pro-list-box .pro-list .swiper .swiper-wrapper .swiper-slide:hover a .kong::before{
  width: 120px;
  background-color: #0070c0;
	opacity: 0.7;
}
/* 优秀案例 */
.yxal{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 940px;
  margin-top: 4%;
}
.yxal .yxal-lt{
  height: 100%;
  width: 21.25%;
}
.yxal .yxal-lt a{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.yxal .yxal-lt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.yxal .yxal-lt:hover img{
  transform: scale(1.05);
}
.yxal .yxal-z{
  height: 100%;
  width: 42.125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yxal .yxal-z .yxal-z-top{
  height: 49%;
  width: 100%;
}
.yxal .yxal-z .yxal-z-top ul{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yxal .yxal-z .yxal-z-top ul li{
  width: 49%;
  height: 100%;
}
.yxal .yxal-z .yxal-z-top ul li a{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.yxal .yxal-z .yxal-z-top ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.yxal .yxal-z .yxal-z-top ul li:hover a img{
  transform: scale(1.05);
}
.yxal .yxal-z .yxal-z-bot{
  width: 100%;
  height: 49%;
  background: #147bc5;
  padding: 5%;
}
#ggbt1 .ggbt-lt h3{
  font-size: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
#ggbt1 .ggbt-lt h3::after{
  background: #fff;
}
#ggbt1 .ggbt-lt h4{
  font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.8;
}
#ggbt1::after{
  background: #ffffff;
	opacity: 0.8;
  width: 75%;
}
.yxal .yxal-z .yxal-z-bot .p{
  margin-top: 7%;
}
.yxal .yxal-z .yxal-z-bot .p p{
  font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}
.yxal .yxal-z .yxal-z-bot a{
  width: 136px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  font-size: 16px;
	color: #ffffff;
  padding: 0 18px;
  transition: all .5s;
  margin-top: 6%;
}
.yxal .yxal-z .yxal-z-bot a img{
  transition: all .5s;
}
.yxal .yxal-z .yxal-z-bot a:hover{
  transform: translateY(5px) translateX(4px);
  box-shadow: 1px 1px 10px #fff;
}
.yxal .yxal-z .yxal-z-bot a:hover img{
  transform: translateX(5px);
}
.yxal .yxal-rt{
  width: 34.7916666667%;
  height: 100%;
}
.yxal .yxal-rt ul{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yxal .yxal-rt ul li{
  height: 49%;
  width: 100%;
}
.yxal .yxal-rt ul li a{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.yxal .yxal-rt ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.yxal .yxal-rt ul li:hover a img{
  transform: scale(1.05);
}
/* 关于公司 */
.gygs{
  margin-top: 4%;
  margin-bottom: 4%;
}
.gygs .ggbt::after{
  width: 85.5%;
}
.gygs .gygs-n{
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/gsbj.png) no-repeat center center;
  background-position: 0% -206%;
}
.gygs .gygs-n .gygs-lt{
  width: 48%;
  padding: 3% 0;
}
.gygs .gygs-n .gygs-lt p{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
  width: 90%;
}
.gygs .gygs-n .gygs-lt a{
	width: 136px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #0070c0;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  font-size: 16px;
	color: #0070c0;
  padding: 0 18px;
  transition: all .5s;
  margin-top: 9%;
}
.gygs .gygs-n .gygs-lt a:hover{
  transform: translateY(5px) translateX(4px);
  box-shadow: 1px 1px 10px #0070c0;
}
.gygs .gygs-n .gygs-lt a img{
  transition: all .5s;
}
.gygs .gygs-n .gygs-lt a:hover img{
  transform: translateX(5px);
}
.gygs .gygs-n .gygs-lt ul{
  display: flex;
  justify-content: space-between;
  margin-top: 19%;
}
.gygs .gygs-n .gygs-lt ul li{
  width: 27.333%;
  position: relative;
}
.gygs .gygs-n .gygs-lt ul li::after{
  content: "";
  width: 1px;
	height: 50px;
	background-color: #000d25;
	opacity: 0.1;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
}
.gygs .gygs-n .gygs-lt ul li:nth-last-child(1)::after{
  display: none;
}
.gygs .gygs-n .gygs-lt ul li h5{
display: flex;
justify-content: space-between;
align-items: center;
}
.gygs .gygs-n .gygs-lt ul li h5 img{
  margin-left: 3%;
}
.gygs .gygs-n .gygs-lt ul li h5 em{
  font-size: 16px;
	color: #000d25;
	opacity: 0.8;
}
.gygs .gygs-n .gygs-lt ul li h4{
  font-size: 46px;
	line-height: 32px;
	color: #000d25;
  font-weight: 550;
  margin-top: 6%;
  display: inline-block;
  font-family: "DIN bold";
}
.gygs .gygs-n .gygs-lt ul li .em{
  font-size: 46px;
	line-height: 32px;
	color: #000d25;
  font-weight: 550;
}
.gygs .gygs-n .gygs-lt ul li .span{
  font-size: 14px;
	color: #666b74;
  font-weight: normal;
}
.gygs .gygs-n .gygs-rt{
  width: 48%;
  height: 639px;
}
.gygs .gygs-n .gygs-rt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* i-news */
.i-news-box{
  width: 100%;
  height: 893px;
  background: url(../images/newsbj.png) no-repeat center center;
  background-size: cover;
  margin-top: 4%;
  padding: 4% 0;
  position: relative;
}
#ggbt2{
  align-items: center;
}
#ggbt2 .ggbt-rt a{
  font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}
#ggbt2 .ggbt-rt a img{
  transition: all .5s;
}
#ggbt2 .ggbt-rt a:hover img{
  transform: translateX(5px);
}
#ggbt2 .ggbt-lt h3{
  color: #fff;
}
#ggbt2 .ggbt-lt h3::after{
  background: #fff;
}
#ggbt2 .ggbt-lt h4{
  color: #fff;
}
#ggbt2::after{
  background: #ffffff;
	opacity: 0.6;
}
.i-news-n{
  margin-top: 3%;
}
.i-news-n .newsSwiper{
  position: relative;
}
.i-news-n .newsSwiper .swiper-slide{
  width: 100%;
  position: relative;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list{
  height: 412px;
  background: #fff;
  position: relative;
  padding: 7%;
  transition: all .5s;
  border-radius: 16px;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list{
  background-color: #0070c0;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .sz p{
  font-family: "DIN bold";
	font-size: 136px;
	opacity: 0.32;
  font-weight: 550;
  background: linear-gradient(rgba(0,112,192,.32),transparent);
  -webkit-background-clip:text;
  color: transparent;
  line-height: 102px;
  position: absolute;
  right: 6%;
  top: 9%;
  margin: 0 !important;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list .sz p{
  background: linear-gradient(rgb(255 255 255 / 60%), transparent) ;
  -webkit-background-clip:text;
  color: transparent;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list h3{
  font-size: 20px;
	color: #000d25;
  font-weight: 550;
  padding-left: 8%;
  position: relative;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list h3{
  color: #fff;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list h3::before{
  content: url(../images/before.png);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list h3::after{
  content: url(../images/after.png);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list h3::before{
  opacity: 0;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list h3::after{
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list p{
  font-size: 16px;
	line-height: 28px;
	color: #000d25;
	opacity: 0.9;
  margin: 7% 0 9% 0;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list p{
  color: #fff;
  opacity: 0.9;
}
.i-news-n .newsSwiper .swiper-slide .bjt{
  width: 246px;
  height: 220px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.i-news-n .newsSwiper .swiper-slide .bjt img{
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}
.i-news-n .newsSwiper .swiper-slide .bjt:nth-child(1){
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide:hover .bjt:nth-child(1){
  opacity: 0;
}
.i-news-n .newsSwiper .swiper-slide .bjt:nth-child(2){
  opacity: 0;
}
.i-news-n .newsSwiper .swiper-slide:hover .bjt:nth-child(1){
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list h5{
  font-size: 16px;
	line-height: 28px;
	color: #000d25;
	opacity: 0.8;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list h5{
  color: #fff;
  opacity: 0.8;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more{
  width: 136px;
	height: 42px;
	background-color: #fff;
	border-radius: 21px;
	border: solid 1px #0070c0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  margin-top: 13%;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover .i-news-list .news-more{
  border: solid 1px #fff;
  background: #0070c0;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list .news-more{
  transform: translateY(5px) translateX(4px);
  box-shadow: 1px 1px 10px #fff;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more p{
  color: #0070c0;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover .i-news-list .news-more p{
  color: #fff;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more>div{
  position: relative;
  width: 16px;
  height: 9px;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more>div img{
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more>div .img1{
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide a .i-news-list .news-more>div .img2{
  opacity: 0;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list .news-more>div img{
  transform: translateX(5px);
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list .news-more>div .img1{
  opacity: 0;
}
.i-news-n .newsSwiper .swiper-slide:hover a .i-news-list .news-more>div .img2{
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide a .kong{
  width: 4px;
	height: 4px;
	background-color: #ffffff;
	opacity: 0.4;
  margin-top: 128px;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide a .kong::before{
  content: "";
  height: 2px;
  background-color: #ffffff;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  top: 1px;
  transform: translateX(-50%);
  z-index: -1;
  width: 0;
  transition: all .5s;
}
.i-news-n .newsSwiper .swiper-slide:hover a .kong{
  background-color: #ffffff;
  opacity: 1;
}
.i-news-n .newsSwiper .swiper-slide:hover a .kong::before{
  width: 120px;
  background-color: #ffffff;
	opacity: 0.7;
}
.i-news-n .newsSwiper::after {
  content: "";
  width: 91.5%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1.5px;
  transform: translate(-50%,0);
  opacity: .4;
}
.i-news-box .swiper-button-prev{
  width: 48px;
	height: 48px;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #c9c9c9;
  transform: rotate(45deg);
  top: 85%;
  left: 10.5%;
  transition: all .5s;
}
.i-news-box .swiper-button-prev:hover{
  background-color: #0070c0;
}
.i-news-box .swiper-button-prev::after{
  color: #c9c9c9;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .5s;
}
.i-news-box .swiper-button-prev:hover::after{
  color: #fff;
}
.i-news-box .swiper-button-next{
  width: 48px;
	height: 48px;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #c9c9c9;
  transform: rotate(45deg);
  top: 85%;
  right: 10.5%;
  transition: all .5s;
}
.i-news-box .swiper-button-next:hover{
  background-color: #0070c0;
}
.i-news-box .swiper-button-next::after{
  color: #c9c9c9;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .5s;
}
.i-news-box .swiper-button-next:hover::after{
  color: #fff;
}
/* about */
.n-ban{
  position: relative;
}
.n-ban img{
  width: 100%;
  object-fit: cover;
}
.n-ban .n-banwz{
  width: 100%;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.n-ban .n-banwz .container h3{
  font-size: 52px;
	color: #ffffff;
  font-weight: 550;
  line-height: 80px;
  position: relative;
}
.n-ban .n-banwz .container h3::before{
  content: "";
  width: 60px;
	height: 6px;
	background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -23%;
}
.n-ban .n-banwz .container h4{
  font-size: 36px;
	letter-spacing: 4px;
	color: #ffffff;
}
.mbx-box{
  height: 70px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
}
.mbx-box .mbx{
  height: 100%;
  display: flex;
  align-items: center;
}
.mbx-box .mbx p{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
  display: inline-block;
}
.mbx-box .mbx p a{
  display: inline-block;
  font-size: 18px;
	line-height: 32px;
  color: #000d25;
}
.about-box{
  position: relative;
}
.about{
  padding: 3% 0;
  background: url(../images/abj.png) no-repeat center center;
  background-position: 27% 83%;
  padding-bottom: 7%;
}
.about .ggbt::after{
  width: 85%;
}
.about .about-n{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3%;
}
.about .about-n .about-n-lt{
  width: 35%;
}
.about .about-n .about-n-lt h3{
  font-size: 26px;
	line-height: 32px;
	color: #0070c0;
  font-weight: 550;
  margin-bottom: 8%;
}
.about .about-n .about-n-lt p{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
}
.about .about-n .about-n-rt{
  width: 49%;
  height: 450px;
  border-radius: 32px 0px 32px 0px;
  overflow: hidden;
  position: relative;
}
.about .about-n .about-n-rt>.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px 0px 32px 0px;
}
.about .about-n .about-n-rt .btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.about .about-n .about-n-rt .btn img{
  transition: all .5s;
}
.about .about-n .about-n-rt .btn:hover img{
  transform: rotate(360deg);
}
.mask {  
  position: fixed;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  background-color: rgba(0, 0, 0, 0.5);  
  display: flex;  
  justify-content: center;  
  align-items: center;  
  z-index: 9999;  
}  
#video {  
  max-width: 50%;  
  height: auto;  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  
}  
.close-btn {  
  position: absolute;  
  top: 8rem;
  right: 25rem;
  font-size: 4em; 
  background: none;  
  border: none;  
  cursor: pointer;  
}
.abimg{
  width: 100%;
}
.abimg img{
  width: 100%;
  object-fit: cover;
}
.about2-box{
  margin-top: 4%;
  background: url(../images/ab2bj.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 19%;
}
.about2-box .about2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about2-box .about2 .about2-lt{
  width: 49%;
}
.about2-box .about2 .about2-lt h3{
  font-size: 26px;
	line-height: 32px;
	color: #0070c0;
  font-weight: 550;
}
.about2-box .about2 .about2-rt{
  width: 49%;
}
.about2-box .about2 .about2-rt p{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
}
.about2-box .about2 .about2-rt ul{
  margin-top: 9%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about2-box .about2 .about2-rt ul li{
  width: 50%;
  margin-top: 16%;
}
.about2-box .about2 .about2-rt ul li:nth-child(1){
  margin-top: 0;
}
.about2-box .about2 .about2-rt ul li:nth-child(2){
  margin-top: 0;
}
.about2-box .about2 .about2-rt ul li h5{
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about2-box .about2 .about2-rt ul li h5 em{
  font-size: 16px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
}
.about2-box .about2 .about2-rt ul li h4{
  font-size: 46px;
  line-height: 32px;
  color: #000d25;
  font-weight: 550;
  margin-top: 3%;
  display: inline-block;
  font-family: "DIN bold";
}

.about2-box .about2 .about2-rt ul li .em{
  font-size: 46px;
  line-height: 32px;
  color: #000d25;
  font-weight: 550;
}
.about2-box .about2 .about2-rt ul li .span{
  font-size: 14px;
  color: #666b74;
  font-weight: normal;
}
/* 联系我们 */
.lxfs-box{
  margin-top: 3%;
}
.lxfs-box .ggbt::after{
  width: 83%;
}
.lxfs-box .lxfs{
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.lxfs-box .lxfs .lxfs-lt{
  width: 50%;
	background-color: #0070c0;
  padding: 3%;
}
.lxfs-box .lxfs .lxfs-lt h3{
  font-size: 26px;
	line-height: 40px;
	color: #fff;
  font-weight: 550;
  margin-bottom: 11%;
  position: relative;
}
.lxfs-box .lxfs .lxfs-lt h3::after{
  content: "";
  width: 35px;
	height: 5px;
	background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -47%;
}
.lxfs-box .lxfs .lxfs-lt ul li{
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  margin-top: 7%;
}
.lxfs-box .lxfs .lxfs-lt ul li:nth-child(1){
  margin-top: 0;
}
.lxfs-box .lxfs .lxfs-lt ul li>div{
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.lxfs-box .lxfs .lxfs-lt ul li p{
  font-size: 20px;
	color: #fff;
}
.lxfs-box .lxfs .lxfs-lt ul li p span{
  font-size: 22px;
  color: #fff;
  font-weight: 550;
}
.lxfs-box .lxfs .lxfs-rt{
  width: 50%;
}
.lxfs-box .lxfs .lxfs-rt iframe{
  width: 100%;
  height: 100%;
}
/* 在线留言 */
.zxly{
  margin-top: 3%;
  margin-bottom: 3%;
}
.zxly form{
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zxly form input{
  width: 32%;
  height: 60px;
  background-color: #f2f3f4;
	border-radius: 4px;
  padding-left: 30px;
  margin-top: 2%;
  font-size: 20px;
}
.zxly form input::placeholder{
  font-size: 20px;
	color: #b8b9bd;
}
.zxly form input:nth-child(4){
  width: 100%;
}
.zxly form textarea{
  width: 100%;
  height: 226px;
  margin-top: 2%;
  background-color: #f2f3f4;
  padding: 20px 30px;
  font-size: 20px;
}
.zxly form textarea::placeholder{
  font-size: 20px;
	color: #b8b9bd;
}
.zxly form button{
  width: 260px;
	height: 60px;
	background-color: #0874c2;
	border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
	color: #ffffff;
  cursor: pointer;
  margin-top: 2%;
  transition: all .5s;
}
.zxly form button:hover{
  box-shadow: 1px 1px 10px #0874c2;
}
/* news */
.body{
  background: #F3F9FD;
}
.news{
  margin-top: 3%;
}
/* .news */
.news-n{
  margin-top: 1%;
  margin-bottom: 3%;
}
.news-n ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-n ul li{
  width: 32%;
  background: #fff;
  transition: all .5s;
  position: relative;
  margin-top: 2%;
}
.news-n ul li a{
  width: 100%;
  height: 100%;
}
.news-n ul li::after{
  content: "";
  width: 0%;
  height: 4px;
	background-color: #0070c0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}
.news-n ul li:hover{
  box-shadow: 0px 0px 18px 0px 
		rgba(30, 20, 1, 0.26);
    transform: translateY(-10px);
}
.news-n ul li:hover::after{
  width: 100%;
}
.news-n ul li a .n-nimg{
  width: 100%;
  height: 314px;
  overflow: hidden;
}
.news-n ul li a .n-nimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.news-n ul li:hover a .n-nimg img{
  transform: scale(1.05);
}
.news-n ul li a .n-nbox{
  /* height: 235px; */
  padding: 5%;
}
.news-n ul li a .n-nbox .n-n{
  display: flex;
  justify-content: space-between;
}
.news-n ul li a .n-nbox .n-n h3{
  font-size: 26px;
	line-height: 40px;
	color: #000d25;
  font-weight: 550;
  width: 65%;
  transition: all .5s;
}
.news-n ul li:hover a .n-nbox .n-n h3{
  color: #0070c0;
}
.news-n ul li a .n-nbox .n-n .time{
  position: relative;
}
.news-n ul li a .n-nbox .n-n .time::before{
  content: "";
  width: 2px;
	height: 58px;
	background-color: #c9d0d8;
  position: absolute;
  left: -27px;
  top: 0;
}
.news-n ul li a .n-nbox .n-n .time h4{
  font-size: 46px;
	line-height: 32px;
	color: #000d25;
  font-family: "DIN bold";
  transition: all .5s;
}
.news-n ul li:hover a .n-nbox .n-n .time h4{
  color: #0070c0;
}
.news-n ul li a .n-nbox .n-n .time p{
	line-height: 32px;
	opacity: 0.7;
  transition: all .5s;
}
.news-n ul li:hover a .n-nbox .n-n .time p{
  color: #0070c0;
}
.news-n ul li a .n-nbox .ck{
  margin-top: 18%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3%;
}
.news-n ul li a .n-nbox .ck span{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
  transition: all .5s;
}
.news-n ul li:hover a .n-nbox .ck span{
  color: #0070c0;
}
.news-n ul li a .n-nbox .ck .news-jt{
  position: relative;
  width: 16px;
  height: 18px;
  margin-left: 10px;
}
.news-n ul li a .n-nbox .ck .news-jt img{
  position: absolute;
  left: 0;
  top: 25%;
  transition: all .5s;
}
.news-n ul li a .n-nbox .ck .news-jt img:nth-child(1){
  opacity: 1;
}
.news-n ul li a .n-nbox .ck .news-jt img:nth-child(2){
  opacity: 0;
}
.news-n ul li:hover a .n-nbox .ck .news-jt img{
  transform: translateX(5px);
}
.news-n ul li:hover a .n-nbox .ck .news-jt img:nth-child(1){
  opacity: 0;
}
.news-n ul li:hover a .n-nbox .ck .news-jt img:nth-child(2){
  opacity: 1;
}
.news-n ul li:nth-last-child(1){
  height: 0;
}
/* news-xq */
.news-xq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
  margin-bottom: 3%;
}
.news-xq .nwesxq-lt{
  width: 70%;
  background: #fff;
  padding: 3% 2% 2% 2%;
}
.news-xq .nwesxq-lt h3{
  font-size: 26px;
	line-height: 40px;
	color: #000d25;
  font-weight: 550;
  text-align: center;
}
.news-xq .nwesxq-lt h5{
  padding: 1% 20%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c9d0d8;
  margin-bottom: 2%;
}
.news-xq .nwesxq-lt h5 span{
  font-size: 16px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
}
.news-xq .nwesxq-lt p{
  font-size: 18px;
	line-height: 34px;
	color: #000d25;
}
.news-xq .nwesxq-lt .next{
  margin-top: 3%;
  border-top: 1px solid #c9d0d8;
  display: flex;
  justify-content: space-between;
  padding: 1% 0;
}
.news-xq .nwesxq-lt .next p a{
  font-size: 16px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
  transition: all .5s;
}
.news-xq .nwesxq-lt .next p a:hover{
  color: #2283c9;
}
.news-xq .newsxq-rt{
  width: 28%;
  background: #fff;
  padding:2% 2% 5% 2%;
}
.news-xq .newsxq-rt .xqbt{
  border-bottom: 1px solid #c9d0d8;
  padding-bottom: 4%;
}
.news-xq .newsxq-rt .xqbt h3{
  font-size: 30px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #0070c0;
  font-weight: 550;
}
.news-xq .newsxq-rt .xqbt h3 span{
  font-size: 30px;
	letter-spacing: 1px;
	color: #000d25;
  font-weight: 550;
}
.news-xq .newsxq-rt ul{
  margin-top: 3%;
}
.news-xq .newsxq-rt ul li{
  padding-left:4%;
  position: relative;
}
.news-xq .newsxq-rt ul li::before{
  content: "";
  width: 5px;
	height: 22px;
	background-color: #0070c0;
  position: absolute;
  left: 0;
  top: 22px;
  transform: translateY(-50%);
}
.news-xq .newsxq-rt ul li a{
  font-size: 22px;
	line-height: 40px;
	color: #000d25;
  transition: all .5s;
}
.news-xq .newsxq-rt ul li:hover a{
  color: #0070c0;
}
/* al */
.alzx{
  margin-top: 3%;
  margin-bottom: 3%;
}
.alzx ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.alzx ul li{
  width: 33.33333%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s;
}
.alzx ul li:nth-last-child(1){
    height: 0;
}
.alzx ul li:hover{
  border-radius: 0;
  box-shadow: 0px 0px 18px 0px 
  rgba(30, 20, 1, 0.11);
}
.alzx ul li .al-box{
  width: 100%;
  padding: 2%;
  border: 1px solid #dbdbdb;
  position: relative;
  transition: all .5s;
  height: 576.39px;
}
.alzx ul li:hover .al-box{
  padding: 0;
  border: none;
}
.alzx ul li .al-box .al-img{
  width: 100%;
  height: 100%;
}
.alzx ul li .al-box .al-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.alzx ul li .al-box .al-wz{
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: linear-gradient(to bottom right,rgba(0,112,192,.8), rgba(255,255,255,0));
  padding: 10%;
  opacity: 0;
  transition: all .5s;
}
.alzx ul li:hover .al-box .al-wz{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.alzx ul li .al-box .al-wz p{
	line-height: 32px;
	color: #ffffff;
  font-style: 0;
  transition: all .5s;
}
.alzx ul li:hover .al-box .al-wz p{
  font-size: 20px;
}
/* pro */
.pro{
  margin-top: 3%;
  margin-bottom: 3%;
}
.pro .ggbt .ggbt-rt{
  height: 100%;
}
.pro .ggbt .ggbt-rt ul{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro .ggbt .ggbt-rt ul li{
  margin-left: 59px;
  cursor: pointer; 
  position: relative;
}
.pro .ggbt .ggbt-rt ul li a{
  font-size: 18px;
	line-height: 85px;
	color: #000d25;
}
.pro .ggbt .ggbt-rt ul li::after{
  content: "";
  width: 0;
	height: 2px;
	background-color: #0070c0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all .5s;
}
.pro .ggbt .ggbt-rt ul li:hover::after{
  width: 60px;
}
.pro .ggbt .ggbt-rt ul li:nth-child(1){
  margin-left: 0;
}
.pro .ggbt .ggbt-rt ul .pro-act::after{
  width: 60px;
}
.pro>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.pro>ul li{
  width: 33.33%;
  height: 580px;
  border-radius: 15px;
  overflow: hidden;
  transition: all .5s;
  /* margin-top: .5%; */
}
.pro>ul li:hover{
	box-shadow: 0px 0px 18px 0px 
		rgba(30, 20, 1, 0.11);
}
.pro>ul li a{
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  transition: all .5s;
}
.pro>ul li:hover a{
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}
.pro>ul li a p{
  width: 100%;
  text-align: left;
  font-size: 20px;
	line-height: 32px;
	color: #000d25;
}
.pro>ul li a .pro-tp{
  margin-top: 15%;
}
.pro>ul li:nth-last-child(1){
  height: 0;
}
.proxq{
  margin-top: 3%;
  margin-bottom: 3%;
}
.proxq .proxq-top{
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proxq .proxq-top .proxq-img{
  width: 46%;
  height: 568px;
  border: solid 1px #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proxq .h3{
  font-size: 36px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #0070c0;
  font-weight: 550;
}
.proxq .proxq-top .proxq-js{
  width: 50%;
}
.proxq .proxq-top .proxq-js h4{
  font-size: 26px;
	line-height: 32px;
	color: #000d25;
  font-weight: 550;
  margin-bottom: 41px;
}
.proxq .proxq-top .proxq-js p{
  font-size: 18px;
	line-height: 32px;
	color: #000d25;
	opacity: 0.8;
}
.proxq .proxq-top .proxq-js .lx-btn{
  width: 136px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #0070c0;
  margin-top: 14%;
  transition: all .5s;
}
.proxq .proxq-top .proxq-js .lx-btn a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  font-size: 16px;
	color: #0070c0;
}
.proxq .proxq-top .proxq-js .lx-btn a img{
  transition: all .5s;
}
.proxq .proxq-top .proxq-js .lx-btn:hover a img{
  transform: translateX(5px);
}
.proxq .proxq-top .proxq-js .lx-btn:hover{
  box-shadow: 1px 1px 10px #0070c0;
  transform: translateY(5px) translateX(4px);
}
.sb{
  margin-top: 3%;
}
.sb ul{
  margin-top: 1%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sb ul li{
  width: 16.66666%;
  font-size: 22px;
	line-height: 32px;
	color: #000d25;
  margin-top: 2%;
  padding-left: 1%;
  position: relative;
}
.sb ul li::before{
  content: "";
  width: 10px;
	height: 10px;
	background-color: #0070c0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sb .sb-img{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.cs{
  margin-top: 3%;
}
.cs table{
  border: 1px solid #bbbbbb;
  width: 100%;
  margin-top: 3%;
  border-left: 0;
  border-right: 0;
}
.cs table tr th{
  border: 0;
  font-size: 28px;
	color: #111111;
  font-weight: 550;
  text-align: left;
  padding-left: 2%;
  line-height: 55px;
}
.cs table tr th:nth-child(2){
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.cs table tr td{
  border: 0;
	font-size: 20px;
	color: #111111;
	opacity: 0.8;
  text-align: left;
  padding-left: 2%;
  line-height: 55px;
}
.cs table tr th:nth-child(1){
  padding: 0;
  text-align: center;
}
.cs table tr td:nth-child(2){
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.cs table tr td:nth-child(1){
  padding: 0;
  text-align: center;
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 3.636%;
  margin-bottom: 3%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 9px;
  line-height: 26px;
  border: 1px solid #e5eeff;
  background-color: #fff;
  margin: 3px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #2484C9;
  border: 1px solid #e5eeff;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #2484C9;
}
