.header_top{
	position: initial;
	background: #ffffff;
}
.header_top .flex_box .level1_a{
	color: #202020;
}
.header_lang_tit{
	color: #202020;
}
.contact1_cont{
	position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%, 0);
		background: #FFFFFF;
		border-radius: 20px 20px 0px 0px;
		justify-content: space-between;
		height: 3.15rem;
		padding: 0 1.2rem;
		border-bottom: 1px solid #E8E8E8;
}
.contact1_list{
	flex: 0 0 auto !important;
}
.contact1_list img{
	width: 0.28rem;
	height: 0.28rem;
}
.contact1_list p{
	margin-top: 0.27rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.28rem;
	color: #004DA1;
}
.contact1_list2 img{
	width: 1.4rem;
	height: 1.4rem;
}
.contact1_list2 p{
	margin-left: 0.2rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.contact{
	background: #F3F7FA;
}
.contact2_cont{
	background: #FFFFFF;
	border-radius: 0px 0px 20px 20px;
	justify-content: space-between;
	height: 1.95rem;
	padding: 0 1.2rem;
}
.contact2_list{
	flex: 0 0 auto !important;
}
.contact2_top img{
	width: 0.3rem;
	height: 0.3rem;
}
.contact2_top p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #202020;
	margin-left: 0.12rem;
}
.contact2_bot{
	margin-top: 0.05rem;
}
.contact2_bot p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.1rem;
}


.online{
	padding: 0.8rem 0 1.2rem;
}
.contact_tit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.36rem;
	color: #171717;
	text-align: center;
}
.online_dec{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	text-align: center;
	margin-top: 0.2rem;
}
.formBox{
	margin-top: 0.25rem;
}
#messageText{
	margin-top: 0.25rem;
	height: 0.48rem;
	background: #F9F9F9;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CBCBCB;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	width: 100%;
	padding: 0 0.24rem;
}
.online_flex{
	justify-content: space-between;
}
.form_list{
	flex: 0 0 32% !important;
	position: relative;
}
.form_list2 #messageText{
	padding: 0.14rem 0.24rem;
	height: 2rem;
}
.form_list p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #DA0010;
	position: absolute;
	left: 0.16rem;
	top: 0.38rem;
}
.button{
	width: 2.4rem;
	height: 0.5rem;
	background: linear-gradient( 132deg, #004DA1 0%, #00A0E9 100%);
	border-radius: 54px 54px 54px 54px;
	margin: 0.25rem auto 0;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	cursor: pointer;
}









@media screen and (max-width: 1024px) {
    .n_banner_bg2{
        height: 7rem;
    }
    .contact1_cont{
        flex-wrap: wrap;
        padding: 0.4rem;
        height: auto;
        row-gap: 0.2rem;
    }
    .contact1_list{
        display: flex;
        align-items: center;
        column-gap: 0.2rem;
    }
    .contact1_list p{
        margin-top: 0;
        font-size: 0.3rem;
        line-height: 1.6;
    }
    .contact2_cont{
        padding: 0.4rem;
        flex-wrap: wrap;
        height: auto;
        row-gap: 0.4rem;
    }
    .contact2_list{
        width: 100%;
    }
    .contact2_top p{
        font-size: 0.32rem;
    }
    .contact2_bot p{
        font-size: 0.26rem;
        line-height: 1.6;
    }
    
    .online_dec{
        font-size: 0.25rem;
        line-height: 1.6;
    }
    .online_flex{
        flex-wrap: wrap;
    }
    .form_list{
        flex: 0 0 100% !important
    }
    #messageText{
        height: 0.8rem;
        font-size: 0.28rem;
    }
    
    
    .button{
        font-size: 0.28rem;
    }
}
