::v-deep.el-menu.el-menu--horizontal {
  border: 0;
}
.con {
  background-color: #f9fafe;
}
.con .top {
  padding: 0 148px;
  height: 85px;
  display: flex;
  align-items: center;
}
.con .top .left-top {
  height: 100%;
  display: flex;
  align-items: center;
}
.con .top .left-top .logo {
  width: 100px;
  height: 100%;
  background-color: red;
  background: url(../static/img/logo.png) no-repeat center;
  background-size: 100% 100%;
}
.con .top .left-top .logo-text {
  height: 40px;
  width: 80px;
  font-size: 40px;
  font-family: Source Han Sans SC-Medium, Source Han Sans SC;
  font-weight: 600;
  color: #3d74f3;
  line-height: 40px;
  margin-left: 20px;
}
.con .top .righ-top {
  padding-left: 50px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.con .top .righ-top .right-item {
  cursor: pointer;
  width: 80px;
  margin: 0 40px;
  font-size: 20px;
  padding: 20px 0;
  position: relative;
}
.con .top .change_c {
  color: #3d74f3;
}
.con .top .change_c::after {
  content: '';
  border: 1px solid #3d74f3;
  position: absolute;
  bottom: 10px;
  width: 25px;
  left: 50%;
  transform: translate(-12.5px);
}
.con .banner {
  width: 100%;
  height: 360px;
  background-color: #3d74f3;
  background: url(../static/img/banner.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.con .banner .title {
  font-size: 48px;
  font-family: Source Han Sans SC-Bold, Source Han Sans SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 41px;
}
.con .banner .neront {
  font-size: 24px;
  font-family: Source Han Sans SC-Medium, Source Han Sans SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin: 25px 0;
}
.con .banner .jiajie {
  font-size: 24px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
}
.con .jieshao,
.con .cptd,
.con .jianjie,
.con .tedian,
.con .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.con .jieshao .title,
.con .cptd .title,
.con .jianjie .title,
.con .tedian .title,
.con .about .title {
  height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  letter-spacing: 6px;
}
.con .jieshao .englisttext,
.con .cptd .englisttext,
.con .jianjie .englisttext,
.con .tedian .englisttext,
.con .about .englisttext {
  font-size: 24px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #666666;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 30px 0;
}
.con .jieshao .kjiesh-text,
.con .cptd .kjiesh-text,
.con .jianjie .kjiesh-text,
.con .tedian .kjiesh-text,
.con .about .kjiesh-text {
  width: 1200px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.con .jieshao .item-c,
.con .cptd .item-c,
.con .jianjie .item-c,
.con .tedian .item-c,
.con .about .item-c {
  margin-top: 50px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.con .jieshao .item-c .item,
.con .cptd .item-c .item,
.con .jianjie .item-c .item,
.con .tedian .item-c .item,
.con .about .item-c .item {
  width: 568px;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(61, 116, 243, 0.2);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
}
.con .jieshao .item-c .item .pic1,
.con .cptd .item-c .item .pic1,
.con .jianjie .item-c .item .pic1,
.con .tedian .item-c .item .pic1,
.con .about .item-c .item .pic1 {
  width: 100px;
  height: 100px;
  background-color: #3d74f3;
  background: url(../static/img/meihua.png) no-repeat center;
  background-size: 100% 100%;
}
.con .jieshao .item-c .item .pic2,
.con .cptd .item-c .item .pic2,
.con .jianjie .item-c .item .pic2,
.con .tedian .item-c .item .pic2,
.con .about .item-c .item .pic2 {
  width: 100px;
  height: 100px;
  background-color: #3d74f3;
  background: url(../static/img/tubiao-1.png) no-repeat center;
  background-size: 100% 100%;
}
.con .jieshao .item-c .item .text-c,
.con .cptd .item-c .item .text-c,
.con .jianjie .item-c .item .text-c,
.con .tedian .item-c .item .text-c,
.con .about .item-c .item .text-c {
  overflow: hidden;
  margin-left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.con .jieshao .item-c .item .text-c .title-t,
.con .cptd .item-c .item .text-c .title-t,
.con .jianjie .item-c .item .text-c .title-t,
.con .tedian .item-c .item .text-c .title-t,
.con .about .item-c .item .text-c .title-t {
  font-size: 32px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  line-height: 32px;
}
.con .jieshao .item-c .item .text-c .bottom-c,
.con .cptd .item-c .item .text-c .bottom-c,
.con .jianjie .item-c .item .text-c .bottom-c,
.con .tedian .item-c .item .text-c .bottom-c,
.con .about .item-c .item .text-c .bottom-c {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.con .tedian {
  margin-top: 100px;
}
.con .content {
  width: 1200px;
  margin: 0 auto;
}
.con .content .tedian .list-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con .content .tedian .list-c .item-c:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  width: 379px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(61, 116, 243, 0.2);
  border-radius: 8px 8px 8px 8px;
}
.con .content .tedian .list-c .item-c:nth-child(odd) .pic {
  width: 100px;
  height: 100px;
}
.con .content .tedian .list-c .item-c:nth-child(odd) .pic img {
  width: 100%;
  height: 100%;
}
.con .content .tedian .list-c .item-c:nth-child(odd) .tit {
  font-size: 24px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
}
.con .content .tedian .list-c .item-c:nth-child(odd) .bo-t {
  font-size: 16px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #aec5fa;
  line-height: 20px;
}
.con .content .tedian .list-c .item-c:nth-child(even) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  width: 379px;
  height: 241px;
  background: linear-gradient(90deg, #7fa0ff 0%, #3d74f3 100%);
  box-shadow: 0px 4px 20px 0px rgba(61, 116, 243, 0.2);
  border-radius: 8px 8px 8px 8px;
}
.con .content .tedian .list-c .item-c:nth-child(even) .pic {
  width: 100px;
  height: 100px;
}
.con .content .tedian .list-c .item-c:nth-child(even) .pic img {
  width: 100%;
  height: 100%;
}
.con .content .tedian .list-c .item-c:nth-child(even) .tit {
  font-size: 24px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
}
.con .content .tedian .list-c .item-c:nth-child(even) .bo-t {
  font-size: 16px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}
.con .cptd {
  margin-top: 150px;
}
.con .cptd .list-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con .cptd .list-c .item-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 379px;
  height: 152px;
  background: #ff5b2e;
  box-shadow: 0px 4px 20px 0px rgba(61, 116, 243, 0.2);
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.con .cptd .list-c .item-c .pic {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-28px);
  background-color: #7fa0ff;
  border-radius: 28px;
}
.con .cptd .list-c .item-c .pic img {
  width: 100%;
  height: 100%;
}
.con .cptd .list-c .item-c .tit {
  font-size: 26px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.con .cptd .list-c .item-c .bo-t {
  margin-top: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.con .jianjie {
  margin-top: 150px;
}
.con .jianjie .list-c {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.con .jianjie .list-c .item-cc {
  width: 584px;
  height: 460px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(61, 116, 243, 0.2);
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.con .jianjie .list-c .item-cc .con-ts {
  display: flex;
}
.con .jianjie .list-c .item-cc .con-ts .pic {
  width: 196px;
  height: 391px;
  border-radius: 8px 8px 8px 8px;
  background: url(../static/img/tuan-dui.png) no-repeat center;
  background-size: 100% 100%;
}
.con .jianjie .list-c .item-cc .con-ts .tes {
  padding-left: 20px;
  flex: 1;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.con .jianjie .list-c .item-cc:nth-child(2) .pic {
  width: 196px;
  height: 391px;
  border-radius: 8px 8px 8px 8px;
  background: url(../static/img/gong-si.png) no-repeat center;
  background-size: 100% 100%;
}
.con .about {
  margin-top: 150px;
}
.con .about .list-about {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.con .about .list-about .item-cd {
  width: 379px;
  height: 260px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  padding: 20px;
}
.con .about .list-about .item-cd .pic {
  position: absolute;
  top: 0;
  left: 20px;
  width: 48px;
  height: 4px;
  background: #3d74f3;
  border-radius: 6px 6px 6px 6px;
}
.con .about .list-about .item-cd .ti-t {
  margin-top: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
}
.con .about .list-about .item-cd .bo-tt {
  margin-top: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.cptd .item-c:nth-child(1) {
  background-color: #3d74f3 !important;
}
.cptd .item-c:nth-child(5) {
  background-color: #3d74f3 !important;
}
.cptd .item-c:nth-child(3) {
  background-color: #fabf3f !important;
}
.cptd .item-c:nth-child(4) {
  background-color: #fabf3f !important;
}
.bottom-ba {
  margin-top: 100px;
  height: 120px;
  background: #0b1632;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-ba .tops {
  display: flex;
  font-size: 14px;
}
.bottom-ba .tops .left {
  margin-right: 30px;
}
.bottom-ba .bottom {
  margin-top: 20px;
  font-size: 16px;
}
