*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
body{
	background: #e5e4db;
}
img{
	border: none;
}
.boyun-main{
	width: 1000px;
	margin: 0 auto;
}
.boyun-main h2{
	color: #383838;
	font-size: 24px;
	font-weight: normal;
	font-family:"微软雅黑";
	line-height: 40px;
	padding: 20px 0;
}
.boyun-main .tabTop{
	height: 35px;
	width: 100%;
}
.boyun-main .tabTop .leftTabBtn{
	float: left;
}
.boyun-main .tabTop .leftTabBtn a.cdTab{
	display: block;
	background: #e4e1d6;
	width: 120px;
	line-height: 34px;
	height: 35px;
	border-left: 1px solid #a2a4b3;
	border-top: 1px solid #a2a4b3;
	border-right: 1px solid #a2a4b3;
	border-radius: 4px 4px 0 0;
	text-align: center;
	float: left;
	color: #484848;
	font-size: 16px;
}
.boyun-main .tabTop .leftTabBtn a.on{
	background: #f6f4ec;
	border-top: 3px solid #baae78;
	line-height: 30px;
	height: 33px;
}
.boyun-main .tabTop .rightTabBtn{
	float: right;
	height: 24px;
}
.boyun-main .tabTop .rightTabBtn .cloudSer{
	float: left;
	border-right: 1px solid #4d4d4d;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
}
.boyun-main .tabTop .rightTabBtn .cloudSer i{
	display: block;
	background: url(../images/img_ser.png) no-repeat left top;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 4px;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab{
	width: 103px;
	position: absolute;
	left: 10px;
	top: 28px;
	background: #F6F4EC;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.4);
	display: none;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab .arrow{
	position: absolute;
	top: -12px;
	left: 0;
	width: 103px;
	height: 12px;
	background: url(../images/topArrow.png) no-repeat left top;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab ul li{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-indent: 0.5em;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab ul li a{
	color: #666;
	display: block;
	line-height: 30px;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab ul li:hover{
	color: #3EB7B7;
}
.boyun-main .tabTop .rightTabBtn .cloudSer .cloudSearchTab ul li:hover a{
	color: #3EB7B7;
}
.boyun-main .tabTop .rightTabBtn .downloadTool{
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.boyun-main .tabTop .rightTabBtn .downloadTool i{
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/img_tool.png) no-repeat left top;
	margin-right: 4px;
}
.cdIframe{
	width: 100%;
	background: #f6f4ec;
	border: 1px solid #cecdc2;
}
.cdIframe .errorIP{
	width: 940px;
	height: 450px;
	margin: 0 auto;
	margin-top: 30px;
	border:1px solid #ded6b4;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 4px;
	background: #fbf9f0;
}
.cdIframe .errorIP .errorSorry{
	width: 244px;
	height: 99px;
	margin: 0 auto;
	margin-top: 93px;
}
.cdIframe .errorIP p{
	text-align: center;
	color: #ef9913;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 90px;
}
.cdIframe .errorIP p a{
	font-size: 16px;
	color: #815a3b;
	font-family: "微软雅黑";
	margin-left: 5px;
}
.cdIframe .errorIP p a:hover{
	text-decoration: underline;
}
.docList{
	width: 230px;
	border:1px solid #ded6b4;
	border-radius: 4px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	background: #fbf9f0;
	min-height: 414px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}
.docList h6{
	line-height: 46px;
	font-size: 18px;
	color: #5b5b5b;
	font-family: "微软雅黑";
	font-weight: normal;
	text-indent: 1em;
}
.resourceTable{
	width: 674px;
	border:1px solid #ded6b4;
	border-radius: 4px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	background: #fbf9f0;
	min-height: 414px;
	margin-left: 30px;
	margin-top: 30px;
	float: right;
	margin-right: 30px;
}
.resourceTable .tableMain{
	width: 646px;
	margin: 0 auto;
	margin-top: 15px;
	height: 29px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.resourceTable .tableMain .tableMainTop{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.resourceTable .tableMain .tableMainTop span{
	display: block;
	float: left;
	line-height: 30px;
	color: #1a1a1a;
	font-size: 14px;
	text-indent: 1em;
}
.resourceTable .tableMain .tableMainTop a.resoureTypeBtn{
	display: block;
	float: left;
	width: 80px;
	line-height: 28px;
	color: #1A1A1A;
	border: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	background: url(../images/linearBg.png) repeat-x;
	margin-right: 10px;
}
.resourceTable .tableMain .tableMainTop a.on{
	background: #FBF9F0;
	border-bottom: 1px solid #fbf9f0;
}
.resourceTable .tableMain .tableMainTop a.resoureTypeBtn i{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/img_cd.png) no-repeat left top;
	float: left;
	margin-left: 14px;
	margin-top: 6px;
	margin-right: 3px;
}
.resourceTable .tableMain .line{
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	margin-top: -1px;
	clear: both;
}
.resourceTable .resourceTableList{
	width: 646px;
	margin: 0 auto;
}
.resourceTable .resourceTableList tr td{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px dashed #e6e4e3;
	text-indent: 1em;
}
.resourceTable .resourceTableList tr td i{
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/img_down.png) no-repeat left top;
	margin-top: 7px;
	margin-right: 4px;
}
.resourceTable .resourceTableList tr td a{
	color: #666666;
}
table.page{
	width:648px;
	}
table.page tr td{
	height:20px;
	}	
table.page tr td ul{
	text-align:center;
	}
table.page tr td ul li{
	display:inline;
	line-height:20px;
	font-size:14px;
	text-align:center;
	padding:0 4px;
	margin:0 3px;
	}
table.page tr td ul li.on{
	background:#44a7d7;
	}
table.page tr td ul li a{
	color:#666;
	}
table.page tr td ul li.on a{
	color:#fff;
	}
.cloudDownload{
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}
.cloudDownload .leftCloud{
	width: 151px;
	height: 144px;
	float: left;
	margin-top: 20px;
	margin-left: 65px;
}
.cloudDownload .leftCloud img{
	width: 151px;
	height: 144px;
}
.cloudDownload .midCloud{
	width: 300px;
	float: left;
	margin-left: 80px;
	margin-top: 70px;
}
.cloudDownload .midCloud p{
	line-height: 24px;
	color: #4c4c4c;
	font-size: 16px;
}
.cloudDownload .rightCloud{
	float: left;
	width: 183px;
	height: 54px;
	margin-top: 70px;
	color: #fe0000;
}
.bottomRight{
	line-height: 60px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	background: #b9b9b9;
	margin-top: 20px;
}

/*左侧栏登陆*/	
.login{
	width:130px;
	height:620px;
	position:absolute;
	padding:150px 15px 0 15px;
	left:0;
	top:0;
	background-color:#e5e4db;
	}
.login h3{
	font-size:14px;
	font-family:"微软雅黑";
	color:#333;
	font-weight:normal;
	line-height:40px;
	border-bottom:1px dashed #ddd6c2;
	}
.login h6{
	font-size:14px;
	font-family:"微软雅黑";
	color:#333;
	font-weight:normal;
	line-height:40px;
	}
.login a{
	color:#45c9c9;
	}
.login h4{
	font-size:20px;
	color:#333;
	line-height:54px;
	font-family: "微软雅黑";
	}
.login .img{
	width:110px;
	height:146px;
	margin-bottom:10px;
	}
.login p{
	font-size:12px;
	line-height:20px;
	color:#4c4c4c;
	}
.login a.readMore{
	display: inline-block;
	color: #3abc56;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
.login a.readMore .showMore{
	position: absolute;
	left: 60px;
	top: 0;
	width: 430px;
	line-height: 30px;
	color: #666666;
	padding: 10px 20px;
	background: #f5f1e1;
	border-radius: 5px;
	z-index: 99;
	box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1);
	display: none;
	cursor: default;
}
.login a.readMore:hover{
	text-decoration: underline;
}
.login a.feedBack{
	display: block;
	width:120px;
	line-height:30px;
	text-align: center;
	color: #fff;
	background: #45c9c9;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #359a9a;
	margin-top:10px;
	}
.login .clickleft{
	position:absolute;
	right:-15px;
	top:20px;
	cursor:pointer;
	}
.login .clickright{
	position:absolute;
	left:-16px;
	top:0;
	cursor:pointer;
	}


/*用户反馈弹出框*/
.feedBackBox{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/opacityBg.png);
	z-index: 100;
	display: none;
}
.feedBackBox .feedBackDialog{
	width: 360px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	margin-top: 200px;
	overflow: hidden;
}
.feedBackBox .feedBackDialog h2{
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	text-indent: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	border-bottom: 1px solid #cccaca;
	margin-bottom: 20px;
}
.feedBackBox .feedBackDialog .inputBox{
	width: 270px;
	margin: 0 auto;
	height: 28px;
	margin-bottom: 15px;
}
.feedBackBox .feedBackDialog .inputBox label{
	line-height: 28px;
	float: left;
	color: #666666;
	font-size: 14px;
}
.feedBackBox .feedBackDialog .inputBox select{
	float: left;
	width: 180px;
	border: 1px solid #cccaca;
	border-radius: 4px;
	height: 28px;
	outline: none;
}
.feedBackBox .feedBackDialog .inputBox input[type="text"]{
	float: left;
	border: 1px solid #cccaca;
	border-radius: 4px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;	
	width:180px;
}
.feedBackBox .feedBackDialog .inputBox .feedBackBtn{
	display: block;
	width: 88px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #2fc6c6;
	border: 1px solid #23b4b4;
	border-radius: 4px;
	margin: 0 10px;
}

/*错误页面*/
.errorBox{
	width: 100%;
}
.errorBox .errorImg{
	width: 175px;
	height: 142px;
	margin: 0 auto;
	margin-top: 210px;
	margin-bottom: 20px;
}
.errorBox p{
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #4c4c4c;
	font-family: "微软雅黑";
}
.errorBox p a{
	margin: 0 5px;	
}
.errorBox p a:hover{
	text-decoration: underline;
}
.errorBox p a.qiehuan{
	color: #0072fe;
}
.errorBox p a.back{
	color: #ff0000;
}

/*无资源错误页*/
.errorResource{
	width: 940px;
	height: 580px;
	margin: 0 auto;
	margin-top: 30px;
	border:1px solid #ded6b4;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 4px;
	background: #fbf9f0;
}
.errorResource .errorImgBox{
	height: 99px;
	text-align: center;
	margin-top: 150px;
}
.errorResource p{
	text-align: center;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #ef9913;
	line-height: 80px;
}
.errorResource p a{
	font-size: 16px;
	color: #815a3b;
	font-family: "微软雅黑";
	margin-left: 5px;
}
.errorResource p a:hover{
	text-decoration: underline;
}

/*问题请求成功弹出框*/
.questionSentBox{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/opacityBg.png);
	z-index: 100;
}
.questionSent{
	width:360px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 250px;
	overflow: hidden;
}
.questionSent h6{
	font-size: 18px;
	line-height: 48px;
	color: #4c4c4c;
	border-bottom: 1px solid #cccaca;
	font-weight: normal;
	text-indent: 1em;
}
.questionSent .sendCon{
	width: 280px;
	margin: 0 auto;
	margin-top: 30px;
}
.questionSent .sendCon img{
	float: left;
	display: block;
}
.questionSent .sendCon .successCon{
	float: left;
	line-height: 40px;
	font-size: 20px;
	color: #4C4C4C;
	margin-left: 15px;
}
.questionSent .closeQuestion{
	display: block;
	width: 126px;
	height: 32px;
	background: #2FC6C6;
	color: #FFFFFF;
	line-height: 32px;
	border-radius: 4px;
	border: 1px solid #23B4B4;
	margin: 30px auto;
	text-align: center;
}
