* {
	margin: 0;
	padding: 0;
}
#loutinav {
	width:100%;
	height: 80px;
	z-index: 998;
	font-size: 16px;
	position: fixed;
	display: flex;
	justify-content: center;
}

#headbar {
	width: 1200px;
	/* z-index: 999; */
	display: flex;
	justify-content: space-between;

}

#headbar .logo {
	width: 50%;
	height: 80px;
}

#headbar .logo img {
	transform: scale(0.8);
	padding: 10px;
}

#headbar ul {
	width: 50%;
	display: flex;
	justify-content: space-between;
}

#loutinav ul li {
	width: 110px;
	list-style: none;
	font-size: 14px;
	text-align: center;
	/* position: relative; */
	cursor: pointer;
	color: #fff;
}

#loutinav ul li span {
	display: block;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	width: 80px;
}

#loutinav ul li span.active {
	border-bottom: 2px solid #fff;
	color: #fff;
}

#loutinav ul span:hover {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.swiper {
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner {
	width: 100%;
}
.swiper-slide {
	width: 100%;
}
/* .swiper-slide {
	width: 600px;
	height: 750px;
	text-align: center;
	font-size: 18px;
	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 {
	width: 100%;
	height: 100%;
}

#header {
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 1000px;
	text-align: center;
	color: #000;
}
 
#main {
	width: 1200px;
	margin: 55px auto 0 auto;
}
@media screen and (min-width: 220px) and (max-width: 1024px)  {
	/* .banner {
		width: 100vh;
	} */
	.foot ,.banner{
		width: 1200px !important;
	}
}

#louti1 {
	display: flex;
	height: 400px;
}

.loutiL {
	width: 45%;
}

.loutiR {
	width: 50%;
	padding-top: 30px;
}

.title ,h4{
	margin-top: 40px;
	text-align: center;
}


.cards {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.cards .c1 {
	width: 31%;
	height: 300px;
	border-radius: 14px;
	color: #fff;
	position: relative;
	background-image: linear-gradient(45deg,
			rgba(245, 57, 14, 1),
			rgba(255, 109, 76, 1));

	box-shadow: 0px 0px 6px 6px rgba(24, 24, 24, 0.05);
}

.cards .c1 .text{
	height:200px;
	padding: 30px;
}

.cards .ask {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	background: #fff;
	bottom: 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-bottom-left-radius:14px ;
	border-bottom-right-radius: 14px;
}

.Culture{
	margin-top: 60px;
	text-align: center;
}
.item,h3 ,p{
	margin-top: 15px;
}

.foot{
	width: 100%;
	height: auto;
	margin-top: 40px;
	background: #F7F8FB;
}
.footcontent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
.footcontent ul li{
    list-style: none;
	font-size: 14px;
	margin: 10px;

}
.footcontent ul li:nth-child(1){
	font-size: 18px;
}
.f1{
	width: 25%;
	padding-top: 30px;
}
.f1:nth-child(1){
  text-align: right
}
.f1:nth-child(3){
	display: flex;
	text-align: center;
}
.f1:nth-child(3) p{
	margin: 0;
}
.copyright{
   width: 100%;
   height: 50px;
   line-height: 50px;
   font-size: 14px;
   border-top: 2px solid #A2A2A2;
   text-align: center;
   margin: 0 auto;
}
.copyright a {
	/* color: #A2A2A2; */
	color: #000000;
}
.filing{
	width:300px;
	margin:0 auto;
	padding:0 0 10px 0;
}
.filing-link{
	display:inline-block;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
.filing-icon{
	float:left;
}
.filing-content{
	float:left;
	height:20px;
	line-height:20px;
	margin: 0px 0px 0px 5px;
	/* color:#939393; */
	color:#000000;
}