.flex {
	display: flex;
}
.flex-center {
	display: flex;
	align-items: center;
}
.flex-start {
	display: flex;
	align-items: flex-start;
}
.flex-center2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-btw {
	display: flex;
	justify-content: space-between;
}
.flex-btw-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-btw-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.f-1 {
  flex: 1;
}
.fs-0 {
	flex-shrink: 0;
}

.f-size-20 {
  font-size: 20px;
}

.p-16 {
  padding: 16px;
}

.p-lr-30 {
  padding: 0 30px;
}

.ml-20 {
	margin-left: 20px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
	font-weight: bold;
}

.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.side-box {
  flex-shrink: 0;
  width: 66px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #408CFF;
}

.side-box-title {
  margin: auto;
  width: 21px;
  height: 100%;
  letter-spacing: 2px;
}

.part5-type-box {
  width: 908px;
  height: 62px;
  border-radius: 0px 0px 0px 0px;
  border: 2px dashed #408CFF;
  margin-bottom: 30px;
}

.part5-type {
  margin: auto;
  width: 777px;
  height: 62px;
  line-height: 62px;
  letter-spacing: 2px;
}

.jxjy-item {
  width: 195px;
  text-align: center;

}

.jxjy-item-title {
  width: 195px;
  height: 40px;
  background: #408CFF;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
}

.jxjy-item img {
  width: 45px;
  height: 24px;
  margin: 18px 0 16px;
}

.jxjy-item-info {
  box-sizing: border-box;
  padding: 20px 22px 8px;
  height: 165px;
  background: #F4F4F4;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
}

.jxjy-nav {
  padding: 0 22px;
  margin-top: 30px;
  height: 45px;
  background: #408CFF;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}

.jxjy-baxic {
  margin-top: 20px;
  text-align: center;
}

.jxjy-baxic img {
  width: 261px;
  height: 13px;
  margin: 0 20px;
}

.jxjy-app-box {
  padding: 0 4px;
  margin-top: 60px;
	background-image: url(../img/jxjy-app.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 116px;
}

.jxjy-app {
  margin-top: -8px;
  width: 66px;
  height: 66px;
  text-align: center;
  background: linear-gradient( 180deg, #5E9EFF 0%, #0066FF 100%);
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}

.jxjy-app:nth-child(2n) {
  margin-top: -46px;
}

.jsmb{
	background: url(../img/jsmb.png) no-repeat;
	background-size: 100% 280px;
	width: 100%;
}

.jsmb-title {
  padding: 70px 0 50px;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
}

.jsmb-item {
  position: relative;
  width: 380px;
  height: 173px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(211,211,211,0.25);
  border-radius: 5px;
  font-size: 16px;
  color: #666666;
  transition: color 0.5s ease;
  line-height: 24px;
  padding: 30px 32px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.jsmb-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/jsmb-hover.png);
  z-index: -1;
  opacity: 0;
	background-size: 100%;
  transition: .5s;
}

.jsmb-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}

.jsmb-item:hover {
  color: #fff;
}

.jsmb-item:hover::after {
  opacity: 1
}

.jsmb-item:hover .jsmb-item-title  {
  font-weight: 400;
  color: #FFFFFF;
}

.good-box {
  position: relative;
  margin: 40px 0 30px;
  height: 230px;
  align-items: flex-end;

}

.good-line {
  width: 1200px;
  height: 34px;
  position: absolute;
  bottom: 36px;
  z-index: 3;
}

.good-item {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
  width: 218px;
  height: 230px;
  transition: height 5s;
  /* background: #F4F9FF; */
  background: #FAFCFF;
  border-radius: 10px;
  border: 1px solid #0066FF;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  cursor: pointer;
}

.good-item:hover {
  height: 270px;
  background: linear-gradient( 180deg, #CFEBFF 0%, #FAFCFF 100%);
  border: 1px solid #0066FF;
}

.good-item:hover .point {
  width: 16px;
  height: 16px;
  left: 28px;
  bottom: 33px;
}
.good-item:hover .point2 {
  width: 16px;
  height: 16px;
  left: 28px;
  bottom: 47px;
}
.good-item:hover .point3 {
  width: 16px;
  height: 16px;
  left: 28px;
  bottom: 45px;
}
.good-item:hover .point4 {
  width: 16px;
  height: 16px;
  left: 28px;
  bottom: 51px;
}
.good-item:hover .point5 {
  width: 16px;
  height: 16px;
  left: 28px;
  bottom: 59px;
}

.good-item img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 216px;
  height: 230px;
  z-index: 2;
}

.point {
  position: absolute;
  z-index: 4;
  left: 30px;
  bottom: 36px;
  width: 10px;
  height: 10px;
  background: #0066FF;
  border-radius: 50%;
}

.point2 {
  bottom: 50px;
}

.point3 {
  bottom: 48px;
}

.point4 {
  bottom: 54px;
}

.point5 {
  bottom: 62px;
}

.good-item-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.good-item2 {
  box-sizing: border-box;
  padding: 30px 20px;
  width: 280px;
  height: 180px;
  border: 1px solid #BED8FF;
  background: #FAFCFF;
  font-size: 16px;
  color: #666666;
  border-radius: 10px;
}

.tdxl {
  width: 100%;
  height: 698px;
  background: #F1F7FD url(../img/tdxl.png) no-repeat;
  background-size: cover;
  padding: 86px 0 94px 0;
  box-sizing: border-box;
}

.tdxl-box {
  position: relative;
  margin-top: 68px;
}

.tdxl-line {
  position: absolute;
  height: 254px;
}

.tdxl-item {
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 0 20px;
  margin-top: 52px;
}

.tdxl-item:nth-child(2n+1) {
  margin-top: 104px;
}

.tdxl-no {
  font-size: 24px;
  color: #0066FF;
  line-height: 30px;
}

.tdxl-no:nth-child(2n) {
  color: #666666;
}

.tdxl-item-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 8px 0;
}

.tdxl-type-item {
  box-sizing: border-box;
  width: 122px;
  height: 56px;
  border-radius: 8px;
  border: 2px solid #408CFF;
  font-size: 18px;
  color: #333333;
  line-height: 56px;
  text-align: center;
}

.tdxl-lr {
  width: 15px;
  height: 29px;
}

.tdxl-down {
  width: 61px;
  height: 31px;
  margin: 24px 0 18px;
}

.tdxl-bold-box {
  text-align: center;
}

.tdxl-type-bold {
  width: 281px;
  height: 56px;
  margin: 0 22px;
  background: #408CFF;
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
}

.tdxl-sys {
  box-sizing: border-box;
  width: 560px;
  height: 177px;
  background: #F2F4FC;
  border-radius: 8px;
  padding: 12px 12px 12px 24px;
}

.tdxl-logo {
  font-size: 22px;
  color: #0066FF;
  line-height: 30px;
  text-align: center;
  margin-right: 24px;
}

.tdxl-sys img {
  width: 41px;
  height: 41px;
  margin-bottom: 13px;
}

.tdxl-detail {
  box-sizing: border-box;
  padding: 18px 32px;
  width: 421px;
  height: 152px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 18px;
  color: #333333;
}

.tdxl-ts-line {
  width: 1200px;
  height: 15px;
}

.tdxl-ts-item {
  position: relative;
  box-sizing: border-box;
  width: 220px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #EAEAEA;
  border-radius: 10px;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  letter-spacing: 2px;
  padding: 50px 20px;
}

.tdxl-ts-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 6px;
  background: #0066FF;
  border-radius: 10px 10px 10px 10px;
}

.tdxl-ts-item:nth-child(2):before {
  background: #A776ED;
}

.tdxl-ts-item:nth-child(3):before {
  background: #42D0B3;
}

.tdxl-ts-item:nth-child(4):before {
  background: #FFC76B;
}

.tdxl-ts-item:nth-child(5):before {
  background: #F38280;
}

.zsb-box {
  position: relative;
  height: 412px;
  margin: 70px 0 40px;
}

.zsb-item {
  position: absolute;
  z-index: 1;
  left: 115px;
  bottom: 20px;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.zsb-item::after {
  content: '';
  position: absolute;
  width: 130px;
  border-top: 1px dashed #999;
  height: 1px;
  left: 110px;
  bottom: 36px;
  transform: rotate(26deg);
}

.zsb-item:nth-child(2) {
  left: 198px;
  bottom: 170px;
}

.zsb-item:nth-child(2)::after {
  transform: rotate(42deg);
  width: 98px;
  left: 118px;
  bottom: -6px;
}

.zsb-item:nth-child(3) {
  left: 358px;
  bottom: 265px;
}

.zsb-item:nth-child(3)::after {
  transform: rotate(62deg);
  width: 66px;
  left: 75px;
  bottom: -36px;
}

.zsb-item:nth-child(4) {
  left: 553px;
  bottom: 330px;
}

.zsb-item:nth-child(4)::after {
  transform: rotate(90deg);
  width: 90px;
  left: 10px;
  bottom: -56px;
}

.zsb-item:nth-child(5) {
  left: 747px;
  bottom: 265px;
}

.zsb-item:nth-child(5)::after {
  transform: rotate(118deg);
  width: 66px;
  left: -36px;
  bottom: -40px;
}

.zsb-item:nth-child(6) {
  left: 908px;
  bottom: 170px;
}

.zsb-item:nth-child(6)::after {
  transform: rotate(138deg);
  width: 126px;
  left: -118px;
  bottom: -8px;
}

.zsb-item:nth-child(7) {
  left: 973px;
  bottom: 20px;
}

.zsb-item:nth-child(7)::after {
  transform: rotate(154deg);
  width: 150px;
  left: -136px;
}

.zsb-item:hover {
  color: #408CFF;
}

.zsb-item:hover::after {
  border-top: 1px dashed #408CFF;
}

.zsb-item:hover .inner-circle {
  background: linear-gradient( 180deg, #6DA8FF 0%, #0066FF 100%);
}

.out-circle {
  margin: auto;
  margin-bottom: 3px;
  width: 84px;
  height: 84px;
  background: rgba(64, 140, 255, .1);
  border-radius: 50%;
}

.inner-circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(64, 140, 255, .2);
  border-radius: 50%;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

.zsb-lc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  text-align: center;

  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

.zsb-lc-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.zsb-lc img {
  width: 488px;
}

.zxb-hx-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 218px;
  height: 144px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(235,235,235,0.25);
  border-radius: 4px;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 0 22px 22px 0;
  pad: 30px 50px;
}

.zsb-img {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}

.zxb-hx-item:nth-child(5) {
  margin-right: 0;
}