
/*float nav*/
.float-nav{ position: fixed; top: 40%; right: 0px; z-index: 99; box-shadow: 0px 2px 15px rgba(0,0,0,0.3); }
.float-nav > ul > li > a{ display: block; border-bottom: solid 1px #231815; text-align: center; padding: 15px 0px; width: 50px; text-align: center; line-height: 30px; background: #4f4644; color: #fff; }
.float-nav > ul > li > a:hover{ background: #231815; transition: all 0.5s ease; }
.float-nav > ul > li > a i{ font-size: 24px; }
.float-nav > ul > li > a:hover i{ font-size: 28px; }

.float-nav > ul > li:first-of-type > a{ border-top-left-radius: 5px; }
.float-nav > ul > li:last-of-type > a{ border-bottom-left-radius: 5px; }

.float-nav .tooltip{ margin-right: 50px; }

/*top ===================================================*/
.top{ font-size: 12px; text-align: right; line-height: 30px; height: 36px; width: 100%; position:relative;z-index:100001; }
.top i.iconfont{ margin-right: 5px; font-size: 12px; }
.top .service-phone{ display: inline-block; padding: 3px 15px; color: #231815; transform: skew(-12deg); }

.top .sign-in{ padding-left: 30px;margin-left: -10px; display: inline-block; opacity: 1; background: #4f4644; color: #fff; padding-right: 30px; font-size: 12px; }
.top .sign-up{ z-index:1;transform: skew(-12deg); display: inline-block; opacity: 1; background: #4f4644; color: #fff; padding: 3px 30px 3px 15px; font-size: 12px; }

.top .no-sign-in{ z-index:1;transform: skew(-12deg);margin-right: -10px; display: inline-block; opacity: 1; background: #4f4644; color: #fff; padding: 3px 30px 3px 15px; font-size: 12px; }
.top .no-sign-up{ display: inline-block; opacity: 1; background: #4f4644; color: #fff; padding: 3px 30px 3px 15px; font-size: 12px; }
.navbar-user > a {
    cursor:pointer; 
}
/*.top .sign-in:hover, .top .sign-sel:hover{ opacity: 1; }*/
.top .sign-in{ background: #231815; }
.top .no-sign-in{ background: #231815; }
.no-sign-in {margin-right:20px; cursor:pointer;}
.top .sign-up {margin-right:-3px !important;}
.top .sign-sel {z-index:10;border-right: #dedede 1px dashed; display: inline-block; opacity: 1; color: #fff; padding: 2px 15px 3px 15px; margin-right: -10px; font-size: 12px; }
/*header ===================================================*/
/*.header .navbar-brand{ line-height: 40px; height: auto; }
.header .navbar-header .navbar-toggle{ margin: 25px 15px 0px; }
.header .navbar-header .navbar-toggle .icon-bar{ background: #4f4644; }
.header .nav{ margin-top: 30px; border-top: solid 1px #eee; padding-top: 20px; }
.header .nav > li{ margin: 0px 5px; }
.header .nav > li > a{ padding: 10px 15px; border-radius: 0px; }
.header .nav > li > a:hover{ background: #f5f5f5; }
.header .nav > li.active > a{ background: #ca391c; color: #fff; font-weight: bold; }
.header .nav > li.active:hover > a{ background: #ca391c; color: #fff }
.header .nav > li:hover > a{ color: #ca391c;}
.header .nav > li.open > a{ color: #ca391c; }
.header .nav > li .dropdown-menu{ padding: 0px; min-width: 90px; left: 0px; right: auto; border: none; top: 100%; overflow: hidden; }
.header .nav > li .dropdown-menu > li > a{ text-align: center; display: block; border-bottom: solid 1px #eee; padding: 8px 10px; color: #4f4644;  }*/


/*header*/
.header{ height: 60px; background: #ca391c; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); margin-bottom: 0px; }
.header .navbar-header{ float: left;    margin-right: 10px; }
.header .navbar-brand{ background: #fff; padding: 18px 30px; height: 60px; transform: skew(-12deg); margin-left: -10px; }
.header .navbar-brand img{ transform: skew(12deg); }
.header .navbar-toggle{ float: left; z-index: 10; background: #fff; height: 60px; margin: 0px; padding: 0px 15px; border-radius: 0px; border-right: solid 1px #ddd; }
.header .navbar-toggle .icon-bar{ background: #4f4644; }
.header .navbar-title{ float: left; padding: 15px 20px; color: #fff; transform: skew(-12deg); transform: translateX(0) skewX(-12deg) scale(0.8, 0.8); }
.header .navbar-title strong{ display: block; font-size: 14px; }
.header .navbar-title span{ display: block; font-size: 12px; }
.header .navbar-user{ position: absolute; right: -10px; top: 0px; background: #f8b62b; height: 60px; padding: 20px 30px; font-size: 12px; line-height: 20px; color: #231815; transform: skew(-12deg); }
.header .navbar-user i{ font-size: 12px; }

.header .navbar-collapse .nav > li > a:focus, .nav > li > a:hover {text-decoration: none;background-color: rgba(0,0,0,0.1);}
.header .navbar-collapse .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {text-decoration: none;background-color: rgba(0,0,0,0.1);}

.header .navbar-collapse{ position: absolute; left: 0px; width: 100%; top: 59px; }
.header .nav{ background: #fff; border-top: solid 1px #eee; margin-top: 0px; }
.header .nav > li > a{ color: #4f4644; font-size: 14px; padding: 20px 15px; }
.header .nav > li > a:hover{ background: rgba(0,0,0,0.1); }
.header .nav > li.active > a{ background: #ca391c; color: #fff; font-weight: bold; }

.header .navbar-user .username{ margin-right: 10px; }
.header .navbar-user .dropdown{ display: inline-block; margin: 0px 10px 0px 0px; }
.header .navbar-user .dropdown > button{ background: none; border: none; }
.header .navbar-user .dropdown .dropdown-menu{max-width: 80px;overflow-y: auto; max-height: 200px;transform: skew(12deg); left: auto; right: -30px; top: 40px; border: none; border-radius: 0px; min-width: 80px; }    
.header .navbar-user .dropdown .dropdown-menu > li{ padding: 5px 10px; border-top: solid 1px #eee; }
.header .navbar-user .dropdown .dropdown-menu > li:first-of-type{ border: none; }
.header .navbar-user .dropdown .dropdown-menu > li:hover{ background: #f5f5f5; }


/*carousel ===================================================*/
.banner.carousel .carousel-caption{ position: initial; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 100%; background: rgba(202,57,28,1); text-align: left; text-shadow: none; }
.banner.carousel .carousel-caption .line{ position: absolute; top: 0px; left: 100%; z-index: 11; width: 1px; height: 100%; background: #f8b62d; transform: translateX(0) skewX(-8deg); }
.banner.carousel .carousel-caption .carousel-text{ margin-top: 30px; margin-left: 30px; }
.banner.carousel .carousel-caption h3{ font-size: 34px; font-weight: normal; margin-bottom: 15px; margin-top: 30px; }
.banner.carousel .carousel-caption p{ font-size: 14px; margin-bottom: 30px; }
.banner.carousel .carousel-caption div{ font-size: 22px; margin: 15px 0; }
.banner.carousel .carousel-caption button> a{ color:#fff; }
.banner.carousel .carousel-caption button{ font-size: 16px; margin-bottom: 30px; padding: 8px 15px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1); }
.banner.carousel .carousel-indicators{ position: absolute; left: auto; right: 0px; bottom: 40px; }
.banner.carousel .carousel-indicators > li{ background: #fff; }
.banner.carousel .carousel-indicators > li.active{ background: #f8b62d; border-color: #f8b62d; }
/*.banner.carousel.slide { margin-top:20px;}*/


/*quick nav ===================================================*/
.quick-nav{ margin: 60px 0px; }
.quick-nav ul > li > a{ display: block; padding: 60px 30px; text-align: center; border: solid 1px #fff; border-radius: 12px; }
.quick-nav ul > li > a strong{ display: block; font-size: 18px; margin: 15px 0px; color: #4f4644; }
.quick-nav ul > li > a p{ font-size: 12px; color: #8e8e8e; line-height: 150%; }
.quick-nav ul > li > a:hover{ border-color: #fff; background: #f5f5f5; transition: all 0.5s ease; }

/*title  ===================================================*/
.title{ text-align: center; color: #4f4644; margin: 90px 0px 60px; }
.title-white{ color: #fff; }
.title h2{ margin-bottom: 20px; }
.title p{ font-size: 15px; margin-bottom: 30px; }
.title .more{ display: inline-block; padding: 8px 20px; font-size: 12px; background: rgba(0,0,0,0.3); color: #fff; border-radius: 30px; }
.title .more i{ font-size: 12px; }
.title .more:hover{ background: rgba(0,0,0,0.4); }

/*team  ===================================================*/
.team{ position: relative; overflow-x: hidden; background: #4f4644 url(image/team-bg.jpg) left bottom no-repeat; background-size: 100% auto; }
.team .title{ z-index: 11; position: absolute; left: 0px; right: 0px; }
.team-bg{ position: absolute; top: 0px; right: -100px; z-index: 10; width: 60%; height: 100%; background: rgba(248,182,45,0.9); transform: translateX(0) skewX(10deg); }
.team-bg .line{ height: 100%; width: 1px; background: #fff; transform: translateX(0) skewX(8deg); }
.team .carousel{ z-index: 11; margin-top: 210px; padding-bottom: 60px; margin-bottom: 120px; }
.team .carousel .item{ padding-top: 60px; }
.team .carousel .item > ul > li a{ position: relative; display: block; background: #fff; text-align: center; padding: 180px 15px 30px; height: 330px; margin: 15px 0px; border-radius: 12px; box-shadow: 0px 3px 15px rgba(0,0,0,0.1); border: solid 1px #fff; }
.team .carousel .item > ul > li a .photo{ position: absolute; top: 30px; left: 37%; display: inline-block; width: 150px; height: 150px; border-radius: 75px; border: solid 1px #4f4644; overflow: hidden; margin-left: -45px;  box-shadow: 0px 0px 0px rgba(0,0,0,0.0); }
.team .carousel .item > ul > li a strong{ display: block; font-size: 18px; margin: 15px 0; color: #4f4644; }
.team .carousel .item > ul > li a span{ display: block; font-size: 12px; line-height: 180%; color: #8e8e8e; margin-bottom: 15px; }
.team .carousel .item > ul > li a p{ display: none; font-size: 12px; padding: 15px; line-height: 180%; border-top: solid 1px rgba(255,255,255,0.1); color: #fff; }
.team .carousel .item > ul > li a:hover{ background: #4f4644; color: #fff; transition: all 1s ease; padding-top: 60px; }
.team .carousel .item > ul > li a:hover .photo{ transition: all 1s ease; width: 80px; height: 80px; top: -40px; margin-left: -5px; border-color: #fff; box-shadow: 0px 3px 10px rgba(0,0,0,0.5); }
.team .carousel .item > ul > li a:hover strong{ color: #fff; }
.team .carousel .item > ul > li a:hover span{ color: #fff; }
.team .carousel .item > ul > li a:hover p{ display: block; opacity: 0.5; }

.team .carousel .carousel-pages{ position: absolute; bottom: -30px; left: 0px; width: 100%; text-align: center; }
.team .carousel .carousel-pages > a{ display: inline-block; opacity: 0.8; }
.team .carousel .carousel-pages > a > i{ font-size: 34px; color: #fff; opacity: 1; }
.team .carousel .carousel-pages > a:hover{ opacity: 1; }
.team .carousel .carousel-indicators{ display: inline-block; bottom: 0px; position: initial; left: auto; margin-left: 0px; width: auto; padding: 10px 30px; vertical-align: middle; }
.team .carousel .carousel-indicators > li{ background: #fff; }
.team .carousel .carousel-indicators > li.active{ background: #ca391c; border-color: #ca391c; }
/*video  ===================================================*/
.video{ margin-bottom: 90px; }
.video .video-top video{ margin-bottom: 15px; }
.video .video-list > ul > li > a{ min-height:173px;display: block; border: solid 1px #ddd; background: #fff; padding: 30px; margin: 15px 0px; box-shadow: 0px 3px 0px rgba(0,0,0,0.0); border-radius: 3px; }
.video .video-list > ul > li > a strong{ font-size: 18px; color: #231815; display: block; margin-bottom: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.video .video-list > ul > li > a p{ color: #8e8e8e; font-size: 12px; line-height: 150%; margin-bottom: 15px; }
.video .video-list > ul > li > a span{ color: #ca391c; font-size: 12px; }
.video .video-list > ul > li > a i{ position: absolute; bottom: 0px; right: 30px; font-size: 32px; color: #f8b62d; opacity: 0; }
.video .video-list > ul > li > a:hover{ border-color: #ccc; box-shadow: 0px 3px 10px rgba(0,0,0,0.1); transition: all 0.5s ease; }
.video .video-list > ul > li > a:hover i{ opacity: 1; transition: all 1s ease; bottom: 20px; }

/*footer  ===================================================*/
.footer .footer-info{ background: #4f4644; color: #fff; padding: 30px; }
.footer .footer-info .footer-logo{ display: inline-block; margin-right: 30px; }
.footer .footer-info .footer-links{ display: inline-block; }
.footer .footer-info .footer-links a{ display: inline-block; color:cornflowerblue; padding: 0px 15px; line-height: 14px; margin-top: 15px; border-right: solid 1px #6c615e; }
.footer .footer-info .footer-links a:last-of-type{ border: none; }
.footer .footer-info .footer-links a:hover{ color: #fff; }
.footer .footer-info .footer-contact{ position: relative; width: 100%; margin-top: 30px; background: #ca391c; padding: 37px 30px; display: flex; justify-content: flex-end; }
.footer .footer-info .footer-contact .phone-number{ padding: 0px 30px 0px 15px; border-right: solid 1px rgba(255,255,255,0.2); flex-grow: 1;  }
.footer .footer-info .footer-contact .phone-number strong{ color: #f8b62d; display: block; font-size: 18px; }
.footer .footer-info .footer-contact .qr-code{ padding: 0px 15px 0px 30px; }
.footer .footer-info .footer-contact .qr-code-img{ margin-top: -50px; background: #fff; border: solid 5px #ca391c; }
.footer .footer-info .footer-contact .qr-code-img img{ width: 90px; height: 90px; }
.footer .footer-info .footer-contact .line{ display: none; position: absolute; left: 0px; top: 0px; width: 1px; height: 100%; background: #fff; transform: translateX(0) skewX(-8deg); }
.footer .copyright{ background: #231815; color: #727171; text-align: center; padding: 30px; font-size: 12px; line-height: 180%; }
.footer .footer-info .footer-links-title { color: #fff;width: 100%;text-align: center;margin: 5px 0 0 10px;cursor:default;}
/*breadcrumb  ===================================================*/
/*.breadcrumb{ background: none; padding: 0px 0px; margin-bottom: 0px; }
.breadcrumb li.active{ color: #ca391c; }
.breadcrumb > li + li:before {color: #CCCCCC;content: "> ";padding: 0 5px;}
.breadcrumb li> a{  color: #ca391c; }*/
/*breadcrumb  ===================================================*/
.breadcrumb{  padding: 0px 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom:1px;
    color: #999;
    font-size: 12px;
    text-align: left; }
.breadcrumb li.active{ color: #ca391c; }
.breadcrumb li> a:hover{  background:#fff }
/*.breadcrumb li> a{  color: #ca391c; }*/
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
/*filter  ===================================================*/
.filter{ background: #f5f5f5; border-radius: 6px; padding: 5px 1px; margin-bottom: 15px; }
.filter .form-group{ margin-right: 30px; }
.filter .nav > li > a{ padding: 5px 15px; margin-right: 10px; }
.filter .nav > li > a:hover{ background: #fff; }
.filter .nav > li.active > a{ background: #ca391c; box-shadow: 0px 2px 3px rgba(202,57,28,0.5); }


/*school  ===================================================*/
.school-list{ margin-bottom: 10px; }
.school-list ul.row{ margin: 0px -8px; }
.school-list ul > li{ margin-bottom: 15px; padding: 0px 8px; }
.school-list ul > li > div { border: solid 1px #ddd; border-radius: 6px;}
.school-list ul > li > div > a{ min-height: 116.97px; display: block; position: relative; padding: 15px 15px 15px 80px;  }
.school-list ul > li > div > a img{ position: absolute; top: 15px; left: 16px; }
.school-list ul > li > div > a strong{ display: block; margin-bottom: 10px; font-size: 15px; }
.school-list ul > li > div > a .label{ display: inline-block; background: #fcf3f1; border: solid 1px #edb2a6; color: #ca391c; line-height: 16px; margin-bottom: 3px; }
.school-list-year { padding:0px;text-align:center;position:relative; }
.year-container { height:30px; padding-left:77px; }
.year-container a { display:block; text-align:center; border:1px solid #D6E5E5; padding:0px 5px; background-color:#F1FBFD; float:left; margin-left:3px; }
.pages{ margin-bottom: 90px; border-top: solid 1px #ddd; padding-top: 15px; }

/*constitution  ===================================================*/
.constitution{ margin-bottom: 90px; padding-left: 230px; }
.constitution-school{ background:#fff; position: fixed; width: 200px; margin-left: -230px; border: solid 1px #ddd; border-radius: 6px; text-align: center; padding: 30px; }
.constitution-school strong{ display: block; margin: 15px 0px; }
.constitution-school .label{ display: inline-block; background: #fcf3f1; border: solid 1px #edb2a6; color: #ca391c; line-height: 16px; margin-bottom: 5px; }
.constitution-content{ border: solid 1px #ddd; border-radius: 6px; padding: 30px 60px; }
.constitution-content .title{ margin: 30px 0px; }
.constitution-content .title h3{ margin-bottom: 10px; }
.constitution-content .line{ height: 1px; background: #ddd; margin: 30px 0px; }
.constitution-content h5{ margin: 50px 0px 20px; font-size: 18px; }
.constitution-content p{ font-size: 13px; color: #4f4644; margin-bottom: 20px; }

/*video list  ===================================================*/
.video-list .thumbnail{ padding: 0px; border-color: #ddd; }
.video-list .thumbnail .img{ position: relative; background: #231815; height: 156.3px;overflow: hidden;}
.video-list .thumbnail .img img{ opacity: 1; }
.video-list .thumbnail .img .play{ opacity: 0; z-index: 10; position: absolute; top: 10%; left: 50%; width: 30px; height: 30px; margin: -15px 0px 0px -15px; background: #ca391c; color: #fff; padding: 6px 0px 0px 10px; font-size: 12px; border-radius: 30px; }
.video-list .thumbnail:hover img{ opacity: 0.3; transition: all 0.5s ease; }
.video-list .thumbnail:hover .play{ opacity: 1; top: 50%; transition: all 0.5s ease; cursor: pointer; }
.video-list .thumbnail .caption{ padding: 15px; }
.video-list .thumbnail h5{ display: block; margin-bottom: 10px; }
.video-list .thumbnail .label, .video-paly .title .label{ display: inline-block; background: #fcf3f1; border: solid 1px #edb2a6; color: #ca391c; line-height: 16px; margin-bottom: 5px; }

.video-paly{ margin-bottom: 90px; }
.video-paly .videotitle{ text-align: center;color: #4f4644;margin: 90px 0px 60px; }
.video-paly video{ margin-bottom: 30px;border: 5px solid;border-color: black; }
.video-paly .video-info{  margin-top:30px;}
.video-paly .video-info p { text-indent:2em;line-height: 30px;text-align: justify;}
.video-paly .videotitle .label{ display: inline-block; background: #fcf3f1; border: solid 1px #edb2a6; color: #ca391c; line-height: 16px; margin-bottom: 5px; }
.videotitle h2 { margin-bottom: 20px;  }
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 750px) { 
  /*.header .nav{ border-top: none; padding-top: 0px; }
  .header .nav > li{ margin: 0px 5px; }
  .header .nav > li > a{ padding: 5px 15px; border-radius: 15px; text-align: center; min-width: 90px; }*/
  .header .navbar-collapse{ position: static; width: auto;  }
  .header .nav{ background: none; border-top: none; }
  .header .nav > li > a{ color: #fff; font-size: 12px; }
  .banner.carousel .carousel-caption{ padding-top:60px; position: absolute; height: 100%; top: 0px; left: -60px; right: initial; bottom: 0px; width: 40%; transform: translateX(0) skewX(-10deg); background: rgba(202,57,28,0.5); text-align: left; text-shadow: none; }
  .banner.carousel .carousel-caption .line{ position: absolute; top: 0px; left: 100%; z-index: 11; width: 1px; height: 100%; background: #f8b62d; transform: translateX(0) skewX(-8deg); }
  .banner.carousel .carousel-caption .carousel-text{ transform: translateX(0) skewX(10deg); margin-top: 6%; margin-left: 25%; }
  .banner.carousel .carousel-caption h3{ margin-bottom: 15px; margin-top: 30px; }
  .banner.carousel .carousel-caption p{ margin-bottom: 60px; }
  .banner.carousel  button{ font-size: 16px; padding: 8px 15px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1); }
  .banner.carousel .carousel-indicators{ position: absolute; left: 9%; bottom: 60px; }
  .banner.carousel .banner-btn{position: absolute;right: 55%;top: 80%;z-index: 999;}
  .banner-btn > a ,.banner-btn > a:hover{ color:#fff;}
}
.content a:hover {
  text-decoration:underline;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 970px) { 
  
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1170px) {
  .footer .footer-info .footer-logo{ float: left; }
  .footer .footer-info .footer-links{ float: left; }
  .footer .footer-info .footer-contact{ float: right; width: 50%; margin: -30px 0px; transform: translateX(0) skewX(-10deg); padding: 38px 60px; justify-content: flex-end; }
  .footer .footer-info .footer-contact .qr-code-img{ margin-top: -60px; transform: translateX(0) skewX(10deg); }
  .footer .footer-info .footer-contact .qr-code-img:hover{ transition: all 0.5s ease; transform: translateX(0) skewX(10deg) scale(1.1, 1.1); cursor: pointer; }
  .footer .footer-info .footer-contact .qr-code-img img{ width: 100px; height: 100px; }
  .footer .footer-info .footer-contact .line{ display: block; }
}