@charset "utf-8";
/* CSS Document */
* {-webkit-tap-highlight-color: transparent;outline: 0;box-sizing: border-box  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;  outline: none;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  }
html { font-size: 10px;height:100%;background:#fff;touch-action: manipulation;}
body { font-size: 62.5%;  line-height: 1;  margin: 0 auto;  min-width: 320px;  max-width: 1920px;  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB",  "微软雅黑",SimHei, Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
p { font-size: 1.2em; line-height: 1.0em; color: #333; }
a, a:visited ,a:hover,a:active{ text-decoration: none; color: #333;transition: all 0.3s ease 0s;}
a,button,input{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.button a{color: #d1132c;display: block;width: 100%;}
.button:hover a{color: #fff;}

/*index 样式 提供公共样式  */
.main-color,.button{
    color: #d1132c;
}
.main-background{
    background-color: #d1132c;
	box-shadow: 0 0 8px 0 #172c46;
    -webkit-box-shadow: 0 0 8px 0 #172c46;
    -moz-box-shadow: 0 0 8px 0 #172c46;
    -o-box-shadow: 0 0 8px 0 #172c46;	
}
.main-background,.button-reverse,.button:hover{
    background-color: #d1132c;
}
.main-border,.button{
    border-color: #d1132c;
}


.button{
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.button:hover .button a:hover{
    color: #fff;
}
.button-reverse{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.background-parent{
    position: relative;
}
.background-model{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.background-image{
    max-width: 100%;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.overflow{
    overflow: hidden;
}
.margin-center,.container{
    margin: 0 auto;
}

.container{
    width: 1200px;
    position: relative;
}
.container:before,.container:after{
    display: table;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.float_left{
    float: left;
}
.float_right{
    float: right;
}
.text-center{
    text-align: center;
}
.width-fluid{
    width: 100%;
}
.radius-lg,.index-from-warp div{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.box-shadow-sm{
    box-shadow: 0 0 8px 0 #e9e9e9;
    -webkit-box-shadow: 0 0 8px 0 #e9e9e9;
    -moz-box-shadow: 0 0 8px 0 #e9e9e9;
    -o-box-shadow: 0 0 8px 0 #e9e9e9;
}

/* 页面样式 */
.index-header{
    padding-bottom: 240px;
    background: url("../images/banne-bg.png") no-repeat;
}
.index-header-content{
    padding-top: 115px;
}
.index-nav{
    height: 100px;
    line-height: 100px;
   
}

.index-nav img{
    max-height: 100px;
}
.index-nav-option{
    width: 100%;
    padding-left: 200px;
    text-align: right;
}
.index-nav-option a{
    padding: 5px 20px;
    color:#fff;
    font-size: 1.5rem;
}

.index-header-c-left{
    width: 350px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 0;
}
.index-header-c-left img {
    max-width: 95%;
    margin-bottom: 20px;
}
.index-header-c-right{
    width: 100%;
    padding-left: 400px;
}
.index-from-warp{
    padding: 0 21px;
}
.index-from-warp label{
    font-size: 1.6rem;
    color: #434344;
    margin-bottom: 5px;
    display: block;
}
.index-from-warp div{
    width: 100%;
    border: 1px solid #eeeeee;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.index-from-warp div input{
    width: 100%;
    padding: 0 20px;
    border: none;
    height: 40px;
}
.index-header-c-right h1{
    font-size: 5rem;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.index-header-c-right span{
    color: #fff600;
}
.index-right-r-m-left{
    width: 30px;
}
.index-right-r-m-right{
    padding-left: 55px;
    color: #fff;
}
.index-right-r-m-right h4{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.index-right-r-m-right p{
    font-size: 1.6rem;
    color: #cdd0d4;
    line-height: 22px;
}
.index-box-button{
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}
.index-right-r-model{
    margin-top: 35px;
}

.index-background{
    background: url("../images/tiitle-bg1.png") center top no-repeat;
}
.index-background-two{
    background: url("../images/title-bg2.png") center top no-repeat;
}
.index-title{
    color: #03227c;
    font-size: 2.4rem;
    height: 25px;
    line-height: 25px;
	margin-bottom: 20px;
}
.index-title img{
    width: 25px;
    height: 25px;
}
.index-title span{
    vertical-align:top;
    margin-left: 10px;
}
.index-apply{
    padding: 200px 0;
}
.index-apply-line{
    height: 1px;
    background-color: #e2e2e2;
    position: relative;
}
.index-apply-line-number{
    width: 14.285%;
    float: left;
    top: -20px;
    position: relative;
    text-align: center;
}
.index-apply-number{
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    background: url("../images/before1.png") no-repeat;
}
.index-apply-number:hover{
    background: url("../images/after1.png") no-repeat;
}
.index-apply-number:hover h5{
    color: #d1132c;
}
.index-apply-number:hover .index-apply-model,.index-apply-number:hover .index-apply-model:after{
    border-color: #d1132c;
}

.index-apply-model{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: #fff;
    width: 270px;
    position: absolute;
    left: -40px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
	border-radius: 5px;
}
.index-apply-model-top{
    top:-150px;
}
.index-apply-model-bottom{
    bottom:-150px;
}

.index-apply-model:after{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: absolute;
    content: '';
    background-color: #fff;
    width: 25px;
    height: 25px;
    left: 110px;
    border-right-width: 1px;
    border-right-style: solid;
}
.index-apply-model-top:after{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -13.5px;
    -webkit-box-shadow: 3px 3px 4px -1px #f6f6f6;
    -moz-box-shadow: 3px 3px 4px -1px #f6f6f6;
    -o-box-shadow: 3px 3px 4px -1px #f6f6f6;
    box-shadow: 3px 3px 4px -1px #f6f6f6;
}
.index-apply-model-bottom:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -14.5px;
    border-top-width: 1px;
    border-top-style: solid;
    -webkit-box-shadow: 3px -2px 4px -1px #f6f6f6;
    -moz-box-shadow: 3px -2px 4px -1px #f6f6f6;
    -o-box-shadow: 3px -2px 4px -1px #f6f6f6;
    box-shadow: 3px -2px 4px -1px #f6f6f6;
}
.index-apply-model h5{
    font-size: 1.8rem;
    color: #03227c;
    margin-bottom: 10px;
    line-height: 20px;
}
.index-apply-model p{
    margin-bottom: 7px;
    font-size: 1.6rem;
    color: #707070;
}
.index-apply-count{
    padding-left: 11px;
}
.index-apply-count-auto{
    padding-left: 10px;
}
.index-info{
    margin-top: 40px;
}
.index-info section{
    width: 50%;
    float: left;
}
.index-info-content,.index-info-right-slide{
    height: 550px;
    margin-top: 40px;
}
.index-info-first-content{
    padding:5px 0 20px 40px
}
.index-info-half{
    width: 50%;
}
.index-info-fluid{
    width: 100%;
}
.index-info-half,.index-info-fluid,.index-info-top{
    margin-top: 15px;
    float: left;
}
.index-info-content .background-model{
    margin-top: 25px;
}

.index-info-content .background-model div{
    height: 130px;
    width: 240px;
    padding: 0 20px;
    font-size: 1.5rem;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;

}
.index-info-fluid .background-model div{
    width: 453px;
    height: 100px;
}
.index-info-left{
    width: 270px;
    background: -webkit-linear-gradient(left,#05227b,#4f2c6b);
    background: -moz-linear-gradient(left,#05227b,#4f2c6b);
    background: -ms-linear-gradient(left,#05227b,#4f2c6b);
    background: -o-linear-gradient(left,#05227b,#4f2c6b);
    background: linear-gradient(left,#05227b,#4f2c6b);
}
.index-info-left li{
    height: 61.1px;
    line-height: 61.1px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #3d458b;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.index-info-left li:hover,.index-info-li-select{
    background-color: #fff;
    border-left: 2px solid #d1132c;
    color: #d1132c !important;
    border-bottom-color: #fff !important;
}
.index-info-left,.index-info-right{
    margin-top: 0;
}
.index-info-right{
    padding-left: 270px;
    width: 100%;
}
.index-info-right-swiper{
    position: relative;
}
.index-info-right-slide{
    margin-top: 0;
    padding: 30px 40px;
}
.index-introduce{
    margin-top: 40px;
    background: url("../images/activity-bg.png") no-repeat;
}
.index-info-idea{
    height:30px;
    line-height: 30px;
    font-size: 1.8rem;
    color: #03227c;
    margin-top: 15px;
    margin-bottom: 30px;
}
.index-info-idea span{
    vertical-align: super;
    margin-left: 10px;
}
.index-info-idea img{
    height:30px;
}
.index-info-right-slide p,.index-info-right-slide aside,.index-info-right-slide label{
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: center;
}
.index-info-right-slide p,.index-info-right-slide label{
    color: #333333;
}
.index-info-right-slide h1{
    font-size: 6.3rem;
    text-align: center;
}
.index-info-right-slide h1 span{
    font-size: 2rem;
    vertical-align: top;
    margin-left: 5px;
    color: #333333;
}
.index-info-right-slide aside{
    color: #03227c;
    font-size: 1.8rem;
    font-weight: bold;
}
.index-info-right-slide label{
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.index-info-idea-margin{
    margin-top: 50px;
}
.index-introduce-title{
    margin-top:150px;
    margin-bottom: 70px;
    color: #ffffff;
	
}
.index-introduce p{
    color: #fff;
    margin-top: 40px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 1.7rem;
	text-indent: 2em;
	
}
.index-introduce p label{
    color: #fff600;
    text-decoration: underline #fff600;
}
.index-problem{
    margin-top: 50px;
}
.index-problem-title{
    margin-top: 45px;
    height: 70px;
    line-height: 30px;
    padding: 20px 15px;
    background-color: #ebeff2;
    font-size: 1.8rem;
    color: #333333;
}
.index-problem-left{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.index-problem-right{
    padding-left: 50px;
}
.index-problem-q{
    background-color: #333333;
}
.index-problem-a{
    background-color: #4b2b6c;
}
.index-problem-content,.index-problem-title{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.index-problem-content{
    margin-top: 15px;
    height: 200px;
    font-size: 1.5rem;
    color: #838486;
    padding: 30px 10px;
    line-height: 30px;
}
.index-problem-model{
    width: 48%;
    float: left;
}
.index-problem-margin{
    margin-right:4%;
}
.index-footer{
    background: url("../images/footer.png") no-repeat;
    padding: 120px 0 50px 0;
    text-align: center;
    margin-top: 50px;
}
.index-footer p{
    color: #838486;
    font-size: 1.4rem;
    margin-top: 10px;
}
#swiper .swiper-slide img{
    width: 100%;
}
.swiper-content{
    padding: 40px;
    font-size: 1.6rem;
    color: #333333;
    line-height: 30px;
}
#swiper div.button{
    width: 200px;
    margin: 0 auto;
}
#swiper {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 205px;
}

#swiper .swiper-container {
    padding-bottom: 60px;
}

#swiper  .swiper-slide {
    width: 380px;
    height: 518px;
    padding-bottom:40px ;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 22px -7px #333;
    -moz-box-shadow: 0 0 22px -7px #333;
    -o-box-shadow: 0 0 22px -7px #333;
    box-shadow: 0 0 22px -7px #333;
}


#swiper .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/arrow-left.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#swiper .swiper-button-prev:hover {

}

#swiper .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: 100%;
}

#swiper .swiper-button-next:hover {

}
.select{
    position: relative;
}
.select-icon{
    position: absolute;
    right: 15px;
    width: 20px;
    height: 3px;
    top: 20px;
    cursor: pointer;

}
.select-options{
    width: 100%;
    position: absolute;
    top: 100px;
    opacity: 0;
    display: none;
    border: 1px solid #eeeeee;
    z-index: 100;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 0;
}
.select-options .select-option{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    cursor: pointer;
}
.select{
    font-size: 1.6rem;
    color: #666666;
    overflow: visible !important;
    line-height: 40px;
    padding: 0 20px ;
}
.select-icon-left,.select-icon-right{
    width: 10px;
    height: 3px;
    display: block;
    background-color: #333;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.select-icon .select-icon-left{
    left: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-icon .select-icon-right{
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.select-icon-select .select-icon-left{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.select-icon-select .select-icon-right{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*通用导航栏开始*/
.qt_menu{background:#fff; padding:20px 0; overflow:hidden;}
.qt_width{width:1200px; margin:0 auto;}
.qt_logo{float:left; width:184px; margin-right:15px; margin-top:15px;}
.qt_list{float:left; width:685px;}
.qt_list li{width:78px; float:left;}
.qt_list li img{float:left;}
.qt_list li h4{font-weight:bold; font-size:16px; display:block; float:left; line-height:27px;}
.qt_list li a{color:#333;}
.qt_list li a:hover{color:#11736b;}
.qt_mess{float:right; width:240px;}
.qt_mess_cut li{float:right; margin-left:12px;}
.qt_mess_cut li img{float:left;}
.qt_mess_cut li h4{float:left; font-size:16px; text-indent:3px;}
.qt_mess_cut li b{float:left; font-weight:bold; color:#f39800; font-size:16px;}
.qt_mess_button a{float:right; width:197px; height:33px; line-height:33px; background:url(../images/qt_buttonbg.png) no-repeat; color:#fff; font-weight:bold; font-size:16px; text-indent:11px; margin-top:5px;}
/*通用导航栏结束*/

/*新增*/
.btn_uk{
    width: 100%;
    border: 1px solid #eeeeee;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 0 8px 0 #d1132c;
    -webkit-box-shadow: 0 0 8px 0 #d1132c;
    -moz-box-shadow: 0 0 8px 0 #d1132c;
    -o-box-shadow: 0 0 8px 0 #d1132c;
    border:none;
    background: #d1132c;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

.tiaokuan img{margin-bottom: 0;}
#form0 input,#form0 input,#form0 select{    
    padding: 0 20px;
    width: 100%;
    border: 1px solid #b5b2b2;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 30px;
}


/*新增老师*/
ul,li {list-style: none;}
a {text-decoration: none;color: black;}
.box{width: 1200px;height: 500px;margin: 20px auto;overflow: hidden;position: relative; margin-top: 90px;}
.box-1 ul{}
.box-1 ul li{width: 1200px;height: 500px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 1200px; height: 400px;}
.box-1 ul li h2{position: absolute;
    left: 0;
    bottom: 442px;
    height: 40px;
    width: 300px;
    text-indent: 2em;
    padding-right: 500px;
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: bold;
    color: white;
    margin-left: 50px;}
.box-2{position: absolute;right: 10px;bottom: 47px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
                background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
                top:50%; font-family: "微软雅黑";line-height: 80px;font-size:60px;margin-top: -40px;
                text-align: center;cursor: pointer;}
.box-3 .prev{left: 0px;}
.box-3 .next{right: 8px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}
.box-1 ul li h3{position: absolute;
    left: 0;
    bottom: 406px;
    height: 40px;
    width: 300px;
    text-indent: 2em;
    padding-right: 500px;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: normal;
    color: white;
    margin-left: 58px;
    font-weight: bold;
}
.box-1 ul li p{
    position: absolute;
    left: 0;
    bottom: 359px;
    height: 40px;
    width: 700px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: white;
    margin-left: 98px;
    display: block;
}