*{
    font-size: 0.18rem;
}

/* 关于 */
.about{
    padding: 1.08rem 0;
    box-sizing: border-box;
    background: url(../img/about_bg.png) center center no-repeat;
    background-size: cover;
    margin-top: 0.8rem;
}
.about .main{
    display: flex;
    justify-content: space-between;
}
.about .about_txt{
    width: calc(50% - 0.24rem);
    padding-top: 0.5rem;
}
.about .about_title{
    width: 100%;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 0.65rem;
    color: #000000;
    margin-bottom: 0.37rem;
}
.about .about_cont,
.about .about_cont p{
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.about .about_img{
    width: calc(50% - 0.43rem);
    height: auto;
    border-radius: 0.15rem;
}
.about .about_img img{
    width: 100%;
    height: auto;
}








.about1{
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    background: url(../img/about_img1.png) center center no-repeat;
    background-size: cover;
    padding: 1.56rem 0 0.5rem;
    box-sizing: border-box;
    margin-top: 0;
}
.about1 .main{
    display: block;
}
.about1 .about_title{
    color: #fff;
    text-align: center;
    font-size: 0.45rem;
    margin-bottom: 0.33rem;
}
.about1 .about_cont{
    width: 100%;
    text-align: center;
    color: #fff;
}









.contact{
	background: #F8F8F8;
	padding-top: 0.84rem;
}
.contact .main{
	max-width: 18rem;
	height: 4.2rem;
	padding: 0 0.7rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.3rem;
	background: url(../litpic/contact_bg2.jpg) center no-repeat !important;
	position: relative;
}
.contact .main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(113deg, #00031d87 0%, rgba(84, 86, 104, 0) 100%);
    border-radius: 0.3rem;
}
.contact .contact_box,
.contact .contact_btn{
    position: relative;
    z-index: 2;
}
.contact .contact_box h4{
	font-family: "Montserrat-SemiBold";
	font-weight: 600;
	font-size: 0.45rem;
	color: #FFFFFF;
}
.contact .contact_box p{
	font-family: "Montserrat-Regular";
	font-weight: 400;
	font-size: 0.25rem;
	color: #FFFFFF;
	margin-top: 0.16rem;
}
.contact .contact_btn{
	width: 2.3rem;
	height: 0.6rem;
	background: #D30001;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.2rem;
	font-family: "Montserrat-Regular";
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.contact .contact_btn i{
	width: 0.21rem;
	height: 0.21rem;
	background: rgba(255,255,255,0);
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
	position: relative;
}
.contact .contact_btn i::before{
	content: "";
	position: absolute;
	left: 0.1rem;
	bottom: 0.1rem;
	width: 0.07rem;
	height: 0.07rem;
	background: #FFFFFF;
	border-radius: 50%;
}
.contact .contact_btn:hover i{
	background: #fff;
	border-color: #ffffff;
}
.contact .contact_btn:hover i::before{
	background: #D30001;
}







/* 联系我们 */
.contact_body{
    margin-top: 0.8rem;
    padding: 0.88rem 0 0.96rem;
    box-sizing: border-box;
    background: url(../img/contact_bg.png) center center no-repeat;
    background-size: cover;
}
.contact_body .main{
    display: flex;
    border-radius: 0.15rem;
    overflow: hidden;
}
.contact_body .contact_fl{
    width: 50%;
    /*background: url(../img/contact_bg1.png) center center no-repeat;*/
    background: #B50506;
    /*background-size: cover;*/
    padding: 1.14rem 1.08rem 0.6rem;
    box-sizing: border-box;
}
.contact_body .contact_fr{
    width: 50%;
    /*background: linear-gradient( 115deg, #F21C1E 0%, #B20506 100%);*/
    background: #5B5A5B;
    padding: 1.14rem 0.78rem 0.6rem;
    box-sizing: border-box;
}
.contact_body .contact_tit{
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
    margin-bottom: 0.46rem;
}
.contact_body .contact_txt{
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 1.16666;
    margin-bottom: 0.82rem;
}

.contact_body .contact_view{
    font-family: Montserrat-Light;
    font-weight: 300;
    font-size: 0.35rem;
    color: #FFFFFF;
    line-height: 1.85;
    margin-top: 1.9rem;
}


.contact_body .contact_li{
    margin-bottom: 0.25rem;
}
.contact_body .contact_li span{
    font-family: "Montserrat-Bold";
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-bottom: 0.13rem;
    display: block;
}
.contact_body .contact_li p,
.contact_body .contact_li a{
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 1.6;
}


.contact_body form input{
    width: 100%;
    padding-bottom: 0.15rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4);
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.31rem;
    background: none;
}
.contact_body form input::placeholder{
    color: #FFFFFF;
}
.contact_body form .file{
    width: 100%;
    padding-bottom: 0.19rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0.46rem;
}
.contact_body form .file span{
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
    display: block;
}
.contact_body form .file button{
    width: 1.24rem;
    height: 0.36rem;
    background: #FFFFFF;
    border: none;
    border-radius: 0.05rem;
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.16rem;
    color: #D30001;
    cursor: pointer;
}
.contact_body form input[type="button"]{
    width: 1.75rem;
    height: 0.45rem;
    display: block;
    margin: 0 auto;
    line-height: 0.45rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 0.18rem;
    color: #D30001;
    cursor: pointer;
}





@media screen and (max-width: 1043px) {
    .about{
        margin: 0;
        padding: 50px 0;
    }
    .about .main{
        align-items: center;
    }
    .about .about_txt{
        padding: 0;
        width: 50%;
    }
    .about .about_title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about .about_cont, .about .about_cont p{
        font-size: 16px;
        padding: 0;
    }
    .about .about_img{
        width: calc(50% - 20px);
    }



    .about1{
        min-height: auto;
    }



    .contact{
		padding-top: 40px;
	}
	.contact .main{
		flex-wrap: wrap;
		border-radius: 20px;
		padding: 50px 45px;
		height: auto;
		row-gap: 30px;
	}
	.contact .contact_box h4{
		font-size: 38px;
	}
	.contact .contact_box p{
		font-size: 22px;
		margin-top: 10px;
	}
	.contact .contact_btn{
		width: fit-content;
		font-size: 18px;
		height: auto;
		padding: 12px 20px;
		border-radius: 6px;
		column-gap: 16px;
	}
	.contact .contact_btn i{
		width: 20px;
		height: 20px;
		overflow: hidden;
	}
	.contact .contact_btn i::before{
		width: 8px;
		height: 8px;
		left: 8px;
		bottom: 8px;
	}



    .contact_body{
        margin: 0;
        padding: 40px 0 50px;
    }
    .contact_body .contact_fl,
    .contact_body .contact_fr{
        padding: 30px;
    }
    .contact_body .contact_tit{
        font-size: 34px;
        margin-bottom: 30px;
    }
    .contact_body .contact_txt{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact_body .contact_view{
        font-size: 22px;
    }
    .contact_body .contact_li span{
        font-size: 22px;
    }
    .contact_body .contact_li p{
        font-size: 16px;
    }
    .contact_body form input,
    .contact_body form .file span{
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .contact_body form .file{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .contact_body form .file button{
        font-size: 14px;
        width: auto;
        height: auto;
        padding: 10px 15px;
    }
    .contact_body form input[type="submit"],
    .contact_body form input[type="button"]{
        font-size: 18px;
        width: auto;
        height: auto;
        line-height: initial;
        padding: 10px 25px;
    }
}


@media screen and (max-width: 769px) {
    .about{
        margin: 0;
        padding: 50px 0;
    }
    .about .main{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .about .about_txt,
    .about .about_img{
        width: 100%;
        padding: 0;
    }
    .about .about_title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .about .about_cont, .about .about_cont p{
        font-size: 16px;
    }


    .contact .contact_box h4{
		font-size: 24px;
	}
	.contact .contact_box p{
		font-size: 18px;
	}
	.contact .contact_btn{
		font-size: 16px;
	}
	.contact .main{
		padding: 30px 25px;
	}




    .contact_body .main{
        flex-wrap: wrap;
    }
    .contact_body .contact_fl, 
    .contact_body .contact_fr{
        width: 100%;
    }
}

