@charset "utf-8";

/**** 首页模块通用样式 ****/
body {
  background-color: #f8f8f8;
}

.module {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
}

.module-name {
  margin-bottom: 12px;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.module-name span {
  display: inline-block;
  font-size: 1.8em;
  color: #333333;
  position: relative;
  background: url('../img/module_name.png') 0 center no-repeat;
  line-height: 40px;
  text-indent: 17px;
  border-bottom: 1px solid #59AF7A;
}

.module-name a {
  float: right;
  color: #999999;
  font-size: 1.4em;
  line-height: 40px;
}

.module-name a:hover {
  color: #BE3C3C;
}

/**** 首页模块 ****/
/*全屏广告图*/
.full-pic {
  width: 100%;
  display: block;
  height: 400px;
  position: relative;
}

.full-pic .banner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.full-pic .title-column-djzc {
  display: block;
  position: absolute;
  left: 130px;
  top: 118px;
  z-index: 6;
  animation: 30s linear infinite course-name-zh-cn;
  -webkit-animation: 30s linear infinite course-name-zh-cn;
}

/* 页脚信息 */
.footer-wrap {
  background-color: #24372F;
}

.footer-content {
  padding-right: 160px;
  box-sizing: border-box;
  position: relative;
}

.footer-wrap .footer-info {
  padding: 20px 0 20px 96px;
}


.footer-wrap .footer-info a,
.footer-wrap .footer-info span {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
}

.footer-wrap .footer-info .address {
  width: 360px;
}

.footer-wrap .footer-info .footer-cr {
  width: 360px;
}

.footer-wrap .footer-info .footer-gonganbeian {
  background: url("../img/police.png") left center no-repeat;
  padding-left: 24px;
  width: 365px;
}

.footer-wrap .footer-info .footer-icp {
  width: 303px;
}

.footer-wrap .footer-info .email {
  width: 300px;
}

.footer-wrap .footer-info .org {
  position: absolute;
  left: 0;
  top: 10px;
}

.footer-wrap .tdcode {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 7px;
  right: 0;
}

.footer-wrap .tdcode img {
  width: 100%;
  height: 100%;
}

.footer-wrap .footer-info .tel img,
.footer-wrap .footer-info .address img,
.footer-wrap .footer-info .email img {
  max-height: 14px;
  display: inline-block;
  margin-right: 5px;
}

.footer-wrap .browser-requirement {
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  background-color: rgb(29, 41, 36);
}


.scroll-top {
  position: fixed;
  width: 54px;
  height: 54px;
  right: 5px;
  bottom: 48px;
  cursor: pointer;
  background: #F6921E url("../img/gotop.png") center center no-repeat;
  transition: all .5s ease;
}

.scroll-top:hover {
  background-color: #21a9ff;
  border-radius: 50% 50% 4px 4px;
}

.scroll-top:active {
  border-radius: 50%;
}

/*头部*/
.header-wrap {
  background: url('../img/bg_top.jpg') center 0 no-repeat;
}


.header-top {
  padding: 10px 0;
  height: 170px;
  position: relative;
  margin-bottom: 0;
  z-index: 10;
}

.header-top .logo {
  display: block;
  float: left;
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 154px;
  margin: 0 auto;
}

.header-top .nav-open,
.header-nav .nav-close {
  display: none;
}

/*搜索*/
.search-box {
  width: 250px;
  height: 36px;
  position: relative;
  margin-top: 65px;
  float: right;
}

.search-box .J_SearchBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 248px;
  height: 36px;
  background: #FFF;
  border: 1px solid #59AF7A;
  overflow: hidden;
}

.search-box a#J_SearchBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/btn_search.png');
  background-color: #59AF7A;
  z-index: 10;
  outline: none;
}

.search-box input {
  width: 84%;
  height: 34px;
  border: none;
  line-height: 34px;
  color: #999999;
  padding: 9px 0;
  padding-left: 10px;
  background: none;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  overflow: hidden;
  font-family: '宋体';
}

.search-box input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}

/*导航*/
.header-nav {
  margin-bottom: 20px;
  background-color: #59AF7A;
}

.nav-bar {
  text-align: center;
  position: relative;
  z-index: 99;
  height: 74px;
}

.nav-bar>li {
  display: block;
  height: 74px;
  line-height: 74px;
  width: 16.66%;
  position: relative;
  float: left;
  text-align: center;
}

.nav-bar>li:hover,
.nav-bar>li.active {
  background-color: #fff;
}

.nav-bar>li>a {
  font-size: 1.8em;
  color: #fff;
}

.nav-bar>li:hover a,
.nav-bar>li.active a {
  color: #0075c2;
  font-weight: bold;
}

/* 新闻类模块 */
.news-module .module-content {
  position: relative;
}

.news-module img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.head-line,
.info-list {
  padding-left: 360px;
}

.head-line h3 {
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 12px;
  color: #333333;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-line p {
  font-size: 1.4em;
  line-height: 1.8;
  color: #999999;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.head-line p a {
  color: #BE3C3C;
}

.info-list li {
  position: relative;
  padding-right: 90px;
}

.info-list li:hover a {
  color: #BE3C3C;
}

.info-list li a {
  display: block;
  font-size: 1.4em;
  color: #333333;
  line-height: 2.2;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.info-list li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url('../img/ico_newsmodule_list.png') center top no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.info-list li:hover a:before {
  background: url('../img/ico_newsmodule_list_on.png') center top no-repeat;
}


.info-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.6;
  font-size: 1.2em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
}

.info-list li:hover span {
  color: #BE3C3C;
}

/* 新闻类模块 */

.notice-module li {
  position: relative;
  padding-right: 70px;
}

.notice-module li a {
  display: block;
  font-size: 1.4em;
  color: #333333;
  line-height: 2.4;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.notice-module li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url('../img/ico_newsmodule_list.png') center top no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.notice-module li:hover a {
  color: #BE3C3C;
}

.notice-module li:hover a:before {
  background: url('../img/ico_newsmodule_list_on.png') center top no-repeat;
}

.notice-module li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.6;
  font-size: 1.2em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
}

.notice-module li:hover span {
  color: #BE3C3C;
}

/*图文内容样式*/
.img-module {
  margin-left: -1%;
  margin-right: -1%;
}

.img-module a {
  width: 31.33%;
  height: 227px;
  margin: 0 1% 0 1%;
  display: block;
  background-color: #F4FFF8;
  position: relative;
  padding: 10px;
  float: left;
}

.img-module a:hover {
  background-color: #F8EEEE;
}

.img-module a img {
  display: block;
  width: 100%;
  height: 127px;
  position: relative;
  border: 2px solid #fff;
}

.img-module a h3 {
  margin-top: 4px;
  font-size: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  padding: 0 3px;
}

.img-module a:hover h3 {
  color: #BE3C3C;
}

.img-module .intro {
  font-size: 1.4em;
  color: #898989;
  line-height: 1.8;
  padding: 0 3px;
}

/* 快速导航 */
.index-fnav a {
  display: block;
  width: calc(100% - 8px);
  height: 99px;
  margin: 20px auto 0 auto;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}


.index-fnav a img {
  display: block;
  width: 100%;
  height: 100%;
}


/**** 列表内容页通用 ****/
.frame-wrap {
  margin: 0 auto;
  max-width: 1188px;
  padding: 0 10px;
  background: #fff;
}

.frame-right {
  width: 100%;
  min-height: 400px;
}

/* 面包屑 */
.frame-location {
  position: relative;
  font-size: 1.6em;
  color: #040000;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #31ABFB;
}

.frame-location span {
  padding: 6px 5px 6px 0;
  line-height: 40px;
}

.frame-location span:first-child {
  padding-left: 24px;
  background: url('../img/ico_path.png') 0 center no-repeat;
}

.frame-location a {
  color: #040000;
  font-size: 1em;
}

.frame-location em {
  margin: 0 5px;
  font-size: 1em;
}

.frame-location span:last-child em {
  display: none;
}

/* 新闻类列表页 */
.news-list .default {
  padding: 12px 0;
  display: table;
  height: 172px;
  border-bottom: 1px solid #f5f5f5;
}

.news-list .default>div {
  display: table-cell;
  vertical-align: top;
}

.news-list .default img {
  display: block;
  width: 258px;
  height: 172px;
}

.news-list .default .txt {
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
}

.news-list .default .title {
  font-size: 1.6em;
  color: #333333;
  line-height: 180%;
  position: relative;
}

.news-list .default .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.7;
  margin: 6px 0 15px;
}

.news-list .default .time {
  font-size: 1.4em;
  display: inline-block;
  color: #999999;
  padding: 0 3px;
  margin-right: 24px;
}

.news-list .default:hover .title {
  color: #BE3C3C;
}

/* 通知类列表页 */
.notice-list .default {
  display: block;
  line-height: 48px;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px dashed #cccccc;
  padding-right: 110px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.notice-list .default:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url('../img/ico_listpage_un.png') left center no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 5px;
}

.notice-list .default:hover {
  border-bottom: 1px dashed#BE3C3C;
}

.notice-list .default:hover:before {
  background: url('../img/ico_listpage_on.png') left center no-repeat;
}

.notice-list .default .time {
  display: block;
  width: 110px;
  height: 30px;
  font-size: 1.6em;
  text-align: center;
  color: #333333;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 0;
}

.notice-list .default .title {
  font-size: 1.6em;
  color: #333333;
}

.notice-list .default:hover .time {
  color: #BE3C3C;
}

.notice-list .default:hover .title {
  color: #BE3C3C;
}

/* 无信息提示 */
.empty-list-info {
  text-align: center;
  line-height: 3;
}

/*分页样式*/
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 3px;
}

.yn-pagination a:hover {
  background: #BE3C3C;
  color: #fff;
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb;
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #BE3C3C;
  color: #fff;
}

.yn-pagination span {
  margin: 0 5px;
}

/* 内容页样式 */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
}

.article-title {
  font-size: 2.2em;
  text-align: center;
  color: #333;
  margin: 10px auto;
  padding: 0 15px;
}

.article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #333;
  margin: 10px auto;
  font-weight: bold;
  padding: 0 15px;
}

.article-info {
  font-size: 1.4em;
  color: #777777;
  text-align: center;
}

.article-info span {
  display: inline-block;
  margin: 0 5px;
}

.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
  line-height: 2.4;
}

.article-content p {
  text-indent: 2em;
  font-size: 1em;
}

.article-content img {
  max-width: 80%;
  margin: 10px auto;
}

.article-jump {
  border-top: 1px solid #f8f8f8;
  padding: 10px 5px;
  margin-bottom: 12px;
}

.article-jump>div {
  width: 50%;
  float: left;
  font-size: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article-jump>div a {
  font-size: 1em;
}

.article-jump .prev {
  text-align: left;
}

.article-jump .next {
  text-align: right;
}

.article-jump a:hover {
  color: #BE3C3C;
}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #f6f6f6;
  text-indent: 0;
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}

.edui-pdf {
  min-height: 800px;
}


/** 1024-1199 */
@media only screen and (max-width: 1199px) {
  .head-line p {
    height: 57px;
    overflow: hidden;
  }

  .footer-content {
    padding-right: 100px;
  }

  .footer-wrap .footer-info .address {
    width: 40%;
  }

  .footer-wrap .footer-info .footer-cr {
    width: 40%;
  }

  .footer-wrap .footer-info .footer-icp {
    width: 33.33%;
  }

  .footer-wrap .footer-info .email {
    width: 33.33%;
  }
}

/** 768-1023 */
@media only screen and (max-width: 1023px) {


  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    background: url('../img/nav_open.png') right center no-repeat;
  }

  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header-nav.show {
    right: 0;
    background: #F3F3F3;
    background-size: 100% auto;
  }

  .header-nav .nav-close {
    padding: 0 33px;
    text-align: center;
    height: 56px;
    font-size: 1.4em;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }

  .header-nav .nav-close .back-home {
    width: auto;
    height: 24px;
    padding-left: 20px;
    background: url('../img/nav_back.png') 0 center no-repeat;
  }

  .header-nav .nav-bar {
    padding: 0;
    height: calc(100vh - 56px);
    overflow-y: auto;
    width: 100% !important;
  }

  .nav-bar>li {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    background: url('../img/nav_un_mobile.png') 30px 30px no-repeat;
  }

  .nav-bar>li:hover,
  .nav-bar>li.active {
    border-bottom: none;
    background: #32ABFC url('../img/nav_on_mobile.png') 30px 30px no-repeat;
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.8em;
    padding: 0;
    color: #333333;
    text-align: left;
    background-color: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 65px;
    border-bottom: 1px solid #32ABFC;
    background: url('../img/ico_end_un.png') 90% center no-repeat;
    height: auto !important;
    line-height: none !important;
  }

  .nav-bar>li.hover>a,
  .nav-bar>li.active>a,
  .nav-bar>li:hover>a {
    color: #fff;
    background: url('../img/ico_end_on.png') 90% center no-repeat;
  }

  .nav-bar>li>ul {
    background-color: #fff;
    padding: 0 0;
    text-align: left;
    overflow-y: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    position: relative;
    left: auto;
    top: auto;
  }

  .nav-bar>li.hover>ul,
  .nav-bar>li.active>ul {
    max-height: 1000px;
    overflow: auto;
  }

  .nav-bar>li>ul>li,
  .nav-bar>li>ul>li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }

  .nav-bar>li>ul>li>a,
  .nav-bar>li:hover>ul>li>a,
  .nav-bar>li.active>ul>li>a {
    line-height: 40px;
    text-align: left;
    color: #666666;
    text-indent: 90px;
    background-color: #F8F8F8;
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #000;
    background: #FFF;
  }


  /*******banner*******/
  .full-pic {
    height: 300px;
  }

  .full-pic .title-column-djzc {
    left: 130px;
    top: 100px;
    width: 300px;
    height: auto;
  }



  /* 快速导航 */
  .index-fnav a {
    float: left;
    width: calc(50% - 12px);
    height: 99px;
    margin: 20px 0 0 24px;
  }

  .index-fnav a:first-child {
    margin-left: 0;
  }

  .index-fnav a img {
    width: 100%;
    height: 100%;
  }


  .footer-wrap .tdcode,
  .footer-wrap .footer-info a,
  .footer-wrap .footer-info span {
    display: none !important;
  }

  .footer-wrap .footer-info {
    padding: 0;
  }

  .footer-content {
    padding: 0;
    height: auto;
  }

  .footer-wrap .footer-info .footer-cr {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin: 0;
  }


  .footer-wrap .browser-requirement {
    display: none;
  }



  .header-top {
    padding: 10px 0;
    height: 130px;
    position: relative;
  }

  .header-top .logo {
    width: 390px;
  }

  .header-top .logo img {
    width: 100%;
    height: auto;
  }

  /*搜索*/
  .search-box {
    margin-top: 35px;
    margin-right: 95px;
  }




  .head-line h3 {
    margin-bottom: 0;
  }



  .head-line p {
    height: 60px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
  }

  /*******列表页*******/
  .news-list .default {
    height: auto;
    display: flex;
  }

  .news-list .default .img,
  .news-list .default .img img {
    width: 175px;
    height: 104px;
  }

  .news-list .default .txt:before {
    display: none;
  }


  .article-jump>div {
    width: 100%;
    float: none;
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) {

  .news-module img {
    position: static;
    width: 100%;
    height: auto;
  }

  .head-line,
  .info-list {
    padding-left: 0;
  }

  .img-module a {
    width: 98%;
    float: none;
    height: auto;
  }

  .img-module a img {
    height: auto;
  }
}

/**
 * 640-767
 * 内容宽度590
 * 两边间距25，页面内容居中
 */
@media only screen and (max-width: 767px) {

  .header-top {
    height: 60px;
  }

  .header-top .logo {
    display: none;
  }

  /*搜索*/
  .search-box {
    width: calc(100% - 95px);
    margin-top: 0;
    float: left;
  }

  .search-box .J_SearchBox {
    width: calc(100% - 2px);
  }

  .full-pic .title-column-djzc {
    top: 60px;
  }

  .news-module img {
    position: static;
    width: 100%;
    height: auto;
  }

  .head-line,
  .info-list {
    padding-left: 0;
  }

  .head-line p {
    height: auto;
    overflow: auto;
  }

  .img-module a {
    width: 98%;
    float: none;
    height: auto;
  }

  .img-module a img {
    height: auto;
  }



  .news-list .default .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media only screen and (max-width: 639px) {
  .full-pic .title-column-djzc {
    width: 280px;
    left: 50%;
    margin-left: -140px;
  }

  /* 快速导航 */
  .index-fnav a {
    float: none;
    width: 100%;
    height: 110px;
    margin: 20px 0 0 0;
  }

  .yn-pagination .first-page,
  .yn-pagination .last-page,
  .yn-pagination .page-ellipsis {
    display: none;
  }
}

@media only screen and (max-width: 479px) {

  /*******banner*******/
  .full-pic {
    height: 160px;
  }

  .full-pic .title-column-djzc {
    width: 200px;
    margin-left: -100px;

  }

  /* 快速导航 */
  .index-fnav a {
    height: 99px;
  }

  .news-list .default .img,
  .news-list .default .img img {
    width: 140px;
    height: 83px;
  }
}

@media only screen and (max-width: 359px) {
  .edui-pdf {
    min-height: 460px;
  }
}

@-webkit-keyframes course-name-zh-cn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  5% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  11% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  15% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  21% {
    -webkit-transform: none;
    transform: none;
  }

  86.67% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  93.33% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  95% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes course-name-zh-cn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  5% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  11% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  15% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  21% {
    -webkit-transform: none;
    transform: none;
  }

  86.67% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  93.33% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  95% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
