@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
html {
  scroll-behavior: smooth;
}
.h-c {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  padding-top: 20px;
}
.title {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-top: 35px;
}
.intro {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-top: 60px;
}
.intro .highlight {
  color: #c91f27;
}
.subtitle {
  font-size: 40px;
  color: #c91f27;
  line-height: 1;
  text-align: center;
}
.trititle {
  font-size: 33px;
  color: #92613a;
  text-align: center;
}
.project-detail .detail {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  text-indent: 32px;
  line-height: 30px;
}
.project-detail .subtitle {
  margin-top: 81px;
  margin-bottom: 42px;
}
.project-introduce .subtitle {
  margin-top: 130px;
  margin-bottom: 30px;
}
.project-introduce .trititle {
  margin-bottom: 33px;
}
.project-introduce .table-wrapper {
  width: 1004px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.project-introduce .table-wrapper .table-info {
  position: absolute;
  width: 56px;
  height: 187px;
  border-radius: 8px 0 0 8px;
  background-color: #92613a;
  margin-left: -56px;
  margin-top: 24px;
  color: #fff;
  font-size: 24px;
  padding-left: 15px;
  padding-top: 32px;
  box-sizing: border-box;
}
.project-introduce .table-wrapper .table {
  width: 100%;
  border: 1px solid #9d7252;
  border-radius: 10px;
  overflow: hidden;
  color: #92613a;
}
.project-introduce .table-wrapper .table header {
  display: flex;
  height: 51px;
  background-color: #c91f27;
  color: #fff;
  align-items: center;
}
.project-introduce .table-wrapper .table header .th {
  height: 100%;
  border-right: 1px solid #9d7252;
  border-bottom: 1px solid #9d7252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.project-introduce .table-wrapper .table header .th:first-child {
  background-image: url('../images/shape/table_left.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.project-introduce .table-wrapper .table header .th:last-child {
  background-image: url('../images/shape/table_right.png');
  background-repeat: no-repeat;
  background-position: top;
  border-right: 0;
}
.project-introduce .table-wrapper .table .table-row {
  width: 100%;
  display: flex;
  height: 62px;
}
.project-introduce .table-wrapper .table .table-row .td {
  height: 100%;
  border-right: 1px solid #9d7252;
  border-bottom: 1px solid #9d7252;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-introduce .table-wrapper .table .table-row .td:last-child {
  border-right: 0;
}
.project-introduce .table-wrapper .table .table-row:last-child .td {
  border-bottom: 0;
}
.project-introduce .table-wrapper .table .table-row:nth-child(3n + 1) {
  background-color: #fff;
}
.project-introduce .table-wrapper .table .table-row:nth-child(3n + 2) {
  background-color: #fff6ec;
}
.project-introduce .table-wrapper .table .table-row:nth-child(3n + 3) {
  background-color: #efd7bd;
}
.project-introduce .table-wrapper .table .col-1 {
  width: 316px;
}
.project-introduce .table-wrapper .table .col-2 {
  width: 278px;
}
.project-introduce .table-wrapper .table .col-3 {
  flex: 1;
}
.project-introduce .table-wrapper .table .col-4 {
  flex: 1;
}
.project-introduce .other-info {
  width: 1004px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: 26px;
  line-height: 30px;
  margin-bottom: 57px;
}
.project-info {
  background: linear-gradient(180deg, #fff5eb, #fff);
}
.project-info .project-info-item {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  width: 1005px;
  padding-top: 21px;
  padding-bottom: 24px;
  display: flex;
  align-items: flex-start;
  padding-left: 6px;
  box-sizing: border-box;
  border-bottom: 1px dotted #906759;
}
.project-info .project-info-item aside {
  margin-right: 39px;
  font-size: 20px;
  color: #92613a;
  min-width: 126px;
  font-weight: bold;
}
.project-info .project-info-item .info-detail {
  padding-top: 3px;
}
.project-info .project-info-item .info-detail .highlight {
  color: #906759;
}
.project-info .project-info-item .info-detail p {
  line-height: 24px;
}
.project-course .course {
  text-align: center;
  margin-top: 86px;
  margin-bottom: 86px;
  width: 1134px;
  margin-left: auto;
  margin-right: auto;
}
.project-course .course h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 18px;
  color: #92613a;
  font-weight: bold;
}
.project-course .course h3 {
  color: #92613a;
  font-size: 26px;
  margin-bottom: 47px;
}
.project-course .course .course-content {
  width: 1134px;
  min-height: 626px;
  background-image: url('../images/shape/rect.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 37px;
  padding-right: 55px;
  position: relative;
  display: flex;
}
.project-course .course .course-content .left {
  margin-right: 92px;
}
.project-course .course .course-content .left .course-section {
  position: relative;
  min-height: 292px;
}
.project-course .course .course-content .left .course-section .course-section-title {
  display: flex;
  justify-content: center;
  padding-top: 7px;
  background-image: url('../images/shape/btn.png');
  background-size: cover;
  width: 148px;
  height: 61px;
  color: #fff;
  font-size: 22px;
  margin-left: -7px;
  margin-bottom: 30px;
}
.project-course .course .course-content .left .course-section p {
  padding-left: 65px;
  text-align: left;
  line-height: 24px;
  color: #92613a;
  text-indent: 26px;
}
.project-course .course .course-content .left .course-section.top {
  padding-bottom: 30px;
}
.project-course .course .course-content .right .course-card {
  width: 330px;
  background-color: #fffefc;
  box-shadow: 0px 1px 12px 1px rgba(140, 140, 140, 0.3);
  border-radius: 5px;
  padding-bottom: 16px;
}
.project-course .course .course-content .right .course-card img {
  max-width: 100%;
  object-fit: cover;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.project-course .course .course-content .right .card-info {
  margin-top: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-left: -10px;
  white-space: nowrap;
}
.project-course .course .course-content .right .card-info b {
  background-color: #ec6941;
  padding: 7px 17px;
  color: #fff;
  border-radius: 0 14px 14px 14px;
  z-index: 1;
}
.project-course .course .course-content .right .card-info span {
  width: 252px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  background: #fff6ec;
  border-radius: 14px;
  text-align: center;
  margin-left: -10px;
  color: #92613a;
  font-weight: bold;
}
.project-course .course .course-content .right .card-info span.second {
  width: 222px;
  padding-left: 7px;
}
.project-course .course .course-content .right .card-info span.tri {
  width: 67px;
}
.project-course .course .course-content.top-bottom {
  padding-bottom: 50px;
  padding-top: 121px;
}
.project-course .course .course-content.top-bottom .left .course-section.top {
  padding-bottom: 72px;
}
.project-course .course .course-content.top-bottom .left .course-section.top p {
  padding-right: 320px;
}
.project-course .course .course-content.top-bottom .right {
  position: absolute;
  right: 77px;
  top: 0;
}
.project-course .course .course-content.top-bottom .right .course-card img {
  width: 294px;
  height: 368px;
}
.project-course .course2 .course-content .right .card-info .first,
.project-course .course2 .course-content .right .card-info span.second {
  width: 276px;
}
.project-course .course5 .course-content .left .course-section {
  min-height: auto;
}
.project-course .course7 .course-content.top-bottom {
  padding-bottom: 50px;
  padding-top: 63px;
}
.project-course .course7 .course-content.top-bottom .left .course-section.top {
  padding-bottom: 38px;
}
.project-course .course7 .course-content.top-bottom .left .course-section.top p {
  padding-right: 320px;
}
.project-course .course7 .course-content.top-bottom .right .card-info .first,
.project-course .course7 .course-content.top-bottom .right .card-info span.second {
  width: 276px;
}
.project-course .course8 .course-content.top-bottom {
  padding-bottom: 50px;
  padding-top: 121px;
}
.project-course .course8 .course-content.top-bottom .left .course-section.top {
  padding-bottom: 72px;
}
.project-course .course8 .course-content.top-bottom .left .course-section.top p {
  padding-right: 509px;
}
.project-course .course8 .course-content.top-bottom .right {
  position: absolute;
  right: 30px;
  top: 0;
  display: flex;
}
.project-course .course8 .course-content.top-bottom .right .course-card {
  width: 278px;
  font-size: 14px;
}
.project-course .course8 .course-content.top-bottom .right .course-card .card-info {
  white-space: nowrap;
}
.project-course .course8 .course-content.top-bottom .right .course-card:first-child {
  margin-right: 30px;
}
.project-course .course8 .course-content.top-bottom .right .course-card img {
  width: 251px;
  height: 316px;
}
.footer {
  min-height: 480px;
  background: linear-gradient(180deg, #fff5eb, #fff);
  text-align: center;
  padding-top: 96px;
  padding-bottom: 150px;
  box-sizing: border-box;
}
.footer h2 {
  color: #c91f27;
  margin-bottom: 58px;
  font-size: 40px;
}
.footer .content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.footer p {
  text-indent: 30px;
  text-align: left;
  line-height: 30px;
}
#ttop_swap {
  width: 100%;
}
#ttop_swap .thead_swap {
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
  height: 40px;
}
#ttop_swap .thead {
  width: 1200px;
  margin: 0 auto;
}
/*nav*/
#ttop_swap .tnav li {
  color: #959595;
  display: inline;
  font-size: 14px;
  line-height: 40px;
  padding-right: 20px;
}
#ttop_swap .tnav a {
  color: #959595;
}
/*login register*/
#ttop_swap .tlogin {
  padding-top: 10px;
  font-size: 14px;
}
#ttop_swap .tlogin li {
  padding: 0 20px;
}
#ttop_swap .tlogin li a {
  color: #959595;
}
#ttop_swap .tlogin li.login a {
  color: #fff;
  padding: 2px 5px 2px 25px;
  background-color: #c81e27;
  background-image: url(../images/common/icon_links_login.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  border-radius: 5px;
}
#ttop_swap .tlogin .register {
  padding-left: 0;
}
#ttop_swap .tlogin .dividing {
  background: url(../images/common/icon_links_dividing.png) no-repeat right center;
}
#ttop_swap .tlogin .last {
  padding-right: 0;
}
/*logo position*/
#ttop_swap .tlp_swap {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px dashed #bbbbbb;
  text-align: center;
}
#ttop_swap .tlp {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
#ttop_swap .tlp .fr {
  padding-top: 19px;
}
#ttop_swap .tlp .ttreturn {
  padding-left: 20px;
  font-size: 20px;
  color: #c81e27;
  background: url(../images/common/icon_treturn.png) no-repeat left center;
}
#ttop_swap .tposition {
  font-size: 14px;
  color: #959595;
  padding-top: 10px;
}
#ttop_swap .tposition a {
  color: #959595;
}
#tfooter {
  width: 100%;
  text-align: center;
  color: #959595;
  font-size: 14px;
  padding: 30px 0;
  border-top: 5px solid #8c8c8c;
}
#tfooter a {
  padding: 0 10px;
  border-right: 1px solid #959595;
  color: #959595;
}
#tfooter a.last {
  border: none;
}
#tfooter p,
#tfooter .tlinks {
  padding-top: 10px;
}
