@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px;}
body{font-size:14px;   color: #333; font-family:'Arial', 'Helvetica', 'sans-serif','Microsoft Yahei';}
a{color:#333;}
img{border:0px;}
ul{list-style-type:none;}
li{list-style-type:none;}

a{
	text-decoration:none;
}
.top{width:100%; margin:0 auto; position:absolute; top:0px; z-index: 200;}
.topin{width:1200px; margin:0 auto; height:60px; line-height:60px;}
.topa{float:right; color:#003399;}
.topb{float:right; margin-left:10px;}
.topc{float:right; margin-left:10px;}
.topc input{ float:left;margin-top:14px;}
.topb a{ display:block; width:27px; height:27px; margin-top:15px; margin-right:8px;}
.a-weix {
    position: relative;
    background-image: url(../../images/wx.jpg);
	border-radius:100%;
	float:left;
}
.a-weix .picimg {
    position: absolute;
    width: 200px;
    height: 200px;
    display: none;
    z-index: 999;
    left: -35px;
    top: 40px;
	overflow:visible;
}

.a-sj {
    position: relative;
    background-image: url(../../images/sj.jpg);
	border-radius:100%;
	float:right;
}
.a-sj .picimg1 {
    position: absolute;
    width: 200px;
    height: 200px;
    display: none;
    z-index: 999;
    left: -29px;
    top: 40px;
	overflow:visible;
}
.topa a{color:#003399; margin-left:10px; margin-right:10px;}
/*.topb img{border-radius:100%; margin-top:15px; margin-right:8px; }*/
.texta{width:200px; height:26px; background-color:#FFF; border:none;color:#666;}
.menu{width:100%; height:80px; margin:0 auto; line-height:80px; background-color:#003399; position:absolute; margin-top:60px;　box-shadow: 10px 2px 5px #000; z-index:1;}
.menuin{width:1200px; margin:0 auto;}
.logo{float:left; margin-top:5px;}
.menur{float:right; color:#fff;}
.menur a{width:100px; float:left; color:#FFF; text-align:center;font-size:16px; font-weight:bold;}
.menur span{float:left;color:#FFF;}
.menur a:hover{color:#ff6600;}
#actived{color:#ff6600;}
.code_wrap {
    position: absolute;
    left: 80%;
    top: 30px;
    margin-left: -450px;
    width: 900px;
    z-index: 50;
}
.code {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.code li img.wechat {
    position: relative;
    left: 548px;
}
.code li img.mobile {
    position: relative;
    left: 520px;
}
.code li img {
    width: 100px;
    height: 100px;
   display: none;
}

.bt{width:100%; margin:0 auto; margin-top:60px;}
.bta{width:100%; height:295px; margin:0 auto; background-color:#f1f1f1;}
.btb{width:100%; height:50px; margin:0 auto; line-height:50px; background-color:#cccccc;}
.btain{width:1200px; margin:0 auto;}
.btbin{width:1200px; margin:0 auto; text-align:center;}
.btainl{float:left;}
.btainr{ width:94px; float:right; text-align:center; margin-top:90px;}
.btainla{width:200px; float:left; margin-left:20px; margin-right:20px;}

.btainla h3{border-bottom:1px solid #ccc; text-align:center; margin-top:30px; margin-bottom:20px; padding-bottom:20px;}
.btainla  li {width:100%; height:30px; margin:0 auto; line-height:30px; text-align:center;}

.btainlb{width:590px; float:left; margin-left:20px;}
.btainlb h3{width:200px; border-bottom:1px solid #ccc; text-align:center; margin-top:30px; margin-bottom:20px; padding-bottom:20px;}
.btainlb p{line-height:30px;}


/*折叠菜单样式*/
.leftinc{width:253px;border:1px solid #e4e4e4;padding-top:15px;}
div.sdmenu {
	width: 95%;
	font-family: "Microsoft Sans Serif",Arial, Helvetica;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	padding-left:15px;
}
div.sdmenu div {
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
}
div.sdmenu div.collapsed {
	height: 25px;
}
.leftinc ul{margin-top:8px;}
div.sdmenu div span {
	width:80%; overflow:hidden;
	display: block;
	color: #333;
	height:22px;
	cursor: default;
	padding-left:15px;
	line-height: 29px;
	background-image:url(../images/treeah.gif);
	background-repeat:no-repeat;
	background-position:0 11px;
	cursor:pointer;
}
div.sdmenu div.collapsed span {
	background-image:url(../images/treea.gif);
	background-repeat:no-repeat;
	background-position:0 11px;
	overflow:hidden;
}
.adminMenuAccod ul{
	margin-top:10px;
	}
.adminMenuAccod li{
	clear:both;
	background:url(../images/greeDot.jpg) 5px 10px no-repeat ;
	
	}
div.sdmenu div a {
	width:80%;
	margin:0 auto;
	display: block;
	color:#333;
	line-height: 26px;
	height: 26px;
	padding-left:10px;
	background-color:#EEEEEE;
	margin-top:1px;
	overflow:hidden;
}
div.sdmenu div a.current {
	color: #f60;	
}
div.sdmenu div a:hover {
	color: #f60;
}

/*菜单部分结束*/