﻿@charset "utf-8";
/*重置*/
body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
h1,h2,h3{ font-weight:normal;}
img{ border:none;}
a{text-decoration:none; outline:none;}
body{ font:14px/1.5; font-family:"Microsoft YaHei";}
li{ list-style-type:none;}
/* body{ background-color:#fff; } */

/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

/*顶部*/
.wid_main{
	width: 1200px; 
	margin:0 auto;
}
.topbox{
	background-color: #2964af;
}
.top_line{
	height: 36px;
	border-bottom: #5685c0 solid 1px;
	background: url(../images/top_bg.png) no-repeat top center;
}
.top_line h2{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.top_line .right {
	float: right;
}
.top_line .right span{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	
}
.top_line .right span:before{
	content: "丨 ";
}
.top_line .right span:first-child:before{
	content: "";
}
.top_line .right span b{
	font-weight: normal;
	margin-left: 10px;
}
.top_line .right span a{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.top_line .right span a:hover{
	text-decoration:underline;
}

.section_one_content{
		width: 100%;
		min-height: 10rem;
		/* background-color: wheat; */
		margin: 0px auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
}

.one_content_element{
		min-height: 5rem;
		/* background-color: wheat; */
		padding: 0 10px;
		width: 30%;
		float: left;
		margin-bottom: 30px;
		border-right: 1px solid #ddd;
	}
.one_content_element .content_element_time{
		width: 100%;
		height: 3rem;
		/* background-color: wheat; */
		line-height: 3rem;
		/* color: gray; */
	}
.element_time_day{
		font-size: 1.6rem;
		font-weight: bold;
	}

.one_content_element .content_element_title{
		padding:5px;
		text-align: justify;
		color: gray;
		line-height: 2rem;
	}
	.content_element_title:hover{
		cursor: pointer;
		color: #F4930A;
		transition: all 0.2s;
	}

	.content_element_title{
		width: 100%;
		line-height: 1.5rem;
		text-align: center;
		color: gray;
		font-size: 17px;
		/* font-weight: lighter; */
	}
/*.section_one_content,*/
/*.section_one_content1{*/
/*		width: 90%;*/
/*		min-height: 10rem;*/
/*		margin: 0px auto;*/
/*		display: flex;*/
/*		flex-direction: row;*/
/*		flex-wrap: wrap;*/
/*		justify-content: center;*/
/*}*/
/* 其他语种 */

.header_title_site{
	width: 100%;
	height: 3rem;
	/* margin-top: 1rem; */
	display: flex;
	align-items: center;
	flex-direction: row;
	/* background-color: hsla(206, 99%, 29%, 0.9); */
	/* box-shadow: 0px 0px 5px gainsboro;*/
	/* background-color: #015293; */
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 99;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.header_other{
	padding-right: 10%;
	width: 100%;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}
.header_other_front,.header_other_language{
	height: 3rem;
	min-width: 4rem;
	line-height: 3rem;
	text-align: center;
}
.header_other_language{
	min-width: 4rem;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.header_other_front i,.header_other_language i{
	color: white;
}
.header_other_front>span,.header_other_language>span{
	color: white;
	font-size: 14px;
	padding-left: 5px;
}
.header_other_front:hover,.header_other_language:hover{
	cursor: pointer;
}

.language_mg{
	line-height: 6rem;
	width: 3rem;
	padding-top: 10px;
	text-align: left;
	-webkit-writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	writing-mode: tb-lr;
	-ms-writing-mode: vertical-lr;
	text-orientation: sideways-right;
	font-family: 'OyunQaganTig';
}
.other_language_change{
	display: none;
	position: absolute;
	width: calc(100% + 2rem);
	left: -1rem;
	max-height: 6rem;
	margin: 0px auto;
	z-index: 999;
	top: 0;
	padding-top: 2.5rem;
}
.language_change_background{
	background: url(../image/nav-down.png) center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 2rem;
	border-top: solid 4px #F4930A;
	margin-top: 4px;
}
.other_language_change span{
	display: block;
	width: 100%;
	height: 2rem;
	text-align: center;
	font-size: 16px;
}
.other_language_change span:hover{
	color: #F4930A;
}

.header_other_language:hover i,
.header_other_front:hover i{
	color: #F4930A;
}
.header_other_language:hover >span,
.header_other_front:hover >span{
	color: #F4930A;
}



/*logo*/
.top_logo{
	height: 180px;
	overflow: hidden;
	background: url(../images/top_bg.png) no-repeat top -37px center;
}
/* .top_logo a{
	display: inline-block;
	margin-top: 34px;	
} */
/* .top_logo form{
	float: right;
	margin-top: 70px;
} */
/* .top_logo form label{
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	overflow: hidden;
} */
/* .top_logo form label input{
	background-color: #fff;
	padding:0 12px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	height: 40px;
	width: 160px;
	float: left;
} */
/* .top_logo form label button{
	width:60px;
	height: 40px;
	background-color: #cccccc; 
	float: left;
	cursor: pointer;
} */
/* .top_logo form label button:hover{
	background-color: #bbb;
} */

.header_title_laboratory{
	width: 100%;
	min-height: 8rem;
	display: flex;
	flex-direction: row;
	/* flex-direction: column; */
	flex-wrap: nowrap;
	/* justify-content: center; */
	align-items: flex-start;
}
/* 左侧标题 */
.title_laboratory_left,.title_laboratory_right{
	max-width: 100%;
	height: 11rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1rem;
}
.title_laboratory_left span{
	display: block;
	width: 100%;
	text-align: left;
	/* font-size: 30px; */
	/* color: #015293; */
	color: white;
	
	
}
.title_laboratory_left span a{
	color: white;
}
	
.font0{
	font-size: 35px;
	font-family: "STXingkai";
}
.font1{
	font-size: 23px;
	font-family: "Hanken";
}
.font2{
	font-size: 20px;
	/* font-family: "Hanken"; */
}
/* 标题蒙古文 */
.title_laboratory_right span{
	margin-top: 1rem;
	/* margin-left: 1rem; */
	max-height: 3rem;
	line-height: 1.7rem;
	font-size: 16px;
	text-align: left;
	-webkit-writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	writing-mode: tb-lr;
	-ms-writing-mode: vertical-lr;
	text-orientation: sideways-right;
	font-family: 'OyunQaganTig';
	font-weight: bold;
	color: white;
	}

/* 学校logo */
.title_laboratory_middle{
	/* width: 10%; */
	max-width: 8rem;
	max-height: 8rem;
	margin: 0rem 1rem;
}
.title_laboratory_middle img{
	display: block;
	width: 100%;
	height: 100%;
	width: 6.5rem;
	height: auto;
	/* height: 10rem; */
	margin: 0 auto;
	margin-top: 2rem;
	margin-left: 0rem;
}

/*导航*/
.top_nav{
	height: 70px;
	background-color: #265ca3;
	border-top: #5685c0 solid 1px;
}
.top_nav ul{
	position: relative;
	background:url(../images/nav_line.png) no-repeat center left;
}
.top_nav ul li{
	float: left;
	line-height: 70px;
	width: 190px;
}
.top_nav ul li>a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background:url(../images/nav_line.png) no-repeat center right;
}
.top_nav ul li.cur{
	background-color: #fff;
	display:inline-block;
}
.top_nav ul li.cur>a{
	color: #2964af;
}
.top_nav ul li:hover>a{
	color: #2964af;
}
/*二级菜单*/
.top_nav .two_nav{
	position: absolute;
	left: 0;
	top:70;
	z-index: 50;
	width: 1200px;
	height: 0;
	background-color: rgba(255,255,255,.85);
	transition: height .5s ease-in-out;
	overflow: hidden;
	box-shadow: 0 1px 1px #ddd;
}
.top_nav ul li:hover .two_nav{
	height: 200px;
}
.top_nav .two_nav>a{
	display: inline-block;
	vertical-align: middle;
	width: 210px;
	height: 140px;
	padding:0 50px;
	border-right: #bbb solid 1px;
}
.top_nav .two_nav>a img{
	display: block;
	width: 210px;
	height: 140px;
}
.top_nav .two_nav>div{
	padding:30px 0;
	display: inline-block;
	vertical-align: middle;

}
.top_nav .two_nav dl{
	display: inline-block;
	vertical-align: middle;
	height: 140px;
	overflow: hidden;
	line-height: 46px;
	font-size: 16px;
	padding:0 50px;
	border-right: #bbb solid 1px;
}
.top_nav .two_nav dl dd>a{
	display: block;
	color: #666;
}
.top_nav .two_nav dl dd>a:hover{
	color: #2964af;
	text-decoration: underline;
}

/*banner*/
.banner{ width:100%;height: 640px; overflow:hidden;position: relative; }
.banner .hd{ overflow:hidden; position:absolute; right:0; bottom:36px; width: 100%; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; text-align: center;}
.banner .hd ul li{margin:0 8px; display: inline-block; width:10px; height:10px; 
	border:#fff solid 1px; cursor:pointer; border-radius: 50%; padding:4px;
}
.banner .hd ul li i{display: block; transition: background .7s;width: 10px; height: 10px;border-radius: 100%;}
.banner .hd ul li.on i{ background:#fff; }
.banner .bd{ position:relative; z-index:0; width: 1920px;left: 50%; margin-left: -960px; }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{width: 100%; height: 640px; display:block; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ position:absolute; left:80px; top:45%; display:block; filter:alpha(opacity=80);opacity:0.7;}
.banner .next{ left:auto; right:80px;}
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=90);opacity:.9;  }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }

/*XXX故事*/
.index_title{
	overflow: hidden;
	padding:50px 0;
}
.index_title h2{
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #2964af;
	line-height: 34px;
}
.index_title h2 i{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_tit.png) no-repeat center center;
	height: 34px;
	width: 30px;
	margin-right: 10px;
	margin-top: -2px;
}
.index_title a{
	float: right;
	font-size: 14px;
	color: #999;
	border-left: #999 solid 3px;
	height: 14px;
	line-height: 14px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 12px;
}
.index_title a:hover{
	color: #2964af;
	border-color: #2964af;
}

.dj_storybox{
	background-color: #f5f5f5;
	padding-bottom: 60px;
}
.dj_storybox ul{
	overflow: hidden;
}
.dj_storybox ul li{
	float: left;
	width: 390px;
	margin-left: 15px;
	padding-bottom: 18px;
	border-bottom: #999 solid 2px;
	position: relative;
}
.dj_storybox ul li:first-child{
	margin-left: 0;
}
.dj_storybox ul li i{
	display: block;
	width: 390px;
	height: 260px;
	overflow: hidden;
}
.dj_storybox ul li i img{
	display: block;
	width: 390px;
	height: 260px;
	transform: scale(1,1);
	transition: transform .5s;
}
.dj_storybox ul li h2{
	font-size: 20px;
	color: #222;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dj_storybox ul li p{
	font-size: 14px;
	color: #777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.dj_storybox ul li b{
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 0;
	background-color: #2964af;
	transition: width .3s;
}
.dj_storybox ul li:hover h2{
	color: #2964af;
}
.dj_storybox ul li:hover b{
	width:100%;
}
.dj_storybox ul li:hover img{
	transform: scale(1.15,1.15);
}

/*XXX资讯*/
.dj_newsbox{
	margin-bottom: 60px;
}
.dj_newsbox .some_dh{
	float: left;
	width: 560px;
	margin-top: 45px;
	overflow: hidden;
}
.dj_newsbox .dh_btn ul{
	overflow: hidden;
	width: 570px;
	margin-left: -5px;
}
.dj_newsbox .dh_btn ul li{
	float: left;
	background-color: #2964af;
	width: 176px;
	height: 56px;
	line-height: 56px;
	border:#2964af solid 2px;
	margin:5px;
}
.dj_newsbox .dh_btn ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.dj_newsbox .dh_btn ul li a span{
	display: inline-block;
	border:#fff solid 1px;
	vertical-align: middle;
	border-radius: 100%;
	padding: 3px;
	margin-right: 8px;
	margin-top: -3px;
}
.dj_newsbox .dh_btn ul li a span i{
	display: block;
	width: 6px;
	height: 6px;
	border:#fff solid 1px;
	border-radius: 100%;
}
.dj_newsbox .dh_btn ul li:hover a{
	background-color: #fff;
	color: #2964af;
}
.dj_newsbox .dh_btn ul li:hover span,.dj_newsbox .dh_btn ul li:hover span i{
	border-color: #2964af;
}

/* 本例子css */
.slidepic{ width:560px; height:373px; overflow:hidden; position:relative; margin-top: 15px;}
.slidepic .bd{ position:relative; height:100%; z-index:0;   }
.slidepic .bd li{ zoom:1; vertical-align:middle; overflow: hidden;position: relative; }
.slidepic .bd img{ width:560px; height:373px; display:block;  }
.slidepic .bd li h2{ background-color: rgba(0,0,0,.7); height: 50px; line-height: 50px; font-size: 18px; color: #fff; text-align: center;
	position: absolute; left: 0; bottom: 0; width: 94%; padding: 0 3%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slidepic .prev,
.slidepic .next{ position:absolute; left:3%; top:45%; margin-top:-25px; display:block; width:32px; height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   
}
.slidepic .next{ left:auto; right:3%; background-position:8px 5px; }
.slidepic .prev:hover,
.slidepic .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slidepic .prevStop{ display:none; }
.slidepic .nextStop{ display:none; }

.three_dh ul{
	overflow: hidden;
	width: 564px;
	margin:2px 0 2px -2px;
}
.three_dh ul li{
	float: left;
	margin:2px;
	position: relative;
	background-color: #000;
	height: 278px;
	width: 184px;
	overflow: hidden;
}
.three_dh ul li img{
	display: block;
	height: 278px;
	width: 184px;
	opacity: .5;
	transform: scale(1,1);
	transition: transform .5s;
}
.three_dh ul li a{
	position: absolute;
	left: 0;top:0;
	width: 100%;
	height: 100%;
	line-height: 278px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.three_dh ul li:hover img{
	transform: scale(1.1,1.1);
}
.dj_newsbox .some_dh .one_logo{
	width: 560px;
	height: 106px;
	background-color: #2964af;
	text-align: center;
	overflow: hidden;
}
.dj_newsbox .some_dh .one_logo a{display: block; padding: 30px 0; }


.dj_newsbox .right_news{
	float: right;
	width: 600px;
}
.dj_newsbox .right_news ul{
	margin-top: -18px;
}
.dj_newsbox .right_news ul li{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: #bbbbbb solid 1px;
}
.dj_newsbox .right_news ul li i{
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.dj_newsbox .right_news ul li img{
	display: block;
	width: 150px;
	height: 100px;
	transform: scale(1,1);
	transition: transform .5s;
}
.dj_newsbox .right_news ul li dl{
	float: right;
	width: 442px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.dj_newsbox .right_news ul li dl dt{
	font-size: 20px;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 32px;
}
.dj_newsbox .right_news ul li dl dd{
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-top: 5px;
	height: 36px;
	overflow: hidden;
}
.dj_newsbox .right_news ul li dl span{
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #999;
}
.dj_newsbox .right_news ul li dl span:before{
	content: "—— ";
}
.dj_newsbox .right_news ul li:hover{
	border-color: #2964af;
}
.dj_newsbox .right_news ul li:hover img{
	transform: scale(1.15,1.15);
}
.dj_newsbox .right_news ul li:hover dt{
	color: #2964af;
}

/*广告条*/
.ad_picbox{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.ad_picbox img{
	display: block;
	width: 1920px;
	height: 200px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*画室优势*/
.dj_advantage {
	margin: 20px 0;
}
.dj_advantage ul{
	overflow: hidden;
}
.dj_advantage ul li{
	float: left;
	width: 7.88888%;
	overflow: hidden;
}
.dj_advantage ul li.cur{
	width:29% ;
	height: 540px;
}
.dj_advantage ul li img{
	display: block;
	min-width: 570px;
	height: 540px;
}
.dj_advantage ul li>div{
	position: relative;
	width: 100%;
	height: 540px;
	overflow: hidden;
}
.dj_advantage ul li h2{
	position: relative;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	height: 540px;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;   
	cursor: pointer;
}
.dj_advantage ul li.cur div h2{
	width: 27%;
}
.dj_advantage ul li h2 span{
	position: absolute;
	top: 70px;
	left: 32%;
	max-height: 400px;
	transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}
.dj_advantage ul li h2 span a{
	display: block;
	max-height: 400px;
	max-width: 80px;
	overflow: hidden;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/    
	-webkit-writing-mode: vertical-lr;
	/* writing-mode这个属性ie9+可以和translate使用，放在父元素不影响translate，ie9及以下就gg了，
	现在writing-mode放在子元素，只能将就ie9和其他webkit能看，但没有居中*/
}
.dj_advantage ul li p{
	position: absolute;
	top: 50%;
	right: 7.5%;
	width: 48.5%;
	min-height: 90px;
	padding: 3% 5%;
	overflow: hidden;
	background-color: rgba(41,100,175,.8);
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	transform:translate(0,-60%);
	-o-transform:translate(0,-60%);
	-ms-transform:translate(0,-60%);
	-moz-transform:translate(0,-60%);
	-webkit-transform:translate(0,-60%);
	display: none;
}
.dj_advantage ul li.cur p{
	display: block;
}

/*师资团队*/
.dj_teacher{
	/* background-color: #f5f5f5; */
	padding-bottom: 60px;
}
.dj_teacher ul{
	overflow: hidden;
}
.dj_teacher ul li{
	float: left;
	width: 196px;
	text-align: center;
	margin:0 2px;
}
.dj_teacher ul li a{
	display: block;
	width: 196px;
	height: 360px;
	overflow: hidden;
}
.dj_teacher ul li a i{
	display: block;
	width: 196px;
	height: 360px;
	transform: scale(1,1);
	transition: transform .7s;
}
.dj_teacher ul li img{
	display: block;
	min-width: 100%;
	height: 100%;
	position: relative; 
	left: 50%;
	transform: translate(-50%,0); 
	-o-transform: translate(-50%,0); 
	-ms-transform: translate(-50%,0); 
	-moz-transform: translate(-50%,0);  
	-webkit-transform: translate(-50%,0);
}
.dj_teacher ul li h2{
	font-size: 22px;
	color: #333;
	padding: 5px 0;
}
.dj_teacher ul li h2 b{
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
}
.dj_teacher ul li a:hover i{
	transform: scale(1.1,1.1);
}
.dj_teacher ul li:hover h2{
	color: #2964af;
}

/*服务专区和校园生活图*/
.dj_lifebox{
	overflow: hidden;
	padding: 20px;
	height: 620px;
}
.dj_lifebox .lifebox{
	float: left;
	width: 49.4%;
}
/* 本例子css */
.lifepic{ width:100%; height:620px; overflow:hidden; position:relative;}
.lifepic .bd{ position:relative; height:100%; z-index:0;   }
.lifepic .bd li{ zoom:1; vertical-align:middle; overflow: hidden; }
.lifepic .bd img{ min-width: 100%; height:620px; display:block; 
	position: relative; 
	left: 50%;
	transform: translate(-50%,0); 
	-o-transform: translate(-50%,0); 
	-ms-transform: translate(-50%,0); 
	-moz-transform: translate(-50%,0);  
	-webkit-transform: translate(-50%,0);  
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.lifepic .prev,
.lifepic .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   
}
.lifepic .next{ left:auto; right:3%; background-position:8px 5px; }
.lifepic .prev:hover,
.lifepic .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.lifepic .prevStop{ display:none; }
.lifepic .nextStop{ display:none; }

/*服务*/
.dj_lifebox .servebox{
	float: right;
	width: 49.4%;
}
.dj_lifebox .servebox ul{
	overflow: hidden;
}
.dj_lifebox .servebox ul li{
	float: left;
	background-color: #aaa;
	height: 308px;
	width: 24.5%;
	margin:0 .24% 4px .24%;
}
.dj_lifebox .servebox ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dj_lifebox .servebox ul li span{
	display: block;
	text-align: center;
	padding-top: 100px;
}
.dj_lifebox .servebox ul li span img{
	display: block;
	width: 64px;
	height: 64px;
	margin:0 auto;
}
.dj_lifebox .servebox ul li span b{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}
.dj_lifebox .servebox ul li:hover{
	background-color: #2964af;
}

/*师生作品*/
.dj_works{
	margin:20px;
	overflow: hidden;
}
.dj_works>div{
	float: right;
	width: 49.45%;
	height: 446px;
	overflow: hidden;
}
.dj_works>div:first-child{
	float: left;
}
.dj_works>div a{
	display: block;
	position: relative;
	background-color: #000;
	height: 446px;
	overflow: hidden;
	transform: scale(1,1);
	transition: transform .5s;
}
.dj_works>div a:hover{
	transform: scale(1.05,1.05);
}
.dj_works>div a img{
	display: block;
	min-width: 100%;
	height: 100%;
	opacity: .7;
	position: relative; 
	left: 50%;
	transform: translate(-50%,0); 
	-o-transform: translate(-50%,0); 
	-ms-transform: translate(-50%,0); 
	-moz-transform: translate(-50%,0);  
	-webkit-transform: translate(-50%,0); 
}

.dj_works>div a span{
	position: absolute;
	text-align: center;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

/*友情链接*/
.dj_link{
	background-color: #f5f5f5;
	padding-bottom: 80px;
}
.dj_link h1{ 
	font-size: 26px;
	color: #2964af;
	line-height: 40px;
	padding:40px 0;
}
.dj_link h1 span{
	border-bottom: #2964af solid 3px;
	display: inline-block;
}
.dj_link ul{
	overflow: hidden;
	border-left: #ddd solid 1px;
	padding-bottom: 1px;
}
.dj_link ul li{
	float: left;
	background-color: #fff;
	width: 20%;
	border-top: #ddd solid 1px;
	margin-bottom: -1px;
}
.dj_link ul li a{
	display: block;
	height: 88px;
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 88px;
	color: #777;
}
.dj_link ul li a img{
	max-width: 90%;
	max-height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);

	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);  
    filter: grayscale(100%);
     filter: gray(100%);
    opacity: .5;
	transition: opacity .3s;
}
.dj_link ul li:hover a img{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);  
    filter: grayscale(0);
    opacity: 1;
}

/*底部*/
.footer{
	background: url(../images/foot_bg.png) no-repeat center center;
	background-color: #2964af;
	overflow: hidden;
}
.footer .wid_main{
	padding-top: 40px;
	padding-bottom: 60px;
}
.footer .txt{
	float: left;
	width: 580px;
}
.footer .txt h2{
	font-size: 26px;
	color: #fff;
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 6px;
}
.footer .txt h2 i{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 52px;
	background-color: #fff;
}
.footer .txt>div p:first-child{
	margin-bottom: 15px;
}
.footer .txt>div p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin:6px 0;
}
.footer .right{
	float: right;
	overflow: hidden;
}
.footer .right dl{
	float: left;
	margin-right: 160px;
}
.footer .right dl dt{
	font-size: 18px;
	color: #fff;
	margin-bottom: 16px;
}
.footer .right dl dd a{
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 30px;
}
.footer .right dl dd a:hover{
	opacity: .8;
	text-decoration: underline;
}
.footer .right .ewm{
	float: left;
}
.footer .right .ewm .pic{
	text-align: right;
}
.footer .right .ewm .pic p{
	display: inline-block;
}
.footer .right .ewm img{
	width: 180px;
	height: 180px;
	display: block;
}
.footer .right .ewm span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.footer .right .bdsharebuttonbox{
	margin:10px 0;
}
.footer .right .bdsharebuttonbox span{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.footer .right .bdsharebuttonbox a{
	text-align: right;
	display: inline-block;
	margin-left: 6px;
	margin-right: 0;
}

.footer .dibu{
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-top: #5685c0 solid 1px;
}
.footer .dibu a{
	color: #fff;
}
.footer .dibu a:hover{
	opacity: .8;
}


/*侧边浮框*/
.side_box{ 
	position: fixed; 
	bottom: 20%; 
	right: 10px; 
	display: none;
}
.side_box ul li{ 
	text-align: center; 
	margin-top: 12px; 
	cursor:pointer; 
}
.side_box ul li span{
	display: inline-block; 
	width: 54px; 
	height: 54px; 
	background-color: #2964af; 
	position: relative; 
	border-radius: 50%;
	border:#7dafee solid 1px;
}
.side_box ul li span img{ 
	position: absolute; 
	left: 50%; top: 50%; 
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.side_box ul li p{ 
	font-size: 14px; 
	color: #467ec5; 
	margin-top: -3px;
}
.side_box ul li:hover {
	opacity: .8;
}
