@charset "UTF-8";

/*layer_test.css*/

/*RESET CSS ================= */
html, head, body, h1, h2, h3, h4, h5, h6, div,
ol, ul, li, dt, dd, p {padding: 0; margin: 0; border: 0}
ol, ul, li, dt, dd {list-style: none;}
a {text-decoration: none;}
header, footer, aside, nav, section, article {display: block;}
h1 {font-size: 1rem;}

/*COMMON CSS ================= */

.clearfix:after,
.clearfix::after {content: " "; clear: both; display: block;
	width: 0; height: 0;}
.hidden {}
/*DESIGN CSS ================= */

#wrap {margin: auto; width:1900px; height: 3560px; 
	background-color: #eee;}
#headBox {width: auto; height: 120px;
	background-color: #ddd;}
.upnav {width: 1900px; height: 40px;
	background-color: #f5f5f5;}
.nav_text {width: 350px; height: 40px; float: right;}
.fc_logo {width: 40px; height: 40px ; 
	overflow: hidden; float: left;}
.fc_logo>img {width: 40px; height: 40px;display: block;}
.nav_info>li {float: left; font-size: 1rem;
	line-height: 35px;}
.nav_info>li:nth-child(1) {width:40px; height: 40px;
	 text-align: center;}
.nav_info>li:nth-child(2) {width:70px; height: 40px;
	 text-align: center;}
.nav_info>li:nth-child(3) {width:70px; height: 40px;
	 text-align: center;}
.nav_info>li:nth-child(4) {width:100px; height: 40px;
	 text-align: center;}

.lowernav {width: 1900px; height: 80px; background-color: #fff; }
.mainLogo {margin: 7px 10px;width:240px; height: 66px; float: left;
	background-color: #333;}
.main_nav {width: 1400px; height: 80px; float: left;}
.main_nav>li {margin: 30px 50px ; float: left;
	font-weight: bold; font-size: 1.2rem;}
.main_nav>li:nth-child(1) {margin-left: 250px}
.nav_box {width: 240px; height: 80px; float: right;}
.reserve {width: 80px; height: 80px; float: left; 
	border:1px solid #ccc; box-sizing: border-box;}
.reserve>img {margin: 10px auto; width: 30px; height: 30px; 
	display: block; overflow: hidden;}
.reserve>p {text-align: center}
.search {width: 80px; height: 80px; float: left; overflow: hidden;
	border:1px solid #ccc; box-sizing: border-box;}
.search>img {margin: 10px auto; width: 30px; height: 30px; 
	display: block; overflow: hidden;}
.search>p {text-align: center;}
.all_icon {width: 80px; height: 80px; float: left; overflow: hidden;
	background-color: #c83229}
.all_icon>img {margin: 25px auto; width: 30px; height: 30px; 
	display: block; overflow: hidden;}


#mainBox {width: auto; height: 860px;
	background-color: #ccc;}
.main_cont>p {width: 640px; height: 50px; font-size: 2.3rem;}
.main_cont>h2 {width: 280px; height: 70px; 
	font-size: 3rem; font-weight: bold;}
.page_num>li {width: 142px; height: 70px; 
	background-color:#222; float: left;}

#newsBox {width: auto; height: 900px;
	background-color: #bbb;}

#vrBox {width: auto; height: 850px;
	background-color: #aaa;}

#numBox {width: auto; height: 700px;
	background-color: #999;}

#footBox {width: auto; height: 130px;
	background-color: #888;}



