@charset "utf-8";


.hd{
	padding-top:20px;
	width:1200px;
	margin:0 auto;
}
/*中考普高率只有56.52%*/

.cxg1_box{
	background-color: #fff;
	overflow: hidden;
}
.comm-title h2{
	margin-top:40px;
	color: #316bcf;
    font-size: 36px;
    font-weight: bold;
}
.comm-title p{
    color: #666666;
    font-size: 20px; }

.tableBox{
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d6d6d6;
	margin-top: 40px;
	padding-bottom: 200px;
}

.tableBox tr th{
	background-color: #316bcf;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.tableBox tr td{
	border: 1px solid #d6d6d6;
	color: #333333;
	font-size: 20px;
}

.tableBox tr:nth-child(1),.tableBox tr:nth-child(3),.tableBox tr:nth-child(5){
	background-color: #a4c5ff;
}

.tableBox tr:nth-child(2),.tableBox tr:nth-child(4){
	background-color: #8bb6fe;
}

.call {
    width: 600px;
    line-height: 50px;
    border: 1px solid #316bcf;
    text-align: center;
    border-radius: 100px;
    margin: 20px auto;
    transition:all 0.6s;
}

.call>a{
	font-weight: bold;
    color: #316bcf;
    font-size: 24px;
    transition:all 0.6s;
}

.call:hover{
	background:#316bcf;


}
.call:hover a{
	color:#ffffff;

}

.call2{
	  background-color:#ff4e4e ;

}
.call2:hover{
	border:1px solid #ff4e4e;
}
.call2>a{
	 color: #ffffff;
}




/*示范高中一本升学率20%~90%*/

.cxg2_box{
	width: 100%;
	height: 640px;
	background-color: #316bcf;
	padding-top:40px;
}

.cxg2_box .comm-title>h2{
	margin-top:0px;
	color: #fff;
}
.cxg2_box .comm-title>p{
	color: #fff;
	margin-bottom:40px;
}

.cxg2_con{
	text-align: center;
}

.cxg2_box ul{
	width:1200px;
	margin:0 auto;
	height:400px;
}
.cxg2_box ul li{
	width:382px;
	float: left;

}
.cxg2_box ul li:nth-child(1){
	margin-left:94px
}
.cxg2_box ul li:nth-child(2){
	margin-right: 94px;
	float: right;
}
.cxg2_box ul li img{
	margin-bottom:20px;
	transition:all 0.6s;

	 cursor:pointer;
}
.cxg2_box ul li img:hover{

	transform:scale(1.05);
}

.cxg2_box ul li h3{
	font-size:34px;
	font-weight:900;
	color:#ffffff;
}
.cxg2_box ul li p{
	font-size:20px;
	font-weight:400;
	color:#ffffff;
}



/*什么样的孩子适合上普高冲刺班*/

.cxg3_box{
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 40px;
}
.cxg3_con{
	width:1200px;
	margin: 0 auto;
    position: relative;
    margin-top:40px;
}

.cxg3_con ul li{
	width:270px;
	height:350px;
	text-align:center;
	float: left;
	margin-left:20px;
	padding-top:20px;
}

.cxg3_con ul li:hover{
	border:1px solid #316bcf;
	border-radius:20px;

}
.cxg3_con ul li img{
	margin-bottom:20px;
}
.cxg3_con ul li h3{
	color:#316bcf;
	font-size:30px;
	margin-bottom:10px;
	font-weight:600;
}
.cxg3_con ul li p{
	font-size:24px;
	color:#171717;
}





/*状元教育坚持从重点中学挑选一线名师授课**/

.cxg4_box {
	overflow: hidden;
}
.cxg4_con{
	width: 1200px;
    margin: 40px auto;
    position: relative;
    text-align:center;
    height:300px;

}

.cxg4_con ul li{
	width:580px;
	border:2px dashed #316bcf;
	height:65px;
	border-radius:35px;
	float:left;
	margin-left:10px;
	margin-bottom:30px;
	line-height:65px;
	color:#316bcf;
	font-size:30px;
	text-align:center;
}



/*200+优质老师助孩子轻松备战中考*/

/* .cxg6_box{
	background-color: #fff;
	overflow: hidden;
}

.cxg6_box .titles {
    width: 20%;
    text-align: center;
    margin: .6rem auto;
}

.cxg6_box .titles li {
    float: left;
    width: 33%;
    color: #333;
}

.titles li span{
	font-size: 15px;
}

.cxg6_con li {
    width: 100% !important;
    margin-bottom: 30px;
}

.cxg6_info {
    background-color: #fa817f;
    line-height: 70px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 10px 10px #ffd2d1;
}

.cxg6_info>b {
    color: #f33430;
    font-size: 26px;
    font-weight: bold;
    margin: 0 80px;
}

.cxg6_info>span {
    font-size: 18px;
    margin: 0 80px;
}

.cxg6_con li:nth-child(2) .cxg6_info{
	background-color: #7480ff;
	box-shadow: 5px 10px 10px #c5caff;
}

.cxg6_con li:nth-child(2) .cxg6_info>b{
	color: #2331c3;
}

.cxg6_con li:nth-child(3) .cxg6_info{
	background-color: #4bc1d1;
	box-shadow: 5px 10px 10px #b9e6ed;
}

.cxg6_con li:nth-child(3) .cxg6_info>b{
	color: #006e7d;
}

.cxg6_con li:nth-child(4) .cxg6_info{
	background-color: #ebc01a;
	box-shadow: 5px 10px 10px #fdedad;
}

.cxg6_con li:nth-child(4) .cxg6_info>b{
	color: #836a05;
}

.cxg6_con li:nth-child(5) .cxg6_info{
	background-color: #89eca8;
	box-shadow: 5px 10px 10px #d7f9e2;
}

.cxg6_con li:nth-child(5) .cxg6_info>b{
	color: #0b9e39;
}

.cxg6_con li:nth-child(3) .cxg6_info>span,
.cxg6_con li:nth-child(4) .cxg6_info>span,
.cxg6_con li:nth-child(5) .cxg6_info>span{
	color: #000;
} */

/*用事实说话*/

.cxg5_box {
	background-color: #316bcf;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 40px;
}
.cxg5_box .comm-title>h2{
	margin-top:0px;
	color: #fff;
}
.cxg5_box .comm-title>p{
	color: #fff;
	margin-bottom:40px;
}

.swiper-container img{
	float:left;
	margin-left:180px;
}

.right{
	width:450px;
	margin-left:84px;
	margin-top:36px;
	float:left
}

.right h3{
	font-size:40px;
	color:#ffffff;
	font-weight:900;
	text-align:left;
	margin-bottom:20px;
}
.right h4{
	font-size:25px;
	color:#ffffff;
	font-weight:700;
	text-align:left;
	margin-bottom:20px;
}
.right p{
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:30px;
}
.call3 {
	background-color: #ff4e4e;
	width:240px;
	height:50px;
	text-align:center;
	line-height:50px;
}

.call3 a {
	color: #ffffff;
	font-size:20px;
}


/*优越的学习环境让学生更专注*/

.cxg7_box {
	overflow: hidden;
	padding-bottom: 440px;
}
.cxg7_con{
	width: 1200px;
    margin: 0 auto;
    position: relative;
    height:150px;
    margin-top:40px;

}

.cxg7_info li {
	float: left;
	width: 358px;
	height: 140px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	box-shadow: 3px 5px 10px #e4e4e4;
	margin-right: 60px;
}

.cxg7_info li:last-child {
	margin-right: 0;
}

.cxg7_info_left {
	padding: 30px 20px 0 45px;
}

.cxg7_info_right {
	padding: 45px 0;
}

.cxg7_info_right>h3 {
	color: #316bcf;
	font-size: 22px;
	font-weight: bold;
}

.cxg7_info_right>p {
	color: #316bcf;
	font-size: 18px;
	padding-top: 15px;
}

img {
	border: 0;
	vertical-align: top;
}

#mask {

	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lunbo {
	position: relative;
	/* z-index: 2; */
	height: 20px;
	margin-top: 180px;
	transform-style: preserve-3d;
	perspective: 700px;
}

#carousel img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
	border-radius: 8px;
	transition: transform 0.5s ease-in-out;
}

.btns {
	width: 620px;
	height: 60px;
	line-height: 60px;
	margin: 50px auto;
}

.btns li {
	width: 49%;
	float: left;
	text-align: center;
}

.btns li:first-child {
	background-color: #e71b27;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: 0 5px 5px #e0e0e0;
}

.btns li:first-child b {
	color: #fff;
	font-size: 26px;
}


/*.btns li:first-child:hover{
	background-color: transparent;
	border:1px solid #e71b27;
}

.btns li:first-child:hover b{
	color: #e71b27;
}*/

.btns li:last-child {
	border: 1px solid #e71b27;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	line-height: 58px;
}

.btns li:last-child b {
	color: #e71b27;
	font-size: 26px;
}

.btns li:last-child .iconfont {
	font-size: 26px;
	color: #e71b27;
}


/*.btns li:last-child:hover{
	background-color: #e71b27;
	border:none;
}

.btns li:last-child:hover b{
	color: #fff;
}

.btns li:last-child:hover .iconfont{
	color: #fff;
}*/


/*首页小球滚动效果*/


/* 创建动画，声明一个动画的关键帧 */

@keyframes myani {
	0% {
		margin-left: 1200px;
		transform: rotateZ(720deg);
	}
	100% {
		margin-left: 0px;
		transform: rotateZ(0deg);
	}
}

.roll li[id*='css'] {
	/* 调用创建的动画 */
	animation-name: myani;
	/* 设置动画时间 */
	animation-duration: 3s;
	/* 缓动,由快到慢 */
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.61, 1.32);
}

li[id=css2] {
	animation-delay: .3s;
}

li[id=css3] {
	animation-delay: .6s;
}

li[id=css4] {
	animation-delay: .9s;
}

li[id=css5] {
	animation-delay: 1.2s;
}

li[id=css6] {
	animation-delay: 1.5s;
}