body{
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}	
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.banner{
	background: url(../img/banner.png) no-repeat center;
	height: 600px;
}
/* 教学模式 */
.ms{
	margin-top: 70px;
}
.ms .title{
	width: 336px;
	margin: 0 auto;
}
.ms .con{
	position: relative;
}
.ms .con .pic{
	width: 348px;
	margin: 0 auto;
	margin-top: 63px;
	position: relative;
	top: 75px;
}
.ms .con ul{
	position: absolute;
	top: 0;
	width: 100%;
}
.ms .con li{
	position: absolute;
	width: 196px;
	background: url(../img/ms_yuan.png) no-repeat center;
	height: 199px;
	text-align: center;
	transform: translateY(-2px);
}
.ms .con li h4{
	font-size: 18px;
	margin-top: 38px;
	color: #333;
}
.ms .con li p{
	width: 147px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
}
.ms .con li.one{
	left: 260px;
	top: 10px;
	animation: dong1 3s infinite ease;
}
.ms .con li.two{
	right: 310px;
	top: -20px;
	animation: dong1 2s infinite ease-in;
}
.ms .con li.three{
	left: 200px;
	top: 270px;
	animation: dong1 2.5s infinite ease-in-out;
}
.ms .con li.four{
	right: 200px;
	top: 240px;
	animation: dong1 4s infinite ease-out;
}
.ms .con li.five{
	left: 520px;
	top: 425px;
	animation: dong1 3.6s infinite linear;
}
@keyframes dong1{
	from{
		transform: translateY(-2px);
	}
	50%{
		transform: translateY(2px);
	}
	to{
		transform: translateY(-2px);
	}
}
.ms .btn{
	background: url(../img/red.png) repeat-x;
	color: #fff;
	width: 200px;
	height: 48px;
	border-radius: 43px;
	text-align: center;
	line-height: 48px;
	font-size: 21px;
	margin: 0 auto;
	margin-top: 320px;
	cursor: pointer;
	transition: all .3s;
}
.ms .btn:hover{
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}

/* 红色教育基地 */
.jd{
	background: #F6F6F6;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 70px;
}
.jd .title{
	width: 336px;
	margin: 0 auto;
	margin-top: 70px;
}
.jd ul{
	margin-top: 50px;
}
.jd li{
	float: left;
	position: relative;
	margin-left: 3px;
}
.jd li.first{
	margin-left: 0;
}
.jd li .btn{
	position: absolute;
	border: 1px solid #B2000A;
	color: #B2000A;
	text-align: center;
	cursor: pointer;
	width: 117px;
	height: 31px;
	line-height: 31px;
	border-radius: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 30px;
	transition: all .3s;
	font-size: 16px
}
.jd li .btn:hover{
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
/* 教育意义 */
.jy{
	height: 783px;
	background: url(../img/jy.png) no-repeat center;
}
.jy .con{
	position: relative;
	height: 100%;
}
.jy .con .btn{
	position: absolute;
	bottom: 200px;
	right: 200px;
	width: 110px;
	cursor: pointer;
}
.jy .con .btn img{
	left: 0;
	top: 0;
	position: absolute;
	width: 1005;
}
.jy .con .btn:active{
	transform: translateY(3px) translateX(2px);
}
.jy .con .btn:active .act{
	display: none;
}
/* 教育作用 */
.zy{
	background: url(../img/zy_bg.png) no-repeat center;
	height: 730px;
	overflow: hidden;
}
.zy .title{
	width: 491px;
	margin: 0 auto;
	margin-top: 70px;
}
.zy ul{
	padding-top: 86px;
}
.zy ul li{
	float: left;
	margin-left: 36px;
}
.zy ul li.first{
	margin-left: 0;
}
/* 专题课程 */
.zt{
	margin-top: 70px;
}
.zt .title{
	width: 336px;
	margin: 0 auto;
}
.zt ul{
	margin-top: 67px;
}
.zt ul li{
	width: 1113px;
	position: relative;
	margin-bottom: 20px;
}
.zt ul li.right{
	margin-left: 87px;
}
.zt ul li .btn{
	background: url(../img/red.png) repeat-x;
	color: #fff;
	text-align: center;
	width: 129px;
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	border-radius: 26px;
	position: absolute;
	bottom: 50px;
	transition: all .3s;
}
.zt ul li .btn1{
	left: 355px;
}
.zt ul li .btn.btn2{
	left: 54px;
}
.zt ul li .btn:hover{
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
/* 联系我们 */
.aboutUs{
	background: url(../img/us_bg.png) no-repeat center;
	overflow: hidden;
	height: 337px;
	margin-top: 50px;
}
.aboutUs .title{
	width: 336px;
	margin: 0 auto;
	margin-top: 70px;
}
.aboutUs .con{
	margin-top: 36px;
}
.aboutUs .con .tr{
	float: left;
	margin-left: 85px;
}
.aboutUs .con .tr.first{
	margin-left: 0;
}
.aboutUs .con .tr span{
	color: #333;
	font-size: 21px;
	font-weight: bold;
}
.aboutUs .con .tr input{
	width: 240px;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-radius: 10px;
}
.aboutUs .toBtn{
	background: url(../img/red.png) repeat-x;
	color: #fff;
	width: 200px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	text-align: center;
	margin-top: 12px;
	font-size: 21px;
	border-radius: 43px;
	transition: all .3s;
}
.aboutUs .toBtn:hover{
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.aboutUs .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 125px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.aboutUs .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.aboutUs .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.aboutUs .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutUs .shard_shuoming .icon img.active{
	display: block;
}
.aboutUs .shard_shuoming .font{
	float: right;
}
::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.2);-webkit-border-radius:6px}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:hsla(0,0%,49%,.7);-webkit-border-radius:6px}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:hsla(0,0%,49%,.7);-webkit-border-radius:6px}

/*弹窗部分*/
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
.changeShard .shardBox{
	width: 450px;
	height: 436px;
	position: absolute;
    top: 176.5px;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
	transform: scale(0);
	transition: all .3s;
}
.changeShard .shardBox .title{
    /* background: #b90602; */
	background: url(../img/red.png) repeat-x center;
	background-size: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    padding: 0 12px;
	transition: all .5s;
	text-align: center;
}
.changeShard .shardBox .title:hover{
	/* background: #f42424; */
}
.i_close{
	float: right;
	color: #fff;
	font-size: 14px;
	margin-top: -1px;
	cursor: pointer;
	transition: all 0.3s;
}
.i_close:hover{
	transform: scale(1.2) rotate(180deg);
}
.changeShard .shardBox .content{
	background: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
	padding-top: 40px;
}
.changeShard .shardBox .content .info{
	width: 370px;
	margin: 35px auto;
}
.changeShard .shardBox .content .info span{
	color: #777;
	display: inline-block;
	width: 75px;
	text-align: right;
	font-size: 16px
}
.changeShard .shardBox .content .info span em{
	margin-left: 31px;
}
.changeShard .shardBox .content .info span i{
	margin: 0 7px;
}
.changeShard .shardBox .content .info input{
    line-height: 45px;
    height: 45px;
    width: 260px;
    border: 1px solid #ddd;
    padding-left: 12px;
    margin-left: 12px;
    transition: all 0.3s;
	font-size: 16px;
}
.changeShard .shardBox .content .info input:focus{
	border-color: #B61B25;
    box-shadow: 0 3px 10px rgba(107,150,255,.1);
}
.changeShard .shardBox .content .info input::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

.changeShard .shardBox .content .info input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

.changeShard .shardBox .content .info input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.toGet{
	color: #fff;
	background: #b90602;
	background: url(../img/red.png) repeat-x center;
	cursor: pointer;
	width: 210px;
	margin: 30px auto 30px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	transition: all .5s;
}
.toGet:hover{
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.changeShard .shardBox .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.changeShard .shardBox .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.changeShard .shardBox .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.changeShard .shardBox .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.changeShard .shardBox .shard_shuoming .icon img.active{
	display: block;
}
.changeShard .shardBox .shard_shuoming .font{
	float: right;
	width: 220px;
}