﻿
/*-------------------------------mainer----------------------------------*/
.mainer{
	background:url(../images/bg_mainer.jpg) repeat-x top center;
	position:relative;
	min-width:1366px;
}
.mainer .mn_body{
	width:1366px;
	background:none no-repeat top center;
	margin:auto;
}

.mainer .mns_body
{
    display:none;
    width: 289px;
    height: 93px;
    top: 101px;
    left: 402px;
    position: relative;
}
.topbar{
	position:relative;
	top:0;
	left:0;
	width:1366px;
	height:300px;
}

.contxt{
	position:relative;
}

.contxt .leftmenu{
	position:absolute;
	width:175px;
	top:0;
	padding-top:135px;
	margin-top:-110px;
	background:url(../images/bg_leftmenu.jpg) no-repeat top left;
	left:175px;
}
.contxt .leftmenu .titlename{
	position:absolute;
	color:#fff;
	top:30px;
	left:30px;
	text-transform:uppercase;
}
.contxt .leftmenu .titlename .t1{
	font-size:20px;
	line-height:30px;
}
.contxt .leftmenu .titlename .t2{
	font-size:14px;
	line-height:20px;
}
.contxt .leftmenu .item{
	width:124px;
	height:15px;
	line-height:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	color:#b9babd;
	font-size:14px;
	background:url(../images/icon_to_leftmenu.gif) no-repeat 140px 20px #4e5058;
	border-bottom:1px dotted #87898f;
	display:inline-block;
}
.contxt .leftmenu .item:hover, .contxt .leftmenu .item.current{
	color:#fff;
}
.contxt .leftmenu .item.down{
	background-image:url(../images/icon_to_leftmenu_down.gif);
}
.contxt .leftmenu .item.sublink{
	background-image:url(../images/icon_to_leftmenu_sub.gif);
	color:#007864;
	background-color:#fff;
	display:none;
}
.contxt .leftmenu .item.sublink:hover, .contxt .leftmenu .item.sublink.current{
	background-image:url(../images/icon_to_leftmenu_sub_current.gif) !important;
	color:#007864 !important;
}
.contxt .leftmenu .item.sublink.show{
	display:inline-block !important;
}

.contxt .content{
	position:relative;
	width:800px;
	left:400px;
}
.contxt .content .navpath{
	height:15px;
	padding-bottom:10px;
	line-height:15px;
	border-bottom:1px solid #2f877c;
	opacity:0.7;
}
.contxt .content .navpath .item{
	float:left;
	color:#000000;
}
.contxt .content .navpath .icon{
	display:inline-block;
	height:15px;
	width:15px;
	background:none no-repeat center center;
	float:left;
	padding-left:5px;
	padding-right:5px;
}
.contxt .content .navpath .icon.home{
	background-image:url(../images/icon_navlist_home.png);
}
.contxt .content .navpath .icon.goto{
	background-image:url(../images/icon_navlist_to.png);
}
.contxt .content .cnt_title{
	font-size:16px;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #7bb7af;
}
.contxt .content .cnt_title span{
	font-size:14px;
	color:#056e6f;
	margin-left:10px;
}
.contxt .content .cnt{
	min-height:400px;
	padding-bottom:200px;
}
/*-------------------------------footer----------------------------------*/
