@import "reset.css";

body {
    min-width: 1200px;
    color: #333333;
}

.fl {
    float: left;
}
.fr{
    float: right;
}

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

.slo {
    text-align: center;
}

.slo span {
    font-size: 28px;
    color: #999999;
}

.title {
    display: block;
}

.banner {
    width: 100%;
    height: 500px;
    margin-top: 60px;
}
.banner1 a{
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background: url(../images/banner.jpg) no-repeat center;
}
.banner2 a{
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background: url(../images/banner2.jpg) no-repeat center;
}
.banner3 a{
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background: url(../images/banner3.jpg) no-repeat center;
}
.banner4 a{
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background: url(../images/banner4.jpg) no-repeat center;
}
/* 导航 */
nav {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 2px 1px 21px 0px #e4e0e0;
}

.nav-list {
    width: 1200px;
    margin: 0 auto;
}

.nav-list li {
    float: left;
    width: 240px;
    height: 100px;
}

.nav-list li a {
    display: block;
    width: 240px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    color: #333333;
    border-right: 1px solid #e5e5e5;
}

.nav-list li a.active {
    color: #ffffff;
    background: #464646;
    border-right: 1px solid #464646;
}

/* 一 */
.con1 {
    width: 100%;
    height: 700px;
    background-color: #f4f4f4;
}

.condition {
    width: 1200px;
    height: 409px;
    margin: 68px auto;
    background: url(../images/condition.jpg) no-repeat center;
}

.condition1 {
    padding: 100px 0 0 64px;
}

.term li span {
    font-size: 24px;
    margin-left: 19px;
    vertical-align: middle;
    line-height: 42px;
}

.condition2 {
    float: right;
    padding: 100px 54px 0 0;
}

.ad {
    text-align: center;
}

.ad a {
    display: inline-block;
    width: 457px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

.ad a:nth-child(1) {
    background-color: #e02727;
    border-radius: 42px 0px 0px 0px;
    font-size: 36px;
}

.ad a:nth-child(2) {
    background-color: #464646;
    border-radius: 0px 0px 42px 0px;
    font-size: 30px;
}

.advertising {
    width: 100%;
    height: 198px;
    background: url(../images/advertise.jpg) no-repeat center;
}

/* 二 */
.con2 {
    width: 100%;
    height: 972px;
    background: url(../images/con2Bg.jpg) no-repeat center;
}

.con2 .main {
    position: relative;
}

.teacher {
    width: 700px;
    height: 460px;
    background-color: #20d8b3;
    position: relative;
    margin-left: 22px;
    z-index: 5;
}

.tea {
    position: absolute;
    bottom: 0;
    left: 4px;
}

.live {
    position: absolute;
    top: 18px;
    right: 0;
    width: 79px;
    height: 32px;
    background-image: linear-gradient(-90deg,
            #ffb310 0%,
            #f9581f 100%);
    border-radius: 16px 0px 0px 16px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.title2 {
    margin: 48px auto 108px;
}

.tea-wrap {
    width: 296px;
    float: right;
    color: #fff;
    margin-right: 20px;
}

.tea-name {
    margin-top: 40px;
}

.tea-name h4 {
    font-size: 41px;
    display: inline-block;
}

.tea-name span {
    font-size: 24px;
    margin-left: 14px;
}

.tea-time {
    margin: 10px 0;
}

.tea-time h4,
.tea-slo h4 {
    width: 111px;
    height: 37px;
    line-height: 37px;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-size: 24px;
    text-align: center;
}

.tea-time p {
    margin-top: 10px;
    font-size: 24px;
}

.tea-slo {
    margin-top: 10px;
}

.tea-slo p {
    font-size: 18px;
    margin-top: 21px;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
.form{
    width: 1034px;
    height: 488px;
    position: absolute;
    top: 296px;
    right: 68px;
}

.live-slo{
    position: absolute;
    top: 0;
    right: 0;
}
.live-slo p:nth-child(1){
    font-size: 24px;
}
.live-slo div{
    text-align: center;
    margin-bottom: 7px;
}
.live-slo img{
    margin: 0 auto;
    display: block;
}
.con2-form {
    width: 1034px;
    height: 412px;
    background-color: #ffffff;
    box-shadow: 2px 1px 24px 0px rgba(117, 114, 114, 0.85);
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 1;
}

.con2-form form{
    width: 410px;
    height: 412px;
    float: right;
    text-align: center;
}
#name1{
    margin-top: 80px;
}
input[type="text"] {
    width: 306px;
	height: 63px;
    line-height: 63px;
	border: 1px solid #333333;
    background-color: #fff;
    padding-left: 21px;
    font-size: 28px;
    margin: 0 auto 26px;
}

input[type="submit"] {
    width: 327px;
	height: 63px;
	line-height: 63px;
	background-color: #e02727;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 28px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 28px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 28px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 28px;
}
.ad2{
    margin-top: 94px;
    text-align: center;
}
.ad2 a{
    display: inline-block;
    width: 428px;
    height: 84px;
    line-height: 84px;
    font-size: 36px;
    color: #fff;
	background-color: #464646;
	border-radius: 42px 0px 42px 0px
}

/* 三 */
.con3{
    padding-bottom: 49px;
}
.title3{
    margin: 48px auto 81px;
}
.con3-table{
    /* height: 500px; */
    /* overflow-y: scroll; */
    box-shadow: 0 0 10px #ccc;
}
.con3-table .tbody1{
    display: block;
    height: 440px;
    overflow-y: scroll;
}
.con3-table div{
    padding-right: 16px;
}
.con3-table div table{
    color: #fff;
    background: #ff0000;
}
table{
    text-align: center;
}
.con3 table tr{
    height: 60px;
}
.con3 table td{
    border: 1px solid #d2d2d2;
    font-size: 22px;
}
.con3 table tr:nth-child(1){
    /* background: #ff0000;
    color: #fff; */
    font-size: 32px;
}
.con3 table a{
    color: #20d8b3;
}
.con3 table a:hover{
    color: #ff0000;
}
.ad3 {
    text-align: center;
    margin-top: 76px;
}
.ad3 a{
    display: inline-block;
    width: 763px;
    height: 84px;
    line-height: 84px;
	background-image: linear-gradient(-90deg, 
		#ff0000 0%, 
		#ffd34d 100%);
    border-radius: 42px 0px 42px 0px;
    font-size: 36px;
    color: #fff;
}

/* 四 */
.con4{
    width: 100%;
	height: 1403px;
	background-color: #f4f4f4;
}
.title4{
    margin: 51px auto 88px;
}
.school li{
    float: left;
    width: 362px;
	height: 418px;
	background-color: #ffffff;
	box-shadow: 2px 1px 38px 0px 
		rgba(153, 153, 153, 0.55);
	border-radius: 34px;
    border: solid 1px #e5e5e5;
    margin: 0 53px 74px 0;
}
.school li:nth-child(3n){
    margin-right: 0;
}
.school li a{
    display: block;
    width: 362px;
    /* height: 418px; */
}
.school-slo{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.school-slo p{
    font-size: 26px;
}
.school-slo p:nth-child(1){
    margin: 20px 0 10px;
}
.con4 .ad{
    margin-top: 20px;
}

/* 五 */
.con5 .main{
    position: relative;
    height: 906px;
}

.title5{
    margin: 51px auto 134px;
}
.con5 .live{
    left: 0;
    border-radius: 0px 16px 16px 0px;
}
.con5 .teacher{
    margin-left: 0;
    margin-right: 68px;

}

.con5 .tea2{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.con5 .tea-name {
    margin-top: 53px;
}

.con5 .tea-wrap{
    float: left;
    margin-right: 0;
    margin-left: 30px;
}
/*.con5 .tea-time {
    margin: 11px 0;
}
.con5 .tea-time p {
    margin-top: 9px;
}
.con5 .tea-slo {
    margin-top: 9px;
}
.con5 .tea-slo p {
    margin-top: 10px;
    font-size: 17px;
}*/
.con5 .form {
    left: 0;
}
.live-slo2{
    position: absolute;
    top: 0;
    left: 21px;
    text-align: center;
}
.live-slo2 p{
    font-size: 24px;
}
.live-slo2 img{
    margin-top: 18px;
}
.con5 .form{
    top: 326px;
}
.con5 .con2-form form {
    float: left;
}
#name2{
    margin-top: 80px;
}

/* 六 */
.con6{
    width: 100%;
	height: 1050px;
	background: url(../images/con6Bg.jpg) no-repeat center;
}
.title6{
    margin: 50px auto 88px;
}
.score{
    text-align: center;
}
.score span{
    display: inline-block;
    height: 84px;
    line-height: 84px;
	background-color: #ff0000;
    font-size: 32px;
    color: #fff;
    vertical-align: middle;
}
.score span:nth-child(1){
    width: 286px;
    margin-right: 6px;
}
.score span:nth-child(2){
    width: 907px;
}

.score-table{
    width: 1200px;
	height: 523px;
	background-color: #ffffff;
    border-radius: 30px;
    margin-top: 87px;
    overflow: hidden;
}
.score-table table{
    font-size: 30px;
    width: 1127px;
    height: 447px;
    margin: 40px auto 0;
}
.score-table tr:nth-child(1){
    color: #ff0000;
}
.score-table tr:nth-child(3){
    color: #20d8b3;
}
.score-table tr:nth-child(3) td:first-child{
    color: #333333;
}
.score-table td{
    border: solid 1px #d2d2d2;
}

/* 七 */
.con7{
    padding-bottom: 106px;
}
.title7{
    margin: 47px auto 81px;
}
.con7 tr:nth-child(1){
    height: 93px;
    background-color: #2d3f58;
    color: #fff;
    font-size: 32px;
}
.con7 tr{
    height: 180px;
    font-size: 22px;
}
.con7 table td{
    border: 1px solid #d2d2d2;
}
.con7  td h4:nth-child(1){
    font-size: 28px;
    color: #ff0000;
    line-height: 50px;
    font-weight: normal;
}
.con7  td:nth-child(3){
    text-align: left;
    padding: 0 26px 0 34px;
}

.con7 td a{
    display: inline-block;
    width: 175px;
	height: 56px;
	line-height: 56px;
	background-image: linear-gradient(-90deg, 
		#ff0000 0%, 
		#ffd34d 100%);
    border-radius: 28px;
    font-size: 28px;
    color: #fff;
}

/* 八 */
.con8{
    width: 100%;
	height: 919px;
	background-color: #f4f4f4;
}
.title8{
    margin: 44px auto 80px;
}

.videoBg li{
    float: left;
    width: 569px;
	height: 474px;
}
.videoBg li:nth-child(1){
    background: url(../images/v1.png) no-repeat center;
    margin-right: 60px;
}
.videoBg li:nth-child(2){
    background: url(../images/v2.png) no-repeat center;
}
.video-container{
    margin: 0 auto;
}
.ad8{
    text-align: center;
    margin-top: 76px;
}
.ad8 a{
    display: inline-block;
    width: 502px;
	height: 84px;
	line-height: 84px;
	background-image: linear-gradient(-90deg, 
		#ff0000 0%, 
		#ffd34d 100%);
    border-radius: 42px 0px 42px 0px;
    color: #fff;
    font-size: 36px;
}

/* 九 */
.con9{
    width: 100%;
    height: 1901px;
    background: url(../images/con9.jpg) no-repeat center;
}
.con9 .main{
    height: 1901px;
    position: relative;
}
.title9{
    margin: 45px auto 82px;
}

.news-wrap{
    width: 1200px;
    height: 1192px;
    overflow: hidden;
    background: url(../images/news.jpg) no-repeat center;
}

.news{
    width: 881px;
	height: 806px;
	background-color: #f2e3c4;
    border-radius: 6px;
    margin: 248px auto 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
} */

.news table td{ 
    border: 1px solid #a67b23;
}
.news table tr{
    height: 48px;
    font-size: 24px;
}
.news table tr:nth-child(1){
    font-size: 28px;
    color: #292a24;
    font-weight: bold;
    height: 86px;
}

.con9-form{
    width: 1047px;
	height: 192px;
	background-color: #20d8b3;
    border-radius: 20px;
    margin: 84px auto 0;
    position: relative;
    z-index: 5;
}
.con9-form form{
    text-align: center;
}
#name3,#phone3{
    float: left;
    width: 423px;
    height: 81px;
    line-height: 81px;
    background-color: #ffffff;
    margin-top: 54px;
}
#name3{
    margin-left: 48px;
}
#phone3{
    margin-left: 66px;
}

.con9-form input[type="submit"]{
    width: 367px;
	height: 84px;
	line-height: 84px;
	background-image: linear-gradient(-90deg, 
		#e02727 100%);
    border-radius: 42px 0px 42px 0px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 66px;
}
.white{
    width: 1199px;
	height: 192px;
	background-color: #fefefe;
	box-shadow: 5px 2px 24px 0px 
		rgba(157, 170, 170, 0.61);
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    bottom: 156px;
}

/* 底部悬浮 */
.xf-botn{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background: #333;
}
.xf-box1{
    width: 1400px;
    position: relative;
    background: url(/statics/special/2020smy/images/xf-bg.png) no-repeat center center;
    height: 120px;
    margin: 0 auto;
}
.xf-box1>a{
    position: absolute;
    top: 30px;
    left: -120px;
}
.xf-box1>.box{
    position: absolute;
    left: 920px;
    top: 10px;
}
.xf-box1>.box input{
    width: 200px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    color: #7b89f2;
}
/* .xf-box1 .dosubmit{
    background: #7b89f2;
    color: #fff !important;
    font-size: 20px;
    line-height: 36px;
    margin-left: 116px;
    font-weight: bold;
} */
.xf-box1 .close{
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 20;
    position: absolute;
    top: 0;
    right: -30px;
}
