/*public css*/


.img{

	display: block;

	height: auto;

	max-width: 100%;

    width: 100%;

}



html, body{position: relative;}



html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code,

del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var,

b, i,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}

body{line-height:1;}

:focus{outline: 1;}

article,aside,canvas,details,figcaption,figure,

footer,header,hgroup,menu,nav,section,summary{display:block;}

ul{list-style:none;}

blockquote, q{quotes:none;}

blockquote:before, blockquote:after,

q:before, q:after{content:'';content:none;}

a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;}

a:hover{text-decoration: none;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

del{text-decoration: line-through;}

abbr[title], dfn[title]{border-bottom:1px dotted #000;cursor:help;}

table{border-collapse:collapse;border-spacing:0;}

hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}

input, select{vertical-align:middle;}

.fl{float:left;}

.fr{float:right;}

html, body{height: 100%;width: 100%;font-family: '微软雅黑';}

input,textarea{border: none;}



.index-next { background-image:url("../images/icon_up.png"); background-size:80%; top:95%; left:50%; animation:fadeInUp ease 1s both infinite; }



.hidepc{

    display: none !important;

}

.showpc{

    display: block !important;

}

.about-hide{
    display: none;
}





/*top nav*/

.top-nav-bg{

	background-color: #ebf2ff;

	width: 100%;

	position: fixed;

	top: 0px;

	z-index: 999;

}



.logo{

/*	position: relative;*/

	padding: 9px 10px;

}



.navbar{

	min-height: 50px; 

	margin-bottom: 0px;

}

.nav>li{

	margin: 0px 15px;

}

.nav>li>a{

	color: #000;

	font-size: 14px;

}

.nav .active>a{

	border-bottom: 3px solid #000;

    color: #000;

}

.nav .active>a:after{

    background: #fff;

}

.nav li a,

.nav li a:after,

.nav li a:before {

  transition: all .5s;

}

.nav>li>a:hover{

/*    font-weight: bold;*/

    background: none; 

    color: #000;

}

.nav>li>a:visited{
    background: none;
}

.nav li a:after{

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  width: 0%;

  content: '.';

  color: transparent;

  background: #000;

  height: 3px;

}

.nav li a:hover:after {

  width: 100%;

}

/*

.nav>li>a:focus{

    background: none; 

}

.nav>li>a:hover{

	border-bottom: 1px solid #000;

	background: none; 

}

*/

.navbar-toggle .icon-bar{

	background-color: #000;

}



.swiper-main .swiper-slide{

    background-color: #fff;

}



/*loading*/

.index-loading{

    width:100%;

    height:100%;

    padding:0;

    margin:0;

    text-align:center;

    background-color:#000

}

.index-loading img{

	background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

	display: block;

    width: 100%;

    /*height: 100%;*/

    /*background-image: url("https://basasvip.oss-cn-chengdu.aliyuncs.com/public/nTPhmiUtyaoA.jpg");*/

}

.index-loading a{

	position: relative;

    display: block;

    width: 100%;

    height: 100%;

}

.index-loading p{

	position: absolute;

	text-align: center;

	top: 30%;

	color: #FFFFFF;

	font-size: 3rem;

	text-align: center;

    line-height: 1.3em;

}

.index-loading span{

	position: absolute;

	text-align: center;

	top: 48%;

	color: #FFFFFF;

	font-size: 1.8rem;

	text-align: center;

	font-family: '微软雅黑 Microsoft YaHei';

}



/*banner*/



#banner .swiper-pagination-banner {

	width: 100%;

	bottom: 20px;

}



#banner .swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 5px;

	background-color: #e8f5ff;

	width: 20px;

	height: 10px;

	opacity: 1;

	border-radius: 5px;

}



#banner .swiper-pagination-bullets .swiper-pagination-bullet-active {

	background-color: #3eb2f3;

	width: 35px;

}



#banner .swiper-button-prev {

	left: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 0;

	background-size: 100%;

}



#banner .swiper-button-prev:hover {

	background-position: 0 -46px;

	background-size: 100%

}



#banner .swiper-button-next {

	right: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 -93px;

	background-size: 100%;

}



#banner .swiper-button-next:hover {

	background-position: 0 -139px;

	background-size: 100%

}

#banner .swiper-button-prev::after,#banner .swiper-button-next::after{

	content: '';

}

#banner .swiper-banner .swiper-slide a>img{

	background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

	display: block;

    width: 100%;

    height: 100%;

}

#banner .swiper-banner .swiper-slide a{

	position: relative;

    display: block;

    width: 100%;

    height: 100%;

}

#banner .swiper-banner .swiper-slide .banner1{

    top: 13%;

    left: 8%;

} 

#banner .swiper-banner .swiper-slide .banner2{

    top: 15%;

    left: 32%;

} 

#banner .swiper-banner .swiper-slide .banner3{

    top: 15%;

    left: 30%;

} 

#banner .swiper-banner .swiper-slide .banner4{

    top: 10%;

    left: 30%;

} 

#banner .swiper-banner .swiper-slide .banner5{

    top: 20%;

    left: 8%;

} 

#banner .swiper-banner .swiper-slide .banner-p{

	position: absolute;

    width: 60%;

}

#banner .swiper-banner .swiper-slide .banner-p img{

    display: block;

    padding: 20px;

    margin:  auto;

}

/*wap banner*/



#bannerwap .swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 5px;

	background-color: #e8f5ff;

	width: 20px;

	height: 10px;

	opacity: 1;

	border-radius: 5px;

}



#bannerwap .swiper-pagination-bullets .swiper-pagination-bullet-active {

	background-color: #3eb2f3;

	width: 35px;

}



#bannerwap .swiper-button-prev {

	left: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 0;

	background-size: 100%;

}



#bannerwap .swiper-button-prev:hover {

	background-position: 0 -46px;

	background-size: 100%

}



#bannerwap .swiper-button-next {

	right: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 -93px;

	background-size: 100%;

}



#bannerwap .swiper-button-next:hover {

	background-position: 0 -139px;

	background-size: 100%

}

#bannerwap .swiper-button-prev::after,#banner .swiper-button-next::after{

	content: '';

}

#bannerwap .swiper-bannerwap .swiper-slide a>img{

	background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

	display: block;

    width: 100%;

    height: 100%;

}

#bannerwap .swiper-bannerwap .swiper-slide a{

	position: relative;

    display: block;

    width: 100%;

    height: 100%;

}



#bannerwap .swiper-bannerwap .swiper-slide .banner-p{

	position: absolute;

    width: 80%;

    margin-left: -150px;



}

#bannerwap .swiper-bannerwap .swiper-slide .banner-p img{

    display: block;

    padding: 20px;

    margin:  auto;

    width: 100%;

}





.autoPage {

  width: 100%;

  height: 100%;

}

main {

  position: relative;

  height: 100%;

/* margin-top: 50px;*/

}

.swiper-container {

  width: 100%;

  height: 100%;

}

.swiper-container .swiper-wrapper .swiper-slide {

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: bold;

  color: #000;

}

.swiper-container .swiper-wrapper .header,

.swiper-container .swiper-wrapper .footer {

/*  height: 1000px;*/

}





/*curriculum*/



.title-box{

	position: absolute;

	top: 15%;

	left: 10%;

	z-index: 999;

}

.title-box span,.title-box div{

	font-size: 2rem;

	color: #000;

	font-weight: bold;

	text-align: center;

	display: block;

}



.tab-box{

    position: absolute;

    left: 10%;

    z-index: 99;

}

.tab-box p{

	font-size: 2rem;

    padding-bottom: 20px;

}

.tab-box ul{

	display: inline-flex;

}

.curriculumNav li{

	float: left;

	border-bottom: 1px solid #000;

	font-size: 14px;

	padding: 20px 0px;

}

.curriculumNav li span{

	padding: 0px 10px;

	font-size: 12px;

}

.tab-box ul .active a{

	border-bottom: 3px solid #000;

	padding-bottom: 16px;

}

.tab-box ul li a{

	font-size: 14px;

	color: #000;

	margin-bottom: 20px;

}

.tab-box ul li a:hover{

	border-bottom: 3px solid #000;

	padding-bottom: 16px;

}



.curriculum-tab{

    width: 80%;

    position: absolute;

    left: 10%;

}

.curriculum-p{

	position: absolute;

    top: 60%;

}

.curriculum-p p{

	font-size: 14px;

	max-width: 650px;

    max-height: 175px;

    overflow: hidden;

	line-height: 25px;

}

.curriculum-img{

	max-width: 800px;

    margin-left: 50%;

}

.curriculum-a{

    padding: 10px 15px;

    color: #fff;

    background-color: #000;

    font-size: 14px;

    border: 1px solid #000;

}

.curriculum-a,

.curriculum-a:after,

.curriculum-a:before {

  transition: all .5s;

}

.curriculum-a:hover{

    color: #000;

    background: #fff;

}



#curriculum .swiper-button-prev {

	left: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 0;

	background-size: 100%;    

}



#curriculum .swiper-button-prev:hover {

	background-position: 0 -46px;

	background-size: 100%

}



#curriculum .swiper-button-next {

	right: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 -93px;

	background-size: 100%;

}



#curriculum .swiper-button-next:hover {

	background-position: 0 -139px;

	background-size: 100%

}



.curr-pagination{

    --swiper-theme-color: #ff6600;

    --swiper-pagination-color: #00ff33;

}



/*teacher*/

.teach-bg {

    width: 100%;

    height: 100%;

    position: relative;

    background-image: url("http://1302268399.vod2.myqcloud.com/22ae5d8dvodcq1302268399/feb17907387702302853374040/UAgfyqs21eYA.png");

    background-repeat: no-repeat;

    background-position: top;

    background-size: cover;

}

/*

.teach-bg>img{

    background-repeat: no-repeat;

    background-position: top;

    background-size: cover;

	display: block;

    width: 100%;

    height: 100%;

}

*/

.teach-left{

    position: absolute;

    top: 20%;

    left: 15%;

    z-index: 99;

}

.teach-left .teach-title{

    text-align: left;

    margin-bottom: 60%;

}

.teach-left .teach-title span{

    font-family: Dutch801 XBd BT;

    font-size: 1.8rem;

    display: block;

    padding: 20px 0px;

}

.teach-left a{

    display: block;

    margin-bottom: 5%;

}

.teach-left .teach-title title{

    font-size: 2.4rem;

    display: block;

}

.teach-left p{

    font-size: 14px;

    text-align: left;

    font-weight: normal;

    padding: 5px;

}

.teach-right{

    position: absolute;

    top: 10%;

    right: 20%;

}



#teacher .swiper-teacher .swiper-button-prev {

	left: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 0;

	background-size: 100%;    

}



#teacher .swiper-teacher .swiper-button-prev:hover {

	background-position: 0 -46px;

	background-size: 100%

}



#teacher .swiper-teacher .swiper-button-next {

	right: 30px;

	width: 45px;

	height: 45px;

	background: url("../images/wm_button_icon.png") no-repeat;

	background-position: 0 -93px;

	background-size: 100%;

}



#teacher .swiper-teacher .swiper-button-next:hover {

	background-position: 0 -139px;

	background-size: 100%

}





/*work-img-box*/



.work-img-box{

    margin-top: 5%;

}

.work-img-box .work-title{

    margin-bottom: 30%

}

.work-img-box .work-title span{

    font-family: Dutch801 XBd BT;

    font-size: 1.8rem;

    display: block;

    padding: 20px 0px;

}

.work-img-box .work-title title{

    font-size: 2.4rem;

    display: block;

}

.workNav{

    max-width: 300px;

}

.workNav li{

    padding: 20px 0px;

}

.workNav li a{

    color: #000;

    font-size: 14px;

    display: block;

}

.workNav li a span{

    float: right;

}



.work-img-list .col{

    float: left;

}

.work-img-list .col-md-4{

    padding: 10px 0px;

}

.work-img-list .col-md-4 p{

    font-size: 14px;

    padding: 10px 0px;

}

.work-img-list .col-md-4 span{

    display: block;

    color: #848484;

    font-size: 14px;

    font-family: FangSong;

}



.swiper-workimg .swiper-slide{

    pointer-events:auto!important;

}



.swiper-workimg .swiper-slide a{

    display: block;

    color: #000;

    text-decoration: none;
    
    cursor: pointer;
    
    display: block;
    
    width: 385px;
    
    height: 300px;
    
    overflow: hidden;

}

.swiper-workimg .swiper-slide a img:hover {
    
    transform: scale(1.3);     

　　-ms-transform: scale(1.3);  /* IE 9 */  

　　-moz-transform: scale(1.3);  /* Firefox */  

　　-webkit-transform: scale(1.3); /* Safari 和 Chrome */ 
}

.swiper-workimg .swiper-slide a img{
    
    transition: all 0.5s;  

　　-moz-transition: all 0.5s; /* Firefox 4 */  

　　-webkit-transition: all 0.5s; /* Safari 和 Chrome */  

　　-o-transition: all 0.5s; /* Opera */
}

.swiper-workimg .swiper-slide p,#swiper-workimg .swiper-slide span{

    font-size: 14px;

    display: block;

    padding: 5px 0px;

}

.swiper-workimg .swiper-slide span{

    color: #a3a3a3;

    font-weight: normal;

    font-size: 12px;
    
    position: absolute;
    top: 90%;
    left: 5%;

}



.work-prev,.work-next{

/*    width: 10%;*/

    padding: 10px;

    font-size: 12px;

/*    margin-top: 5%;*/

    text-align: center;

    float: left;

    cursor:pointer

}

.work-next{

    float: right;

}



/*footer*/

.footer-box{

    width: 100%;

    background-color: #e6e7eb;

}

.foot-title{

    max-width: 600px;

    width: 100%;

    margin: auto;

    padding-top: 5%;

}

.foot-title img{

    max-width: 300px;

    margin: auto;

}



.foot-title p{

    font-size: 14px;

    text-align: center;

    margin-top: 5%;

}

.form-box{

    width: 90%;

    margin: auto;

    border-top: 1px solid #acacaf;

    border-bottom: 1px solid #acacaf;

    padding: 20px;

    margin-top: 50px;

    display: flex;

}

.form-box .footer-left{

    width: 55%;

    float: left;

    margin-left: 5%;

    margin-right: 5%;

}

.form-box .footer-left>div{

    margin-bottom: 30px;

}

.form-box .footer-left .footer-m{

    max-width: 128px;

    margin-bottom: 5%;

}

.form-box .footer-left .footer-basas{

    max-width: 650px;

}



.form-box .footer-left .footer-tel>div{

    font-size: 16px;

    font-family: fangsong;

    padding: 20px 0px;

}

.form-box .footer-left .footer-tel>div>p{

    height: 30px;

    line-height: 30px;

}

.form-box .footer-left .footer-tel>div>p>i{

    max-width: 20px;

    display: block;

    float: left;

    margin-right: 3%;

}

.form-box .footer-left .footer-tel>div>a{

    color: #000;

    margin-left: 5%;

}

.form-box .footer-right{

    width: 30%;

    float: right;

}

.form-box .footer-right>p{

    font-size: 14px;

    text-align: left;

    color: #383838;

    line-height: 20px;

    font-weight: unset;

    font-family: fangsong;

    margin-top: 50px;
/*2022年8月5日*/
    display: none;

}

.foot-form-top{

    background-color: #868686;

    font-size: 16px;

    padding: 20px 0px;

    text-align: center;

    line-height: 30px;

}

.form-box .footer-right .form{

/*    height: 300px;*/

    background-color: #dcdde0;

}

.form-box .footer-right .form p{

    text-align: center;

    width: 70%;

    margin: auto;

    padding: 10px 0px;

    font-size: 14px;

}

.fc-form-body {
    max-width: 320px;
    width: 90%;
    margin: auto;
}

.form-group{

    padding: 10px 0px;

    display: block;

/*    width: 80%;*/

    margin: auto;

}

.form-group label{
    font-size: 14px;
}

.form-group div input{

    background-color: #868686;

    outline:none;

    height: 30px;

    line-height: 30px;

    width: 300px;
    
    color: #fff;

}

.form-button button{

    font-size: 14px;

    width: 100px;

    color: #fff;

    text-align: center;

    background-color: #c01d16;

    height: 30px;

/*    line-height: 30px;*/

    float: right;

    margin-top: 15px;

    margin-right: 20px;

}

.input-group-btn button{
    background: none;
    padding: 0px;
}

.input-group-btn button i{
    font-size: 26px;
}

.footer-bottom{

    padding: 30px 0px;

}

.footer-bottom>p,.footer-bottom>p>a,#beian>a{

    text-align: center;

    color: #000;

    font-size: 12px;

}

#beian{

    text-align: center;

}

#beian>a{

    text-decoration: none;

    font-size: 12px;

}

.footer-wap-m{

    display: none;

}

.footer-wap-m .footer-tel{

    display: flex;

}

.footer-wap-m .footer-tel>div{

    font-size: 12px;

    font-family: fangsong;

    padding: 20px 0px;

    float: left;

    width: 50%;

}

.footer-wap-m .footer-tel>div>p{

    height: 20px;

    line-height: 20px;

}

.footer-wap-m .footer-tel>div>p>i{

    max-width: 20px;

    display: block;

    float: left;

    margin-right: 3%;

}

.footer-wap-m .footer-tel>div>a{

    color: #000;

    margin-left: 15%;

}





/**********************************************about**************************************/



.about-banner{

    display: flex;

    padding: 5% 0px 5% 0px;

    background-color: #ebf2ff;

}

.about-banner .about-banner-left,.about-banner .about-banner-right{

    width: 50%;

}

.about-banner .about-banner-left{

    

}

.about-banner .about-banner-left>img{

    max-width: 800px;

    margin-left: 15%;

    margin-top: 15%;

}



.about-banner .about-banner-right{

    max-width: 700px;

}

.about-banner .about-banner-right>img{

    cursor: pointer;

}

.video-box{

    display: none;

    position: fixed;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,0.80);

    top: 0px;

    

}

.video-box>video{

    position: absolute;

    width: 80%;

    left: 10%;

    top: 55px;

}



.about2 .about-tab-box{

    position: fixed;

    left: 10px;

    top: 25%;

    opacity: 0.6;

    max-width: 200px;

    z-index: 9;

    max-width: 40px;

}

.about2 .about-tab-box ul li{

    width: 100%;

    display: block;

    border: 1px solid #787878;

}

.about2 .about-tab-box ul li a{

    color: #000;

    display: block;

    padding: 10px 10px;

    text-align: center;

}

.about2 .about-tab-box ul li a:hover{

    color:#FF0004;

    background-color: #a7a7a7;

    font-weight: bold;

}

.about-cont>div{

    background-color: #ebf2ff;

    width: 100%;

    display: table;

}

.his-box{

    background-color: #fff;

    width: 100%;

}

.about-cont .cont1 div{

    float: left;

    margin-left: 8%;

    margin-top: 10%;

    margin-bottom: 10%;

    width: 40%;

}



.about-cont .cont1 div img{

    max-width: 750px;

    width: 85%;

}

.about-history{

    padding: 5% 0px;

}



.about-team{

    padding: 5% 0px;

}

.about-team .about-team-title {

    text-align: center;

    padding-bottom: 5%;

}

.about-team .about-team-title h2,.about_content h2{

    font-size: 30px;

    padding: 30px;

    font-weight: bold;

    color: #000;

}

.about-team .about-team-title p{

    font-size: 20px;

}

.about-team .team-img{

    max-width: 1500px;

    margin: auto;

}





/***********************************************class-index*************************************************/

.class-index-banner{

    margin-top: 55px;

}



.class-title{

    width: 100%;

    max-width: 1200px;

    margin: auto;

    padding: 50px 0px 30px 0px;

}

.class-title .class-title-bg{

    position: relative;

    text-align: center;

}

.class-title .class-title-bg ul{

    display: flex;

    width: 100%;

    justify-content: center;

    

}

.class-title .class-title-bg ul li{

    width: 50px;

    height: 50px;

    border-radius: 50px;

    margin: 0px 6%;

    float: left;

}

.class-title .class-title-bg .class-bg2{

    position: absolute;

    top: 0px;

    margin-left: 2%;

    width: 100%;

}

.class-title .class-title-h2{

    font-size: 2em;

    font-weight: bold;

    position: absolute;

    top: 0px;

    line-height: 50px;

    text-align: center;

    width: 100%;

}



.class-mode .class-mode-p,.classes-li .classes-li-p{

    font-size: 20px;

    width: 100%;

    max-width: 1200px;

    margin: auto;

    text-align: center;

    padding: 0px 0px 30px 0px;

    line-height: 25px;

}

.class-mode .class-mode-li{

    width: 100%;

    max-width: 1200px;

    margin: auto;

}

.class-mode .class-mode-li ul{

    display: flex;

    padding-bottom: 20px;

}

.class-mode .class-mode-li ul li{

    width: 18%;

    float: left;

    margin-right: 2%;

    cursor: pointer;
    
/*    animation: fadeInUp;*/

}

.class-mode .class-mode-li ul li:last-child{

    margin-right: 0px;

}

.class-mode .class-mode-li ul li .percentage{

    font-size: 22px;

    padding: 50px 0px;

    border-radius: 20px;

    text-align: center;

    width: 90%;

    margin: auto;

    height: 120px;

    overflow: hidden;

    transition: all 0.5s;  

　　-moz-transition: all 0.5s; /* Firefox 4 */  

　　-webkit-transition: all 0.5s; /* Safari 和 Chrome */  

　　-o-transition: all 0.5s; /* Opera */

}

.class-mode .class-mode-li ul li .class-mode-li-title{

    font-size: 18px;

    text-align: center;

    border: 1px solid #000;

    border-radius: 20px;

    padding: 5px 10px;

    margin: 20px auto;

    width: 80%;

}

.class-mode .class-mode-li ul li .class-mode-li-p{

    font-size: 14px;

    line-height: 20px;    

    width: 80%;

    margin: 10px auto;

    height: 80px;

    overflow: hidden;

}



.classes-list{

    width: 100%;

    max-width: 1200px;

    margin: auto;

}

.classes-list ul{

/*    display: flex;*/

}

.classes-list ul li{

    width: 48%;

    display: inline-flex;

    margin-bottom: 30px;

    background-color: #fff;

}



.classes-list ul li:nth-child(odd){

    visibility: visible;

    animation-duration: 2.5s;

    animation-name: fadeInLeft;

}



.classes-list ul li:nth-child(even){

    margin-left: 2%;

    visibility: visible;

    animation-duration: 2.5s;

    animation-name: fadeInRight;

}

.classes-list-box{

    display: flex;

    text-decoration: none;

    color: #000;

}

.classes-list-box .classes-list-img{

    float: left;

    width: 40%;

    width: 217px;

    height: 287px;

    overflow: hidden;

}

.classes-list-box .classes-list-img img,.work-img-list .swiper-workimg>div a img,.preview .swiper-slide,.schoolImg-preview .swiper-slide{

    transition: all 0.5s;  

　　-moz-transition: all 0.5s; /* Firefox 4 */  

　　-webkit-transition: all 0.5s; /* Safari 和 Chrome */  

　　-o-transition: all 0.5s; /* Opera */

}

.classes-list-box  .classes-right{

    width: 50%;

    margin-left: 5%;
    

}

.classes-list-box  .classes-right h3{

    font-size: 18px;

    padding: 50px 0px 20px 0px;

    font-weight: 600;

}

.classes-list-box  .classes-right .classes-list-time{

    font-size: 16px;

    padding-bottom: 20px;

}

.classes-list-box  .classes-right span{

    font-size: 14px;

    display: block;

    line-height: 20px;

    padding-bottom: 20px;
    
    height: 80px;
        
    overflow: hidden;
    
    min-width: 300px;

}

.classes-list-box  .classes-right .classes-list-button{

    width: 100px;

    font-size: 12px;

    padding: 10px 0px;

    border: 1px solid #f8d6f4;

    text-align: center;

}



.work-img-nav{

    width: 100%;

    max-width: 1200px;

    margin: auto;

}

.work-img-nav ul li{

    width: 16%;

    display: inline-flex;

}

.work-img-nav ul li a{

    display: block;

    width: 70%;

    margin: auto;

    font-size: 14px;

    text-align: center;

    color: #000;

    padding: 10px 0px;

}



.work-img-list{

    max-width: 1200px;

    width: 100%;

    margin: auto;

    padding: 50px 0px;

}

.work-img-list .swiper-workimg>div{

    width: 23%;

    display: inline-flex;

    margin-right: 2%;

    margin-bottom: 30px;
    
    overflow: hidden;

}

.work-img-list .swiper-workimg>div:nth-child(4n){

    margin-right: 0px;

}



/*privileges*/

.privileges-list{

    max-width: 1200px;

    width: 100%;

    margin: auto;

}

.privileges-li-img{

    width: 100px;

    height: 100px;

    border-radius: 100%;

    margin: auto;

    overflow: hidden;

}



/*practice*/

.practice-list{

    max-width: 1200px;

    margin: auto;

    width: 100%;

    padding: 50px 0px;

}



.view .swiper-container {

	max-width: 800px;

}



.view .swiper-slide {

	display: block;

}



.view .arrow-left {

	background: url(../images/index_tab_l.png) no-repeat left top;

	position: absolute;

	left: 10px;

	top: 50%;

	margin-top: -25px;

	width: 28px;

	height: 51px;

	z-index: 10;

}



.view .arrow-right {

	background: url(../images/index_tab_r.png) no-repeat left bottom;

	position: absolute;

	right: 10px;

	top: 50%;

	margin-top: -25px;

	width: 28px;

	height: 51px;

	z-index: 10;

}



.preview {

	width: 100%;

	margin-top: 10px;

	position: relative;

}



.preview .swiper-container {

	max-width: 1000px;

	margin-left: 35px;

    margin: auto;

}



.preview .swiper-slide {

	width: 188px;

	height: 137px;

}





.preview .arrow-left {

	background: url(../images/feel3.png) no-repeat left top;

	position: absolute;

	left: 10px;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}



.preview .arrow-right {

	background: url(../images/feel4.png) no-repeat left bottom;

	position: absolute;

	right: 10px;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}



.preview img {

	padding: 1px;

}



.preview .active-nav img {

	padding: 0;

}

.preview .swiper-slide:hover{

    cursor: pointer;

}



/*methods*/

.methods-box{

    padding: 50px 0px;

}

.methods-img{

    max-width: 1200px;

    width: 100%;

    margin: auto;

}



/*new list*/



.news-list{

    padding-bottom: 50px;

}



/*schoolImg*/

.schoolImg-box{

    padding-bottom: 50px;

}

.schoolImg-list{

    position: relative;

}

.schoolImg-view .swiper-container {

	width: 100%;

    max-width: 1920px;

}

.schoolImg-view-bg{

    

}

.schoolImg-view .swiper-slide {

	display: block;

}



.schoolImg-preview {

	width: 100%;

	margin-top: 10px;

	position: absolute;

    bottom: 30px;

}



.schoolImg-preview .swiper-container {

	max-width: 1000px;

	margin-left: 35px;

    margin: auto;

}



.schoolImg-preview .swiper-slide {

	width: 188px;

	height: 137px;

}



.schoolImg-preview img {

	padding: 1px;

}



.schoolImg-preview .active-nav img {

	padding: 0;

}

.schoolImg-preview .swiper-slide:hover{

    cursor: pointer;

}



/*honor-list*/

.honor-box{

    padding-bottom: 50px;

}

.honor-list{

    max-width: 1200px;

    width: 100%;

    margin: auto;

}

.swiper-honor-left{

    margin-bottom: 30px;

}



/*GPhoto-list*/

.GPhoto-list{

    padding: 50px 0px;

    width: 100%;

    margin: auto;

    max-width: 2000px;

/*    height: 500px;*/

}



.swiper-GPhoto .swiper-slide{

    opacity: .2;

    transform: scale3d(0.8, 0.8, 1);

    transition: all 0.3s ease-in-out;

}



.swiper-GPhoto .swiper-slide-prev{

    opacity: .2;

    transform: scale3d(0.8, 0.8, 1);

    transition: all 0.3s ease-in-out;

}

.swiper-GPhoto .swiper-slide-active{

    opacity: 1;

    transform: scale3d(1.0, 1.0, 1);

/*    width: 800px !important;*/

}

.swiper-GPhoto .swiper-slide-next{

    opacity: .2;

    transform: scale3d(0.8, 0.8, 1);

    transition: all 0.3s ease-in-out;

}

.show-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 80px;
}
.monitalink{
    width: 100%;
    display: flex;
/*    padding: 20px 0px;*/
}

.monitalink li{
    width: 80px;
    float: left;
}
.monitalink li a{
    font-size: 14px;
    color:#999;
}

.content p img{
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
}
/*.show-title ul{width: 90%;margin: auto;}*/
.show-title{
    margin: 20px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #eaeaf0;
}
.show_course_left{float:left;line-height:30px;font-size:30px;width: 20%;}
.show_course_center{margin-left:10px;float:left;font-size:14px;margin-top:10px;color: #999;}
.show_course_right{float:right;line-height:30px;color: #b3b3b3;}
.show_course_right i{margin-right:8px;}




/* 小型设备（手机，768px 起） */

@media (max-width: 767px) { 

    

    .hidewap{

        display: none !important;

    }

    .showwap{

        display: block !important;

    }

    

    .hidepcmax768{

        display: none !important;

    }

    .showwapmax768{

        display: block !important;

    }

    

    .waplogo{

        max-width: 150px;

        margin: auto;

    }

	.index-loading p{

        font-size: 2em;

        top: 35%;

        line-height: 1.3em;

    }

    .index-loading span{

        font-size: 1.2em;

        top: 55%;

    }

    .index-loading img{

        background-image: url("http://1302268399.vod2.myqcloud.com/22ae5d8dvodcq1302268399/070d35ba387702306887307358/XIyi2s9GomsA.png");

    }

    #bannerwap .swiper-bannerwap .swiper-slide .banner-p{

        top: 55%;

        width: 100%;

        margin: 0 auto;

    }

    #bannerwap .swiper-bannerwap .swiper-slide .banner-p img{

        padding: 10px;

    }

    #bannerwap .swiper-button-prev,#teacher .swiper-teacher .swiper-button-prev{

        left: 10px;

    }

    #bannerwap .swiper-button-next,#teacher .swiper-teacher .swiper-button-next{

        right: 10px;

    }

    

    .title-box{

        top: 10%;

        left:inherit;

        z-index: 99;

    }

    .title-box span, .title-box div{

        font-size: 1.5em;

    }

    .tab-box{

        left: inherit;

        top: 65%

    }

    .tab-box p{

        font-size: 1em;

        text-align: center;

        padding-bottom: 5px;

    }

    .tab-box ul li{

        font-size: 12px;

        padding: 10px 0px;

    }

    .tab-box ul li a{

        font-size: 12px;

        margin-bottom: 10px;

        max-width: 90px;

        overflow: hidden;

    }

    .tab-box ul .active a{

        padding-bottom: 7px;

    }

    .tab-box ul li a:hover{

        padding-bottom: 7px;

    }

    .curriculum-p p{

        max-width: 90%;

        font-size: 12px;

        margin-left: 5%;

    }

    .curriculum-tab{

        left: inherit;

        width: 100%;

        height: 100%;

    }

/*

    .curriculum-nav{

        position: absolute;

        z-index: 99;

        top: 18%;

    }

    .curriculum-nav ul li{

        border: 1px solid #000;

        background-color: #fff;

        float: left;

        margin-left: 5px;

        

    }

    .curriculum-nav ul li a{

        font-size: 10px;

        color: #000000;

        padding: 5px 15px;

        display: block;

    }

*/

    .curriculum-img{

        margin:inherit;

        padding-top: 50px;
/*      padding-top: 40%;*/

    }

    .curriculum-p{

        top: 75%;

    }

    .curriculum-a{

        position: absolute;

        bottom: 40px;

        right: 0px;

    }

    #curriculum .swiper-button-prev{

        left: 10px;

    }

    #curriculum .swiper-button-next{

        right: 10px;

    }

    

    .teach-left .teach-title{

        margin-bottom: 40%;

    }

    .teach-left .teach-title span{

        font-size: 0.8rem;

        padding: 10px 0px;

    }

    .teach-left .teach-title title{

        font-size: 1.4rem;

    }

    .teach-left a{

        max-width: 140px;

    }
    
    .teach_ani_p_03{
        background-color: rgba(255,255,255,0.3);
        border-radius: 20px;
        padding: 5px;
    }

    .teach-left p{

        font-size: 12px;

    }

    .teach-left{

        left: 10px;

        max-width: 260px;

        top: 10%;

    }

    .teach-right{

        right: -70px;

        top: 18%;

    }


    .work-img-box .work-title{

        margin-bottom: 5%;

    }

    .work-img-box .work-title span{
        font-size: 1.2em;
        padding: 10px 0px;
    }
    
    .work-img-box .work-title title{
        font-size: 1.6em;
    }

    

    .workNav{

/*        display: flex;*/

        max-width: inherit;

        width: 100%;

        margin-bottom: 10%;

    }

    .workNav li{

        width: 30%;

        border: 1px solid #000;

        float: left;

        padding: 5px 5px;

        margin-left: 5px;

        margin-right: 5px;
        
        margin-bottom: 5px;

    }

    

    .workNav li a{

        text-align: center;

        font-size: 12px;

    }

    .workNav li a span{

        display: none;

    }

    

    .work-img-box{

/*        top: 10%;*/

        position: absolute;

    }

    .work-container{

        width: 320px;

    }

    .about_content h2{

        margin-top: 10%;

        font-size: 26px;

        margin-bottom: 10%; 

    }

    

    .video-box>video{

        width: 100%;

        left: inherit;

        top: 35%;

    }

    

     .event_box,.tempWrap{

        max-width: 320px;

         width: 100%;

    }

    

    .parBd h4{

        font-size: 18px;

    }

    .parBd h4:after{

        display: none;

    }

    .parBd h4:before{

        display: none;

    }

    

    .about-cont .cont1 div{

        width: 100%;

        margin: auto;

    }

    .about-cont .cont1 div img{

        width: 100%;

    }

    .about-team .about-team-title h2{

        font-size: 26px;

    }

    .about-team .about-team-title p{

        font-size: 16px;

    }

    .form-box{

        width: 100%;

        display: block;

        margin-top: 20px;

    }

    .foot-title>img{

        display: none;

    }

    .form-box .footer-right .form p{

        font-size: 12px;

    }

    .footer-table tr{

        padding: 5px 0px;

    }

    .footer-table tr td{

        font-size: 12px;

    }

    .footer-table tr td input{

        width: 200px;

    }

    .form-box .footer-left,.form-box .footer-right{

        float: none;

        width: 100%;

    }

    .form-box .footer-left{

       display: none;

    }

    .form-box .footer-right{

        float: none;

        margin: auto;

    }

    .foot-title p{

        font-size: 14px;

        width: 80%;

        margin: auto;

        margin-top: 10%;

    }

    .foot-form-top{

        padding: 10px 0px;

        line-height: 25px;

    }

    .footer-wap-m{

        width: 100%;

        margin: auto;

        display: block;

    }

    .form-box .footer-right>p{

/*        margin-top: 10px;*/

        font-size: 12px;

    }

    .form-box .footer-right .form{

        height: auto;

    }

    .fc-form-body{
        width: 100%;
    }
    .form-group label{
        font-size: 12px;
    }

    /*class-index*/

    

    .class-mode .class-mode-li ul{

        display: flow-root;

    }

    .class-mode .class-mode-li ul li{

        width: 48%;

        margin-bottom: 10px;

        

    }

    .class-mode .class-mode-li ul li:nth-child(odd) {

        animation-duration: 2.5s;

        animation-name: fadeInLeft;

    }

    .class-mode .class-mode-li ul li:nth-child(even) {

        animation-duration: 2.5s;

        animation-name: fadeInRight;

    }

    .class-mode .class-mode-li ul li .percentage{

        width: 75%;

        height: 80px;

        padding: 30px 0px;

    }

    .class-mode .class-mode-li ul li .class-mode-li-title{

        font-size: 14px;

    }

    

    .classes-list-box{

        display: block;

    }

    .classes-list-box .classes-list-img{

        float: none;

        width: 100%;

        height: auto;

        margin: auto;

        

    }

    .classes-list-box .classes-right{

        width: 90%;

    }

    .classes-list-box .classes-right h3{

        padding: 20px 0px;

        font-size: 16px;

    }

    .classes-list-box .classes-right .classes-list-time{

        font-size: 14px;

        padding-bottom: 10px;

    }

    .classes-list-box .classes-right span{

        font-size: 12px;
        
        height: 80px;
        
        overflow: hidden;
        
        min-width: 80px;

    }

    

    .classes-list-box .classes-right .classes-list-button{

        margin: auto;

    }

    

    .class-title .class-title-h2{

        font-size: 1.5em;

    }

    .class-mode .class-mode-p, .classes-li .classes-li-p{

        font-size: 14px;

        width: 85%;

        margin: auto;

    }

    .class-mode .class-mode-li ul li .class-mode-li-p{

        font-size: 12px;

    }

    .classes-list,.methods-img,.honor-list,.GPhoto-box{

        width: 90%;

        margin: auto;

    }

    .schoolImg-preview{

        bottom: -90px;

    }

    .swiper-GPhoto .swiper-slide-active{

        width: inherit;

    }

    
    .work-img-nav ul{
        display: flow-root;
    }
    .work-img-nav ul li{

        width: 30%;
        display: block;
        float: left;
        margin-left: 2.5%;
    }

    .work-img-nav ul li a{

        font-size: 12px;

        width: auto;

        margin: 5px 5px;

    }

    .work-img-list .swiper-workimg>div{

        width: 46%;

        margin-right: auto;

    }

    .work-img-list .swiper-workimg>div:nth-child(1){

        margin-left: 2%;

    }

    .work-img-list .swiper-workimg>div:nth-child(n+2){

        margin-left: 2%;

    }

    .preview .swiper-slide,.schoolImg-preview .swiper-slide{

        width: 120px;

        height: auto;

    }

    .schoolImg-list,.schoolImg-preview{

        position: inherit;

    }
    
    .show-box{
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .show_course_left{
        font-size: 18px;
        width: 80%;
    }
    
    .show_course_center{
        font-size: 12px;
    }
    .show_course_right{
        font-size: 14px;
    }
    
    .wap-footer{
        margin-top: 55px;
    }
    
    .swiper-workimg .swiper-slide a{
        height: auto;
        max-width: 280px;
    }

}



/* 小型设备（手机，768px 起） */

@media (min-width: 768px) and (max-width: 992px) { 

    

    .index-loading p{

        font-size: 3.5em;

    }

    .index-loading span{

        top: 48%;

    }

    .nav>li {

    margin: 0px 3px;

    }

    

    .curriculumNav li,.curriculumNav li a{

        font-size: 12px

    }

    .curriculumNav li span{

        padding: 0px;

        font-size: 12px;

    }

    .curriculum-p{

        top: 65%;

    }

    .curriculum-p p{

        max-width: 47%;

        max-height: 80px;

        overflow: hidden;

    }

    .tab-box{

        left: 5%;

    }

    .curriculum-tab{

        width: 90%;

/*        margin-left: 5%;*/

        left: 5%;

        top: 40%;

    }

    

    #banner .swiper-banner .swiper-slide .banner-p img{

        width: 100%;

    }

    .teach-left{

        left: 5%;

        max-width: 260px;

    }

    .teach-right{

        right: -70px;

        top: 18%;

    }

    

    .work-img-box .work-title{

        margin-bottom: 5%;

    }

    

    

    .workNav{

        display: flex;

        max-width: inherit;

        width: 100%;

        margin-bottom: 5%;

    }

    .workNav li{

        width: 18%;

        border: 1px solid #000;

        float: left;

        padding: 10px;

        margin-left: 5px;

        margin-right: 5px;

    }

    

    .workNav li a{

        text-align: center;

        font-size: 12px;

    }

    .workNav li a span{

        display: none;

    }

    

    .work-img-box{

        top: 10%;

        position: absolute;

    }

    

    .event_box{

        max-width: 600px;

    }

    

    .about-cont .cont1 div{

        width: 40%;

        margin-left: auto;

    }

    .cont1-left{

        margin-left: 8% !important;

        margin-right: 0%;

    }

    .cont1-right{

        width: 50% !important;

    }

    .about-cont .cont1 div img{

        width: 90%;

    }

     .form-box{

        width: 100%;

        display: block;

        margin-top: 20px;

    }

    .foot-title>img{

        display: none;

    }

    .form-box .footer-right .form p{

        font-size: 12px;

    }

    .footer-table tr{

        padding: 5px 0px;

    }

    .footer-table tr td{

        font-size: 12px;

    }

    .footer-table tr td input{

        width: 200px;

    }

    .form-box .footer-left,.form-box .footer-right{

        float: none;

        width: 100%;

    }

    .form-box .footer-left{

       display: none;

    }

    .form-box .footer-right{

        float: none;

        margin: auto;

    }

    .foot-title p{

        font-size: 14px;

        width: 80%;

        margin: auto;

        margin-top: 10%;

    }

    .foot-form-top{

        padding: 10px 0px;

        line-height: 25px;

    }

    .footer-wap-m{

        width: 80%;

        margin: auto;

        display: block;

    }

    .form-box .footer-right>p{

        margin-top: 10px;

        font-size: 12px;

        width: 90%;

        margin: auto;

    }

    

    .form-box .footer-right .form{

        height: 270px;

    }

    

/*class-index*/

    .class-title .class-title-h2{

        font-size: 1.5em;

    }

    .class-mode .class-mode-p, .classes-li .classes-li-p{

        font-size: 16px;

        width: 85%;

        margin: auto;

    }

    .class-mode .class-mode-li ul li .class-mode-li-p{

        font-size: 12px;

    }

    .classes-list,.methods-img,.honor-list,.GPhoto-box{

        width: 90%;

        margin: auto;

    }

    .schoolImg-preview{

        bottom: -90px;

    }

    .swiper-GPhoto .swiper-slide-active{

        width: inherit;

    }

    .show-box{
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .show_course_left{
        font-size: 20px;
        width: 25%;
    }

}



/* 中型设备（台式电脑，992px 起） */

@media  (min-width: 992px) and (max-width: 1200px){ 

   

	.navbar-left{

/*		margin-left: 5%!important;*/

	}

    

    #banner .swiper-banner .swiper-slide .banner-p {

    position: absolute;

    width: 50%;

    }

    

    .index-loading p{

        font-size: 3em;

        top: 30%;

    }

    

    .tab-box ul li,.tab-box ul li a{

        font-size: 12px

    }

    .curriculumNav li span{

        padding: 0px 10px;

        font-size: 12px;

    }

    .curriculum-p{

        top: 65%;

    }

    .curriculum-p p{

        max-width: 47%;

    }

    .tab-box{

        left: 5%;

    }

    .curriculum-tab{

        width: 90%;

        left: 5%;

    }

    

    #banner .swiper-banner .swiper-slide .banner-p img{

        width: 100%;

    }

    .index-loading span{

/*        top: 51%;*/

    }

    .teach-left{

        left: 5%;

    }

    .teach-right{

        right: 0px;

        top: 18%;

    }

    .about-cont .cont1 div{

        width: 40%;

        margin-left: auto;

    }

    .cont1-left{

        margin-left: 8% !important;

        margin-right: 0%;

    }

    .cont1-right{

        width: 50% !important;

    }

    .about-cont .cont1 div img{

        width: 90%;

    }



    .form-box{

    display: block;

    }

    .foot-title>img{

        display: none;

    }

    .form-box .footer-left{

       display: none;

    }

    .form-box .footer-right{

        float: none;

        width: 50%;

        margin: auto;

    }

    .foot-title p{

        font-size: 16px;

    }

    .footer-wap-m{

        width: 50%;

        margin: auto;

        display: block;

    }

    .show-box{
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }

}

    



/*

.index-page>swiper-slide{

	width: 100%;

    height: 100%;

}

*/





















