*{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
a,ul li{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	list-style: none;
	text-decoration: none;
}
img {
	border: none;
}
a:hover{
	text-decoration:underline;
}
.clear:after,.clear:before{
	content: "";
	display: block;
	clear: both;/*清除浮动*/
}

.nav{
	width: 100%;
	min-width: 1200px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 99;
     -webkit-box-shadow: 0 4px 25px rgba(144, 144, 144, .2);
     -moz-box-shadow: 0 4px 25px rgba(144, 144, 144, .2);
     box-shadow: 0 4px 25px rgba(144, 144, 144, .2);
 }
.nav .nav_content{
	width:1200px;
	margin: 0 auto;
}
.nav img{
	margin: 20px 0px 0px 0px;
	float: left;
}
.nav .nav_zg{
	display:inline-block;
	width: 66px;
	height: 29px;
	border: 1px solid #d1d3dc;
	margin-top: 32px;
	margin-left: 20px;
	padding-left:10px;
	line-height:29px;
	background:url(../images/nav_xl_icon.png) no-repeat 52px 12px;
	position: relative;
	z-index: 90;
}
.nav .nav_zg i{
	display: none;
	position: absolute;
	top:23px;
	left: 0px;
	width:78px;
	height:10px;
	background-color:#FFFFFF;
	z-index: 100;
}
.nav .nav_zg:hover i{
	display:block;
}
.nav .nav_zg ul{
	position: absolute;
	top: 28px;
	width: 380px;
	left:-140px;
	height:0px;
	background-color:#FFFFFF;
	overflow: hidden;
	transition: height 0.5s;
	z-index: 80;
}
.nav .nav_zg:hover ul{
	height: 117px;
	border: solid 1px #D1D3DC;
}
.nav .nav_zg ul li{
	float: left;
	font-size: 18px;
	margin:22px 10px 0px 12px;
}
.nav .nav_zg ul li a{
	color: #3e466b;
}
.nav .nav_right{
	float: right;
}
.nav .nav_right>li{
	float: left;
}
.nav .nav_right>li>a{
	font-size: 18px;
	color: #2d2d2d;
	line-height: 96px;
	margin-right: 30px;
}
.nav .nav_right li:nth-child(1) span{
	display: block;
	width:40px;
	height:4px;
	background-color:#c41d23;
}
.nav .nav_right li:nth-child(2) span{
	display:none;
	width:70px;
	height:4px;
	background-color:#c41d23;
}
.nav .nav_right li:hover span{
	display: block;
}
.nav .nav_right li:nth-child(2){
	position:relative
}
.nav .xla{
	position: absolute;
	width: 140px;
	top: 100px;
	height: 0;
	background-color:rgba(0,0,0,0.8);
	line-height: 30px;
	overflow: hidden;
	transition: height 0.5s;
}
.nav .xla li:nth-child(4){
	top: -100px;
	left: 150px;
	height: 113px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* 针对 IE8 以及更早的版�?*/
}
.nav .xla li{
	padding: 0 10px;
      list-style-type: square;
	list-style-position: inside;
	color: #fff;
      height: 30px;
}
.nav .xla a{
	font-size: 16px;
	color: aliceblue;
      margin-left: -6px;
}
.nav .xla a:hover,.nav .nav_right li:nth-child(3) ul a:hover,
.nav .nav_right li:nth-child(4) ul a:hover,
.nav .nav_right li:nth-child(7) ul a:hover {
	font-size: 18px;
	color: aqua;
	text-decoration: none;
}
.nav .xla li:hover,.nav .nav_right li:nth-child(3) ul li:hover,
.nav .nav_right li:nth-child(4) ul li:hover,
.nav .nav_right li:nth-child(7) ul li:hover {
	font-size: 18px;
	color: aqua;
	text-decoration: none;
}
.nav .nav_right li:hover ul{
	height:130px;
}
.nav .nav_right li:nth-child(3){
	position: relative;
}
.nav .nav_right li:nth-child(3) ul{
	position: absolute;
	width: 160px;
	top: 100px;
	height: 0px;
	background-color: rgba(0,0,0,0.8);
	line-height: 30px;
	overflow: hidden;
	transition: height 0.5s;
}
.nav .nav_right li:nth-child(3) ul a,.nav .nav_right li:nth-child(4) ul a,.nav .nav_right li:nth-child(7) ul a{
	font-size: 16px;
	color: aliceblue;
      margin-left: -6px;
      
}
.nav .nav_right li:nth-child(3):hover ul{
	height:106px;
}
.nav .nav_right li:nth-child(3) ul li,.nav .nav_right li:nth-child(4) ul li,.nav .nav_right li:nth-child(7) ul li{
	padding: 0 10px;
      list-style-type: square;
	list-style-position: inside;
	color: #fff;
      height: 30px;
}

.nav .nav_right li:nth-child(3) ul li:nth-child(8){
	position: absolute;
	top: 20px;
	left: 150px;
	width: 172px;
	height: 113px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* 针对 IE8 以及更早的版�?*/
}

.nav .nav_right li:nth-child(3) span,.nav .nav_right li:nth-child(4) span,.nav .nav_right li:nth-child(5) span,.nav .nav_right li:nth-child(6) span,.nav .nav_right li:nth-child(7) span,.nav .nav_right li:nth-child(8) span,.nav .nav_right li:nth-child(9) span{
	position: absolute;
	top: 96px;
	display: none;
	width:70px;
	height:4px;
	background-color:#c41d23;
}
.nav .nav_right li:hover span{
	display:block;
}
.nav .nav_right li:nth-child(4) ul{
	position:absolute;
	width: 140px;
	top:100px;
	height: 0;
	line-height: 30px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	transition: height 0.5s;
}
.nav .nav_right li:nth-child(4):hover ul{
	height:78px;
}
.nav .nav_right li:nth-child(4) ul li:nth-child(6){
	position: absolute;
	top: 20px;
	left: 150px;
	width: 172px;
	height: 113px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* 针对 IE8 以及更早的版�?*/
}
.nav .nav_right li:nth-child(7){
	position:relative;
}
.nav .nav_right li:nth-child(7) ul{
	position:absolute;
	width: 180px;
	top:100px;
	height: 0;
	line-height: 30px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	transition: height 0.5s;
}
.nav .nav_right li:nth-child(7):hover ul{
	height:130px;
}
.nav .nav_right li:nth-child(7) ul li:nth-child(5){
	position: absolute;
	top: 20px;
	left: 150px;
	width: 172px;
	height: 113px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* 针对 IE8 以及更早的版�?*/
}

/*nav结尾*/


/*banner*/
.banner01{
	width:100%;
	height:500px;
	min-width:1200px;
	position:relative;
	overflow:hidden;
	margin-top:100px;
	}
.banner01 img{
	position:absolute;
	left:50%;
	margin-left:-960px;
	}

/*����gifͼ����*/	
.gif {
	margin: 10px 0px; 
}

/*�ұ߶�ά�����*/
.scan {
	text-align: center;
	position: fixed;
	top: 60%;
	right: 20px;
	z-index: 9999;
}
.scan h3 {
	font-size: 18px;
	color: #333;
	font-weight: 100;
	line-height: 40px;
}
.scan h2 {
	font-size: 16px;
	font-weight: 100;
	color: #626262;
	margin-bottom: 10px;
}
.phone {
	position: fixed;
	top: 51%;
	right: 10px;
}
/*����ص���������*/
.topico {
	position: fixed;
	top: 82%;
	right: 50px;
}
.topico a {
	text-decoration: none;
}
.topico h3 {
	color: #cdcdcd;
}


/*���������ѯ��������Ŀ���ⱳ��*/
.ul_2 li:nth-child(1),.ul_3 li:nth-child(1) {
	background: url(../images/rdian_bg.jpg) center no-repeat;
}
/*美霖快讯里面代码*/
.ul_2 li a,.ul_3 li a{
	font-size: 14px;
	color: #333333;
}  /*调整字体大小*/

.ul_2 a:hover,.ul_3 a:hover{
	text-decoration: underline;
}  /*鼠标移上去显示下划线*/

.ul_4 li a:hover{
	text-decoration: none;
}
.ul_5 li a:hover{
	text-decoration:underline;
}   /*鼠标移上去显示下划线*/

.ul6{
	margin-top: 40px;
	margin-left:38px;
}
.ul6 li{
	line-height: 60px;
	border-bottom: 1px dashed #cccccc;
}
.ul6 li a{
	font-size:16px;
	color: #666666;
}
.ul6 li a:hover{
	text-decoration:underline;
}

/*左侧栏目修改公用代码*/
.ul_1 li:nth-child(2){
	background-color:#6BD896;
}

.sidebar_dz{
	width:220px;
	border:1px solid #cccccc;
	margin-top:-14px;
	margin-bottom: 20px;
}
.sidebar_dz h3,.sidebar_dz h4{
	margin-top: 20px;
	margin-left:7px;
	padding-left:34px;
	font-size:18px;
	color:#333333;
	font-weight: 100;
	background:url(../images/sidebar_icon01.png)no-repeat 0px 0px;
}
.sidebar_dz_ul1{
	border-bottom:1px dashed #cccccc;
	margin-top: 4px;
}
.sidebar_dz_ul1 li{
	float:left;
	margin-left: 40px;
	line-height: 40px;
}
.sidebar_dz_ul1 li a,.sidebar_dz_ul2 li a{
	color:#333333;
	font-size:16px;
}
.sidebar_dz h4{
	background:url(../images/sidebar_icon02.png)no-repeat 0px 0px;
}
.sidebar_dz_ul2{
	margin-top:4px;
}
.sidebar_dz_ul2 li{
	float:left;
	margin-left:40px;
	line-height: 40px;
}



/*学校动态里面代�*/
.ul_4 li a{
	display:inline-block;
	width:200px;
	height:50px;
	border:1px solid #cccccc;
	font-size: 18px;
	color: #333333;
}
.ul_4 li a:hover{
	background-color:#6bd896;
	color:#FFFFFF;
}
.ul_2 li span,.ul_3 li span{
	position: absolute;
	top:-20px;
	left:10px;
	fon-size:12px;
	color: #d0c684;
}


/*新闻内容代码*/
.right_content .ul7{
	margin-top:64px;
}
.right_content .ul7 li{
	line-height: 40px;
	margin-left: 142px;
}
.right_content .ul7 li a{
	display: inline-block;
	font-size:16px;
	color: #666666;
}
.right_content .ul7 li a:hover{
	text-decoration:underline;
	color:#c41d23; 
}
/*ѧԱ��Ʒ*/
.student{
	width:1200px;
	margin: 0 auto;
}
.student h3{
	font-size:30px;
	color: #333333;
	font-weight: 100;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 12px;
}
.student p{
	text-align:center;
	font-size:24px;
	color:#333333;
	margin-top:4px;
}
.student ul{
	margin-top: 36px;
}
.student ul li{
	margin: 0px 6px 50px 6px;
	float:left;
	width: 285px;
	height: 312px;
	background-color: #fff; 
	border-radius: 40px;
	box-shadow: 0px 6px 24px 6px rgba(192,192,192,.3);
	text-align: center;
	overflow: hidden;
}
.student li img {
	transition: 0.6s;
}
.student li img:hover {
	transform: scale(1.1);
}
.student ul li p{
	font-size:18px;
	color: #333333;
	line-height: 64px;
}
.student li a {
	text-decoration: none;
}

/*学员作品上一篇下一篇公用代�?*/
.ul9{
	margin: 30px auto;
	border-bottom: 1px dashed #cecece;
}
.ul9 li{
	font-size:18px;
	float:left;
	margin-left: 140px;
}
.ul9 li:last-child{
    float: right;
	margin-right: 140px;
}
.ul9 li a{
	display: inline-block;
	font-size:18px;
	color: #666666;
	line-height:70px;
}
.ul9 li a:hover{
	text-decoration:underline;
	color:#c41d23; 
}

/*首页里面的友情链接部�*/
.yq{
	width:100%;
	height: 170px;
	min-width: 1200px;
}
.yq .yq_content{
	width: 1200px;
	margin: 0 auto;
}
.yq h3{
	padding-top: 25px;
    color: #333333;
    font-size: 24px;
    line-height: 50px;
	margin-bottom: 20px;
}
.yq ul li{
	float:left;
	margin-right: 42px;
}
.yq ul li a{
	color: #666666;
}


/*β��*/
.footer{
	width:100%;
	height: 340px;
	background-color: #3e3e3e;
	overflow: hidden;
	min-width: 1200px;
	margin-top: 30px;
      background: url(../images/footer_bg.jpg) center no-repeat;
}
.footer .footer_content{
	width:1200px;
	margin: 0 auto;
}
.footer-nav {
	float: left;
	margin-top: 64px;
	width: 250px;
	height: auto;
	overflow: hidden;
}
.footer-nav h3 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px;
}
.footer-nav ul {
	float: left;
	line-height: 24px;
	text-align: center;
}
.footer-nav ul li {
	color: #6f6c6c;
	line-height: 28px;
}
.footer-nav li span {
	display: inline-block;
	margin: 0px 8px;
}
.footer-nav li a {
	font-size: 16px;
	color: #6f6c6c;

}

.division {
	float: left;
	margin: 82px 0 0 64px;
}

.division01 {
	float: left;
	margin: 82px 0 0 56px;
}

.footer-problem {
	float: left;
	/*width: 420px;*/
	height: auto;
	margin-top: 64px;
	margin-left: 130px;
	overflow: hidden;
}
.footer-problem h3 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px;
}
.footer-problem ul {
	float: left;
	margin: 0 1px;
}
.footer-problem li {
	padding-left: 15px;
	background: url(../images/problem_icon.png) no-repeat left center;
	line-height: 28px;
}
.footer-problem li a {
	font-size: 16px;
	color: #6f6c6c;
}
.footer-code {
	float: right;
	margin-top: 64px;
	width: 210px;
	text-align: center;

}
.footer-code p {
	font-size: 14px;
	color: #6f6c6c;
	margin: 30px 0 10px 0;
}
.footer-code ul {
	margin-left: 52px;
}
.footer-code ul li {
	float: left;
	color: #999999;
}
.footer-code li a {
	font-size: 12px;
	color: #999999;
	margin: 0 5px;
}
.footer .phon {
	float: left;
	font-size: 24px;
	color: #fff;
}
.footer .xm{
	float:left;
	color: #6f6c6c;
	font-size: 12px;
	margin-left: -280px;
	margin-top: 36px;
}
.footer img{
	display:inline;
}
.footer span{
	font-size: 12px;
}
.footer .xm a{
	color: #6f6c6c;
	margin-left: 16px;
}

