@charset "utf-8";

body {font-family: '微軟正黑體',Arial,Helvetica, sans-serif;font-size:14px;background: #fff;color:#000;line-height: 22px; }

.top-logo { background: #fbf48c url(../images/header-bg.jpg) center no-repeat; background-size: cover; padding: 12px 0 0; }

header { background-color:RGBA(255, 255, 255, 1); width:100%; position: fixed; z-index: 99999; padding-bottom: 15px; }
@media(min-width: 991px) {
header { background-color:RGBA(255, 255, 255, 1); width:100%; position: fixed; z-index: 99999; padding-bottom: 0px; }
}
.yellow-bg{background: #fffee7;}
.header-fix { height: 95px; }
@media(min-width: 768px) {
.header-fix { height: 120px; }
}
@media(min-width: 991px) {
.header-fix { height: 170px; }
}
@media(min-width: 1280px) {
.header-fix { height: 200px; }
}
.clear{clear:both;}
.ward { max-width: 1280px; margin:0 auto; padding:0 15px; }

.title-box { text-align: center; margin-bottom: 30px;  }
.title-box img {  border-bottom: 6px solid #fdba2d; padding: 20px 35px; background-color: #292929; }

#preloader {
    position:fixed;
    left:0;
    top:0;
    z-index:99999999999;
    width:100%;
    height:100%;
    background: #fff url('../images/preloader1.gif') no-repeat center center;
}

a{text-decoration: none;color:#ef8918;}
a:hover,a:focus {text-decoration: none !important;}
a,input,button {outline: none!important;}
.blue {color:#3b64a3!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

/*nav*/

.left-icon { position: absolute; bottom: 10%; max-width: 300px; display: none;  }
@media(min-width: 991px) {
.left-icon { position: absolute; bottom: 10%; max-width: 300px; display: block;  }
}
.box-menu img { height: 40px; margin-right: 5px; }
.box-menu ul { margin-top: -6px; }

.box-menu > ul > li {padding:0 ; }
@media(min-width: 1280px) {
.box-menu > ul > li {padding:0 10px 0px 10px; }
}
.box-menu > ul > li:first-child {}
.box-menu > ul > li a {color:#000;display: block;font-size:16px;padding:0 5px; font-weight: bold;  }
.box-menu > ul > li > a {padding:5px 5px 5px 6px;text-transform: uppercase;}
.box-menu > ul > li.dropdown:after {
  /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}
.box-menu > ul > li:last-child > a {padding-right: 0;}
.box-menu > ul {padding:0 10px;}
.box-menu > ul > li {text-align:center;float:left;position: relative;/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a {color:#409eff; font-weight: bold;}
.box-menu > ul > li > a { border-top:2px solid rgba(0,0,0,0);}

.box-menu > ul > li > ul {position: absolute;top:85%;left:15px;padding-top:14px;/* display:none; */z-index: 99999;
     opacity: 0;
     pointer-events: none;
     filter: alpha(opacity=0); 
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     transform: translateY(10px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
}

.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}

.box-menu > ul > li ul li {background-color:#fdfcde;text-align: left;padding:0 20px 0 45px;}
.box-menu > ul > li ul li a {min-width: 140px;white-space:nowrap;padding:8px 4px;color:#000;}
.box-menu > ul > li ul li:last-child a {border-bottom: none;}
.box-menu > ul > li ul li a:hover { color: #409eff;}
.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}




/* mobile menu */
.menu-mobile .mobile-more {margin-top: 12px; }

.st-menu {background-color:#fdba2d!important;}

.mobile-menu-btn {float:right; margin-right:0px; margin-top: 15px;}
@media(min-width: 768px) {
.mobile-menu-btn {float:right; margin-right:15px; margin-top: 15px;}
}
.st-menu ul li a { color:#292929 !important; }
.st-menu img { height: 40px; }

.menu-mobile {font-family:'LatoWebLight', Arial,Helvetica, sans-serif;}
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#292929;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#292929;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:12px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
  -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out; 
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .menu-mobile-content > li >a{text-transform: uppercase;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li {background: #fdfcde;}
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
} 
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */

.menu-mobile ul ul ul > li {
  background: #6c9045;
}


.btn-ud {
  color: #292929!important;
  background-color: #fdba2d;
  padding:5px 20px;
  border-radius: 0;
}
.btn-ud:focus,
.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;}
.btn-ud:hover {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
  background-color: #d17100;
}

.btn-bar {padding:5.5px 15px!important;}


.share-box .share { margin-right: 10px; margin-top: 12px;  float: left; }
@media(min-width:415px) {
.share-box .share { margin-right: 10px; margin-top: 15px; float: left; }
}

.share-box .e-class a { padding:3px 15px; background-color: #ffd119; color: #fff; display: block; border-radius: 8px }
.share-box .vle a { padding:3px 25px; background-color: #ffb1c8; color: #fff; display: block;border-radius: 8px }
.share-box .google a { padding:3px 15px; background-color: #a9d3fe; color: #fff; display: block;border-radius: 8px }


@media(max-width:600px) {
.share-box .share a { font-size: 12px; padding:3px 10px; }
.share-box .share { margin-right: 8px; margin-top: 15px;  float: left; }
}

/* General styles for all menus */
.cbp-spmenu {
  position: fixed;
}


.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;

}
.cbp-spmenu .active{color:#ffcf11}

.cbp-spmenu-vertical {
  width: 230px;
  height: 100%;
 
  z-index: 99;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
}

.cbp-spmenu-vertical a:last-child { border-bottom: 0px solid #fff; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}


.cbp-spmenu-left {
  left: -170px;
}


.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toleft {
  left: -220px;
}


.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.cpb-menu { background-color: #a7d2ff; width: 170px; min-height: 108px; box-shadow: 2px 3px 8px #cecece; }
.cpd-button {width: 40px;  }
.cpd-button a { background-color: #a7d2ff; border: 0; padding: 4px;  border-top-right-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 3px 1px 3px #e9e9e9; }

.left-menu-box { border: 6px solid #a7d2ff; padding:40px 30px 10px; border-radius:20px; background-color: #fff; position: relative; max-width: 250px; }
.left-menu-box .title { position: absolute; top: -35px; left:25%; }
.left-menu-box .icon { position: absolute; top: -40px; left: -15%; }
.left-menu-box ul li { text-align: center; padding: 10px 0; border-bottom: 1px solid #f6f6f6;  }
.left-menu-box ul li:last-child { border-bottom: 0px solid #f6f6f6;  }
.left-menu-box ul li a { color: #b7b7b7; font-size: 16px; font-weight: bold; }
.left-menu-box ul li a:hover,.left-menu-box ul li .active { color:#ffcf11; }


.left-menu-box .title img { height: 55px; }
.left-menu-box .icon img { height: 80px; }
@media(min-width:1281px) {
.left-menu-box .title img { height: auto; }
.left-menu-box .icon img { height: auto; }
}
.mar-top-40 {
    margin-top:40px;
}
.mar-top-50 {
    margin-top:50px;
}
.mar-top-70 {
    margin-top:70px;
}


/*slideshow*/

.slideshow { padding:15px 15px; background-color: #fff;  }
@media(min-width:1280px) {
.slideshow { padding:5px 30px; background-color: #fff;  }
}

.slide-ward { max-width: 1440px; margin: 0 auto; padding: 0; }
@media(min-width:768px) {
.slide-ward { max-width: 1440px; margin: 0 auto; padding: 0 15px; }
}

.slideshow img { width: 100%; }

.menu2 { position: relative;z-index: 93; }
.menu2 .menu2-bg { background: url(../images/menu2-bg.png) center no-repeat; padding: 0px; }
.menu2 .menu2-box { width: 50%; float: left; padding: 5px; margin-bottom: 30px; }
.menu2 .menu2-box .menu2-button { position: relative; margin-top: 20px; }
@media(min-width:991px) {
.menu2 .menu2-bg { background: url(../images/menu2-bg.png) center no-repeat; padding: 60px 0 90px; }
.menu2 .menu2-box { width: 25%; float: left; padding: 0 15px; }
.menu2 .menu2-box .menu2-button { position: relative; margin-top: 40px; }
}

.menu2 .menu2-box .menu2-icon { position: absolute; bottom: 0; right: 0; }
.menu2 .menu2-box .menu2-button:hover .menu2-icon { bottom: 10px; transition: all 400ms ease-in-out; }

.home-main { position: relative; }
.all-ward { overflow: hidden; }

.home-main .bag img { height: 120px; }
.home-main .bag { position: absolute; top:-30px ;right:-20px; z-index: 91; }
@media(min-width:768px) {
.home-main .bag img { height: 180px; }
.home-main .bag { position: absolute; top:-50px ;right:-30px; z-index: 91; }
}
@media(min-width:1025px) {
.home-main .bag img { height: 220px; }
.home-main .bag { position: absolute; top:-80px ;right:-30px; z-index: 91; }
}
@media(min-width:1441px) {
.home-main .bag img { height: 270px; }
.home-main .bag { position: absolute; top:-100px ;right:0; z-index: 91; }
}

.home-main { margin-top: 20px; }
@media(min-width:991px) {
.home-main { margin-top: -30px; position: relative; z-index: 98; }
}
.main-bg {     background: url(../images/bg_03.jpg) center repeat; }

.home-main .main-left-box { width: 100%; float: left; padding: 0; position: relative; z-index: 9992; margin-bottom: 40px;}
.home-main .main-right-box { width: 100%; float: left; padding: 0; position: relative; z-index: 9992;margin-bottom: 40px;}
@media(min-width:991px) {
.home-main .main-left-box { width: 58%; float: left; padding: 0 15px ; position: relative; z-index: 9992; margin-bottom: 40px;}
.home-main .main-right-box { width: 42%; float: left; padding: 0 15px; position: relative; z-index: 9992;margin-bottom: 40px;}
}
@media(min-width:1281px) {
.home-main .main-left-box { width: 62%; float: left; padding: 0 30px; position: relative; z-index: 9992; margin-bottom: 0;}
.home-main .main-right-box { width: 38%; float: left; padding: 0 30px; position: relative; z-index: 9992; margin-bottom: 0;}
}

.photo-album { margin-top: 30px; padding-right:0;  }
.photo-album .photo-album-bg { background: url(../images/photo-bg.jpg) right no-repeat; padding: 18px; border-radius: 20px; background-size: cover;}
@media(min-width:991px) {
.photo-album { margin-top: 30px; }
.photo-album .photo-album-bg { background: url(../images/photo-bg.jpg) right no-repeat; padding: 28px; border-radius: 20px; background-size: cover; }
}

#photo-album div { border-radius: 15px; position: relative; }
#photo-album div .text-box { position: absolute; bottom: 0; background-color: rgba(255,255,255,0.8); width: 100%; padding: 15px 30px; border-radius: 0;  }
#photo-album div .text-box a { font-size: 14px; color: #000; border-left: 8px solid #57c5ff; padding-left: 15px;  }
@media(min-width:991px) {
#photo-album div .text-box a { font-size: 18px; color: #000; border-left: 8px solid #57c5ff; padding-left: 15px;  }
}

#photo-album .slick-prev { width:46px; height:64px; position:absolute;left:-35px; top:50%; background:  url(../images/home-prev-xs.png) center center no-repeat; text-indent:-9999px; border:0;}
#photo-album .slick-prev:hover { width:46px; height:64px; position:absolute;left:-35px; top:50%; background:  url(../images/home-prev-xs.png) center center no-repeat; opacity: 0.5;}
#photo-album .slick-next {width:46px; height:64px; position:absolute;right:-35px; top:50%; background:  url(../images/home-next-xs.png) center center no-repeat;  text-indent:-9999px; border:0;}
#photo-album .slick-next:hover {width:46px; height:64px; position:absolute;right:-35px; top:50%; background:  url(../images/home-next-xs.png) center center no-repeat; opacity: 0.5;}
@media(min-width:991px) {
#photo-album .slick-prev { width:46px; height:64px; position:absolute;left:-55px; top:50%; background:  url(../images/home-prev.png) center center no-repeat; text-indent:-9999px; border:0;}
#photo-album .slick-prev:hover { width:46px; height:64px; position:absolute;left:-55px; top:50%; background:  url(../images/home-prev.png) center center no-repeat; opacity: 0.5;}
#photo-album .slick-next {width:46px; height:64px; position:absolute;right:-55px; top:50%; background:  url(../images/home-next.png) center center no-repeat;  text-indent:-9999px; border:0;}
#photo-album .slick-next:hover {width:46px; height:64px; position:absolute;right:-55px; top:50%; background:  url(../images/home-next.png) center center no-repeat; opacity: 0.5;}
}

.main-right-box .event-box { margin-top:35px; width: 100%; background-color: #fff; border:8px solid #fff129;  border-radius: 15px; padding: 15px 0; position: relative;}
.main-right-box .event-box .ding { position: absolute; top: -30px; right: -20px; }
.event-box .event-list { padding: 12px 0; margin: 0 15px; border-bottom: 1px solid #ccc; }
.event-box .event-list:last-child { border-bottom: 0px solid #ccc; }
@media(min-width:768px) {
  .main-right-box .event-box .event-box-content {  width: 100%; height:268px;overflow:hidden;}
}
.event-box .event-list .day { width: 100%; float: left; color: #7b7b7b; }
.event-box .event-list .text { width: 75%; float: left; color:#000;}
.event-box .event-list .more { width: 25%; float: left; text-align: right; }
@media(min-width:1280px) {
.event-box .event-list .day { width: 25%; float: left; color: #7b7b7b; }
.event-box .event-list .text { width: 60%; float: left; }
.event-box .event-list .more { width: 15%; float: left; text-align: right; }
}
.event-box .event-list .more{ color: #ffc0d2; }

.main-right-box .button .button1 { width: 31%;  }
.main-right-box .button .button2 { width: 39%; }
.main-right-box .button .button3 { width: 30%; }
.main-right-box .school-photo-button { margin-top: 10px;  }
.main-right-box .button div { float: left; padding: 8px; margin-top: 10px; }
.main-right-box .button div:last-child { padding-right: 0; }

.main-right-box .button img,.main-right-box .school-photo-button img { transition: all 0.6s; }
.main-right-box .button img:hover {transform: scale(1.15);}
.main-right-box .school-photo-button img:hover {transform: scale(1.1);}

.footer { position: relative; z-index: 90; }

.footer .footer-img img { height: 120px; }
.footer .footer-img { position: absolute; top:-80px ;left:-20px; z-index: 9991; }
.footer .footer-line { margin-top: 40px; margin-bottom: 50px; position: relative;z-index:9992; }
@media(min-width:768px) {
.footer .footer-img img { height: 180px; }
.footer .footer-img { position: absolute; top:-70px ;left:-30px; z-index: 9991; }
.footer .footer-line { margin-top: 50px; margin-bottom: 50px; position: relative;z-index:9992; }
}
@media(min-width:1025px) {
.footer .footer-img img { height: 220px; }
.footer .footer-img { position: absolute; top:-110px ;left:-30px; z-index: 9991; }
.footer .footer-line { margin-top: 50px; margin-bottom: 50px; position: relative;z-index:9992; }
}
@media(min-width:1441px) {
.footer .footer-img img { height: auto; }
.footer .footer-img { position: absolute; top:-140px ;left:0; z-index: 9991; }
.footer .footer-line { margin-top: 80px; margin-bottom: 50px; position: relative;z-index:9992; }
}



.footer-box { width: 50%; float: left; position: relative; z-index: 9992; }
.footer-box-last { width: 100%; }
.footer-clear { clear: both; }
@media(min-width:991px) {
.footer-box { width: 20%; float: left; position: relative; z-index: 9992; }
.footer-box-last { width: 20%; }
.footer-clear { clear: none; }
}
.footer-box ul li { color: #404040;line-height: 25px; }
.footer-box a{ color: #404040; }
.footer-box a:hover{ color: #409eff; }
.bottom-line { border-bottom:2px dashed; margin-top: 50px;}

.footer-bottom { padding: 15px 0; }

.footer-bottom .copyright { color: #000; margin-top: 3px; margin-bottom: 5px; }

.footer .footer-icon { float: left;   }
@media(min-width:996px) {
.footer-box ul li { color: #404040;line-height: 22px; }
.footer .footer-icon { float: right;  }
}

.footer .footer-icon a { margin-right: 10px; }
.footer .footer-icon a:last-child { margin-right: 0px; }

/* inner banner */
.banner { position: relative; z-index: 96;  }
.slide-ward { max-width: 1440px; margin: 0 auto; padding: 0; }
@media(min-width:768px) {
.slide-ward { max-width: 1440px; margin: 0 auto; padding: 0 15px; }
}
.banner { margin-top:4%; }
@media(min-width:475px) {
.banner { margin-top:5%; }
}
@media(min-width:996px) {
.banner { margin-top: 10px;margin-bottom: 45px;}
}
.inner-main { padding: 20px 0; }
.song { margin-top: 30px; }
.song img{display: block;
    max-width: 100%!important;
    height: auto!important}
@media (min-width: 768px){
  .inner-main { padding: 60px 0;position: relative; }
}
@media (min-width: 768px){
  .sider_height{min-height: 870px;}
  .sider_height2{min-height: 600px;}
  .sider_height3{min-height: 600px;}
    .sider_height4{min-height: 600px;}
  .sider_height6{min-height: 570px;}
  .sider_height7{min-height: 570px;}
    .sider_height9{min-height: 700px;}
  .sider_height10{min-height: 765px;}
   .sider_height11{min-height: 570px;}
     .sider_height12{min-height: 570px;}
}

/**** Add by elson at 20190606 ****/
.box-top-banner {margin-top:10px;margin-bottom: 0px;}
@media (min-width: 768px){
  .box-top-banner {margin-top:10px;margin-bottom: 60px;}
}

.banner-image {position: relative;height: 255px;background-position: left center;background-repeat: repeat;background-size: cover;background-image:url(../images/top-banner-bg.png);}
.image-text-title {margin-left:15%;padding-top:4%;}

@media(min-width: 1440px) and (max-width: 1679px) {
    .banner-image {height: 200px;}
    .image-text-title img {max-height: 100px;}
}
@media(min-width: 1280px) and (max-width: 1439px) {
    .banner-image {height: 180px;}
    .image-text-title img {max-height: 85px;}
}
@media(min-width: 992px) and (max-width: 1279px) {
    .banner-image {height: 150px;}
    .image-text-title img {max-height: 70px;}
}
@media(min-width: 768px) and (max-width: 991px) {
    .banner-image {height: 130px;}
    .image-text-title img {max-height: 55px;}
}
@media(max-width: 767px) {
    .banner-image {height: 110px;}
    .image-text-title {padding-top:40px;}
    .image-text-title img {max-height: 40px;}
}

@media (min-width: 768px){
    .main-row .col-sm-3 {
        width: 22%;
    }
    .main-row .col-sm-9 {
        width: 78%;
    }
}


.box-left-menu {width: 100%;border:4px solid #a7d2ff;background-color: #fff;border-radius: 20px;padding:15px;text-align: center;position: relative;margin-bottom: 50px;}
.box-left-menu:after {
    position: absolute;
    left:-40px;
    top:-45px;
    content:'';
    display: block;
    width: 80px;
    height: 82px;
    background: url(../images/menu-pen.png) no-repeat center center;
    background-size: cover;
}
.menu-title-image {
    margin-top:-50px;
}
.menu-title-image img {max-height: 70px;}
.box-left-menu li a {
    color:#b7b7b7;
    font-size:16px;
}
.box-left-menu ul {margin-top:10px;}
.box-left-menu li {padding:10px 5px;border-bottom: 1px solid #f6f6f6}
.box-left-menu li.active a, .box-left-menu li a:hover {color:#ffcf11;}

.box-style-1 {border:5px solid #a7d2ff;border-radius: 20px;background-color: #fff;padding:20px;}
@media(max-width: 767px) {
    .box-style-1 {padding:15px;}
}
.box-style-icon-1:after {

}

.mar-top-40 {
    margin-top:40px;
}
.mar-top-50 {
    margin-top:50px;
}
.mar-top-70 {
    margin-top:70px;
}

.heading-title-style-1 {background-color: #a7d2ff;display: inline-block;font-size: 30px;color:#fff;padding:10px 30px;margin:0 0 0 30px;border-radius: 14px 14px 0 0;}
.heading-title-style-2 {display: inline-block;font-size: 36px;color:#fff; position: relative;z-index: 92;
-webkit-text-stroke: 8px #fff;font-weight: bold;margin-bottom: 25px;
text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-webkit-text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;
margin-left: 20px;}
.heading-title-font{ position: absolute; top:0px;font-size: 36px;color:#ffd119;z-index: 92;-webkit-text-stroke: 0px #fff;text-shadow:none;
text-shadow:none;
-webkit-text-shadow:none;
-moz-text-shadow:none;
-o-text-shadow:none;
width:100%;
}

.box-style-icon-1 {
    position: relative;
}

@media(min-width: 991px) {
.heading-title-style-2 {display: inline-block;font-size: 46px;color:#fff; position: relative;
-webkit-text-stroke: 12px #fff;font-weight: bold;margin-bottom: 30px;margin-top:0px;z-index: 92;text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-webkit-text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;margin-left: 0px;}
.heading-title-font{ position: absolute; top:0px;font-size: 46px;color:#ffd119;z-index: 92;-webkit-text-stroke: 0px #fff;text-shadow:none;
-webkit-text-shadow:none;
-moz-text-shadow:none;
-o-text-shadow:none;}

}
  .box-style-icon-1:after {
    content: '';
    width: 45px;
    height: 50px;
    position: absolute;
    top:-30px;
    right:-20px;
    background: url("../images/ding.png") no-repeat center center;
    background-size: cover;
}
@media(min-width: 1280px) {
  .box-style-icon-1:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top:-35px;
    right:-35px;
    background: url("../images/media-icon.png") no-repeat center center;
   
}

}
.box-media {padding-top:15px;padding-bottom: 15px;margin-bottom: 55px;}
.box-media-list{margin-bottom: 0px;}
.box-media2 {padding-top:15px;padding-bottom: 15px;margin-bottom: 55px;}
.box-media .item {margin:10px 0px 20px 0px;}
.media-heading {margin:10px 0;overflow: visible;
    white-space: normal;width:100%;display: block;}
.media-heading a {color:#000;font-weight: bold;}
 .media-body{width:100%;display: block;}
.media-body .date {color:#5dbbff}
.news-body .date{margin-bottom: 20px;}
.media-body .desc {margin: 6px 0;height:auto; }
.media-body .desc a{color:#7f7f7f}
.thread_article p{font-size: 14px;line-height: 30px;margin:0px;}
 .editor-register p{line-height: 30px;margin:0;}
  .contact-editor{margin-top: 20px }
@media(max-width: 767px) {
 .media-body {text-align: center;}
}
@media(min-width: 768px) {
  .media-body .desc {margin: 6px 0;height:66px;overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .media-heading {margin:5px 0;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;height: 22px;}
  .box-media .item {margin:0px 0px 25px 0px;}
  .box-media {padding: 20px;padding-top: 30px;margin-bottom: 0px;}

  .box-media2 {padding: 40px}
  .contact-editor{margin-top: 40px }
  .diqiu{position: absolute;bottom:13px;right:-0px;}
   .diqiu img{width:300px;}
  .charter-editor{background: url("../images/chapter_03.png") no-repeat right 105px; }
}
@media(min-width: 1080px) {
  .diqiu{position: absolute;bottom:-8px;right:-13px;}
   .diqiu img{width:435px;}
}
@media(min-width: 1280px) {
  .diqiu{position: absolute;bottom:-10px;right:-16px;}
   .diqiu img{width:435px;}
}
.btn-primary {
    color: #000!important;
    background-color: #ffd119;
    padding:7px 25px;
    border-radius: 10px;
    font-weight: bold;
    border:none!important;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #e9bb01;}
.btn-primary:hover {
    color: #fff;
    background-color: #e9bb01;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fecd08;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #fecd08;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fecd08;
}

.page-min-height {min-height: 100px;}
@media (min-width: 768px){
 .page-min-height {min-height: 400px;}
}
.page-title {text-shadow: -1px -3px 4px #fff, 3px 3px 4px #333;color:#ffd119;font-weight: bold;margin-top:10px;margin-bottom: 20px;}


.in-out-3{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.in-out-4{
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.box-empty {text-align: center;min-height: 300px;padding-top:100px;}


.sample-pagination {text-align: center;display: block; height: 60px!important;}
.sample-pagination .prev, .sample-pagination .next {
    display: inline-block;
    margin:0 10px;
}
.sample-pagination .prev > a, .sample-pagination .next > a {
    display: inline-block!important;
    width: 200px!important;
    height: 60px!important;
    text-indent: -9999px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    border:none!important;
    border-radius: 0!important;

}
.sample-pagination .prev > a {
    background: url(../images/prev-page.png) no-repeat center center!important;
}
.sample-pagination .prev > a:hover {
    margin-left:-10px;
    margin-right:10px;
}
.sample-pagination .next > a {
    background: url(../images/next-page.png) no-repeat center center!important;
}
.sample-pagination .next > a:hover {
    margin-left:10px;
    margin-right:-10px;
}
/* add by wenchang */
.life-img1{float:left;width:100%;}
.life-img2{float:right;width:100%;}
@media (min-width: 768px){
   .life-img1{float:left;width:52.25%;}
.life-img2{float:right;width:47.75%;}
}
.coach-content li{width:100%;float: left;list-style-type:disc;text-align: left;}
.coach-content li p{text-align: left;}
@media (min-width: 768px){
.coach-content li{width:50%;float: left;list-style-type:disc;}
}

.editor-table table{width:100%!important;border:4px solid #fff; }
.editor-table table p{padding:0;margin:0;}
.editor-table table tr td{padding:8px;border:4px solid #fff;color:#000000;font-size: 16px;text-align: center;}
.editor-table table tr td:first-child{width:auto;}
.editor-table table tr:nth-of-type(odd){ background:#fff5cd;} 
.editor-table table tr:nth-of-type(even){background:#fffae6;} 
@media (min-width: 768px){
.editor-table table tr td:first-child{width:30px;}
}

.editor-table2 table{width:100%!important;border:4px solid #fff;white-space: nowrap; }
.editor-table2 table p{padding:0;margin:0;}
.editor-table2 table tr td{padding:8px;border:4px solid #fff;color:#000000;font-size: 14px;}
.editor-table2 table tr th{padding:8px;border:4px solid #fff;color:#000000;background:#fecd0e;font-size: 16px;}
.editor-table2 table tr td:first-child{width:auto;}

.editor-table2 table tr:nth-of-type(odd){ background:#f2f2f2;} 
.editor-table2 table tr:nth-of-type(even){background:#dedede;} 
.editor-table2 table tr td:nth-child(2n){text-align: center;}
.editor-table2 table tr th:nth-child(2n){text-align: center;}

@media (min-width: 768px){
.editor-table2 table tr td:first-child{}

}
.thread_article{position: relative;overflow: hidden;}
#gradient{width: 100%;height:0px;position: absolute;bottom: 0;left: 0;background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));}
#read-more{padding: 10px;background: #fff;color: #333;}
#read-more a{padding-right: 22px;display:block;width:250px;height:63px;font-size:24px;line-height:63px;margin:0 auto;color:#fff;font-weight: bold;  background: url(../images/chapter_07.png) no-repeat center center!important;}
#read-more a: hover{color: #000;}
@media (min-width: 768px){
  #read-more{padding: 5px;background: #fff;color: #333;padding-top: 30px;}
}
.text-center{text-align:center;}

.editor-officer table{width:100%!important;border:3px solid #fff;border-bottom:none; }
.editor-officer table p{padding:0;margin:0;}
.editor-officer table tr td{padding:16px;border:3px solid #fff;color:#000000;font-size: 16px;text-align: center;vertical-align: middle;}
.editor-officer table tr th{padding:20px;border:3px solid #fff;color:#fff;background:#ffc657;font-size: 18px;text-align: center;}
.editor-officer table tr:nth-of-type(odd){ background:#fafafa;} 
.editor-officer table tr:nth-of-type(even){background:#f1f1f1;} 
.editor-officer table tr td:nth-child(2){}
.editor-officer table tr th:nth-child(2){}

.editor-officer table tr:last-child{border-bottom:none;}
.editor-officer table tr td img{max-width: 135px!important;}
@media screen and (max-width: 767px){
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
}
.main-lession{margin-top:35px;margin-bottom: 25px;}
@media (min-width: 768px){
  .main-lession{margin-top:60px;margin-bottom: 55px;}
}
.editor-lession table{width:100%!important;border:2px solid #fff; white-space: nowrap; }
/* .editor-lession p{white-space: nowrap;} */
.editor-lession table p{padding:0;margin:0;}
.editor-lession table tr td{padding:0px;border:3px solid #fff;color:#6ab7ff;font-size: 12px;text-align: center;vertical-align: middle;}
.editor-lession table tr th{padding:0px;border:3px solid #fff;color:#fff;background:#ff90b1;font-size: 12px;text-align: center;}
.editor-lession table tr:nth-of-type(odd){ background:#fbfbfb;} 
.editor-lession table tr:nth-of-type(even){background:#f6f5f5;} 
.editor-lession table tr td img{max-width: 135px!important;}
.editor-lession{background: #fff;}
@media (min-width: 768px){
  .main-lession{margin-top:20px;}
  .editor-lession table{border:2px solid #fff;}
  .editor-lession table tr td{padding:12px;font-size: 16px}
  .editor-lession table tr th{padding:20px;font-size: 18px}
  .editor-lession{background: #fff;padding:15px;}
}
.editor-volunteer table{width:100%!important;border:3px solid #fff; white-space: nowrap; }
.editor-volunteer p{white-space: nowrap;}
.editor-volunteer table p{padding:0;margin:0;line-height: 30px;}
.editor-volunteer table tr td{padding:12px;border:3px solid #fff;color:#000;font-size: 16px;text-align: center;vertical-align: middle;}
.editor-volunteer table tr th{padding:20px;border:3px solid #fff;color:#fff;background:#ff90b1;font-size: 18px;text-align: center;}
.editor-volunteer table tr:nth-of-type(odd){background:#f6f5f5; } 
.editor-volunteer table tr:nth-of-type(even){background:#fbfbfb;} 
.editor-volunteer table tr td img{max-width: 135px!important;}

.box-table{background: #ffffff;padding: 10px;border-radius:10px; margin-bottom: 20px;}
.box-table-title{background: #ffd119;}
.box-table-title h3{line-height: 50px;}
.box-table-title p{float: none;line-height: 30px;margin:0;margin-left: 15px;margin-bottom: 10px;display: inline-block;}
.box-table-title p span{margin-left: 30px;}
.box-table-title-h3{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: relative;
    -webkit-text-stroke: 5px #fff;
    padding-left: 33px;

    margin:0px;
    margin-left:15px; 
   text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-webkit-text-shadow:4px 4px 4px #000;
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;
     background: url(../images/xia_03.png) no-repeat left center;
  }
.box-table-title-h3-font{position: absolute;
    top: 0px;
    font-size: 20px;
    color: #000;
    z-index: 9;
    font-weight: bold;
    -webkit-text-stroke: 0px #fff;
    text-shadow: none;width:100%;}
.box-table-list{background: #fffaba;padding: 15px 15px 5px;}
.box-table-list li{ background: url(../images/xia_07.png) no-repeat left center;list-style: none;padding-left: 33px;width:100%;float: left;margin-bottom: 10px;}
.box-table-list li a{color:#000;}
@media (min-width: 768px){
  .box-table{background: #ffffff;padding: 15px;border-radius:10px;}
  .box-table-title-h3{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: relative;
    -webkit-text-stroke: 5px #fff;
    padding-left: 33px;

    margin:0px;
    margin-left:25px; 
   text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-webkit-text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;
     background: url(../images/xia_03.png) no-repeat left center;
  }
  .box-table-list li{width:50%;}
.box-table-title p{float: right;line-height: 50px;margin:0;margin-right: 50px;}
.box-table-title p span{margin-left: 40px;}
.box-table-list{background: #fffaba;padding: 25px 25px 15px;}
}
@media (min-width: 1080px){
  .box-table-title-h3{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: relative;
    -webkit-text-stroke: 5px #fff;
    padding-left: 40px;

    margin:0px;
    margin-left:50px; 
  text-shadow:4px 4px 4px #000;
-webkit-text-shadow:4px 4px 4px rgba(0,0,0,0.3);
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;
     background: url(../images/xia_03.png) no-repeat left center;
  }
  .box-table-title p{float: right;line-height: 50px;margin:0;margin-right: 50px;}
  .box-table-title p span{margin-left: 40px;}
  .box-table-list{background: #fffaba;padding: 25px 50px 15px;}
}
.box-table-0 .box-table-title{background: #ffd119;}
.box-table-0 .box-table-list{background: #fffaba;}

.box-table-1 .box-table-title{background: #a9d3fe;}
.box-table-1 .box-table-list{background: #eaf5ff;}
.box-table-list a{color:#000;}


.box-table-2 .box-table-title{background: #c4e477;}
.box-table-2 .box-table-list{background: #f3ffd9;}
.box-table-3 .box-table-title{background: #fcf261;}
.box-table-3 .box-table-list{background: #fefcde;}
.box-table-4 .box-table-title{background: #e6c87d;}
.box-table-4 .box-table-list{background: #fff6e0;}

.box-table-5 .box-table-title{background: #ffb8a2;}
.box-table-5 .box-table-list{background: #fff5f2;}

.box-table-6 .box-table-title{background: #e5e2f9;}
.box-table-6 .box-table-list{background: #f9f8ff;}

.box-table-7 .box-table-title{background: #c1e0ff;}
.box-table-7 .box-table-list{background: #eef7ff;}
.box-table-opinion-li{  background: url(../images/yuan_03.png) no-repeat left center!important;margin-top:8px;width:50%!important;}
.box-table-opinion-li a{font-size: 14px;}
.box-table-opinion-li2{background: #a9d4ff!important;float: right!important;height:35px;line-height:30px;padding:0!important;text-align:center;border-radius:20px;width:140px!important;border:3px solid #fff;}
.box-table-opinion-li2 a{font-size: 14px;}
@media (min-width: 768px){
    .box-table-opinion-li{  background: url(../images/yuan_03.png) no-repeat left center!important;margin-top:8px;}
.box-table-opinion-li a{font-size: 18px;}
.box-table-opinion-li2{background: #a9d4ff!important;float: right!important;height:40px;line-height:35px;padding:0!important;text-align:center;border-radius:20px;width:140px!important;border:3px solid #fff;}
.box-table-opinion-li2 a{font-size: 18px;}
}



.box-style-feature {border:5px solid #fff;border-radius: 20px;background-color: #fff99e;padding:20px 30px;position: relative;}
.box-style-feature2 {padding:40px 0px;}
.editor-feature p{color:#2b2b2b;font-weight: bold;padding: 0;margin:0;}
@media(max-width: 767px) {
    .box-style-feature {padding:15px;}
    .box-style-feature2 {padding:20px 0px;}
}
.list-feature-li-1 img{border-color:#fecd0e!important; }
.list-feature-li-2 img{border-color:#a7d2ff!important; }
.list-feature-li {}
.list-feature-li img{border:5px solid #fecd0e;border-radius: 5px;margin-bottom: 20px; }
.shuben{position: absolute;bottom:-8px;right:-20px;}
   .shuben img{width:40px;}
@media(min-width: 768px) {
 .shuben{position: absolute;bottom:-8px;right:-20px;}
   .shuben img{width:50px;}
}
@media(min-width: 1400px) {
  .shuben{position: absolute;bottom:-8px;right:-32px;}
   .shuben img{width:60px;}
}
.page-title2 {display: inline-block;font-size: 24px;color:#fff; position: relative;
-webkit-text-stroke: 7px #fff;font-weight: bold;margin-bottom: 30px;text-shadow:4px 4px 4px #000;
-webkit-text-shadow:4px 4px 4px #000;
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;line-height: 30px;}
.page-title2-font{ position: absolute; top:0px;font-size: 24px;line-height: 30px;color:#6ab7ff;z-index: 9;-webkit-text-stroke: 0px #fff;text-shadow:none;}

@media(min-width: 768px) {
.page-title2 {display: inline-block;font-size: 30px;color:#fff; position: relative;
-webkit-text-stroke: 7px #fff;font-weight: bold;margin-bottom: 30px;text-shadow:4px 4px 4px #000;
-webkit-text-shadow:4px 4px 4px #000;
-moz-text-shadow:4px 4px 4px #000;
-o-text-shadow:4px 4px 4px #000;line-height: 36px;}
.page-title2-font{ position: absolute; top:0px;font-size: 30px;color:#6ab7ff;z-index: 9;-webkit-text-stroke: 0px #fff;text-shadow:none;line-height: 36px;}

}
.buttons .btn1{background: url(../images/fanhui_03.png) no-repeat center center;width:150px;height: 75px;display: block;margin:0 auto;}
.editor-feature-detail table{width:600px!important;border:3px solid #fff;  }
.editor-feature-detail table p{padding:0;margin:0;}
.editor-feature-detail table tr td{padding:5px;border:3px solid #fff;color:#000000;font-size: 14px;vertical-align: middle;min-width: 100px;text-align: center;}
.editor-feature-detail table tr th{padding:5px;border:3px solid #fff;color:#fff;background:#ffc657;font-size: 14px;text-align: center;}
.editor-feature-detail table tr:nth-of-type(odd){ background:#fafafa;} 
.editor-feature-detail table tr:nth-of-type(even){background:#f1f1f1;} 
.editor-feature-detail table tr td img{max-width: 135px!important;}

.editor-feature-detail2 table tr td{text-align:inherit }

@media(min-width: 768px) {
	.editor-feature-detail table{width:100%!important;border:3px solid #fff;  }
  .editor-feature-detail table tr td{padding:16px;border:3px solid #fff;color:#000000;font-size: 16px;vertical-align: middle;min-width: 100px;text-align: center;}
.editor-feature-detail table tr th{padding:20px;border:3px solid #fff;color:#fff;background:#ffc657;font-size: 18px;text-align: center;}

.editor-feature-detail2 table tr td{text-align:inherit }
}

.editor-coach-detail table{width:600px!important;border:3px solid #fff;  }
.editor-coach-detail table p{padding:0;margin:0;}
.editor-coach-detail table tr td{padding:5px;border:3px solid #fff;color:#000000;font-size: 14px;text-align: left;vertical-align: middle;min-width: 100px;}
.editor-coach-detail table tr th{padding:5px;border:3px solid #fff;color:#fff;background:#ffc657;font-size: 14px;text-align: left;}
.editor-coach-detail table tr:nth-of-type(odd){ background:#fafafa;} 
.editor-coach-detail table tr:nth-of-type(even){background:#f1f1f1;} 
.editor-coach-detail table tr td img{max-width: 135px!important;}
@media(min-width: 768px) {
  .editor-coach-detail table{width:100%!important;border:3px solid #fff;  }
  .editor-coach-detail table tr td{padding:16px;border:3px solid #fff;color:#000000;font-size: 14px;text-align: left;vertical-align: middle;min-width: 100px;max-width: 300px;word-wrap:break-word}
.editor-coach-detail table tr th{padding:20px;border:3px solid #fff;color:#fff;background:#ffc657;font-size: 16px;text-align: left;}

}




.list-subject-li img{border:5px solid #fff;border-radius: 26px;margin-bottom: 20px; }
.box-style-subject {padding:20px 0px;}

@media(max-width: 767px) {
    
    .box-style-subject {padding:20px 0px;}
}
.box-style-plan{
 
    background-color: #fff;
    padding: 15px;
    position: relative;}
.editor-plan-div-img{float: none;margin-right: 0px;text-align: center;}
.editor-plan-div{display: block;}
.editor-plan-div p{color:#797979;font-weight: bold; }
@media(min-width: 768px) {
  .editor-plan-div-img{text-align: left;}
  .editor-plan-div-img{float: left;margin-right: 20px;}
.editor-plan-div{display: flex;align-items: center;}
.editor-plan-div p{color:#797979;font-weight: bold; }
.box-style-plan{
 
    background-color: #fff;
    padding: 20px 30px;
    position: relative;}
}
.box-style-plan2 {
    padding: 20px 0px;
}
.list-plan-li{margin-bottom: 20px;}
.list-plan-li-div{position: absolute;
    width: 100%;
    top: 40%;
    text-align: center}
.list-plan-li-div-center {
    text-align: center;
   
    display: inline-block;

}
.list-plan-li{font-size: 20px;font-weight: bold;color:#000;}
@media(min-width: 768px) {
  .list-plan-li{font-size: 24px;font-weight: bold;color:#000;}
  .list-plan-li{margin-bottom: 40px;}
  .box-style-plan2 {
    padding: 40px 0px;
  }
}



.assign-input{float: none;width:100%;background: #fecd0e;height: 50px;line-height: 50px;border-radius:18px; position: relative;z-index: 92;margin-bottom: 20px}
.assign-input h4{float: left;width:80px;text-align: center;font-weight: bold;font-size: 20px;line-height: 50px;margin:0;}
#input-sort{float: left;width: calc(100% - 86px);height: 39px;padding-left:25px;font-size:16px;margin-top:6px;background: #fff;border: none;border-radius: 0px 10px 10px 0px;}
@media(min-width: 991px) {
  .assign-input{float: right;width:300px;background: #fecd0e;height: 58px;line-height: 58px;border-radius:18px; position: relative;z-index: 92;margin-bottom: 0px}
.assign-input h4{float: left;width:80px;text-align: center;font-weight: bold;font-size: 24px;line-height: 58px;margin:0;}
#input-sort{float: left;width: calc(100% - 86px);height: 46px;padding-left:25px;font-size:18px;margin-top:6px;background: #fff;border: none;border-radius: 0px 10px 10px 0px;}

}
.box-style-assign {
  
    border: 5px solid #a7d2ff;
    border-radius: 20px;
    background-color: #fff;
    padding: 15px;
}
@media(min-width: 768px) {
  .box-style-assign {
    border: 5px solid #a7d2ff;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
}
}


.xunli-box { padding: 20px; border: 6px solid #a7d2ff; background-color: #fff; border-radius: 30px; }
.xunli-box .building-box { width: 35%; float: left; display: none; }
.xunli-box .room-main-box { width: 100%; float: left; padding-top: 15px; padding-left:0; display: block; }
@media(min-width:1260px) {
.xunli-box { padding: 40px; border: 6px solid #a7d2ff; background-color: #fff; border-radius: 30px; }
.xunli-box .building-box { width: 35%; float: left; display: block; }
.xunli-box .room-main-box { width: 65%; float: left; padding-top: 15px; padding-left: 15px; display: block; }
}

.xunli-box .room .title-xs { display: block; width: 100%; text-align: center; background-color: #ffcf11; padding:5px 0; margin-bottom: 8px; font-weight: bold;  }
.building-xs { display: block; }
@media(min-width:1260px) {
.xunli-box .room .title-xs { display: none; }
.building-xs { display: none; }
}

.xunli-box .room { width: 100%; min-height: 70px; margin-bottom: 4px;  }
.xunli-box .room1 { background-color: #f8f8f8;  }
.xunli-box .room2 { background-color: #f2f2f2;  }
.xunli-box .room1:hover { background-color: #fffcd9; transition: all 0.6s;  }
.xunli-box .room2:hover { background-color: #fffcd9; transition: all 0.6s;  }

.xunli-box .room { padding:12px 10px 0; }
.xunli-box .room ul li { width: 70px; float: left; margin-bottom: 5px; }
.xunli-box .room ul li a { color: #000; }
.xunli-box .room ul li a:hover { color:#56aaff; }
.xunli-box .room ul li a img { transition: all 0.6s; }
.xunli-box .room ul li a:hover img { -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; opacity: 0.7; }
.xunli-box .room .title { text-align: center; margin-top:4px;}

.roomclass { text-align: left; }
.roomclass a { padding-right: 30px; }
.xunli-box .room .lou1 { margin-right: 90px; }
.xunli-box .room .lou3 { margin-right: 70px; }
.xunli-box .room .lou4 { margin-right: 20px; }
.xunli-box .room .lou1 img { margin-left: 20px; }

.xunli-box .room ul { margin-bottom: 0 }

.viwe-xs img { margin-left: 20px; }
@media(min-width:768px) {
.viwe-xs img { margin-left: 0; }
}

.xunli-box { position: relative; }
.xunli-box .xunli-title { position: relative; }
.xunli-box .xunli-title img { height: 40px; }
@media(min-width:768px) {
.xunli-box .xunli-title { position: absolute; }
.xunli-box .xunli-title img { height: auto; }
}

.popup-box .modal { z-index: 999999; background-color: rgba(0,0,0,0.8); }
.popup-box .modal-title { font-size: 20px; }
.popup-box .modal-title img { margin-top: -3px; }

@media(max-width:768px) {
.popup-box .modal-dialog {width: 100%;}
}
.popup-box .modal-dialog {margin-top: 15%;}
@media(min-width:768px) {
.popup-box .modal-dialog {margin-top: 8%;}
}

body.modal-open { padding: 0 !important;}


.sm-box { background: #fff url(../images/sm-bg-bottom.jpg) bottom right no-repeat;  position: relative; box-shadow: -1px 0px 3px #b8b8b8;}
.sm-box .sm-bg { background: url(../images/sm-bg.png) bottom center no-repeat;  }

.sm-box .text { max-width: 700px; margin: 0 auto; }

.sm { padding-left: 40px; }
.sm-box .icon1 img { height: 250px;}
.sm-box .icon2 img { height: 250px; }
.sm-box .icon1 { position: absolute; left: -90px; top:0; z-index: 2; }
.sm-box .icon2 { position: absolute; left: -50px; top:20%; z-index: 1; }
.sm-box .icon3 img { margin-top: 30px; margin-bottom: 60px; height: 150px; }
.sm-box .text { padding: 30px 30px 0 70px;  }
@media(min-width:1100px) {
.sm { padding-left: 60px; }
.sm-box .icon1 img { height: auto;}
.sm-box .icon2 img { height: auto; }
.sm-box .icon1 { position: absolute; left: -120px; top:0; z-index: 2; }
.sm-box .icon2 { position: absolute; left: -80px; top:30%; z-index: 1; }
.sm-box .icon3 img { margin-top: 30px; margin-bottom: 60px; height: auto; }
.sm-box .text { padding: 60px 30px 0 60px;font-size: 16px; line-height: 30px; }
}


.rx .rx-box { background-color:#fff; border: 6px solid #a7d2ff; padding: 15px; border-radius: 30px; margin-top: 20px; position: relative; margin-bottom: 40px; }
@media(min-width:1100px){
  .rx .rx-box { background-color:#fff; border: 6px solid #a7d2ff; padding: 30px; border-radius: 30px; margin-top: 20px; position: relative; margin-bottom: 40px; }

}
.rx .rx-box a{color:#409eff;}
.rx .rx-box p { font-size: 14px;  line-height: 24px;}

.rx-box .photo img { border: 3px solid #ffd119; margin-top: 30px;   }

.rx-box1 .rx-box .right-icon { position: relative; right: 0; top: 0;  margin-bottom: 30px;}
@media(min-width:1100px) {
.rx-box1 .rx-box .right-icon { position: absolute; right: 0; top: -80px; margin-bottom: 0; }
}

.rx-box2 .rx-box .right-icon { position: relative; right: 0; top: 0;  margin-bottom: 30px;}
@media(min-width:1100px) {
.rx-box2 .rx-box .right-icon { position: absolute; right: 40px; top: -100px; margin-bottom: 0; }
}
.xts .xts-box { margin-bottom: 40px; }
.xts .xts-box1 { background-color: #ddeeff; border: 6px solid #fff; width: 100%; border-radius: 50px; padding: 20px 30px 30px; position: relative; }
.xts .xts-box2 { background-color: #fff5cc; border: 6px solid #fff; width: 100%; border-radius: 50px; padding: 20px 30px 8px; position: relative; }
.xts .xts-box .title { position: relative; top: -18px; left: 0px; }
.xts .xts-box .main { margin-left:0;  }
@media(min-width:1100px) {
.xts .xts-box .title { position: absolute; top: -18px; left: 0px; }
.xts .xts-box .main { margin-left: 250px;  }
}

.xts .xts-box ul li { width: 100%; float: left; border-right: 0px solid #000; padding-left: 30px; margin-bottom: 15px;}
@media(min-width:600px) {
  .xts .xts-box ul li { width: 32%; float: left; border-right: 1px solid #000; padding-left: 30px;}
}

.xts .xts-box ul li:last-child { border-right: 0px solid #000; }

.xts .xts-box .title-name { font-size: 18px; font-weight: bold;color:#000; }
.xts .xts-box .name { font-size: 16px;color:#000;  }

.zy .button-box ul li { width: 100%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
@media(min-width:768px) {
.zy .button-box ul li { width: 31.8%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
}
@media(min-width:1280px) {
.zy .button-box ul li { width: 32.2%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px;}
}

.tap-box { position: relative; }


.tap-box .zy-icon img { height: 150px; }
.tap-box .zy-icon { position: absolute; bottom: 0; right: 0; }
@media(min-width:600px) {
.tap-box .zy-icon img { height: auto; }
.tap-box .zy-icon { position: absolute; bottom: -40px; right: -30px; }
}

.tap-box { padding-right: 0px; }
@media(min-width:1280px) {
.tap-box { padding-right: 20px; }
}

.zy .button-box ul li a img { margin-top: -3px;margin-right: 5px;max-height: 40px; }
.zy .button-box ul li a { color: #000; text-shadow: 1px 1px 0px #fff;
-webkit-text-shadow:1px 1px 0px #fff;
-moz-text-shadow:1px 1px 0px #fff;
-o-text-shadow:1px 1px 0px #fff; font-size: 16px; }
.zy .button-box ul .active { background-color: #a7d2ff; }

.zy .button-box ul li:nth-child(3n) { margin-right: 0; }

.tap-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 4px solid #a7d2ff;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.xiaoxun { position: relative; display: block; }
.xiaoxun div{ position: absolute;  }

.clearfix{clear:both;}

.tap-box .nav-tabs > li > a { background-color: #a7d2ff; border: 4px solid transparent; color: #000; margin-right: 10px;  border-top-right-radius: 10px; border-top-left-radius: 10px; font-size: 16px;  }
.tap-box .nav-tabs .onepage { margin-left: 40px; }
.tap-box .nav-tabs > li > a:hover { background-color:rgba(255,255,255,1); border-top: 4px solid #a7d2ff; border-left: 4px solid #a7d2ff; border-right: 4px solid #a7d2ff;}
.tap-box .nav-tabs { border-bottom: 0px solid #a7d2ff;}
.tap-box .nav-tabs > li { margin-bottom: -4px; }
.tap-box .tab-content { background:url(../images/sm-bg.png) bottom right no-repeat; }
.tap-box .tab-content { background-color: #fff; border: 4px solid #a7d2ff; border-radius: 10px; padding: 15px 15px; font-size: 14px; line-height: 28px; }
@media(min-width:600px) {
.tap-box .tab-content { background-color: #fff; border: 4px solid #a7d2ff; border-radius: 10px; padding: 60px 100px; font-size: 16px; line-height: 30px; }
}

.jd .button-box ul li { width: 100%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
@media(min-width:768px) {
.jd .button-box ul li { width: 31.8%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
}
@media(min-width:1280px) {
.jd .button-box ul li { width: 32.2%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px;}
}
.jd .button-box ul li a img { margin-top: -3px;margin-right: 5px; }
.jd .button-box ul li a { color: #000; text-shadow: 1px 1px 0px #fff;
-webkit-text-shadow:1px 1px 0px #fff;
-moz-text-shadow:1px 1px 0px #fff;
-o-text-shadow:1px 1px 0px #fff; font-size: 16px;  }
.jd .button-box ul .active { background-color: #a7d2ff; }
.jd .button-box ul li:nth-child(3n) { margin-right: 0; }

.jd .text-box { background-color: #dcdcff; padding: 30px; border-radius: 20px; font-size: 14px;  margin-top: -15px;font-weight: bold;padding-bottom: 20px }

.jd .text-box2 { background-color: #fff; border: 4px solid #a7d2ff; border-radius: 20px; padding: 30px; }
.jd .text-box2 .text { margin-top: 0px; margin-bottom: 30px; }
@media(min-width:768px) {
.jd .text-box2 { background-color: #fff; border: 4px solid #a7d2ff; border-radius: 20px; padding: 60px; }
.jd .text-box2 .text { margin-top: 10px; margin-bottom: 30px; }
.jd .text-box2 img {  margin-bottom: 20px; }
}

.jd .text-box2 .text h3 { color: #70baff;margin-top:10px; }

.zp .zp-box { background-color: #fff; padding: 20px; border-radius: 20px; margin-bottom: 30px; }
.zp .zp-box .zp-inner-box {  border: 3px dashed#a7d2ff; border-radius: 20px;  padding: 30px 20px;  }
@media(min-width:768px) {
.zp .zp-box .zp-inner-box {  border: 3px dashed#a7d2ff; border-radius: 20px;  padding: 50px 40px;  }
}
.zp .zp-inner-box .text-st { text-shadow: 1px 1px 2px #a8a8a8;
  -webkit-text-shadow:1px 1px 2px #a8a8a8;
-moz-text-shadow:1px 1px 2px #a8a8a8;
-o-text-shadow:1px 1px 2px #a8a8a8;

 margin-bottom: 10px; }


.zp .zp-inner-box .pdf-box { width: 100%; float: left; padding-right: 0; }
@media(min-width:768px) {
.zp .zp-inner-box .pdf-box { width: 50%; float: left; padding-right: 20px; }
}
.zp .zp-inner-box .pdf-inner-box {  background-color: #fecd0f; text-align: center; margin-top: 15px;  }
.zp .zp-inner-box .pdf-box .name { text-align: center; padding-top: 20px;color: #000;font-size: 16px;font-weight: bold }
.zp .zp-inner-box .pdf-box .name a { color: #000;  }

.btn-resource{display: block;position: relative;cursor:pointer;}
.resource-content{display: none;position: absolute;
background-color: rgba(255, 255, 255, 0.9);
border:5px solid #fbf491; 
border-radius:15px;
padding:20px; 
  left:0px;z-index: 92;margin:0px;margin-top:-10px;width:100%;}

   .resource-content-li{background: url(../images/yuan2_07.png) no-repeat left center!important;line-height:23px;list-style:none;padding-left:25px;/* width:50%!important; */}
 .resource-content-li a{font-size: 14px;color:#000;}

@media (min-width: 768px){
  .resource-content{display: none;position: absolute;
background-color: rgba(255, 255, 255, 0.9);
border:5px solid #fbf491; 
border-radius:15px;
padding:20px; 
  left:0px;z-index: 92;margin:15px;margin-top:-10px;width:100%;}
     .resource-content-li{  background: url(../images/yuan2_07.png) no-repeat left center!important;margin-top:8px;}
 .resource-content-li a{font-size: 16px;}

}

.box-style-motto {
    padding: 20px 0px;
}
.list-motto-li{margin-bottom: 40px;}
.list-motto-li-div{
    margin-top:30px;
    text-align: center}
.list-motto-li-div-center {
    text-align: center;
   
    display: inline-block;

}
.list-motto-li{font-size: 20px;font-weight: bold;color:#000;}
@media(min-width: 768px) {
  .list-motto-li{font-size: 24px;font-weight: bold;color:#000;}
  .list-motto-li{margin-bottom: 60px;}
  .box-style-motto {
    padding: 40px 0px;
  }
}
.activity .button-box ul li { width: 100%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
@media(min-width:768px) {
.activity .button-box ul li { width: 31.8%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
}
@media(min-width:1280px) {
.activity .button-box ul li { width: 32.2%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px;}
}
.activity .button-box ul li a img { margin-top: -3px;margin-right: 5px; }
.activity .button-box ul li a { color: #000; text-shadow: 1px 1px 0px #fff;
  -webkit-text-shadow:1px 1px 0px #fff;
-moz-text-shadow:1px 1px 0px #fff;
-o-text-shadow:1px 1px 0px #fff; font-size: 16px;  }
.activity .button-box ul .active { background-color: #a7d2ff; }
.activity .button-box ul li:nth-child(3n) { margin-right: 0; }

@media(min-width:768px) {
.box-organize{padding: 0px;}
}
.box-organize-img{margin:0px;}

.album-li{
  margin-bottom:20px;
}
.album-li img{ border: 5px solid #fef088;border-radius:20px;  } 
  .album-li h3{
  width: 100%;
  color:#373737;
 font-size: 16px;
    overflow: visible;
    white-space: normal;
    text-align: center;
}
.box-style-album{padding-top:40px;}
@media(min-width:768px) {

  .album-li h3{
  width: 100%;
  color:#373737;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    font-size: 20px;
}
 
}
.editor-album{position: relative;min-height: 50px;margin-bottom:20px;}
.editor-album-left{position: absolute;left:0px;top:0px;}
.editor-album-right{position: absolute;right:0px;bottom:0px;}
.editor-album-des{padding:30px;}
.album-detail-li{width:100%;margin:5px;float: left;height: auto; }
.album-detail-width{width:100%;}
.mile-carousel{margin-bottom:0px;}
@media(min-width:991px) {
.album-detail-li{width:30%;height: 180px;overflow:hidden;  }
.album-detail-width{width:36%;}
.mile-carousel{margin-bottom:20px;}
}
@media(min-width:1100px) {
.album-detail-li{width:30%;height: 200px;overflow:hidden; }
.album-detail-width{width:37%;}
}
@media(min-width:1200px) {
.album-detail-li{width:30%;height: 220px;overflow:hidden; }
.album-detail-width{width:37%;}
}
@media(min-width:1300px) {
.album-detail-li{width:30%;height: 240px;overflow:hidden; }
.album-detail-width{width:37%;}
}




.album-detail-li2{width:100%;margin:5px;float: left;height: auto; }
.album-detail-width2{width:100%;}

@media(min-width:991px) {
.album-detail-li2{width:30%;height: 131px;overflow:hidden;  }
.album-detail-width2{width:35.4%;}
.mile-carousel{margin-bottom:20px;}
}
@media(min-width:1100px) {
.album-detail-li2{width:30%;height: 146px;overflow:hidden; }
.album-detail-width2{width:35.9%;}
}
@media(min-width:1200px) {
.album-detail-li2{width:30%;height: 161px;overflow:hidden; }
.album-detail-width2{width:36%;}
}
@media(min-width:1300px) {
.album-detail-li2{width:30%;height: 177px;overflow:hidden; }
.album-detail-width2{width:36.5%;}
}







.button-bottom{text-align: center;margin:0 auto; }
.button-bottom .btn1{
    display: inline-block;
}
.button-bottom .btn2
{background: url(../images/album_37.png) no-repeat center center;

    width: 150px;
    height: 75px;
    display: inline-block;
    margin: 0 auto}

 .popup-box   .mile-carousel{margin-bottom: 0px;}
.modal-header .close {
  font-size: 36px;
    margin-top: -7px;
}
 @media (min-width: 768px){
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}
.modal-header .close {
  font-size: 36px;
    margin-top: -7px;
}
 }

.editor-lession-top{position: relative;}
.editor-lession-top-font{position: absolute;right:20px;bottom:6%;font-size: 14px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 12px;color:#fff;margin-left: 10px;}
 @media (min-width: 484px){
.editor-lession-top-font{position: absolute;right:47px;bottom:12%;font-size: 18px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 14px;color:#fff;margin-left: 20px;}
}
 @media (min-width: 768px){
.editor-lession-top-font{position: absolute;right:47px;bottom:17%;font-size: 24px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 18px;color:#fff;margin-left: 20px;}
}
 @media (min-width: 768px){
.editor-lession-top-font{position: absolute;right:47px;bottom:17%;font-size: 24px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 18px;color:#fff;margin-left: 20px;}
}
 @media (min-width: 991px){
.editor-lession-top-font{position: absolute;right:47px;bottom:17%;font-size: 24px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 18px;color:#fff;margin-left: 20px;}
}

 @media (min-width: 1200px){
.editor-lession-top-font{position: absolute;right:47px;bottom:20%;font-size: 30px;color:#fff;font-weight: bold;}
.editor-lession-top-font2{font-size: 25px;color:#fff;margin-left: 20px;}
}

.support .button-box ul li { width: 100%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
@media(min-width:768px) {
.support .button-box ul li { width: 31.8%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px; margin-bottom: 15px;}
}
@media(min-width:1280px) {
.support .button-box ul li { width: 32.2%; float: left; padding: 10px 0; margin-right: 15px; background-color: #fbf28c;  text-align: center; border-radius: 10px;}
}
.support .button-box ul li a img { margin-top: -3px;margin-right: 5px; }
.support .button-box ul li a { color: #000; text-shadow: 1px 1px 0px #fff;
-webkit-text-shadow:1px 1px 0px #fff;
-moz-text-shadow:1px 1px 0px #fff;
-o-text-shadow:1px 1px 0px #fff; font-size: 16px;  }
.support .button-box ul .active { background-color: #a7d2ff; }
.support .button-box ul li:nth-child(3n) { margin-right: 0; }

.support{margin-bottom: 90px;clear: both;}



.subject-box2 .text-box2 .text h3 { color: #70baff;margin-top:10px; }

.subject-box2 .text-box2 { }
.subject-box2 .text-box2 .text { margin-top: 0px; margin-bottom: 30px; }
@media(min-width:768px) {
.subject-box2 .text-box2 { }
.subject-box2 .text-box2 .text { margin-top: 10px; margin-bottom: 30px; }
.subject-box2 .text-box2 img {  margin-bottom: 20px; }
}
.editor-feature-detail{margin-bottom: 10px;}


.box-gengeral{position: relative;}
.general-img-left{position: absolute;left:-57px;width:150px;display: none;}
.general-content{position: relative;margin-top:52px;}
.general-content-bg{position: absolute;max-width: 100%;top:-31px;}
.box-style-general-ul{list-style: none;padding:0px;margin:0px;}
.editor-general table{border: none;margin-bottom:0px;width:100%;}
.editor-general p{margin:0px;font-size:16px;color:#383838;}
.editor-general table tr{}
.editor-general table tr td{border: none;vertical-align:top; background: #fdfcee;border-bottom: 1px solid #fedbd0;padding-top:16px;padding-bottom: 16px;}
.editor-general table tr td:nth-child(1){width:108px;padding-left: 16px;}
.editor-general table tr td:nth-child(2){width: 20px; }
.editor-general table tr td:nth-child(3){width: calc(100% - 140px);  }

.editor-general2 table{border: none;margin-bottom:0px;width:100%;}
.editor-general2 p{margin:0px;font-size:16px;color:#383838;}
.editor-general2 table tr{}
.editor-general2 table tr td{border: none;padding-top:2px;padding-bottom:2px;vertical-align:top;}
.editor-general2 table tr td:nth-child(1){width:108px;padding-left: 16px;}
.editor-general2 table tr td:nth-child(2){width: 20px; }
.editor-general2 table tr td:nth-child(3){width: calc(100% - 140px); }

@media(max-width:360px) {
.editor-general2 table tr td:nth-child(3) p{width:150px;word-wrap:break-word }
}


.editor-general3{border-radius: 15px;}
.editor-general3 table{border: none;margin-bottom:0px;width:100%;}
.editor-general3 p{margin:0px;font-size:16px;color:#383838;}
.editor-general3 table tr{}
.editor-general3 table tr td{border: none;padding-top:16px;padding-bottom:16px;vertical-align:top;
  border-bottom: 1px solid #f2c75c;background: #f7f2e6;border-right: 1px solid #f2c75c;}
.editor-general3 table tr td:nth-child(1){width:130px;padding-left: 16px;}
.editor-general3 table tr td:nth-child(2){width: calc(100% - 150px);padding-left: 16px;  }

.box-style-general{border: 5px solid #fe916f;
    border-radius: 20px;
    width:100%;
    position: relative;
    overflow:hidden; 
  }
.box-style-general2{border: 5px solid #b5d461;
   margin-top:50px;
  padding-top:20px;padding-bottom: 20px;
    border-radius: 20px;
    width:100%;
     background:#d0ea78 url(../images/general_bg_03.jpg) no-repeat center center;
    background-size:cover; 
    position: relative;
  }
  .box-style-general3{border: 5px solid #f2c75c;
   margin-top:50px;
    border-radius: 20px;
    width:100%;
    position: relative;
    float: left;
  }
  .editor-general .table-responsive{margin-bottom: 0px;border: none;}
  .editor-general2 .table-responsive{margin-bottom: 0px;border: none;}
  .editor-general3 .table-responsive{margin-bottom: 0px;border: none;}
  .general-qiao-bg{position: absolute;top:-78px;right:36px;}
    .general-qiao-bg2{position: absolute;top:-78px;left:36px;}
  .general-img-right{float: right;width:100%;margin-top:20px;}
@media(min-width:500px) {
.general-content-bg{position: absolute;max-width: 100%;top:-51px;}
}
@media(min-width:600px) {
.general-content-bg{position: absolute;max-width: 100%;top:-72px;}
}
@media(min-width:768px) {
  .box-style-general{border: 5px solid #fe916f;
    border-radius: 20px;
    width:89%;
    position: relative;
  }
   .box-style-general2{border: 5px solid #b5d461;
    float: right;
    margin-top:50px;
    border-radius: 20px;
    width:89%;
    background:#d0ea78 url(../images/general_bg_03.jpg) no-repeat center center;
    background-size:cover; 
    position: relative;
  }
   .box-style-general3{border: 5px solid #f2c75c;
    border-radius: 20px;
    width:56%;
    position: relative;
  }
  .general-img-left{position: absolute;left:-19px;top:50px;width:106px;display: block;}
   .general-img-right{float: right;width:43%;margin-top:40px;}
  .general-content-bg{position: absolute;max-width: 100%;top:-100px;}
   .general-qiao-bg{position: absolute;top:-78px;right:153px;}
  .general-qiao-bg2{position: absolute;top:-78px;left:153px;}
  .editor-general table tr td:nth-child(1){width:175px;padding-left: 30px;}
  .editor-general table tr td:nth-child(2){width: 20px; }
  .editor-general table tr td:nth-child(3){width: calc(100% - 220px); }

  .editor-general2 table tr td:nth-child(1){width:115px;padding-left: 35px;}
  .editor-general2 table tr td:nth-child(2){width: 20px; }
  .editor-general2 table tr td:nth-child(3){width: calc(100% - 170px); }

  .editor-general3 table tr td:nth-child(1){width:151px;padding-left: 25px;}
  .editor-general3 table tr td:nth-child(2){width: calc(100% - 140px);padding-left: 25px;  }

}
@media(min-width:991px) {
   .general-img-right{float: right;width:43%;margin-top:40px;}
    .general-img-left{position: absolute;left:-55px;top:20px;width:130px;display: block;}
}
@media(min-width:1100px) {
  .general-content-bg{position: absolute;max-width: 100%;top:-100px;}
}
@media(min-width:1200px) {
   .general-img-left{position: absolute;left:-51px;top:20px;width:130px;display: block;}
  .general-content-bg{position: absolute;max-width: 100%;top:-115px;}
}
@media(min-width:1280px) {
.general-content{position: relative;margin-top:52px;}
.general-content-bg{position: absolute;max-width: 100%;top:-120px;}
}

