﻿@charset "utf-8";
body{
/*	font-family:"宋体", Arial;
	font-size: 9pt;*/
	border:0;
	margin:0 auto;
	padding:0;
	
}
#main{
	background-image:url(../images/bg2026.png);
	background-position:top center;
	background-repeat:no-repeat;
	position: relative;
        background-size: cover;
}

ul,li{list-style:none;}
.IndexContent{ width:1200px;position: relative; height:768px; display: flex;flex-direction:column;align-items: center; margin:0 auto; position:relative;}
.wza{
	position: absolute;
	right:30px;
	top:30px;
	z-index: 999;
	border:2px solid #fff;
	border-radius: 50px;
	padding:5px 30px;
	font-size:14px;
	color:#fff;
}
.logo{
	position: absolute;
	left:30px;
	top:40px;
}
.logo img{
	width:300px;
}
.wza:hover{
	background: rgba(0,0,0,.1);
	color:#fff;
}
.logos{
	margin:120px 0 20px;
	width: 200px;
	display: block;
}
.lhtitle{ height:23px;}
.lhtitle2017{ width:100%;text-align: center}
.lhtitle2017 img{
	width:90%;
}
.enterBtn{
	margin:40px 0;
}
.enterBtn a{
	width: 240px;
	height: 80px;
	text-align: center;
	color: #c70100;
	font-size: 36px;
	background: linear-gradient(to right, #fdcb7a, #ffe9bd);
	display: block;
	border-radius: 10px;
	font-weight: bold;
	line-height: 80px;
	transition: .3s;
}
.enterBtn a:hover{
	background: linear-gradient(to right, #ffe9bd, #ffe9bd);
	color: #c70100;
}
@media (max-width: 1200px){
	body{
		background-size: 100% 100%;
	}
	.IndexContent{
		height: auto;
		width: 100%;
	}
}
@media (max-width: 767px){
	body{
		background-size:cover;
		background-position: left top;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.logos{
		width: 160px;
		margin-top: 100px;
	}
	.IndexContent{
		width: 100%;
		flex:1
	}
	.footer{

	}
	.wza{
		display: none;
	}
	.enterBtn a{
		height:auto;
		line-height:3;
		font-size: 14px;
	}
	.logo img{
		width:120px;
	}
}
