﻿/* 首页样式 */
/* 头部 */
.top{
	width: 100%;
	height: 68px;
	overflow: hidden;
}

.logo{
	width: 272px;
	height: 68px;
	background-image: url("../images/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.top-right{
	height: 68px;
}

.top-right .search{
	width: 324px;
	height:30px ;
	border:1px solid #c2cfd4;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 20px;
}

.top-right .search select{
	height: 30px;
	width: 73px;
	color: #666;
	border: 0;
	text-align: center;
	border-radius: 20px 0px 0px 20px;
}

.top-right .search form{
	display: inline-block;
}

.top-right .search  input[type="text"]{
	width: 188px;
	padding-left: 10px;
}

.top-right .search  input[type="submit"]{
	width: 46px;
	height: 30px;
	background-color:#eaeff1;
	border-left: 1px solid #c2cfd4;
	background-image: url("../images/search-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: -4px;
	border-radius: 0px 20px 20px 0px;
}

.top-right  a{
	font-size: 14px;
	color: #db274d;
	padding: 2px 10px;
	border: 1px solid #db274d;
	border-radius: 20px;
	margin: 0 5px;
}

.top-right a:hover{
	color: #fff;
	background-color: #db274d;
}

/* banner  */
.banner{
	clear: both;
	height: 588px;
	background-image: url("../images/banner-img.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fbfcfd;
}

.banner-a{
	display: block;
	height: 200px;
}

.banner-center{
	position: relative;	
}


/* 公共-导航 */
.nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 53px;
	line-height: 43px;
	background-image: url("../images/nav-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 16px;
	width: 100%;
}

.nav ul li{
	width: 157px;
	text-align: center;
}

.nav ul li a{
	color: #fff;
	display: inline-block;
	width: 110px;
}

.nav ul li a:hover{
	background-image: url("../images/nav-hover.png");
	background-repeat: repeat-x;
	background-position: top center;
} 

.nav ul li ul li{
	background-color: #db274d;
	border-bottom: 1px dashed #fff;
	text-align: center;
}
.nav ul li ul li a{
	display: block;
	width: 100%;
}

.nav .navHover > a{
	background-image: url("../images/nav-hover.png");
	background-repeat: repeat-x;
	background-position: top center;
}

/* 专业介绍 */
.zyjs{
	position: absolute;
	top:378px; 
	width: 100%;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0px 3px 8px #b15c5c;
	border-radius: 5px;
}

.zyjs-left{
	width: 822px;
	text-align: center;
}

.zyjs-left h4{
	font-size: 28px;
	color: #db274d;
	line-height: 1;
	background-image: url("../images/zyjs-tit-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 100;
	margin-top: 5px;
}

.zyjs-left p{
	font-size: 15px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	text-indent:2em;
}

.zyjs-left p a{
	font-size: 15px;
	color: #db274d;
	position: absolute;
	right: 5px;
	bottom: 0px;
	background-color: #fff;
	padding-left: 20px;
}

.zyjs-left .zyjs-img{
	position: absolute;
	left: -50px;
	bottom: -90px;
	width: 187px;
	height: 141px;
}

.zyjs-right{
	margin-top: -15px;
}
.zyjs-right a{
	display: block;
	font-size: 16px;
	color: #666;
	background-position:20px  center ;
	background-repeat: no-repeat;
	width: 178px;
	height: 49px;
	border: 1px solid #666;
	border-radius: 3px;
	margin-top: 15px;
	line-height: 49px;
	text-indent: 50px;
}

.zyjs-right .mh{
	background-image: url("../images/mh-icon.png");
}

.zyjs-right .sf{
	background-image: url("../images/sf-icon.png");
}

.zyjs-right .mh:hover{
	color: #db274d;
	border: 1px solid #db274d;
	background-image: url("../images/mh-on-icon.png");
}

.zyjs-right .sf:hover{
	background-image: url("../images/sf-on-icon.png");
	color: #db274d;
	border: 1px solid #db274d;
}

.fg1{
	width: 100%;
	height: 36px;
	background-image: url("../images/fg-img1.png");
	background-position: center;
	background-repeat: repeat-x;
}

/* 专业课程 */
.zykc{
	width: 100%;
	background-image: url("../images/zykc-bg.png");
	background-repeat: repeat;
	height: 480px;
}

.public-tit{
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	height: 66px;
}

.zykc-tit{
	font-size: 28px;
	color: #db274d;
	background-image: url("../images/zykc-tit-bg.png");
}

.FocusImg{
	width: 100%;
	height:390px;
	margin-top: 20px;
}

.FocusImg .bd ul li{
	width: 350px;
	height: 336px;
	float: left;
	margin-left: 24px;
	position: relative;
}

.FocusImg .zykc-item{

}

.FocusImg .zykc-box{
	width: 348px;
	height: 181px;
	border: 1px solid #e0b8c0;
	border-radius:10px;
	overflow: hidden;
}

.FocusImg .zykc-box img{
	width: 100%;
	height: 181px;
	border-radius: 10px;
	transition: all 0.9s;
}

.FocusImg .zykc-txt{
	width: 256px;
	height: 180px;
	padding: 20px;
	background-image: url("../images/zykc-txt-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 25px;
}

.FocusImg .zykc-txt h4{
	font-size: 16px;
	color: #db274d;
	margin-top: 5px;
	font-weight: 400;
}

.FocusImg .zykc-txt p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin: 5px 0 10px;
}

.FocusImg .zykc-txt a{
	font-size: 14px;
	color: #db274d;
	border: 1px solid #db274d;
	border-radius: 20px;
	padding: 2px 12px;
}

.FocusImg  li:hover img{	
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.FocusImg  li:hover .zykc-txt{
	background-image: url("../images/zykc-txt-on-bg.png");
}

.FocusImg  li:hover .zykc-txt h4,
.FocusImg  li:hover .zykc-txt p,
.FocusImg  li:hover .zykc-txt a{
	color: #fff;
}

.FocusImg  li:hover .zykc-txt a{
	border: 1px solid #fff;
}

.FocusImg  .hd{
	bottom: 10px ;
	text-align: center;	
}

.FocusImg  .hd ul{
	display: inline-block;
	text-align: center;	
}

.FocusImg  .hd ul li{
	width: 12px;
	height: 12px;
	border: 1px solid #db274d;
	border-radius: 50%;
	margin: 0 5px;
	text-indent:-999px;
	display: inline-block;
}

.FocusImg  .hd ul .on{
	background-color: #db274d;
}

/* 分隔线 */
.fg2{
	width: 100%;
	height: 35px;
	background-image: url("../images/fg-img2.png");
	background-repeat: repeat-x;
}

/* 专业资源 */
.zyzy{
	height: 572px;
	background-color: #fbfcfd;
	background-image: url("../images/fg-img3.png");
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 15px;
}

.zyzy-tit{
	font-size: 28px;
	color: #db274d;
	background-image: url("../images/zyzy-tit-bg.png");
	margin-top: 10px;
}

.zyzy-con{
	overflow: hidden;
	margin-right: -20px;
}

.zyzy-con ul li{
	width:537px;
	height: 118px;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #e0b8c0;
	margin-top: 23px;
	margin-right: 19px;
	float: left;
}

.zyzy-con .zyzy-img-box{
	position: relative;
	width: 216px;
	height: 118px;
	overflow: hidden;
}

.zyzy-con .zyzy-img-box .zyzy-img{
	width: 100%;
	height: 118px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.zyzy-con .zyzy-img-box .hover-img{
	width: 100%;
	height: 118px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.zyzy-con .zyzy-txt{
	width: 297px;
	height: 100px;
}

.zyzy-con .zyzy-txt h4{
	font-size: 16px;
	color: #db274d;
	font-weight: 400;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zyzy-con .zyzy-txt .msg{
	font-size: 14px;
	color: #999;
}

.zyzy-con .zyzy-txt .msg span{
	margin-right: 20px;
}

.zyzy-con .zyzy-txt .guide span{
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #808080;
}

.zyzy-con .zyzy-txt .guide  .people{
	background-image: url("../images/people-icon.png");
}

.zyzy-con .zyzy-txt .guide  .download{
	background-image: url("../images/download.png");
	margin-left: 20px;
}

.zyzy-con li:hover .hover-img{
	display: block;
}

.zyzy-con li:hover .zyzy-img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.zyzy-more{
	text-align:center;
	margin-top: 20px;
}

.zyzy-more a{
	font-size: 16px;
	color: #db274d;
	padding: 4px 12px;
	border: 1px solid #db274d;
	border-radius: 20px;
}

/* 专业教师 */
.teacher{
	height: 324px;
	background-image: url("../images/teacher-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.fg4{
	background-image: url("../images/fg-img4.png");
	height: 16px;
	background-repeat: repeat-x;
}

.teacher-tit{
	background-image: url("../images/teacher-tit-bg.png");
	font-size: 28px;
	color: #db274d;
	margin-top: 10px;
}

.teacher-con{
	margin: 23px 0px;
}

.teacher-con ul li{
	width: 128px;
	height: 152px;
	padding: 1px;
	border: 1px solid #e0b8c0;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}

.teacher-con ul li img{
	width: 100%;
	height: 152px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.teacher-con ul li span{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	background-image: url("../images/public-txt-bg.png");
	background-repeat: repeat;
	display: none;
}

.teacher-con ul li:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.teacher-con ul li:hover span{
	display: block;
}

/*尾部 */
.footer{
	background-image: url("../images/footer-bg.png");
	background-repeat: repeat;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 15px 0;
}


/* 二级页面 */
/* 二级页面主体 */
.bg{
	background-image: url("../images/zykc-bg.png");
	background-repeat: repeat;
	background-position: top center;
}

.twoMain{
	min-height: 500px;
	padding: 20px;
	padding-bottom: 30px;
	margin-top: -300px;
	overflow: hidden;
}

/*二级页面树菜单 */
.twoLeft{
	width:276px;
	min-height:300px;
	margin-bottom: 60px;
}

.TreeMenu-tit{
	width: 276px;
	height: 60px;
	background-image: url("../images/Tree-tit.png");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.Tree-top-bg{
	width: 276px;
	height: 34px;
	background-image: url("../images/Tree-menu-top.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.TreeMenu{
	width: 276px;
	min-height: 300px;
	background-color: #db274d;
	background-image: url("../images/Tree-bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}

.TreeMenu > ul{
	margin-top: 10px;
	padding-bottom: 80px;
}

.TreeMenu ul li{
	line-height: 50px;
	border-bottom: 1px dashed #e99bb3;
	text-indent: 30px;
}

.TreeMenu ul li a{
	display: block;
	font-size: 18px;
	color: #fff;
}


.TreeMenu ul li  ul li{
	text-indent: 50px;
	border-bottom: none;
	line-height: 40px;
}

.TreeMenu ul li  ul li a{
	font-size: 16px;
	color: #fff;
}

.TreeMenu ul li  ul li ul li{
	text-indent: 70px;
	border-bottom: none;
	line-height: 40px;
}

.TreeMenu ul li  ul li ul li a{
	font-size: 15px;
	color: #fff;
}

.TreeMenu ul li a:hover{
	background-color: #e27598;
	color: #db274d;
}

.TreeMenu ul li .up{
	background-image: url("../images/up-icon.png");
	background-position: 220px 15px;
	background-repeat: no-repeat;
}

.TreeMenu ul li .down{
	background-image: url("../images/down-icon.png");
	background-position: 220px 15px;
	background-repeat: no-repeat;
}



/*二级页面-文字列表 */
.twoRight{
	width: 768px;
	padding: 20px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #aba8a8;
}

.twoRight-tit{
	border-bottom: 1px solid #dc5474;
	overflow: hidden;
}

.twoRight-tit strong{
	float: left;
	padding-left: 30px;
	background-image: url("../images/home-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #db274d; 
	border-bottom: 2px solid #ed9d30;
}

.twoRight-tit p{
	float: right;
}

.twoRight-tit p a{
	color: #999;
	font-size: 14px;
}

.twoRight-tit p .on{
	color: #db274d;
}

.twoRight-txt-li{
	min-height: 380px;
	margin-bottom: 20px;
	margin-top: 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: 12px;
    vertical-align: middle;
    border-bottom: 1px dashed #d5d5d5;
}

.twoRight-txt-li li a{
    float: left;
    font-size: 14px;
    color: #696969;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twoRight-txt-li li small{
    float: right;
    font-size: 13px;
    color: #999;
}
.twoRight-txt-li li:hover{
	background-image: url("../images/li-hover-icon.png");
}
.twoRight-txt-li li:hover a{
    color: #db274d;
}


/*二级页面-图片列表 */
.twoRight-img-li{
	min-height: 380px;
}

.twoRight-img-li  ul{
	overflow: hidden;
	margin-top: -10px;
	margin-right: -20px;
	padding-bottom: 20px;
}

.twoRight-img-li li{
	width: 179px;
	float: left;
	margin-right: 17px;
	margin-top: 20px;
	text-align: center;
}

.twoRight-img-li li img{
	width: 100%;
	height: 115px;
}

.twoRight-img-li li span{
	font-size: 14px;
	color: #666;
}


/*二级页面-图文详情 */
.twoRight-text{
	min-height:460px;
}

.twoRight-text-tit{
	text-align: center;
}

.twoRight-text-tit h4{
	font-size: 18px;
	color: #000;
	margin: 20px 0px 5px;
}

.twoRight-text-tit-guide{
	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;
	overflow: hidden;
	padding-bottom: 30px;
}

.twoRight-team-li ul{
	margin-right: -30px;
}

.twoRight-team-li ul li{
	float: left;
	border: 1px solid #e6e6e6;
	width: 363px;
	height: 186px;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 20px;
}

.twoRight-team-li ul li .img-box{
	width: 164px;
	height: 186px;
	padding: 2px;
	border: 1px solid #e0b8c0;
	float: left;
}

.twoRight-team-li ul li .img-box img{
	width: 100%;
	height: 180px;
}

.twoRight-team-li ul li p{
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	overflow: hidden;
	width: 164px;
	float: right;
	margin: 6px 13px;
	text-indent:1em;
}


/* 二级页-分页 */
.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: #d42b5f;
	border:1px solid #d42b5f;
}

.fenye a:hover{
	color: #fff;
	background-color: #d42b5f;
	border:1px solid #d42b5f;
}


/* 二级页-分页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;
}
