body {
				background-color: #F1F1F1;
			}
.layout {
	width: 1200px;
	margin: 0 auto;
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hidden{
	overflow: hidden;
}
.magingt15 {
	margin-top: 15px;
	
}

.magingf10 {
	margin-left: 10px;
}

.backgroundcf {
	background-color: #fff;
}
.fl{
	float: left;
}
.rt{
	float: right;
}
span.a {
	font-size: 12px;
	color: #999990;
}

.header {
	width: 100%;
	height: 295px;
	background-color: #E4F5EB;
}

.header .header-panel {
	background: url(../images/top.png);	
            background-attachment:scroll;
            background-repeat:no-repeat;          
            background-position-x:0%;
            background-position-y:0%;
            background-color:transparent; 
			width: 1200px;
			height: 295px;
}

.header .header-panel .header-panel-hd {
	padding-top: 34px;
	padding-right: 32px;
        text-align: right;
}

.header .header-panel .header-panel-hd a,
.header .header-panel .header-panel-bd p {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #03AF70;
	line-height: 30px;
	/*-webkit-text-stroke: 1px rgba(251, 250, 197, 1);
	text-stroke: 1px rgba(251, 250, 197, 1);*/
	text-shadow: #FBFAC5 2px 0 0, #FBFAC5 0 2px 0,#FBFAC5 -2px 0 0, #FBFAC5 0 -2px 0;
}

.header .header-panel .header-panel-bd {
	text-align: center;
	margin-top: 127px;
}

.header-nav {
	height: 56px;
	background-color: #EBEBEB;
}

.header-nav .header-nav-list {
	display: table;
	background: #03af70;
	padding: 0 87px;
}

.header-nav .header-nav-list li {
	display: table-cell;
	text-align: center;
}
.header-nav .header-nav-list li:hover{
	background-color:#36c58f;
}
.header-nav .header-nav-list .cur{
	background-color:#36c58f;
}
.header-nav .header-nav-list li a {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 56px;
        text-align: center;
        width: 100%;
}

.header-nav .header-nav-list li a:hover {
	color: ;
}

.footer {
	background: #292a32;
	margin-top: 15px;
}

.footer .info-wrap {
	text-align: center;
	height: 100px;
}

.footer .info-wrap span {
	font-size: 14px;
	color: #fff;
	margin-right: 17px;
	display: inline-block;
	line-height: 24px;
}

.footer .info-wrap span.last {
	margin-right: 0;
}

.footer .info-wrap a {
	font-size: 14px;
	color: #aaa;
}

.footer .info-wrap a i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../images/icp-logo.png) no-repeat;
	vertical-align: -3px;
}

.m-back {
	position: fixed;
	/*left: 50%;
	margin-left: 670px;*/
	right: 0;
	top: 130px;
	z-index: 9999;
	
}

.m-back .m-back1 {
	width: 57px;
	text-align: center;
}

.m-back .m-back1 a {
	display: block;
	background-color: #03af70;
	border-top-left-radius: 3px;
	color: #fff;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.m-back .m-back2 {
	width: 57px;
	text-align: center;
	border: 1px solid #03af70;
	border-bottom-left-radius: 3px;
	position: relative;
}

.m-back .m-back2 .m-back-hov {
	background-color: #fff;
}

.m-back .m-back2 .m-back-hov i {
	display: block;
	background: url()no-repeat;
	width: 31px;
	height: 31px;
	position: relative;
	right: 7px;
	bottom: 11px;
}

.m-back .m-back2 .m-back-hov a {
	display: block;
	color: #03af70;
	font-size: 18px;
	padding: 41px 20px;
}

.m-back .m-back2 .m-back-image {
	position: absolute;
	top: 0px;
	right: 56px;
	padding: 20px;
	border: 1px solid #03af70;
	background: #fff;
}

.m-back .m-back2 .m-back-image img {
	width: 218px;
	height: 82px;
}

.m-back .m-back2 .m-back-image p{
	font-size: 14px;
	font-weight: 600;
	color: #333330;
	line-height: 30px;
}

.m-back .m-back2 .m-back-hov:hover .m-back-image {
	display: block!important;
}


.header-nav .header-nav-list li{
				position: relative;
			}
			.header-nav ul li ul{
				position: absolute;
				top:40px;
				left: 0; 
				display: none;
				z-index: 999;
				background:#03af70;
				margin-top: 16px;
				}
				.header-nav .header-nav-list li ul li{
						float: none;
						display:inline-block!important;	
						width: 100%;
			}
			.header-nav .header-nav-list li:hover ul{
				display: block;
			}   
