body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul {list-style:none}




html,body{
	overflow-x: hidden;
}
.banner img {
	width: 100%;
}
.font{
	font-size: 50px;
	position: absolute;
	left: 11%;
	top: 30%;
	color: #fff;
}
.font p{
	margin-top: 10px;
}
.our{
	margin-top: 5%;
	text-align: center;
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	color: #0093FF;
	text-align: center;
	line-height: 32px;
	font-weight: 600;
}

.box{
	display: flex;
	margin-top: 5%;
}
.left{
	width: 33.3%;
	text-align: center;
}
.first{
	margin-top: 20px;
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: 600;
}
.header div{
	margin-left: 2.3rem !important;
	margin-top:3rem
}
.header div img{
	width: 90%;
	height: auto !important; 
}
.header{
	background-color: rgba(0,0,0,0);
}
.header:nth-child(2){
	display: none;
}

.service{
	margin-bottom: 5%;
}
.service p{
	width: 70%;
	margin-top: 30px;
	margin-left: 15%;
	color: #3143DA;
	font-family: PingFangSC-Semibold;
	font-size: 20px;
}
.about{
	background: #edf1f7;
	width: 100%;
	padding: 120px 0;
}
.tit {
	text-align: center;
	font-family: PingFangSC-Semibold;
	font-size: 32px;
	color: #0093FF;
	text-align: center;
	line-height: 32px;
	font-weight: 600;
}
.content{
	margin-top: 3%;
	width: 70%;
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #3143DA;
	line-height: 40px;
	font-weight: 600;
	margin-left: 15%;
	
}
.lt {
	width: 35%;
}
.rt{
	width: 35%;
}
.content p{
	color: #3143DA;
	font-weight: 900;
}
.section{
	color: #151515 ;
	line-height: 26px;
}
.contact{
	background-color:  #002045;
	color: #FFFFFF;
	/* box-sizing: border-box; */
	padding-left: 15%;
	padding-bottom: 100px;
	
}
.contact h1{
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	color: #FFFFFF;
	/* text-align: center; */
	font-weight: 600;
	margin-bottom: 60px;
	padding-top: 100px;
}
.contact p{
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: 400;
	/* margin-top: 60px; */
}
.name{
	position: absolute;
	width: 800px;
	font-size: 40px;
	text-align: center;
	top: 40%;
	left: 50%;
	margin-left: -400px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.6);
}



@media (min-width:360px) and (max-width:450px) {
	body{
		overflow-x: hidden;
	}
	    
		
		.our{
			font-size: 30px;
			
		}
		.left img{
			width: 50px;
		}
		.left .first{
			word-wrap:break-word;
			font-size: 14px;
			text-align: center;
		}
		
		
		.content{
			width: 90%;
			margin-left: 5%;
			margin-right: 5%;
			/* display: initial; */
			
		}
		.content p{
			margin-top: 20px;
		}
		.service p{
			width: 90%;
			margin-top: 20px;
			margin-left: 5%;
			color: #3143DA;
			font-family: PingFangSC-Semibold;
			font-size: 20px;
		}
		.about{
			padding-top: 10px;
		}
		.about h2{
			margin-top: 0px;
			font-size: 32px;
			
		}
		.contact{
			padding-left: 5%;
			padding-right: 5%;
			
		}
		.contact h1{
			padding: 0;
			/* padding-left: ; */
			font-family: PingFangSC-Semibold;
			font-size: 32px;
			color: #FFFFFF;
			/* text-align: center; */
			font-weight: 600;
			
			margin-bottom: 30px;
			/* padding-top: 100px; */
			
		}
		.name{
			position: absolute;
			width: 100%;
			font-size:20px;
			text-align: center;
			top: 30%;
			left: 0;
			margin-left: 0;
			color: #FFFFFF;
			background-color: rgba(0,0,0,.6);
		}
	}
