.topimg{
    width: 100%;
    min-width: 1280px;
    height: 560px;
    padding-top: 100px;
}
.topimg_main{
	min-width: 1200px;
    width: 1440px;
    height: 300px;
    margin: auto;
    margin-top: 210px;
}
.topimg_bg{
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -1;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	min-width: 1280px;
	-webkit-animation-name: bgzoom;
    -webkit-animation-duration: 8s; 
}
.topimg_main_txt1{
	color: #c70068;
    font-size: 26px;
	-webkit-animation-name:txtup;
    -webkit-animation-duration:1.1s; 
}
.topimg_main_txt2{
	font-size: 40px;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
	-webkit-animation-name:txtup;
    -webkit-animation-duration: 1.2s; 
}
.topimg_main_txt3{
	margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
    max-width: 430px;
	color: #fff;
	-webkit-animation-name:txtup;
    -webkit-animation-duration: 1.3s; 
}

.contact{
	background: #f7f7f9;
    width: 100%;
    min-width: 1280px;
    height: auto;
    overflow: hidden;
}
.contact_tit{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.contact_tit h4 {
    font-size: 16px;
    color: #c70067;
}
.contact_tit h3 {
    font-size: 48px;
    padding-bottom: 25px;
}
.contact_us{
    max-width: 1440px;
    min-width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;	
    padding-bottom: 80px;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;	
}

.contact_us_li{
	width: 90%;
    height: auto;
    padding: 5%;
    overflow: hidden;
	background: #fff;
}
.contact_us_li .img{
    width: 50%;
    height: 400px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
}
.contact_us_li .img img{
	width:100%;
	height:400px;
	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: 46%;
    height: auto;
    float: right;
}
.contact_us_li .txt li{
	float: left;
    width: 100%;
	height: 50px;
    line-height: 50px;
}
.contact_us_li .txt li i{
	font-style: normal;
    padding-right: 13px;
    color: #c70067;	
}
.contact_us_li .txt li b{
	font-size:18px;
}
.contact_msg{
	width:100%;
	background: #fff;
	height:auto;
	padding-top: 80px;	
    padding-bottom: 80px;
}
.contact_msg_main{
	max-width: 1360px;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	padding:40px;
	background: #f7f7f9;
}
.contact_msg_main_img{
	float: left;
    width: 50%;
    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{
	float: left;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
		-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.contact_msg_main_tit{
    font-size: 14px;
    color: #666;margin-bottom: 50px;
}
.contact_msg_main_li input{
    width: 100%;
    height: 50px;
    background: #f7f7f9;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    margin-bottom: 15px;	
}
.contact_msg_main_li textarea{
    width: 100%;
    height: 100px;
    background: #f7f7f9;
	border:0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    margin-bottom: 15px;		
}
.contact_msg_main_an{
	float: right;
    margin-right: 5%;
    margin-top: 15px;
    width: 170px;
    background: #c70068;
    color: #fff;
    font-size: 16px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
		-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.contact_join{
    max-width: 1440px;
    min-width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;	
    padding-bottom: 80px;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;	
}
.contact_main_join{
	width: 99.93%;
    height: auto;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.contact_main_join table {
    border-collapse: collapse;
    width: 100%;
}
.contact_main_join table tr{
	border-bottom: 1px solid #eeeeee;
}
.contact_main_join table tr th {
    background: #313168;
    color: #fff;
    font-size: 16px;
    padding: 20px;
}
.contact_main_join table tr td {
    padding: 20px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.contact_main_join table tr th:first-child, .contact_main_join table tr td:first-child {
    text-align: left;
}