* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 14px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
img {
  vertical-align: middle;
}
.container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.container .header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 287px);
  height: 80px;
  line-height: 80px;
  padding: 0 135px;
  background-color: rgba(76,69,146,0.7);
}
.container .header .h-left {
  float: left;
  color: #fff;
  font-size: 18px;
}
.container .header .h-left img {
  margin-right: 18px;
}
.container .header .h-right {
  float: right;
}
.container .header .h-right li {
  float: left;
  margin-left: 60px;
  font-size: 15px;
}
.container .header .h-right li:first-child {
  margin-left: 0;
}
.container .header .h-right li a.active {
  opacity: 1;
}
.container .main #intro {
  background-color: #4c4592;
  overflow: hidden;
  padding: 175 135px 100px;
}
.container .main #intro .intro-left {
  width: 340px;
  height: 434px;
  float: left;
}
.container .main #intro .intro-right {
  float: left;
  margin-left: 100px;
  width: calc(100% - 440px);
}
.container .main #intro .intro-right .intro-text {
  color: rgba(255,255,255,0.8);
  line-height: 26px;
}
.container .main #intro .intro-right .download {
  margin-top: 45px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background: linear-gradient(90deg, #fad961 0%, #f76b1c 100%);
  color: #fff;
  cursor: pointer;
}
.container .main #intro .intro-right .download a {
  opacity: 1;
}
.container .main #intro .module-title {
  color: #fff;
  text-align: left;
}
.container .main #intro .module-title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  bottom: 0;
  left: 0;
  margin-left: 0;
  background-color: #ffb400;
}
.container .main #intro .sub-title {
  color: rgba(255,255,255,0.5);
  margin: 20px 0;
  text-align: left;
}
.container .main #func-module {
  padding: 100px 135px;
  overflow: hidden;
  background-color: #fff;
}
.container .main #func-module .func-list {
  margin-top: 80px;
  display: flex;
}
.container .main #func-module .func-list .list-item {
  flex: 1;
  height: 251px;
  box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.08);
  border-radius: 10px;
  margin-right: 30px;
  padding: 55px 25px 70px;
  text-align: center;
}
.container .main #func-module .func-list .list-item:last-child {
  margin-right: 0;
}
.container .main #func-module .func-list .list-item .item-img {
  width: 118px;
  height: 118px;
  line-height: 118px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: 0 auto;
}
.container .main #func-module .func-list .list-item .item-img img {
  margin-top: 40px;
  width: 38px;
  height: 38px;
}
.container .main #func-module .func-list .list-item .item-title {
  margin: 35px 0 20px;
  font-size: 24px;
  color: #424345;
}
.container .main #func-module .func-list .list-item .item-examples {
  color: #838383;
}
.container .main #economic-model {
  background-color: #4c4592;
  overflow: hidden;
  padding: 100px 135px;
}
.container .main #economic-model .module-title {
  color: #fff;
}
.container .main #economic-model .sub-title {
  color: rgba(255,255,255,0.5);
}
.container .main #economic-model .model-list {
  margin-top: 90px;
  overflow: hidden;
}
.container .main #economic-model .model-list .list-item {
  margin-bottom: 90px;
  align-items: center;
  width: 30%;
  margin-right: 5%;
  float: left;
}
.container .main #economic-model .model-list .list-item:nth-child(3),
.container .main #economic-model .model-list .list-item:nth-child(6) {
  margin-right: 0;
}
.container .main #economic-model .model-list .list-item .title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 23px;
}
.container .main #economic-model .model-list .list-item .title img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.container .main #economic-model .model-list .list-item p {
  color: rgba(255,255,255,0.5);
  line-height: 27px;
}
.container .main #team {
  background-color: #fff;
  overflow: hidden;
  padding: 100px 135px;
}
.container .main #team .team-list {
  margin-top: 100px;
}
.container .main #team .team-list .list-item {
  margin-bottom: 30px;
  width: 48%;
  margin-right: 4%;
  box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.1);
  float: left;
}
.container .main #team .team-list .list-item:nth-child(2),
.container .main #team .team-list .list-item:nth-child(4) {
  margin-right: 0;
}
.container .main #team .team-list .list-item .item-left {
  float: left;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin: 50px 16px 35px;
}
.container .main #team .team-list .list-item .item-left img {
  border-radius: 50%;
  height: 118px;
  width: 118px;
}
.container .main #team .team-list .list-item .item-right {
  float: left;
  width: calc(100% - 170px);
  margin: 50px 20px 20px 0;
}
.container .main #team .team-list .list-item .item-right .title {
  color: #424345;
  font-size: 24px;
  margin-bottom: 14px;
}
.container .main #team .team-list .list-item .item-right .title span {
  font-size: 14px;
  color: #a5a5a5;
  margin-left: 20px;
}
.container .main #team .team-list .list-item .item-right p {
  color: #838383;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.container .main #about {
  background-color: #4c4592;
  overflow: hidden;
  padding: 100px 135px;
  text-align: center;
}
.container .main #about .module-title {
  color: #fff;
}
.container .main #about .sub-title {
  color: rgba(255,255,255,0.5);
  margin-bottom: 100px;
}
.container .main #about img {
  max-width: 100%;
}
.container .main .module-title {
  font-size: 39px;
  color: #424345;
  position: relative;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.container .main .module-title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background-color: #ffb400;
}
.container .main .sub-title {
  color: #838383;
  margin: 25px 0;
  text-align: center;
}
.container .footer {
  height: 100px;
  line-height: 100px;
  padding: 0 135px;
  background-color: #fff;
}
.container .footer .f-left {
  float: left;
  color: #424345;
  font-size: 18px;
}
.container .footer .f-left img {
  margin-right: 18px;
}
.container .footer .f-right {
  float: right;
  font-size: 16px;
  color: #838383;
}
@media screen and (max-width: 768px) {
  .container .header {
    position: static;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #4c4592;
    padding: 0;
  }
  .container .header .h-left {
    float: unset;
    text-align: center;
  }
  .container .header .h-right {
    display: none;
  }
  .container .main {
    text-align: center;
  }
  .container .main #intro {
    background-color: #4c4592;
    overflow: hidden;
    padding: 25px;
  }
  .container .main #intro .intro-left {
    display: none;
  }
  .container .main #intro .intro-right {
    float: unset;
    margin-left: 0;
    width: 100%;
  }
  .container .main #intro .intro-right .intro-text {
    color: rgba(255,255,255,0.8);
    line-height: 24px;
    text-align: justify;
  }
  .container .main #intro .intro-right .download {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 25px;
    background: linear-gradient(90deg, #fad961 0%, #f76b1c 100%);
    color: #fff;
    cursor: pointer;
    margin: 25px auto 0;
  }
  .container .main #intro .intro-right .module-title {
    color: #fff;
    text-align: center;
  }
  .container .main #intro .intro-right .module-title:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    background-color: #ffb400;
  }
  .container .main #intro .intro-right .sub-title {
    color: rgba(255,255,255,0.5);
    margin: 15px 0;
    text-align: center;
  }
  .container .main #func-module {
    padding: 25px;
    overflow: hidden;
    background-color: #fff;
  }
  .container .main #func-module .func-list {
    margin-top: 20px;
    display: block;
  }
  .container .main #func-module .func-list .list-item {
    height: unset;
    box-shadow: none;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .container .main #func-module .func-list .list-item .item-img {
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: 0 auto;
  }
  .container .main #func-module .func-list .list-item .item-img img {
    margin-top: 15px;
  }
  .container .main #func-module .func-list .list-item .item-title {
    margin: 15px 0;
    font-size: 18px;
    color: #424345;
  }
  .container .main #func-module .func-list .list-item .item-examples {
    color: #838383;
  }
  .container .main #economic-model {
    background-color: #4c4592;
    overflow: hidden;
    padding: 25px;
  }
  .container .main #economic-model .module-title {
    color: #fff;
  }
  .container .main #economic-model .sub-title {
    color: rgba(255,255,255,0.5);
  }
  .container .main #economic-model .model-list {
    margin-top: 40px;
    overflow: unset;
  }
  .container .main #economic-model .model-list .list-item {
    margin-bottom: 10px;
    width: calc(100% - 20px);
    box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.1);
    padding: 10px;
    margin-right: 0;
    float: unset;
  }
  .container .main #economic-model .model-list .list-item .title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .container .main #economic-model .model-list .list-item .title img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .container .main #economic-model .model-list .list-item p {
    color: rgba(255,255,255,0.5);
    line-height: 24px;
  }
  .container .main #team {
    background-color: #fff;
    overflow: hidden;
    padding: 25px;
  }
  .container .main #team .team-list {
    margin-top: 20px;
    display: block;
  }
  .container .main #team .team-list .list-item {
    margin-bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    box-shadow: none;
  }
  .container .main #team .team-list .list-item .item-left {
    float: unset;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin: 0 auto 10px;
  }
  .container .main #team .team-list .list-item .item-left img {
    border-radius: 50%;
  }
  .container .main #team .team-list .list-item .item-right {
    float: unset;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .container .main #team .team-list .list-item .item-right .title {
    color: #424345;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .container .main #team .team-list .list-item .item-right .title span {
    display: block;
    font-size: 14px;
    color: #a5a5a5;
    margin-top: 5px;
  }
  .container .main #team .team-list .list-item .item-right p {
    color: #838383;
    line-height: 22px;
    -webkit-line-clamp: 6;
    text-align: justify;
  }
  .container .main #about {
    background-color: #4c4592;
    overflow: hidden;
    padding: 25px;
  }
  .container .main #about .module-title {
    color: #fff;
  }
  .container .main #about .sub-title {
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
  }
  .container .main #about img {
    max-width: 100%;
  }
  .container .main .module-title {
    font-size: 24px;
    color: #424345;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .container .main .module-title:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    background-color: #ffb400;
  }
  .container .main .sub-title {
    color: #838383;
    margin: 25px 0;
    text-align: center;
  }
  .container .footer {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
  .container .footer .f-left {
    display: none;
  }
  .container .footer .f-right {
    float: unset;
    font-size: 14px;
    color: #838383;
  }
}
