@charset "UTF-8";
.fans-video li {
  padding-bottom: 20px;}
.fans-video li:last-child {
  padding-bottom: 0;}

.fans-index-project {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;}
.fans-index-project ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -44px;
  padding-top: 10px;}
.fans-index-project li {
  width: 33.333%;
  padding: 0 0 40px 44px;
  box-sizing: border-box;}
.fans-index-project li a {
  display: block;}
.fans-index-project li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;}
.fans-index-project li a .img img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease;}
.fans-index-project li a .bd {
  padding: 0 5px;}
.fans-index-project li a .name {
  position: relative;
  min-height: 100px;
  font-size: 24px;
  color: #092644;
  font-family: "philosopher-regular", "楷体", STKaiti;
  line-height: 1.3em;
  padding: 35px 0 40px 0;
  box-sizing: border-box;
  transition: color 0.5s ease;}
.fans-index-project li a .name:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 46px;
  height: 1px;
  background: #D1AB82;}
.fans-index-project li a p {
  font-size: 13px;
  line-height: 22px;
  color: #7D7D7D;
  text-align: justify;}
.fans-index-project li a:hover .img img {
  transform: scale(1.1);}
.fans-index-project li a:hover .name {
  color: #D1AB82;}

@media screen and (max-width: 1000px) {
  .fans-index-project {
    padding: 30px 20px;}
  .fans-index-project li {
    width: 100%;
    padding: 0 0 40px 44px;}
  .fans-index-project li a .img img {
    height: auto;}
}
.fans-foot {
  background: #0e1b27;
  padding: 0 30px;}
.fans-foot .wal {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 198px;
  background: url(../images/img189.jpg) right top no-repeat;
  display: flex;
  padding-top: 48px;
  box-sizing: border-box;}
.fans-foot .wal:before {
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  right: 100%;
  margin-right: -260px;
  //background: #1b2732 url(../images/img198.jpg) right center no-repeat;
  background-size: auto 100%;}
.fans-foot .logos {
  position: relative;
  z-index: 5;
  width: 292px;
  flex: 0 0 auto;}
.fans-foot .logos li {
  padding-bottom: 20px;}
.fans-foot .list .fans-title {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  color: #d1ab82;
  padding-bottom: 9px;}
.fans-foot .list .fans-title a {
  color: #86745f;
  font-size: 12px;}
.fans-foot .list .fans-title a:hover {
  color: #d1ab82;}
.fans-foot .list .content {
  font-size: 12px;
  line-height: 22px;
  padding-top: 0;
  margin-top: 0;}
.fans-foot .list .content li a {
  color: #8e959b;}
.fans-foot .list .content li a:hover {
  color: #D1AB82;}
.fans-foot .list .content p {
  color: #676767;
  padding-top: 10px;}
.fans-foot .list-1 {
  width: 100%;
  flex: 0 1 auto;}
.fans-foot .list-2 {
  width: 205px;
  flex: 0 0 auto;
  position: relative;}
.fans-foot .list-2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  height: 90px;
  width: 1px;
  background: #4a4a4a;}
.fans-foot .list-3 {
  width: 325px;
  flex: 0 0 auto;}

@media screen and (max-width: 1000px) {
  .fans-foot {
    padding: 0;}
  .fans-foot .wal {
    padding: 48px 20px;
    flex-wrap: wrap;}
  .fans-foot .wal:before {
    display: none;}
  .fans-foot .logos {
    width: 100%;}
  .fans-foot .logos ul {
    display: flex;}
  .fans-foot .logos li {
    padding-bottom: 10px;
    width: 50%;}
  .fans-foot .list {
    padding-top: 30px;}
  .fans-foot .list .fans-title div {
    font-weight: bold;}
  .fans-foot .list-2 {
    width: 100%;}
  .fans-foot .list-2:after {
    display: none;}
  .fans-foot .list-3 {
    width: 100%;}
}
.fans-lead {
  clear: both;
  width: 100%;
  position: relative;
  min-height: 500px;
  background: #f5f5f5;
  padding: 30px 30px 135px 30px;
  box-sizing: border-box;}
.fans-lead .list {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;}
.fans-lead .list ul {
  display: flex;
  flex-wrap: wrap;}
.fans-lead .list li {
  width: 25%;
  text-align: center;
  padding-bottom: 48px;}
.fans-lead .list li .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #e6d9c2;}
.fans-lead .list li .img img {
  width: 100%;
  height: 170px;
  object-fit: cover;}
.fans-lead .list li h5 {
  color: #092644;
  padding: 20px 0 6px 0;
  font-size: 26px;}
.fans-lead .list li p {
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-size: 14px;
  line-height: 20px;
  color: #535353;}

.fans-team {
  padding: 30px 30px 0 30px;
  box-sizing: border-box;}
.fans-team .wal {
  max-width: 1200px;
  margin: 0 auto;
  border-top: #e3e3e3 solid 1px;
  padding-top: 50px;}
.fans-team .list {
  padding: 35px 0 0 40px;}
.fans-team .list ul {
  display: flex;
  flex-wrap: wrap;}
.fans-team .list li {
  width: 33.333%;
  box-sizing: border-box;
  min-height: 130px;
  padding-bottom: 30px;}
.fans-team .list li h5 {
  color: #092644;
  font-size: 24px;
  padding-bottom: 12px;}
.fans-team .list li p {
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  font-family: "Microsoft YaHei";}

@media screen and (max-width: 1000px) {
  .fans-lead {
    padding: 30px 20px 100px 20px;}
  .fans-lead .list {
    padding-top: 30px;}
  .fans-lead .list ul {
    margin-left: -10px;
    margin-right: -10px;}
  .fans-lead .list li {
    width: 50%;
    padding-bottom: 30px;}
  .fans-lead .list li .img {
    width: 130px;
    height: 130px;}
  .fans-lead .list li .img img {
    height: 130px;}
  .fans-lead .list li h5 {
    color: #092644;
    padding: 20px 0 6px 0;
    font-size: 20px;}
  .fans-lead .list li p {
    padding: 0 6px;}

  .fans-team {
    padding: 30px 20px 0 20px;}
  .fans-team .wal {
    padding-top: 30px;}
  .fans-team .list {
    padding: 25px 0 0 10px;}
  .fans-team .list li {
    width: 100%;
    min-height: 30px;
    padding-bottom: 30px;}
  .fans-team .list li h5 {
    font-size: 20px;}
}
.fans-faq {
  min-height: 375px;
  background: #f3efe8;
  position: relative;
  padding: 0 30px;}
.fans-faq .wal {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;}
.fans-faq .center-title {
  text-align: left;
  padding-top: 75px;}
.fans-faq .list li {
  padding: 0 0 24px 20px;}
.fans-faq .list h5 {
  color: #7d7d7d;
  font-size: 18px;
  position: relative;
  padding-bottom: 6px;}
.fans-faq .list h5 em {
  position: absolute;
  left: -20px;
  top: 0;
  font-style: normal;}
.fans-faq .list p a {
  font-size: 14px;
  color: #092644;}
.fans-faq .list p a:hover {
  color: #D1AB82;}

@media screen and (max-width: 1000px) {
  .fans-faq {
    padding: 0 20px;}
  .fans-faq .center-title {
    padding-top: 100px;}
  .fans-faq .list li {
    padding: 0 0 24px 16px;}
  .fans-faq .list h5 {
    font-size: 16px;
    margin-right: -20px;}
  .fans-faq .list h5 em {
    left: -16px;}
}
.fans-faculty {
  position: relative;
  padding: 0 30px;}
.fans-faculty:before {
  display: block;
  content: "";
  background: url(../images/img308.jpg) center no-repeat;
  background-size: 100%;
  width: 308px;
  height: 309px;
  position: absolute;
  right: 50%;
  top: -35px;
  margin-right: -555px;}
.fans-faculty .wal {
  position: relative;
  max-width: 915px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
  color: #535353;
  font-family: "philosopher-regular", "楷体", STKaiti;
  text-align: center;
 }

@media screen and (max-width: 1000px) {
  .fans-faculty {
    padding: 0 20px;}
  .fans-faculty:before {
    width: 210px;
    background-position: right top;
    right: 0;
    top: -35px;
    margin-right: 0;}
  .fans-faculty .wal {
    font-size: 16px;
    line-height: 1.8em;
    padding: 20px 0 50px 0;}
}
.fans-course-head {
  position: relative;
  padding: 60px 30px;
  min-height: 570px;
  box-sizing: border-box;}
.fans-course-head:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;

  background-size: 100%;
  width: 835px;
  height: 537px;
  margin-left: -292px;}
.fans-course-head .wal {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 105px 0 80px;
  box-sizing: border-box;}
.fans-course-head .list {
  background: url(../images/img474.jpg) center top no-repeat;
  background-size: 100%;
  width: 474px;
  height: 438px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 0 0 auto;}
.fans-course-head .list dl {
  width: 50%;
  text-align: center;}
.fans-course-head .list dl dt {
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-size: 30px;
  color: #0a2b4c;
  padding: 30px 0 10px 0;}
.fans-course-head .list dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #42484d;}
.fans-course-head .list dl:nth-child(1) {
  width: 100%;
  position: relative;
  top: 20px;}

.fans-course-head .list dl.first {
  width: 100%;
  position: relative;
  top: 20px;}


.fans-course-head .content {
  width: 100%;
  padding-left: 3vw;
  box-sizing: border-box;
  flex: 0 1 auto;
  font-size: 20px;
  line-height: 1.5em;
  text-align: justify;
  color: #535353;
  font-family: "philosopher-regular", "楷体", STKaiti;}

.fans-course {
  position: relative;
  background: #f5f5f5;
  padding: 55px 30px 160px 30px;}
.fans-course .wal {
  position: relative;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;}
.fans-course .side-img {
  width: 300px;
  position: relative;
  flex: 0 0 auto;}
.fans-course .side-img h5 {
  position: absolute;
  left: 40px;
  top: 50px;
  right: 0;
  font-size: 36px;
  color: #cbb58f;
  text-transform: uppercase;
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-weight: bold;
  line-height: 44px;}
.fans-course .container {
  width: 100%;
  padding-left: 4vw;
  box-sizing: border-box;
  flex: 0 1 auto;}
.fans-course .hd h2 {
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-size: 40px;
  color: #0a2b4c;
  line-height: 1em;}
.fans-course .content {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
  //padding: 20px 0;
  min-height: 70px;
  box-sizing: border-box;}
.fans-course .tab-btn {
  background: #0a2b4c;
  height: 50px;
  padding-top: 6px;
  box-sizing: border-box;}
.fans-course .tab-btn ul {
  display: flex;}
.fans-course .tab-btn li {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  min-width: 90px;
  cursor: pointer;}
.fans-course .tab-btn li.on {
  background: #f5f5f5;
  color: #092644;
  font-weight: bold;}
.fans-course .list h5 {
  border-bottom: #d1d1d1 solid 1px;
  background: #fff;
  color: #864593;
  line-height: 39px;
  padding-left: 15px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 14px;}
.fans-course .list li {
  padding: 8px 14px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.5em;}
.fans-course .list li:nth-child(even) {
  background: #efefef;}

.fans-course-even {
  background: none;
  padding-top: 0;
  padding-bottom: 30px;}
.fans-course-even .wal {
  flex-direction: row-reverse;}
.fans-course-even .container {
  margin-top: -55px;
  padding: 0 4vw 0 0;}
.fans-course-even .tab-btn li.on {
  background: #fff;}

@media screen and (max-width: 1000px) {
  .fans-course-head {
    padding: 30px 20px;
    min-height: 170px;}
  .fans-course-head:before {
    left: 0;
    width: 100%;
    margin-left: 0;}
  .fans-course-head .wal {
    flex-wrap: wrap;
    padding: 0;}
  .fans-course-head .list {
    width: 335px;
    height: 315px;}
  .fans-course-head .list dl {
    top: -10px;
    position: relative;}
  .fans-course-head .list dl dt {
    font-size: 20px;
    padding: 20px 0 10px 0;}
  .fans-course-head .list dl dd {
    font-size: 12px;
    line-height: 20px;}
  .fans-course-head .list dl:nth-child(1) {
     width: 100%;
    position: relative;
    top: 20px;}
  .fans-course-head .content {
    padding: 20px 0 0 0;
    font-size: 16px;}

  .fans-course {
    padding: 60px 20px 70px 20px;}
  .fans-course .wal {
    flex-wrap: wrap;}
  .fans-course .side-img {
    display: none;}
  .fans-course .container {
    padding-left: 0;}
  .fans-course .hd h2 {
    font-size: 24px;}
  .fans-course .content {
    font-size: 12px;
    line-height: 20px;}
  .fans-course .tab-btn {
    margin-left: -20px;
    margin-right: -20px;}
  .fans-course .tab-btn li {
    padding: 0 20px;
    min-width: 10px;}

  .fans-course-even {
    background: none;
    padding-top: 0;
    padding-bottom: 30px;}
  .fans-course-even .wal {
    flex-direction: row;}
  .fans-course-even .container {
    margin-top: 0;
    padding: 0;}
}
.fans-scholars-1 {
  padding: 0 30px;
  position: relative;
  z-index: 2;}
.fans-scholars-1:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  background: url(../images/img417.jpg) center top no-repeat;
  background-size: 100%;
  width: 417px;
  height: 474px;
  margin-left: -540px;}
.fans-scholars-1 .wal {
  max-width: 840px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #535353;
  padding: 110px 0 45px 0;
  position: relative;}

.fans-scholars-2 {
  padding: 0 30px;
  position: relative;}
.fans-scholars-2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 964px;}
.fans-scholars-2 .bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url(../images/fans-scholars-2.jpg) center top no-repeat;
  background-size: cover;
  bottom: 0;}
.fans-scholars-2 .wal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 0 80px 0;
  position: relative;}
.fans-scholars-2 .center-title .title-1 h2 {
  color: #D1AB82;}
.fans-scholars-2 .content {
  max-width: 840px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #fff;
  padding: 40px 0 50px 0;}
.fans-scholars-2 .img-list {
  max-width: 1092px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;}
.fans-scholars-2 .img-list .imgs li {
  padding: 0 20px;
  box-sizing: border-box;}
.fans-scholars-2 .img-list .imgs li img {
  width: 100%;
  display: block;}
.fans-scholars-2 .img-list button {
  display: none !important;
  opacity: 0;
  visibility: hidden;}
.fans-scholars-2 .img-list .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;}
.fans-scholars-2 .img-list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: #cfcfcf;
  border-radius: 50%;
  padding: 0;}
.fans-scholars-2 .img-list .slick-dots li.slick-active {
  background: #D1AB82;}

.fans-scholars-3 {
  padding: 0 30px;
  min-height: 200px;}
.fans-scholars-3 .wal {
  max-width: 1052px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;}
.fans-scholars-3 .fans-title {
  position: relative;}
.fans-scholars-3 .fans-title h2 {
  font-size: 32px;
  color: #092644;
  line-height: 32px;}
.fans-scholars-3 .fans-title .en {
  font-size: 14px;
  text-transform: uppercase;
  color: #D1AB82;
  line-height: 1em;
  padding: 10px 0 25px 0;}
.fans-scholars-3 .fans-title a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  font-size: 12px;
  color: #cbb58f;}
.fans-scholars-3 .fans-title a:hover {
  color: #D1AB82;}
.fans-scholars-3 .img-list {
  width: 700px;}
.fans-scholars-3 .img-list li {
  padding-bottom: 26px;}
.fans-scholars-3 .img-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 35px;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);}
.fans-scholars-3 .img-list li a .img {
  width: 350px;}
.fans-scholars-3 .img-list li a .img img {
  width: 100%;}
.fans-scholars-3 .img-list li a .col {
  width: 275px;}
.fans-scholars-3 .img-list li a .col .name {
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-size: 18px;
  color: #45423d;
  line-height: 22px;
  padding-bottom: 15px;}
.fans-scholars-3 .img-list li a .col p {
  font-size: 12px;
  line-height: 20px;
  color: #7d7d7d;}
.fans-scholars-3 .img-list li a:hover .col .name {
  color: #D1AB82;}
.fans-scholars-3 .text-list {
  width: 270px;}
.fans-scholars-3 .text-list .list li {
  position: relative;
  padding: 30px 0 18px 0;}
.fans-scholars-3 .text-list .list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 23px;
  height: 2px;
  background: #cbb58f;}
.fans-scholars-3 .text-list .list a {
  display: block;
  font-family: "philosopher-regular", "楷体", STKaiti;
  font-size: 18px;
  color: #45423d;
  line-height: 22px;
  padding-bottom: 15px;}
.fans-scholars-3 .text-list .list a:hover {
  color: #D1AB82;}

@media screen and (max-width: 1000px) {
  .fans-scholars-1 {
    padding: 0 20px;}
  .fans-scholars-1:before {
    left: 0;
    top: 0;
    width: 250px;
    margin-left: 0;}
  .fans-scholars-1 .wal {
    padding: 30px 0 45px 0;
    font-size: 13px;}

  .fans-scholars-2 {
    padding: 0 20px;}
  .fans-scholars-2 .bg {
    height: 800px;}
  .fans-scholars-2 .bg .p-top, .fans-scholars-2 .bg .p-bottom {
    display: none;}
  .fans-scholars-2 .wal {
    padding: 70px 0;}
  .fans-scholars-2 .content {
    padding: 20px 0 30px 0;
    font-size: 13px;}
  .fans-scholars-2 .img-list .imgs li {
    padding: 0;}
  .fans-scholars-2 .img-list .slick-dots {
    padding-top: 20px;}

  .fans-scholars-3 {
    padding: 0 20px;}
  .fans-scholars-3 .fans-title h2 {
    font-size: 30px;}
  .fans-scholars-3 .img-list {
    width: 100%;}
  .fans-scholars-3 .img-list li {
    padding-bottom: 16px;}
  .fans-scholars-3 .img-list li a {
    flex-wrap: wrap;
    padding-right: 0;}
  .fans-scholars-3 .img-list li a .img {
    width: 100%;}
  .fans-scholars-3 .img-list li a .col {
    width: 100%;
    padding: 15px;}
  .fans-scholars-3 .text-list {
    width: 100%;
    padding-top: 30px;}
  .fans-scholars-3 .text-list .list li {
    padding: 20px 0 10px 0;}
}

.fans-course .content{
    width: 100%;
   
    box-sizing: border-box;
    flex: 0 1 auto;
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
    color: #535353;
    font-family: "philosopher-regular", "楷体", STKaiti;
}



.fans-course-head .list dl:nth-child(1) {
  width: 100%;
  position: relative;
  top: 20px;}

.fans-course-head .list dl .first {
  width: 100%;
  position: relative;
  top: 20px;}


.fans-course .content p{
font-size: 13px;
    line-height: 22px;
    color: #7d7d7d;
    padding: 20px 0;
    min-height: 70px;
    box-sizing: border-box;
}