@import url(../common.css);
.container {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}

.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.header ul {
  width: 630px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul a {
  color: #696969;
}
.header ul .active {
  color: #4762ca !important;
}

.banner {
  width: 100%;
  height: 530px;
}

.main {
  height: 1700px;
}
.main .main-top {
  height: 1100px;
  display: flex;
}
.main .main-top .left {
  width: 580px;
  margin-top: 130px;
}
.main .main-top .left p {
  font-size: 20px;
  color: #919ba8;
  line-height: 40px;
}
.main .main-top .right {
  flex: 1;
  display: flex;
  position: relative;
}
.main .main-top .right .jiantou {
  width: 200px;
  height: 800px;
  background-color: #eff0f2;
  margin-left: 100px;
}
.main .main-top .right .triangle {
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 100px solid #eff0f2;
  width: 0;
  height: 0;
}
.main .main-top .right .con {
  margin-top: 130px;
  position: absolute;
  margin-left: 240px;
}
.main .main-top .right .con .item {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.main .main-top .right .con .item .year {
  font-size: 20px;
  color: #919ba8;
}
.main .main-top .right .con .item p a {
  color: #4061fc;
  font-size: 20px;
  display: block;
  margin-top: 20px;
  margin-left: 50px;
}
.main .main-cen {
  height: 650px;
}
.main .main-cen .top {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main-cen .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .main-cen .container .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main-cen .container .title {
  width: 200px;
  height: 100px;
  background-color: #f6f7f8;
  color: #4061fc;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  border-radius: 10px;
}
.main .main-cen .container p {
  margin-top: 35px;
  color: #919ba8;
  font-size: 20px;
}
.main .main-bot {
  height: 600px;
}
.main .main-bot .top {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main-bot .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .main-bot .box .item-box {
  width: 400px;
  height: 300px;
  box-shadow: 0 2px 10px 1px #ddd;
  text-align: center;
}
.main .main-bot .box .item-box .title {
  font-size: 20px;
  color: #4061fc;
  margin-top: 80px;
}
.main .main-bot .box .item-box .con {
  font-size: 20px;
  color: #919ba8;
  margin-top: 80px;
}
.main .main-bot .box .item-box:hover {
  box-shadow: 0px 0px 20px 1px gold;
}
.main .main-bot2 {
  height: 600px;
}
.main .main-bot2 .top {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main-bot2 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.foot {
  height: 225px;
  background-color: #e5e5e6;
}
.foot .foot-con {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.foot .foot-con ul {
  display: flex;
  flex-direction: column;
  margin: 35px 80px;
}
.foot .foot-con ul p {
  margin-bottom: 20px;
}
.foot .foot-con ul li {
  line-height: 30px;
}
.foot .foot-con ul li a {
  color: #a8a8a8;
}/*# sourceMappingURL=about.css.map */