@charset "utf-8";
.fill .head {
  margin-top: 60px;
  margin-bottom: 40px;
}
.fill .head p {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #333333;
  line-height: 66px;
}
.fill .head p img {
  display: inline-block;
  width: 1181px;
  height: auto;
  border: none;
}
.wrapper-fill .head {
  padding-bottom: 7px;
  border-bottom: 1px solid #C02832;
  overflow: hidden;
}
.wrapper-fill .head p {
  font-size: 24px;
  font-weight: bold;
  color: #C02832;
  line-height: 26px;
  float: left;
  position: relative;
}
.wrapper-fill .head p:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #C02832;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 36px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #c02832;
}
.text-list ul li a {
  font-weight: 400;
  color: #505050;
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  line-height: 36px;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 36px;
}
.main {
  margin-top: -70px;
  background: url(../images/main_back.png) no-repeat;
  background-position: center 70px;
  min-width: 1200px;
}
.main-two {
  background: url(../images/maintwo_back.png) no-repeat;
  background-position: center 200px;
  min-width: 1200px;
}
.flowchart {
  width: 945px;
  height: 110px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 27px 0 0 117px;
  box-shadow: 0px 2px 10px 0px rgba(24, 24, 24, 0.14);
  position: relative;
  z-index: 1;
}
.flowchart ul li {
  width: 289px;
  height: 48px;
  float: left;
  margin-right: 120px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.flowchart ul li:hover {
  transform: scale(1.04);
}
.flowchart ul li a {
  width: 289px;
  height: 48px;
  display: block ;
}
.flowchart ul li a img {
  width: 100%;
  height: 100%;
}
.tren-panel {
  padding-left: 20px;
}
.tren-panel .tren-back ul li {
  float: left;
}
.tren-panel .tren-back ul li .trenback-words {
  font-size: 20px;
  font-weight: bold;
  color: #CB282C;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.tren-panel .tren-back ul li .trenback-data {
  background: #F5F5F5;
  font-size: 24px;
  font-weight: bold;
  color: #A82116;
  border-radius: 10px;
  line-height: 55px;
  text-align: center;
}
.tren-panel .tren-back ul li .trenback-data-cur {
  background: #FFF0D0;
}
.tren-panel .tren-back ul li .trenback-icon {
  width: 24px;
  height: 24px;
  background: url(../images/trenjt.png) no-repeat;
  margin-top: 57px;
  margin: 57px 70px 0 65px;
}
.tren-panel .tren-back ul .tren-box {
  width: 286px;
}
.curriculum {
  position: relative;
}
.curriculum .curriculum-head {
  text-align: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #CCCCCC;
}
.curriculum .curriculum-head span {
  font-size: 30px;
  font-weight: 600;
  color: #666666;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
  margin: 0 50px;
  position: relative;
}
.curriculum .curriculum-head .curriculum-active {
  color: #C02832;
}
.curriculum .curriculum-head .curriculum-active:after {
  content: "";
  position: absolute;
  background-color: #c02832;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 5px;
}
.curriculum .curriculum-list .tab_nav.on {
  display: block;
}
.curriculum .curriculum-list {
  padding-top: 50px;
  padding-left: 23px;
}
.curriculum .curriculum-list .tab_nav {
  display: none;
  margin-top: 0;
}
.curriculum .curriculum-list ul {
  width: 1270px;
}
.curriculum .curriculum-list ul li {
  width: 271px;
  float: left;
  margin-right: 20px;
  margin-bottom: 36px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.curriculum .curriculum-list ul li:hover {
  transform: scale(1.04);
}
.curriculum .curriculum-list ul li a {
  display: block;
}
.curriculum .curriculum-list ul li a:hover .word-title,
.curriculum .curriculum-list ul li a:hover .word-name {
  color: #c02832;
}
.curriculum .curriculum-list ul li .itme-image {
  width: 271px;
  height: 160px;
}
.curriculum .curriculum-list ul li .itme-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum .curriculum-list ul li .word-datais {
  height: 105px;
  background-color: #FFFFFF;
  padding: 12px 7px 30px 15px;
  border: 1px solid #C7C5C5;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.curriculum .curriculum-list ul li .word-datais .word-title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.curriculum .curriculum-list ul li .word-datais .word-name {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}
.notice {
  margin-top: 40px;
}
.notice .notice-top {
  padding: 0 7px 16px 14px;
  border-bottom: 2px solid #c02832;
  text-align: center;
}
.notice .notice-top .notice-title a {
  display: block;
  padding: 0 48px 0 49px;
  font-size: 40px;
  font-weight: 500;
  color: #c02832;
  line-height: 52px;
}
.text-box {
  overflow: hidden;
}
.text-box .text-box-lf {
  float: left;
  width: 560px;
  margin-right: 20px;
}
.text-box .text-box-lf .text-list {
  margin-top: 0px;
  padding: 0 20px 0 40px;
}
.text-box .text-box-lf .text-list ul li {
  margin-right: 62px;
}
.text-box .text-box-lf .text-list ul li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #c02832;
  vertical-align: 3px;
}
.zxxdx-more {
  margin: 10px 0;
}
.zxxdx-more a {
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ad291e;
  line-height: 14px;
  padding-right: 15px;
}
.curriculum-more {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 12px;
}
.curriculum-more a {
  display: none;
  float: right;
}
.curriculum-more .more-black {
  display: block;
}
.ebook-itme {
  padding-left: 9px;
  margin-top: 50px;
}
.ebook-itme ul {
  width: 1230px;
}
.ebook-itme ul li {
  float: left;
  margin-right: 24px;
  position: relative;
  width: 278px;
}
.ebook-itme ul li .itme-back {
  margin-top: 76px;
  width: 278px;
  height: 154px;
  background: #DFDFDF;
}
.ebook-itme ul li .itme-box {
  position: absolute;
  top: 0;
  left: 53px;
  z-index: 1;
}
.ebook-itme ul li .itme-box a {
  display: block;
}
.ebook-itme ul li .itme-box .box-img {
  width: 165px;
  height: 232px;
}
.ebook-itme ul li .itme-box .box-img img {
  width: 100%;
  height: 100%;
}
.ebook-itme ul li .box-words {
  margin-top: 15px;
}
.ebook-itme ul li .box-words a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.theory-itme ul li {
  float: left;
  margin-right: 7px;
  margin-top: 4px;
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.theory-itme ul li:hover {
  transform: scale(1.01);
}
.conent-img a {
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.conent-img a:hover {
  transform: scale(1.04);
}
.conent-img img {
  width: 100%;
  height: auto;
}
