.banner {
  height: 400px;
  background-image: url(../../img/mainBusiness/antCollege/head-banner.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner .banner-inner {
  height: 308px;
  width: 60%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -154px;
}

.banner .banner-text {
  height: 308px;
  width: 1005px;
  position: absolute;
  top: 50%;
  margin-top: -154px;
  text-align: right;
  padding: 50px;
}

.banner .banner-text .ant-college {
  width: 450px;
  float: right;
}

.banner .banner-text .ant-college .college-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #b2a9a5;
}

.banner .banner-text .ant-college .click-enter {
  display: block;
  font-size: 16px;
  color: #0388cc;
  text-transform: uppercase;
  padding-right: 150px;
}

.banner .banner-text .ant-college .ant-eng {
  font-size: 36px;
  color: #0388cc;
  margin-right: 24px;
}

.banner .banner-text .ant-college .ant-title {
  display: inline-block;
  font-size: 56px;
  color: #0388cc;
  font-weight: bold;
  letter-spacing: 5px;
}

.banner .banner-text .ant-college .text-bottom {
  color: #595959;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 28px;
}

.antcollege-container {
  padding: 64px 0px 0px 0px;
}

.antcollege-container .core-power {
  text-align: center;
}

.antcollege-container .core-power h2 {
  color: #0388cc;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 36px;
}

.antcollege-container .core-power .core-dec {
  width: 666px;
  margin: 0 auto;
  font-size: 18px;
  color: rgba(1, 1, 1, 0.6);
  text-transform: uppercase;
  line-height: 1.748;
}

.antcollege-container .core-power .core-list {
  margin: 60px 0px 60px -1px;
  position: relative;
}

.antcollege-container .core-power .core-list .core-item {
  width: 50%;
  padding: 50px;
  float: left;
  position: relative;
}

.antcollege-container .core-power .core-list .core-item .text-summary {
  display: inline-block;
  padding-left: 140px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1.998;
  text-align: left;
}

.antcollege-container .core-power .core-list .core-item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.antcollege-container .core-power .core-list .item-1:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 76px;
  background: #d8d8d8;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -38px;
}

.antcollege-container .curriculum-container .section-heading {
  font-size: 24px;
  line-height: 2;
  border-bottom: 1px solid #e9e7e8;
  text-align: center;
  text-transform: uppercase;
}

.antcollege-container .curriculum-container .section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.antcollege-container .curriculum-container .section-subheading:before {
  content: '';
  display: block;
  height: 4px;
  width: 45px;
  background-color: #c83842;
  margin: 0 auto;
}

.antcollege-container .curriculum-container .curriculum-text {
  text-align: center;
  margin-top: 60px;
  margin-left: 10px;
  /*  .tao:hover{
              transform:rotateY(360deg);
           }  */
}

.antcollege-container .curriculum-container .curriculum-text .text-content {
  display: inline-block;
  color: rgba(0, 0, 0, 0.651);
  line-height: 2;
  text-align: left;
}

.antcollege-container .curriculum-container .curriculum-text .tao {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 0px 40px 0px 40px;
  font-size: 32px;
  text-align: center;
  line-height: 75px;
  color: #c83842;
  border: 1px solid #c83842;
  border-radius: 50%;
  /* transition:0.6s;
                transform-style:preserve-3d; */
}

.antcollege-container .curriculum-container .curriculum-ul {
  width: 870px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.antcollege-container .curriculum-container .curriculum-ul .curriculum-item {
  float: left;
  width: 145px;
  color: #afaeaf;
}

.antcollege-container .curriculum-container .curriculum-ul .curriculum-item .circle-text {
  width: 75px;
  height: 75px;
  display: inline-block;
  font-size: 32px;
  text-align: center;
  line-height: 69px;
  border: 3px solid #afaeaf;
  border-radius: 50%;
}

.antcollege-container .curriculum-container .curriculum-ul .curriculum-item .text-dec {
  margin-top: 15px;
  font-size: 16px;
}

.antcollege-container .curriculum-container .curriculum-ul .curriculum-item:hover {
  color: #c83842;
}

.antcollege-container .curriculum-container .curriculum-ul .curriculum-item:hover .circle-text {
  border: 3px solid #c83842;
}

.chapter {
  position: relative;
}

.chapter .chapter-text {
  position: absolute;
}

.chapter .chapter-text .text-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #0388cc;
  line-height: 2.015;
}

.chapter .chapter-text .sub-text {
  color: rgba(1, 1, 1, 0.6);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.748;
  padding-right: 80px;
}

.bg-grey {
  background-color: #fbf9fa;
}

.chapter-01 {
  height: 380px;
  background-image: url(../../img/mainBusiness/antCollege/trophy.jpg);
  background-repeat: no-repeat;
  background-position: 90px 93.5px;
}

.chapter-01 .chapter-text {
  top: 30%;
  left: 240px;
}

.chapter-02 {
  height: 500px;
  background-image: url(../../img/mainBusiness/antCollege/arrow-up.jpg);
  background-repeat: no-repeat;
  background-position: 560px 43.5px;
  position: relative;
}

.chapter-02 .chapter-text {
  top: 20%;
  left: 10px;
}

.chapter-02 .chapter-text .big-title {
  font-size: 46px;
  color: #0388cc;
  line-height: 1.271;
  font-weight: bold;
  margin-bottom: 60px;
}

.chapter-03 {
  height: 500px;
  background-image: url(../../img/mainBusiness/antCollege/mul-people.jpg);
  background-repeat: no-repeat;
  background-position: 110px 35px;
  position: relative;
}

.chapter-03 .chapter-text {
  top: 30%;
  left: 570px;
}

.chapter-03 .chapter-text .big-title {
  font-size: 46px;
  color: #0388cc;
  line-height: 1.271;
  font-weight: bold;
  margin-bottom: 60px;
}

.chapter-04 {
  height: 488px;
  background-image: url(../../img/mainBusiness/antCollege/doubt.png);
  background-repeat: no-repeat;
  background-position: 400px 50px;
  position: relative;
}

.chapter-04 .chapter-text {
  top: 155px;
  left: 100px;
}

.chapter-04 .chapter-text .big-title {
  font-size: 46px;
  color: #0388cc;
  line-height: 1.271;
  font-weight: bold;
  margin-bottom: 60px;
}

.chapter-05 {
  height: 500px;
  background-image: url(../../img/mainBusiness/antCollege/circle.jpg);
  background-repeat: no-repeat;
  background-position: 40px 40px;
  position: relative;
}

.chapter-05 .chapter-text {
  top: 30%;
  left: 570px;
}

.chapter-05 .chapter-text .big-title {
  font-size: 46px;
  color: #0388cc;
  line-height: 1.271;
  font-weight: bold;
  margin-bottom: 60px;
}

.chapter-06 {
  padding: 60px 0px 60px 0px;
  text-align: center;
}

.chapter-06 .title {
  margin-top: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #c83842;
}

.chapter-06 .number-text {
  padding: 45px 0px 45px 0px;
  font-size: 50px;
  font-weight: bold;
  color: #c83842;
}

.chapter-06 .number-text .plus {
  vertical-align: super;
}

.chapter-06 .number-text .mr50 {
  margin-right: 50px;
}

.chapter-06 .text-bottom {
  font-size: 16px;
  color: rgba(1, 1, 1, 0.6);
  text-transform: uppercase;
  line-height: 1.5;
}

.chapter-06 .buynow {
  margin: 60px 0 30px 0;
}

.chapter-06 .buynow a {
  display: inline-block;
  width: 120px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 18px;
  border: 1px solid #c83842;
  color: #c83842;
  transition: 0.2s;
}

.chapter-06 .buynow a:hover {
  color: #fff;
  background-color: #c83842;
}
