@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
.clear {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.linear {
  background: #fdad54;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#header {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#header #header-container {
  width: 1300px;
  margin: 0 auto;
}
#header #header-container::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#header #header-container .logo {
  display: block;
  height: 100%;
}
#header #header-container .logo .logo-img {
  display: block;
  width: 270px;
  height: 43px;
  margin-top: 30px;
}
#header #header-container .logo .text {
  color: #fff;
  font-size: 20px;
  line-height: 100px;
}
#header #header-container .logo .text::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 25px;
  background: #fff;
  margin-top: 35px;
  float: left;
}
#header #header-container .nav {
  height: 100%;
}
#header #header-container .nav .wechat-search {
  margin-top: 22px;
}
#header #header-container .nav .wechat-search::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#header #header-container .nav .wechat-search .search-container {
  width: 270px;
  position: relative;
  height: 24px;
}
#header #header-container .nav .wechat-search .search-container:hover .search {
  width: 100%;
  padding: 0 25px 0 10px;
  opacity: 1;
}
#header #header-container .nav .wechat-search .search-container:hover .icon-search {
  color: #333;
}
#header #header-container .nav .wechat-search .search-container .search {
  display: block;
  float: right;
  width: 0;
  height: 24px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.64, 0.05, 0, 1.56);
  transition: width 0.5s cubic-bezier(0.64, 0.05, 0, 1.56);
  opacity: 0;
}
#header #header-container .nav .wechat-search .search-container .icon-search {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header #header-container .nav .wechat-search .wechat {
  height: 30px;
  position: relative;
  margin-left: 15px;
  z-index: 99;
}
#header #header-container .nav .wechat-search .wechat:hover .wechat-img {
  height: 80px;
}
#header #header-container .nav .wechat-search .wechat .icon-wechat {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header #header-container .nav .wechat-search .wechat .icon-wechat:hover {
  color: #fdad54;
}
#header #header-container .nav .wechat-search .wechat .wechat-img {
  width: 80px;
  height: 0;
  position: absolute;
  top: 30px;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.64, 0.05, 0, 1.56);
  transition: all 0.4s cubic-bezier(0.64, 0.05, 0, 1.56);
}
#header #header-container .nav .list {
  margin-top: 5px;
}
#header #header-container .nav .list::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#header #header-container .nav .list .item {
  margin-left: 5px;
}
#header #header-container .nav .list .item:first-of-type {
  margin-left: 0;
}
#header #header-container .nav .list .item:hover .link-1 {
  color: #fdad54;
}
#header #header-container .nav .list .item:hover .list-2 {
  padding: 5px 0;
  opacity: 1;
}
#header #header-container .nav .list .item:hover .list-2 .item-2 {
  height: 40px;
}
#header #header-container .nav .list .item .link-1 {
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 17px 17px 17px;
  position: relative;
}
#header #header-container .nav .list .item .link-1:hover {
  color: #fdad54;
}
#header #header-container .nav .list .item .list-2 {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
#header #header-container .nav .list .item .list-2::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#header #header-container .nav .list .item .list-2 .item-2 {
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#header #header-container .nav .list .item .list-2 .item-2 .link-2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header #header-container .nav .list .item .list-2 .item-2 .link-2:hover {
  color: #fdad54;
}
#header #header-container .nav .list .item-active .link-1 {
  color: #fdad54;
}
#footer {
  width: 100%;
  height: 210px;
  background: url('../images/footer.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
#footer #footer-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#footer #footer-container .text-info {
  margin-top: 60px;
  height: 100%;
}
#footer #footer-container .text-info:nth-of-type(2) {
  margin-left: 200px;
}
#footer #footer-container .text-info > li {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
#footer #footer-container .wechat {
  width: 80px;
  height: 80px;
  display: block;
  margin-top: 60px;
}
.title {
  width: 100%;
  text-align: center;
}
.title a {
  display: inline-block;
}
.title p {
  font-size: 28px;
  display: block;
  letter-spacing: 1px;
}
.title span {
  font-size: 14px;
  color: #fda955;
  display: block;
  margin-top: 5px;
  letter-spacing: 1px;
}
.img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}
#banner {
  width: 100%;
  min-height: 100px;
  background: #666;
  position: relative;
  overflow: hidden;
}
#banner img {
  display: block;
  min-width: 100%;
  max-height: 80vh;
}
.current-page {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.current-page .current-container {
  display: inline-block;
}
.current-page .current-container::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.current-page .current-container li {
  margin-right: 15px;
}
.current-page .current-container li:last-of-type {
  margin-right: 0;
}
.current-page .current-container li:hover a {
  background: #fd8861;
  border: 1px solid transparent;
  color: #fff;
}
.current-page .current-container li:hover a .iconfont {
  color: #fff;
}
.current-page .current-container li a {
  padding: 4px 12px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-page .current-container li a .iconfont {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-page .current-container .li-active a {
  background: #fd8861;
  border: 1px solid transparent;
  color: #fff;
}
.current-page .current-container .li-active a .iconfont {
  color: #fff;
}
#Crumbs {
  width: 1200px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#Crumbs::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#Crumbs .crumbs-list {
  float: left;
  height: 33px;
  border-bottom: 1px solid #fdad54;
}
#Crumbs .crumbs-list::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid #fdb551;
  border-right: 8px solid transparent;
  position: relative;
  top: 8px;
  margin-right: 5px;
  float: left;
}
#Crumbs .crumbs-list .crumbs-item:last-of-type .icon-right {
  display: none;
}
#Crumbs .crumbs-list .crumbs-item:last-of-type .icon-a {
  color: #fdad54;
}
#Crumbs .crumbs-list .crumbs-item:hover .icon-a {
  color: #fdad54;
}
#Crumbs .crumbs-list .crumbs-item .icon-a {
  font-size: 16px;
  line-height: 33px;
  transition: color 0.3s;
}
#Crumbs .crumbs-list .crumbs-item .icon-right {
  font-size: 14px;
  line-height: 33px;
  margin: 0 5px;
}
#index {
  width: 100%;
  position: relative;
}
#index #banner img {
  height: 80vh;
}
#index .news-notice {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  margin-top: 90px;
}
#index .news-notice .news,
#index .news-notice .notice {
  width: 560px;
  height: 500px;
  position: relative;
}
#index .news-notice .news .content {
  width: 100%;
  height: 230px;
  margin-top: 35px;
  position: relative;
}
#index .news-notice .news .content .img-container {
  display: block;
  width: 288px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#index .news-notice .news .content .text-container {
  width: 260px;
  height: 215px;
  position: relative;
}
#index .news-notice .news .content .text-container .detail-title {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .news .content .text-container .detail-title:hover {
  color: #fdad54;
}
#index .news-notice .news .content .text-container .detail-date {
  font-size: 12px;
  display: block;
  color: #939393;
  position: relative;
  margin-top: 15px;
  padding-left: 90px;
}
#index .news-notice .news .content .text-container .detail-date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 80px;
  height: 1px;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#index .news-notice .news .content .text-container .detail-content {
  font-size: 14px;
  color: #939393;
  text-indent: 2em;
  line-height: 24px;
  margin-top: 15px;
}
#index .news-notice .news .content .text-container .detail-more {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #fda058;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .news .content .text-container .detail-more:hover {
  letter-spacing: 2px;
}
#index .news-notice .news .list {
  width: 100%;
}
#index .news-notice .news .list .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
#index .news-notice .news .list .item:hover .link,
#index .news-notice .news .list .item:hover .date {
  color: #fdad54;
}
#index .news-notice .news .list .item .link {
  font-size: 16px;
  line-height: 35px;
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 50px;
  position: relative;
}
#index .news-notice .news .list .item .link::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#index .news-notice .news .list .item .date {
  font-size: 14px;
  line-height: 35px;
  color: #a1a1a1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .notice .list {
  width: 100%;
  margin-top: 20px;
}
#index .news-notice .notice .list .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
#index .news-notice .notice .list .item::after {
  float: left;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#index .news-notice .notice .list .item:hover .link,
#index .news-notice .notice .list .item:hover .date {
  color: #fdad54;
}
#index .news-notice .notice .list .item .link {
  font-size: 16px;
  line-height: 40px;
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .notice .list .item .date {
  font-size: 14px;
  line-height: 40px;
  color: #a1a1a1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .news-notice .more:hover {
  -webkit-box-shadow: 0 0 15px rgba(253, 164, 87, 0.85);
  box-shadow: 0 0 15px rgba(253, 164, 87, 0.85);
}
#index .works {
  width: 100%;
  min-height: 586px;
  margin-top: 70px;
  position: relative;
}
#index .works .works-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#index .works .works-container .more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .works .works-container .more:hover {
  box-shadow: 0 0 15px rgba(253, 164, 87, 0.85);
}
#index .works .works-container .title span {
  color: #159a3d;
}
#index .works .works-container .bg {
  width: 699px;
  height: 140px;
  position: absolute;
  top: 64px;
  left: 320px;
}
#index .works .works-container .list {
  position: relative;
  z-index: 1;
  top: 50px;
  width: 100%;
  height: 552px;
}
#index .works .works-container .list .item {
  width: 370px;
  height: 100%;
  margin-right: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  height: 472px;
}
#index .works .works-container .list .item:hover {
  -webkit-box-shadow: 0 0 35px rgba(207, 63, 6, 0.8);
  box-shadow: 0 0 35px rgba(207, 63, 6, 0.8);
}
#index .works .works-container .list .item:hover .img-title-date {
  height: 90px;
}
#index .works .works-container .list .item:nth-child(3) {
  margin-right: 0;
}
#index .works .works-container .list .item .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index .works .works-container .list .item .img-title-date {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#index .works .works-container .list .item .img-title-date::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 370px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#index .works .works-container .list .item .img-title-date .img-title {
  display: block;
  font-size: 18px;
  color: #159a3d;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  width: 130px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .works .works-container .list .item .img-title-date .img-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #159a3d;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
#index .works .works-container .list .item .img-title-date .img-date {
  font-size: 12px;
  color: #8f8f8f;
  display: block;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
}
#index .works .bg-1 {
  position: absolute;
  top: -387px;
  left: 0;
  width: 1920px;
  height: 968px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #index .works .bg-1 {
    display: none;
  }
}
#index .soclal {
  width: 100%;
  height: 985px;
  overflow: hidden;
  background: url("../images/bg-2_02.jpg") no-repeat;
  background-position: center;
  margin-top: 100px;
  padding-top: 130px;
}
#index .soclal .soclal-container {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#index .soclal .soclal-container .bg {
  display: block;
  position: absolute;
  right: 20px;
  top: 150px;
}
#index .soclal .soclal-container .slide {
  width: 100%;
  height: 570px;
  padding: 20px 0;
  position: relative;
  top: 60px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#index .soclal .soclal-container .slide .item {
  width: 1200px;
  height: 100%;
}
#index .soclal .soclal-container .slide .item .left-text {
  width: 600px;
  margin-top: 50px;
}
#index .soclal .soclal-container .slide .item .left-text .slide-title {
  font-size: 28px;
}
#index .soclal .soclal-container .slide .item .left-text .slide-date {
  font-size: 14px;
  display: block;
  color: #8d8c8e;
  overflow: hidden;
  margin-top: 40px;
}
#index .soclal .soclal-container .slide .item .left-text .slide-date::before {
  content: "";
  display: block;
  width: 138px;
  height: 2px;
  margin-right: 12px;
  float: left;
  margin-top: 8px;
  background: #fdad54;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#index .soclal .soclal-container .slide .item .left-text .info {
  font-size: 16px;
  color: #636363;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 40px;
}
#index .soclal .soclal-container .slide .item .left-text .slide-more {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  color: #fda058;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .soclal .soclal-container .slide .item .left-text .slide-more:hover {
  letter-spacing: 2px;
}
#index .soclal .soclal-container .slide .item .img-container {
  display: block;
  width: 487px;
  height: 100%;
  position: relative;
  right: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(207, 63, 6, 0.5);
  box-shadow: 0 0 20px rgba(207, 63, 6, 0.5);
}
#index .soclal .soclal-container .slide-control {
  position: absolute;
  top: 610px;
  left: 0;
  z-index: 3;
}
#index .soclal .soclal-container .slide-control .iconfont {
  font-size: 30px;
  cursor: pointer;
  color: #acacac;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .soclal .soclal-container .slide-control .iconfont:hover {
  color: #fdbb4f;
}
#index .soclal .soclal-container .slide-control .icon-zuo-yuan {
  margin-right: 15px;
}
#index .teachers {
  width: 100%;
  margin-top: 95px;
  position: relative;
}
#index .teachers .bg {
  display: block;
  width: 534px;
  height: 140px;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
#index .teachers .teacher-list {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1rem;
  padding-top: 20px;
}
#index .teachers .teacher-list .more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  bottom: -30px;
  /* right: 0; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .teachers .teacher-list .more:hover {
  box-shadow: 0 0 15px rgba(253, 164, 87, 0.85);
}
#index .teachers .teacher-list .item {
  width: 370px;
  height: 472px;
  margin-right: 45px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#index .teachers .teacher-list .item:nth-child(3) {
  margin-right: 0;
}
#index .teachers .teacher-list .item:hover {
  -webkit-box-shadow: 0 0 20px rgba(207, 63, 6, 0.8);
  box-shadow: 0 0 20px rgba(207, 63, 6, 0.8);
}
#index .teachers .teacher-list .item:hover .link::after {
  background: rgba(0, 0, 0, 0.7);
}
#index .teachers .teacher-list .item:hover .title-container {
  opacity: 1;
}
#index .teachers .teacher-list .item .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index .teachers .teacher-list .item .link::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .teachers .teacher-list .item .title-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .teachers .teacher-list .item .title-container p {
  white-space: nowrap;
  text-align: center;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
}
#index .teachers .teacher-list .item .title-container .teacher-name {
  font-size: 18px;
}
#index .teachers .teacher-list .item .title-container .teacher-position {
  font-size: 14px;
  margin-top: 5px;
}
#index #link {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
  padding-top: 48px;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 11px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 20px;
  margin-top: 120px;
}
#index #link .news_title {
  width: 100%;
  padding-left: 35px;
  position: absolute;
  top: -23px;
  left: -6px;
}
#index #link .news_title span {
  display: inline-block;
  width: 150px;
  height: 35px;
  background: #fb7667;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
#index #link .link_heng {
  display: block;
  width: 72px;
  height: 2px;
  background: #fb7667;
  position: relative;
  top: -2px;
  left: 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
#index #link .link_ul {
  width: 100%;
  display: none;
  overflow: hidden;
}
#index #link .link_ul li {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  font-size: 14px;
  position: relative;
}
#index #link .link_ul li:hover a {
  color: #fb7667;
}
#index #link .link_ul li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#index #link .link_ul_hover {
  display: block;
}
#index #link .link_ol {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #d4d4d4;
}
#index #link .link_ol li {
  float: left;
  font-size: 16px;
  padding: 0 5px 7px 5px;
  margin-right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#index #link .link_ol .ol_hover {
  color: #fb7667;
}
#contact-us {
  width: 100%;
  overflow: hidden;
}
#contact-us .contact-info {
  width: 100%;
  height: 530px;
  overflow: hidden;
  background: url('../images/contact-us_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#contact-us .contact-info .info {
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 410px;
  min-height: 195px;
  background: url('../images/contact-us-2_03.png') no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 23px 46px;
}
#contact-us .contact-info .info li {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}
#contact-us .title {
  margin-top: 60px;
}
#contact-us #footer {
  margin-top: 0;
}
#intro {
  width: 100%;
  overflow: hidden;
}
#intro .intro-info {
  width: 1200px;
  margin: 0 auto;
}
#intro .intro-info .info {
  font-size: 16px;
  line-height: 34px;
}
#intro .intro-info .info::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#intro .intro-info .info img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#intro .title {
  margin-top: 60px;
}
#organization {
  width: 100%;
  overflow: hidden;
}
#organization .organization-info {
  width: 100%;
  padding: 60px 0;
  background: url('../images/bg-3_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
#organization .organization-info .info {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px 50px;
  margin-top: 30px;
}
#organization .organization-info .info table {
  width: 100%;
  border-collapse: collapse;
}
#organization .organization-info .info table thead {
  width: 100%;
  height: 66px;
}
#organization .organization-info .info table thead tr td {
  border-bottom: 1px solid #8acc9e !important;
}
#organization .organization-info .info table thead tr td span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
#organization .organization-info .info table thead tr td span::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 18px solid #fdb551;
  border-right: 8px solid transparent;
  position: relative;
  top: 3px;
  left: -5px;
}
#organization .organization-info .info table tr:last-of-type td {
  border: none;
}
#organization .organization-info .info table tr td {
  font-size: 16px;
  height: 66px;
  border-bottom: 1px solid #8acc9e;
  text-align: center;
  padding: 0 10px;
}
#organization .organization-info .info table tr td:nth-child(1) {
  min-width: 160px;
}
#organization .organization-info .info table tr td:nth-child(2) {
  min-width: 160px;
}
#organization .organization-info .info table tr td:nth-child(3) {
  min-width: 300px;
}
#major {
  width: 100%;
  overflow: hidden;
}
#major .major-info {
  width: 100%;
  padding: 60px 0;
  background: url('../images/bg-3_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
#major .major-info .info {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px 50px;
  margin-top: 30px;
}
#list {
  width: 100%;
  overflow: hidden;
}
#list .list-info {
  width: 100%;
  padding: 50px 0;
  background: url('../images/bg-3_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
#list .list-info .info {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#list .list-info .info .content {
  width: 100%;
  height: 350px;
  margin-top: 35px;
  position: relative;
}
#list .list-info .info .content .img-container {
  display: block;
  width: 465px;
  height: 334px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#list .list-info .info .content .text-container {
  width: 660px;
  height: 334px;
  position: relative;
}
#list .list-info .info .content .text-container .detail-title {
  font-size: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}
#list .list-info .info .content .text-container .detail-title:hover {
  color: #fdad54;
}
#list .list-info .info .content .text-container .detail-date {
  font-size: 14px;
  display: block;
  color: #939393;
  position: relative;
  margin-top: 20px;
  padding-left: 90px;
}
#list .list-info .info .content .text-container .detail-date::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 80px;
  height: 1px;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#list .list-info .info .content .text-container .detail-content {
  font-size: 16px;
  color: #636363;
  text-indent: 2em;
  line-height: 35px;
  margin-top: 30px;
}
#list .list-info .info .content .text-container .detail-more {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #fda058;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#list .list-info .info .content .text-container .detail-more:hover {
  letter-spacing: 2px;
}
#list .list-info .info .list {
  width: 100%;
  margin-top: 30px;
}
#list .list-info .info .list .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
#list .list-info .info .list .item:hover .link,
#list .list-info .info .list .item:hover .date {
  color: #fdad54;
}
#list .list-info .info .list .item .link {
  font-size: 20px;
  line-height: 45px;
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 60px;
  position: relative;
}
#list .list-info .info .list .item .link::before {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 21px;
  left: 0;
  background: #fda656;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
}
#list .list-info .info .list .item .date {
  font-size: 16px;
  line-height: 35px;
  color: #a1a1a1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#list .list-info .info .work-list {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 472px;
}
#list .list-info .info .work-list::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#list .list-info .info .work-list .item {
  width: 370px;
  height: 472px;
  margin-right: 45px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#list .list-info .info .work-list .item:hover {
  -webkit-box-shadow: 0 0 35px rgba(207, 63, 6, 0.8);
  box-shadow: 0 0 35px rgba(207, 63, 6, 0.8);
}
#list .list-info .info .work-list .item:hover .img-title-date {
  height: 90px;
}
#list .list-info .info .work-list .item:nth-child(3n) {
  margin-right: 0;
}
#list .list-info .info .work-list .item .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#list .list-info .info .work-list .item .img-title-date {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#list .list-info .info .work-list .item .img-title-date::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 370px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#list .list-info .info .work-list .item .img-title-date .img-title {
  display: block;
  font-size: 18px;
  color: #159a3d;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  width: 130px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#list .list-info .info .work-list .item .img-title-date .img-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #159a3d;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
#list .list-info .info .work-list .item .img-title-date .img-date {
  font-size: 12px;
  color: #8f8f8f;
  display: block;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
}
#list #footer {
  margin-top: 0;
}
#details {
  width: 100%;
  overflow: hidden;
}
#details .details-info {
  width: 100%;
  padding: 60px 0;
  background: url('../images/bg-3_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
#details .details-info .details-container {
  width: 1200px;
  min-height: 200px;
  margin: 0 auto;
  text-align: center;
}
#details .details-info .title-container {
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
#details .details-info .title-container .details-title {
  font-size: 24px;
  margin-bottom: 15px;
}
#details .details-info .title-container .date-author {
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}
#details .details-info .title-container .date-author::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
#details .details-info .title-container .date-author span {
  font-size: 14px;
  display: inline-block;
  margin-right: 80px;
}
#details .details-info .info {
  width: 100%;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
  text-align: initial;
}
#details .details-info .info img {
  max-width: 100%;
  margin-bottom: 40px;
}
#details .details-info .info p,
#details .details-info .info span,
#details .details-info .info li {
  font-size: 16px;
  color: #5d5d5d;
  margin-top: 30px;
  line-height: 30px;
}
#details .details-info .back {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 36px;
  border-radius: 20px;
}
#details .details-info .back a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}
#details .details-info .prev-next {
  width: 100%;
  border-top: 1px solid #c2c2c2;
}
#details .details-info .prev-next::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
#details .details-info .prev-next .pn {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
#details .details-info .prev-next .pn:hover .link,
#details .details-info .prev-next .pn:hover .iconfont {
  color: #fdad54;
}
#details .details-info .prev-next .pn .link,
#details .details-info .prev-next .pn .iconfont {
  font-size: 14px;
  color: #5d5d5d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#details #footer {
  margin-top: 0;
}
#teachers {
  width: 100%;
  overflow: hidden;
}
#teachers .teachers-info {
  width: 100%;
  padding: 50px 0;
  background: url('../images/bg-3_02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
#teachers .teachers-info .teacher-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
#teachers .teachers-info .teacher-list .item {
  width: 100%;
}
#teachers .teachers-info .teacher-list .item .teacher-title {
  width: 100%;
  height: 30px;
}
#teachers .teachers-info .teacher-list .item .teacher-title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid #fdb551;
  border-right: 10px solid transparent;
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
}
#teachers .teachers-info .teacher-list .item .teacher-title::after {
  content: '';
  display: block;
  width: 330px;
  height: 1px;
  background: #fdad54;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);
  float: left;
  margin-top: 28px;
  margin-left: 10px;
}
#teachers .teachers-info .teacher-list .item .teacher-title span {
  font-size: 22px;
  display: block;
  line-height: 30px;
}
#teachers .teachers-info .teacher-list .item .teac-list {
  margin-top: 35px;
  width: 100%;
}
#teachers .teachers-info .teacher-list .item .teac-list::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item {
  width: 270px;
  height: 330px;
  margin-right: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 40px;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(40, 184, 104, 0.8);
  box-shadow: 0 0 15px rgba(40, 184, 104, 0.8);
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item:hover .img-title-date {
  height: 60px;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item:nth-child(4n) {
  margin-right: 0;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-title-date {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-title-date::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 270px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-title-date .img-title {
  display: block;
  font-size: 14px;
  color: #159a3d;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  width: 130px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-title-date .img-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #159a3d;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
#teachers .teachers-info .teacher-list .item .teac-list .teac-item .img-title-date .img-date {
  font-size: 12px;
  color: #8f8f8f;
  display: block;
  margin-top: 2px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
}
#teachers #footer {
  margin-top: 0;
}
