.logo {
	line-height: 0;
}
.logo img {
	width: 100%;
}
.logo h1 {
	line-height: 0;
	text-indent: -9999px;
}
.header {
	width: 100%;
	display: block;
	position: relative;
	background: url(../images/main_circle_bg.png) left top repeat;
}
.header:after {
	position: absolute;
	display: block;
	content: '';
	width: 30%;
	height: 100%;
	background: #4BA098;
	left: 0;
	top: 0;
	z-index: 1;
}
.sys_title {
	float: left;
	position: relative;
	z-index: 10;
	width: 32%;
}
.nav {
	float: left;
	position: relative;
	z-index: 10;
	width: 68%;
}
.sys_title ul li {
	display: block;
	float: left;
	width: 50%;
	line-height: 40px;
	padding: 20px 0 20px 55px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4BA098 ;
}
.sys_title ul li:first-child {
	background-image:url(../images/icon_camp1.png);
}
.sys_title ul li:nth-child(2) {
	background-image: url(../images/icon_camp2.png);
}
.sys_title ul li a {
	color: #fff;
}
.nav ul li {
	display: block;
	float: left;
	width: 20%;
	background-position: 6px center;
	background-repeat: no-repeat;	
}
.nav ul li a {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	padding: 24px 0;
	display: block;
	height: 80px;
}
.nav ul li:hover a, .nav ul li.active a {
	opacity: 0.9;
	letter-spacing: 1px;
}
.nav ul li:first-child,.nav ul li:nth-child(2) {background-image:url(../images/icon_leaf.png);}
.nav ul li:nth-child(3) {background-image:url(../images/icon_cart.png);}
.nav ul li:nth-child(4) {background-image:url(../images/icon_money.png);}
.nav ul li:nth-child(5) {background-image:url(../images/icon_zoom.png);}
.nav ul li.outer_link {
	display: none;
}


.footer {
	background:url(../images/main_circle_bg.png) left top repeat;
	padding: 20px 0 0 0;
}
.footer_list {
	margin: 20px 0; 
}
.footer_list li {
	display: block;
	float: left;
	min-height: 80px;
	margin-right: 3%;
	letter-spacing: 2px;
	border-left: 1px dotted #222;
}
.footer_list li:first-child {
	width: 25%;
	border: none;
}
.footer_list li:nth-child(2) {
	width: 36%;
}
.footer_list li:nth-child(3) {
	width: 30%;
}
.footer_list li  h2 + span {
	font-size: 12px;
	color: #aaa;
}
.footer_list li  h2 + span a {
	color: #aaa;
}
.footer_list li p {
	font-size: 14px;
	padding: 0.3em 1em;
}
.footer_list li p .title {
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
.footer_list li p .txt {
	width: 76%;
	display: inline-block;
}
.footer_list li a {
	color: #444;
}
.footer_list li p a {
	width: 50%;
	display: inline-block;
	text-align: right;
}
.copyR {
	display:none;
}
.keywords {
	width: 100%;
	display: block;
	height: 5px;
	overflow: hidden;
	color: #072457;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-text-size-adjust: none;
	background: #8f9292;
}
.to_top {
	width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
    display: none;
    background: url(../images/top.png) center center no-repeat;
    z-index: 30;
    border: 1px solid #439191;
}

@media screen and (max-width: 1120px) {
.logo {
	border-top: 5px solid #4BA098;
	width: 100%;
	overflow: hidden;
}
.logo img {
/*	width: 150%;*/
}
.header:after {
	width: 100%;
    height: 50%;
}
.sys_title {
	width: 100%;
}
.sys_title ul li {
	background-position: 25% center;
	font-size: 20px;
	width: 43%;
	padding: 15px 0 15px 14%;
}
.nav {
	width: 100%;
}

@media screen and (max-width: 786px) {
.header {
	height: auto;
}
.header .center {
	width: 100%;
}
.header:after {
	display: none;
}
#nav-toggle {
	cursor: pointer;
	width: 35px;
	height: 35px;
	position: absolute;
    top: 25px;
    right: 10px;
    padding-top: 10px;
    z-index: 9999;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 35px;
  background: #4ba098;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 300ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.nav {
	display: none;
	width: 100%;
}
.nav ul li {
	width: 100%;
	float: none;
	background-position: 31% center;
}
.nav ul li a {
	background-image: none;
	padding-top: 15px;
	height: 50px;
}

.footer_list li {
	min-height: auto;
}
.footer_list li  h2 + span {
	display: none;
}
.footer_list li:first-child {
	width: 100%;
	text-align: center;
}
.footer_list li:nth-child(2) {
	width: 100%; 
	border: none;
	margin: 20px 0;
}
.footer_list li:nth-child(3) {
	width: 100%;
	border: none;
	margin: 20px 0;
}
.footer_list li p {
	width: 350px;
	margin: 0 auto;
}
.footer_list li p .title {
	width: 20%;
	text-align: right;
	padding-right: 10px;
}
.footer_list li p .txt{
	width: 76%;
}
.footer_list li:nth-child(3) p {
	width: 50%;
	display: block;
	float: left;
	padding: 0;}
.footer_list li:nth-child(3) p a {
	text-align: center;
}
.copyR {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #eee;
	background: #8f9292;
	padding: 5px 0 5px 0;
}
.copyR a {
	color: #eee;
}

@media screen and (max-width: 590px){

}/*590*/
}/*786*/
}/*1120*/



