/* -------头部系列-------------- */

.head-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999999999;
	transform: translate(-50%);
	height: 111px;
}
.nav ul{
	width: 786px;
	justify-content: space-between;
	display: flex;
	margin-left: 87px;
	height: 40px;
	align-items: center;
}
.nav ul li a{
	cursor: pointer;
	color: #FFFFFF;
}
.nav ul li a.current{
	color:#005193;
	  border-radius: 19px;
	  background-color: rgb(255, 255, 255);
	  top: 35px;
	  width: 90px;
	  height: 40px;
	  line-height: 2.5em;
text-align: center;
display: inline-block;
}
.head-right{
	width: 170px;
	justify-content: space-between;
	display: flex;
}
.head-right div{
	justify-content: space-between;
}
/* ----------banner轮播----------------------------- */
 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* 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;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  .sw-box{
		  position: relative;
		  
	  }
	  
.banner-box{
	position: relative;
}	 
.banner-imgs {
    overflow: hidden;
}
.bannertext ul li{
	  font-size: 60px;
	  font-family: "Source Han Sans SC";
	  color: rgb(255, 255, 255);
	  line-height: 1.5;
	  text-shadow: 0px 8px 9px rgba(6, 0, 1, 0.53);
}
.bannertext{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-97%,-50%);
}
/* .swiper-container {
    min-width: 1300px;
} */
.wx-logo{
	position: absolute;
	right: 87px;
	    top: 72px;
		display: none;
}
.nav-mobile{
	display: none;
}
/* -------------------第一部分------------------------- */
.a1-text{
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.a1-tit{
	width: 258px;
}
.a1-tit ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	cursor: pointer;
}

.a1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.a1-tit>ul li.currentes {
    color: #FFFFFF;
    border-radius: 19px;
    background-color: #005193;
    top: 35px;
    width: 90px;
    height: 40px;
    line-height: 2.5em;
    text-align: center;
    display: inline-block;
}
/* ----------------------------- */
.r2{display: flex;
	flex-wrap: wrap;
}
.r2 div{
	width: 294px;
	height: 133px;
}
.r2 div img{
	width: 100%;
	height: 100%;	
}
/* ---------- */
.row-a3{
	display: none;
}
.r3{display: flex;
	flex-wrap: wrap;
}
.r3 div{
	width: 294px;
	height: 133px;
}
.r3 div img{
	width: 100%;
	height: 100%;	
}
/* ---------- */
.row-a4{
	display: none;
}
.r4{
	display: flex;
	flex-wrap: wrap;
}
.r4 div{
	width: 294px;
	height: 133px;
}
.r4 div img{
	width: 100%;
	height: 100%;	
}
/* ----------------底部 */
footer{
	height: 223px;
	  background-color: rgb(242, 242, 242);
}
.footer-left{
	height: 223px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.footer2{
	width: 444px;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

.footer2 ul:nth-child(1){
	display: flex;
}
.footer2 ul:nth-child(2){
	display: flex;
}
.footer2{
	display: flex;
}
.footer1 ul{
	display: flex;
	width: 677px;
	justify-content: space-between;

}
.footer1 ul:nth-child(2) li{
	color: #555555;
	font-size: 15px;
	    padding-top: 21px;
}
.footer1 ul:nth-child(1) li{width: 75px;border-right: 2px solid #cecece;
color: #333333;font-size: 15px;}
.footer2 ul li:nth-child(2){
	color: #555555;font-size: 15px;
}

.footer-box {
    margin-bottom: -2px;
}
.footer2 ul:nth-child(1) li:nth-child(2){
	padding-left: 10px;
}
.footer2 ul:nth-child(2) li:nth-child(2){
	padding-left: 10px;
}
/* ---------移动端导航条------------- */

	/* .mobile-bottom{
		display:none; 
	} */

.nav-mobile {
    position: absolute;
    top: 0px;
	
   
    z-index: 999;
    width: 100%;
}
.mobile-top{    height: 2rem;
    width: 100%;
    background: #ffff;}
.mobile-bottom{
	background: #ffff;
}
ul.ullists {
    text-align: center;
}

ul.ullists li a{
	color: #333333;
}
.xial{
	position: absolute;
}
.mo-img{
	position: absolute;
	right: 0;
}
.ullists {
    padding-bottom: 30px;
}
.ullists li {
    padding-top: 27px;

}

.mobile-bottom{
	display: none;
}


@media only screen and (max-width: 769px) {
	

	.bannertext ul li{
			font-size: 15px;
	}
	.bannertext{
		top: 50%;
		left: 42%;
	}


	.head-box{
		display: none;
	}
.nav-mobile{
	display:block ;
}
.banner-imgs{
	width: 100%;
}
.banner-imgs img{
	width: 100%;
}

}

@media only screen and (max-width: 1200px) {
	
	.bannertext{
		top: 50%;
		left: 50%;
	}

}