@import "reset.css";

.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #0c1467;
}

/* banner */
.banner {
    width: 100%;
    height: 692px;
    background: url(../images/banner.jpg) no-repeat center;
}

#swiper1 {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.slo-wrap {
    position: absolute;
    top: 374px;
    left: 397px;
}

.slo {
    width: 605px;
    height: 92px;
    background: url(../images/slo.png) no-repeat center;
    text-align: right;
}

.slo span {
    font-size: 32px;
    line-height: 101px;
    color: #fff;
    padding-right: 30px;
    font-weight: bold;
}

.slo-wrap p {
    font-size: 20px;
    color: #161e6d;
    margin-top: 17px;
}

/* 一 */
.guide {
    width: 100%;
    height: 702px;
}

.guide .main {
    position: relative;
}

.guide-list {
    width: 100%;
    margin-top: 46px;
}

.guide-list li {
    float: left;
    width: 360px;
    height: 261px;
    margin-right: 60px;
    margin-bottom: 30px;
}

.guide-list li:nth-child(5) .guide-sp,.guide-list li:nth-child(6) .guide-sp{
    padding-top: 20px;
}

.guide-list li:nth-child(3n) {
    margin-right: 0;
}

.guide-order,
.guide-sp {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
}

.guide-order {
    width: 360px;
    height: 180px;
    background-color: #5989f8;
    border-radius: 10px;
}

.guide-order p {
    font-size: 28px;
    color: #fff;
}

/* .guide-order p:nth-child(1) {
    margin-top: 20px;
} */

.guide-order p:nth-child(2) {
    margin-top: 11px;
}

.guide-con {
    width: 300px;
    height: 150px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: -69px;
    z-index: 1;
}

/* .guide-con:hover a {
    display: block;
} */

.guide-sp {
    font-size: 18px;
    width: 100%;
    height: 100px;
    justify-content: center;
}

.guide-con a {
    display: block;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #222222;
    background: #fcd83c;
    border-radius: 0 0 10px 10px;
    text-align: center;
    /* display: none; */
}

.guide-sp p {
    width: 240px;
}

.arrow {
    width: 690px;
    height: 332px;
    position: absolute;
    z-index: 2;
    right: 159px;
    bottom: 206px;
}

.advisory {
    /* margin: 10px auto 0;  */
    margin-top: 10px;
    text-align: center;
}

.advisory a {
    /* float: left; */
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    height: 60px;
    font-weight: bold;
}

.advisory a:nth-child(1) {
    width: 200px;
    background-color: #fb515e;
    border-radius: 30px 0px 0px 30px;
}

.advisory a:nth-child(2) {
    width: 300px;
    background-color: #fb684f;
    border-radius: 0px 30px 30px 0px;
    margin-left: -8px;
}

/* 三 */
.data {
    width: 100%;
    height: 1144px;
    background: url(../images/dataBg.png) no-repeat center;
}

.data .title {
    margin-top: 70px;
}

.shool-name {
    margin-top: 50px;
}

.shool-name li {
    float: left;
    width: 200px;
    height: 70px;
    background-color: #3cc0f2;
    border-radius: 35px;
    text-align: center;
    cursor: pointer;
}

.shool-name li:nth-child(even) {
    background-color: #3e97f5;
}

.shool-name li span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-top: 13px;
}

.shool-name li span::before,
.shool-name li span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.shool-name li span::before {
    top: 0;
    transform-origin: center right;
}

.shool-name li span:hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}

.shool-name li span::after {
    bottom: 0;
    transform-origin: center left;
}

.shool-name li span:hover::after {
    transform-origin: center right;
    transform: scaleX(1);
}

.school-list {
    margin-top: 15px;
}

.school-list img {
    display: block;
    margin: 0 auto;
}

.data-form {
    width: 800px;
    height: 100px;
    background-color: #fb515e;
    border-radius: 50px;
    margin: 30px auto 0;
    line-height: 100px;
}

#name1 {
    margin-left: 20px;
}

#name1,
#phone1 {
    width: 220px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    padding-left: 20px;
    margin-right: 14px;
}

input::-webkit-input-placeholder {
    color: #222222;
    font-size: 16px;
}

input:-moz-placeholder {
    color: #222222;
    font-size: 16px;
}

input::-moz-placeholder {
    color: #222222;
    font-size: 16px;
}

input:-ms-input-placeholder {
    color: #222222;
    font-size: 16px;
}

#sub {
    width: 240px;
    height: 36px;
    background-color: #fcd83c;
    border-radius: 18px;
    font-size: 18px;
    color: #222222;
    text-align: center;
    line-height: 36px;
}

/* 四 */
.question {
    width: 100%;
    height: 1121px;
    position: relative;
}

.cloud {
    position: absolute;
    top: 26px;
    z-index: -1;
    width: 1636px;
    height: 573px;
    background: url(../images/queBg.png) no-repeat top left;
}

.qu-wrap{
    margin-top: 50px;
}

.qu-list1 {
    float: left;
    margin-left: 98px;
}

.qu-list1 li {
    height: 70px;
    background-image: linear-gradient(90deg, #66c5f9 0%, #4087e2 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 35px 35px 35px 10px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}

.qu-list1 li:nth-child(1) {
    width: 494px;
}

.qu-list1 li:nth-child(2) {
    width: 519px;
}

.qu-list1 li:nth-child(3) {
    width: 447px;
}

.qu-list2 {
    float: right;
    margin-right: 98px;
    margin-top: 54px;
}

.qu-list2 li {
    width: 442px;
    height: 70px;
    background-image: linear-gradient(90deg,#44d698 0%,#1fde84 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 35px 35px 10px 35px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}
.qu-list2 li:nth-child(1) {
    width: 442px;
}

.qu-list2 li:nth-child(2) {
    width: 464px;
}
.group-list2{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    margin-top: 30px;
}
.group-list li{
    float: left;
    width: 380px;
    height: 303px;
    margin-right: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    
}
.group-list li:nth-child(3){
    margin-right: 0;
}
.group-list .slogan{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: url(../images/group.png) no-repeat center;
}
.group-list .info{
    height: 90px;
    width: 300px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.group-list .info p{
    width: 200px;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    
}
.img-list{
    width: 300px;
    margin: 0 auto;
    padding-top: 10px;
}
.group-list a{
    display: block;
    width: 184px;
	height: 50px;
	background-image: linear-gradient(90deg, 
		#66c5f9 0%, 
		#4188e2 100%);
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
}
.group-list a:hover{
    background-image: linear-gradient(90deg, 
		#1fde84 0%, 
		#44d698 100%);
}
.group-list a span{
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
}
.group-list a img{
    vertical-align: baseline;
}

/* 五 */
.system{
	background: #242A44;
	padding-bottom: 30px;
}
.system>.bx>p{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}
.bx{
	width: 1200px;
	margin: 0 auto;
}
.part{
    text-align: center;
    margin: 50px 0 16px 0;
}
.part .sty:first-child{
    margin-right: 10px;
}
.sty{
    width: 460px;
    height: 99px;
    display: inline-block;
    position: relative;
}
.sty-slo{
    position: relative;
    z-index: 2;
}
.styBg{
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    display: none;
}
.check{
    display: block;
}

.part img{
    vertical-align: top;
}
.part img:nth-child(1){
    margin-right: 10px;
}

.prt>div{
	display: none;
}
.prt>div.active{
	display: block;
}
table{
	text-align: center;
	background: #fff;
}
table th{
	font-size: 24px;
	color: #fff;
}
table td{
	font-size: 18px;
	color: #333;
	border: 1px solid #eee;
}
.zixun{
	display: block;
	width: 200px;
	height: 60px;
	font-size: 18px;
	background: #FB515E;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 30px auto;
	text-decoration: none;
	border-radius: 30px;
}


/* 六 */
.main1{
	background: #fff;
	height: 839px;
	text-align: center;
	position: relative;
}
.main1>p{
	font-size: 48px;
    padding-top: 50px;
    color: #0C1467;
    font-weight: bold;
}
.box1{
	background: url(../images/bg7.png) no-repeat center center;
    background-size: 100%;
    height: 450px;
}
.box1 .part1{
	width: 1200px;
	margin: 0 auto;
}
.box1 .part1>div{
	float: left;
	width: 300px;
	padding-top: 40px;
}
.box1 .part1>div h4{
	font-size: 28px;
	color: #0C1467;
	padding-top: 20px;
}
.box1 .part1>div p{
	font-size: 18px;
	color: #52585b;
	line-height: 30px;
	padding-top: 18px;
}
.part2{
	clear: both;
}
.part2>p{
	font-size: 48px;
    padding-top: 70px;
    color: #0C1467;
    font-weight: bold;
}
.teacher-list{
	width: 990px;
	margin: 50px auto;
}
.min{
    margin-right: 104px;

}
.part4{
	width: 100%;
	height: 572px;
	background: url(../images/botBg.png) no-repeat center center;
    background-size: 100%;
    position: relative;
    z-index: 1;
    top: -200px;
}
.part4 .main{
    height: 572px;
    position: relative;
}
.part4-form{
    position: absolute;
    right: 156px;
    bottom: 192px;
}
#name2,#phone2{
	border: 2px solid #d2d2d2;
	width: 210px;
	height: 50px;
	border-radius: 25px;
    padding-left: 30px;
    display: block;
    font-size: 16px;
}
#phone2{
    margin: 9px 0;
}

#btn{
    display: block;
	width: 245px;
	height: 50px;
	border-radius: 25px;
    background: #fcd83c;
    font-size: 18px;
}
