/* 文章教程 */
.banner {
	height: 250px;
	background: url(../img/other/course_bg.png) no-repeat;
	margin-top: 10px;
}

.banner-left {
	float: left;
	margin-left: 70px;
}

.banner-right {
	float: right;
	margin-right: 40px;
}

.banner-left-p1 {
	font-family: PangMenZhengDao;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #f9fcff;
	margin-top: 25px;
}

.banner-left-p2 {
	font-size: 24px;
	color: #f9fcff;
	margin-top: 5px;
}


/* 下载 */
.banner-download {
	width: 190px;
	margin-top: 20px;
}

.banner-download .download {
	display: block;
	width: 190px;
	height: 46px;
	background-color: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(0, 68, 23, 0.29);
	border-radius: 23px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #0264c7;
}

.banner-download .download i {
	display: inline-block;
	width: 23px;
	height: 21px;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 12px;
	background: url(../img/global/course_button.png) no-repeat;
}

.banner-download p {
	text-align: center;
	margin-top: 5px;
}

.banner-download p a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

.banner-download p span {
	display: inline-block;
	background: #FFFFFF;
	width: 1px;
	height: 12px;
	vertical-align: top;
	margin: 5px;
}
.banner-download .download:hover{
	background: #F1F4F7;
}
.banner-download p a:hover{
	color: #E6E6E6;
}

.course-main {
	margin-top: 30px;
	margin-bottom: 30px;
}

.article {
	float: left;
	width: 940px;
	background-color: #ffffff;
	box-shadow: 0px 1px 7px 0px rgba(98, 127, 107, 0.13);
	padding-bottom: 80px;
}

.article-top {
	text-align: center;
}

.article-top p:nth-child(1) {
	font-size: 28px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: -2px;
}

.article-top p span {
	font-size: 16px;
	line-height: 19px;
	color: #999999;
}

.article-top p span:nth-child(1) {
	margin-right: 25px;

}

.article p {
	width: 865px;
	margin: auto;
}


.article-p1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	color: #006acb;
	padding-bottom: 20px;
	padding-top: 25px;
}

.article-p1 i {
	width: 16px;
	height: 18px;
	display: inline-block;
	background: url(../img/other/course_icon.png) no-repeat;
	vertical-align: top;
	margin-right: 5px;
}

.article-p2 {
	background: url(../img/other/bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 24px 0px 24px 0px;
}

.article-p2 span {
	display: block;
	font-size: 14px;
	color: #006acb;
	margin-left: 20px;
	line-height: 24px;
}

.article-p3 {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
}

.article-p4 {
	font-size: 14px;
	line-height: 24px;
	color: #ff6325;
	text-indent: 1.5em;
}
.article-img{
	padding-bottom: 80px;
	padding-top: 20px;
}
.article p img {
	display: block;
	margin: auto;
	width: 656px;
	    box-shadow: 0px 3px 10px 0px rgba(85, 85, 85, 0.2);
}



/* 侧边栏 */
.sidebar {
	float: right;
	width: 240px;
	position: relative;
}

.sidebar-div {
	position: absolute;
	top: 0px;
}

.sidebar-div div {
	width: 240px;
	height: 80px;
	box-shadow: 0px 3px 16px 0px rgba(98, 127, 107, 0.13);
	background: url(../img/other/course_bg_default.png) no-repeat;
	background-size: 100% 100%;
	/* margin-bottom: 50px; */
	cursor: pointer;
}
.sidebar-div>span{
	display: block;
	height: 62px;
	width: 240px;
	text-align: center;
}
.sidebar-div>span img{
	vertical-align: top;
	display: inline-block;
	margin-top: 10px;
}
.sidebar div span {
	font-size: 22px;
	line-height: 80px;
	letter-spacing: 1px;
	color: #04abf9;
}

.sidebar-UP i {
	display: inline-block;
	width: 26px;
	height: 36px;
	background: url(../img/other/course_u_default.png) no-repeat;
	vertical-align: top;
	margin: 24px 16px 0px 21px;
}

.sidebar-PE i {
	display: inline-block;
	width: 28px;
	height: 33px;
	background: url(../img/other/course_pe_default.png) no-repeat;
	vertical-align: top;
	margin: 24px 16px 0px 21px;
}

.sidebar-reinstall i {
	display: inline-block;
	width: 35px;
	height: 31px;
	background: url(../img/other/course_sys_default.png) no-repeat;
	vertical-align: top;
	margin: 27px 12px 0px 18px;
}

.sidebar-div .sidebar-action {
	background: url(../img/other/course_bg_activation.png) no-repeat;

}

.sidebar-div .sidebar-action span {
	color: #FFFFFF;
}

.sidebar-UP .i-action {
	background: url(../img/other/course_u_activation.png) no-repeat;
}

.sidebar-PE .i-action {
	background: url(../img/other/course_pe_activation.png) no-repeat;
}

.sidebar-reinstall .i-action {
	background: url(../img/other/course_sys_activation.png) no-repeat;
}

/* 滑动 */
.sidebar-div div:hover {
	background: url(../img/other/course_bg_activation.png) no-repeat;
}

.sidebar-div div:hover span {
	color: #FFFFFF;
}

.sidebar-div .sidebar-UP:hover i {
	background: url(../img/other/course_u_activation.png) no-repeat;
}

.sidebar-div .sidebar-PE:hover i {
	background: url(../img/other/course_pe_activation.png) no-repeat;
}

.sidebar-div .sidebar-reinstall:hover i {
	background: url(../img/other/course_sys_activation.png) no-repeat;
}







/* 快捷查询 */
.quickQuery {
	background: #FFFFFF;
	padding-bottom: 140px;
	padding-top: 80px;
}

.quickQuery-content {
	font-size: 0;
	margin-top: 49px;
	padding-bottom: 94px;
}

.quickQuery-content>div {
	width: 373px;
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.quickQuery-content>div:nth-child(1) {
	margin-left: 0px;
}

.quickQuery-content>div> .quickQuery-p {
	width: 373px;
	height: 60px;
	background-color: #f3f9ff;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;

	font-size: 20px;
	color: #0069ce;
	font-weight: bold;
}

.quickQuery-content>div img {
	margin-right: 10px;
}
.quickQuery-content>div>div{
	overflow: hidden;
	margin-top: 10px;
	height: 551px;
	background-color: #f3f9ff;
}
.quickQuery-content>div>div .quickQuery-div{
	width: 373px;
	height: 551px;
	background-color: #f3f9ff;
	overflow: auto;
    border-radius: 4px;
	position: relative;
}
.quickQuery-content>div div p {
	display: block;
	text-align: left;
	line-height: 80px;
	position: relative;
}

.quickQuery-content>div div p span:nth-child(1) {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin-left: 42px;
	width: 147px;
}

.quickQuery-content>div div p span:nth-child(2) {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #0069ce;
	position: absolute;
	right: 20px;
	width: 82px;
	text-align: center;
}
.quickQuery-content>div .rolling1{
	position: absolute;
	height: 551px;
	width: 10px;
	background:#F3F9FF;
	right: 10px;
	top: 70px;
	z-index: 1;
	border-radius:0;
}


/* IE 浏览器 */
.quickQuery-content>div div {
	/*三角箭头的颜色*/
	scrollbar-arrow-color: #e5f2ff;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #b1d3ff;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #e5f2ff;
	/*滚动条阴影*/
	scrollbar-shadow-color: #e5f2ff;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #e5f2ff;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: #7F7F7F;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: #7F7F7F;
	/*滚动条基准颜色*/
	scrollbar-base-color: #7F7F7F;
}
/* .quickQuery-div {
	position: relative;
	top: ;
} */

/* 设置滚动条的样式 */
.quickQuery-content>div div::-webkit-scrollbar {
	width: 10px;
}

/* 滚动槽 */
.quickQuery-content>div div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(229, 242, 255, 0.3);
	background-color: #e5f2ff;
	border-radius: 5px;
}

/* 滚动条滑块 */
.quickQuery-content>div div::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #b1d3ff;
	border-radius: 4px;
}



/* 报错页面 */
.error {
	text-align: center;
	height: 900px;
}

.error img {
	display: block;
	margin: auto;
	margin-top: 260px;
}

.error p {
	padding-top: 50px;
	padding-bottom: 30px;
}

.error div {}

.error div .error-a1 {
	display: inline-block;
	width: 96px;
	height: 28px;
	border-radius: 14px;
	border: solid 2px #0069ce;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-right: 45px;
}

.error div .error-a2 {
	display: inline-block;
	width: 96px;
	height: 28px;
	border-radius: 14px;
	background: url(../img/other/404_500_Button.png) no-repeat;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}
