﻿/* 首页样式 */
/* 头部 */
.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: 97px;
	background-color: #1272ca;
	overflow: hidden;
}

.logo{
	width: 297px;
	height: 97px;
	background-image: url("../images/logo.png");
	background-position:  left center;
	background-repeat: no-repeat;
}

.seatch{
	width: 375px;
	height: 38px;
	background-color: #fff;
	border: 1px solid #a1d5ff;
	line-height: 38px;
	margin-top: 30px;
}

.seatch form{
	display: inline-block;
}

.seatch select{
	height: 39px;
	width: 75px;
	font-size: 14px;
	color: #333;
	margin-top: -5px;
	text-align: center;
}

.seatch form input[type="text"]{
	width: 255px;
	font-size: 14px;
	color: #000;
}

.seatch form input[type="submit"]{
	width: 38px;
	height: 38px;
	background-color: #009ed5;
	background-image: url("../images/search-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: -3px;
	margin-left: -4px;
}

/* 轮播和导航 */

/* banner */
.banner{
	height: 401px;
	background-image: url("../images/banner-img.png");
	background-position:  center;
	background-repeat: no-repeat;
	position: relative;
}

.banner-a{
	display: block;
	height: 401px;
}

/* 公共-导航 */
.nav{
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255,0.5);
	line-height: 40px;
	font-size: 15px;
}

.nav ul li{
	width: 157px;
	text-align: center;
	background-image: url("../images/nav-li-bg.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.nav ul li a{
	color: #000;
	padding:3px 8px;
}

.nav ul li a:hover{
	background-color: #0276d0;
	color: #fff;
}

.nav ul li ul li{
	background-image: url("");
	width: 157px;
	background-color: #65b2ed;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}

.nav ul li ul li a{
	padding: 0;
	display: block;
}
.nav .navHover > a{
	background-color: #0276d0;
	color: #fff;
}

/* 页面主体 */

/* 专业介绍 */
.zyjs-con{
	position: relative;
}

.zyjs-txt{
	width: 738px;	
}

.zyjs-tit{
	margin-top: 25px;
	margin-bottom: 15px;
}

.zyjs-tit strong{
	width: 122px;
	height: 43px;
	font-size: 22px;
	color: #000;
	background-image: url("../images/tit-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	line-height: 43px;
	font-weight: 200;
}

.zyjs-txt  p{
	font-size:16px;
	color: #333;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden; 
}

.zyjs-txt  a{
	font-size: 16px;
	color: #1272ca;
	margin-top: 5px;
}

.zyjs-img{
	position: absolute;
	right: 35px;
	top: -67px;
	z-index: 999;

}

/* 专业教师*/
.teacher{
	margin-top: 10px;
	padding: 20px;
	background-color: #d1e3f4;
}

.public-tit{
	text-align: center;
	font-size: 22px;
	color: #000;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0;
}

.public-tit strong{
	background-image: url("../images/tit-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 122px;
	height: 43px;
	display: inline-block;
	font-weight: 200;
}

.teacher-tit{
	background-image: url("../images/teacher-bg.png");
}

/* 专业教师 */
.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;
}

.teacher-con .bd li .teacher-img{
	width:140px;
	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 .teacher-img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/* 专业课程*/
.zykc{
	padding: 30px 0;
}
.zykc-tit{
	background-image: url("../images/zykc-bg.png");
}

.zykc-con{
	overflow: hidden;
}

.zykc-con li{
	float: left;
}

.zykc-li1{
	width: 306px;
	height: 116px;
	padding: 40px  30px;
	background-color: #1272ca;
}

.zykc-li2{
	width: 366px;
	height: 196px;
	position: relative;
}

.zykc-li1 h4{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.zykc-li1 span{
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin: 10px 0;
}

.zykc-li1  p{
	font-size: 14px;
	color: #b5dafc;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.zykc-li2 a{
	display: block;
	overflow: hidden;
	height: 196px;
}

.zykc-li2 .up-bg{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-20px ;
	width: 41px;
	height: 15px;
	background-image: url("../images/up-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 999;
}

.zykc-li2 .up-bg i{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/up-icon.png");
	background-position: center 8px ;
	background-repeat: no-repeat;
}

.zykc-li2 .hover-img{
	width: 366px;
	height: 196px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.zykc-li2  .li-img{
	width: 100%;
	height: 196px;
	transition: all 0.6s;
}

.zykc-li2:hover .hover-img{
	display: block;
}

.zykc-li2:hover .li-img{
	transform: scale(1.3);
}

.zykc-li2 .down-bg{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-20px ;
	width: 41px;
	height: 15px;
	background-image: url("../images/down-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 999;
}

.zykc-li2 .down-bg i{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/down-icon.png");
	background-position: center -2px ;
	background-repeat: no-repeat;
}


/* 专业资源 */
.zyzy{
	padding: 30px 0;
	background-color: #f0f4f8;
}

.zyzy-tit{
	background-image: url("../images/zyzy-bg.png");
}

.zyzy-con{
	overflow: hidden;
	margin-right: -20px;
}

.zyzy-con li{
	width: 254px;
	background-color: #fff;
	padding:  2px 2px 10px;
	border: 1px solid #ccc; 
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}

.zyzy-con li .zyzy-img{
	width: 254px;
	height: 133px;
	overflow: hidden;
	position: relative;
}

.zyzy-con li .zyzy-img .zyzy-li-img{
	width: 100%;
	height: 133px;
	transition: all 0.5s;
}

.zyzy-con li .zyzy-img .hover-img2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	width: 100%;
	height: 133px;
}

.zyzy-con li:hover .zyzy-li-img{
	transform: scale(1.2)
}

.zyzy-con li:hover .hover-img2{
	display:block;
}  

.zyzy-con li h4{
	font-size: 16px;
	color: #000;
	line-height: 2;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zyzy-con li .zyzy-msg{
	font-size: 13px;
	color: #999;
	margin: 5px 8px;
}

.zyzy-con li .zyzy-guide{
	font-size: 12px;
	color: #004b70;
}

.zyzy-con li .people{
	padding-left: 18px;
	background-image: url("../images/people-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.zyzy-con li .download{
	padding-left: 20px;
	background-image: url("../images/download-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}

/*尾部 */
.footer{
	height: 60px;
	line-height: 60px;
	background-color: #183e59;
	text-align: center;
	font-size:13px;
	color: #fff; 
}


/* 二级页面 */
/* 二级页面主体 */
.twoMain{
	padding: 20px;
	min-height: 400px;
	padding: 20px;
	overflow: hidden;
}

/*二级页面树菜单 */
.twoLeft{
	width:265px;
	min-height:419px;
	background-color: #1272ca;
	margin-bottom: 60px;
}

.TreeMenu-tit{
	font-size: 32px;
	color: #fff;
	line-height: 2;
	background-image: url("../images/Tree-tit-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.TreeMenu{
	width: 225px;
	margin-left: 15px;
	min-height: 400px;
	padding-bottom: 60px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding:  0 20px;
}

.TreeMenu > ul{
	margin-top: 10px;
	padding-bottom: 80px;
}

.TreeMenu ul li{
	
}

.TreeMenu ul li a{
	display: block;
	line-height:46px ;
	border-bottom: 1px solid #e8edf1;
	font-size: 16px;
	color: #00668a;
	text-indent: 30px;
	background-image: url(../images/yiji-icon.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}


.TreeMenu ul li  ul li{
	
}

.TreeMenu ul li  ul li a{
	color: #246f5c;
	text-indent: 45px;
	background-image: url(../images/erji-icon.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}

.TreeMenu ul li  ul li ul li{
	
}

.TreeMenu ul li  ul li ul li a{
	color: #6a737f;
	text-indent: 65px;
	background-image: url(../images/sanji-icon.png);
	background-position: 50px center;
	background-repeat: no-repeat;
}

.TreeMenu ul li a:hover{
	color: #004b84;
}



/*二级页面-文字列表 */
.twoRight{
	width: 752px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e4eaf0;
}

.twoRight-tit{
	border-bottom: 1px solid #005b9c;
	overflow: hidden;
	padding-bottom: 5px;
}

.twoRight-tit strong{
	font-size: 18px;
	border-left: 2px solid #009ed5;
	padding-left: 8px;
	float: left;
	line-height: 1;
	color: #005b9c;
}

.twoRight-tit p{
	float: right;
	font-size: 14px;
}

.twoRight-tit p a{
	color: #6a737f;
}

.twoRight-tit p .on{
	color: #1272ca;
}

.twoRight-txt-li{
	min-height: 380px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.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{
	min-height: 380px;
	padding-bottom: 20px;
}

.twoRight-img-li  ul{
	overflow: hidden;
	margin-right: -20px;
}

.twoRight-img-li li{
	width: 175px;
	float: left;
	margin-right: 17px;
	margin-top: 20px;
	text-align: center;
}

.twoRight-img-li li img{
	width: 100%;
	height: 105px;
}

.twoRight-img-li li span{
	font-size: 14px;
	color: #666;
}


/*二级页面-图文详情 */
.twoRight-text{
	min-height:460px;
	padding-bottom: 20px;
}

.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: 380px;
	padding-bottom: 20px;
}

.twoRight-team-li  ul{
	overflow: hidden;
	margin-right: -20px;
}

.twoRight-team-li li{
	width: 175px;
	float: left;
	margin-right: 17px;
	margin-top: 20px;
	text-align: center;
}

.twoRight-team-li li img{
	width: 75%;
	height: 130px;
	display:block;
	margin:0px auto;
} 

.twoRight-team-li li span{
	font-size: 14px;
	color: #666;
}


/* 二级页-分页 */
.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: #e3322a;
	border:1px solid #e3322a;
}

.fenye a:hover{
	color: #fff;
	background-color: #e3322a;
	border:1px solid #e3322a;
}


/* 二级页-分页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;
}
