
@media screen and (max-width:1025px) {
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: normal;*/
	font-size: inherit;
}

button,
input[type=button] {
	/*width: auto;*/
	overflow: visible;
}

input,
select,
textarea,
button {
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	resize: none;
	font-size: inherit;
	margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

img,
object,
embed {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

del {
	text-decoration: line-through;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*em,
i,
strong,
b {
    font-style: normal;
    font-weight: normal;
}*/

a {
	text-decoration: none;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "PingFang SC", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	/* font-size: 16px;*/
} 

.clear_fix:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.show {
	display: inherit !important;
}

.hide {
	display: none !important;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.text_center {
	text-align: center !important;
}

/*通用header style*/
.page {
	background-color: #f5f5f5 !important;
}

.page .header {
	display: flex;
}

/*.page .header,
.page .header_zicheng {
	position: relative;
	height: 50px;
	padding-left: 11px;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	z-index: 10;
}*/
.page .header,
.page .header_zicheng {
	position: relative;
	height: 66px;
/*	padding-left: 11px;*/
	background-color: #fff;
	/*border-bottom: 1px solid #EBEBEB;
	z-index: 10;*/
}
.page .header .header_center {
	margin-left: 100px;
	padding-top: 8px;
}

.page .header_zicheng .header_zicheng_left img,
.page .header .header_left img {
	/*width: 1.4rem;
	height: .44rem;
	height: 0.8rem;*/
}

.page .header .header_center img {
	position: absolute;
	width: 14px;
	height: 14.5px;
	margin-left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.page .header .header_center input {
	font-size: 14px;
	padding-left: 38px;
	border: 1px solid #ccc;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
}

.page .header_zicheng .header_zicheng_right img,
.page .header .header_right img {
	width: 0.38rem;
	height: 0.33rem;
	vertical-align: middle;
}

.page .header_zicheng .header_zicheng_left,
.page .header .header_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.page .header .header_center input {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666;
}

.page .header .header_center input::-ms-input-placeholder {
	color: #B3B3B3;
}

.page .header .header_center input::-moz-input-placeholder {
	color: #B3B3B3;
}

.page .header .header_center input::-webkit-input-placeholder {
	color: #B3B3B3;
}

.page .header_zicheng .header_zicheng_right,
.page .header .header_right {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.page .header .header_right.close {
	padding: 0;
}

.page .header .header_right.close img {
	position: relative;
	padding-top: 5px;
	width: .25rem;
	height: .25rem;
}

/*自考/成考页header共用style*/
.page .header_zicheng .header_zicheng_left .tag {
	display: inline-block;
	padding: 0 8px;
	margin-left: 5px;
	line-height: .42rem;
	text-align: center;
	font-size: 14px;
	color: #0088E6;
	background-color: #D4EDFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	margin-top: 8px;
}

.page .header_zicheng .header_zicheng_right select {
	font-size: 14px;
	line-height: 16px;
	color: #0088E6;
	background-color: #fff;
}

.page .header_zicheng .header_zicheng_right i {
	color: #0088E6;
	font-size: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

/* 分页*/
/* 试题分页*/
/*.pagination {
	display: flex;
	padding: 16px 0 20px;
	border-top: 1px solid #EBEBEB;
	background-color: #fff;
}*/

/*.pagination .status {
	flex: 1;
	font-size: 15px;
	color: #4D4D4D;
	text-align: center;
}

.pagination .status.num {
	font-size: 16px;
}

.pagination .status span {
	color: #4290F9;
}*/

/*通用nav style*/
.page .nav {
	background-color: #fff;
	height: 44px;
	line-height: 44px;
}

.page .nav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0.2rem;
}

.page .nav ul li {
	color: #0088E6;
	width: 80px !important;
	margin-right: 0px !important;
}

.page .nav ul li a.active {
	color: #0088E6;
}

.page .nav ul li a {
	position: relative;
}

.page .nav ul li a.active:before {
	content: '';
	position: absolute;
	width: 13px;
	padding: 0;
	margin-top: 28x;
	left: 50%;
	top: 130%;
	transform: translateX(-50%);
	border: 2.5px solid #0088E6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.page .nav ul li a {
	color: #5B6C78;
}

.library_link {
	display: flex;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fff;
	width: 100%;
}

.library_link .item {
	flex: 1;
	text-align: center;
	color: #808080;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #E6E6E6;
}

.library_link .item.active {
	color: #4D4D4D;
	font-size: 15px;
	font-weight: bold;
}

.library_link .item:last-child {
	border-right: none;
}

/*通用footer style*/
.page .footer {
/*	margin-top: 20px;*/
	padding-bottom: -1rem;
	text-align: center;
	font-size: 12px;
}

.page .footer ul {
	display: block;
}

.page .footer ul li {
	display: inline-block;
	text-align: center;
	list-style-type: none;
	border-right: 1px solid #E6E6E6;
	padding-right: 5px;
	padding-left: 5px;
}

.page .footer ul li a {
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none;
}

.footer ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

.footer ul li:last-child {
	padding-right: 0;
	border-right: 0;
}

.footer .p {
	display: inline-block;
	color: #999;
}

.footer .p.copyright {
	margin-top: 14px;
	margin-bottom: 10px;
}

.fix_top {
	position: fixed;
	right: 0;
	top: 80%;
	z-index: 10;
	width: 0.65rem;
}

.fix_top .top_a {
	display: none;
}

.fix_top a {
	position: fixed;
	bottom: 80px;
	right: 20px;
}

.fix_top img {
	width: 0.65rem;
	height: 0.63rem;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	overflow: hidden;
}

/*搜索框*/
/*---------top-head-search------------*/
#top-sosuo{
	    float: left;
        width: 100%;
        padding: 20px 0;
        text-align: center;}
#top-sosuo .bdcs-search-form-input{height: 20px;
	width: 56%;
    padding: 0 12px;
    font-size: 12px;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    border: 1px solid #2590d7;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-sizing: content-box;
    height: 28px;
    line-height: 28px;
}
#top-sosuo .bdcs-search-form-submit{
  	cursor: pointer;
    width: 22%;
    padding: 7px 5px;
    background: 0 0;
    background-color: #2590d7;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    color: #fff;
    box-shadow: none;
    border: none;
    outline: 0;
}

/*搜索框*/

@media screen and (min-width: 750px) {
	html {
		font-size: 100px !important;
	}

	body {
		width: 750px !important;
		margin: 0 auto !important;
		background-color: #f2f7fa !important;
	}
}


.header_zicheng .top_app_download {
	background-color: #008cd6;
	color: #fff;
	border-radius: 1rem;
	font-size: 0.25rem;
	padding: 0.1rem;
}

.sp_adv_but {
	display: block;
	width: auto;
	margin: 0.5rem 0 0 0;
/*	padding: 0 0.2rem;*/
	color: #fff !important;
	border-radius: 1rem;
	background: #1F77C2;
	text-align: center;
	line-height: 0.65rem;
	font-size: 0.3rem;
}

.footer {
	flex-direction: column;
	width: 100%;
	/*padding: 0.5rem 0 0.82rem 0;*/padding: 0rem 0 1.82rem 0;
}




.footerBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 0.32rem;
}

.footerBtn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.81rem;
	height: 0.61rem;
	font-size: 0.24rem;
	color: #2590D7;
	border: 0.02rem solid #2590D7;
	border-radius: 0.05rem;
}

.footerBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.81rem;
	height: 0.61rem;
	font-size: 0.24rem;
	color: #2590D7;
	border: 0.02rem solid #2590D7;
	border-radius: 0.05rem;
}

.footerBtn .btn1 {
/*	background: #2590D7;*/
	margin-right: 0.25rem;
/*	color: #FFFFFF;*/
}

.footerBtn a:last-child {
	color: #2590D7 !important;
}

.footerNav {
	width: 100%;
	font-size: 0.22rem;
	color: #999999;
	line-height: 170%;
}

.footerNav a,
.footerNav span{
	color: #999999;
}

.footerNav div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .fixed-bar{
        position: fixed;
        top: 50%;
        right: 50%;
        margin-top: -180px;
        margin-right: -115px;
    }
    #covered{
        display: none;
        position:fixed;
        _position:absolute;
        z-index:10;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:Black;
        opacity:0.6;
    }
}

.why {
    background: url(http://www.gdszkw.com/template/gdzkw/pc/images/why_bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 6.5rem;
    padding-top: 0.60rem;
}

.why_tit {
    width: 4.66rem;
    margin: 0 auto;
}

.why_con {
    width: 6.52rem;
    height: 2.20rem;
    margin: 0.60rem auto 0;
}
.why_con p{
        font-size: 14px;
    color:#333333 ;
    text-align: center;
    margin-top: 0.2rem;
}
.why_con p span{
    color: #f5262e;
}

.zbtd-bmrk h2{ font-size: 20px;
    text-align: center;
    margin: 10px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 50px;
    color: red;
  }
/* fixed-bar */
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url("../images/js_02.png") no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-18px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;z-index:50;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;width:68px;height:36px;overflow:hidden;margin:-1px 0 0;padding:32px 0 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#2acb6b;background-color:#2acb6b;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:36px;margin:-1px -1px 0;background:#f5262e;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{ border-bottom:1px dashed #eaeaea; text-align: center; color:#666;}
.fixed-bar .consult-list li{padding: 0 6px 8px 6px;color: #666;list-style-type: none;font-size: 14px;}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top; margin:10px 0px;}
.fixed-bar .wide-bar{width:230px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:132px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 20px;background-position:-591px -264px;}


.fixed-bar{
    display: none;
}


/*****index-banner轮播*****/
#m-flash{width:460px;height: 260px;position: relative;}
#m-flash #m-play{width:460px;height: 260px;list-style: none;position:absolute;top:0px;left:0px;}
#m-flash #m-play li{display: none;position:absolute;top:0px;left:0px;}
#m-flash #m-play li img{float: left;}
#m-button{position: absolute;bottom:20px;left:150px;list-style: none;}
#m-button li{margin-left: 10px;float: left;}
#m-button li div{width:10px;height: 8px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
}