@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*抬头*/


.header{ position:fixed; top:0; left:0; right:0; width:100%; margin: 0 auto;background: linear-gradient(to bottom,rgba(0,0,0,50%),rgba(0,0,0,30%),transparent);
z-index:999; font-family: "Microsoft Yahei";}

.logowhite{
    display: block;
}
.logoblue{
    display: none;;
}
.header .w1400,.headerbg .w1400{min-width:1400px; width:90%;margin: 0 auto;
height:90px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.hleft{  /*padding-top:5px;*/}
.hleft p{font-size:18px; color:#111; padding-left: 10px; 
    line-height:28px; display: block;position: relative;
}
.hleft p:before{
    content: "";
    display: block;width: 1px;height:50px;background:#ddd; position: absolute;left: 0;top: 5px;
}
.hleft p span{
    font-size:19px;
}
.hleft strong{
    letter-spacing: 0.6px;
}
.hleft a{ margin-right:13px; float: left;
}
.hleft a img{
  width: auto; max-height: 60px;
}
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{ position:relative; margin-right:2vw;}
.headerbg .nav>ul>li.on>a {
    color: #fff;font-weight: bold;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:18px; color:#fff; display:block; line-height:90px; position:relative; 
  
} 
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{  font-weight:bold;color: #fff;
    
}


.dropmenu{position:absolute; border-radius:5px; transition:all .3s ease; top:90px; left:-70%; width:240%; background:rgba(255,255,255,0.98); /*overflow:hidden;*/
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:15px 0;
    
}
.dropmenu:before{content:"";
    display: block;width: 12px;height:12px;background: #fff;transform: rotate(45deg);top:-5px;position: absolute;left: 0;right: 0;margin: 0 auto;}
 

.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:36px; font-size:16px; color:#666; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#fff;
    background: #1b81c4;
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.searchicon{ width:22px; height:22px; cursor:pointer;border-radius: 50%;
    color: #fff;font-weight: bold;overflow: hidden;text-align: center; padding-top: 3px;
}
.searchicon:before{
    font-size:1.1rem;
}
.search{ position:relative;}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:1034px;box-sizing:border-box; position: absolute;top:60px;right: 0;padding: 30px; z-index: 9;box-shadow:0 0 10px rgba(0,0,0,.2);}
.iser_box .iShow{ visibility:visible; opacity:1; top:62px;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}

.hidden{
    display: none;
}


.headerbg{position: fixed;top:0; left:0; right:0; width:100%; margin: 0 auto;/*border-bottom: 1px solid #eee;*/
    z-index:999;width: 100%;min-width: 1300px; background:#1b81c4;
    
}
.headerbg .logowhite {
    display: none !important;
}
.headerbg .logoblue{
   display: block;
}
/*
.headerbg .nav>ul>li>a,.headerbg .navlayout,.headerbg .searchicon{
    color: #333;
}
*/


/*公司简介*/
.about{
    width: 100%; min-width: 1300px;padding:70px 0; background: url(images/aboutbg.jpg)center bottom fixed no-repeat;
}
.aboutt{
    text-align: center; margin-bottom: 35px;
}
.aboutt dl{
    display: inline-block;padding-left:33px;line-height: 77px;color: #222; background: url(images/icoblue.png)center left no-repeat; font-size: 40px;font-weight: bold; margin-left: -30px;
}
.aboutt span{color:#ed7b1f;}
.aboutt p{text-transform: uppercase;line-height: 1;
    display: block;font-size: 17px;color: #666;
}

.aboutl{
    width: 560px;font-size: 14px;line-height: 2;text-align: justify;
}
.aboutl img{
    display: block;
}
.aboutl a{ margin-top: 15px; padding-bottom: 8px;
    display: block;font-size: 18px;color: #333;font-weight: bold;
}
.aboutc{
    margin:0 31px;
}

.aboutc a{
    display: block;overflow: hidden;position: relative;
}
.aboutc a img{
    display: block;
}
.aboutc a .txt {position: absolute;left: 0;top:195px;transition: all ease 0.5s;
    display: block;width: 100%; background: linear-gradient(to right,rgba(27,129,196,100%),transparent);color: #fff;padding-left: 20px;box-sizing: border-box;
}
.aboutc a .txt p{height: 50px;line-height: 50px;font-weight:bold;font-size: 18px;}
.aboutc a .txt em{transition: all ease 0.5s;
   height: 0;overflow: hidden;display: block;
    
}
.aboutc a+a{
    margin-top:30px;
}
.aboutc a:hover .txt {text-align:center; padding-left: 0;
    background:rgba(27,129,196,80%);top: 0;height: 245px;box-sizing: border-box;padding-top:80px;
}
.aboutc a:hover .txt em{
    height: 20px;font-size: 15px;
}


.aboutr{
    width: 395px; position: relative; padding:0 25px 25px 0;height: 520px;
    box-sizing: border-box;
}
.aboutr:after{
    display: block;content: "";width:370px;bottom: 0;height: 495px;position: absolute;right: 0;z-index: 1;background: #1b81c4;
}
.aboutr:before{
    display: block;content: "";width: 100%;position: absolute;top: 2px; background: #1b81c4;
}
.aboutr .txt{z-index: 2;position: relative; background: #fff; padding-bottom: 10px;
    padding: 25px;text-align: justify;line-height: 2;border: 1px solid #eee; border-bottom:0;
}
.aboutr img{height: 347px;width: 370px;
    display: block;z-index: 2;position: relative;
}
.aboutr .txt dl{font-size:18px;font-weight:bold;color: #333;padding-bottom:5px;
}
.aboutr .txt p{font-size:14px;color:#666;}


/*主营业务*/
.zhuying{
    width: 100%;min-width: 1300px;background: url(images/zhuying.jpg)center bottom no-repeat; padding: 70px 0 140px 0;
}
.zhuyingb{ position:relative;}
.zhuyingb li{position: relative;cursor: pointer;
    display: block;width: 32%;float: left; background: #fff;overflow: hidden; box-sizing: border-box; padding: 40px 35px;
}
.zhuyingb li:After{content:"";position: absolute;left: 0;bottom: 0;transition: all ease 0.5s;
    display: block;width: 0;height: 0;background: #1b81c4;
}
.zhuyingb li:hover:After{width:100%;height:100%;}

.zhuyingb li+li{ margin-left:2%;}
.zhuyingb li .lil{width:143px;height: 143px;background: #fff;border-radius: 50%;border: 6px solid #cbe0ee; overflow: hidden;position: relative;z-index: 2;
}
.zhuyingb li .lil img{
    display: block;
}

.zhuyingb li .lir{
    width: 205px;font-size: 14px;line-height: 2;color: #666;position: relative;z-index: 2;transition: all ease 0.5s;
}
.zhuyingb li .lir a{border-radius: 18px;
    display: block;width:110px;line-height: 32px;background: #f5f5f5;margin-top: 20px;text-align: center;font-size: 14px;font-family: "arial";
}
.zhuyingb li .lir dl{
   color: #222;font-size: 26px;transition: all ease 0.5s; margin-bottom: 10px;line-height: 35px;
}
.zhuyingb li:hover .lir dl{color:#fff;}
.zhuyingb li:hover .lir p{color:#fff8}
.zhuyingb li:hover .lir a{
    background: #ed7b1f;color: #fff;
}


/*校园展示*/
.school{
    width: 100%;;min-width: 1300px;background: #fff;padding: 60px 0;
}
.schoolb #tablit{
    background: #f5f5f5; padding:0 25px;border-left: 4px solid #1b81c4; margin-bottom: 35px;
}
.schoolb #tablit li{
    float: left;line-height: 50px;
}
.schoolb #tablit li a{font-size: 20px;color: #aaaaaa;}

.schoolb #tablit .xiegan{float:left;margin:0 10px;font-size:20px;color:#aaaaaa;line-height: 50px;}
.schoolb #tablit li.on a{color:#222;font-weight:bold;}
.schoolb #tablit .more{border-radius: 30px;transition: all ease 0.5s;cursor: pointer;
    width: 110px;color: #aaa;background:#fff;font-size:14px;font-family:"arial";line-height: 30px;margin-top: 10px;text-align: center;
}
.schoolb #tablit .more:hover {display:block;
    background: #1b81c4;border-radius: 0;
}.schoolb #tablit .more:hover a{color: #fff;}

.schoolb .tabcon{
    position: relative;
}
.schoolb .tabcon a{ overflow:hidden;width: 280px;height: 210px;float: left; box-sizing: border-box;border: 1px solid #eee;
    position: relative;
}
.schoolb .tabcon a .pic{width:100%;}
.schoolb .tabcon a img{
    display: block;width: 100%;height: auto;transition: all ease 0.5s;
}
.schoolb .tabcon a:hover img{
    transform: scale(1.1);
}
.schoolb .tabcon a:nth-of-type(3){
    width:470px;height: 210px; margin: 0 25px;
}
.schoolb .tabcon a:nth-of-type(4){ width:470px;height: 210px; margin-right:25px;}
.schoolb .tabcon a:nth-of-type(3) img,.schoolb .tabcon a:nth-of-type(4) img{
    margin-top: -70px;
}
.schoolb .tabcon a:nth-of-type(n+4){ margin-top:25px;}
.schoolb .tabcon a:nth-of-type(n+6){
    width: 23.5%;box-sizing: border-box;
}
.schoolb .tabcon a:nth-of-type(n+6) img{
    margin-top: -10px;
}

.schoolb .tabcon a:nth-of-type(n+7){ margin-left:2%;}
.schoolb .tabcon a:nth-of-type(1){
    display: block;width: 600px;height: 445px;float: right;
}
.schoolb .tabcon:After{
    display: block;content: "";clear: both;
}
.schoolb .tabcon a .txt{font-size: 18px;text-align: center;transition: all ease 0.5s;
    width: 100%;background: rgba(27,129,196,0.8);line-height: 50px;position: absolute;bottom: -50px;left: 0;right: 0;margin: 0 auto;color: #fff;
}
.schoolb .tabcon a:hover .txt{
    bottom: 0;
}


/*动态*/
.newsall{
    width: 100%;min-width: 1300px;background:#f2f2f2 url(images/dongtai.jpg)center top no-repeat; padding: 120px 0 70px 0; box-sizing: border-box; overflow: hidden;
}
.newsl{
    width: 450px;height: 455px;box-sizing: border-box;background: #fff;border: 1px solid #eee;padding: 26px;
}
.newsl .pic{ overflow:hidden; height:270px;}
.newsl .pic img{
    display: block;width: 100%;height: auto; margin-top: -10px;
}
.newsl .txt{
    font-size: 14px;line-height: 2;color:#666;
}
.newsl .txt dl{ font-size:18px;color:#333;font-weight:bold; padding-top:8px;}
.newsl .txt .data{ color:#ccc; font-family:"arial"; line-height:30px; margin-top:5px; font-size:16px;}
.newsl .txt .data span{font-size:20px; padding-right:5px;}
.newsl:hover .txt dl{color:#1b81c4;}

.newsr{width:950px;}
.newsr a{float: left;width: 450px;height: 215px;box-sizing: border-box;border: 1px solid #eee;padding: 26px;font-size:14px;color: #666;line-height: 2;
background: #fff;margin-left:25px;transition: all ease 0.5s;
    
}

.newsr a:hover{
    background: #1b81c4;color: #fff7; 
}

.newsr a:nth-of-type(n+3){ margin-top:25px;}
.newsr a dl{ font-size:18px;color:#333;font-weight:bold; padding-bottom:5px;}
.newsr .data{ color:#ccc; font-family:"arial"; line-height:30px; margin-top:8px; font-size:16px;}
.newsr .data span{font-size:20px; padding-right:5px;}

.newsr a:hover .txt dl{color:#fff;}
.newsr a:hover .txt p{color:#fff8;}
.newsr a:hover .data{color:#fff4;}

.newsbb{
    width: 1400px;
}
.newsbb a:nth-of-type(1){ margin-left:0;}
.newsbb a{ margin-top:25px;}

/*家长反馈*/
.fankui{ overflow: hidden;
    width: 100%;min-width: 1200px;background: url(images/honorbg.jpg)center bottom no-repeat; padding:70px 0 135px 0; box-sizing: border-box;
}
/*.fankui .aboutt dl{background: url(images/icowhite.png)center left no-repeat;}*/
.fankui .aboutt dl{color:#fff;}
.fankui .aboutt p{color:#fff8;}
.fankuib{
    width: 1420px;margin: 0 auto;
}
.fankuib .bd li{
    width: 260px;margin:0 12px;float: left;
}
.fankuib .bd li a img{
    display: block;width: 100%; box-sizing: border-box;border: 5px solid #fff8;
}

.fankuib .hd{
    text-align: center; margin-top: 55px;
}
.fankuib .hd a{ color:#fff6;font-size: 30px;cursor: pointer;
    display: inline-block; margin: 0 20px;
} 
.fankuib .hd a:hover{color:#fff;}


/*师资力量*/
.teacher{
    width: 100%;min-width: 1300px;padding: 40px 0 70px 0;
}

.teacher_all{ margin-top:40px; min-width:810px;}


.teacher .szqht{
    background: #f5f5f5; padding:0 25px;border-left: 4px solid #1b81c4; margin-bottom: 35px;
}
.teacher .szqht li{
    float: left;line-height: 50px;
}
.teacher .szqht li a{font-size: 20px;color: #aaaaaa;}

.teacher .szqht .xiegan{float:left;margin:0 10px;font-size:20px;color:#aaaaaa;line-height: 50px;}
.teacher .szqht li.qh01 a{color:#222;font-weight:bold;}
.teacher .szqht .more{border-radius: 30px;transition: all ease 0.5s;cursor: pointer;
    width: 110px;color: #aaa;background:#fff;font-size:14px;font-family:"arial";line-height: 30px;margin-top: 10px;text-align: center;
}
.teacher .szqht .more:hover {display:block;
    background: #1b81c4;border-radius: 0;
}.teacher .szqht .more:hover a{color: #fff;}


.teacher_b{overflow:hidden;}
 .teacher_b a{
        float: left;
       
        width: 23.5%;position: relative;overflow: hidden; box-sizing: border-box;background: #f5f5f5;border: 1px solid #eee;padding: 40px 20px; margin-right: 2%;
    }
     
.teacher_b a .pic img{ margin: 0 auto;transition: all ease 0.5s;
         display: block;height: auto; border-radius: 50%; overflow: hidden;width: 220px;
     }
    .teacher_b a:hover .pic img{
        transform: rotateY(360deg);
    } 
 .teacher_b a:nth-of-type(4n){ margin-right:0;} 
 .teacher_b a:nth-of-type(n+5){ margin-top:2%;} 
   .teacher_b a .txt{line-height:2;text-align:center;}
  .teacher_b a .txt dl{ font-size:22px;color:#222;line-height:3;}
  .teacher_b a .txt i{font-size:13px;
      display: inline-block;padding: 0 15px;background: #deeaf3;color: #333;line-height: 30px;border-radius: 20px;
  }
  .teacher_b a .txt i:nth-of-type(2n){background:#f4e9df;}
 .teacher_b a .txt i:hover{
     
     background: #ed7b1f;color: #fff;
 } 
 .teacher_b a:hover{background: #fff;}
 .teacher_b a:hover dl{color:#1b81c4;}  
 
 
/*合作客户*/
.partner{
    width: 100%;min-width: 1300px;background: #f2f2f2 url(images/qqlsbg.jpg)fixed center;padding: 70px 0;
}
.partner .newsall{ background:none; padding:0; height:auto;}


/*数字滚动*/
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;  font-size:17px; color:#fff6; text-align:center; margin-top:50px; line-height:28px; }
.num span,.num i{ display:inline-block; vertical-align:middle;}
.num span{ font-size:60px; color:#fff; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:80px; height:40px; font-size:22px; font-family:impact; line-height:40px; color:#fff; background:#1b81c4; margin-left:-10px;}
.num p+p{ margin-top:18px;}


/*专题专栏*/
.zhuanlan{
    width: 100%;min-width: 1300px; padding: 70px 0;
}
.zhuanlan .aboutt{text-align:left;}
.zhuanlan .aboutt dl{ margin-left:0;}
.zhuanlan .aboutt p{
    display: inline-block;vertical-align: super;
}

.zhuanlan .aboutt a{border-radius: 30px;transition: all ease 0.5s;cursor: pointer;display: block;float: right;
    width: 130px;color: #666;background:#f5f5f5;font-size:14px;font-family:"arial";line-height: 36px;margin-top: 15px;text-align: center;}
.zhuanlan .aboutt a:hover{
    background: #1b81c4;color: #fff;border-radius: 0;
}    
    
.zhuanlanb a{
    display: block;float: left;width: 18.4%;
} 
.zhuanlanb a+a{ margin-left:2%;}
.zhuanlanb a img{display:block; height: 129px;
    width: 100%;height: auto;
}

/*版权*/
.copy{
    width: 100%;min-width: 1300px;background: #222 url(images/banquan.jpg)center bottom no-repeat;position: relative;
}
.copy:after{
    display: block;content: "";width: 100%;height: 220px;background: #1b81c4;top: 0;position: absolute;left: 0;right: 0;z-index: 1;
}
.copytel{
    background: #1b81c4;font-size:16px;color: #fff;line-height:130px; position: relative;z-index: 2;
}
.copytel .box{    display: -webkit-flex;position: relative;z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
}
.copytel .box li i{ width: 36px;height: 36px;border: 1px solid #fff4;border-radius: 50%;overflow: hidden;text-align: center;line-height: 36px;font-size: 20px;margin-right: 5px;float: left;
    margin-top: 45px;
}
.copytel .box li em{
    display: block;float: left;
}
.copytel .box li span{font-size:20px; }
.copytel .box li:after{
    display: block;content: "";clear: both;
}
.font16{font-size:16px;}

.copynav{ background:#fff; 
    padding:50px 50px 13px 50px ;position: relative;z-index: 2;
}

.cylogo{
    text-align: center; font-size: 15px;line-height:36px;color: #aaa;
}
.cylogo img{
    display: block;
}
.cylogo .code{width:150px; margin-top:25px; border:1px solid #eee;color:#333;}
.cylogo .code img{
    width: 100%;
}
.cylogo .code p{
    background: #f5f5f5;
}
.cylogo .code+.code{ margin-left:20px;}

.copynavr{
    width: 880px;display: -webkit-flex; 
    display: flex;text-align: center;
    justify-content: space-between;color: #fff;
    flex-wrap: nowrap;
   
}

.copynavr dl{font-size:20px;font-weight:bold;line-height:2;color:#222; margin-bottom:5px;}
.copynavr a{
    display: block;line-height:2.4;font-size: 16px;color: #888;
}

/*版权留言*/
.copyly{  margin-top: 40px;}
.copyly .button.btn_message{ 
    display: block;
    zoom: 1;
    vertical-align: baseline;

    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
   
    line-height: 55px;
    background: #1b81c4;
    font-size: 16px;
    color: #fff;
    
}
.copyly .button.btn_message:hover{
    background: #ed7b1f;color: #fff;
}
.copyly li{width:21%;float:left;}
.copyly li+li{
    margin-left: 1%;
}

 .copyly .wbf-input { font-size: 14px;
    width: 100%;
    height: 55px;border:1px solid #dedede;
    padding: 20px 25px;
  background: #fff;
    line-height: normal;
    box-sizing: border-box;
}
  .copyly input.button.btn_message{
    display: block;
    zoom: 1;
    vertical-align: baseline;
 
     height: 55px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  
 
    line-height: 55px;
    background: #555;
    font-size: 1rem;
    color: #fff;
    border: none;
    
}
 
  .copyly .feedback_form input,
.copyly .feedback_form textarea{
    border: 1px solid #eee; font-size: 1rem;
  border-radius: 5px;}

.copyly.fb_message textarea{width: 100%;padding: 15px 15px;background: #f5f5f5; margin-top: 10px;}
  
  .copyly .wbf-code {
    border: 1px solid #fff;
    height: 55px;
    padding: 12px 30px; box-sizing: border-box;width: 60%;
   
    line-height: normal;
    box-sizing: border-box;
}
.copyly .yzma {width:22%;border: 1px solid #dedede;
   background: #fff; 
}
.copyly .yzma img{ vertical-align: middle; 
    width: 28%;height: auto;
}
.copyly .wbf-textarea { font-size: 14px; border: none;  width: 100%; background: #fff; border: 1px solid #dedede;
height: 55px;
   padding:17px 25px;
    line-height:24px;
    box-sizing: border-box;
}

 .copyly.fb_message{
     width: 100% !important;height:100px;
 }
 
  .copyly .czhi{ margin-left:27px;
   
  }
.copyly .text-center{ 
 width: 10%;
  }
  
 .copyW{
     line-height: 60px;color: #888;font-size: 15px; margin-top: 10px;
 } 
 .copyW a{color: #888;font-size: 15px;}
 
 
 /*内页课程*/
 .kechengny{
     font-size: 15px;line-height: 2;color: #666; padding: 50px;background: #f5f5f5;
 }
 .kechengny:after{
     display: block;content: "";clear: both;
 }
  .kechengny strong{
      font-size: 18px;color: #333; margin-top: 20px;display: block; color: #1b81c4;
  }
  .kechengny img{
      display: block;margin: 0 auto
  }
  
  /*内页家长反馈*/
  .nyjzfk{
      width: 100%;min-width: 1300px;background: #f5f5f5;padding: 70px 0;
  }
  .plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 240px;position: relative;overflow: hidden;
    }
   .plant_b li .pic {
        width: 240px;
  
     
    }
   .plant_b li .pic img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .plant_b li .txt {
        position: relative;
        width: 240px;
        height: 40px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 40px;
        background: #fff;
    }
   .plant_b li .txt span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .plant_b li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 40px;
        transition: all 0.3s;
        background:#1b81c4;
    }
   .plant_b li:hover .txt:after {
        width: 100%;
    }
    .plant_b li:hover .txt {color: #fff; }
    
    
/*内页合作伙伴*/
.nyhzhbb:After{display:block;content: "";clear: both;
}
.nyhzhbb a{display: block; background: #f9f9f9;width: 49%;float: left;
   box-sizing: border-box;padding: 50px;text-align: center;font-size: 16px;line-height: 2;
}
.nyhzhbb a dl{
    font-size:22px;font-weight: bold;color: #333;
}
.nyhzhbb a:nth-of-type(2n){
margin-left: 2%;
}
.nyhzhbb a:nth-of-type(n+3){ margin-top:2%;}
.nyhzhbb a p{
    height: 128px;color: #666;
}


/*内页法语*/
	.fykc{
		width: 100%;font-size: 16px;line-height: 2;
	}
	.aboutt dd{
	    font-size: 18px;line-height: 2;color: #333; margin-top: 15px;
	}
	.fykcb1{
		display: flex;
	}
	.fykcb a{
		background: #f9f9f9;min-width: 20%; box-sizing: border-box;padding: 40px;text-align: center;
	}
	.fykcb a:nth-of-type(2n){
	background: #f2f2f2;
	}
	.fykcb a dl{ margin-bottom: 10px;
		font-size:26px; font-weight: bold;color: #333;
	}
	.fykcb a p{color:#666;}
	.fykcb img{
	    display: block;margin: 40px auto;
	}
	.fykcb a:hover{background:#1b81c4;}
	.fykcb a:hover dl{color:#fff;}
	.fykcb a:hover p{color:#fff8;}
	.fykcys{ margin-top:70px;}
	
.fykcys li{text-align: center;
    display: block;width: 32%;float: left;box-sizing: border-box;padding: 50px;background: #f5f5f5;font-size: 16px;line-height: 2;
}	
.fykcys li img{ 
    display: block;width: 200px;height: 200px;border-radius: 50%;overflow: hidden;margin: 0 auto 30px auto;
}
.fykcys li dl{
    font-size: 26px;font-weight: bold;color: #333;
}
.fykcys li+li{
    margin-left: 2%;
}



/*高考复读冲刺班*/
.gkfdccb .fykcys li img{ width:100%;}
.gkfdccb .fykcys li{width: 23.5%;
    
}
.gkfdccb .fykcys li img{width:100%;border-radius:0; height:146px;}
.gkfdccb .fykcys li{ padding:35px;}
.gkfdccb .fykcys li:nth-of-type(4n+1){ margin-left:0;}
.gkfdccb .fykcys li:nth-of-type(3n){ margin-left:2%;}

.gkfdccb .fykcys li:nth-of-type(n+5){ margin-top:2%;}
.gkfdccb .fykcys li p{ height:192px;}

.gkfdccb img{ margin: 0 auto;
    display: block;
}

/*王牌假期集训营*/
.wpjqjxy .fykcys img{ margin: 0 auto;
    display: block;
}
.wpjqjxy .wp .fykcys li img{width:100%;border-radius:0; height:220px;}
.wpjqjxy .wp .fykcys li{ padding:50px;}


.wpjqjxy .wp1 .fykcys li img{width:100%;border-radius:0; height:198px;}

.wpjqjxy .wp1 .fykcys li:nth-of-type(4){ margin-left:0;margin-top:2%;}

.wpjqjxy .wp1 .fykcys li:nth-of-type(5){ margin-top:2%;}
.wpjqjxy .wp1 .fykcys li:nth-of-type(6){margin-top:2%;}

/*文化冲刺班*/
.whkccb .fykcys img{ margin: 0 auto;
    display: block;
}
.whkccb .wp .fykcys li img{width:100%;border-radius:0; height:196px;}
.whkccb .wp .fykcys li{ width: 23.5%;padding:35px;}
.whkccb .wp .fykcys li:nth-of-type(4n+1){ margin-left:0;}
.whkccb .wp .fykcys li:nth-of-type(3n){ margin-left:2%;}

.whkccb .wp .fykcys li:nth-of-type(n+5){ margin-top:2%;}
.whkccb .wp .fykcys li p{ height:223px;}


.whkccb .wp1 .fykcys li img{width:100%;border-radius:0; height:auto;}
.whkccb .wp1 .fykcys li:nth-of-type(4){ margin-left:0;margin-top:2%;}
.whkccb .wp1 .fykcys li:nth-of-type(5){ margin-top:2%;}
.whkccb .wp1 .fykcys li:nth-of-type(6){margin-top:2%;}
.whkccb .wp1 .fykcys li p{ height:62px;}


/*高考冲刺班*/
.zgklxb .fykcys li img{width:100%;height: 184px;border-radius:0;}
.zgklxb .fykcys li{ width: 23.5%; padding:35px;}
.zgklxb .fykcys li:nth-of-type(4n+1){ margin-left:0;}
.zgklxb .fykcys li:nth-of-type(3n){ margin-left:2%;}

.zgklxb .fykcys li:nth-of-type(n+5){ margin-top:2%;}
.zgklxb .fykcys li p{ height:187px;}

.zgklxb img{ margin: 0 auto;
    display: block;
}

/*高考理想班*/
.gklxb .fykcys li img{width:100%;border-radius:0; height:146px;}
.gklxb .fykcys li{ width: 32%; padding:50px;}
.gklxb .fykcys li:nth-of-type(3n+1){ margin-left:0;}
.gklxb .fykcys li:nth-of-type(3){ margin-top:0;}
.gklxb .fykcys li:nth-of-type(n-5){ margin-top:2%;}
.gklxb .fykcys li p{ height:80px;}

.zgklxb img{ margin: 0 auto;
    display: block;
}

/*法国名校直录班*/
.fgmxzlb img{ margin: 0 auto;
    display: block;
}
.fgmxzlb  span{font-size: 17px;
    line-height: 33px;}
.fgmx1 .fgmx1_wz{background: #f5f5f5;padding:20px;
}
.fgmx1 .fgmx1_wz dd{font-size: 17px;line-height: 33px;color:#333;}
.fgmx1 .fgmx1_wz strong{font-size: 22px;}

.fgmxzlb .fgmx1 .fykcys li{width: 23.5%;padding:20px;
}

.fgmxzlb .fykcys li dl{ font-size:22px;}
.fgmxzlb .fykcys li:nth-of-type(3n){ margin-left:2%;}
.fgmxzlb .fykcys li:nth-of-type(n+5){ margin-top:2%;}
.fgmxzlb .fykcys li p{ height:126px;}
.fgmxzlb .fgmx .fgmx_w1{ height: 50px;background: #f5f5f5;
    padding: 0 25px;
    border-left: 4px solid #1b81c4;border-right: 4px solid #1b81c4;
    margin-bottom: 35px;}
.fgmxzlb .fgmx .fgmx_w1 p{ font-size:20px; color: #222; font-weight: bold; line-height: 50px;}
.fgmxzlb .fgmx11 .fykcys .fgmx_w2{ width:50%;}
.fgmxzlb .fgmx11 .fykcys .fgmx_w2 p{ font-size:16px; line-height:43px;text-indent: 2em;}
.fgmxzlb .fgmx1 .ts{ margin-top:2%;}
.fgmxzlb .fgmx2_1 .fykcys li p{ height:40px;}
.fgmxzlb .fgmx2 .fykcys li{ padding:35px;}
.fgmxzlb .fgmx2 .fykcys li p{ height:126px;}
.fgmxzlb .fgmx3 .fykcys li{width: 23.5%;padding:35px;
}
.fgmxzlb .fgmx3 .fykcys li:nth-of-type(5),.fgmxzlb .fgmx3 .fykcys li:nth-of-type(9){margin-top: 2%; margin-left:0;}
.fgmxzlb .fgmx3 .fykcys img{width:100%;border-radius:0; height:auto;}
.fgmxzlb .fgmx3 .fykcys li p{ height:215px;}

/*周末补习班*/
.zmbxb .fykcys li img{ border-radius:0;}
.zmbxb .zm .fykcys li{padding:20px; width:23.5%;}
.zmbxb .zm .fykcys li img{width: 228px;height:247px;}
.zmbxb .zm1 .fykcys li:nth-of-type(4){ margin-left:0;margin-top:2%;}
.zmbxb .zm1 .fykcys li:nth-of-type(5){ margin-top:2%;}
.zmbxb .zm1 .fykcys li:nth-of-type(6){margin-top:2%;}
.zmbxb .zm1 .fykcys li p{ height:73px;}
.zmbxb .zm1 .fykcys li img{width: 325px;
    height: 199px;}




/*新加坡预科*/

/*留学优势*/
.singpor .sin .fykcys li{ width: 23.5%;padding: 35px;}
.singpor .sin1{ margin-top:30px;}
.singpor .sin1 .sin1_wz{float: left;width: 50%;font-size: 16px;
    line-height: 2.5;box-sizing: border-box;background:#f5f5f5;padding: 50px;
    height: 350px;}
.singpor .sin1 .sin1_wz dd{font-size: 26px;
    font-weight: bold;
    color: #333;}
.singpor .sin1 .sin1_wz dd:after{ content:""; display:block; width:200px;border:1px solid #ccc;margin: 15px 0;}
.singpor .sin1 .pic{ width:50%; float:right;}

.singpor .sin1 .sin1_wz:nth-child(2),.singpor .sin1 li:nth-child(4) .sin1_wz,.singpor .sin1 li:nth-child(6) .sin1_wz{ float:right;width: 50%;}
.singpor .sin1 li:nth-child(2) .pic,.singpor .sin1 li:nth-child(4) .pic,.singpor .sin1 li:nth-child(6) .pic{ float:left;width: 50%;}
.sin_1 .fykcys li{ width:23.5%; padding:30px; }
.sin_1 .fykcys li p{height:100px;}
.sin_1 .fykcys span{font-size: 17px;
    line-height: 33px;}

/*留学直通车*/
.singpor_ztc .fykcys li{ width:49%;}


/*大学介绍*/
.sin_1 .fykcys ul{ margin-top:20px;}
.fgmx .fgmx_w1{height: 50px;
    background: #f5f5f5;
    padding: 0 25px;
    border-left: 4px solid #1b81c4;
    border-right: 4px solid #1b81c4;
    margin-bottom: 35px;}
.fgmx .fgmx_w1 p{font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 50px;}
    
.sin_1 .fykcys li dl{font-size: 23px;}

/*生活配套*/
.xjpyk_shpt span{font-size: 17px;
    line-height: 33px;}
.xjpyk_shpt img{ padding-top:20px;}


.sqlc_1 .fykcys ul li{ padding:35px;}
.sqlc_1 .fykcys .ts p{ height:124px;}

.sqlc_2 .fykcys li{ width:49%;padding:35px;height:300px;}

.sqlc_3 .fykcys li{ width:23.5%;padding: 35px;}
.sqlc_3 .fykcys .ts p{ height:220px;}




