.index_vr h1{
    display: flex;
    justify-content: center;
    padding: 4% 0 2% 0;
}









footer {
	width: 100%;
	box-sizing: border-box;
}

.footer_top {
	background-color: #4d4d4d;
	height: 238px;
}

.footer_top .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.footer_top .l {
	margin-left: 200px;
}

.footer_top .l .footer_logo img {
	display: block;
	margin-top: 100px;
	margin-left: 40px;
}

.footer_top .l1 {
	box-sizing: border-box;
	padding-left: 110px;
	
}

.footer_top .l1 .title {
	margin-top: 56px;
}

.footer_top .l1 .title h5 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 34px;
}

.footer_top .l1 .title h5.en {
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_top .l1 ul.footer_nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-top: 26px;
	width: 512px;
	margin-left: -32px;
	margin-right: -32px;
}

.footer_top .l1 ul.footer_nav li a {
	display: block;
	font-size: 16px;
	color: #a2a2a2;
	line-height: 34px;
	margin: 0 32px;
	width: 4em;
}

.footer_top .l1 ul.footer_nav li a.active {
	color: #FFFFFF;
}

.footer_top .l2 {
	padding-left: 45px;
}

.footer_top .l2 .title {
	margin-top: 56px;
}

.footer_top .l2 .title h5 {
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
	font-weight: 500;
}

.footer_top .l2 ul {
	margin-top: 17px;
}

.footer_top .l2 ul:after {
	display: table;
	content: "";
	clear: both;
}

.footer_top .l2 ul li {
	float: left;
	margin-right: 24px;
}

.footer_top .l2 ul li i {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #545454;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer_top .l2 ul li:nth-of-type(1) i {
	background-image: url(../images/footer_i1.png);
}

.footer_top .l2 ul li:nth-of-type(2) i {
	background-image: url(../images/footer_i2.png);
}

.footer_top .l2 ul li:nth-of-type(3) i {
	background-image: url(../images/footer_i3.png);
}

.footer_top .l2 ul li:nth-of-type(4) i {
	background-image: url(../images/footer_i4.png);
}

.footer_top .l2 ul li:nth-of-type(5) i {
	background-image: url(../images/footer_i5.png);
}


.footer_bottom {
	background-color: #4d4d4d;
	border-top: 1px solid #545454;
}

.footer_bottom p {
	/*float: left;*/
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 72px;
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #f16d03;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
}

.wap_footer a:last-child {
	background-image: none;
}

.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
        margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}



@media screen and (max-width: 1650px) {
	
	.footer_top .l {
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
    
    .index_vr h1{
   
    padding: 8% 0 4% 0;
}
    iframe {
    height: 300px !important;
}
.mess_info ul li.submit input{
    font-size: 16px;
}



}