﻿/**全局css**/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	background: white;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
p {
	color: #333;
}
li {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
@font-face {
	font-family: myfirfont;
	src: url('font/1.TTF'), 
	url('font/1.eot');
}
/**logo**/
.head {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .logo {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .logo img {
	width: 100%;
	height: auto;
	display: block;
}
/**logo end**/
/**导航**/
.navbg {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #f6f7f6;
}
.nav {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.nav ul {
	width: 100%;
	height: 40px;
	overflow: hidden;
	display: flex;
	margin: auto;
}
.nav ul li {
	flex: 1;
	border-right: 1px solid #ddd;
	height: 40px;
}
.nav ul li a {
	width: 100%;
	height: 40px;
	color: #333;
	text-align: center;
	font-size: 16px;
	display: block;
	line-height: 39px;
}
.nav ul li:nth-child(4) {
	border-right: none;
}
.nav ul li a.hover {
	color: white;
	background: #bb0201;
}
/**导航end**/
/**banner**/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.banner .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #FE6C9C;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner .bd li a img {
	width: 100%;
	height: auto;
	display:block;
}
/**banner end**/
/**网站底部**/
.footnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
	background:#bb0201;
	font-size:0;
	padding:10px 0px;
}
.footnav a
{
	display:inline-block;
	font-size:15px;
	color:white;
	padding:0px 4px;

}
.footinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ececec;
	padding:10px;
	box-sizing:border-box;
}
.footinfo .footinfol
{
	width:100px;
	height:auto;
	overflow:hidden;
	float:left;
}
.footinfo .footinfol .twocode
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footinfo .footinfol .twocode img
{
	width:100%;
	height:auto;
	display:block;
}
.footinfo .footinfol .twocode p
{
	font-size:12px;
	padding:3px 0;
	text-align:center;
	color:black;
}
.footinfo .footinfor
{
	width:calc(99% - 110px);
    float:right;
    height:auto;
    overflow:hidden;
}
.footinfo .footinfor .tit
{
	font-size:16px;
	color:black;
	font-weight:bold;
}
.footinfo .footinfor .info
{
	font-size:14px;
	color:black;
	line-height:23px;
	margin-top:10px;
}
/**网站底部 end**/
/**底部固定菜单**/
#footnavgu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #4fa636;
	z-index: 10;
}
#footnavgu ul li {
	float: left;
	width: 25%;
	height: 50px;
	position: relative;
}
#footnavgu ul li a {
	width: 100%;
	height: 50px;
	display: block;
}
#footnavgu ul li img {
	display: block;
	margin: auto;
	width: 25%;
	padding-top: 5px;
}
#footnavgu ul li p {
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: white;
}
/**webchat**/
#wechat {
	width: 80%;
	height: auto;
	overflow: hidden;
	background: white;
	border-radius: 10px;
	position: fixed;
	top: 40%;
	margin-left: 10%;
	z-index: 999;
	border: 1px solid #ccc;
	opacity: 0.9;
	display: none;
}
#wechat p.changan {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#wechat p.haoma {
	color: red;
	background: yellow;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
#wechat a.openwechat {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
}
#wechat a.closewd {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
/**网站底部 end**/
/**网站首页**/
/**图片新闻**/
dt.dt
{
	width:100%;
	height:50px;
	overflow:hidden;
	background:url('../images/dtbg.jpg') repeat-x;
}
dt.dt span
{
	height:50px;
	width:127px;
	float:left;
	background:url('../images/dtspan.png') no-repeat;
	text-align: center;
	font-size:20px;
	color:#fff;
	line-height:42px;
	display:block;
}
dt.dt a
{
	display:block;
	float:right;
	color:#868686;
	line-height:42px;
	padding-right:10px;
	font-size:14px;
}
dt.dt a:hover
{
	color:#bb0201;
}
.indpicnews
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
}
.indpicnews dd
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:15px;
}
.indpicnews dd .tupiankx
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indpicnews dd .tupiankx ul
{
   width:100%;
   height:auto;
   overflow:hidden;
}
.indpicnews dd .tupiankx ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indpicnews dd .tupiankx ul li a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indpicnews dd .tupiankx ul li a img
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indpicnews dd .tupiankx ul li a p
{
	width:100%;
	height:30px;
	color:white;
	font-size:16px;
	background:#bb0201;
	line-height:30px;
	box-sizing: border-box;
	padding:0 15px;
	overflow:hidden;
	text-align: justify;
}
/**图片新闻 end**/
/**列表新闻**/
.indlistnews
{
	width:calc(100% - 20px);
	height:auto;
	overflow:hidden;
	border:1px solid #e5e5e5;
	margin:10px;
}
.indlistnews dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.indlistnews dd ul li 
{
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
}
.indlistnews dd ul li a
{
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
}
.indlistnews dd ul li a div.arr
{
	width:5px;
	height:5px;
	background:#ff6532;
	float:left;
	margin:10px;
	margin-top:13px;
}
.indlistnews dd ul li a p
{
	width:calc(65% - 15px);
	height:30px;
	font-size:15px;
	line-height:30px;
	color:#282828;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indlistnews dd ul li a:hover p
{
	color:#bb0201;
}
.indlistnews dd ul li a span
{
	display:block;
	font-size:15px;
	width:calc(35% - 15px);
	height:30px;
	text-align: right;
	color:#868686;
	float:left;
	line-height:30px;
}
/**列表新闻 end**/
/**关于我们**/
dl.indabu 
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px 10px;
	box-sizing: border-box;
	background:#fe6c39;
}
dl.indabu dt.tit
{
	font-size:22px;
	text-align:center;
	color:white;
	overflow:hidden;
}
dl.indabu dt.des
{
	font-size:16px;
	text-align:center;
	color:white;
	padding-top:5px;
	padding-bottom:20px;
	height:16px;
	overflow:hidden;
}
dl.indabu dd.line
{
	width:75px;
	height:3px;
	background:white;
	margin:auto;
}
dl.indabu dd.content
{
	height:auto;
	overflow:hidden;
	padding-top:15px;

}
dl.indabu dd.content .contentl
{
	width:100%;
    height:auto;
    overflow:hidden;
}
dl.indabu dd.content .contentl img
{
	display:block;
	width:100%;
	height:auto;
}
dl.indabu dd.content .contentr 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
dl.indabu dd.content .contentr .contentrdes
{
    height:auto;
    overflow:hidden;
    padding-top:15px;
    padding-bottom:22px;
}
dl.indabu dd.content .contentr .contentrdes p
{
	font-size:15.5px;
	color:white;
	text-align: justify;
	line-height:24px;
}
dl.indabu dd.content .contentr .contentrdes p.p2
{
	padding-top:16px;
}
dl.indabu dd.content .contentr a
{
	display:block;
	color:white;
	font-size:14px;
	text-align: center;
	width:150px;
	height:40px;
	line-height:40px;
	border:1px solid white;
	margin:auto;
}
/**关于我们 end**/
/**教师风采**/
.insabujsfc
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing:border-box;
}
.insabujsfc ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabujsfc ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin:-bottom:10px;
}
.insabujsfc ul li .pic
{
	width:120px;
	float:left;
	height:auto;
	overflow:hidden;
}
.insabujsfc ul li .pic img
{
	display:block;
	width:120px;
	height:160px;
}
.insabujsfc ul li .des
{
	float:left;
	width:calc(100% - 130px);
	height:auto;
	overflow:hidden;
	margin-left:10px;
	font-size:15px;
}
.insabujsfc ul li .des .name
{
	font-weight:bold;
}
/**教师风采 end**/
/**领导风采**/
.insabuldfc
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing:border-box;
}
.insabuldfc ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabuldfc ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin:-bottom:10px;
}
.insabuldfc ul li .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabuldfc ul li .pic img
{
	margin:auto;
	width:120px;
	height:160px;
	display:block;
	padding-bottom:5px;
}
.insabuldfc ul li .r
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabuldfc ul li .r .fir
{
	font-size:14px;
	height:auto;
	text-align: center;
	color:black;
	font-weight:bold;
}
.insabuldfc ul li .r .sec
{
	font-size:14px;
	line-height:25px;
	text-align: justify;
}
/**领导风采 end**/
/**校园之星**/
dl.indxyzx
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing:border-box;
}
dl.indxyzx dd
{
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	overflow:hidden;
}
dl.indxyzx dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
dl.indxyzx dd ul li
{
	display:inline-block;
	width:50%;
	overflow:hidden;
	height:auto;
	overflow:hidden;
}
dl.indxyzx dd ul li a
{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
dl.indxyzx dd ul li a img.picbg
{
	width:100%;
	height:auto;
	display:block;
	margin:auto;
}
dl.indxyzx dd ul li a div.pic
{
	width:60%;
    background:white;
    padding:4px;
    margin:auto;
    position: absolute;
    top:20%;
    left:calc(20% - 4px);
}
dl.indxyzx dd ul li a div.pic img
{
	display:block;
	width:100%;
	height:auto;
}
dl.indxyzx dd ul li a p.tit
{
	font-size:12px;
	color:white;
	text-align: center;
	width:100%;
	height:50px;
	background:url('../images/xyzxtitbg.png') no-repeat center center;
	background-size:100% 100%;
	line-height:50px;
	position:absolute;
	top:68%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:2;
}
dl.indxyzx dd ul li a p.des
{
	width:80%;
	font-size:12px;
	color:#66350a;
	text-align: center;
	font-weight:bold;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	z-index:3;
	top:89%;
	left:10%;
}
/**校园之星**/
/**快乐学堂**/
dl.indxyfc
{
    width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
}
dl.indxyfc dd
{
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
dl.indxyfc dd ul
{
	height:auto;
	overflow:hidden;
}
dl.indxyfc dd ul li 
{
	height:auto;
	overflow:hidden;
}
dl.indxyfc dd ul li a
{
	display:block;
	width:100%;
	height:auto;
	position: relative;
	overflow:hidden;
}
dl.indxyfc dd ul li a img
{
	display:block;
	width:100%;
	height:auto;
	max-height:270px;
}
dl.indxyfc dd ul li a p
{
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:15px;
	color:white;
	padding:0 10px;
	box-sizing: border-box;
	line-height: 40px;
	background:#ff6532;
	background:rgba(255,101,50,0.8);
	text-align: center;
}
/**快乐学堂**/
/**网站首页end**/
/**关于我们**/
.inszt {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.inszt .inscontent {
	width: 100%;
	margin: auto;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
}
.inszt .inscontent p {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	color: #333;
}
.inszt .inscontent img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
/**关于我们图片集**/
.inszt .inscontent .insaboutpic {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inszt .inscontent .insaboutpic li {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
/**关于我们图片集 end**/
/**关于我们 end**/
/**内容页菜单**/
.insnav {
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
	padding-bottom:5px;
}
.insnav ul {
	font-size: 0;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.insnav ul li {
	width:auto;
	display: inline-block;
	vertical-align: top;
	height: auto;
	overflow: hidden;
	min-width:20%;
}
.insnav ul li a {
	display: block;
	height: auto;
	font-size: 14px;
	margin:auto;
	padding:5px 3px;
	box-sizing: border-box;
	background:#f5f5f5;
	position:relative;
	border-left:1px solid white;
	border-right:1px solid white;
	margin-bottom: 8px;
	text-align:center;
}
.insnav ul li a.hover {
	color: white;
	background:#ff6532;
}
.insnav ul li a .sanjiao
{
	width:0;
	height:0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	border-top:4px solid #ff6532;
	position:absolute;
	left:calc(50% - 4px);
	display:none;
}

/**内容页菜单 end**/
.inslmtit
{
	width:calc(100% - 20px);
	border-left:2px solid #ff6532;
	height:16px;
	font-size:16px;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
	color:black;
	text-indent: 15px;
}
/**分页**/
.switch {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	box-sizing: content-box;
}
.switch a {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	margin: 3px;
	padding: 3px;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
	box-sizing: content-box;
}
.switch a:hover {
	background: #ff6532;
	color: white;
}
.switch a.on {
	background: #ff6532;
	color: white;
}
/**分页 end**/
/**文字列表页**/
.inslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0px 10px;
	box-sizing: border-box;
}
.inslist ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.inslist ul li 
{
	width:100%;
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
}
.inslist ul li a
{
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
}
.inslist ul li a div.arr
{
	width:5px;
	height:5px;
	background:#ff6532;
	float:left;
	margin:10px;
	margin-top:13px;
}
.inslist ul li a p
{
	width:calc(65% - 15px);
	height:30px;
	font-size:15px;
	line-height:30px;
	color:#282828;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inslist ul li a:hover p
{
	color:#bb0201;
}
.inslist ul li a span
{
	display:block;
	font-size:15px;
	width:calc(35% - 15px);
	height:30px;
	text-align: right;
	color:#868686;
	float:left;
	line-height:30px;
}
/**文字列表 end**/
/**图文列表**/
.inspiclist
{
	width:100%;
	padding:0px 10px;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
}
.inspiclist ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inspiclist ul li 
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.inspiclist ul li a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.inspiclist ul li a .pic
{
	width:30%;
	float:left;
	height:auto;
	overflow:hidden;
}
.inspiclist ul li a .pic img
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.inspiclist ul li a .r
{
	margin:0px 10px;
	width:calc(70% - 20px);
	float:left;
	overflow:hidden;
	border-bottom:1px solid #eee;
	box-sizing: border-box;
}
.inspiclist ul li a .r .tit
{
	font-size:16px;
	text-align: justify;
}
.inspiclist ul li a .r .time
{
	font-size:14px;
	text-align: justify;
	height:30px;
	line-height:30px;
	color:#666;
}
/**图文列表 end**/
/**内容页内容**/
.insxx {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
}
.insxx .insxxpic {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.insxx .insxxpic img {
	width: 100%;
	height: auto;
	display: block;
}
.insxx .insxxtitle {
	width: 100%;
	font-size: 16px;
	margin: auto;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.insxx .insxxtime {
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999;
}
.insxx .insxxcontent {
	width: 100%;
	margin: auto;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.insxx .insxxcontent p {
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.insxx .insxxcontent table {
	width: 100%;
}
.insxx .insxxcontent img {
	width: 100%;
	height: auto;
}
.insxx .insxxcontent iframe
{
	width:100%;
	height:auto;
	min-height:300px;
}
.insxx .insxxcontent video
{
	width:100%;
	height:auto;
	min-height:300px;
}
/**内容页内容 end**/
/**图片产品形式列表**/
.instulist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.instulist ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.instulist ul li
{
	display:inline-block;
	margin-left:2%;
	width:47%;
	height:auto;
	overflow:hidden;
}
.instulist ul li
{
	display:inline-block;
	margin-left:2%;
	width:47%;
	height:auto;
	overflow:hidden;
	vertical-align: top;
}
.instulist ul li div.pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.instulist ul li div.pic img
{
	display:block;
	width:100%;
	height:auto;
}
.instulist ul li div.tit
{
	text-align: center;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:5px;
	font-size:14px;
	padding-bottom:5px;
}
/**图片产品形式列表 end**/
/**网站分校导航**/
    .fxnav
    {
        width:100%;
        position:fixed;
        top:0;
        left:-3000px;
        background:rgba(0,0,0,0.5);
        z-index:10;
    }
    .fxnav .list
    {
        width:160px;
        height:100%;
        overflow:hidden;
        background:#eee;
    }
    .fxnav .list .biaoti
    {
        font-size:16px;
        height:auto;
        overflow:hidden;
        text-align: center;
        color:black;
        font-weight:bold;
        padding-top:15px;
        padding-bottom:10px;
    }
    .fxnav .list ul
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .fxnav .list ul li 
    {
      width:100%;
      height:auto;
      overflow:hidden;
    }
    .fxnav .list ul li a
    {
         display:block;
         width:100%;
         height:auto;
         overflow:hidden;
         text-align: center;
         font-size:15px;
         padding-top:10px;
         padding-bottom:10px;
    }
/**网站分校导航 end**/
