﻿/* 首页样式 */
/* 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{
	display: inline-block;
	width: 75px;
	border: 1px solid  #fff;
	font-size: 14px;
	color: #333;
}

.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;
}

/* 公共-导航 */
.nav{
	width: 100%;
	height: 40px;
	background-color:#fff;
	line-height: 40px;
	font-size: 15px;
	border-top: 1px solid #e3322a;
}

.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: #e3322a;
	color: #fff;
}

.nav ul li ul li{
	background-image: url("");
	width: 157px;
	background-color: #f17d78;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}

.nav ul li ul li a{
	padding: 0;
	display: block;
}
.nav .navHover > a{
	background-color: #e3322a;
	color: #fff;
}

/* banner */
.banner{
	height: 385px;
	background-image: url("../images/banner-img.png");
	background-position:  center;
	background-repeat: no-repeat;
}

.banner-a{
	display: block;
	height: 385px;
}

/*  快速登录 */
.main1{
	margin-top: -46px;
	overflow: hidden;
	padding-bottom: 10px;
}

.zyjs{
	width: 696px;
	height: 76px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #b0aeae;
	overflow: hidden;
	position: relative;
	text-indent:2em;
	padding:15px;
}

.zyjs h4{
	width: 50px;
	height: 86px;
	background-color: #009ed5;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding:  0 20px;
	line-height: 1.6;
	padding-top: 20px;
}

.zyjs p{
	margin: 17px;
	width: 600px;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}

.zyjs a{
	font-size: 14px;
	color: #990b05;
	position: absolute;
	right: 20px;
	bottom: 12px;
	background-color: #fff;
	padding-left: 20px;
}

/* 快速导航 */
.icon-list {
	width: 353px;
	height: 106px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #b0aeae;
	overflow: hidden;
}

.icon-list li{
	text-align: center;
	width: 24%;
	float: left;
	margin-top: 10px;
}

.icon-list li p{
	font-size: 14px;
	color: #333;
}

.icon-list li span{
	display: inline-block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #fff;
}

.icon-list li span i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-list .icon-li1 span i{
	background-color: #3493dd;
	background-image: url("../images/land-icon.png");
}

.icon-list .icon-li1:hover span{
	border: 1px solid #3493dd;
}

.icon-list .icon-li2 span i{
	background-color: #009ed5;
	background-image: url("../images/login-icon.png");
}

.icon-list .icon-li2:hover span{
	border: 1px solid #009ed5;
}

.icon-list .icon-li3 span i{
	background-color: #42b0b7;
	background-image: url("../images/mh-icon.png");
}

.icon-list .icon-li3:hover span{
	border: 1px solid #42b0b7;
}

.icon-list .icon-li4 span i{
	background-color: #27afcc;
	background-image: url("../images/zt-icon.png");
}

.icon-list .icon-li4:hover span{
	border: 1px solid #27afcc;
}

/* 专业课程 */
.zykc{
	padding: 30px 0 20px;
}

.public-tit{
	text-align: center;
	height: 72px;
	background-position: center;
	background-repeat: no-repeat;
}

.public-tit strong{
	display: block;
	font-size: 22px;
	color: #010101;
	font-weight: 400;
	line-height: 1;
}

.public-tit small{
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	line-height: 1;
}

.zyck-tit{
	background-image: url("../images/tit-bg.png");
}

.zykc-con{
	overflow: hidden;
	margin-top: 20px;
	margin-right: -20px;
}

.zykc-con li{
	width:260px; 
	height: 222px;
	position: relative;
	float: left;
	margin-right: 20px;
}

.zykc-con li .zykc-img {
	overflow: hidden;
	width:260px;
	height:150px;  
}

.zykc-con li .zykc-img img{
	width: 100%;
	height: 150px;
	transition: all 0.5s;
}

.zykc-con li  .zukc-txt{
	position: absolute;
	top: 88px;
	left: 17px;
	width: 186px;
	height: 102px;
	border-bottom: 2px solid #dedede;
	padding: 15px;
	background-color: #fff;
	overflow: hidden;
}

.zukc-txt h4{
	font-size: 15px;
	color: #004b70;
	font-weight: 500;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zukc-txt h4 em{
	font-size: 18px;
}

.zukc-txt p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
}

.zykc-con li:hover h4{
	color: #990b05;
}

.zykc-con li:hover img{
	transform: scale(1.2);
}

.public-more{
	text-align: center;
	height: 30px;
	background-image: url("../images/more-icon.png");
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 20px;
}

.public-more a{
	font-size: 13px;
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	background-color: #e3322a;
}

/* 专业资源 */
.zyzy{
	height: 590px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../images/main2-bg.png");
	padding: 30px 0;
}

.zyzy-tit{
	background-image: url("../images/tit-bg1.png");
}

.zyzy-tit strong{
	color: #fff;
}

.zyzy-tit small{
	color: #c7ecff;
}

.zyzy-con{
	overflow: hidden;
	margin-right: -20px;
}

.zyzy-con li{
	float: left;
	width: 539px;
	height: 130px;
	margin-right: 20px;
	margin-top: 15px;
	overflow: hidden;
}

.zyzy-con .zyzy-left{
	overflow: hidden;
	width: 225px;
	height: 124px;
	padding: 2px;
	border: 1px solid #a1d5ff;
	transition: all 0.5s;
	background-color: #fff;
	position: relative;
}

.zyzy-con .zyzy-left .zyzy-img{
	width: 100%;
	height: 124px;
}

.zyzy-con .zyzy-left .hover-img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	z-index: 99;
	display: none;
}

.zyzy-txt{
	width: 263px;
	height: 88x;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #a1d5ff;
}

.zyzy-txt h4{
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.zyzy-txt .msg{
	font-size:13px;
	color: #999;
	margin-bottom: 3px;
}

.zyzy-txt .msg span{
	margin-right: 25px;
}

.zyzy-txt  .guide{
	font-size: 12px;
	color: #666;
}

.zyzy-txt  .guide span{
	padding-left: 20px;
	margin-right: 15px;
	background-position:left center;
	background-repeat: no-repeat;
}

.zyzy-txt .guide .people{
	background-image: url("../images/people-icon.png");
}

.zyzy-txt .guide .download{
	background-image: url("../images/download-icon.png");
}

.zyzy-con li:hover .zyzy-img{
	transform: scale(1.2);
}

.zyzy-con li:hover .hover-img{
	display: block;
}

.zyzy-more{
	background-image: url("../images/more-icon1.png");
}

.zyzy-more a{
	background-color: #51a5e0;
}

/* 专业教师 */
.teacher-tit{
	background-image: url("../images/tit-bg.png");
}

.teacher-con{
	margin: 20px 0;
}

.teacher-con li{
	width: 155px;
	height: 155px;
	float: left;
}

.teacher-con li .img-box{
	width: 109px;
	height: 155px;
	border: 2px solid #fff;
}

.teacher-con li .img-box img{
	width: 108px;
	height: 108px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 4px solid #fff;
	margin-top: 10px;
	transition:  0.5s;
}

.teacher-con li .img-box span{
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	transition:  0.5s;
	-webkit-transition:  0.5s;
	background-color: #fff;
	width: 50%;
	height: 24px;
	line-height: 1.6;
	margin-left: 30px;
}

.teacher-con li:hover .img-box{
	border: 2px solid #0276d0;
}

.teacher-con li:hover img{
	transform:translate(15px);
	-ms-transform:translate(15px); 
	-webkit-transform:translate(15px); 
}

.teacher-con li:hover  span{
	transform:translate(50px,-35px);
	-ms-transform:translate(50px,-35px); 
	-webkit-transform:translate(50px,-35px); 
	background-color: #0276d0;
	color: #fff;
}

/* 友情链接 */
.link{
	height: 66px;
	line-height: 66px;
	background-color: #eef4f9;
	margin-top: 10px;
	overflow: hidden;
}

.link strong{
	font-size: 22px;
	color: #010101;
	font-weight: 400;
	background-image: url("../images/link-bg.png");
	background-position:0 10px;
	background-repeat: no-repeat;
	padding: 0 10px;
}

.link p{
	font-size: 14px;
	color: #010101;
	margin-left: 20px;
}

.link p a{
	color: #010101;
	padding: 2px 6px;
	margin:  0 12px;
}

.link p a:hover{
	background-color: #0276d0;
	color: #fff;
}

/*尾部 */
.footer{
	height: 60px;
	line-height: 60px;
	background-color: #005fa9;
	text-align: center;
	font-size:13px;
	color: #fff; 
}



/* 二级页面 */
/* 二级页面主体 */
.twoMain{
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: -46px;
}

/*二级页面树菜单 */
.twoLeft{
	width:290px;
	min-height:300px;
	margin-bottom: 60px;
	background-image: url("../images/Tree-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0276d0;
}

.TreeMenu-tit{
	height: 80px;
	background-image: url("../images/Tree-tit.png");
	background-position: center;
	background-repeat: no-repeat;
}

.TreeMenu{
	background-color: #fff;
	margin: 20px;
	margin-top: 0;
	min-height: 350px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	background-image: url("../images/Tree-bg1.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.TreeMenu > ul{
	padding-top: 10px;
	padding-bottom: 80px;
}

.TreeMenu ul li{

}

.TreeMenu ul li a{
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-indent: 20px;
	display: block;
}


.TreeMenu ul li  ul li{
	
}

.TreeMenu ul li  ul li a{
	font-size: 16px;
	color: #666;
	text-indent: 35px;
}

.TreeMenu ul li  ul li ul li{
	
}

.TreeMenu ul li  ul li ul li a{
	font-size: 16px;
	color: #666;
	text-indent: 50px;
	background-color: #efefef;
}

.TreeMenu ul li a:hover{
	background-color: rgba(227,50,42, 0.5);
}

.TreeMenu .up{
	background-image: url("../images/up-icon.png");
	background-repeat: no-repeat;
	background-position: 220px 15px;
}

.TreeMenu .down{
	background-image: url("../images/down-icon.png");
	background-repeat: no-repeat;
	background-position: 220px 15px;
}


/*二级页面-文字列表 */
.twoRight{
	width: 790px;
	min-height: 400px;
	background-color: #fff;
	margin-top: 20px;
}

.twoRight-tit{
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	padding-right: 20px;
}

.twoRight-tit strong{
	padding:  0 20px;
	font-size: 20px;
	color: #fff;
	background-color: #009ed5;
	line-height: 40px;
	float: left;
}

.twoRight-tit p{
	float: right;
	padding-left: 20px;
	background-image: url("../images/map-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	color: #666;
	line-height: 40px;
}

.twoRight-txt-li{
	min-height: 380px;
	margin-bottom: 20px;
	padding: 20px;
}

.twoRight-txt-li li{
    overflow: hidden;
    background-image: url("../images/li-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px  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: #ac3a00;
}



/*二级页面-图片列表 */
.twoRight-img-li{
	min-height: 380px;
	padding-bottom: 20px;
	padding: 20px;
}

.twoRight-img-li  ul{
	overflow: hidden;
	margin-top: -10px;
	margin-right: -20px;
}

.twoRight-img-li li{
	width: 174px;
	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;
	padding: 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;
	padding-bottom: 20px;
}

.twoRight-text-con p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	text-indent: 25px;
	margin: 5px 0px;
}


/*二级页面- 专业教师*/

.twoRight-team-li{
	padding-bottom: 20px;
	min-height: 400px;
	overflow: hidden;
}
.twoRight-team-li ul{
	margin-right: -20px;
}

.twoRight-team-li li{
	float: left;
	width: 212px;
	padding: 18px;
	border: 1px solid #dfdfdf;
	margin-right: 18px;
	margin-top: 20px;
}

.twoRight-team-li li .team-box{
	width: 108px;
	height: 108px;
	border-radius: 50%;
	overflow:hidden;
	margin: 0 auto;
	margin-bottom:15px; 
}

.twoRight-team-li li .team-box img{
	width: 108px;
	height: 108px;
	overflow: hidden;
	border-radius: 50%;
}

.twoRight-team-li li p{
	font-size: 13px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}


/* 二级页-分页 */
.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;
}
