body,ul{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}


/*-------banner-------*/
.banner{
	min-width:1200px;
	height: 515px;
	position: relative;
	display: grid;
}
.wrapper{
	width:100%;
	min-width: 1200px;
	height:515px;
	position: absolute;
	overflow:hidden; 
	margin:0 auto;
}
.wrapper .imgItem{
	width: calc(100% / 4);
    height: 515px;
    float: left;
	position: relative;
}

.wrapper .imgItemText {
	position: absolute;
	right: 20%;
	color: white;
	font-size: 24px;
	opacity: 0;
	bottom: 93px;
}
.wrapper .imgItemText.active {
	transition: all 0.8s;
	right: 0px;
	opacity: 1;
}
.img_group{
	width:400%;
	height:515px;
} 
.img_group img{
	width:100%;
	height:100%;
}
.banner .centercon{
	width: 1200px;
	height: 515px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
.banner .centercon .left,.banner .centercon .right{
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 228px;
}
.banner .centercon .left{
	left: 30px;
}
.banner .centercon .right{
	right: 30px;
}
.banner .centercon .spot{
	height: 12px;
	width: 1200px;
	position: absolute;
	left: 45%;
	bottom: 28px;
}
.banner .centercon .spot li{
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: white;
	border-radius: 50%;
	margin-left: 10px;
}
.banner .centercon .spot .spotactive{
	width: 40px;
	height: 12px;
	background: white;
	border-radius: 10px;
}

/*-------newlist-------*/
.newlist{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.newlist .list{
	width: 754px;
	height: 300px;
	margin-left: 20px;
	float: left;
	position: relative;
}
.list .notice,.list .classroom{
	width: 40px;
	height: 150px;
	background: #e6e6e6;
	color: #4d4d4d;
	position: relative;
}
.list .notice:hover,.list .classroom:hover{
	background: #f94c3b;
	color: white;
}
.notice p,.classroom p{
	font-size: 14px;
	width: 14px;
	height: 150px;
	position: absolute;
	top: 18px;
	left: 13px;
}
.list .hover{
	background: #f94c3b;
	color: white;
}
#notice-right{ 
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent; 
	border-left: 6px solid #f94c3b; 
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 67px;
	left: 40px;
}
.list .noticeContent{
	width: 660px;
	height: 300px;
	float: right;
	position: absolute;
	top: 0;
	left: 78px;
}
.list .classroomContent{
	width: 660px;
	height: 300px;
	float: right;
	position: absolute;
	top: 0;
	left: 78px;
	display: none;
}
.titleDetails{
	height: 88px;
	border-bottom: 1px dashed #d1d1d1;
}
.titleDetails .title{
	margin-top: 18px;
	font-size: 14px;
	margin-bottom: 10px;
}
.titleDetails .title a{
	color: #4d4d4d;
}
.titleDetails .text{
	font-size: 12px;
	color: #b1b1b1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 20px;
}
.noticeList li a{
	display:block;
	float:left;
	padding-left: 24px;
	background-image: url(../img/decoration_n.jpg);
	background-position: 9px 18px;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	width: 500px;
	line-height: 43px;
	color:#312624;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;		
}
.noticeList li{
	width:660px;
	height: 43px;
	border-bottom: 1px dashed #d1d1d1;
}
.noticeList li a:hover{
	color:#ca0025;
	background-image: url(../img/decoration_s.jpg);
	color: #15f0f7;
	transition: all 0.7s;
}
.noticeList li span{
	float: right;
	display:block;
	font-size: 12px;
	line-height: 43px;
	color:#b3acab;
	margin-right:10px;
}

/*-------newsbanner-------*/

.newsbanner{
	width: 384px;
	height: 300px;
	overflow:hidden; 
	position: relative;
	float: right;
}
.newsGroup{
	width:600%;
	height:252px;
}
.newsGroup .newsimg{
	width: calc(100% / 6);
    height: 252px;
    float: left;
	position: relative;
}
.newsGroup img{
	width:384px;
	height:100%;
}
.newsbanner .pictitle{
	width: 384px;
	height: 36px;
	background: rgba(0,0,0,0.65);
	position: absolute;
	bottom: 0;
}
.newsbanner .pictitle .ctrl_text{
	width: 600%;
	height: 36px;
}
.pictitle li{
	float: left;
}
.newsbanner .ctrl_text li a{
	display: block;
	width: 384px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: white;
}
.news{
	width: 384px;
	height: 48px;
	background: #207bec;
}
.news ul{
	float: right;
	margin-right: 14px;
}
.news ul li{
	float:left;
	margin: 18px 0px 0px 4px;
	border: 1px solid white;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
}
.news .newsActive{
	background: white;
}
.news div{
	width: 220px;
	height: 25px;
	color: white;
	margin-left: 20px;
	margin-top: 13px;
	float: left;
}
.news p{
	position: absolute;
	top: -3px;
	left: 52px;
}

/*-------快捷+列表框-------*/
.shortWork{
	width: 100%;
	height: 719px;
	background:url(../img/shortcut.png);
	background-position: center;
}

/*-------快捷应用-------*/
.shortcut{
	width: 100%;
	height: 368px;
}
.shortcut .content{
	width: 1200px;
	height: 368px;
	background: #f5f5f5;
	margin: 0 auto;
}
.shortcut .application{
	width: 538px;
	height: 59px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 53px;
	position: relative;
}
.shortcut .title{
	width: 136px;
	height: 35px;
	background:#f5f5f5;
	color:#4d4d4d;
	text-align: center;
	position: absolute;
	bottom: -14px;
	left: 200px;
}
.shortcut .title .bigtitle{
	font-size: 16px;
}
.shortcut .title .smalltitle{
	font-size: 12px;
}

.shortcut .shotul{
	height: 228px;
	width: 1160px;
	margin: 0 auto;
}
.shotul ul {
    height: 228px;
}
.shotul ul li{
	float: left;
	width:164px;
    height:94px;
    background-color:#f5f5f5;
    text-align: center;  
    font-size: 14px;
    border: 1px solid #c7c7c7;
    margin-bottom: 18px;
    margin-right: 31px;
    position: relative;
}
.shotul ul li:hover{
	background: white;
	border: 1px solid #207bea;
	box-shadow: 0px 0px 12px rgba(19,104,208,0.76) inset,0px 0px 12px rgba(19,104,208,0.76);
}
.shotul ul li a{
	color: #a9a9a9;
}
.shotul ul li p{
    width:164px;
    height:18px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: absolute;
}
.shotul ul li:nth-child(6){
	margin-right: 0px;
}
.shotul ul li:nth-child(12){
	margin-right: 0px;
}

.shotul .short{
	display: table;
	width: 164px;
	height: 65px;
}
.short img{
	vertical-align: middle;
	display: inline-block;
}

/*列表蓝色标题*/
.workList{
	width: 1160px;
	height: 40px;
	margin: 0 auto;
	margin-top: 21px;
}
.workList .workTitle{
	width: 384px;
	height: 40px;
	background: #207bec;
	float: left;
	margin-right: 4px;
}
.workList .workTitle:nth-child(3){
	margin-right:0px;
}
.workTitle .icon{
	width: 18px;
	height: 18px;
	float: right;
	margin-right: 15px;
	margin-top: 11px;
}
.workTitle .icon img{
	transition: All 0.5s linear;
}
.workTitle .icon:hover img{
	transform: rotate(180deg);
}
.workList .workTitle .wtitle{
	width: 200px;
	height: 40px;
	float: left;
	position: relative;
}
.wtitle img{
	margin: 9px 0px 0px 16px;
	
}
.wtitle span{
	color: white;
	font-size: 16px;
	position: absolute;
	top: 9px;
	left: 53px;
}

/*-------蓝色标题列表的list-------*/
.workcon{
	width:1200px;
	height: 290px;
	margin: 0 auto;
	
}
.workcon .workc{
	width: 1200px;
	height: 290px;
	margin: 0 auto;
	background: #F5F5F5;
}
.workcon .con{
	width: 1160px;
	height: 290px;
	margin: 0 auto;
}
.workcon .conlist{
	float: left;
	width: 384px;
	height: 290px;
	margin-right: 4px;
	background: #f5f5f5;
}
.workcon .conlist:nth-child(3){
	margin-right: 0px;
}
.conlist ul{
	margin-top:6px;
}
.conlist li{
	width: 362px;
	height: 45px;
	margin: 0 auto;
	border-bottom: 1px dashed #d1d1d1;
}
.conlist li a{
	display:block;
	float:left;
	padding-left: 17px;
	background-image: url(../img/arrow_n.png);
	background-position: -1px 14px;
	background-repeat: no-repeat;
	background-size: 11px 15px;
	width: 260px;
	line-height: 43px;
	color:#9c9c9c;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;		
}
.conlist li a:hover{
	color:#15f0f7;
	background-image: url(../img/arrow-s.png);
	transition: all 0.7s;
}
.conlist li span{
	float: right;
	display:block;
	font-size: 12px;
	line-height: 43px;
	color:#b3acab;
}

/*-------风采图片-------*/
.mien{
	width: 100%;
	min-width: 1200px;
	height: 522px;
	background: url(../img/mien.png);
	background-position: center;
}
.mien .miencon{
	width: 1200px;
	height: 522px;
	margin: 0 auto;
	background: #3688ee;
	overflow: hidden;
	position: relative;
}
.mien .mienTitle{
	width: 452px;
	height: 52px;
	margin: 40px auto;
	position: relative;
}
.mienTitle .hover{
	background: #f94c3b;
	color: white;
}
.mienTitle li{
	float: left;
	width: 150px;
	height: 45px;
	color: #545454;
	background: #FFFFFF;
	margin-right: 1px;
	text-align: center;
	line-height: 45px;
	position: relative;
}
.mienTitle li:nth-child(3){
	margin-right: 0px;
}
/*三角图标*/
.teacher_bottom{ 
	width: 0; 
	height: 0; 
	border-right: 6px solid transparent; 
	border-left: 6px solid transparent; 
	border-top: 6px solid #f94c3b;
	position: absolute;
	top: 45px;
	left: 67px;
}

/*图片位置*/
.miencon .mienPic{
	width: 1130px;
	height: 285px;
	margin: 0 auto;
}
.mienPic .teacher,.mienPic .school,.mienPic .study{
	width: 1130px;
	height: 285px;
	position: relative;
}
.teacher ul,.school ul,.study ul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
	top: 0;
}
.mienPic .school{
	/*position: absolute;*/
	display: none;
}
.study{
	display: none;
}
.teacher li,.school li,.study li{
	float: left;
	width: 260px;
	height: 285px;
	background: white;
	margin-right:30px;
}

.mienPic li .licon{
	width: 260px;
	height: 240px;
}
.licon img{
	width: 254px;
	height: 234px;
	margin: 3px;
}

.mienPic .shadow1{
	width: 260px;
	height: 39px;
	margin-top: 6px;
}
.mienPic .shadow2{
	width: 260px;
	height: 39px;
	margin-bottom:2px;
}

.mienPic .lookMore{
	width: 90px;
	height: 24px;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	border: 1px solid white;
	position: absolute;
	left: 530px;
	bottom: -70px;
}
.lookMore a{
	width: 90px;
	height: 24px;
	color: white;
	display: block;
}
.mienPic .lookMore:hover{
	border: 1px solid #f94c3b;
	background: #f94c3b;
}
/*-------灰底列表-------*/
.grayList{
	width: 100%;
	height: 470px;
	background: #F5F5F5;
}
.grayList .graycon{
	width: 1200px;
	height: 470px;
	margin: 0 auto;
}
.graycon .safe,.graycon .party,.graycon .finance{
	float: left;
	width: 386px;
	height: 390px;
	background: white;
	overflow: hidden;
	border-right: 1px solid #F5F5F5;
	margin-top: 40px;
}
.graycon .safe{
	margin-left: 20px;
}
.graycon .finance{
	border-right:none;
}

.graycon .imgcon{
	width: 386px;
	height: 160px;
	position:relative;
	overflow: hidden;
}
.imgcon img{
	width: 386px;
	height: 160px;
	transition: All 0.6s linear;
}
.imgcon .masking{
	width: 386px;
	height: 160px;
	background:rgba(0,14,32,0.5);
	position: absolute;
	top: 0;
}
.masking .border{
	width: 64px;
	height: 2px;
	background:rgba(255,255,255,0.38);
	position: absolute;
	left: 161px;
	top: 56px;
}
.masking .font{
	width: 386px;
	height: 42px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 62px;
}
.font p{
	margin: 1px;
	color: white;
}
.imgcon:hover img{
	transform: scale(1.1);
}
.imgcon:hover .masking{
	background:rgba(0,14,32,0.2);
}
.graycon .conlist{
	float: left;
	width: 384px;
	height: 230px;
	margin-right: 4px;
}
.graycon .conlist ul{
	margin: 0;
}
.graycon .conlist li:nth-child(5){
	border: none;
}
/*三角形*/
.safe_triangle{ 
	width: 0; 
	height: 0; 
	border-right: 11px solid transparent; 
	border-left: 11px solid transparent; 
	border-bottom: 11px solid white;
	position: absolute;
	bottom: 0px;
	left: 180px;
}
.party_triangle{ 
	width: 0; 
	height: 0; 
	border-right: 11px solid transparent; 
	border-left: 11px solid transparent; 
	border-top: 11px solid white;
	position: absolute;
	top: 0px;
	left: 180px;
}

