@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height:1.75;
}
ol,ul {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#a62f0f;
}
img {
	border:0;
	vertical-align: middle;
}
input,textarea {
	outline: none;
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	line-height: 0;
	overflow: hidden;
}
.clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
html,body{
	height:100%;
	width:100%;
}
body{
	background:url(../img/bigbg.jpg) center no-repeat;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.miandiv{
	width:100%;
	max-width:1040px; 
	height:650px;
	max-height:100%;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/bg.png) center no-repeat;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-325px;
	margin-left:-520px;
	z-index: -1;
}
.miandiv .icon{
	text-align:center;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:30px;
}
.miandiv .icon img{
	max-width:100%;
	max-height:100%;
}
.miandiv h3{
	text-align:center;
	overflow:hidden;
	padding-bottom:10px;
}
.miandiv h3 img{
	max-width:100%;
	max-height:100%;
}
.contactway{
	width:44%;
	position: relative;
	top: 35%;
	margin: 0 auto;
	overflow:hidden;
}
.contactway p{
	line-height:34px;
	font-size:22px;
	color:#c1081c;
}
.contactway p span{ 
	display:inline-block;
}
body.mobileindex{
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px){
	.contactway{
		top: 24%;
		width: 48%;
	}
	.contactway p{
		font-size: 15px;
		line-height: 20px;
	}
	.miandiv{
		width: 100%;
		height: 60%;
		max-width: 140%;
		margin: -60% 0 0 -55%;
		max-height: auto;
		background-size: 120% 100%;
		z-index: 10;
	}
}













