@font-face {
	font-family: "HarmonyOsSansSc";
	src: url('./HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}
body{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
.footer_bottom>span>a{
	text-decoration: none;
	}
.wrap{
	width: 100%;
    margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
.header{
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
    font-family: 'HarmonyOsSansSc';
    background:rgba(255,255,255,1);
    /* position: fixed; */
    z-index: 100;
}
.nav{
	width: 1150px;
	height: 60px;
    position: relative;
    /* z-index: 10; */
    line-height: 60px;
    font-size: 16px;
    margin: auto;
}
.nav_open_page{
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
}
.nav_open_page:hover{
	color: #004CD8;
	text-decoration: underline;
}

.nav ul{
	list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: 640px; /* 宽度根据元素内容调整 */
    padding-left: 127px;
    float: left;
    display: flex;
}
.nav ul li{
   float: left;
   flex: 1;
   text-align: center;
   cursor: pointer;
}
.nav ul li:hover,.active1{
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom: 2px solid #004CD8;
	height: 59px;
}
.nav ul li a{
    width:100%;
	height:100%;
	font-size:16px;
	color:rgba(102,102,102,1);
	text-decoration:none;
	display: inline-block;
}
.nav-languages{
	position: absolute;
	right: 30px;
	font-size: 14px;
	z-index: 99;
}
.nav-langPicker{
	background:rgb(0, 76, 216);
	color: rgb(255, 255, 255);
	padding: 0.5px 3px;
}
.nav-languages>a{
	text-decoration: none;
	color: rgb(51, 51, 51)
}
/*logo*/
.nav_log{
	position: absolute;
	width:140px;
	height:94px;
	background: url(../image/logo/logo.png) no-repeat;
	top:9px;
	line-height: 1;
	left: 10px;
}
.nav_log p{
	font-size:18px;
	font-family:'HarmonyOsSansSc';
	color:rgba(255,255,255,1);
	text-align: center;
	margin: 0;
}
.nav_log p:first-child{
	margin-top: 14px;
}
.nav_log p:last-child{
	margin-top: 13px;
}

.nav_log1{
	margin-top: 25px;
	margin-bottom: 35px;
}
.nav_log1 img{
	width: 69px;
	height: 94px;
}
.nav_log1 p{
	font-size:18px;
	font-family:'HarmonyOsSansSc';
	color:rgba(255,255,255,1);
	text-align: center;
	margin: 0;
}
.nav_log1 p:first-child{
	margin-top: 14px;
}
.nav_log1 p:last-child{
	margin-top: 13px;
}

.nav_menu_border{
	border: 1px solid #E5E5E5;
}
.nav_service-hotline{
	width: 200px;
	height: 60px;
	position: absolute;
	right: 30px;
	/* float: right; */
	/*position: fixed;
    top: 0;
    : 55px;*/
}
.nav_service-hotlineEn{
	right: 30px;
}
/*右边的服务热线*/
.hotline_logo{
	width: 34px;
	height: 34px;
	margin-top:13px ;
	float: left;
}
.hotline_logo>img{
	max-width: 100%;
	max-height: 100%;
}
.hotline_text{
	float: left;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
}
.hotline_text span{
	display: block;
	height: 30px;
	color: #004CD8;
	line-height: 61px;
}

/*gotop*/
.goTop{
	background: rgba(0,0,0,0.7);
	/*height: 246px;*/
	height: auto;
	width: 86px;
	position: fixed;
	top: 160px;
	right: 0;
	border-radius: 6px;
	z-index: 1;
}
.goTop1{
	background: rgba(0,0,0,0.7);
	/*height: 246px;*/
	height: auto;
	width: 86px;
	position: fixed;
	top: 160px;
	left: 5px;
	border-radius: 6px;
	z-index: 1;
}
.goTop>div{
	width: 100%;
	min-height: 67px;
	padding: 15px 0 0;
	cursor: pointer;
}
.goTop1>div{
	width: 100%;
	min-height: 85px;
	padding: 5px 0 0;
	cursor: pointer;
}
.goTop>div:hover,.goTop1>div:hover{
	background: #666666;
	opacity: 0.9;
	border-radius: 6px;
}
.goTop>div>img,.goTop1>div>img{
	width: 40px;
	height: 40px;
	display: block;
	margin:auto;
}
.goTop>div>span{
   display: block;
   text-align: center;
   font-size: 14px;
   color: #fff;	
   margin-top: 5px;
}
.goTop1>div>span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;	
	margin-top: 5px;
 }
.goTop_hover_style{
	width: 226px;
	height: 246px;
	background:rgba(255,255,255,1);
	border-radius: 6px;
    position: absolute;
	right: 108px;
    top:0px;
}
.goTop_hover_span{
	position: absolute;
	display: flex;
}
.goTop_hover_span>img{
	width: 28px;
	height: 28px;
	position: relative;
	top: 14px;
	left: 19px;
}
.goTop_hover_span>span{
	position: relative;
	top: 14px;
	left: 30px;
}
.goTop_hover_span>span span:first-child{
	width:100%;
	height:14px;
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:14px;
	display: block;
}
.goTop_hover_span>span span:nth-child(2){
	width:96px;
	height:13px;
	font-size:12px;
	color:rgba(102,102,102,1);
	line-height:12px;
	position: relative;
	top: 4px;
}
.goTop_hover_code{
	position: relative;
	top: 59px;
	left: 42px;
}
.goTop_hover_code img{
	width: 130px;
	height: 130px;
	display: block;
}
.goTop_hover_code span{
	font-size:12px;
	color:rgba(102,102,102,1);
}
.goTop_hover_code>span span:first-child{
	display: block;
	position: relative;
	left: 23px;
}
.goTop_hover_code>span span:last-child{
	position: relative;
	left: 10px;
}
.goTop_hover_style1{
	width:0;
    height:0;
    border-width:15px 0 15px 15px;
    border-style:solid;
    border-color:transparent transparent transparent rgba(255,255,255,1);
    position:relative;
    right: 22px;
    bottom: 50px;
}
/*middle*/
.middle_share{
	width: 100%;
	margin: auto;
	position: relative;
}
.middle_box{
	height: 1163px;
	background-image: url(../image/home_bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 1163px;
	/*margin-top: -8.5%;*/
	/* top: 60px; */
}
.middle_head{
	width: 1000px;
	margin: auto;
}
.middle_head h1{
	text-align: center;
	line-height: 29px;
	padding-top: 45px;
	font-size:30px;
	font-family:'HarmonyOsSansSc';
	color:rgba(0,76,216,1);
	margin: 0;
}
.middle_head h1 span{
	display: block;
	height: 18px;
	font-size:22px;
	font-family:'HarmonyOsSansSc';
	color:rgba(136,136,136,1);
	margin-top: 14px;
	font-weight: 500;
}
.middle_about_us{
	width: 1000px;
	margin: auto;
	/*display: flex;*/
}
.middle_about_us>div{
	display: flex;
}
.middle_about_img{
	display: flex;
	margin-left: 94px;
	/*position: absolute;*/
}
.middle_about_img>span:first-child{
	/*margin: 88px 20px 0 0;*/
}
.middle_imgstyle>img{
	width: 360px;
	height: 240px;
	margin-top: 90px;
	border-radius: 11px;
}
.middle_about_text{
	width: 460px;
	min-height: 300px;
	background: rgba(255,255,255,0.7);
	border-radius: 11px;
	margin-top: 54px;
	margin-left: 50px;
}
.middle_about_text>h1{
	font-weight: 500;
	width: 124px;
	height: 20px;
	font-size: 24px;
	font-family:'HarmonyOsSansSc';
	color:rgba(0,76,216,1);
	line-height: 29px;
	margin: 20px 406px 0px 28px;
}
.middle_about_text>p,.middle_about_text1>p{
	font-size: 16px;
	font-family: 'HarmonyOsSansSc';
	color: rgba(68,68,68,1);
	line-height: 26px;
	margin: 30px;
}
.middle_about_text1{
	width: 640px;
	height: 240px;
	background: rgba(255,255,255,0.7);
	border-radius: 11px;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 70px;
}
.middle_imgstyle1>img{
	width: 124px;
	height: 167px;
	margin-top: 65px;
	/*background: white;*/
}
.middle_vehicle{
	width: 1000px;
	margin: auto;
	display: flex;
	margin-top: 83px;
}
.middle_vehicle_span>div:first-child{
	width: 576px;
	height: 127px;
	background: url(../image/home_img4@2x.png);
	margin: 48px 0px 0px 0px;
	display: flex;
}
.middle_vehicle_text{
	width: 576px;
	display: flex;
	font-size:16px;
	font-family:'HarmonyOsSansSc';	
	color:rgba(51,51,51,1);
	line-height: 30px;
	padding-top: 29px;
}
.middle_vehicle_text span:last-child{
	padding-right: 9px;
}
.middle_vehicle_span>div>a,.middle_vehicle_span>div>span{
	flex: 1;
	text-align: center;
	/*margin: auto;*/
}
.middle_vehicle_img a:nth-child(1) img{
	padding-left: 9px;
}
.middle_vehicle_img a:nth-child(5) img{
	padding-right: 9px;
}
.middle_vehicle_img img{
	padding-top: 35.5px;
}
.middle_vehicle>div:last-child{
	width: 394px;
	height: 228px;
	background: url(../image/home_img5@2x.png);
	background-repeat: no-repeat;
}
.middle_box1{
	height: 650px;
	background-image: url(../image/home_bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 650px;
}
.middle_box1_study{
	width: 1000px;
	margin: auto;
	display: flex;
}
.middle_box1_study>div{
	width: 398px;
	height: 308px;
	padding: 169px 61px 0 0;
}
.middle_study_text>a>h1{
	width:98px;
	height:24px;
	font-size:24px;
	font-family:'HarmonyOsSansSc';
	color:rgba(255,255,255,1);
	line-height:29px;
	padding-top: 77px;
}
.middle_study_text>a{
	text-decoration:none;
}
.middle_study_text p:nth-child(2){
	width:280px;
	height:12px;
	font-size:14px;
	font-family:'HarmonyOsSansSc';
	color:rgba(255,255,255,1);
	padding: 9px 0 25px 0;
}
.middle_study_text p:nth-child(3){
	width:487px;
	height:88px;
	font-size:16px;
	font-family:'HarmonyOsSansSc';
	color:rgba(255,255,255,1);
	line-height:24px;
}
/*底部*/
.footer_box{
	width: 100%;
	background:rgba(243,243,243,1);
}
.footer{
	width:1000px;
	height:230px;
	margin: auto;
	position: relative;
}
.footer_box{
	display: flex;
}
.footer_text ul{
	list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    display: flex;
    flex: 1;	
}
.footer_text{
	margin-top: 85px;
	margin-left: 60px;
}
/*.footer_text ul:first-child{
	font-size:16px;
	font-family:'HarmonyOsSansSc';
	color:rgba(51,51,51,1);
}*/
.footer_text ul:nth-child(1){
	font-size:16px;
	font-family:'HarmonyOsSansSc';
	color:rgba(51,51,51,1) ;
	margin-bottom: 22px;
}
.footer_text>ul:last-child span{
	border-left: 2px solid #DDDDDD;
	height: 18px;
	margin:0 14px;
}
.footer_site_info{
	padding-top:55px ;
	right: 0;
    position: absolute;
}
.footer_site_info p{
	font-size: 16px;
	padding:0;
	margin: 0;
	color: #333333;
}
.footer_site_info p:nth-child(2){
	width:270px;
	font-size:16px;
	font-family:'HarmonyOsSansSc';
	color:#666666;
	line-height:30px;
	padding-top:6px ;
}
.footer_bottom{
	line-height: 55px;
}
.footer_bottom{
	width: 1000px;
	position: absolute;
	height: 1px;
	border-top:1px solid rgba(0,86,183,0.1);
	margin: auto;
	margin-top: 10px;
}
.footer_bottom>span a{
	color: rgba(51,51,51,1);
}
.footer_bottom>span:nth-child(1){
	float: left;
	margin-top: 5px;
}
.footer_bottom>span:nth-child(2){
	float: right;
	margin-top: 5px;
}
.footer_text ul a{
	color: rgba(102,102,102,1);
    text-decoration: none;
}
.footer_text ul li:hover,.active1{
	border-bottom: 2px solid #004CD8;
}
.new_middle_vehicle{
	display: flex;
	width: 1025px;
	margin: 55px auto 80px;
}
.new_middle_vehicle a{
	display: block;
	flex: 1;
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
.new_middle_vehicle a>img{
	width: 100%;
	height: 153px;
	background: linear-gradient(225deg, #EAEBED 0%, #DFE0E4 100%);
}
.new_middle_vehicle a p{
	background: linear-gradient(180deg, #00BEFF 0%, #0077C3 100%);
	height: 38px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_middle_vehicle a div{
	background: linear-gradient(180deg, #00BEFF 0%, #0077C3 100%);
	height: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:5px 10px;
	box-sizing: border-box;
}
.new_middle_vehicle a p img{
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 3px;
}
.new_middle_vehicle a div img{
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 3px;
}
.new_middle_vehicle a p span{
	display: block;
}