* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
}
a,a:active,a:link,a:hover,a:visited{
  text-decoration:none;
  cursor: pointer;
}
a {
	color: #333;
	outline: none;
	font-size: inherit;
}
a:hover {
	color: #0d5bb3;
}
img {
    display: block;
    max-width: 100%;
}
input,textarea {
	border: none;
}
body {
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
.boxw {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.transition {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*头部*/
.t_head {
    background-color: #2A8CC9;
    overflow: hidden;
}

.c_nav_logo {
    padding: 30px 0;
}

.c_nav_logo .box {
	display: flex;
	align-items: center;
}

.c_nav_logo .box img {
    height: 80px;
}

.c_nav_logo .box .sitetitle {
	display: block;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	line-height: 80px;
}

.c_nav_nav {
    width: 100%;
}

.c_nav_nav ul {
    display: flex;
    justify-content: space-between;
}

.c_nav_nav_li {
    text-align: center;
    flex: 1;
    background-color: #5dc2f1;
    background-color: #0077C2;
}

.c_nav_nav_li.active,
.nav_li_a_hover {
	background-color: #0d5bb3;
}

.c_nav_nav_li a {
	display: block;
	padding: 15px 0;
	font-size: 16px;
    color: #fff;
}

/*移动端导航*/
#chbnav_touch {
    display: none;
}

@media screen and (max-width: 1024px) {
	#chbnav_touch {
		display: block;
		position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    z-index: 9999;
	}

	.chbnav_touch_top {
	    position: relative;
	    height: 60px;
	    width: 100%;
	    border-bottom: 1px solid #f9f9f9;
/*	    border-bottom: none;*/
	    background-color: #fff;
	    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}

	.chbnav_touch_top_logo {
	    position: absolute;
	    height: 100%;
	    left: 3%;
	    display: flex;
	    align-items: center;
	}

	.chbnav_touch_top_logo img {
	    height: 30px;
	    padding-right: 6px;
	}

	.chbnav_touch_top_logo .sitetitle {
		color: #000;
		font-size: 14px;
	}

	.chbnav_touch_top_list {
	    position: absolute;
	    right: 3%;
	    width: 24px;
	    height: 100%;
	}

	.chbnav_touch_nav_box {
	    position: fixed;
	    top: 0;
	    overflow: auto;
	    left: -100%;
	    width: 100%;
	    height: 100%;
	    z-index: 1000;
	    background: #fff;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    transition: all 0.4s;
	}

	.chbnav_touch_nav .chbnav_select {
	    left: 0;
	}

	.chbnav_touch_nav_title {
	    height: 58px;
	    line-height: 58px;
/*	    border-bottom: 1px solid #DDDDDD;*/
	}

	.chbnav_touch_navli {
	    padding: 0 8%;
	    overflow: hidden;
	    border-bottom: 1px solid #d9d9d9;
	}

	.chbnav_touch_navli.navhome {
	    padding: 0 4%;
	    overflow: hidden;
	}

	.chbnav_touch_nav_title img {
	    float: right;
	    margin-top: 19px;
	}

	.chbnav_touch_nav_title span {
	    font-size: 16px;
	    color: #0d5bb3;
	    float: left;
	}

	.chbnav_touch_erji {
	    display: none;
	    background-color: #f1f1f1;
	    padding-left: 20px;
	}

	.chbnav_touch_erji a {
	    display: block;
	    font-size: 16px;
	    color: #333333;
	}

}

/*底部*/
.footer {
	background: #f5f7fa;
}
.footdh {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.footdh a {
	display: inline-block;
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 1;
}
.footdh a:nth-child(n+2) {
	margin-left: 8px;
	padding-left: 10px;
}
.footdh a:nth-child(n+2):before {
	content: '';
	position: absolute;
	bottom: 50%;
	transform: translatey(50%);
	left: 0;
	background: #cdcdcd;
	width: 1px;
	height: 12px;
}
.copyright {
	text-align: center;
	color: #999;
	font-size: 14px;
	padding: 30px 0;
}
.copyright .companyname {
	margin-bottom: 6px;
}
.copyright a {
    color: #999;
}
.copyright a.gongan {
	margin-left: 6px;
    padding-left: 18px;
    background: url(http://www.zgahpx.com/skin/images/ga_logo.png) no-repeat left center;
    background-size: 16px auto;
}
.copyright a:hover {
    color: inherit;
}


/*公告*/
.t_notice {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px auto;
}
.t_notice a {
	margin: auto;
	text-align: center;
	color: #0d5bb3;
}
.t_notice a:hover {
/*	color: #fb3546;*/
}
.t_notice a .title {
	font-size: 22px;
}
.t_notice a .subtitle {
	font-size: 16px;
}

/*首页*/
/**/
.t_container {
	margin: 35px 0;
    overflow: hidden;
}
/*公共标题*/
.t_ser_top {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.t_ser_top .t_sert_l {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 3px solid #266de9;
}
.t_ser_top .t_sert_r {
	margin-left: auto;
}
.t_ser_top .t_sert_r a {
	display: block;
	line-height: 40px;
}

/*首页-新闻*/
.t_news {
    display: flex;
}

.t_news_a {
    flex: 1;
    width: 100%;
}

.t_news_a01z {
	display: flex;
}

.t_news_a01 {
    width: 40%;
    position: relative;
}

.t_news_a01_a {
    overflow: hidden;
}
.t_news_a01_a img {
/*    width: 100%;*/
    max-width: none;
    transition: all 0.3s;
}
.t_news_a01 a:hover .t_news_a01_a img {
	transform: scale(1.1);
}
.t_news_a01_b {
    background: rgba(64, 64, 64,.60);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.t_na01b_01 {
    padding: 14px;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}
.t_news_a02 {
    width: 60%;
    padding-left: 20px;
}
.t_news_a02 .t_news_item {
	display: flex;
	justify-content: space-between;
    overflow: hidden;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.3s;
}
.t_news_a02 .t_news_title {
	flex: 1;
	width: 100%;
}
.t_news_a02 .t_news_title a {
	font-size: 16px;
}
.t_news_a02 .t_news_date {
	width: 100px;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.fastnav {
	width: 25%;
	margin-left: 30px;
}
.fastnav ul {
    display: flex;
    flex-wrap: wrap;
}
.fastnav ul li {
    height: 114px;
    width: 47%;
	margin-right: 6%;
	box-shadow: 0px 1px 5px 0px #E2E2E2;
    border-radius: 6px;
    background: #0077C2;
}
.fastnav ul li:nth-child(n+3) {
	margin-top: 18px;
}
.fastnav ul li:nth-child(2n) {
    margin-right: 0;
}
.fastnav ul li:hover{
	box-shadow: 0px 5px 5px 0px #d0d0d07d;
	background:#0d5bb3;
}
.fastnav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fastnav ul li a img {
    display: block;
	width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    top: 0px;
}

.fastnav ul li span {
    display: block;
	text-align: center;
	font-weight: bold;
    font-size: 16px;
	color: #fff;
}

/**/
.t_row {
	display: flex;
}
.t_ser {
    flex: 1;
    width: 100%;
}

.t_ser_b {
    display: flex;
    flex-wrap: wrap;
}
.t_ser_b a {
	width: 23.5%;
}
.t_ser_b a:nth-child(n+2) {
	margin-left: 2%;
}

.t_ser_b01 {
    background: #f8f8f8;
    text-align: center;
    transition: all 0.3s;
}
.t_ser_b02 {
    overflow: hidden;
}
.t_ser_b02 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.3s;
}
.t_ser_b a:hover .t_ser_b02 img {
	transform: scale(1.1);
}
.t_ser_b03 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 13px 5px;
}

.t_us {
    width: 25%;
    margin-left: 30px;
/*    background-color: #f8f8f8;*/
/*    padding: 14px 14px 0 14px;*/
}
.t_us .info {
}
.t_us .info li {
	margin-bottom: 10px;
}
.t_us .info h4 {
	margin: 0;
}
.t_us .info h4,
.t_us .info p {
	font-size: 16px;
}

/*合作*/
.t_hezuo01_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t_hezuo01_c a {
    width: 16%;
/*    width: calc((100% / 6) - 10px);*/
/*    margin-left: auto;*/
}
.t_hezuo01_c a:nth-child(n+7) {
	margin-top: 0.8%
}
.t_hezuo02 {
    background: #fff;
}
.t_hezuo02_a {
    display: flex;
    border: 2px solid #f8f8f8;
}
.t_hezuo02_a img {
	margin: auto;
	max-height: 80px;
}

/*内页*/
.t_cont {
    min-height: 700px;
}
.n_fuwu {
    
}
/*当前位置*/
.n_ser_top {
	box-sizing: content-box;
    display: flex;
    height: 20px;
    line-height: 20px;
    padding-top: 20px;
}
.n_ser_top .sert_name {
	font-size: 18px;
	display: none;
}
.n_ser_top .sert_position {
	margin-left: auto;
}
.n_bottom {
    width: 100%;
    height: 1px;
    border-bottom: 1px #cacfd5 solid;
    padding-bottom: 10px;
    display: none;
}

/**/
.nr_box {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}
.page_about_jj {
    display: flex;
    justify-content: space-between;
}
.page_about_jj_img {
    width: 40%;
}
.page_about_jj_con {
    width: 55%;
    margin-left: auto;
}
.page_about_jj_con_js {
    
}
.page_about_jj_con_js p {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 20px;
}

/*课程介绍*/
.courseBox {
	margin-top: 20px;
}
.course_de_lf {
    float: left;
    max-width: 550px;
	}
.course_de_lf img {
    width: 100%;
	}
.course_de_rt {
	width: 55%;
    float: right;
    text-align: left;
    padding-left: 30px;
}
.course_de_rt h1 {
	font-size: 30px;
	color: #ECB359;
}
.course_de_rt h3 {
	font-weight: normal;
	padding-left: 22px;
}


.course_de_rt .shiting {
	padding-left: 22px;
}
.course_de_rt .shiting img {
	max-height: 100px;
}



.course_flow img {
	width: 100%;
	margin-top: 20px;
}
.course_navlist {
	height: 45px;
	background: #ECB359;
	margin-top: 5px;
}
.course_navlist p {
	display: inline-block;
	float: left;
	width: 130px;
	height: 40px;
	margin: 5px 0 0 20px;
	background: #fff;
	color: #ECB359;
	line-height: 40px;
	font-size: 20px;
	border-radius: 8px 8px 0 0;
	text-align: center;
}
.course_navlist p a {
	color: #ECB359;
	font-size: 20px;
}
.course_int {
	margin-bottom: 50px;
}
.course_int h1 {
	font-weight: 400;
	font-size: 27px;
	text-align: center;
	padding-top: 14px;
}
.course_int p {
	margin-bottom: 0;
}
.course_int p strong {
	font-size: 16px;
}

@media screen and (max-width: 768px){
	.course_de_lf {
		float: none;
		width: 100%;
	}
	.course_de_rt {
		width: 100%;
		float: none;
		padding-top: 20px;
		padding-left: 0px;
	}
	.course_de_rt h1 {
		font-size: 22px;
	}
	.course_de_rt h3 {
		font-size: 18px;
		padding-left: 0;
	}
	.course_int h1 {font-size: 18px;line-height: 1.5}
	
}


/**/
.subNavBox {
	display: flex;
}

/*左侧导航*/
.main_l {
    width: 260px;
}
.pushshow {
    background-color: #f8f8f8;
}
.pushshow .head {
    background: #0077c2;
    padding: 30px 0;
}
.pushshow .head .name {
	text-align: center;
	font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.pushshow .box ul li {
    border-top: 1px solid #f0f0f0;
}
.pushshow .box ul li a {
	display: block;
    color: #333;
    font-size: 16px;
    padding: 18px 0;
    padding-left: 24px;
}
.pushshow .box ul li.on a {
	color: #0d5bb3;
	position: relative;
}
.pushshow .box ul li.on a:before {
	position: absolute;
	bottom: 50%;
	transform: translatey(50%);
	right: 24px;
	content: "";
	background: url(/skin/images/news_category_on.png) no-repeat center;
	background-size: cover;
	width: 7px;
	height: 14px;
}

/*内容*/
.main_r {
	flex: 1;
    width: 100%;
    margin-left: 30px;
    background-color: #f8f8f8;
}
.main_r .n_news_box {
	padding: 0 18px;
}

/*分页*/
.pagerMain {
    text-align: center;
    color: #c1c1c1;
    padding: 20px 0;
}
.pagerMain .page-status {
    display: none;
}
.pagerMain a {
    width: auto;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    margin: 3px;
    border-radius: 4px;
}
.pagerMain a:hover,
.pagerMain a.page-num-current {
    color: #fff;
    background: #2A8CC9;
    border: 1px solid #2A8CC9;
}
@media screen and (max-width: 768px) {
	.pagerMain .page-index,
	.pagerMain .page-last {
		display: none;
	}
}

/**/
.n_news_box li {
    border-bottom: 1px solid #eee;
}

.n_news_box li .n_news_li {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.n_news_box li .n_news_li .n_news_li_name {
	flex: 1;
	width: 100%;
	color: #333;
	font-size: 16px;
}

.n_news_box li .n_news_li:hover .n_news_li_name {
	color: #0d5bb3;
}

.n_news_box li .n_news_li .n_news_li_touch_time {
	width: 90px;
	text-align: right;
	color: #999;
	font-size: 14px;
}

/*新闻页*/

.show_new .newshowbox {
    padding: 0 30px;
    padding-top: 25px;
}
.show_new .newshow_title {
	text-align: center;
}
.show_new .newshow_name {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}
.show_new .newshow_timer {
	margin-top: 20px;
    float: none;
    font-size: 14px;
    color: #999;
}

.show_new .newshow_cont {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 24px;
}
.show_new .newshow_cont p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    text-indent: 2em;
}
.show_new .newshow_cont img {
	margin: 0 auto;
}
.newshow_back {
	text-align: center;
    font-size: 14px;
    margin: 50px 0 20px 0;
}

.newshowbox_r_b {
	padding: 18px 0;
    border-top: 1px solid #ECECEC;
}
.show_prev_name {
    font-size: 14px;
    color: #555555;
}


/*联系我们*/
.n_lx_top {
    width: 100%;
    font-size: 20px;
    color: #333;
}
.n_lx_b {
    width: 100%;
    font-size: 24px;
    color: #333;
    margin: 20px 0;
}
.n_lx_con p {
	font-size: 16px;
	padding-bottom: 10px;
}

/*表单*/
.formBox {
    
}
.formBox .title {
    width: 100%;
    color: #333;
    font-size: 24px;
    margin: 20px 0;
}
.formBox .info {
	max-width: 500px;
	margin: 20px auto;
}

.formBox .info .information input {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background: #fff;
    margin-bottom: 15px;
}
.formBox .info textarea {
    display: block;
    width: 100%;
    min-height: 160px;
    padding: 15px;
    background: #fff;
}

.formBox .info .bottonbutton {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.formBox .info .bottonbutton input {
	display: block;
    width: 130px;
    height: 40px;
    color: #fff;
}
.formBox .info .bottonbutton .tjiao {
    background: #2A8CC9;
}
.formBox .info .bottonbutton .qxiao {
    background: #909090;
    margin-left: 12px;
}

/*考点专题页*/
.kaodian {
	width: 100%;
}

.kaodian img {
	margin: 0 auto;
}

.xmpx_box {
	padding: 20px 18px;
}

.xmpx_box p {
	line-height: 1.75;
	font-size: 16px;
	margin-bottom: 20px;
}

.xmpx_box p strong {
	font-size: inherit;
}

@media all and (max-width: 1300px) {
	.boxw {
		padding: 0 3%;
	}
}

@media all and (max-width: 1024px) {
	.t_head {
		display: none;
	}

	.t_cont {
		margin-top: 60px;
	}

	.t_notice {
		margin: 10px auto;
	}
	.t_notice a .title {
		font-size: 16px;
	}
	.t_notice a .subtitle {
		margin-top: 4px;
	    font-size: 14px;
	    line-height: 1.3;
	}

	.t_container {
	    margin: 0;
	}
	.t_ser_top {
		margin-top: 15px;
	    margin-bottom: 10px;
	}
	.t_ser_top .t_sert_l {
		font-size: 20px;
	}

	.t_news {
		display: block;
	}
	.t_news_a01 {
		display: none;
	}
	.t_news_a02 {
		width: 100%;
		padding-left: 0;
	}
	.t_news_a02 .t_news_date {
		width: 80px;
		font-size: 12px;
	}
	.fastnav {
		width: 100%;
		margin-left: 0;
	}
	.fastnav ul {
		justify-content: space-between;
	}
	.fastnav ul li {
		height: auto;
		width: 23.5%;
		padding: 8px 0;
		margin-right: 0;
	}
	.fastnav ul li:nth-child(n+3) {
		margin-top: 0;
	}
	.fastnav ul li a img {
		width: 40px;
		height: 40px;
		margin: 0 auto 5px;
	}

	.ind_project {
		flex-wrap: wrap;
	}
	.t_ser_b a {
		width: 48%;
	}
	.t_ser_b a:nth-child(n+2) {
		margin-left: 4%;
	}
	.t_us {
		width: 100%;
    	margin-left: 0;
	}
	.t_hezuo02_a {
		border: 1px solid #f8f8f8;
	}

	.copyright {
		margin-top: 20px;
		padding: 15px 0;
	}

	.n_ser_top {
/*		display: none;*/
	}
	.n_ser_top .sert_position {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.subNavBox {
		display: block;
	}
	.main_l {
		width: 100%;
	}
	.pushshow {
		margin-bottom: 15px;
	}
	.pushshow .head {
		padding: 6px 0;
	}
	.pushshow .head .name {
		font-size: 18px;
	}
	.pushshow .box ul {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	    padding: 6px;
	}
	.pushshow .box ul li {
		border: none
	}
	.pushshow .box ul li a {
		    height: 32px;
		margin: 0 3px;
		padding: 3px 0;
		padding-left: inherit;
	}
	.pushshow .box ul li.on a {
		border-bottom: 2px solid #266de9;
	}
	.pushshow .box ul li.on a:before {
		display: none;
	}
	.main_r {
		margin-left: 0;
	}

	.main_r .n_news_box {
		padding: 0 3%;
	}
	.n_news_box li .n_news_li {
		display: block;
	}
	.n_news_box li .n_news_li .n_news_li_touch_time {
		width: 100%;
		margin-top: 3px;
	}

}