/* 重置样式 */
html,body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
  margin:0;padding:0;
}
body {
min-width: 1200px;
font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans", "WenQuanYi Micro Hei", sans-serif;
cursor: pointer;
}
ul,ol,li{
  list-style:none;
}
b,strong{
  font-weight: normal;
}
a{
  text-decoration: none;
  color: black;
}
i,em{
  font-style: normal;
}
input,fieldset{
  outline: none;
  border:0;
}
s{
  text-decoration: none;
}


header{
  width: 100%;
  height:450px;
  position: relative;
}

header .swiper {
  width: 100%;
  height: 100%;
}

header .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
  color: rgba(0,0,0,0.3);
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  color: rgba(0, 0, 0, 0.7);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.swiper-button-prev{
  left:30px;
}
.swiper-button-next{
  right: 30px;
}
header .enterprise{
  position: absolute;
  left:0%;
  top:0%;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: translatex_l 1s;
}
@keyframes translatex_l {
  0% {
    transform: translateX(-20%);
    opacity: 0;
}

100% {
    transform: translateX(0%);
    opacity: 1;
}
}
header .enterprise img{
  width: 449px;
  height: 99px;
}
header .enterprise h1{
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  margin-top: 35px;
  display: flex;
  align-items: center;
}
header .enterprise p{
    margin-right: 44px;
    position: relative;
}
header .enterprise p::before{
  content: "";
  position: absolute;
  right: -22px;
  top: 55%;
  width: 3px;
  height: 48px;
  background-color: white;
  transform: translateY(-51%);
}


/* 底部 */
footer{
  width: 100%;
  height: 323px;
  background: #074090;
}
footer .info{
  width: 1200px;
  height: 270px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;

}
footer .info .gs h2{
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}
footer .info .gs p{
  color: #b9c2d7;
  font-size: 16px;
}
footer .info .phone{
  font-size: 37px;
  display: flex;
  color: #ffffff;
}
footer .info .phone img{
  width: 46px;
  height: 46px;
  margin-right: 14px;
}

footer .logo{
  width: 122px;
  height:100px;
}
footer .er_code {
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .er_code image{
  width: 134px;
  height: 134px;
}
footer .er_code  p{
  font-size:14px ;
  color: #d5dae6;
  width:154px ;
  height:35px ;
  line-height: 35px;
}
footer .beian{
  font-size: 14px;
  height:50px ;
  line-height: 50px;
  color:#909ec3 ;
  text-align: center;
  border-top:1px solid  #3767a9;
}




/* 分页 */
.zxpage {
	width: 1100px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0 auto;
	font-size: 0;
}

.zxpage ul {
	text-align: center;
  display: flex;
  align-items: center;
  
}


.zxpage li {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	font-size: 16px;
	margin-left: 8px;
}

.zxpage li:first-child {
	margin-left: 0;
}

.zxpage li.active {
	background: #3a7bca;
}

.zxpage li.active span {
	color: #ffffff;
}

.zxpage li.disabled {
	cursor: no-drop;
}

.zxpage li a {
	color: #333333;
	display: block;
}

.zxpage li span {
	color: #333333;
	display: block;
}

.zxpage .page{
  display: block;
  height: 36px;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  padding: 0 8px;
  width: fit-content;
}
.zxpage .arror{
  margin:0 22px;
}