@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none;
}
body {
	margin: 0 auto;
	background: white;
	font: 14px/1.4 SimSun, Arial;
	position: relative;
}
img {
	max-width: 100%;
	border: 0;
	margin: 0;
	vertical-align: middle;
}
section, button, input, select, footer, figure, time, canvas {
	display: block;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400;
}
dl, dt, dd, ul, li, p {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
textarea, button, input {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
}
* {
	-webkit-tap-highlight-color: transparent;
}
i {
	font-style: normal;
}

.font-ms {
	font-family: "STHeitiSC-Light", "Microsoft YaHei", Helvitica, Verdana, Tohoma, Arial, san-serif;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.center-middle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: scale(1, 1) translate(-50%, -50%);
	-moz-transform: scale(1, 1) translate(-50%, -50%);
	transform: scale(1, 1) translate(-50%, -50%);
}
.wrapper {
	width: 1210px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: red;
}
/*alltop*/
.alltop {
	background: #F9F9F9;
	border-bottom: 1px solid #DDD;
	line-height: 30px;
	overflow: hidden;
}
.alltop .right a {
	margin-left: 12px;
}
/*header*/
.header {
	padding: 20px 0;
	overflow: hidden;
}
.header .area-logo {
	width: 400px;
}
.header .area-logo .link {
	display: block;
	float: left;
}
.header .area-logo .link.hongtu {
	border-right: 1px solid #DDD;
	margin-right: 12px;
	padding-right: 12px;
}
.header .area-logo .link.area {
	font-size: 20px;
	line-height: 40px;
}
.header .nar {
	width: 780px;
	height: 40px;
	padding: 0 10px;
}
.header .nar a {
	display: inline-block;
	line-height: 20px;
	margin-left: 10px;
}
.header .nar a.province {
	color: #888;
	font-weight: bold;
}
.header .nar a.red {
	font-weight: bold;
}
/*nav*/
.page-nav {
	background: #e4393c;
}
.page-nav .wrapper {
	overflow: hidden;
}
.page-nav li {
	float: left;
	margin-right: 2px;
}
.page-nav li.kaike {
	margin: 0 0 0 1px;
	width: 190px;
	background: #F56D20;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
}
.page-nav li.kaike a:hover {
	background: #DC621D;
}
.page-nav li a {
	display: block;
	padding: 0 8px 0 9px;
	line-height: 48px;
	font-size: 16px;
	color: white;
}
.index-page-nav li a {
	padding: 0 12px 0 11px;
}
.page-nav li.current a, .page-nav li a:hover {
	background: #B62E30;
}
/*topic*/
.topic {
	position: relative;
	overflow: hidden;
}
.topic .kaike {
	border: 1px solid #e4393c;
	border-top-width: 0;
	padding: 10px 15px 8px;
	width: 230px;
	height: 190px;
	background: #FFFCEB;
	font-size: 14px;
}
.topic .kaike li {
	/*margin: 0 0 10px;
	line-height: 1.2;*/
		margin: 0 0 7px;
	width: 220px;
    height: 18px;
    overflow: hidden;
}
.topic .top-10 {
	border: 1px solid #DDD;
	margin: 18px 0;
	padding: 18px;
	width: 895px;
}
.topic .top-10 ul {
	overflow: hidden;
}
.topic .top-10 ul.list-2 li {
	width: 49.9%;
	float: left;
	line-height: 1.8;
	font-size: 16px;
}
.topic .top-10 ul.list-4 {
	margin: 5px 0 0;
}
.topic .top-10 ul.list-4 li {
	width: 33.3%;
	float: left;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topic .top-10 ul.list-4 li a {
	color: #444;
	font-size: 14px;
}
.topic .top-10 ul.list-4 li a:hover {
	color: red;
}
.topic .banner {
	position: absolute;
	width: 934px;
	height: 80px;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
}
.banner h2 {
	text-align: center;
	line-height: 26px;
}
.topic .banner img {
	width: 100%;
	height: 100%;
}
/*flinks*/
.flinks {
	width: 1170px;
	border: 1px solid #DDD;
	margin: 12px auto;
	padding: 15px;
}
.flinks a {
	margin: 0 0 0 10px;
	line-height: 30px;
	color: #666;
}
.flinks a:hover {
	color: #F00;
}
/*footer*/
.footer {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	background: #EEE; /*del:; */
	text-align: left;
	padding: 0;
}
.footer .nav {
	padding: 30px 0 20px;
	color: #666;
	overflow: hidden;
}
.footer .nav dl {
	height: 150px;
	border-left: 1px solid #CCC;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.footer .nav dl dt {
	line-height: 1.5;
	font-size: 16px;
}
.footer .nav dl dd {
	line-height: 24px;
}
.footer .nav dd a {
	margin: 0 18px 0 0;
	color: #666;
}
.footer .nav dd a:hover {
	color: #000;
}
.footer .nav .info {
	width: 30%;
}
.footer.branch .nav .info {
	width: 35%;
}
.footer .nav .info h3 {
	margin: 0 0 12px;
	font-size: 24px;
}
.footer .nav .info p {
	line-height: 1.5;
	font-size: 16px;
}
.footer .nav .about {
	display: none;
}
.footer .copyright {
	background: #848484;
	color: #CCC;
	padding: 20px 0;
	line-height: 2;
	text-align: center;
}
.footer .copyright a {
	color: #CCC;
}
/*province*/
.s-zhaopin {
	width: 960px;
	border: 1px solid #DDD;
	margin-top: 10px;
	padding: 10px 20px;
}
.mod {
	border: 1px solid #CCC;
	border-top: 3px solid #DE061B;
	overflow: hidden;/*del:; 
	margin-top: 10px;*/
}
.line-border {
	border-top: 1px solid #DDD;
	margin: 10px 0 11px;
}
.mod .line-empty {
	border-top: 1px dashed #DDD;
	margin: 15px 0;
}
.bg-line {
	margin: 0 0 10px;
	padding: 0 0 7px;
	background: url(http://www.qcstudy.com/statics/hnn201408/line_1.jpg) 0% 100% no-repeat;
}
.mod-first h1 {
	margin: 0 0 12px;
	font-size: 18px;
	color: #DE061B;
}
.mod-first h2 .red {
	margin-left: 10px;
	font-size: 12px;
}
.mod-first .zhaokao {
	width: 600px;
	padding: 20px;
}
.city .mod-first .zhaokao ul {
	margin: 0 0 20px;
}
.mod-first .zhaokao li {
	line-height: 26px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.mod-first .zhaokao li a {
	font-size: 14px;
}
.mod-first .zhaokao li .date {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: red;
}
.mod-first .zhaokao h1 {
	display: inline;
}
.mod-first .examtype {
	width: 520px;
	padding: 20px 20px 0 0;
}
.mod-first .examtype dl {
	margin: 0 0 20px;
}
.mod-first .examtype dl dt {
	font-size: 16px;
}
.mod-first .examtype dl dd {
	margin: 0 0 10px;
	font-size: 15px;
}
.mod-first .examtype dl dd a {
	color: #444;
}
.mod-first .examtype dl dd a:hover {
	color: red;
}
.mod-second {
	margin-bottom: 18px;
	overflow: hidden;
}
.mod-second .beikao {
	width: 550px;
	padding: 20px;
}
.mod-second .tiku {
	width: 550px;
	padding: 20px;
}
.mod-second .beikao .tab {
	padding: 0;
	text-align: right;
	position: relative;
	overflow: hidden;
}
.mod-second .beikao .tab dt {
	position: absolute;
	bottom: 7px;
	font-size: 16px;
}
.mod-second .beikao .tab dd {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 6px 7px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.mod-second .beikao .tab dd.on {
	border-bottom: 1px solid black;
	color: red;
}
.mod-second .beikao .list li a {
	line-height: 1.9;
	font-size: 14px;
}
.mod-second .mod dt {
	font-size: 16px;
}
.mod-second .mod dd {
	line-height: 1.5;
	font-size: 14px;
}
.kecheng-list {
	border: 1px solid #CCC;
	border-top: 3px solid #DE061B;
	margin-top: 15px;
}
.kecheng-list h3 {
	padding: 18px 18px 12px;
	font-size: 16px;
}
.kecheng-list ul {
	padding: 0 0 10px;
	overflow: hidden;
}
.kecheng-list li {
	margin: 0 0 18px 16px;
	width: 148px;
	float: left;
}
.kecheng-list li img {
	margin: 0 0 7px;
	width: 148px;
	height: 90px;
}
/*show--html*/
.show_html {
	margin-top: 20px;
	overflow: hidden;
}
.show_html .main {
	width: 893px;
	border: 1px solid #DDD;
	padding: 20px;
}
.show_html .main h1 {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
}
.show_html .main .info {
	text-align: center;
	color: #666;
}
.show_html .main .info span {
	margin: 0 10px;
}
.show_html .main .bdsharebuttonbox {
	text-align: center;
}
.show_html .main .content {
	padding: 20px 0;
	line-height: 1.8;
	font-size: 14px;
	overflow: hidden;
	width:893px;
	clear:both;
}
.show_html .main .content p, .show_html .main .content div {
	margin: 0 0 12px;
}
.show_html .main .other {
	margin: 0 -20px -20px;
	background: #F4F4F4
}
.show_html .main .other .l_n {
	border-bottom: 1px solid #DDD;
	padding: 20px;
}
.show_html .main .other dl.about {
	padding: 20px;
}
.show_html .main .other dl.about dt {
	margin: 0 0 10px;
	font-size: 16px;
}
.show_html .main .other dl.about dd {
	width: 49.99%;
	float: left;
	line-height: 30px;
}
.show_html .sider {
	width: 250px;
}
.show_html .sider .mod {
	margin: 0 0 15px;
	padding: 15px;
}
.show_html .sider .mod dt {
	font-size: 16px;
}
.show_html .sider .mod dd {
	margin: 12px 0 0;
}
/*list_html*/
.list_html .list_content {
	margin: 20px 0 15px;
}
.list_html .ulist li {
	line-height: 2;
	position: relative;
}
.list_html .ulist li a {
	font-size: 14px;
}
.list_html .ulist li .date {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: red;
}
/*页码*/
.page {
	padding: 10px 0;
	font-size: 12px;
}
.page a {
	font-size: 12px;
	text-decoration-hnn: underline;
	border: 1px solid #DDD;
	padding: 6px 10px;
}
.page span, .page a:hover {
	float-hnn: left;
	background: #DA0314;
	color: #EEE;
	padding: 6px 10px;
}
.page strong {
	float: right;
	font-weight: normal;
}
/*单页*/
.single .path {
	padding: 20px 0;
}
.single h1 {
	margin: 0 0 12px;
	font-size: 24px;
}
.single .content {
	font-size: 14px;
	line-height: 1.5;
}
.single .content .text {
	border: 1px solid #CCC;
	margin: 0 0 20px;
	padding: 20px;
}
.single .content h2 {
	margin: 0 0 12px;
	font-weight: bold;
}
.single .content p {
	margin: 0 0 20px;
	text-indent: 2em;
}
.single .content .sitmap dt {
	margin: 12px 0 0;
	color: #888;
}
.single .content .sitmap dd {
	text-indent: 2em;
}
.single .content .sitmap a {
	margin: 0 20px 0 0;
}
/*index*/
.mod-first.index .tab-container {
	padding: 20px 20px 10px;
	position: relative;
	overflow: hidden;
}
.mod-first.index .tab-container dt {
	position: absolute;
	right: 20px;
}
.mod-first.index .tab-container dt span{
	padding:0 20px;
	border:1px #CCC solid;
	color:#F00
}
.mod-first.index .tab-container dd {
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: #999;
	cursor: pointer;
}
.mod-first.index .tab-container dd.current {
	background: #DE061B;
	color: white;
}
.mod-first.index .tab-content {
	padding: 0 20px 20px;
	overflow: hidden;
}
.mod-first.index .tab-content ul {
	width: 49%;
}
.mod-first.index .tab-content li {
	line-height: 1.8;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flinks span {
	font-size: 20px;
	width: 100px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
.flinks .bg {
	background: #DE061B;
	color: white;
	border-radius: 3px;
}
.flinks span:hover {
	background: #e00;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
.flinks .links1 {
	display: none;
}
.flinks .links2 {
	display: block;
}

/*2019*/
.list_gwy {
	width: 278px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.list_gwy_01 {
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	color: #333;
	height: 30px;
	margin-top: 10px;
}
.list_gwy_02 {
	height: 150px;
	border-bottom: 1px solid #e6e6e6;
}
.list_gwy_02 .listwx {
	width: 118px;
	float: left;
	border-right: 1px solid #e6e6e6;
	height: 128px;
	text-align: center;
	padding: 22px 5px;
}
.list_gwy_02 .listwx img {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
.list_gwy_02 .listqq {
	background: url(http://www.qcstudy.com/statics/images/listqq.jpg) no-repeat center 15px;
	height: 135px;
	float: left;
	width: 110px;
	overflow: hidden;
	padding: 20px 5px;
}
.list_gwy_02 .listqq span {
	font-family: "微软雅黑", "黑体";
	font-size: 13px;
	font-weight:600;
	color: #333;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.list_gwy_02 .listqq strong {
	font-weight: 900;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	color: #333;
	display: inline-block;
	padding: 25px 0 0 25px;
}
.list_gwy_02 .listqq strong a {
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	color: #333;
}
/*20190625*/
.signin-form  .form-control {
    background: transparent;
    border: transparent;
    border: 1px solid #c3c6cf;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: none;
    padding: 0px 0;
    height: 26px;
    -webkit-transition: linear .5s;
    -moz-transition: linear .5s;
    -ms-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s; float:left;
}
.signin-form input[type="text"],.signin-form input[type="email"],.signin-form input[type="password"]{
    color: #464e60;
    font-size:14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 18px;
}
.sytl{width:100%; height:394px; margin:auto;}
/* 不适配 20161226*/
@media only screen and  (max-width: 1200px){
.sytl{width:1200px;margin:auto;}
	.alltop{width:1200px}
	   .page-nav{width:1200px;margin:auto}
	   #slides {width:1200px; margin:auto}
	   .banner{width:1200px; margin:auto}
}
@media screen and (max-width: 75px) {
	.sytl{width:1200px;margin:auto;}
.wrapper {
	width: auto;
}
.alltop .right {
	display: none;
}
.header .nar {
	width: auto;
	height: auto;
	padding-top: 10px;
}
.show_html .main {
	width: auto;
	float: none;
}
.show_html .sider {
	display: none;
}
.flinks {
	width: auto;
}
.footer .nav {
	padding-bottom: 0;
}
.footer .nav dl {
	height: auto;
	padding: 0 10px 20px 10px;
}
.footer.branch .nav .info {
	width: auto;
	float: none;
	padding: 0 0 10px 20px;
}
.footer .nav .province {
	width: auto;
	float: none;
	border: 0;
}
.footer .nav .class {
	width: auto;
	float: none;
	border: 0;
}
.city .topic,  .examtype .topic,  .mod-first .examtype {
	display: none;
}
.mod-first .zhaokao {
	width: auto;
	float: none;
}
.mod-first .zhaokao li .date {
	display: none;
}
.topic .kaike {
	display: none;
}
.topic .top-10 {
	width: auto;
	float: none;
	margin-bottom: 0;
	padding: 10px;
}
.topic .top-10 ul.list-4 li {
	width: auto;
	float: none;
	line-height: 180%;
}
.topic .banner {
	display: none;
}
.mod-second .tiku, .mod-second .beikao {
	width: auto;
}
}
.ad_bd_crbox{float:right;width:280px;height:260px;overflow:hidden;text-align:center;position:relative;margin:6px 10px 5px 15px;padding-top:6px;background:url("../images/f.png")}
.ad_bd_crbox a{/*position:absolute;top:90%;left:80%;*/}
