html,body,div,p,span,ul,li,dl,dt,dd,a,img,ol,i,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}

img{
	display: block;
}

ul,li{
	list-style: none;
}

a{
	text-decoration:none;
}

.banner{
    width: 100%;
}
.pic {
    display: block;
    width: 100%;
    height: auto;
}
body{
    
}
.right{
    float: right;
}
.left{
    float: left;
}
i{
    font-style: normal;
}
.long-content{
    width: 100%;
}
.massive-content{
    width: 1150px;
    margin: 0 auto;
}

.massive-learn{
    width: 100%;
}
 .massive-title{
    width: 100%;
    text-align: center;
    margin: 60px 0 30px 0;
}
.massive-title p{
    font-size: 36px;
    color: #232323;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
}
.massive-title span{
    font-size: 26px;
    color: #666;
    line-height: 26px;
}
.massive-title dl{
	width:1120px;
	margin: 0 auto;
	font-size:16px;
	margin-top: 20px;
	line-height: 32px;
	text-align: left;
	color: #666;
	border:1px dashed #CCC;
	padding: 15px;
}
.massive-item{
    width: 100%;
    margin-bottom: 40px;
}
.massive-list{
    margin-bottom: 20px;
}
.massive-list ul{
    overflow: hidden;
}
.massive-list ul li{
    position: relative;
    float: left;
    width: 32%;
    margin-bottom: 2%;
    overflow: hidden;
}
.massive-list ul li:nth-child(2),
.massive-list ul li:nth-child(5),
.massive-list ul li:nth-child(8){
    margin: 0 2%;
}
.massive-list ul li:nth-child(2)
.list-item img.list-img{
    width: 100%;
    z-index: 20;
}

.list-item p{
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    z-index: 10;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.list-item p.list-icon a{
    display: block;
    width: 42%;
    height: 12%;
    margin: 0 auto;
}

.list-item:hover .list-icon{bottom: 8%;}

.massive-ask{
    width: 100%;
}
.massive-ask a{
    display: block;
    width: 500px;
    height: 61px;
    background: url("../../../images/home/major/xdtwoyears/icon-ask.png");
    margin: 0 auto;
    text-align: center;
}
.massive-ask a span{
    font-size: 30px;
    color: #F00;
    line-height: 61px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.massive-ask a:hover span{
    font-size: 28px;
}

/*banner-gd*/
.banner-gd{
    width: 100%;
}
.banner-gd img{
    width: 100%;
}
/*banner-gd end*/

.management-items{
    width: 100%;
}
.management-list{
    width: 100%;
}
.management-list ul{
    display: flex;
}
.management-list ul li{
    width: 25%;
    float: left;
    background: #c7a75c;
    margin-left: 8px;
}
.management-list ul li span{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    line-height: 30px;
    padding: 16px 0;
}
.management-list ul li span i{
    display: block;
    width: 100%;
    text-align: center;
}
.management-list ul li img.management-img{
    width: 100%;
}

.management-list ul li p.management-txt{
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 20px 15px;
    line-height: 28px;
}
.management-list ul li.list01{
    background: #c7a75c;
    margin-left: -8px;
}
.management-list ul li.list02{
    background: #d58641;
}
.management-list ul li.list03{
    background: #f99c01;
}
.management-list ul li.list04{
    background: #a95c3e;
}

.management-list ul li:hover .management-img{
    transform: scale(1.02);
}


.teaching{
    width: 100%;
}
.teach-items{
    width: 100%;
    margin-bottom: 40px;
}
.teach-list{
    width: 100%;
    display: table;
    margin-bottom: 5%;
}
.teach-campus{
    width: 23%;
    float: left;
    display: table-cell;
}
.teach-campus ul li{
    width: 100%;
    height: 158px;
    background: #e6e6e6;
    font-size: 34px;
    color: #bb7046;
    font-weight: bold;
    text-align: center;
    line-height: 158px;
}
.teach-campus ul li:first-child+li{
    margin: 4px 0;
}
.teach-campus ul li.active{
    background: #ff602d;
    color: #fff;
}
.teach-campus-list{
    width: 76%;
    float: right;
    display: table-cell;
    height: 482px;
}
.teach-campus-list img{
    height: 482px;
    overflow: hidden;
}
.tab-item{
    display: none;
}

.student-work{
    width: 100%;
    border-bottom: 20px solid #f5f5f5;
    padding-bottom: 26px;
}

.graduates-list{
    width: 1200px;
	margin: 0 auto;
    margin-bottom: 85px;
}
.graduates-slick{
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
    padding: 15px;
}
.graduates-item{
    width: 100%;
    display: table;
}
.graduates-item img{
    width: 100%;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.graduates{
    width: 100%;
    margin-bottom: 100px;
}
.teach-campus-list .active {
    display: block;
}



.mingshi{
	width:1150px;
	margin: 0 auto;
}

.mingshi ul{
	width:1150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.mingshi ul li{
	width:360px;
	margin-top: 30px;
}


.mingshi ul li img{
	width:100%;
	display: block;
}

.mingshi ul li dl{
	margin-bottom: 10px;
}


.mingshi ul li dl dd{
	width:100%;
	height: 50px;
	background: #d9262c;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}


.mingshi ul li p{
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}


.changjing{
	width:1150px;
	margin: 0 auto;
}


.changjing ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}


.changjing ul li{
	width:274px;
}

.changjing ul li img{
	display: block;
	margin-bottom: 20px;
}


.kcabout{
	width:1150px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #CCC;
	margin-top: 30px;
}


.kcabout ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kcabout ul li{
	width:50%;
	font-size:20px;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
}


.kcabout ul li:nth-child(odd){
	border-right: 1px solid #CCC;
	box-sizing: border-box;
}





