html {
	font-size: 14px;
}
body {
	margin: 0 auto;
	max-width: 640px;
	min-width: 320px;
	background: #fff;
	width: 100%;
	font-family: 'Microsoft YaHei';
}
article, b, dd, dl, dt, footer, h1, h2, h3, h4, header, input, li, menu, nav, p, section, span, ul {
	margin: 0;
	padding: 0;
}
li, ul {
	list-style: none;
}
img {
	width: 100%;
	border: 0;
}
em {
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
.clearf:after, .clearf:before {
	display: block;
	content: "";
}
.clearf:after {
	clear: both;
}
.clear {
	clear: both;
}
hr {
	height: 10px;
	background: #e0e0e0;
	border: 0;
}
font {
	color: #ee2d00;
}
/**/
.container {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.header {
	width: 100%;
	display: flex;
}
.header img {
	width: 100%;
	display: block;
}
.nav {
	background: #ececec;
	display: flex;
}
.nav a {
	width: 25%;
	flex-direction: row;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.nav_tu {
	width: 21px;
	margin-left: 17%;
}
.nav_tu img {
	width: 100%;
	margin-top: 15px;
}
.nav_txt {
	text-align: center;
	font-size: 0.45rem;
	padding: 10px 0;
	line-height: 30px;
	margin-left: 2px;
}
/**/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	width: 10px;
	height: 10px;
}
/**/
.nav_tb {
	width: 100%;
	display: flex;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.caidan {
	width: 25%;
	bordre: 1px solid #333;
	box-sizing: border-box;
	margin-top: 15px;
}
.caidan a {
	display: block;
}
.caidan a img {
	width: 65%;
	display: block;
	margin: 0 auto;
}
.caidan a p {
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	color: #505050;
}
.adv01 {
	width: 100%;
	display: flex;
	padding: 10px;
	box-sizing: border-box;
}
.adv01 a {
	display: block;
}
.adv01 a img {
	width: 100%;
	display: block;
}
.advone {
	padding-bottom: 0px;
}
.title {
	width: 100%;
	display: flex;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.title_tb {
	width: 26px;
}
.title_tb img {
	width: 100%;
}
.title_txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
	padding-left: 5px;
}
.title_des {
	font-size: 12px;
	flex: 1;
	color: #848484;
	line-height: 42px;
	padding-left: 5px;
}
.title_des b {
	color: #f00;
}
.more {
	width: 88px;
	float: right;
	margin-top: 10px;
}
.more img {
	width: 100%;
}
.ico_xuexiao {
	margin-top: 8px;
}
.ico_rongyu {
	margin-top: 8px;
}
.ico_cyjy {
	margin-top: 7px;
}
.ico_xinwen {
	margin-top: 8px;
	width: 23px !important;
}
.ico_shipin {
	margin-top: 8px;
}
.zq {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding: 8px 5px 5px 5px;
}
.zq_box {
	width: 33.3333%;
}
.zq_box a {
	display: block;
	margin: 5px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.zq_tp {
	padding: 2px;
	box-sizing: border-box;
}
.zq_title {
	flex-direction: row;
	margin-bottom: 5px;
	padding: 0 2px;
}
.zq_title p {
	font-size: 14px;
	color: #5c5c5c;
	display: inline-block;
}
.zq_title i {
	font-style: normal;
	float: right;
	font-size: 12px;
	display: block;
	width: 10px;
	margin-top: 2px;
	color: #d60000;
}
/* 表单 */
.biao-form {
	position: relative;
	background: #f7f7f7;
	text-align: center;
}
.cz-form-img {
	position: absolute;
	top: -2px;
	left: -3px;
	width: 80px;
	height: auto;
}
.biao-form h3 {
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 20px;
	font-size: 18px;
}
.biao-form h3 img {
	width: 20px;
}
.cz-form {
	padding: 0 20px;
}
.cz-form input {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 7px 5px;
	margin-bottom: 15px;
	border-radius: 20px;
	border: 0;
}
.submit {
	background: #da0023;
	color: #fff;
}
.zy {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding: 8px 5px 5px 5px;
}
.zy_box {
	width: 50%;
	flex-direction: column;
	padding: 5px;
	box-sizing: border-box;
}
.zy_box a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.zy_tp {
	padding: 2px;
	box-sizing: border-box;
}
.zy_title {
	flex-direction: row;
}
.zy_title_top {
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	display: flex;
	padding: 8px 2px;
}
.zy_title_top p {
	width: 70%;
	flex: 1;
}
.zy_title_top i {
	font-style: normal;
	display: block;
	float: right;
}
.zy_title_dx {
	box-sizing: border-box;
	display: flex;
	padding: 5px 2px;
}
.zy_title_dx p {
	width: 70%;
	flex: 1;
	display: inline-block;
	color: #f00;
}
.zy_title_dx i {
	font-style: normal;
	display: block;
	float: right;
	background: #f00;
	border-radius: 10px;
	padding: 0px 2px;
	font-size: 12px;
	color: #fff;
}
/**/
.cykc {
	width: 100%;
	padding: 5px 5px;
	box-sizing: border-box;
}
.lunbo {
	margin-top: 10px;
}
.lunbobox {
}
.lunbobox a {
	display: block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.lunboxtitle {
	display: flex;
}
.cykc_title {
	font-size: 15px;
	text-align: left;
	padding: 5px 1px;
	flex: 1;
}
.cykc_title p:last-child {
	font-size: 12px;
}
.cykc_more {
	background: #f00;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	height: 35px;
	margin-top: 5px;
	margin-right: 2px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px !important;
	color: #fff !important;
	border-radius: 255px;
}
/**/
.slideTxtBox {
	text-align: left;
	margin-top: 16px;
}
.slideTxtBox .hd {
	height: 37px;
	line-height: 37px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slideTxtBox .hd ul {
	position: absolute;
	top: -1px;
	width: 100%;
	display: flex;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 8px;
	width: 33.333%;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	line-height: 37px;
}
.slideTxtBox .hd ul li.on {
	height: 37px;  /*background:#45b6ef;*/
}
.slideTxtBox .bd ul {
	padding: 5px;
	zoom: 1;
	margin-top: 10px;
}
.xyhj_1 {
	background: #45b6ef;
}
.xyhj_2 {
	background: #ee2d00;
}
.xyhj_3 {
	background: #fe6601;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.xy_pic {
	width: 100%;
	position: relative;
}
.xy_pic img {
	width: 100%;
}
.xy_pic p {
	position: absolute;
	margin-top: -30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	background: rgba(80,84,82,0.9);
	font-size: 16px;
	color: #fff;
}
.xy_pic1 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.xy_pic1 img {
	width: 50%;
	padding: 5px 5px 5px 0;
	box-sizing: border-box;
}
.xy_pic1 img:nth-child(2n) {
	padding-right: 0px;
}
.xybtn {
	width: 100%;
	display: flex;
	padding: 5px;
	box-sizing: border-box;
}
.xybtna {
	background: #ee2d00;
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;
	width: 40%;
	border-radius: 8px;
}
.xybtna a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #fff;
}
.xybtna a span {
	color: #fff;
	font-size: 15px;
	padding-left: 3px;
}
.xybtna a img {
	width: 20px;
}
.xybtnb {
	border: 1px solid #ee2d00;
	color: #fff;
	font-size: 15px;
	width: 60%;
	margin-left: 15px;
	border-radius: 8px;
}
.xybtnb a {
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 39px;
	color: #ee2d00;
}
.xybtn_two {
	width: 100%;
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 8px;
}
.xybtn_twoa {
	width: 33%;
	background: #d60000;
	border-radius: 8px;
	padding: 7px 0;
	text-align: center;
}
.xybtn_twoa a {
	color: #fff;
}
.xybtn_twob {
	width: 60%;
	margin-left: 7%;
	border: 1px solid #d60000;
	border-radius: 8px;
	text-align: center;
	padding: 7px 0;
}
.xybtn_twob a {
	color: #d60000;
	font-weight: 600;
}
/*荣誉*/
.ry {
	width: 100%;
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	flex-direction: column;
}
.ry ul {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	margin-top: 10px;
}
.ry ul li {
	width: 33.333%;
}
.ry ul li img {
	width: 96%;
}
.ry p {
	line-height: 24px;
	color: #7d7d7d;
	padding-top: 5px;
	padding: 0 5px;
}
/*师资*/
.teachers {
	margin-top: 15px;
	padding: 0 5px;
	box-sizing: border-box;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teachers p {
	line-height: 24px;
	color: #7d7d7d;
	margin-top: 5px;
	padding: 0 5px;
}
/**/
.cyjy {
	background: #f7f7f7;
	margin-top: 20px;
}
.slideTxtBoxcy {
	text-align: left;
	margin-top: 10px;
}
.slideTxtBoxcy .hd {
	height:30px;
	line-height:30px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slideTxtBoxcy .hd ul {
	position: absolute;
	top: -1px;
	width: 100%;
	display: flex;
}
.slideTxtBoxcy .hd ul li {
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 8px;
	width: 33.333%;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 14px;
	line-height: 37px;
}
.slideTxtBoxcy .hd ul li.on {
	height: 37px;  /*background:#45b6ef;*/
}
.slideTxtBoxcy .bd ul {
	padding: 5px;
	zoom: 1;
	margin-top: 10px;
}
.xyhj_1 {
	background: #45b6ef;
}
.xyhj_2 {
	background: #ee2d00;
}
.xyhj_3 {
	background: #fe6601;
}
.slideTxtBoxcy .bd li .date {
	float: right;
	color: #999;
}
.xy_pic {
	width: 100%;
	position: relative;
}
.xy_pic img {
	width: 100%;
}
.xy_pic p {
	position: absolute;
	margin-top: -30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	background: rgba(80,84,82,0.9);
	font-size: 16px;
	color: #fff;
}
.xy_pic2 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background: #fff;
}
.xy_pic2 img {
	width: 32%;
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
}
.xy_pic2 img:nth-child(10) {
	padding-bottom: 5px;
}
.xy_pic3 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background: #fff;
}
.xy_pic3 ul li{ float:left; width:49%; margin-right:1%; margin-bottom:2%;}
.maro{ margin-right:0px!important}
.xy_pic2img {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
/**/
.index_new {
	display: flex;
	flex-direction: column;
	padding: 5px;
	margin-top: 5px;
}
.index_new dl {
	border: 2px dashed #eeeeee;
	margin-bottom: 15px;
}
.index_new dl:last-child {
	margin-bottom: 0;
}
.index_new dl a {
	display: block;
	padding: 5px;
}
.index_new dl a dt {
	float: right;
}
.index_new dl a dt img {
	width: 100%;
	max-width: 114px;
	height: auto;
}
.index_new_title {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_new_des {
	color: #666;
}
/**/
.video {
	width: 100%;
	display: flex;
	margin-top: 5px;
}
.videobox a {
	display: block;
}
.videobox {
	width: 50%;
	padding: 10px 5px 0px 5px;
	position: relative;
}
.video_an {
	position: absolute;
	top: 30%;
	width: 50px;
	left: 40%;
}
.videobox img {
	border: 0;
}
.videobox a p {
	background: #999999;
	margin-top: -5px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
/**/
.bm {
	background: #ee2d00;
	margin: 8px 8px 0px 8px;
	position: relative;
}
.bm_ico {
	width: 80px;
	display: block;
	height: auto;
	position: absolute;
	z-index: 1;
	margin-top: -5px;
	left: -4px;
}
.txtMarquee-top {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.txtMarquee-top h3 {
	line-height: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fff;
}
.txtMarquee-top p {
	text-align: center;
	padding-bottom: 5px;
	color: #fff;
}
.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") 0 -100px no-repeat;
}
.txtMarquee-top .hd .next {
	background-position: 0 -140px;
}
.txtMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}
.txtMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}
.txtMarquee-top .bd {
	padding: 7px;
}
.txtMarquee-top .infoList li {
	padding: 12px 2px;
	border-bottom: 1px dashed #ccc;
}
.txtMarquee-top .infoList li a {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}
.txtMarquee-top .infoList li .date {
	float: right;
	color: #999;
}
.infoList {
	background: #fff;
}
.txtMarquee-txt {
	font-size: 14px;
	font-weight: 600;
	display: flex;
}
.txtMarquee-txt span {
	width: 25%;
	text-align: center;
	padding: 8px 0;
}
.bform {
	display: flex;
	flex-direction: column;
}
.bform h3 {
	color: #da0023;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 12px;
}
.bform_bm {
	padding: 0 20px;
}
.bform_bm input {
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	margin-top: 10px;
	padding-left: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
}
#bform_bm_tj {
	background: #da0023;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.footer {
	width: 93%;
	margin-top: 15px;
	border-top: 1px solid #c5c5c5;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom:79px;
}
.footer p {
	padding: 0 5px;
	line-height: 26px;
	text-align: center;
	color: #666;
}
.footer p:first-child {
	margin-top: 15px;
}
.gwab {
}
.gwab a img {
	width: 20px;
	vertical-align: middle
}
.xjybt-menu {
    position: fixed;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    bottom: 0;
    z-index: 99;
    background: #f30;
    padding: 5px 0;
}.xjybt-menu .menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}.xjybt-menu .menu-wrap .menu-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align: center;
}.xjybt-menu .menu-wrap .menu-item .menu-thumb {
    line-height: 24px;
}.xjybt-menu .menu-wrap .menu-item .menu-desc {
    font-size: 15px;
    line-height: 15px;
    margin-top: 4px;
    color: #fff;
    position: relative;
    z-index: 3;
}.xjybt-menu .menu-wrap .menu-item:after {
    position: absolute;
    width: 1px;
    height: 34px;
    right: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #fff;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}.xjybt-menu .menu-wrap .menu-item:last-child {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    -moz-box-flex: 1.2;
    flex: 1.2;
}
.xjybt-menu .menu-wrap .menu-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align: center;
}.xjybt-menu .menu-wrap .menu-item:last-child .menu-thumb {
    opacity: 0;
}.cs-wrap {
    width: 100%;
    top: -77%;
    position: absolute;
}.cs-wrap .cs-circl {
    position: relative;
    width: 60%;
    padding-top: 60%;
    background: #f30;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}.cs-thumb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}.cs-thumb img {
    width: 100%;
    display: block;
}
#hslsjzx {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #f88a01;
    text-align: center;
    color: #fff;
    font-size: 11px;
    top: -12px;
    right: 6px;
    line-height: 18px;
    z-index: 1;
    border: 1px solid #fff;
    font-style: normal;
}.fixed {
    position: fixed;
    max-width: 640px;
    width: 100%;
    height: 50px;
    background: #ee2d00;
    bottom: 0;
    padding-top: 5px;
    z-index: 999999;
}.fixed ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .8rem;
}.fixed ul li a {
    color: #fff;
}.fixed ul li img {
    display: block;
    margin: 2px auto;
    width: 25px;
}