﻿/**{
  margin: 0;
}
html, body {
  // width: 100%;
  // overflow-x: hidden;
}
li {
  list-style: none;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #000;
}*/
.teacher-container {
  background: #fff;
}
/*header{
  
  position: fixed;
  top: 0;
  left: 0;
  height: 83px;
  width: 100%; 
 
  border-bottom: 1px solid #eee;
  z-index: 111;
  background: #333;
   // overflow: hidden; 
}*/
/*.logo-box {
  
}
.left {
  z-index: 112;
}
.left-logo-box {
  width: 100%;
  height: 83px;
  line-height: 83px;
  text-align: center;
  background: #ff5050;
  border-right: 1px solid #e5e5e5;
}
.left-logo-box img {
  height: 54px;
  margin: 0 auto;
}
.navs-ul, .role, .language {
  line-height: 100px;
}
.navs-ul a, .role a, .language a {
  color:#eee;
}*//*
header > div, header > ul {
  padding: 0;
  float: left;
}

.language {
  width: 65px;
  height: 83px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.search {
  width: 65px;
  height: 83px;
  line-height: 100px;
  text-align: center;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.search > img {
  width:25px;
  height: 25px;
}
.search-input {
  position: fixed;
  right: 0;
  top: -100px;
  display: flex;
  width: calc(100% - 251px);
  height: 83px;
  margin-top: -1px;
  z-index: 112;
  background: #fff;
  border-right: 1px solid #eee;
  transition: all .3s;
}
.search-input form {
  flex: 1;
}
.search-input input {
  height: 60px;
  width: calc(100% - 97px);
  padding-left: 30px;
  padding-top: 40px;
  outline: none;
  /* border-width: 1px;
  border-color: #eee; 
  border: 0;
}*/
/*.bt-close {
    position: relative;
    width: 66px;
    height: 80px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}
.bt-close:before, .bt-close:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 26px;
  width: 20px;
  height: 3px;
  background: #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bt-close:after {
      -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.search-button {
  display: none;
  position: relative;
  width: 66px;
   height: 83px; 
  cursor: pointer;
  z-index: 1;
  text-align: center;
  line-height: 83px;
  background: #f00;
}
.search-button > a {
      font-size: 15px;
    color: #fff;
    display: block;
    background: #FB334B;
}
.close {
  position: fixed;
  top: 40px;
  right: 22px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.logo-box {
  display: inline-block;
  height: 82px;
  line-height: 80px;
  min-width: 250px;
  text-align: center;
  line-height: 80px;
  border-right: 1px solid #e5e5e5;
  background: #f44336;
}
.logo-wrap {
  height: 54px;
}
.hide-header {
  position: fixed;
  top: 60px;
  left: 0;
  display: none;
  width:100%;
  height: calc(100% - 60px)!important;
  background: #fff;
}
.hide-header .navs {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.hide-header .navs li {
  height: 1px;
  flex: 1;
  border-bottom: 1px #ccc solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hide-header .navs li a {
  flex: 1;
  display: block;
  border-radius: 0;
  font-size: 12px;
  height: 100%;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hide-header .navs .hide-li a {
  flex: initial;
}
.hide-li a span {
  padding: 0 10px;
}
.search_li {
  display: flex;
  margin-top: 10px;
  border: 1px #ccc solid;
  height: 32px;
  align-items: center;
}
.flex-1 {
  flex: 1;
  text-align:center;
}
.search_li_left input {
  vertical-align: middle;
  font-size: 12px;
  padding: 0.4em 1em;
  height: 30px;
  width: 100%;
  letter-spacing: 0.1em;
  outline: none;
  color: #333;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  padding: 0 20px;
  border: 0;
  text-transform: uppercase;
  line-height: normal;
  width: 100%;
}
.search_li .search_li_right {
  line-height: 30px;
  height: 100%;
  display: flex;
}
.search_pic_small {
  padding-right: 10px;
}
.search_pic_small > div, .search-button > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search_pic_small img {
  width: 16px;
}*/
main {
  clear: both;
  height: calc(100% - 83px);
  display: flex;
  margin-top: 83px;
}
.center {
  padding: 20px 50px 0 30px;
  width: 100%;
  margin-left: 250px;
  /*overflow-y: scroll;*/
}
.top > .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
} 
.top > .title>span {
  font-size: 18px;
  color: #ccc;
  font-weight: 400;
}
.intro {
  display: flex;
  padding-left: 0!important;
  margin: 20px 0 20px 0;
}
.intro > li {
  padding-left: 15px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eee;
  font-size: 12px;
  position: relative;
  border-right: 1px #ddd solid;
}
.intro > li div {
  line-height: normal;
}
.intro > li > span {
  color: #ccc;
  font-size: 12px;
}
.intro >.on {
  background: #ff5050;
  color: #fff;
}
.intro >.on > span {
  color: #fff;
}
.intro >.on > a {
  color: #fff;
}
.intro li .img2 {
  display: none;
}
.intro .on .img2 {
  display: inline-block;
}
.intro .on .img1 {
  display: none;
}
.intro li .select {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  background: #eee;
  display: none;
  z-index: 2;
  text-align: left;
}
.intro li .select div {
  text-align: left;
  padding: 20px 0 5px 0;
  margin: 0 15px;
  color: #000;
  border-bottom: 1px #ccc solid;
  display: inline-block;
}
.intro li .select div span {
  color: #ccc;
}
.intro li .select div:first-child {
  padding-top: 20px;
}
.intro li .select div:last-child {
  margin-bottom: 15px;
}
.intro li .select .on-option {
  color: #ff5050;
  border-bottom: 1px #ff5050 solid;
}
.intro li .select .on-option span {
  color: #ff5050;
}
.direction {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.personal {
  display: flex;
  padding-left: 0!important;
  margin: 0 0 24px 0;
}
.personal > li {
  margin-right: 10px;
  padding: 0;
}
.personal > li > img {
  height: 160px;
  width: 130px;
}
.personal > .p-detial {
  padding-top: 82px;
}
.name-m {
  font-size: 14px;
  cursor: auto;
}
.name-en {
  font-size: 12px;
  color: #666;
}
.personal-detial{
  display: flex;
  margin: 41px 0 0 0;
  padding-left: 0!important;
}
.personal-detial > li {
  padding: 0 0 0 10px;
  /* border-right: 1px solid #333; */
  font-size: 12px;
}
.personal-detial > li > span {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.personal-detial > .li-first {
  padding-left: 0;
}
.father {
  position: relative;
  z-index: 10;
  margin: 0;
}

.father > .work {
  position: absolute;
  left: -24px;
  top: 20px;
  display: none;
  height: auto;
  width: 130px;
  /* padding: 20px 8px 0 8px!important; */
  padding: 10px 0 0 0!important;
  margin: 0;
  background: #fff;
  cursor: pointer;
}
.work > span {
  color: #ccc;
}
.work > li:hover {
  color: #ff5050;
  border-bottom: 1px solid #ff5050;
}
.work > .design:hover {
  border-bottom: 0;
}
.work > li > span {
  margin-left: 8px;
}
.father:hover .work {
  display: block;
}
.work > li {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
 .personal-detial > .li-last > span {
  border: 0;
}
.personal-detial > li > span {
  font-size: 12px;
  color: #ccc
}
.waterfull-intro > p {
  margin: 0;
  line-height: 150%;
  font-size: 12px;
}
.right {
  position: fixed;
  right: 0;
  top: 0;
  /*width: 250px;*/
  height: 100%;
  padding-left: 20px;
  background: #dedfe1;
  display: none;
}
.related {
  width: 120px;
  margin-top: 55px;
  border-bottom: #666 1px solid;
  font-size: 12px;
  text-align: center;
}
.related-span {
  color: #666;
}
.related-img {
  height: 140px;
  width: 120px;
  margin: 20px 0;
}
.imgs {
  height: 100%;
  width: 100%;
}
.navs-ul {
  display: flex;
  width: calc(100% - 740px);
  margin-left: 0;
  margin-bottom: 0;
}
.navs-ul > li {
  padding: 0 20px;
  font-size: 14px;
  height: 83px;
  cursor: pointer;
}
.navs-ul > li:hover {
  border-bottom: 3px solid #DC143C;
}
.role {
  width: 350px;
  height: 83px;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.role span {
  padding: 0 8px;
}
.role > p > a {
  color: #999;
}
.role > p > a:hover {
  color: #fb7658;
}
.role > p > a span:hover {
  color: #999;
}
.bricks-wrapper .brick {
  padding: 0 15px 0 0;
}
.cover {
  cursor: pointer;
}
.index {
  position: fixed;
  right: 10px;
  top: 178px;
  bottom: 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  /*display: none;*/
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow-y: hidden;
}
.index-box {
  padding-left: 0;
  overflow-y: hidden;
}
.index-box::-webkit-scrollbar {
  display: none;
}
.index-to {
  margin-left: 1.7rem;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
  padding: 0;
  background: #fff;
  font-size: 12px;
  font-weight:bold;
  border: 1px solid #bbb;
  cursor: pointer;
  position: relative;
}
/*.index-to img {
  width: 20px;
  height: 20px;
}
.index-to-bottom {
  margin-bottom: 50px;
}
.index-to-top {
  margin-top: 50px;
}
.index-to-bottom:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 29px;
  bottom: -10px;
  background: #ccc;
  left: 13.5px;
}
.index-to-top:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: -51px;
  background: #ccc;
  left: 13.5px;
}
.index > .index-boxnum  li {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  background: #fff;
  font-size: 12px;
  font-weight:bold;
  border: 1px solid #bbb;
  cursor: pointer;
  position: relative;
}
.index > .index-box  li {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  background: #fff;
  font-size: 12px;
  font-weight:bold;
  border: 1px solid #bbb;
  cursor: pointer;
  position: relative;
}
.index > .index-box > li:last-child {
  margin-bottom: 0;
}
.index > .index-box > li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  top: 29px;
  bottom: -10px;
  background: #ccc;
  left: 13.5px;
}
.index > .index-box > li:last-child:before {
  display: none;
}
.index > .line {
  position: fixed;
  
  height: 100px;
  width: 1px;
  background: #ddd;
}*/
.bricks-wrapper .entry-text {
  padding: 5px 20px 20px 20px;
}
.search img {
  width: 16px;
  height: 16px;
}
.d-flex {
  display: flex;
}
.w163 {
  width: 163px;
}
.w150 {
  width: 151px;
}
.title-right {
  line-height: 30px;
}
.title-item {
  padding: 0 10px;
}
.title-item span {
  color: #ccc;
  font-size: 12px;
  padding-left: 5px;
}
.title-item-on {
  color: #f00;
}
.title-h {
  width: 2px;
  height: 30px;
  border-radius: 2px;
  background: #999;
}*/
/* 大于1360 */
@media screen and (min-width: 1360px) {
  .cover, .logo-ca {
    display: none
  }
}
/* 小于1360 */
@media screen and (max-width: 1359px) {
  .index {
    right: 0px;
    padding-right: 20px;
  }
  .right, .role, .language {
    display: none;
  }
  .navs-ul {
    width: calc(100% - 410px)!important;
  }
  .cover {
    width: 60px;
    height: 83px;
    text-align: center;
    border-left: 0px solid #eee;
  }
  .cover > img {
    width: 32px;
    margin-top: 32px;
  }
  .center {
    width: calc(100% - 170px);
    padding-right: 100px;
    margin-left: 270px;
  }
  .role {
    position: absolute;
    right: 0;
    top: 83px;
    border-left: 0;
  }
  .left {
    width: 270px!important;
  }
  .logo-box {
    width: 270px!important;
  }
}
/* 大于1024 */
@media screen and (min-width: 1024px) {
 /* .logo-box {
    width: 180px;
  }
  .logo-ca {
    display: none;
  }
  
  .left {
    position: fixed;
    left: 0;
    top: 0px;
    width: 250px;
    height: 100%;
    background: #dedfe1;
    transition: all .3s;
  }
  .word {
    width: 180px;
    text-align: center;
    margin: 20px 0 95px 31px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  .left-line {
    display: block;
    width: 165px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 60px;
    border-bottom: 1px solid #999;
    font-size: 12px;
    margin-bottom:0;
    cursor: pointer;
  }
  .content {
    color: #999;
    -webkit-transform: scale(0.7);
  }
  .text {
    display: inline-block;
    width: 40px;
    margin-right: 5px;
    text-align: right;
  }
  .long {
    display: inline-block;
    width: 90px;
    margin-left: -50px;
  }*/
}
/* 1024-2079 */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /*.role {
    position: absolute;
    right: 60px;
    top: 84px;
    box-shadow: rgba(0,0,0,.0470588) 0 1px 1px 0;
  }
  .small .role {
    top: 60px;
  }
  .role > p > a {
    display: inline-block;
    height: 30px;
  }
  .role > p > a > span {
    display: none;
  }
  .cover > img {
    margin-top: 34px;
  }
  .role {
    background: #fff;
  }*/
}

/* 最大屏幕是1024 */
@media screen and (max-width: 1024px) {
  main {
    padding-top: 90px;
    background: #eee;
  }
/*  header {
    border-bottom: 1px solid #eee;
  }*/
  .navs-ul {
    display: none;
    height: 83px;
  }
  .search > img {
    margin-top: 12px;
  }
  .navs-ul > li {
    margin-left: 10px;
  }
  .small .logo-box {
    height: 60px;
    line-height: 60px;
  }
  .small .logo-box > img {
    height: 40px;
  }
  .logo-ca {
    width: calc(100% - 410px);
    height: 83px;
    line-height: 83px;
    text-align: left;
    margin-left: 30px;
    border-right: 1px solid #eee;
  }
  .logo-ca > img {
    width: 57px;
  }
  .top {
    display: none;
  }
  .left{
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    height:70px;
    background: #fff;
    z-index: 10;
    overflow: hidden;
  }
  .left > div {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
  }
  .left > .word {
    display: none;
  }
  .left > .job {
    padding: 0;
  }
  .left > .left-logo-box {
    display: none;
  }
  .left-line {
    /* float: left; */
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 0;
  }
  .text {
    display:block;
    height: 30px;
    line-height: 40px;
    border-right: 1px solid #eee;
  }
  .last > .text{
    border: 0;
  }
  .left-line > span {
    display: block;
  }
  .content {
    color: #ccc;
	height: 12px;
	border-right: 1px solid #eee;
  }
  .center {
    width: 100%;
    margin-left: 0;
    padding-right: 80px;
  }
  .index {
    top: 192px;
  }
  .small .role, .small .navs-ul {
    top: 60px;
  }
  .role, .navs-ul {
    position: absolute;
    top: 84px;
    z-index: 11;
    background: #fff;
  }
  .role {
    right: 0;
    width: 310;
    /* padding-left: calc(15% - 66px); */
    font-size: 12px!important;
  }
  .navs-ul {
    left: 0;
    width: calc(100% - 340px)!important;
  }
  .role>p {
    display: flex;
  }
  .navs-ul > li {
    float: left;
    font-size: 12px!important;
  }
  .search {
    line-height: 83px;
  }
  .bricks-wrapper .entry-text {
    padding-bottom: 5px;
  }
  .bricks-wrapper .entry {
    margin-bottom: 15px;
  }
  .left {
      width: 100%;
      overflow-x: scroll;
  }
  .left::-webkit-scrollbar {
    height: 0px;
    -webkit-overflow-scrolling : touch;
	display:none;
  }
  .job {
      min-width: 730px;
  }
  .logo-box {
    width: 180px!important;
  }
  .left {
    width: 100%!important;
  }
}

@media screen and (max-width: 1024px) {
/*  .navs-ul, .role {
    display: none
  }
}
header {
  transition: all .3s;
}
header .search {
  transition: all .3s;
}
header .cover {
  transition: all .3s;
}
header .cover img {
  transition: all .3s;
}
header .navs-ul {
  margin-left:10px;
  transition: all .3s;
}
header .logo-box {
  transition: all .3s;
}
header .logo-wrap {
  transition: all .3s;
}
header .search-input {
  transition: all .3s;
}
header .search-input input {
  transition: all .3s;
  font-size: 14px;
}
header .bt-close {
  transition: all .3s;
}
header .bt-close:before {
  transition: all .3s;
}
header .bt-close:after {
  transition: all .3s;
}
header .search-button {
  transition: all .3s;
}
header .logo-ca {
  transition: all .3s;
}
header .logo-ca > img {
  transition: all .3s;
}
header .role {
  transition: all .3s;
}
header .language {
  transition: all .3s;
}*/
@media screen and (min-width: 730px) {
  .small {
    height: 60px;
  }
  .small .search {
    height: 60px;
    line-height: 60px;
  }
  .small .cover {
    height: 60px;
  }
  .small .cover img {
    margin-top: 18px;
  }
  .small .navs-ul {
    height: 60px;
    line-height: 70px;
  }
  .small .navs-ul > li {
   height: 60px;
  }
  .small .logo-wrap {
    // height: 45px;
  }
  .small .search-input {
    height: 60px;
  }
  .small .search-input input {
    padding-top: 5px;
  }
  .small .bt-close {
    height: 60px;
  }
  .small .bt-close:before, .small .bt-close:after {
    top: 30px;
  }
  .small .search-button {
    height: 60px;
    line-height: 60px;
  }
  .small .logo-ca {
    height: 60px;
    line-height: 60px;
  }
  .small .logo-ca > img {
    width: 43px;
  }
  .small .role {
    height: 60px;
    line-height: 60px;
  }
  .small .language {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 730px) {
  .navs-ul, .role {
    display: none;
  }
/*  header, .logo-ca, .cover, .search, .logo-box, .search-input, .search-input > input{
    height: 60px;
    line-height: 60px!important;
  }
  .logo-box {
	 border-bottom: 1px solid #eee;
  }
  .search {
    line-height: 64px;
  }*/
  .hide-header {
    padding: 20px;
  }
  .close {
    top: 22px;
  }
  .search-button, .search-button > a {
    height: 100%;
  }
  .navs> li {
    line-height: 400%;
    text-align: center;
    cursor: pointer;
  }
  .role-a > p {
    text-align: center;
    margin-bottom: 10px!important;
    cursor: pointer;
  }
  .index {
    top: 165px;
    bottom: 20px;
  }
  .index-box {
    background: #999;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }
  .index > .index-box > li {
    width: 10px;
    flex: 1;
    margin-bottom: 0;
    opacity: 0;
    line-height: normal;
  }
  /* .search-input-s{
    position: relative;
    text-align: center;
  }
  .close-s {
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  .input {
    height: 60px;
    width: 70%;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .search-button-s {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50px;
    background: red;
    border-radius: 4px;
    cursor: pointer;
  } */
  .logo-box {
    min-width: 140px;
    width: 140px!important;
  }
  .logo-box > img {
    width: 100px;
    height: auto;
  }
  .logo-ca {
    width: calc(100% - 218px);
    margin-left: 13px;
  }
  .logo-ca > img {
    width: 40px;
    margin-bottom: 10px;
  }
  .search {
    display: none;
  }
  .search-input-s .search {
    display: inline-block;
  }
  .long {
    overflow: hidden;
  }
  .cover > img {
    margin-top: 4px;
  }
  .left {
    top: 60px;
  }
  main {
    margin-top: 40px;
  }
  .center {
    padding-right: 45px;
  }
}
.left-line:hover {
  color: #ff5050;
}
.left-line:hover .content {
  color: #ff5050;
}
@media screen and (max-width: 370px) {
  .bricks-wrapper .entry-text {
    padding: 5px 10px 5px 10px;
  }
  .entry-text .waterfull-intro span {
    padding-left: 0;
  }
  .entry-text .waterfull-intro span:first-child {
    padding-right: 5px;
  }
}
@media screen and (max-width: 350px) {
  .hide-li a span {
    padding: 0 6px;
  }
}


