table,tr,td,th,thead,tbody,video{ border:none; margin:0;outline:none; padding:0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}/*合并初始表格边框*/
/*子页标题*/
.zy_title{
	position: relative;
}
.zy_title img{
	display: block;
	width: 100%;
}
.zy_title h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.zy_title h1 p{
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	font-weight:bold;
	background: url(../images/title_icon.png) center top no-repeat;
	background-size: 5%;
	padding-top: 6%;
	margin-top: 6%;
}
.zy_title h1 a{
	position: absolute;
	right: 2%;
	top: 38%;
	width: 1.6rem;
}

/*二级导航*/
.navbox{
	min-height: 19rem;
	background:url(../images/nav_bg.png) center top no-repeat;
	background-size: 100%;
}
.navbox ul{
	overflow: hidden;
	padding: 5% 0;
}
.navbox ul li{
	float: left;
	width: 33.33333%;
	text-align: center;
	margin:.3rem 0;
}
.navbox ul li a{
	display: block;
}
.navbox ul li img{
	display: block;
	margin: 0 auto;
	width: 50%;
}
.navbox ul li span{
	font-size: 1rem;
	color: #1f9995;
	line-height: 240%;
}

/*关于我们*/
.zyconbox{
	min-height: 18rem;
	padding: 4% 2%;
}
.zy_about *{
	font-size: 1rem;
	color: #666;
	text-indent: 2em;
	line-height: 180%;
	margin:3% 0;
	text-align: justify;
}
.zy_about h1 img{
	width: 100%;
	display: block;
	margin:1% 0;
}
.zy_about h1 span{
	font-size: .8rem;
	color: #999;
	display: block;
	text-align: center;
	margin:0;
}

/*关于我们——历史回顾*/
.zy_about_lshg ul{
	border-left: #1f9995 solid 2px;
	margin-left: 2rem;
}
.zy_about_lshg ul li{
	padding:4% 0;
	background: url(../images/lshg_icon.png) center left no-repeat;
	background-size: 5%;
	margin-left: -.6rem;
}
.zy_about_lshg ul li span{
	font-size: .9rem;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin:0 10%;
	margin-left: 12%;
}
.zy_about_lshg ul li a{
	font-size: 1.2rem;
	color: #1f9995;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 13rem;
}

/*历史回顾详情页*/
.zy_about_lshg_xq h1 p{
	font-size: 1.4rem;
	color: #333;
	padding: 2% 0;
}
.zy_about_lshg_xq h1 span{
	font-size: .9rem;
	color: #333;
	padding: 2% 0;
	display: block;
}
.zy_about_lshg_xq h2 *{
	font-size: 1rem;
	color: #666;
	line-height: 160%;
	text-indent: 2em;
	margin:3% 0;
	text-align: justify;
}
.zy_about_lshg_xq h2 img{
	width: 100%;
	display: block;
}

/*骨干教师*/
.zy_teacher ul li{
	overflow: hidden;
	padding: 3% 0;
	position: relative;
	border-bottom:#ddd solid 1px;
}
.zy_teacher ul li h1{
	float: left;
	width: 25%;
}
.zy_teacher ul li h1 img{
	display: block;
	width: 100%;
}
.zy_teacher ul li dl{
	float: right;
	width: 72%;
}
.zy_teacher ul li dl dt a{
	font-size:1.2rem;
	color: #051c5a;
	line-height:200%;
}
.zy_teacher ul li dl dd{
	font-size: 1rem;
	color: #666;
	text-align: justify;
	line-height: 140%;
}
.zy_teacher ul li dl .one{
	font-size: .8rem;
	color: white;
	background-color: #051c5a;
    padding:0 3%;
    display: inline-block;
    line-height: 180%;
    border-radius: .3rem;
}
.zy_teacher ul li dl p{
	position: absolute;
	width: 100%;
	bottom:10%;
}
/*翻页*/
.fanye{
	overflow: hidden;
}
.fanye p{
	float: left;
	width: 50%;
	text-align: center;
	 margin: 5% 0;
	}
.fanye p a{
	display: inline-block;
	background-color: #1f9995;
	color: #fff;
	font-size: 1rem;
    line-height: 180%;
    padding: 0 8%;
    border-radius: .3rem;
}
/*骨干教师详情*/
.zy_teacher_xq dl{
	margin-bottom: 1.6rem;
}
.zy_teacher_xq dl dt{
	margin-bottom: .8rem;
}
.zy_teacher_xq dl dt img{
	width: 40%;
	display: block;
	vertical-align: bottom;
	margin:0 auto;
}

.zy_teacher_xq dl dd{
	color: #666;
	font-size: .9rem;
	margin:3% 0;
}
/*子页内容标题共用*/
.zy_title01{
	color: #051c5a;
	font-size: 1.2rem;
	border-left: .2rem solid #051c5a;
	padding-left: .4rem;
	font-weight: bold;
	margin: 1rem 0;
}
.zy_teacher_xq h2 *{
	font-size: 1rem;
	color: #666;
	text-indent: 2em;
	margin:3% 0;
	line-height: 180%;
	text-align: justify;
}
.fanye01{
	overflow: hidden;
	margin:2% 0;
}
.fanye01 p{
	float: left;
	width: 48%;
	padding:2% 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fanye01 p+p{
	text-align: right;
	float: right;
}
.fanye01 p span{
	font-size: 1.1rem;
	color: #1f9995;
	font-weight: bold;
}
.fanye01 p a{
	font-size: 1.1rem;
	color: #666;
}

/*培训部*/
.zy_train .jj img{
	width: 100%;
	display: block;
}
.zy_train .jj p{
	font-size: 1rem;
	color: #666;
	text-indent: 2em;
	margin:2% 0;
	line-height: 180%;
	text-align: justify;
}
.zy_train .jj p a{
	font-size: 1rem;
	color: #1f9995;
}
.zy_train .item ul{
	overflow: hidden;
}
.zy_train .item ul li{
	float: left;
	margin-right: 4%;
}
.zy_train .item ul li img{
	display: block;
	width: 3rem;
	height: 3rem;
	margin:0 auto;
}
.zy_train .item ul li span{
	display: block;
	text-align: center;
	font-size: .9rem;
	color: #666;
	line-height: 150%;
}
/*子页内容图集滚动公用*/
.activitypiclist {
    text-align: center;

    /* 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;
}
.pic_pic li a{
	display: block;
	overflow: hidden;
}
.activitypiclist img{
	width: 8rem;
	height: 5.333333rem;
	display: block;
}
.activitypiclist span{
	font-size:.8rem;
	display: block;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 240%;
	width: 100%;
}

/*新闻列表*/
.zy_news ul li{
	overflow: hidden;
	padding:.6rem 0;
	border-bottom: #ddd solid 1px;
}
.zy_news ul li img{
	float: left;
	width: 30%;
	height: 9rem;
	border: #d6d7dc solid 1px;
	margin-right:2%;
}
.news_list_right{
	width:100%;
	height:9rem;
	position: relative;
}
.news_list_right span{
	position: absolute;
	right:0;
	bottom:0;
}
.zy_news ul li dt{
	font-size: 1.1rem;
	line-height: 160%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.zy_news ul li dd{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
	font-size:0.9rem;
	line-height:1.3rem;
	color: #666;
	margin:.5rem 0 1.3rem;
}
.zy_news ul li dl span{
	font-size: .8rem;
	color: #999;
	display: block;
}

/*news xq*/
.zy_xq_title{
	margin:5% 0 7% 0;
	text-align: center;
}
.zy_xq_title h1{
	font-size: 1.26rem;
	line-height: 2rem;
	color: #333;
	margin:5%;
}
.zy_xq_title span{
	font-size: .8rem;
	color: #999;
}
.zy_xqcon_txt *{
	font-size: 1rem;
	color: #666;
	line-height: 1.8rem;
    text-align: justify;
}
.news_xq_txt{
	text-indent: 2em;
}
.news_xq_txt h1{
	margin:1rem 0;
}
.news_xq_txt h1 img{
	display: block;
	width: 100%;
}
/*新闻详情页翻页类型*/
.xq_fanye{
	margin:3% 0;
}
.xq_fanye p{
	font-size: 1.1rem;
	color: #1f9995;
	font-weight: bold;
	line-height: 160%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xq_fanye p a{
	color: #666;
	font-size: 1.1rem;
}

.fanye{
	width:100%;
	text-align:center;
	margin-top:0.6rem;
}
.fanye a{
	display: inline-block;
	border-radius:0.2rem;
	border:1px solid #ccc;
	padding:0.5rem;
	color:#333;
	margin:0.1rem;
}
.fanye a:hover{
	color:#fff;
	background:#051c5a;
	border:1px solid #051c5a;
}
/*网上报名*/
.zy_wsbm h1{
	font-size: 1.2rem;
	font-weight: bold;
	color: #1f9995;
	text-align: center;
	margin:5% 0;
}
.zy_wsbm table{
	border: #bbbbbb solid 1px;
	margin:0 auto;
}
.zy_wsbm table td{
	border: #bbbbbb solid 1px;
	color: #666;
	height: 240%;
	line-height: 240%;
	font-size: 1rem;
	padding: 0 .5rem;
	width: 25%;
}
.zy_wsbm .td_bg{
	text-align: center;
	background-color: #f0f0f0;
}
.zy_wsbm table td input{
	color: #666;
	font-size: 1rem;
	line-height: 240%;
	font-family: "微软雅黑";
	width: 100%;
	background: none;
}
.zy_wsbm table td textarea{
	width: 100%;
	font-size: 1rem;
	font-family: "微软雅黑";
	margin-top: .8rem;
	height: 5rem;
	color: #666;
}
.zy_wsbm .yzm{
	margin:1.2rem 0;
}
.zy_wsbm .yzm input{
	width: 10rem;
	font-family: "微软雅黑";
	display: inline-block;
	vertical-align: middle;
	line-height: 240%;
	height: 240%;
	border: #bbb solid 1px;
	text-align: center;
	font-size: 1rem;
	color: #666;
}
.zy_wsbm .yzm img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.zy_wsbm form h4{
	text-align: center;
	padding:5% 0;
}
.zy_wsbm form .btn{
	width:10rem;
	cursor:pointer;
	line-height:220%;
	font-size:1.2rem;
	color:white;
	border-radius: 5px;
	background:-webkit-linear-gradient(top,#33ffff,#1f9995);
	background:-o-linear-gradient(top,#33ffff,#1f9995);
	background:-moz-linear-gradient(top,#33ffff,#1f9995);
}

/*查看审核*/
.zy_cksh ul li{
	border: #1f9995 solid 1px;
	border-bottom: none;
	margin:2rem 0 1rem;
}
.zy_cksh ul li:first-child{
	margin-top: 1rem;
}
.zy_cksh ul li h1{
	overflow: hidden;
	background-color: #1f9995;
	padding:3% 2%;
}
.zy_cksh ul li h1 p{
	float: left;
	width: 50%;
	color: #fff;
}
.zy_cksh ul li h1 p:last-child{
	text-align: right;
}
.zy_cksh ul li *{
	font-size: 1rem;
}
.zy_cksh ul li h2{
	padding:3% 2%;
	border-bottom: #1f9995 solid 1px;
	color: #333;
}
.zy_cksh ul li h3{
	padding:3% 2%;
	border-bottom: #1f9995 solid 1px;
	overflow: hidden;
	color: #333;
}
.zy_cksh ul li h3 span{
	float: left;
	width: 5rem;
	line-height: 160%;
}
.zy_cksh ul li h3 p{
	float: left;
	width: 17.5rem;
	line-height: 160%;
}
.zy_cksh ul li button{
	padding:3% 0;
	background:none;
	display: block;
	width: 100%;
	border-bottom: #1f9995 solid 1px;
}
.zy_cksh ul li button a{
	color: #1f9995;
	display: block;
}

/*联系我们*/
.zy_contact dl{
 	padding: 0 2%;
}
.zy_contact dl dt{
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	margin:1rem 0;
}
.zy_contact dl dd{
	font-size: 1rem;
	color: #666;
	line-height: 180%;
}
.mymapbox{
	border: #ddd solid 1px;
	width: 100%;
	margin:5% 0;
}
.my-map { margin: 0 auto; width: 100%; height: 20rem; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}


.zy_teacher_xq img{
	width:100%;
	margin:1rem 0;
}