@charset "utf-8";


.hd{
	padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
}
/*2020年中考时间规划轴，科学的规划高效提分*/
.cxg0_box{
	background-color: #fff;
}

.cxg0_box .comm-title h2 span {
    color: #e71b27;
}

.cxg0_con{
	padding-bottom: 40px;
}

/*中考迫在眉睫，孩子的分数有把握吗？*/
.cxg2_box{
	background-color: #feffef;
	overflow: hidden;
}


.cxg2_box .comm-title h2 span {
    color: #e71b27;
}
.cxg2_con{
	padding-top:30px;
}

.cxg2_1{
	height:520px;

}

.cxg2_1 .title{
	width:500px;
	height:80px;
	border-radius:40px;
	background-color:#e7433a;
	margin:0 auto;
	text-align:center;
}
.cxg2_1 .title h3{
	color:#ffffff;
	line-height:80px;
	font-size:40px;
	font-weight:650;
}

.cxg2_1 ul{
	margin-top:50px;
	transform-style: preserve-3d;
	height:400px;
}

.cxg2_1 ul li {
	width:340px;
	height:340px;
	float:left;
	margin-left:130px;
	text-align:center;
	transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1) 0s;
}

.cxg2_1 ul li:hover{
	transform: rotateY(-30deg);
}
.tip_txt{
	perspective: inherit;
    transform-style: preserve-3d;
    transform: translateY(0%) translateZ(60px) scale(0.94);
}


.cxg2_1 ul li:nth-child(1){
	background-image: url(../img/index/cxg2_1_bg.png);
	background-size: 100% 100%;
	margin-left:180px;
}
.cxg2_1 ul li:nth-child(2){
	background-image: url(../img/index/cxg2_1_bg2.png);
	background-size: 100% 100%;
}
.cxg2_1 ul li h4{
	margin-top:80px;
	font-size:35px;
	color:#ffffff;

	font-weight:550;
}

.cxg2_1 ul li hr{
	width:180px;
	margin:20px auto;
	height:4px;
	background-color:#ffffff;
}

.cxg2_1 ul li p{
	width:300px;
	font-size:30px;
	color:#ffffff;
	margin:0 auto;

}




.cxg2_2 .title{
	width:500px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

.cxg2_2 .title h3{
	color:#333333;
	line-height:80px;
	font-size:40px;
	font-weight:650;
}
.cxg2_2 .title h3 span{
	font-size:40px;
	color:#e7433a;
	  opacity: 1;
}

.cxg2_2_con{
	width:1200px;
	height:400px;
	margin:50px auto;
}
.cxg2_2 .cxg2_2_left{
	float:left;
	width:460px;
	height:384px;
}
.cxg2_2_right{
	float:left;
	width:700px;
	margin-left:40px;
	margin-top:30px;
}
.cxg2_2_right li{
	width:300px;
	float:left;
	margin-bottom:50px;
	margin-left:50px;

}
.cxg2_2_right li h4{
	color:#e7433a;
	font-size:35px;
	margin-bottom:10px;
	font-weight:550;
}

.cxg2_2_right li p{
	color:#333333;
	font-size:30px;

	font-weight:500;
}


.cxg2_3 .title{
	width:500px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

.cxg2_3 .title h3{
	color:#333333;
	line-height:80px;
	font-size:40px;
	font-weight:650;
}
.cxg2_3 .title h3 span{
	font-size:40px;
	color:#e7433a;
	 opacity: 1;
}


.cxg2_3 ul {
	width:1200px;
	height:300px;
	margin:50px auto;

}
.cxg2_3 ul li{
	width:239px;
	height:280px;
	float:left;
	margin-right:1px;
	text-align:center;
}

.cxg2_3 ul li h4{
	color:#ffffff;
	font-size:35px;
	margin:20px auto 10px;
	font-weight:550;
	text-align:center;
}

.cxg2_3 ul li img{
	width:24px;
	height:23px;
	margin:0 auto;
}
.cxg2_3 ul li p{

	font-size:28px;
	color:#ffffff;
	width:200px;
	margin:10px auto;
	text-align:left;
}
.cxg2_3 ul li:nth-child(1){
	background-image: url(../img/index/cxg2_3_bg1.png);
}
.cxg2_3 ul li:nth-child(2){
	background-image: url(../img/index/cxg2_3_bg2.png);
}
.cxg2_3 ul li:nth-child(3){
	background-image: url(../img/index/cxg2_3_bg3.png);
}
.cxg2_3 ul li:nth-child(4){
	background-image: url(../img/index/cxg2_3_bg4.png);
}
.cxg2_3 ul li:nth-child(5){
	background-image: url(../img/index/cxg2_3_bg5.png);
}















/*一对一、班课、小组课任你选择*/

.cxg1_box {
	width: 100%;
	height: 770px;
	overflow: hidden;

	background: url(../img/index/cxg1_boxBg.jpg) no-repeat;
}

.cxg1_box .comm-title h2{
    color: #fff;
}

.cxg1_box .comm-title h2 span {
    color: #e71b27;
}

.line {
	width: 40%;
	height: 1px;
	background-color: #d9d9d9;
	border: none;
	margin: 10px auto;
}

.cxg1_con {
	overflow: hidden;
	margin-top: 60px;
}

.cxg1_con li {
	float: left;
	width: 368px;
	height: 539px;
	margin-right: 48px;
}

.cxg1_con li:last-child {
	margin-right: 0;
}

.cxg1_con li .onebox {
	width: 100%;
	height: 539px;
	background: url(../img/index/cxg1_conBg1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.cxg1_con li .twobox {
	width: 100%;
	height: 539px;
	background: url(../img/index/cxg1_conBg2.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.cxg1_con li .threebox {
	width: 100%;
	height: 539px;
	background: url(../img/index/cxg1_conBg3.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.cxg1_con li hgroup {
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding-top: 254px;
}

.cxg1_con li hgroup h2 {
	font-size: 22px;
	color: #4d4d4d;
	font-weight: bold;
}

.cxg1_con li hgroup p {
	font-size: 16px;
	color: #666;
	width: 90%;
	margin: 20px auto;
	line-height: 30px;
}

.audition {
	display: inline-block;
	width: 170px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #e71b27;
	border: 1px solid #e71b27;
	border-radius: 10px;
	position: absolute;
	bottom: 35px;
	left: 102px;
}

.audition:hover {
	background-color: #f70000;
	color: #fff;
	border: none;
}

.call {
	display: block;
	text-align: center;
	width: 450px;
	line-height: 60px;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	box-shadow: 0px 5px 10px #ebebeb;
	margin: 60px auto;
}

.call b a {
	font-size: 26px;
	color: #666;
}

.call .iconfont {
	color: #666;
	font-size: 33px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.call:hover {
	background-color: #f70000;
	border: none;
	box-shadow: 0px 5px 10px #d6d0d0;
}

.call:hover b a {
	color: #fff;
}

.call:hover .iconfont {
	color: #fff;
}

/*报课即可享受双重福利*/
.cxg8_box{
	padding-bottom: 100px;
	padding-top: 0;
}

.cxg8_box .comm-title h2 span {
    color: #e71b27;
}

.cxg8_con li{
	float: left;
	width: 50%;
	text-align: center;
}

/*状元个性化教学体系，助你扫除 中考障碍*/

.cxg3_box {
	background-color: #f2f2f2;
	overflow: hidden;
	padding-bottom: 50px;
}

.cxg3_box .comm-title h2 span{
	color: #e71b27;
}

.cxg3_con {
	width: 1200px;
	margin: 0 auto;
}

.cxg3_con li {
	float: left;
	width: 574px;
	height: 190px;
	background-color: #fff;
	margin-right: 48px;
	box-shadow: 5px 10px 10px #efeeea;
}

.cxg3_con li:nth-child(2n+2){
	margin-right: 0;
}

.cxg3_con li:nth-child(1),
.cxg3_con li:nth-child(2){
	border-right: 2px solid #ffcc00;
}

.cxg3_con li:nth-child(3){
	margin-top: 26px;
	border-right: 2px solid #ff5a00;
}

.cxg3_con li:nth-child(4){
	margin-top: 26px;
	border-right: 2px solid #e71b27;
}

.cxg3_info_left{
	margin: 60px 0 0 30px;
	width: 120px;
}

.cxg3_info_right{
	margin-top: 30px;
	width: 400px;
}

.cxg3_info_right b{
	color: #333;
	font-size: 22px;
	border-bottom: 2px solid #ffcc00;
	padding-bottom: 10px;
	widt
}

.cxg3_info_right p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.cxg3_box .call3{
	width: 590px;
	background-color: #f70000;
	box-shadow: 10px 10px 10px #fed1d1;
}

.cxg3_box .call3 b a{
	color: #fff;
}

/*状元教育坚持从重点中学挑选一线名师授课**/
.cxg4_box{
	overflow: hidden;
	background-color: #3a3a3a;
}

.cxg4_box .comm-title h2{
	color: #ee0808;
}

.cxg4_box .comm-title h2 span{
	color: #fff;
}

.tab_detail li {
    float: left;
    width: 373px;
    height: 585px;
    background: #f1f1f1;
    margin-right: 40px;
}

.tab_detail li:last-child{
	margin-right: 0;
}

.tab_info {
    width: 373px;
    height: 585px;
}

.tab_img {
    height: 380px;
    margin: 0;
    border-radius: 0 0 180% 180%/0 0 40% 40%;
    overflow: hidden;
}

.tab_img img {
    display: block;
    width: 100%;
    height: 385px;
}

.tab_text {
    background: #f2f2f2;
    overflow: hidden;
    height: 230px;
    padding: 0 30px;
}

.tab_text h3 {
    text-align: center;
    color: #e71c29;
    font-size: 24px;
    padding-top: 24px;
}

.tab_text h4 {
    text-align: center;
    color: #f33237;
    font-size: 16px;
    font-weight: normal;
    padding-top: 24px;
}

.line3 {
    width: 85px;
    height: 3px;
    background: #e61c29;
    border: none;
    margin: 5px auto;
    margin-bottom: 5px;
}

.tab_text p {
    color: #666;
    font-size: 16px;
    height: 84px;
    overflow: hidden;
}

.cxg4_box .btns{
 	margin: 120px auto;;
}

.cxg4_box .btns li:first-child{
	box-shadow: none;
}

.cxg4_box .call4{
	background-color: #fff;
	box-shadow: none;
}

.cxg4_box .call4 b a{
	color: #e71b27;
}

/*用事实说话*/
.cxg5_box{
	background-color: #f2f2f2;
	overflow: hidden;
	padding-bottom: 50px;
}

.cxg5_box .comm-title h2{
	border-bottom: 2px solid #e82c37;
	width: 213px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.cxg5_box .comm-title p{
	color: #666;
	font-size: 18px;
	margin-top: 16px;
}

.call2{
	border: 1px solid #e71b27;
}

.call2 b a{
	color: #e71b27;
}

/*优越的学习环境让学生更专注*/

.cxg7_box {
	overflow: hidden;
	padding-bottom: 260px;
}

.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: #e82833;
	font-size: 22px;
	font-weight: bold;
}

.cxg7_info_right>p {
	color: #333;
	font-size: 18px;
	padding-top: 15px;
}

img {
	border: 0;
	vertical-align: top;
}

#mask {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#carousel {
	position: relative;
	z-index: 2;
	height: 20px;
	margin-top: 370px;
	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;}




