@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: white;
}
body{
	background-color: rgb(188,30,45);
	max-width: 100%;
	overflow-x: hidden;
	font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
	background:url(images/body_bg.jpg) no-repeat center;
	background-size: auto 100%;
	background-origin: 0 0;
}
.box{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin:50px auto;
}
.box1{
	padding: 50px 0;
	margin:0;
}
#logo{
	margin: 0 auto 20px;
	display: block;
	background: url(images/logo.png) center no-repeat;
	background-size: contain;
	height: 50px;
	width: 100%;
}
.box1 h1{
	color: white;
	font-size: 130px;
	line-height: 150px;
	text-shadow: 10px 10px 10px rgb(150,27,25);
}
.box1 p{
	font-size: 30px;
	margin-top: 50px;
	font-weight: bold;
	color: rgb(243,213,202);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgb(243,213,202)),to(rgb(241,197,132)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box2::before{
	content: "";
	position: absolute;
	left: 10%;
	margin-top: -5px;
	z-index: -1;
	display: block;
	background:url(images/feiji.png) no-repeat;
	background-size: 100% 100%;
	width: 265px;
	height: 210px;
}
.box2 p{
	color: white;
	font-size:18px;
}
.box2 p span{
	font-size: 22px;
}
h1,p,.title{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	color: white;
}
.title{
	width: 1200px;
	text-align: center;
	margin-top: 80px;
	color: white;
}
.title::before{
	content: "";
	display: block;
	position: absolute;
	left:12%;
	margin-top: 18px;
	width: 30%;
	height: 2px;
	background-color: white;
}
.title::after{
	content: "";
	display: block;
	position: absolute;
	right: 12%;
	margin-top: -18px;
	width: 30%;
	height: 2px;
	background-color: white;
}
.box3 table{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
.box3 table td,
.box3 table th{
	padding: 20px;
	color: black;
	background-color: white;
}
.box3 a{
	display: block;
	font-weight: bold;
	margin: 50px auto 0;
	line-height: 50px;
	width: 300px;
	height: 50px;
	color: white;
	border-radius: 5px;
	background-color: #EF8A0A;
	box-shadow: 5px 5px 0px red;
	transition: all 1s;
}
.box3 a:hover{
	background:linear-gradient(45deg,#EF8A0A,rgb(212,21,21));
	transition: all 1s;
}
.box4::after{
	content: "";
	position: absolute;
	right: 12%;
	margin-top: -350px;
	background: url(images/youhui.png) center no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 250px;
	height: 250px;
	z-index: 1;
}
.footer,.footer-m{
	over-flow: hidden;
	color: white;	
	text-align: center;
	padding: 30px 0;
	width: 100%;
	display: block;
}
.footer-m{
	display: none;
}
@media screen and (max-width:1200px){
	.footer-m{
	display: block;
		font-size: 1rem;
	}
	.footer{
		display: none;
	}
	.dizhi{
		display: none;
	}
	.box1 h1{
		font-size: 5rem;
	}
	.box2::before{
		display: none;
	}
	.box3 table{
		width: 90%;
	}
	.box3 table td{
		padding: 0px;
	}
	.box5::before{
		display: none;
	}
	.box4::after{
		display: none;
	}
}
@media screen and (max-width:500px){
	.box3::before{
	content: "";
	position: absolute;
	right:5%;
	margin-top: -80px;
	z-index: 1;
	display: block;
	background:url(images/youhui.png) no-repeat ;
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	}
	.box4::before{
	content: "";
	position: absolute;
	left:5%;
	margin-top: -80px;
	z-index: 1;
	display: block;
	background:url(images/fei.png) no-repeat ;
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	}
	.box5::before{
	content: "";
	position: absolute;
	right:5%;
	margin-top: -80px;
	z-index: 1;
	display: block;
	background:url(images/tiao.png) no-repeat ;
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	}
	body{
		background-size: auto 100%;
	}
	#logo{
		height: 30px;
	}
	.box1{
		padding: 20px 0;
		width: 100%;
	}
	.box1 h1{
		width:100%;
		margin:0 10px;
		white-space: nowrap;
		font-size: 2.5rem;
		line-height: 4rem;
	}
	.box1 p{
		font-size: 1.1rem;
		margin-top: 20px;
	}
	.box{
		margin: 0px auto;
	}
	.box3 table{
		font-size: .8rem;
		min-width: 100%;
		max-width: 100%;
	}
	.box3 a{
		margin: 30px auto;
		width: 110px;
		font-size: 1rem;
	}
	.title{
		margin: 20px auto;
		font-size: 1.7rem;
	}
	.title::before{
		left: 5%;
		width: 25%;
	}
	.title::after{
		right: 5%;
		width: 25%;
	}
	.box2 p,.box4 p,.box5 p{
		font-size: .8rem;
	}
	.box2 p{
		display: inline;
	}
	.box2 p span{
		font-size: 1rem;
	}
	.box3 table th{
		white-space: nowrap;
	}
}