
.body{
    padding: 1.6rem 0 0.89rem;
    box-sizing: border-box;
}
.body .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body .box1_txt{
    max-width: 5.9rem;
}
.body .box1_txt .box1_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.54rem;
    color: #000;
    margin-bottom: 0.87rem;
    text-transform: uppercase;
    position: relative;
}
.body .box1_txt .box1_title span{
    color: #006FFF;
}
.body .box1_txt .box1_title::before{
    content: "";
    position: absolute;
    width: 0.95rem;
    height: 0.07rem;
    background: #006EFF;
    bottom: -0.4rem;
}
.body .box1_txt .box1_cont,
.body .box1_txt .box1_cont p,
.body .box1_txt .box1_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.9;
} 
.body .box1_img{
    width: 7.58rem;
    height: 6.96rem;
    overflow: hidden;
}





.body2{
    width: 100%;
    height: 100vh;
    background: url(../img/about_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 1.05rem;
}
.body2 .body2_title{
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.54rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}
.body2 .box2{
    width: 94%;
    max-width: 9.62rem;
    min-height: 4.4rem;
    margin: 0 auto;
    padding: 1.1rem 0.9rem;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border-radius: 0.15rem;
}
.body2 .box2  .box2_cont,
.body2 .box2  .box2_cont p,
.body2 .box2  .box2_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
    text-align: center;
}
.body2 .more_class{
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%) !important;
	background: #006EFF;
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0,48,112,0.2);
    border-radius: 2rem;
	width: fit-content;
    height: auto;
	padding: 0.07rem 0.07rem 0.07rem 0.35rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.body2 .more_class i{
	display: block;
	width: 0.89rem;
	height: 0.65rem;
	background: #001EA0 url(../img/more_icon.png) center no-repeat;
	background-size: auto;
	border-radius: 1rem;
	margin-left: 0.3rem;
	transition: all 0.5s;
}
.body2 .more_class:hover i{
	margin-left: 0.4rem;
}







.body3{
    padding: 1.02rem 0 1.23rem;
    box-sizing: border-box;
}
.body3 .body3_title{
    margin-bottom: 0.45rem;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.54rem;
    color: #000000;
    text-transform: uppercase;
}
.body3 .body3_cont{
    max-width: 12.3rem;
    margin: 0 auto 1.02rem;
    text-align: center;
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.body3 .box3{
    display: flex;
    column-gap: 0.2rem;
}
.body3 .box3 .box3_item{
    width: calc(33.33% - 0.133rem);
    min-height: 5.8rem;
    background: #006FFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.15rem;
    padding: 0.76rem 0.53rem 0 0.54rem;
    box-sizing: border-box;
    position: relative;
}
.body3 .box3 .box3_item .box3_title{
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-bottom: 0.79rem;
}
.body3 .box3 .box3_item .box3_cont{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.6;
}
.body3 .box3 .box3_item .box3_icon{
    width: 1.15rem;
    height: 1.15rem;
    position: absolute;
    bottom: 0.84rem;
    left: 50%;
    transform: translateX(-50%);
}









.body4{
    display: flex;
    justify-content: center;
}
.body4 .body4_txt,
.body4 .body4_img{
    width: 50%;
    max-width: 9.6rem;
}
.body4 .body4_txt{
    background: #F8F8F8;
    padding: 0.85rem 1.59rem 0.8rem 2.1rem;
    box-sizing: border-box;
}
.body4 .body4_txt .body4_title{
    margin-bottom: 0.5rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    display: flex;
    align-items: center;
    column-gap: 0.22rem;
}
.body4 .body4_txt .body4_title i{
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/about_icon7.png) center no-repeat;
    background-size: contain;
}
.body4 .body4_txt .body4_cont{
    padding-left: 0.58rem;
}
.body4 .body4_txt .body4_cont,
.body4 .body4_txt .body4_cont p,
.body4 .body4_txt .body4_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 2;
}






.banner{
    width: 100%;
    max-height: 8.2rem;
}









.contact_body{
    padding: 1.35rem 0;
    box-sizing: border-box;
    background: #F8F8F8;
}
.contact_body .main{
    display: flex;
    justify-content: space-between;
    column-gap: 0.72rem;
}
.contact_fl{
    width: 7.88rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.1);
    padding: 0.41rem 0.62rem 0.46rem;
    box-sizing: border-box;
}
.contact_fl .contact_form{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.35rem;
    color: #006FFF;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.contact_fl  form input,
.contact_fl  form textarea{
    width: 100%;
    height: 0.8rem;
    background: #F8F8F8;
    margin-bottom: 0.2rem;
    padding: 0.26rem 0.3rem;
    box-sizing: border-box;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
}
.contact_fl  form input::placeholder,
.contact_fl  form textarea::placeholder{
    color: #757575;
}
.contact_fl  form textarea{
    height: 2.3rem;
}
.contact_fr{
    width: calc(100% - 8.6rem);
    padding-top: 0.41rem;
}
.contact_fr .contact_name{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.35rem;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.68rem;
    position: relative;
}
.contact_fr .contact_name::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #006FFF;
    bottom: -0.3rem;
}
.contact_fr .contact_cont{
    font-family: OpenSans-Bold;
    font-weight: bold;
    font-size: 0.35rem;
    color: #006FFF;
    text-transform: uppercase;
}
.contact_fr .contact_item{
    margin-top: 0.6rem;
}
.contact_fr .contact_item .contact_title{
    display: flex;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.17rem;
    column-gap: 0.12rem;
    align-items: baseline;
    height: 0.34rem;
}
.contact_fr .contact_item:last-child .contact_title{
    align-items:center;
}
.contact_fr .contact_item .contact_title img{
    width: 0.35rem;
    height: 0.35rem;
    object-fit: contain;
}
.contact_fr .contact_item .contact_txt{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}
.contact_fr .contact_item .phone{
    font-family: Sans-SemiBold;
    font-weight: 600;
    font-size: 0.24rem;
}



.submit{
    border: none;
	background: #006EFF;
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0,48,112,0.2);
	width: fit-content;
	padding: 0.07rem 0.07rem 0.07rem 0.35rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0.12rem auto 0;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.submit i{
	display: block;
	width: 0.89rem;
	height: 0.65rem;
	background: #001EA0 url(../img/more_icon.png) center no-repeat;
	background-size: auto;
	border-radius: 1rem;
	margin-left: 0.35rem;
	transition: all 0.5s;
}
.submit:hover i{
	margin-left: 0.4rem;
}


@media only screen and (max-width: 1024px) {
.body{
    padding: 0.5rem 0 0.89rem;
}
.body .main{
    display: block;
}
.body .box1_txt{
    max-width: inherit;
    width: 100%;
}
.body .box1_txt .box1_cont, .body .box1_txt .box1_cont p, .body .box1_txt .box1_cont *{
    font-size: 12px;
}
.body .box1_img{
    width: 100%;
    height: 6.96rem;
    margin-top: 0.2rem;
}
.body2 .body2_title{
    margin-bottom: 0.8rem;
}
.body2 .box2{
    padding: 0.5rem 0.5rem;
}
.body2 .box2 .box2_cont, .body2 .box2 .box2_cont p, .body2 .box2 .box2_cont *{
    font-size: 12px;
}
.body3 .body3_cont{
    font-size: 12px;
}
.body3 .box3{
    flex-wrap: wrap;
}
.body3 .box3 .box3_item{
    flex: 0 0 100%;
    margin-bottom: 0.1rem;
    min-height: 4.8rem;
    min-height: 4.3rem;
}
.body3 .box3 .box3_item .box3_title{
    margin-bottom: 0.29rem;
}
.body3 .box3 .box3_item .box3_cont{
    font-size: 12px;
}
.body3 .box3 .box3_item .box3_icon{
    bottom: 0.34rem;
}
.body4{
    display: block;
}
.body4 .body4_txt{
    padding: 0.85rem 0.4rem 0.8rem 0.4rem;
}
.body4 .body4_txt, .body4 .body4_img{
    width: 100%;
}
.body4 .body4_txt .body4_cont, .body4 .body4_txt .body4_cont p, .body4 .body4_txt .body4_cont *{
    font-size: 12px;
}
.banner{
    margin-top: 50px;
}
.contact_body .main{
    display: block;
}
.contact_fl{
    width: 100%;
}
.contact_fl form input, .contact_fl form textarea,.contact_fl form input::placeholder, .contact_fl form textarea::placeholder{
    font-size: 12px;
}
.contact_fr{
    width: 100%;
}
.contact_fr .contact_item .contact_title,.contact_fr .contact_item .contact_txt{
    font-size: 12px;
}
}