@import url('../font/iconfont.css');
html{
	min-width: 1200px;
}
a{
	color:#ffffff;
	text-align: center;
}
body{
	width: 1200px;
	margin: 0 auto 0 !important;
}
.head{
	height: 85px;
	background-color: #f17116;
}
.head .line{
	width: 1px;
	height: 33px;
	border-right: 1px solid #ffffff;
	opacity: 0.52;
	margin-left: 10px;
	margin-top: 8px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.head_content{
	height: 85px;
	padding-top: 17px;
}
.post{
	margin-left: 10px;
	margin-top: 9px;
}
.menu{
	width: 663px;
}
.menu li{
	float: left;
	position: relative;
	bottom: 29px;
	height: 80px;
	cursor: pointer;
}
.menu .l1{
	width: 28px;
}
.menu .l2{
	width: 65px;
}
.menu .line{
	height: 5px;
	background-color: #ffcd00;
	border-radius: 3px;
	position: absolute;
	top: 65px;
	left: -5px;
	opacity: 1;
	transition: 0.3s;
	transform: scale(0);
}
.headFont{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 108px;
	letter-spacing: 1px;
	color: #ffffff;
}
.login{
	position: relative;
	bottom: 29px;
}
.p1{
	background: url(https://www.kyzs.com/360mbazt/img/banner4.jpg) no-repeat;
	background-size: cover;
	/* background-position: center top; */
	background-position: center 0px;
	width: 100%;
	padding-top: 340px;
	margin-top: 30px;
}
.p1 .p1_btn{
	width: 366px;
	height: 77px;
	display: block;
	background-color: #ff6e00;
	border-radius: 39px;
	border: 0;
	font-family: MicrosoftYaHei;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 6px;
	color: #ffffff;
	display: none;
	margin-left: -14px;
	transition: all 0.3s linear;
	padding-top: 15px;
}
.p1 .p1_btn:hover{
	transform: translatey(-10px);
}
.cross{
	width: 100%;
	height: 49px;
	background-color: #ffffff;
	opacity: 0.32;
	margin-top: -49px;
}
.p2{
	width: 100%;
	height: 200px;
	background-color: #fafafa;
	padding-top: 14px;
}
.p2 .p2_btn{
	width: 150px;
	height: 41px;
	background-image: linear-gradient(0deg, 
		#ffbc7c 0%, 
		#ff953e 9%, 
		#ff6e00 100%), 
	linear-gradient(
		#cc3b01, 
		#cc3b01);
	background-blend-mode: normal, 
		normal;
	border-radius: 20px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #ffffff;
	transition: all 0s linear;
}
.p2 .p2_btn:hover{
	background: #ffbc7c;
}
.p2 .p2_btn:active.p2_btn {
  background-image: linear-gradient(0deg,
  	#ffbc7c 0%, 
  	#ff953e 72%, 
  	#ff6e00 100%), 
  linear-gradient(
  	#cc3b01, 
  	#cc3b01);
}

.form{
	width: 1200px;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 2px 11px 2px rgba(6, 6, 6, 0.06);
	border-radius: 6px;
	margin-top: 13px;
	padding: 20px 17px 14px 14px;
	position: relative;
}
.formBox input {
	width: 240px;
	height: 44px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 0 19px;
	border-radius: 5px;
}
.check{
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #929292;
}
.check a{
	color: #ff6e00;
}
/* .check input{
	width: 12px;
	height: 12px;
	-webkit-appearance: checkbox;
	margin-right: 5px;
	margin-top: 4px;
} */
   input[type=checkbox] {
        cursor: pointer;
        position: relative;
    }

    input[type=checkbox]::after {
        position: absolute;
        top: 3px;
		left: -20px;
        background-color: #fff;
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    input[type=checkbox]:checked::after {
        content: "";
        background-color: #ff6e00;
        border-color: #ff6e00;
        background-color: #ff6e00;
    }

    input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 4px;
        left: -16px;
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }
.education{
	border: solid 1px #eeeeee;
	padding: 0 19px;
	border-radius: 5px;
}
.form select{
	width: 220px;
	height: 42px;
	border: none;
	border-radius: 5px;
}
.form img{
	width: 123px;
	height: 41px;
}
.form input::-webkit-input-placeholder,
.select_placeholder{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #707070;
	opacity: 0.48;
}
.select_text, .form input{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
}
#education{
	-webkit-appearance: button;
}
.p3{
	width: 1200px;
	height: 554px;
	background: url(../img/p3.png) no-repeat;
	background-position: 0px 0px !important;
	background-size: cover;
	margin: 50px auto 70px auto;
	position: relative;
	right: 20px;
}
.p3 .title{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	top: 18px;
	left: 270px;
}
.p3 .cont h2{
	font-family: MicrosoftYaHei-Bold;
	font-size: 44px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 2px;
	color: #000000;
	position: absolute;
	top: 22px;
	right:228px
}
.p3 .cont h2:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 5;
	width: 52px;
	height: 4px;
	background: #ff6e00;
	border-radius: 2px;
}
.p3 .cont span{
	color: #ff6e00;
}
.p3 .cont p{
	width: 516px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	position: absolute;
	top: 118px;
	right:4px
}
.p3 .tagBox{
    width: 501px;
    height: 163px;
    position: absolute;
    bottom: 30px;
    right: -89px;
}
.p3 .tagBox .tion{
	display: flex;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
.p3 .tagBox .tion p{
	padding-left: 30px;
}
.iconBox{
	width: 588px;
	height: 380px;
	flex-wrap: wrap;
	position: absolute;
	top: 82px;
	left: 60px;
}
.iconBox div{
	width: 125px;
	height: 111px;
	margin: 11px;
	cursor: pointer;
	background-color: #fff6f6;
	border-radius: 10px;
	padding: 15px 30px 0 34px;
}
.iconBox div img{
	margin-bottom: 10px;
}
.iconBox div span{
	color: #000000;
}
.p2 .title,.p4 .title, .p5 .title, .p6 .title, .p7 .title, .p8 .title{
	width: 185px;
	height: 43px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 44px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #000000;
	margin: 0 auto 95px auto;
}
.p2 h2 span,.p4 h2 span, .p5 h2 span, .p6 h2 span, .p7 h2 span, .p8 h2 span{
	color: #ff6e00;
}
.p4 .line, .p5 .line, .p6 .line, .p7 .line, .p8 .line{
	width: 52px;
	height: 4px;
	background-color: #ff6e00;
	border-radius: 2px;
	margin: 20px auto 0 auto;
}
.p2 .title{
	width: 210px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	margin:0;
	color: #f96203;
}
.p2 .title span{
	border-left: 1px solid #f96203;
	margin-right: 15px;
}
.p4 .cont{
	width: 1200px;
	height: 375px;
	background: url(../img/p4.png) no-repeat;
	background-position: 0px 0px !important;
	background-size: cover;
	position: relative;
}
.p4 .cont .c_top{
	height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #434343;
	position: absolute;
	top: -45px;
	left: 15px;
}
.p4 .cont .c_top:before{
	content: " ";
	width: 4px;
	height: 20px;
	background-image: linear-gradient(0deg, 
		#ffbc7c 0%, 
		#ff953e 72%, 
		#ff6e00 100%), 
	linear-gradient(
		#ff6e00, 
		#ff6e00);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	position: absolute;
	left: -15px;
	top: 9px;
}
.p4 .cBox{
width: 856px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 177px;
    left: 90px;
}
.p4 .cBox .cc h2{
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #ff6e00;
	margin-bottom: 3px;
	text-align: center;
}
.p4 .cBox .cc p{
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #313131;
}
.p4 .cBox .cc span{
	font-size: 18px;
	color: #ff6e00;
}
.p4 .cont .c_5{
	width: 134px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #313131;
	position: absolute;
	right: 65px;
	bottom: 175px;
}
.p5{
	margin-top: 60px;
	height: 698px;
	background-color: #fafafa;
	padding-top: 60px;
	position: relative;
}
.p5 .cont{
	width: 1400px;
	height: 535px;
	background: url(../img/p5.png) no-repeat;
	background-position: 0px 0px !important;
	background-size: cover;
}
.p5 .cont .contBox{
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding-top: 40px;
}
.p5 .cont h2{
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 2px;
	color: #ff6e00;
}
.p5 .cont h3{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #ff6e00;
	margin-top:21px;
}
.p5 .cont p{
	font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 1px;
    color: #313131;
    margin-top: 5px;
}
.p5 .cont .mid{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top: 126px;
    left: 552px;
    text-align: center;
}
.p5 .content img{
	width: 316px;
	height: 59px;
	position: absolute;
	bottom: 51px;
	left: 50%; 
	transform: translateX(-50%); 
}
.p5_btn {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 58px;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	bottom: -75px;
	left: 452px;
	z-index: 5;
	width: 316px;
	height: 59px;
	background-image: linear-gradient(0deg, 
		#ffbc7c 0%, 
		#ff953e 9%, 
		#ff6e00 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 29px;
	transition: all 0.25s linear;
}
.p5_btn:hover{
	transform: translatey(-10px);
}
.p6{
	padding:60px 0 48px 0;
	margin-bottom: 15px;
}
.p6_box{
width: 400px;
    height: 368px;
    position: relative;
    margin-top: 13px;
    background-position: -29px 0px !important;
    background-size: cover;
    float: left;
}
.p6_box h2{
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #ff6e00;
	position: absolute;
	left: 215px;
	top: 56px;
}
.p6_box p{
	width: 318px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #313131;
	position: absolute;
	left: 55px;
	bottom: 124px;
}
.p6_box .btn{
	width: 272px;
	height: 42px;
	background: url(../img/btn1.png) no-repeat;
	background-position: 0px 0px !important;
	background-size: cover;
	position: absolute;
	bottom: 70px;
	left: 71px;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	transition: all 0.25s linear;
}
.p6_box .btn:hover{
	transform: translatey(-8px);
}
.p7{
	/* margin-bottom: 88px; */
	padding: 72px 30px 0 0  ;
	overflow: hidden;
	max-width: 1980px;
}
.p7 .wrap{
    width: 1200px;
    margin:0 auto;
}
.p7 .title p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #313131;
	text-align: center;
}
/* swiper */
.s-next,.s-prev{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background:url(../img/ctrl.png) no-repeat;
}
.s-next{
    right: -70px;
    background-position: -44px 0;
}
.s-prev{
    left: -70px;
}
.s-next:hover{
    background-position: -44px  -44px;
}
.s-prev:hover{
    background-position: 0  -44px;
}
.swiper-teach{
    position: relative;
}
.swiper-teach .swiper-slide{
    position: relative;
}
.swiper-teach .swiper-container{
    padding: 10px;
}
.swiper-teach .box{
    border:1px solid #EDEFF3;
    background:#fff;
    height:386px;
    text-align: center;
}
.swiper-teach .cover{
    width: 100%
}
.swiper-teach .layer{
    display: none;
    position: absolute;
    top:0;left: 0;
    right:0;
    bottom: 0;
    background: #fff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.15);
    padding: 15px 0;
}
.swiper-teach .info{
    margin:15px 24px 20px ;
    border-bottom: 1px solid #EDEFF3;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.swiper-teach .logo{
    margin-right: 10px;
    height: 46px;
    float:left;
    width: 92px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.swiper-teach h3{
    font-size: 18px;
    color:#1A1A1A;
    line-height: 25px;
    margin:0 0 2px;
    font-weight: bold;
}
.swiper-teach p,.swiper-teach li{
    font-size: 14px;
    color:#1A1A1A;
    line-height: 22px;
}
.swiper-teach li{
    padding-left: 30px;
    position: relative;
    margin-top: 10px;
}
.swiper-teach li::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    background: url(../img/icon2.png) no-repeat;
}
.swiper-teach p span{
    margin-right: 10px;
}
.swiper-teach p span:last-child{
    margin-right: 0;
}
.teach1 .swiper-slide .layer ul{
	margin-top: -20px;
	height: 220px !important;
}
.swiper-teach .layer ul{
    padding: 20px ;
    border-bottom: 1px solid #EDEFF3;
    margin:0 24px 14px;
    height: 160px;
}
.swiper-teach .layer> p{
    text-align: center;
}
.swiper-teach .layer p span{
    color:#e62e2d;
}
.swiper-teach .swiper-slide:hover .layer{
    display: block;
}
.p8{
	margin-top: 80px;
}
.p8 .cont{
	width: 1200px;
	height: 375px;
	background: url(../img/p8content.png) no-repeat;
	background-position: 0px 0px !important;
	background-size: cover;
	margin-top: 33px;
	position: relative;
}
.p8 .cont .cc:first-child{
    position: absolute;
    top: 43px;
    left: 79px;
}
.p8 .cont .cc:last-child{
	position: absolute;
	top: 184px;
	left: 85px;
}
.p8 .cont .cc{
	font-family: MicrosoftYaHei;
	letter-spacing: 1px;
	line-height: 36px;
}
.p8 .cont .cc h2{
	font-size: 24px;
	font-weight: 600;
	color: #ff6e00;
}
.p8 .cont .cc h2 span{
	color: #ffffff;
	margin-right: 23px;
}
.p8 .cont .cc p{
    width: 1082px;
    font-size: 16px;
    color: #000000;
    padding: 14px 0px;
}
.p8 .cardBox{
	width: 1200px !important;
	height: 287px;
	margin-top: -15px;
	margin-bottom: 53px;
}
.p8 .cardBox img{
	margin: 14px 10px;
	cursor: pointer;
}
.p8 .cardBox .bb{
	border-radius: 10px;
	margin: 14px 10px;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	color: #ffffff;
	transition: all 0.3s linear;
}
.p8 .cardBox .bb:hover{
	transform: translatey(-10px);
}
.p8 .cardBox .b1_1{
	width:184px; 
	height:82px; 
	background: #f7bfb2;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 20px 0 0 10px;
}
.p8 .cardBox .b1_2{
	width:184px; 
	height: 171px;
	background: #f6ac8f;
	font-size: 26px;
	letter-spacing: 1px;
	padding: 30px 20px 33px 29px
}
.p8 .cardBox .b2_1{
	width: 184px;
	height: 187px;
	background-color: #eb8e7f;
	font-size: 26px;
	letter-spacing: 1px;
	padding: 33px 22px 52px 28px
}
.p8 .cardBox .b2_2{
	width: 184px;
	height: 69px;
	background-color: #f9c794;
	font-size: 20px;
	letter-spacing: 0px;
	padding:17px 8px;
}
.p8 .cardBox .b3_1{
	width: 370px;
		height: 81px;
		background-color: #f09358;
		font-size: 24px;
		letter-spacing: 0px;
		padding: 20px;
}
.p8 .cardBox .b3_2{
	width: 370px;
		height: 82px;
		background-color: #e8554b;
		font-size: 24px;
		letter-spacing: 0px;
		padding: 20px;
}
.p8 .cardBox .b3_3{
	width: 370px;
		height: 81px;
		background-color: #ff6e00;
		font-size: 24px;
		letter-spacing: 0px;
		padding: 20px;
}
.p8 .cardBox .b4_1{
	width: 198px;
		height: 82px;
		background-color: #f1a59c;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 21px 6px;
}
.p8 .cardBox .b4_2{
	width: 198px;
		height: 73px;
		background-color: #f6ac8f;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 5px 6px;
		line-height: 70px;
}
.p8 .cardBox .b4_3{
width: 179px;
    height: 171px;
    background-color: #f6ac8f;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 30px 17px;
}
.p8 .cardBox .b4_4{
	width: 400px;
		height: 81px;
		background-color: #ef6f6e;
		margin-top: 6px;
		font-size: 20px;
		letter-spacing: 0;
		padding: 20px 28px;
}
.p9{

	height: 556px;
	padding: 39px 0 84px 0;
}
.p9 .hot1,.p9 .hot2,.p9 .hot3{
	position: relative;
	height: 434px;
}
.p9 .ht{
	width: 380px;
	border-bottom: 1px solid #ff6e00;
}
.p9 .ht h2{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #ff6e00;
	position: relative;
}
.p9 .ht h2:before{
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	bottom: 10px;
	z-index: 5;
	width: 5px;
	height: 24px;
	background: #ff6e00;
	border-radius: 2px;
}
.p9 .more{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #777079;
	position: absolute;
	right: 23px;
	top: 5px;
	cursor: pointer;
}
.p9 .more span{
	color: #ff6e00;
	margin-left: 6px;
}
.p9 .hotBox{
	width: 410px;
	flex-wrap: wrap;
	/* margin-left: 8px; */
	margin-top: 10px;
	/* padding-right: 10px; */
}
.p9 .hotBox2{
	width: 380px;
	height: 372px;
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(149, 0, 0, 0.11);
	border-radius: 3px;
	margin-top: 16px;
	transition: all 1s linear;
}
.p9 .hotBox2 li{
	padding: 0 20px;
}
.p9 .hotBox2 li:first-child{
	padding: 2px 20px;
}
.p9 .hotBox2 a:hover{
	color: #f86736;
}
.p9 .hotBox2 li:hover{
	background: #fafafa;
	/* border: 1px solid #fff6f6; */
}
.p9 .hotBox .hb{
	width: 191px;
	height: 65px;
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(149, 0, 0, 0.11);
	border-radius: 3px;
	margin: 6px 9px;
	padding: 12px 9px;
	display: flex;
	justify-content: start;
	cursor: pointer;
}
.p9 #a,.p9 #c,.p9 #e,.p9 #g,.p9 #i{
	margin-left: 0;
}
.p9 .hotBox .hb img{
	width: 42px;
	height: 42px;
}
.p9 .hotBox .hb p{
	padding: 10px 15px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #777079;
}
.p9 .hotBox2 li a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 40px;
	color: #777079;
}
.p9 .hotBox2 li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ff6e00;;
    border-radius: 50%;
    margin-right:10px;
	margin-bottom: 4px;
}
.p9 .hotBox2 li img{
	width: 42px;
	height: 40px;
	margin-right: 10px;
}
.p9 .hotBox2 li:first-child{
	display: flex;
}
.p9 .hotBox2 li:first-child:before{
	display: none;
}
.p9_btn{
	height: 161px;
	background-color: #fff6f6;
}
.p9_btn  a > i {
	display: inline-block; 
	opacity: 0; 
	-webkit-transform: translate3d(0, -10px, 0); 
	transform: translate3d(0, -10px, 0); 
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s; 
	transition: transform 0.3s, opacity 0.3s; 
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
	font-style: normal; 
	width: 15px;
}
.p9_btn  a:first-child > i {
	color: #FFFFFF;
}
.p9_btn  a:hover { opacity: 0.9; }
.p9_btn  a:hover:before { 
	opacity: 0; 
	-webkit-transform: translate3d(0, 100%, 0); 
	transform: translate3d(0, 100%, 0); 
}
.p9_btn  a:hover > i { 
	opacity: 1; 
	-webkit-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0); 
	width: 15px;
}
.p9_btn  a:hover > i:nth-child(1) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s; }
.p9_btn  a:hover > i:nth-child(2) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s; }
.p9_btn  a:hover > i:nth-child(3) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s; }
.p9_btn  a:hover > i:nth-child(4) { -webkit-transition-delay: 0.18s; transition-delay: 0.18s; }
.p9_btn1:before { 
	content: '咨询老师'; 
	position: absolute; 
	top: 53px; left: 125px; 
	width: 373px; height: 100%; 
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s; 
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
}
.p9_btn2:before { 
	content: '在线报名'; 
	position: absolute; 
	top: 53px; right: 125px; 
	width: 373px; height: 100%; 
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s; 
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 
}
.p9_btn  a:first-child { background-color: #f86736; box-shadow: 0px 20px 30px 0px rgba(248, 103, 54, 0.3); }
.p9_btn2:hover > i{
	color: #000000;
	width: 15px;
}
.p9_btn1{
	width: 373px;
	height: 88px;
	background-color: #f86736;
	box-shadow: 0px 12px 19px 2px 
		rgba(207, 65, 0, 0.32);
	border-radius: 44px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	padding-top: 25px;
}
.p9_btn2{
	width: 373px;
	height: 88px;
	background-color: #f9c794;
	box-shadow: 0px 12px 19px 2px 
		rgba(207, 65, 0, 0.32);
	border-radius: 44px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	padding-top: 25px;
}
.p9_btn .btnBox{
	width: 1250px; 
	padding-top: 27px;
	position: relative;
}
.p9_btn .Qr{
	width: 360px;
	height: 390px;
	position: absolute;
	bottom: 80px;
	left: 135px;
	display: none;
}
.footerContent{
	padding-top: 40px;
}
.footerContent .footer_nav{
	width: 590px;
}
.footerContent a,.footerContent p,.footerContent .footer_contact{
	color: #FFFFFF;
	font-size: 16px;
	width: 350px;
	/* transition: all .25s; */
}
.footerContent dt{
	font-weight: bold;
	margin-bottom: 15px;
}
.footerContent dl{
	width: 183px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
} 
.footerContent dd{
	height: 40px;
	line-height: 40px;
}
.footerContent .footer_ewm div{
	width: 160px;
}
.footerContent .footer_ewm img{
	margin-bottom: 15px;
}
.footerContent .footer_contact .item .shang{
	    font-weight: bold;
	    font-size: 18px;
		margin-bottom: 15px;
}
.footerContent .footer_contact .item .shang span{
	margin-left: 8px;
}
.footerContent .footer_contact .item:last-child{
	margin-top: 30px;
}
.copyright{
	color: #fff;
	margin-top: 30px;
	padding-top: 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}




 .base {
            width: 1200px;
    margin: 40px auto 0;
        }

        .banner-bottom {
            display: flex;
            justify-content: flex-end;
            margin-top: 15px;
        }

        .banner-bottom .banner-item {
            width: 230px;
            height: 100px;
            background: linear-gradient(180deg, #f0f6ff 0%, #fafcff 100%);
            box-shadow: 0px 0px 15px 0px rgba(0, 64, 216, 0.1), inset 0px 2px 4px 0px #ffffff;
            border-radius: 6px;
            border: solid 2px #ffffff;
            box-sizing: border-box;
            margin-left: 15px;

        }

        .banner-bottom2 .banner-item {
            width: 230px;
            height: 100px;
            background: linear-gradient(180deg, #f0f6ff 0%, #fafcff 100%);
            box-shadow: 0px 0px 15px 0px rgba(0, 64, 216, 0.1), inset 0px 2px 4px 0px #ffffff;
            border-radius: 6px;
            border: solid 2px #ffffff;
            box-sizing: border-box;
            margin-left: 15px;
        }

        .banner-item .item-img {
            position: relative;
            height: 100px;
            width: 40%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
        }

        .banner-item .item-img img {
            height: 70px;
            border-radius: 50%;
        }

        .banner-item .item-img .mask {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #000000;
            opacity: 0.14;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 11;

        }

        .banner-item .item-img .live {
            width: 19px;
            height: 21px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 22;
            max-width: 100%;
            border: none;
            outline-style: none;
            border-radius: 0px;
        }

        .banner-item .item-img .text {
            width: 78px;
            height: 20px;
            background: #387FFC;
            box-shadow: 0 3px 6px 0 rgba(56, 127, 252, 0.1400);
            border-radius: 10px;
            position: absolute;
            left: 50%;
            top: 50px;
            transform: translate(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-family: MicrosoftYaHei;
            color: #FFFFFF;
            pointer-events: none;
            z-index: 33;
        }


        .banner-bottom .banner-item .item-des {
            padding-top: 10px;
            padding-left: 10px;
            padding-bottom: 10px;
        }

        .banner-bottom .banner-item .item-des span {
            font-family: PingFangSC-Light;
            font-size: 20px;
            color: #326cf6;

        }

        .banner-bottom .banner-item .item-des img {
            border: none;
            vertical-align: top;
            margin-top: -18px;
            position: absolute;
            margin-left: -15px;

        }

        .banner-bottom .banner-item h3 {
            padding-left: 18px;
            font-weight: bold;
            font-size: 15px;
            color: #000000;
            margin-bottom: 3px;
        }

        .banner-bottom .banner-item p {
            padding-top: 5px;
            padding-left: 18px;
            font-size: 12px;
            color: #666;
        }

        .banner-bottom .banner-item a {
            position: relative;
            display: block;
            font-size: 13px;
            color: #fff;
            width: 120px;
            height: 24px;
            background-image: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);
            border-radius: 4px;
            line-height: 24px;
            margin: 10px auto 0 auto;
            text-align: center;
            overflow: hidden;
            text-decoration: none;
            cursor: pointer;
        }

        .banner-bottom .banner-item a .index-24gf-play {
            font-size: 7px;
            margin-left: 4px;
        }

        .banner-bottom .banner-item a .index-24gf-play {
            font-size: 7px;
        }

        .banner-bottom .banner-item a.bg1 {
            background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
        }

        .banner-bottom .banner-item a.bg2 {
            background: linear-gradient(45deg, #00c883 0%, #00de91 100%);
        }

        .banner-bottom .banner-item a.bg3 {
            background: linear-gradient(45deg, #7800ff 0%, #9333ff 100%);
        }

        .banner-bottom .banner-item a.bg4 {
            background: linear-gradient(45deg, #ffa801 0%, #fad400 100%);
        }

        .banner-bottom .banner-item a.bg5 {
            background: linear-gradient(45deg, #c044fb 0%, #dd94ff 100%);
        }

        .banner-bottom .banner-item a.bg6 {
            background: linear-gradient(45deg, #0ED2F7 0%, #9cecfb 100%);
        }

        .banner-bottom .banner-item a.bg7 {
            background: linear-gradient(45deg, #ee9ca7 0%, #ffdde1 100%);
        }

        .banner-bottom .banner-item a.bg8 {
            background: linear-gradient(45deg, #4568dc 0%, #b06ab3 100%);
        }

        .banner-bottom .banner-item a.bg9 {
            background: linear-gradient(45deg, #f37335 0%, #fdc830 100%);
        }

        .banner-bottom .banner-item:nth-child(2) {
            background: linear-gradient(180deg, #f0f6ff 0%, #fafcff 100%);
            box-shadow: 0px 0px 15px 0px rgba(255, 102, 0, 0.1),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom .banner-item:nth-child(3) {
            background: linear-gradient(180deg, #fffaf0 0%, #fffdfa 100%);
            box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom .banner-item:nth-child(4) {
            background: linear-gradient(180deg, #fff8f8 0%, #fffbfb 100%);
            box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom2 .banner-item:nth-child(2) {
            background: linear-gradient(180deg, #f5f3ff 0%, #fcfbff 100%);
            box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom2 .banner-item:nth-child(3) {
            background: linear-gradient(180deg, #f0f6ff 0%, #fafcff 100%);
            box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom2 .banner-item:nth-child(4) {
            background: linear-gradient(180deg, #f0f6ff 0%, #f0f0f4 100%);
            box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-botto2 .banner-item:nth-child(5) {
            background: linear-gradient(180deg, #fffaf0 0%, #fffbf0 100%);
            box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-botto2 .banner-item {
            background: linear-gradient(180deg, #fff8f8 0%, #e3f9fd 100%);
            box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
                inset 0px 2px 4px 0px #ffffff;
        }

        .banner-bottom .banner-item a::after {
            position: absolute;
            content: '';
            width: 140px;
            height: 100px;
            top: -37px;
            left: -11px;
            background-color: #fff;
            border-radius: 50%;
            -webkit-animation: scale 1s ease 0s infinite;
            -moz-animation: scale 1s ease 0s infinite;
            -o-animation: scale 1s ease 0s infinite;
            animation: scale 1s ease 0s infinite;
        }

        @-webkit-keyframes scale {
            0% {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }

            80% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        @-moz-keyframes scale {
            0% {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }

            80% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        @-ms-keyframes scale {
            0% {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }

            80% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        @keyframes scale {
            0% {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }

            80% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }


#jesong_panel{
	display: none !important;
}