@charset "utf-8";

html,body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei"
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

li {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
	border: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

.fn {
	float: none
}

.hide {
	display: none
}

i,em {
	font-style: normal
}

.clear {
	display: block;
	clear: both
}

body {
	background: #FFF;
	padding-top: 67px
}

.nav_ul {
	overflow: hidden;
	margin-top: 15px;
	line-height: 50px
}

.nav_ul li {
	height: 50px;
	background: #188cfe;
	padding: 0;
	font-size: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 15.6%;
	line-height: 50px;
	float: left
}

.nav_ul li a {
	text-align: center;
	color: #FFF;
	line-height: 50px;
	padding: 0
}

.nav_ul li:hover {
	background: #188cfe
}

.nav_ul li a:hover,.nav_ul li a:link,.nav_ul li a:visited {
	background: #188cfe;
	border: #fc4232;
	line-height: 50px
}

.con-class,.con-class1,.con-class2,.con-class3,.con-class4,.con-class6,.con-class7,.con-class8,.con-class9,.con-class10 {
	padding-top: 10px
}

.con-class1 {
	background: #ecf2f2;
	padding-bottom: 20px
}

.con_cc {
	font-size: 16px;
	color: #222
}

.con_tr {
	background: #fc4232;
	color: #FFF;
	font-weight: 700
}

.other_co a {
	color: #222
}

.other_co1 a {
	color: #c00
}

.other_co1 a:hover {
	color: #fc4232
}

.con_row1 p {
	background: url(../images/dot.png) no-repeat left center;
	text-indent: 30px;
	text-align: left;
	font-size: 20px;
	background-size: auto;
	line-height: 30px
}

.con_row1 {
	padding-left: 8%
}

.con_row2 {
	padding-left: 8%
}

.con_row1 p a {
	color: #222
}

.ping {
	padding-top: 20px
}

.ping .pinggu {
	width: 22%;
	background: #fc4232;
	float: left;
	color: #FFF;
	font-size: 20px;
	padding: 1% 1%;
	margin-left: 2%
}

.ping .pinggu:hover {
	background: #dd291a
}

.ping {
	width: 100%
}

.ping-img {
	background: url(../images/pinggu.png) no-repeat left center;
	background-size: auto;
	height: 29px;
	float: left;
	width: 73%;
	margin-top: 7px
}

.btn_zx {
	margin-top: 30px
}

.btn_zx a {
	width: 80%;
	display: inline-block;
	font-size: 24px;
	color: #FFF;
	background-size: auto;
	padding: 1% 1%;
	border-radius: 6px;
	background: #fc4232
}

.btn_zx a:hover {
	background: #d93021
}

.con-class4 {
	background: url(../images/bg_1.jpg) repeat-y center top;
	height: 727px
}

.con-class5 .cor {
	color: #FFF;
	font-size: 16px;
	background: #fc4232;
	padding: 1% 1%;
	line-height: 34px
}

.con-class5 .form_width {
	width: 90%;
	border-radius: 0;
	border: 0;
	background: #ffe0dd
}

.con-class5 .no_padd {
	padding: 0 5px 0 5px
}

.con-class8 {
	background: #ecf2f2
}

.con-class8 {
	padding-bottom: 20px
}

.con-class8 .youshi {
	height: 480px;
	background: url(../images/youshi.png) no-repeat center center;
	background-size: auto
}

.row_mb .con_cr1 {
	border: 1px solid #c3c3c3;
	padding: 5px 5px 25px 5px;
	width: 90%;
	margin: 0 auto 30px
}

.tm_wz {
	font-size: 18px
}

.btn_lq {
	width: 119px;
	height: 24px;
	background: url(../images/btn_lq.jpg) no-repeat;
	display: inline-block;
	color: #FFF
}

.btn_lq:hover {
	background: url(../images/btn_lq_h.jpg);
	color: #FFF
}

.row_ic li {
	clear: both
}

.row_ic .ic1 {
	font-size: 1.5rem;
	width: 80%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px
}

.row_ic .ic2 {
	float: left;
	width: 8%
}

.con_cc {
	position: relative
}

.cd-scroll-right {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 60%;
	margin-top: -8px;
	background: url(../images/arrow.png) no-repeat center center;
	z-index: 6;
	display: none;
	-webkit-animation: cd-scroll-right 1.5s infinite;
	-moz-animation: cd-scroll-right 1.5s infinite;
	animation: cd-scroll-right 1.5s infinite
}

@-webkit-keyframes cd-scroll-right {
	0%,100% {
		-webkit-transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(3px)
	}
}

@-moz-keyframes cd-scroll-right {
	0%,100% {
		-moz-transform: translateX(0)
	}

	50% {
		-moz-transform: translateX(3px)
	}
}

@keyframes cd-scroll-right {
	0%,100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		-ms-transform: translateX(3px);
		-o-transform: translateX(3px);
		transform: translateX(3px)
	}
}

.font_color {
	font-size: 1.8rem;
	font-weight: bold
}

@media screen and (min-width:1200px) {
	#top {
		min-height: 60px
	}

	.font_color {
		font-size: 30px
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.font_color {
		font-size: 30px
	}
}

@media screen and (max-width:768px) {
	#top .navbar-brand {
		float: none;
		padding: 0
	}

	#top .navbar-brand img {
		max-width: 60%;
		padding: 5px 0;
		display: inline
	}

	.index_main .module_1 .top_dt .tit {
		font-size: 1.25em
	}

	.index_main .module_1 .top_dd {
		font-size: .875em
	}

	.index_main .module_teachers .top_dt .tit {
		font-size: 1.125em
	}

	.index_main .module_teachers .top_dt .tit i {
		font-size: 1.5em
	}

	.index_main .module_3 .top_dt .tit {
		font-size: 1.25em
	}

	.tea .con_w1 {
		width: 100%
	}

	.tea .con_w {
		width: 50%
	}

	.nav_ul li {
		height: 50px;
		background: #188cfe;
		padding: 0;
		font-size: 16px;
		margin-right: 8px;
		width: 45.6%;
		line-height: 50px;
		float: left
	}

	.con_row1 {
		padding-left: 2%
	}

	.con_row1 p {
		background-size: 15px 19px;
		font-size: 1.5rem;
		text-indent: 22px
	}

	.con_row2 {
		padding-left: 0
	}

	.ping-img {
		background-size: 210px 16px;
		margin-top: 0
	}

	.ping .pinggu {
		font-size: 14px
	}

	.ping {
		padding-top: 10px
	}

	#hide_c {
		display: none
	}

	.btn_zx {
		margin-top: 15px
	}

	.btn_zx a {
		font-size: 14px;
		width: 100%;
		padding: 1% 2%
	}

	.con-class8 .youshi {
		background-size: 357px 157px
	}

	.con-class4 {
		height: auto
	}

	#phone_hide,#phone_hide1 {
		display: none
	}

	.cd-scroll-right {
		display: block
	}
}

@media screen and (max-width:768px) {
	.b_main .b_module_4 {
		padding: 10px 0
	}
}

@media screen and (min-width:1200px) {
	.container {
		width: 1100px
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.c_module_2 .num_table tr td.td_tit span {
		font-size: 1.45em;
		font-weight: normal
	}
}