﻿/* 首页样式 */
/* 背景 */
body{
	background-color: #dde7f3;
}

/* 头部 */
.top{
	height: 40px;
	background-color: #eff3f7;
	overflow: hidden;
}

.top-left{
	font-size:14px;
	color: #0b3475;	
	margin-top: 8px;
}

.top-left a{
	color: #0b3475;
	display: inline-block;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.top-left1{
	background-image: url("../images/mh-icon.png");
	margin-right: 5px;
}

.top-left2{
	background-image: url("../images/sf-icon.png");
	margin-left: 5px;
}

.top-right{
	margin-top: 6px;
}

.top-right a{
	color: #2472ba;
	display: inline-block;
	width: 50px;
	text-align: center;
	border: 1px solid #2472ba;
	border-radius: 3px;
	padding-left: 20px;
	background-position: 12px center;
	background-repeat: no-repeat;
}

.top-right .land{
	background-image: url("../images/land-icon.png");
}

.top-right .login{
	background-image: url("../images/login-icon.png");
	margin-left: 15px;
}

.top-right .land:hover{
	background-image: url("../images/land-on.png");
	color: #fff;
	background-color: #2472ba;
}

.top-right .login:hover{
	background-image: url("../images/login-on-icon.png");
	color: #fff;
	background-color: #2472ba;
}

/* logo */
.header{
	height:83px;
	background-color: #284572;
	position: relative;
}

.logo{
	height: 94px;
	width: 585px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: -260px;
}

/* 公共-导航 */
.nav{
	height: 83px;
	line-height: 83px;
	background-color: #284572;
	font-size: 15px;
}

.nav ul li{
	padding: 0 20px;
}

.nav ul li a{
	color: #fff;
}

.nav ul li:hover{
	background-image: url("../images/nav-hover.png");
	background-repeat: no-repeat;
	background-position: center;
}

.nav ul li ul li{
	background-color: #284572;
	border-bottom: 1px dashed #fff;
	line-height: 40px;
}

.nav .navHover{
	background-image: url("../images/nav-hover.png");
	background-repeat: no-repeat;
	background-position: center;
}
.nav .navHover ul li{
	background-image: url();
}
.nav ul li ul li:hover{
	background-color: #d84514;
	background-image: url();
}

/* banner */
.banner{
	height: 376px;
	background-image: url("../images/banner-img.png");
	background-repeat: no-repeat;
	background-position: center;
}

.banner a{
	display: block;
	height: 376px;
}

/* 页面主体*/
.main1{
	overflow: hidden;
	padding-bottom: 15px;
	margin-top: -46px;
}

.zyjs{
	width: 280px;
	padding-bottom: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc9c9;
	-webkit-box-shadow: 0px 0px 5px #ccc9c9;
	-moz-box-shadow: 0px 0px 5px #ccc9c9;
}

.public-tit{
	height: 44px;
	line-height: 44px;
	background-color: #ecfaff;
	border-bottom: 1px solid #d4eaf2;
	overflow: hidden;
	padding: 0 15px;
}

.public-tit i{
	width: 21px;
	height: 23px;
	background-image: url("../images/tit-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	float: left;
	margin-top: 12px;
	margin-right: 3px;
}

.public-tit strong{
	font-size: 18px;
	color: #0b3475;
	font-weight: bold;
	background-image: url("../images/tit-icon1.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
}

.public-tit  small{
	font-size: 14px;
	color: #849dab;
	text-transform: uppercase;
	font-style: italic;
	float: left;
	margin-left: 5px;
	font-weight: 400;
}

.public-tit  a{
	float: right;
	font-size: 13px;
	color: #628794;
	text-transform: uppercase;
}

.zyjs-con .zyjs-img{
	display: inline-block;
	width: 100%;
	height: 140px;
	margin-left: 0;
}

.zyjs-con .zyjs-img img{
	height: 140px;
}

.zyjs-con p{
	font-size: 14px;
	color: #333;
	line-height: 2.1;
	height: 14.7em;
	overflow: hidden;
	margin: 0 15px;
}

.zyjs-con a{
	margin-left: 15px;
	color: #ad3006;
}

.main1-right{
	width: 800px;
}

.seatch{
	height: 36px;
	margin-bottom: 10px;
}

.seatch select{
	height: 36px;
	width: 109px;
	text-align: center;
}

.seatch  input[type="text"]{
	margin-left: 3px;
	height: 36px;
	background-color: #fff;
	border: none;
	width: 552px;
	padding-left: 20px;
}

.seatch  form{
	display: inline-block;
}

.seatch  input[type="submit"]{
	height: 36px;
	width: 111px;
	background-color: #d84514;
	font-size: 16px;
	color: #fff;
	background-image: url("../images/search-icon.png");
	background-position: 25px center;
	background-repeat: no-repeat;
	margin-left: -4px;
	cursor: pointer;
	text-indent: 25px;
}

.main1-right .zykc{
	padding-bottom: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc9c9;
	 -webkit-box-shadow: 0px 0px 5px #ccc9c9;
	-moz-box-shadow: 0px 0px 5px #ccc9c9; 
}

.zykc-con{
	overflow: hidden;
}

.zykc-item{
	width: 368px;
	height: 144px;
	margin-top: 22px;
	float: left;
	margin-left: 22px;
	overflow: hidden; 
	position: relative;
}

.zykc-item .zykc-img{
	width: 154px;
	height: 144px;
}

.zykc-item .zykc-img img{
	width: 100%;
	height: 144px;
}

.zykc-item  .zykc-txt{
	width: 216px;
	height: 92px;
	background-image: url("../images/zy-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -20px;
	position: absolute;
	right:0 ;
	top: 10px;
	padding: 15px;
	text-align: center;
}

.zykc-item  .zykc-txt a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
}

.zykc-item  .zykc-txt span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #99c2d6;
	margin: 8px auto;
}

.zykc-item  .zykc-txt p{
	font-size: 13px;
	color: #444344;
	line-height: 1.6;
	height: 3.2em;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zykc-item  .zykc-txt:hover{
	background-image: url("../images/zy-on-bg.png");
}

.zykc-item  .zykc-txt:hover a{
	color: #fff;
}

.zykc-item  .zykc-txt:hover span{
	background-color: #99c2d6;
}

.zykc-item  .zykc-txt:hover p{
	color: #caeeff;
}

.main2{
	width: 100%;
	background-image: url("../images/main2-bg.png");
	background-position:  top center;
	background-repeat: repeat-x;
	overflow: hidden;
}

.zyzy,
.teacher{
	padding-bottom: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc9c9;
	 -webkit-box-shadow: 0px 0px 5px #ccc9c9;
	-moz-box-shadow: 0px 0px 5px #ccc9c9; 
	margin-top: 20px;
}

.teacher{
	box-shadow: 0px 0px 0px #fff;
	 -webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff; 
}

.zyzy-con {
	overflow: hidden;
}

.zyzy-con li{
	width: 249px;
	margin-left:20px;
	margin-top: 20px;
	float: left;
}

.zyzy-con .zyzy-img{
	width: 100%;
	height: 154px;
	overflow: hidden;
}

.zyzy-con .zyzy-img img{
	width: 100%;
	height: 154px;
	transition: all 0.6s;
	 -webkit-transition: all 0.6s; 
	cursor: pointer;
} 

.zyzy-con .zyzy-img img:hover{
	transform: scale(1.2);
	 -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2); 
}

.zyzy-txt h5 a{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	 text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
	margin-top: 10px;
}

.zyzy-txt .zyzy-guide{
	font-size: 13px;
	color: #999;
	margin-right: -15px;
	width: 249px;
}

.zyzy-txt .zyzy-guide span{
	margin-right: 15px;
}

.zyzy-txt .zyzy-guide1 span{
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.zyzy-txt .people{
	background-image: url("../images/people-icon.png");
}

.zyzy-txt .download{
	background-image: url("../images/download-icon.png");
	margin-left: 15px;
}

.zyzy-txt h5 a:hover{
	color: #d84514;
}

/* 专业教师 */
.teacher-con{
	height: 140px;
	padding: 20px 0px;
	position: relative;
}

.teacher-con .hd{
	width: 100%;
	height: 37px;
	position: absolute;
	top: 45%;
	z-index: 999;
}

.teacher-con .hd a{
	width: 21px;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.teacher-con .hd .next{
	background-image: url("../images/next-icon.png");
	float: right;
	margin-right: 10px;
}

.teacher-con .hd .prev{
	background-image: url("../images/prev-icon.png");
	float: left;
	margin-left:10px; 
}

.teacher-con .bd{
	padding:0 20px;
	margin: 0 auto;
	width: 1020px;
}

.teacher-con .bd li{
	width: 140px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 15px;
}

.teacher-con .bd li .teacher-img-box{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.teacher-con .bd li .hover-img{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width:100%;
	height: 140px;
	z-index: 99;
}

.teacher-con .bd li .teacher-img{
	width:100%;
	height: 140px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.teacher-con .bd li span{
	font-size: 13px;
	color: #000;
	margin:5px 0;
}

.teacher-con .bd li:hover .hover-img{
	display: block;
}

.teacher-con .bd li:hover .teacher-img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/*尾部 */
.footer{
	line-height: 66px;
	text-align: center;
	background-color: #0b5191;
	font-size: 13px;
	color: #fff;
}


/* 二级页面 */
/* 二级页面主体 */
.twoMain{
	margin-top: -46px;
	padding: 20px;
	overflow: hidden;
	padding-bottom: 40px;
}

/*二级页面树菜单 */
.twoLeft{
	width:280px;
	min-height:300px;
	margin-bottom: 60px;
}


.TreeMenu-tit{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #2472ba;
}

.TreeMenu-tit strong{
	display: inline-block;
	padding-left: 30px;
	background-image: url("../images/Tree-tit1.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 28px;
	color: #fff;
}

.TreeMenu{
	min-height: 450px;
	background-color: #fff;
	background-image: url("../images/Tree-bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	box-shadow: 0px 0px 5px #c3c3c3;
}

.TreeMenu > ul{
	margin-top: 10px;
	padding-bottom: 80px;
}

.TreeMenu ul li{}
.TreeMenu ul li a{
	display: block;
	width: 246px;
	height: 37px;
	font-size: 16px;
	color: #333;
	text-indent: 20px;
	background-image: url("../images/yiji-iocn.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 37px;
}


.TreeMenu ul li  ul li{}
	
.TreeMenu ul li  ul li a{
	background-image: url("");
	margin-top: 5px;
	border: 1px solid #dbdbdb;
}

.TreeMenu ul li  ul li ul li{}

.TreeMenu ul li  ul li ul li a{
	background-image: url("../images/erji-icon.png");
	margin-top: 5px;
	border: none;
	background-position: 25px center;
	background-repeat: no-repeat;
	text-indent: 40px;

}

.TreeMenu ul li a:hover{
	background-color: #d84514;
	color: #fff;
	background-image: url();
}

/*二级页面-文字列表 */
.twoRight{
	width: 801px;
	min-height: 500px;
	padding-bottom: 20px;
}

.twoRight-tit{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background-color: #fff;
	padding-right: 20px;
}

.twoRight-tit strong{
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 36px;
	background-color: #d84514;
	padding: 0 20px;
}

.twoRight-tit p{
	padding-left: 20px;
	float: right;
	background-image: url("../images/map-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.twoRight-txt-li{
	background-color: #fff;
	margin-top: 10px;
	padding: 20px;
}

.twoRight-txt-li ul{
	min-height: 380px;
	margin-bottom: 20px;
}


.twoRight-txt-li li{
    overflow: hidden;
    background-image: url("../images/li-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px  0px;
    padding-left: 15px;
    vertical-align: middle;
    border-bottom: 1px dashed #b6b6b6;
}

.twoRight-txt-li li a{
    float: left;
    font-size: 14px;
    color: #333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twoRight-txt-li li small{
    float: right;
    font-size: 14px;
    color: #a9a5a5;
}

.twoRight-txt-li li a:hover{
    color: #f95201;
}



/*二级页面-图片列表 */

.twoRight-img-li{
	background-color: #fff;
	padding-bottom: 20px;
}

.twoRight-img-li  ul{
	min-height: 380px;
	overflow: hidden;
	margin-top: 10px;
}

.twoRight-img-li li{
	width: 178px;
	float: left;
	margin-left: 17px;
	margin-top: 20px;
	text-align: center;
}

.twoRight-img-li li img{
	width: 75%;
	height: 115px;
}

.twoRight-img-li li span{
	font-size: 14px;
	color: #666;
}



/*二级页面-图文详情 */
.twoRight-text{
	min-height:460px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 10px;
}

.twoRight-text-tit{
	text-align: center;
}

.twoRight-text-tit h4{
	font-size: 18px;
	color: #000;
	margin: 20px 0px 5px;
}

.twoRight-text-tit-guide{
	background-image: url(../images/twoRingt-con-tit.png);
	background-repeat: no-repeat;
	background-position:  top center;
	font-size: 13px;
	color: #666;
}

.twoRight-text-tit-guide span{
	color: #333;
	margin-right: 10px;
}

.twoRight-text-con{
	min-height: 300px;
	padding-top: 10px;
}

.twoRight-text-con p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	text-indent: 25px;
	margin: 5px 0px;
}

/*二级页面-专业教师 */
.twoRight-team-li{
	min-height: 400px;
	padding-bottom: 20px;
	background-color: #fff;
	margin-top: 10px;
}

.twoRight-team-li ul{
	min-height: 400px;
	padding-bottom: 20px;
	overflow: hidden;
}

.twoRight-team-li ul li{
	float: left;
	width: 174px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #f0f4f8;
}

.twoRight-team-li ul li .team-box{
	width: 100%;
	height: 115px;
	overflow: hidden;
}

.twoRight-team-li ul li img{
	width: 100%;
	height: 115px;
}

.twoRight-team-li ul li h4{
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 2;
}

.twoRight-team-li ul li p{
	font-size: 13px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin: 0 10px;
}


/* 二级页-分页 */
.fenye{
    margin: 20px  auto;
    width:560px;
    height: 30px;
    line-height: 30px;
}

.fenye a{
    padding: 4px 8px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin:0px 5px;
    font-size: 12px;
    color: #666;
}

.fenye .active{
	color: #fff;
	background-color: #0a60ac;
	border:1px solid #0a60ac;
}

.fenye a:hover{
	color: #fff;
	background-color: #0a60ac;
	border:1px solid #0a60ac;
}


/* 二级页-分页1 */
.fenye1{
	padding: 10px 0px;
	font-size: 13px;
}

.fenye1 li{
	margin-top: 10px;
}

.fenye1 span{
	background-color: #e0e0e0;
	padding: 4px;
	color: #333;
}

.fenye1 span a{
	color: #393939;
}
