.contact{
	width: 90%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
}
.abuot_main_left_tit{
width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.3rem;
}
.abuot_main_left_tit b{
    font-size: 0.35rem;
    color: #666;
    font-weight: bold;
}
.abuot_main_left_tit p{
    font-size: 0.5rem;
    padding-bottom: 0.25rem;
}
.abuot_main_left_txt{
font-size: 0.28rem;
    width: 100%;
    padding-bottom: 0.2rem;
    line-height: 0.5rem;
}
.abuot_main_r_tit{
    width: 100%;
    height: 0.8rem;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
	margin-bottom:0.3rem;
}
.abuot_main_r_tit img{
    height: 0.4rem;
    float: left;
    margin-top: 0.13rem;
}
.abuot_main_r_tit i{
font-size: 0.35rem;
    font-weight: 500;
    font-style: normal;
    height: 0.65rem;
    float: left;
    line-height: 0.65rem;
}
.contact_us{
width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.contact_us_li{
	width: 100%;
    height: auto;
    overflow: hidden;
	background: #fff;
}
.contact_us_li .img{
	width: 100%;
    height: 3rem;
    border: 0.0168rem solid #e8e8e8;
    overflow: hidden;
}
.contact_us_li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.contact_us_li img:hover{
	-webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    transition: all .8s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.contact_us_li .txt{
	width: 100%;
    height: auto;overflow: hidden;
}
.contact_us_li .txt li{
width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0.3rem;
}
.contact_us_li .txt li i{
	font-style: normal;
    padding-right: 0.1rem;
	font-size:0.26rem;
}
.contact_us_li .txt li b{
    font-size: 0.28rem;
}
.contact_us_li .txt li span{
    font-size: 0.28rem;
}
.contact_msg{
    width: 100%;
    background: #fff;
    height: auto;
    padding-bottom: 0.3rem;
    overflow: hidden;
}
.contact_msg_main{
	width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	padding:5%;
}
.contact_msg_main_img{
	float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.contact_msg_main_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_msg_main_li{
    width: 100%;
    padding-top: 5%;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.contact_msg_main_tit{
    font-size: 0.28rem;
    color: #666;
	margin-bottom: 0.3rem;
}
.contact_msg_main_li input{
    width: 100%;
    height: 0.8rem;
    background: #f7f7f9;
    border-bottom: 0.0168rem solid #ddd;
    font-size: 0.28rem;
    margin-bottom:0.3rem;	
}
.contact_msg_main_li textarea{
    width: 100%;
    height: 1rem;
    background: #f7f7f9;
	border:0;
    border-bottom: 0.0168rem solid #ddd;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;			
}
.contact_msg_main_an{
    margin-right: 5%;
    margin-top: 0.3rem;
    width: 2.5rem;
    background: #c70068;
    color: #fff;
    font-size: 0.28rem;
    padding: 0;
    height: 1rem;
    line-height: 1rem;
    border-radius: 99rem;
    text-align: center;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.contact_join{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    -webkit-animation-name: txtup;
    -webkit-animation-duration: 1.3s;
}
.contact_main_join{
	width: 99.93%;
    height: auto;
    border-left:0.0168rem solid #eeeeee;
    border-right: 0.0168rem solid #eeeeee;
	margin-bottom: 0.3rem;
}
.contact_main_join table {
    border-collapse: collapse;
    width: 100%;
}
.contact_main_join table tr{
	border-bottom: 0.0168rem solid #eeeeee;
}
.contact_main_join table tr th {
    background: #313168;
    color: #fff;
    font-size: 0.26rem;
    padding: 0.2rem;
}
.contact_main_join table tr td {
    color: #666666;
    font-size: 0.26rem;
    padding: 0.2rem;
    text-align: center;
}
.contact_main_join table tr th:first-child, .contact_main_join table tr td:first-child {
    text-align: left;
}