<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: 'pingfang';
  src: url('pingfang.ttf');
}
.flex {
  display: flex;
}
.btn {
  cursor: pointer;
}
.common-title {
  text-align: center;
}
.common-title h2 {
  font-size: 36px;
  color: #333333;
  padding-top: 70px;
  margin-bottom: 12px;
  font-weight: normal;
}
.common-title h4 {
  font-weight: normal;
  font-size: 18px;
  color: #888;
  margin-bottom: 60px;
}
.box1 {
  height: 168px;
  display: flex;
  align-items: center;
  background: #FAF9F9;
  justify-content: center;
}
.box1 .item {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.box1 .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #E0E4EA;
}
.box1 .item:nth-last-child(1)::after {
  display: none;
}
.box1 .item img {
  width: 60px;
  height: 60px;
}
.box2 .center {
  display: flex;
  flex-wrap: wrap;
}
.box2 .center .item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.box2 .center .item img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.box2 .center .item .right {
  flex: 1;
}
.box2 .center .item .right .name {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.box2 .center .item .right .summary {
  font-size: 16px;
  color: #666;
  margin: 16px 0 2px;
  line-height: 28px;
}
.box2 .center .item .right .tag {
  line-height: 28px;
  font-size: 16px;
  color: #999;
}
.box3 {
  background: url('../imgs/blueprint14/img_gjqlc.jpg') no-repeat center center;
  height: 545px;
  background-size: cover;
}
.box3 .common-title h2,
.box3 .common-title h4 {
  color: #fff;
}
.box3 .center {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 41px 39px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.box3 .center .item {
  width: 64px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 600;
}
.box3 .center .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.box3 .center img.line {
  width: 51px;
  height: 8px;
  margin: 0 15px;
}
.box3 .btn {
  width: 165px;
  height: 50px;
  background: url('../imgs/blueprint14/btn_bg_ljxq@2x.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 70px;
}
.box4 .center {
  display: flex;
  justify-content: space-between;
}
.box4 .center .item {
  text-align: center;
  box-sizing: border-box;
  padding: 40px 31px;
  width: 310px;
  border: 0.5px solid rgba(153, 153, 153, 0.41);
  border-radius: 8px;
}
.box4 .center .item img {
  height: 100px;
  margin-bottom: 32px;
}
.box4 .center .item .name {
  font-size: 28px;
  color: #333333;
}
.box4 .center .item .subtitle {
  font-size: 16px;
  color: #666;
  margin: 16px 0 34px;
  line-height: 24px;
}
.box4 .center .item .btn {
  width: 96px;
  height: 36px;
  border: 1px solid #f62c70;
  color: #f62c70;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 4px;
}
.box5 {
  background: url('../imgs/blueprint14/img_myjycj.jpg') no-repeat center center;
  min-height: 676px;
  background-size: 101% 101%;
}
.box5 .common-title h2,
.box5 .common-title h4 {
  color: #fff;
}
.box5 .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.box5 .center .item {
  width: 187px;
  height: 187px;
  cursor: pointer;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  color: #484848;
  font-size: 16px;
  margin-bottom: 15px;
}
.box5 .center .item img {
  width: 45px;
  height: 45px;
  margin: 52px auto 13px;
}
.box6 .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box6 .center .item {
  width: 549px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}
.box6 .center .item img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.box6 .center .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90px;
}
.box6 .center .item .right .name {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 8px;
}
.box6 .center .item .right .subname {
  font-size: 18px;
  color: #5B5B5B;
  line-height: 28px;
}
.box7 {
  background: #F7F7F7;
  min-height: 748px;
}
.box7 .center {
  display: flex;
  box-sizing: border-box;
  padding: 0 85px;
  justify-content: space-between;
  align-items: center;
}
.box7 .center .item {
  position: relative;
  text-align: center;
  width: 100px;
  height: 80px;
  cursor: pointer;
}
.box7 .center .item p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #666;
}
.box7 .center .item img {
  height: 50px;
  margin: 0 auto 11px;
}
.box7 .center .item.active p {
  color: #f62c70;
}
.box7 .center .item.active::after {
  width: 100px;
  height: 4px;
  background: #f62c70;
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  right: 0;
  margin: auto;
}
.box7 .center .item.active img.active {
  display: block;
}
.box7 .center .item.active img.unactive {
  display: none;
}
.box7 .center .item .active {
  display: none;
}
.box7 .center .item .unactive {
  display: block;
}
.box7 .tab {
  margin-top: 18px;
}
.box7 .tab .item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 74px 77px;
  align-items: center;
}
.box7 .tab .item img {
  width: 436px;
  height: 248px;
  margin-right: 87px;
}
.box7 .tab .item .right {
  flex: 1;
  height: 213px;
}
.box7 .tab .item .right .name {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}
.box7 .tab .item .right .en {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.box7 .tab .item .right .line {
  width: 26px;
  height: 2px;
  background: #f62c70;
  margin: 24px 0 48px;
}
.box7 .tab .item .right .summary {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  font-family: pingfang;
}
.box7 .tab .item .right .summary span {
  font-weight: 600;
}
.box7 .tab .item .right .link {
  color: #f62c70;
  margin-top: 1px;
  font-size: 18px;
  cursor: pointer;
  line-height: 28px;
}
.box8 {
  background: url('../imgs/blueprint14/bg_jyblk@2x.png') no-repeat center center;
  background-size: cover;
  padding: 50px 0 40px;
}
.box8 h3 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
.box8 .btn {
  margin: 40px auto 0;
  background: #fff;
  width: 170px;
  height: 49px;
  border-radius: 5px;
  text-align: center;
  line-height: 49px;
  color: #f62c70;
  font-weight: bold;
}
.dialogbox {
  display: none;
}
.dialogbox .bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999999;
}
.dialogbox .bg .form {
  background: url(../imgs/blueprint14/bg_tc@2x.png) no-repeat center center;
  width: 540px;
  height: 664px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999999999;
  box-sizing: border-box;
  padding-top: 98px;
  text-align: center;
}
.dialogbox .bg .form .close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 30px;
  top: 50px;
  cursor: pointer;
}
.dialogbox .bg .form .close img {
  width: 100%;
  height: 100%;
}
.dialogbox .bg .form .form-title {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
}
.dialogbox .bg .form .form-subtitle {
  font-weight: bold;
  width: 392px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  margin: 24px auto 40px;
}
.dialogbox .bg .form .form-input {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 19px 20px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  max-width: 444px;
  margin: 0 auto 30px;
  outline: none;
  font-size: 18px;
  line-height: 27px;
}
.dialogbox .bg .form .form-input:focus-visible {
  border: 1px solid #D0D0D0;
}
.dialogbox .bg .form .codebox {
  width: 444px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
.dialogbox .bg .form .codebox .form-input {
  margin-bottom: 0;
}
.dialogbox .bg .form .codebox .code {
  width: 180px;
  height: 56px;
  margin-left: 24px;
}
.dialogbox .bg .form .codebox .code #canvas {
  width: 100%;
  height: 100%;
}
.dialogbox .bg .form .tip {
  width: 444px;
  text-align: left;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin: 0 auto 46px;
}
.dialogbox .bg .form .submit {
  width: 444px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  background: url(../imgs/blueprint14/bg_btn@2x.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.msgbox {
  position: fixed;
  text-align: center;
  width: 259px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  box-sizing: border-box;
}

</pre></body></html>