
.product{
	width: 100%;
	float: left;
}
.product .students{
	margin:0 auto;
	width:1100px;
	height:350px;
	position:relative;
	}
.product .students p.PP{
	width:510px;
	height:50px;
	font-size:16px;
	color:#333;
	text-align:center;
	position:absolute;
	top:60px; 
	left:300px;
	}
#four_flash{
    width: 1100px;
    height: 300px;
    margin: 0 auto;
    bottom: 40px;
    float: left;
    margin-top: 20px;
	 }
#four_flash .flashBg{
	width:1100px;
	height:280px;
	 margin:0 auto;
	 position:relative;
	 overflow:hidden;
	 }
#four_flash .flashBg ul{
	width:2000%;
    list-style: none;
    animation: imgMove 20s linear infinite;

}
#four_flash .flashBg ul.mobile{
	width:2000%;
	height:280px; 
	position:absolute;
	top:15; 
	left:0;
	
	}
#four_flash .flashBg ul.mobile li{
	float:left;
	width:278px;
	height:320px;
	margin-left:26px;
	color:#6f7b87;	
	}
 .flash_m img{
      transition: all 0.6s 
	}
#four_flash .flashBg ul.mobile li img:hover{
   transform: scale(1.1); 
	}
	
#four_flash .flashBg ul.mobile li img{
	width:278px;
	height:245px;
	display:block; 
	margin:0 auto;
	border: none;
}
#four_flash .flashBg ul.mobile li dd{
    font-size: 15px;
    width: 278px;
    line-height: 45px;
    text-align: center;
	}
#four_flash .flashBg ul.mobile li p{
	font-size:14px; 
	text-align:center;
	width:250px; 
	line-height:24px;
    height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
	}
#four_flash .but_left{
	width:50px;
	height:100px;
	position:absolute;
	top: 55px;
    left: -73px;
}
#four_flash .but_right{
	width:50px;
	height:100px; 
	position:absolute;
    top: 55px;
    right: -84px;
	
	}
#four_flash .but_left:hover{

	border: 1px solid #E58212;
}
#four_flash .but_right:hover{
   border: 1px solid #E58212;
}
.flash_m{
	width: 280px;
	height: 250px;
	overflow: hidden;
}

@keyframes imgMove {
	from {
	transform: translateX(0px);
	}
	to {
	transform: translateX(-550px);
	}
 }
 #four_flash .flashBg ul.mobile li:hover{
        color: #fff;
        animation-play-state:paused;
	}
 #four_flash .flashBg ul:hover{
 	  animation-play-state:paused;
 }
#four_flash .flashBg ul.mobile li:hover  .flash_m { background:#fff ;}

.pr{
    height: 46px;
    line-height: 35px;
    color: #211c61;
    border-bottom: 1px solid#0064d4;
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
}
.pr span {
    height: 18px;
    float: right;
    color: #211c61;
    padding-left: 10px;
    padding-top: 14px;
    line-height: 14px;
    padding-right: 10px;
}
.pr h3 {
    height: 42px;
    float: left;
    font-size: 26px;
    border-bottom: 8px solid #0064d4;
    color: #040404;
}