body{margin:0px auto;padding:0px;border:0px;font-family:Arial,"微软雅黑"; font-size:16px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; min-width:1200px;background: #fff;}
ul,li,ol{margin:0px; padding:0px; list-style:none;}
table,tr,td,h3,h5,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
input{border: none;outline: none;background: none;}
a{text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;transition: 0.5s;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.width{width:1200px;margin: 0 auto;}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.images{
	transition: all 0.8s;
	-moz-transition: width 0.8s; /* Firefox 4 */
	-webkit-transition: width 0.8s; /* Safari 和 Chrome */
	-o-transition: width 0.8s; /* Opera */
	}
.images:hover{
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */
	}



/****************************************首页****************************************/
/* 头部 */
.top{width: 100%;height: 63px;background: url(../images/topbg.jpg) no-repeat center;padding: 27px 0;}
.topr{color: #c3ebfd;margin-top: 15px;}
.topr a{font-size: 14px;color: #c3ebfd;margin:0 10px;}
.topr a:hover{color: #fff;}

/* 导航 */
.menu{width: 100%;height: 45px;}
.nav{height:45px; line-height:45px;position:relative; z-index:1;}
.nav a{ color:#444;}
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;font-weight: normal;}
.nav .nLi h3 a{ display:block; padding:0 17px; font-size:18px;}
.nav .on h3 a{color:#fff;background: #2267b1;}
.nav .nLi:hover a{color:#fff;background: #2267b1;}
.nav .sub{width:100%; left:0; top:45px;  position:absolute;background:#145ba1;text-align: center;display: none;z-index: 999;}
.nav .sub li{ zoom:1; font-size: 16px;}
.nav .sub a{ display:block; color: #fff;padding: 10px 0;line-height: 22px;}
.nav .sub a:hover{ background: #fff;color: #00448a;}

/* banner */
.banner{width:100%; text-align:center;}
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;}
.slideBox .hd{ height:14px; overflow:hidden; position:absolute; left:50%; bottom:35px; z-index:99;margin-left: -36px;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:14px; height:14px; text-align:center; background:url(../images/dian.png) no-repeat center; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../images/dian-hover.png) no-repeat center;}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;}
.slideBox .bd ul{width:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ width:100%; height:auto; display:block;  }

/* 新闻 */
.main{padding: 40px 0;}
.news{width: 640px;}
.zytitle{overflow: hidden;width: 100%;border-bottom: 2px solid #2267b1;padding-bottom: 20px;}
.zytitle h3{float: left;font-size: 30px;color: #2267b1;font-weight: normal;}
.zytitle a{float: right;font-size: 14px;color: #999;transition: 0.8s;margin-top: 21px;}
.zytitle a:hover{color: #2267b1;padding-right: 8px;transition: 0.8s;}
.news ul{padding-top: 10px;}
.news ul li{padding: 25px 0;border-bottom: 1px solid #eaeaea;cursor: pointer; width:100%;}
.news ul li+li+li{border-bottom: none;}
.xwtp{width: 200px;height: 130px;float: left;overflow: hidden;text-align:center}
.xwtp img{height: 130px;}
.xwnr{float: right;width: 420px;overflow: hidden;}
.xwnr a{color: #494949;line-height: 28px;}
.xwnr p{font-size: 14px;color: #2267b1;line-height: 28px;}
.news ul li:hover{webkit-box-shadow: -5px 2px 50px #bbb;-moz-box-shadow: -5px 2px 50px #bbb;box-shadow: -5px 2px 50px #bbb;transition: 0.5s;}
.news ul li:hover .xwnr a{color: #2267b1;}

/* 活动报告 */
.hdbg{width: 520px;}
.hdbg ul{padding-top: 5px;}
.hdbg ul li{margin-top: 30px;}
.hdbg ul li .date{float: left;background: #2267b1;width: 75px;height: 75px;text-align: center;color: #fff;}
.hdbg ul li .date h3{font-size: 30px;font-weight: normal;margin-top: 5px;}
.hdbg ul li .date h5{font-size: 12px;font-weight: normal;}
.hdbg ul li a{float: left;background: #f3f3f3;padding: 15px 25px;width: 395px;color: #494949;line-height: 23px;height:45px;}
.hdbg ul li:hover{webkit-box-shadow: -5px 2px 50px #bbb;-moz-box-shadow: -5px 2px 50px #bbb;box-shadow: -5px 2px 50px #bbb;transition: 0.5s;}
.hdbg ul li:hover a{background: #fff;color: #2267b1;}

/* 底部 */
.footer{padding: 30px 0;background: #2a2a2a;overflow: hidden;font-size: 14px;color: #fff;line-height: 28px;text-align: center;}

/* 单篇正文 */
.nybanner{width: 100%;height: 260px;overflow: hidden;}
.nybanner img{width: 100%;height: 260px;}
.nynr{padding: 30px 0;min-height:338px;}
.nynrl{width: 230px;}
.nynrl h3{height: 60px;line-height: 60px;padding-left: 40px;background: #2267b1;font-size: 22px;color: #fff;font-weight: normal;}
.nynrl ul{overflow: hidden;background: #f4f4f4;padding: 10px 25px 300px 25px;}
.nynrl ul li{padding: 15px 0;border-bottom: 1px solid #d9d9d9;overflow: hidden;line-height: 22px;padding-left: 15px;}
.nynrl ul li a{font-size: 18px;color: #494949;display: block;}
.nynrl ul li.on,.nynrl ul li:hover{border-bottom: 1px solid #2267b1;}
.nynrl ul li.on a,.nynrl ul li:hover a{color: #2267b1;}
.nynrr{width: 930px;}
.location{border-bottom: 2px solid #2267b1;overflow: hidden;width: 100%;line-height: 50px;}
.location h3{float: left;font-size: 22px;color: #2267b1;font-weight: normal;}
.current{float: right;font-size: 14px;color: #999;margin-top: 9px;}
.current a{color: #999;}
.current a:hover{color: #2267b1;}
.dpzw{padding: 20px 0;overflow: hidden;}
.dpzw p{font-size: 16px !important;line-height: 32px !important;margin-bottom: 10px;}

/* 内容页 */
.nry{padding-top: 20px;overflow: hidden;}
.nry h3{font-size: 24px;text-align: center;color: #444;margin-top: 20px;}
.xiab{text-align: center;margin: 15px 0;font-size: 12px;color: #999;}
.xiab span{margin-right: 10px;}
.nrynr p{font-size: 16px !important;line-height: 32px !important;text-indent: 2em !important;color: #494949;}
.nrynr p img{display: block;margin: 0 auto;}
.sxp{border-top: 1px solid #c1c1c1;overflow: hidden;padding: 20px 0;color:#2267b1 ;margin-top: 30px;line-height: 32px;}
.sxp p a{color: #494949;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
.sxp p a:hover{color: #2267b1;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;margin-left: 10px;}

/* 列表页 */
.listnr ul{padding: 10px 0 50px 0;}
.listnr ul li{margin-top: 30px;}
.listnr ul li .date{float: left;background: #2267b1;width: 75px;height: 75px;text-align: center;color: #fff;}
.listnr ul li .date h3{font-size: 30px;font-weight: normal;margin-top: 5px;}
.listnr ul li .date h5{font-size: 12px;font-weight: normal;}
.listnr ul li a{float: left;background: #f3f3f3;padding: 15px 25px;width: 1075px;color: #494949;line-height: 23px;height: 45px;display: block;}
.listnr ul li:hover{webkit-box-shadow: 0 2px 10px #bbb;-moz-box-shadow: 0 2px 10px #bbb;box-shadow: 0 2px 10px #bbb;transition: 0.5s;}
.listnr ul li:hover a{background: #fff;color: #2267b1;}

/* 师资队伍 */
.szdw ul{padding-top: 30px;overflow: hidden;padding-bottom: 30px;}
.szdw ul li{float: left;margin-bottom: 25px;width: 120px;overflow: hidden;margin-right: 60px;}
.szdw ul li a{color:#494949;}
.szdw ul li.last{margin-right: 0 !important;}
.xbtp{width: 120px;height: 150px;overflow: hidden;}
.xbtp img{width: 120px;height: 150px;transition: 0.6s;}
.szdw ul li p{text-align: center;font-size: 14px;color: #494949;padding: 10px 0;background: #eee;}
.szdw ul li:hover p{color: #0e50b1;}