
.hk_content {
    background-color: #fff;
    padding-bottom: 1px;
  }
  .xm_box img {
    width: 100%;
  }
  
  .hk_content * {
    box-sizing: border-box;
  }
  .xmzt {
    font-family: MicrosoftYaHei-Bold;
      font-size: 38px;
      font-weight: bold;
      color: #242424;
    margin: 70px 0 40px;
    text-align: center;
    line-height: 1;
  }
  .xmzt span {
    color: #e34986;
  }
  .zt-kf {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-family: MicrosoftYaHei;
      font-size: 28px;
      color: #fdaf1b;
    border: 5px #fdaf1b solid ;
    border-radius: 16px;
    margin-top: 20px;
    background-color: #fff;
  }
  .zt-kf span {
    display: inline-block;
    padding: 15px 20px;
  }
  .zt-kf .csb-kf {
    padding-left: 10px;
    background-color: #fdaf1b;
    color: #fff;
    font-weight: bold;
    margin-right: -1px;
  }
  .zt-kf:hover {
      color: #fdaf1b;
  }
  
  .xm_box {
    width: 100%;
  }
  .xm_box .xm_content {
    width: 1000px;
    margin: 0 auto;
  }
  .xm_box .xm_content .xmzts{
    font-family: MicrosoftYaHei-Bold;
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;
    margin-bottom: 29px;
  }
  .xm_box .xm_content .line_box{
    width: 224px;
	height: 8px;
	background-color: #e5e5e5;
    margin: 0 auto;
  }
  .xm_box .xm_content .line{
    width: 488px;
	height: 4px;
	border-top: solid 1px #dcdcdc;
	opacity: 0.68;
    margin: 0 auto;
    margin-bottom: 59px;
  }
  
  .csb-doctor {
    height: 1080px;
    background:url(https://www.akjkqyy.com/images/zt/csb/csbbg4.png);
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    /* background-size: 100% 100%; */
  }
  .csb-doctor .team_title{
    font-family: MicrosoftYaHei-Bold;
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 74px;
    text-align: center;
  }
  .csb-doctor .line_box{
      width: 224px;
      height: 8px;
      background-color: #e5e5e5;
      margin: 0 auto;
      margin-top: 29px;
  }
  .csb-doctor .line{
    width: 488px;
    height: 4px;
    border-top: solid 1px #dcdcdc;
    opacity: 0.68;
    margin: 0 auto;
    margin-bottom: 43px;
  }
  .csb-doctor .xm_content {
    height: 460px;
    box-sizing: border-box;
    background-color: #eceaea;
    padding: 20px;
  }
  .doctorSwiper .swiper-slide {
    text-align: center;
  }
  .csb-doctor .xm_content .doc-img {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c5c5c5;
    margin: 0 auto;
    z-index: 2;
  }
  .csb-doctor .xm_content .doc-img img {
    position: relative;
    width: 120%;
    margin-left: -5%;
    z-index: 0;
  }
  .csb-doctor .xm_content .doctor_info {
    background-color: #fff;
    padding: 110px 10px 20px;
    margin-top: -100px;
    z-index: 1;
  }
  
  .csb-doctor .xm_content .doctor_info .name {
      font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      font-weight: bold;
      color: #e34986;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .csb-doctor .xm_content .doctor_info .info {
    height: 107px;
    text-align: left;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
  }
  .csb-doctor .xm_content .doctor_info a {
    display: inline-block;
    font-size: 19px;
    padding: 5px 15px 8px;
    line-height: 1;
    color: #fea721;
    border-radius: 40px;
    font-weight: bold;
    border: solid 2px #fea71d;
  }
  .csb-doctor .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 358px;
  }
  .csb-doctor  .swiper-pagination-bullet {
    width: 16px;
      height: 16px;
      background-color: #e4e4e4;
    /* opacity: 1; */
  }
  .csb-doctor .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .hot-qa {
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 40px  auto;
    /* margin: 0; */
  }
  .hot-qa .qa {
    width: 48%;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      color: #ffffff;
    margin-top: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot-qa .qa span {
    display: inline-block;
    width: 16px;
      height: 16px;
      background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .hot-qa .q {
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
    font-weight: bold;
      color: #e34986;
  }
  .hot-qa .a {
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
    font-weight: bold;
      color: #fdaf1b;
    cursor: pointer;
  }
  .csb-yy {
    background:url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png);
    background-size: cover;
    height: 1078px;
    box-sizing: border-box;
    padding: 74px 0 40px;
    color: #fff;
  }
  .csb-yy .csb-yy-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .csb-yy .csb-yy-info img {
    width: 520px;
      height: 330px;
  }
  .csb-yy .csb-yy-info p {
    width: 450px;
    font-family: MicrosoftYaHei;
      font-size: 22px;
    line-height: 52px;
      color: #ffffff;
  }
  .csb-yy .csb-yy-info p a {
    color: #e34986;
  }
  
  
  
  .csb-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 90px 0;
  }
  .csb-type .csb-type-item {
    width: 215px;
      height: 190px;
      background-color: #f173a5;
      border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 45px;
    /* cursor: pointer; */
    color: #ffffff;
  }
  .csb-type .csb-type-item img {
    height: 70px;
    width: auto;
    margin-bottom: 25px;
  }
  .csb-type .csb-type-item p {
    height: 40px;
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
      font-size: 20px;
      line-height: 1.2;
    }
  .csb-type .csb-type-item:nth-child(2n) {
    background-color: #eae8e9;
    color: #f173a5;
  
  }
  
  .csb-types {
    background:url(https://www.akjkqyy.com/images/zt/csb/csbbg1.png) no-repeat center top;
    height: 780px;
    box-sizing: border-box;
    padding: 50px 0 0;
  }
  .csb-types .xm_content .csb-types-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
  .csb-types .xm_content .csb-types-item img {
    width: 425px;
      height: 255px;
  }
  .csb-types .xm_content .csb-types-item .csb-types-item-info {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.6;
      color: #ffffff;
    width: 485px;
  }
  .csb-types .xm_content .csb-types-item .csb-types-item-info h2 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 32px;
      font-weight: bold;
      color: #ffffff;
    margin-bottom: 20px;
  }
  .csb-good {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .csb-good .csb-good-item {
    text-align: center;
    width: 320px;
      height: 295px;
      background-color: #eae8e9;
    padding: 15px 0 0 0;
    margin-bottom: 25px;
  }
  .csb-good .csb-good-item img {
    width: 275px;
      height: 190px;
  }
  .csb-good .csb-good-item p {
    margin-top: 25px;
    font-family: MicrosoftYaHei;
      font-size: 28px;
      color: #666666;
    white-space: nowrap;
  }
  .csb-fw {
    background:url(https://www.akjkqyy.com/images/zt/csb/csbbg2.png) no-repeat center top;
    height: 1030px;
    box-sizing: border-box;
    padding: 60px 0 0;
    color: #fff;
  }
  .csb-fw .xm_content>p {
      font-family: MicrosoftYaHei;
      font-size: 26px;
    line-height: 1.6;
      color: #ffffff;
  }
  .csb-fw-info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .csb-fw-info img {
    width: 480px;
      height: 410px;
  }
  .csb-fw-info .fw-info {
    width: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .csb-fw-info .fw-info .info-text {
    display: flex;
    /* margin-bottom: 30px; */
  }
  .csb-fw-info .fw-info .info-text  span {
    width: 95px;
      font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
  }
  .csb-fw-info .fw-info .info-text p {
    flex: 1;
    font-family: MicrosoftYaHei;
      font-size: 28px;
      line-height: 1.5;
      color: #ffffff;
    display:-webkit-box; 		
    -webkit-box-orient:vertical; 	
    -webkit-line-clamp:4; 	
    overflow:hidden; 		
    text-overflow:ellipsis; 	
  }
  .csb-fw-info .fw-info .info-text p a {
    padding: 15px 45px;
    line-height: 1;
    display: inline-block;
    background-color: #f173a5;
      border-radius: 10px;
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 3px;
      color: #ffffff;
  }
  .csb-fw .xm_content h1 {
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
    margin: 35px 0 35px;
      color: #ffffff;
  }
  .csb-advantage {
    display: flex;
    justify-content: space-evenly;
  }
  .csb-advantage .csb-advantage-item {
    width: 230px;
    border-radius: 10px;
    overflow: hidden;
  }
  .csb-advantage .csb-advantage-item>div {
    background-color: #f173a5;
    padding: 10px 0 ;
    text-align: center;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      color: #ffffff;
  }
  .csb-advantage .csb-advantage-item>div>span {
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
    font-weight: bold;
  }
  .csb-advantage .csb-advantage-item>p {
    padding: 15px 20px;
    font-family: MicrosoftYaHei;
      font-size: 20px;
      line-height: 1.4;
      color: #666666;
    background-color: #eae8e9;
    height: 115px;
    box-sizing: border-box;
  }
  .csb-step {
    position: relative;
    height: 464px;
  }
  .csb-step>h5 {
    position: absolute;
    top: 38%;
    left: 7%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 22px;
      font-weight: bold;
      color: #242424;
  }
  .csb-step>h5:nth-of-type(2) {
    left: 33%;
  }
  .csb-step>h5:nth-of-type(3) {
    left: 59%;
  }
  .csb-step>h5:nth-of-type(4) {
    left: 83%;
  }
  .csb-step>h5:nth-of-type(5) {
    left: 4%;
  }
  .csb-step>h5:nth-of-type(6) {
    left: 33%;
  }
  .csb-step>h5:nth-of-type(7) {
    left: 58%;
  }
  .csb-step>h5:nth-of-type(8) {
    left: 85%;
  }
  .csb-step>h5:nth-child(n + 6) {
    top: 90%;
  }
  
  .csbfwSwiper {
    padding: 0 0 50px 0;
  }
  .csbfwSwiper .swiper-horizontal>.swiper-pagination-bullets, 
  .csbfwSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .csbfwSwiper .swiper-pagination-custom, 
  .csbfwSwiper .swiper-pagination-fraction {
    bottom: 0;
  }
  .csbfwSwiper .swiper-pagination-bullet {
      width: 51px;
      height: 8px;
      background-color: #e4e4e4;
    border-radius: 0;
    margin: 0 10px;
  }
  .csb-yy-info-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .csb-yy-info-list .csb-yy-info-item {
    box-sizing: border-box;
    padding: 15px;
      width: 240px;
      height: 270px;
      background-color: #e5e5e5;
      text-align: center;
  }
  .csb-yy-info-list .csb-yy-info-item h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    
  }
  .csb-yy-info-list .csb-yy-info-item img {
    margin: 10px 0;
    width: 188px;
	  height: 121px;
    text-align: center;
  }
  .csb-yy-info-list .csb-yy-info-item p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    text-align: left;
  }
  .type-list {
    display: flex;align-items: center;
    justify-content: center;
      font-size: 32px;
    margin-bottom: 30px;
  }
  .type-list .type-item {
    line-height: 1;
    padding: 10px 15px 13px;
    font-family: MicrosoftYaHei;
      font-size: 32px;
      color: #242424;
    margin: 0 25px;
    cursor: pointer;
  }
  .type-list .active {
    color: #fff;
    background-color: #e34986;
      border-radius: 10px;
  }
  
  .bzc-info1>p {
    font-family: MicrosoftYaHei;
      font-size: 28px;
      line-height: 1.6;
      color: #242424;
  }
  .bzc-info1>img {
    width: 517px;
      height: 327px;
    margin: 40px 240px;
  }
  .bzc-type {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 890px;
    padding-top: 40px;
  }
  .bzc-type .xm_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bzc-type .bzc-type-item {
    width: 30%;
    margin-bottom: 40px;
  }
  .bzc-type .bzc-type-item p {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
      font-size: 28px;
      color: #ffffff;
    text-align: center;
  }
  .bzc-type>p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
    white-space: nowrap;
      color: #ffffff;
    text-align: center;
    margin: 30px 0 50px;
  }
  .bzc-type1{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bzc-type1 .bzc-type-item {
    width: 28%;
    margin-bottom: 40px;
    position: relative;
  }
  .bzc-type1 .bzc-type-item>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.6;
      color: #242424;
    background-color: #f0f0f0;
      border-radius: 0px 0px 30px 30px;
  }
  .bzc-jh>p{
    font-family: MicrosoftYaHei;
      font-size: 22px;
      line-height: 1.6;
      color: #242424;
  }
  .bzc-jh-info {
    position: absolute;
    top: 0;
    left: 35%;
    width: 305px;
      height: 90px;
      background-color: #fff7fa;
      border-radius: 10px;
      border: solid 1px #e34986;
    padding: 10px;
  }
  .bzc-jh-info h3 {
      font-family: MicrosoftYaHei-Bold;
      font-size: 19px;
      font-weight: bold;
      color: #242424;
    margin-bottom: 10px;
  }
  .bzc-jh-info p {
    font-family: MicrosoftYaHei;
      font-size: 15px;
      line-height: 1.2;
      color: #242424;
  }
  .bzc-jh-info:nth-of-type(2) {
    top: 54%;
    left: -1%;
  }
  .bzc-jh-info:nth-of-type(3) {
    top: 54%;
    left: 71%;
  }
  
  .bzc-step {
    height: 660px;
    background: url(https://www.akjkqyy.com/images/zt/csb/csbbg4.png) no-repeat center top;
    box-sizing: border-box;
    padding: 50px 0 0;
    position: relative;
  }
  .bzc-step .xm_content {
    position: relative;
  }
  .bzc-step h5 {
    position: absolute;
    top: 38%;
    left: 6%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
  }
  .bzc-step h5:nth-of-type(2) {
    left: 32%;
  }
  .bzc-step h5:nth-of-type(3) {
    left: 57%;
  }
  .bzc-step h5:nth-of-type(4) {
    left: 85%;
  }
  .bzc-step h5:nth-of-type(5) {
    left: 6%;
  }
  .bzc-step h5:nth-of-type(6) {
    left: 32%;
  }
  .bzc-step h5:nth-of-type(7) {
    left: 59%;
  }
  .bzc-step h5:nth-of-type(8) {
    left: 85%;
  }
  .bzc-step h5:nth-child(n + 6) {
    top: 90%;
  }
  
  
  .zzy-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .zzy-info>p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.8;
      color: #242424;
    width: 565px;
  }
  .zzy-info>img {
    width: 375px;
    height: 375px;
  }
  .zzy-qb {
    margin-top: 60px;
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 890px;
    padding-top: 1px;
  }
  .zzy-qb .xmzt {
    color: #fff;
  }
  .zzy-qb-box {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
      border-radius: 10px;
    overflow: hidden;
  }
  .qb-left {
      background-color: #dcdcdc;
      box-shadow: 3px 8px 10px 1px 
          rgba(33, 36, 55, 0.7);
      border-radius: 10px;
    width: 510px;
    padding: 30px 60px 50px 25px;
  }
  .qb-right {
    padding: 30px 0;
    width: 490px;
    padding: 30px 25px 50px 60px;
  
  }
  .qb-title {
    display: inline-block;
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: bold;
      color: #000000;
    background-color: #ffffff;
      border-radius: 20px;
    line-height: 1;
    padding: 15px 35px;
    margin-left: 120px;
    margin-bottom: 10px;
  }
  .qb-right .qb-title {
    margin-left: 110px;
  }
  .qb-item {
    position: relative;
    margin-top: 20px;
    font-family: MicrosoftYaHei;
      font-size: 23px;
      line-height: 1.8;
      color: #000000;
    padding-bottom: 15px;
    border-bottom:  1px solid #242424;
  }
  .qb-left .qb-item::after {
    content: attr(data-type);
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: -95px;
    width: 75px;
      height: 75px;
    border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 2px 2px 3px 0px 
          rgba(159, 159, 162, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .zzy-type {
    display: flex;
    justify-content: space-between;
  }
  .zzy-type .zzy-type-item h3 {
      font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
    font-weight: bold;
      color: #242424;
    margin: 20px 0;
    text-align: center;
  }
  .zzy-type .zzy-type-item .zzy-type-item-info {
    width: 240px;
      background-color: #efefef;
    padding: 20px;
  }
  .zzy-type .zzy-type-item .zzy-type-item-info p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      line-height: 1.4;
      color: #242424;
    margin: 20px 0 0;
    height: 125px;
  }
  .zzy-yy {
    margin-top: 70px;
    padding-top: 1px;
  }
  .zzy-yy .xmzt {
    color: #fff;
  }
  .zzy-yy-info {
    display: flex;
    justify-content: space-evenly;
  }
  .zzy-yy-info .zzy-yy-info-item {
    width: 155px;
    text-align: center;
  }
  .zzy-yy-info .zzy-yy-info-item>p {
    background-color: #787b88;
    font-family: MicrosoftYaHei-Bold;
      font-size: 39px;
      font-weight: bold;
      color: #ffffff;
    padding: 30px 0;
    margin-bottom: 15px;
  }
  .zzy-yy-info .zzy-yy-info-item>p>span {
    font-size: 21px;
  }
  .zzy-yy-info .zzy-yy-info-item>span {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 36px;
      color: #ffffff;
  }
  .zzy-type .zzy-type-item1 {
    width: 240px;
  }
  .zzy-type .zzy-type-item1> h3 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      font-weight: bold;
      color: #242424;
    margin: 15px 0;
    text-align: center;
  }
  .zzy-type .zzy-type-item1>p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      line-height: 1.6;
      color: #242424;
    padding: 0 5px;
  }
  .zzy-ys {
    margin-top: 70px;
    background: url(https://www.akjkqyy.com/images/zt/csb/csbbg2.png) no-repeat center top;
    height: 1030px;
    box-sizing: border-box;
    color: #fff;
    padding-top: 1px;
  }
  .zzy-ys .xmzt {
    color: #fff;
  }
  .zzy-ys .xm_content {
    position: relative;
  }
  .zzy-ys .xm_content .zzy-ys-item {
    position: absolute;
    top: 3%;
    right: 0;
    border-radius: 10px;
      border: dashed 1px #ffffff;
    padding: 10px 15px;
    font-family: MicrosoftYaHei;
      font-size: 18px;
      line-height: 1.6;
      color: #ffffff;
    width: 725px;
  }
  .zzy-ys .xm_content .zzy-ys-item h4 {
    line-height: 1;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei-Bold;
      font-size: 22px;
      font-weight: bold;
      color: #ffffff;
  }
  .zzy-ys .xm_content .zzy-ys-item:nth-of-type(2) {
    width: 650px;
    top: 24%;
  }
  .zzy-ys .xm_content .zzy-ys-item:nth-of-type(3) {
    width: 615px;
    top: 44%;
  }
  .zzy-ys .xm_content .zzy-ys-item:nth-of-type(4) {
    width: 650px;
    top: 64%;
  }
  .zzy-ys .xm_content .zzy-ys-item:nth-of-type(5) {
    top: 84%;
  }
  .d-tit {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: MicrosoftYaHei;
      font-size: 33px;
    line-height: 1;
    padding: 15px;
    background-color: #d5e6ea;
    color: #666;
  }
  .d-tit span {
    font-weight: bold;
      color: #242424;
  }
  
  
  .yzzl-type {
    height: 650px;
    position: relative;
  }
  .yzzl-type>h3 {
    position: absolute;
    top: 25%;
    left: 46%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 20px;
      font-weight: bold;
      color: #242424;
  }
  .yzzl-type>h3:nth-of-type(2) {
    top: 42%;
    left: 27%;
  }
  .yzzl-type>h3:nth-of-type(3) {
    top: 42%;
    left: 65%;
  }
  .yzzl-type>h3:nth-of-type(4) {
    top: 59%;
    left: 8%;
  }
  .yzzl-type>h3:nth-of-type(5) {
    top: 59%;
    left: 46%;
  }
  .yzzl-type>h3:nth-of-type(6) {
    top: 59%;
    left: 83%;
  }
  .yzzl-type>h3:nth-of-type(7) {
    top: 76%;
    left: 27%;
  }
  .yzzl-type>h3:nth-of-type(8) {
    top: 76%;
    left: 66%;
  }
  .yzzl-type>h3:nth-of-type(9) {
    top: 92%;
    left: 46%;
  }
  .yzzl-yy {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 890px;
    box-sizing: border-box;
    padding: 40px 0;
    color: #fff;
  }
  .yzzl-yy .xm_content>p {
    font-family: MicrosoftYaHei;
      font-size: 28px;
      line-height: 1.6;
      color: #ffffff;
  }
  .yzzl-yy .xm_content>h4 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 40px 0;
  }
  .yzzl-yy-list {
    display: flex;
    justify-content: space-between;
  }
  .yzzl-yy-list .yzzl-yy-item {
    width: 220px;
  
  }
  .yzzl-yy-list .yzzl-yy-item .yzzl-yy-info {
    padding: 10px 10px 1px;
    background-color: #f0f0f0;
  } 
  .yzzl-yy-list .yzzl-yy-item .yzzl-yy-info p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      color: #242424;
    margin: 20px 0;
    text-align: center;
  }
  .yzzl-yy-list .yzzl-yy-item>p {
      font-family: MicrosoftYaHei;
      font-size: 20px;
      line-height: 1.6;
      color: #ffffff;
    margin: 20px 0;
  }
  .yzzl-yy-list>img {
    width: 24px;
      height: 21px;
    margin-top: 140px;
  }
  .yzzk-fw>p{
    font-family: MicrosoftYaHei;
      font-size: 28px;
      line-height: 1.6;
      color: #242424;
    margin: 40px 0;
  }
  .yzzk-fw-info {
    display: flex;
    justify-content: space-between;
  }
  .yzzk-fw-info>img {
    width: 395px;
    height: 395px;
  }
  .yzzk-fw-info-right {
    width: 550px;
  }
  .yzzk-fw-info-right .flexsb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .yzzk-fw-info-right .flexsb>span {
    width: 160px;
      height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
    margin-right: 20px;
      background-color: #f17eac;
  }
  .yzzk-fw-info-right .flexsb>p {
    width: 370px;
    font-family: MicrosoftYaHei;
      font-size: 28px;
      color: #242424;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yzzk-fw-info-right>p {
    font-family: MicrosoftYaHei;
      font-size: 26px;
      line-height: 1.6;
      color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .yzzk-fw .csbfwSwiper .swiper-pagination-bullet {
    background-color: #373737;
  }
  .yxjz-type {
    position: relative;
    height: 490px;
  }
  .yxjz-type>h4 {
    position: absolute;
    left: 9%;
    top: 39%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      font-weight: bold;
      color: #2b2b2b;
  }
  .yxjz-type>h4:nth-of-type(2) {
    left: 35%;
  }
  .yxjz-type>h4:nth-of-type(3) {
    left: 60%;
  }
  .yxjz-type>h4:nth-of-type(4) {
    left: 85%;
  }
  .yxjz-type>h4:nth-of-type(5) {
    top: 90%;
    left: 32%;
  }
  .yxjz-type>h4:nth-of-type(6) {
    top: 90%;
    left: 58%;
  }
  .yxjz-info {
    position: relative;
    margin-top: 70px;
    background: url(https://www.akjkqyy.com/images/zt/csb/csbbg2.png) no-repeat center top;
      height: 920px;
      box-sizing: border-box;
      color: #fff;
      padding-top: 1px;
  }
  .yxjz-info .xmzt {
    color: #fff;
  }
  .yxjz-info .xm_content>p {
      font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.6;
      color: #ffffff;
  }
  .yxjz-info h4 {
    position: absolute;
    left: 0;
    top: 62%;
    width: 115px;
      height: 115px;
      border: solid 1px #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      line-height: 30px;
      color: #dddddd;
    text-align: center;
  }
  .yxjz-info h4:nth-of-type(2) {
    left: 10%;
    top: 37%;
  }
  .yxjz-info h4:nth-of-type(3) {
    left: 50%;
    top: 31%;
  }
  .yxjz-info h4:nth-of-type(4) {
    left: 85%;
    top: 45%;
  }
  .yxjz-info h4:nth-of-type(5) {
    left: 87%;
    top: 65%;
  }
  .yxjz-ys {
    text-align: center;
  }
  .yxjz-ys-item {
    width: 810px;
    height: 110px;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    display: flex;
    margin:0 95px 20px;
  }
  .yxjz-ys-item1 {
    position: relative;
    width: 240px;
    background-color: #11172d;
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
      line-height: 110px;
      color: #ffffff;
  }
  .yxjz-ys-item1::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 41%;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background-color: #11172d;
  
  }
  .yxjz-ys-item2 {
    flex: 1;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 110px;
      color: #2b2b2b;
  }
  .yxjz-step {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 890px;
    box-sizing: border-box;
    padding: 1px 0 40px;
  }
  .yxjz-step .xmzt {
    color: #fff;
  }
  .yxjz-step h5 {
    left: 4%;
  }
  .yxjz-step h5:nth-of-type(2) {
    left: 31%;
  }
  .yxjz-step h5:nth-of-type(3) {
    left: 53%;
  }
  .yxjz-step h5:nth-of-type(4) {
    left: 82%;
  }
  .yxjz-step h5:nth-of-type(6) {
    left: 35%;
  }
  .yxjz-step h5:nth-of-type(7) {
    left: 57%;
  }
  .yxjz-types {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yxjz-types-item {
    position: relative;
  
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .yxjz-types-item img {
    width: 215px;
      height: 215px;
    z-index: 3;
  
  }
  .yxjz-types-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
      height: 180px;
    background-color: #eeeeee;
      box-shadow: -1px 1px 7px 0px 
          rgba(148, 147, 147, 0.7);
      z-index: 0;
    transform-origin: left bottom;
    transform: rotate(-10deg);
  }
  .yxjz-types-item .yxjz-types-item-info {
    width: 235px;
  }
  .yxjz-types-item .yxjz-types-item-info h5 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 23px;
    margin-bottom: 10px;
      font-weight: bold;
      color: #242424;
  }
  .yxjz-types-item .yxjz-types-item-info p {
    font-family: MicrosoftYaHei;
      font-size: 23px;
      line-height: 1.4;
      color: #242424;
  }
  .yctm>p {
  
    font-family: MicrosoftYaHei;
      font-size: 28px;
      line-height: 1.6;
      color: #242424;
  }
  .yctm  .flexsb{
    display: flex;
    justify-content: space-between;
  }
  .yctm  .flexsb .yctm-types-item  {
    width: 320px;
  }
  .yctm  .flexsb .yctm-types-item h5 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 27px;
      font-weight: bold;
      color: #242424;
    margin: 20px 0;
    text-align: center;
  }
  .yctm  .flexsb .yctm-types-item p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.4;
      color: #242424;
  }
  .b {
    width: 150px;
  }
  .flexsb .a {
    padding: 10px 15px 10px 50px;
    width: 830px;
      height: 130px;
    background: url(https://www.akjkqyy.com/images/zt/yctm/yctm9.png) no-repeat ;
    background-size: 100% 100%;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.4;
      color: #242424;
  }
  .yctm-type>h3:nth-of-type(2) {
    top: 42%;
    left: 28%;
  }
  .yctm-type>h3:nth-of-type(3) {
    top: 42%;
    left: 66%;
  }
  .yctm-type>h3:nth-of-type(4) {
    top: 59%;
    left: 8%;
  }
  .yctm-type>h3:nth-of-type(5) {
    top: 59%;
    left: 47%;
  }
  .yctm-type>h3:nth-of-type(6) {
    top: 59%;
    left: 84.5%;
  }
  .yctm-type>h3:nth-of-type(7) {
    top: 76%;
    left: 28%;
  }
  .yctm-type>h3:nth-of-type(8) {
    top: 76%;
    left: 66%;
  }
  .yctm-type>h3:nth-of-type(9) {
    top: 92%;
    left: 46%;
  }
  .yctm-pp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yctm-pp-item {
      width: 320px;
      height: 370px;
      background-color: #e7e4e5;
    margin-bottom: 30px;
  }
  .yctm-pp-item h5 {
    white-space: nowrap;
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      color: #242424;
    margin: 30px 0;
    text-align: center;
  }
  .orangr {
    width: 175px;
      height: 50px;
      background-color: #fea71d;
      border-radius: 10px;
    line-height: 50px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .yctm-pp-item p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.8;
      color: #242424;
    text-align: center;
    padding-top: 130px;
    cursor: pointer;
  }
  .yctm-ld {
    padding-top: 50px;
    height: 890px;
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .yctm-ld .xm_content {
    position: relative;
  }
  .ld-text {
    position: absolute;
    top: 27%;
    left: 2.5%;
    text-align: center;
    width: 240px;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      line-height: 1.4;
      color: #242424;
  }
  .ld-text:nth-of-type(2) {
    left: 38%;
  }
  .ld-text:nth-of-type(3) {
    left: 73%;
  }
  .ld-text:nth-of-type(4) {
    top: 64%;
    left: 20.5%;
  }
  .ld-text:nth-of-type(5) {
    top: 64%;
    left: 55.5%;
  }
  .yctm-step {
    background-image: none;
  }
  .yctm-step .xmzt {
    color: #000000;
  }
  .yctm-step h5 {
    color: #000000;
  }
  
  .bkzz-b {
    position: relative;
    height: 430px;
  }
  .bkzz-b>h5 {
    position: absolute;
    left: 10%;
    top: 8%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 26px;
      font-weight: bold;
      color: #242424;
  }
  .bkzz-b>h5:nth-of-type(2) {
    left: 82.5%;
  }
  .bkzz-b>h5:nth-of-type(3) {
    top: 57%;
  }
  .bkzz-b>h5:nth-of-type(4) {
    left: 82.5%;
    top: 57%;
  }
  .bkzz-b>p {
    position: absolute;
    left: 1%;
    top: 20%;
      width: 245px;
      font-family: MicrosoftYaHei;
      font-size: 22px;
      line-height: 1.8;
      letter-spacing: 0px;
      color: #242424;
  }
  .bkzz-b>p:nth-of-type(2) {
    left: 74%;
  }
  .bkzz-b>p:nth-of-type(3) {
    top: 68%;
  }
  .bkzz-b>p:nth-of-type(4) {
    top: 68%;
    left: 74%;
  }
  .bkzz-js {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 590px;
    box-sizing: border-box;
    padding: 100px 0 40px;
    color: #fff;
  }
  .bkzz-js .xm_content>img {
    width: 420px;
  }
  .bkzz-js .xm_content>p {
    width: 520px;
      font-family: MicrosoftYaHei;
      font-size: 24px;
    line-height: 1.6;
      color: #ffffff;
  }
  .bkzz-c {
    position: relative;
    height: 405px;
    overflow: hidden;
  }
  .bkzz-c>p {
    position: absolute;
    top: 0%;
    left: 10.5%;
    width: 345px;
    font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 2;
      color: #242424;
  }
  .bkzz-c>p:nth-of-type(2n) {
    left: 66%;
  }
  .bkzz-c>p:nth-of-type(3), .bkzz-c>p:nth-of-type(4){
    top: 36%;
  }
  .bkzz-c>p:nth-of-type(5), .bkzz-c>p:nth-of-type(6){
    top: 73%;
  }
  .bkzz-type {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbgb3.png) no-repeat center top;
    height: 580px;
    box-sizing: border-box;
    padding: 80px 0 40px;
    color: #fff;
  }
  .bkzz-type .xm_content {
    display: flex;
    justify-content: space-between;
  }
  .bkzz-type .bkzz-type-item {
    width: 220px;
  }
  .bkzz-type .bkzz-type-item p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 0px;
      color: #ffffff;
    text-align: center;
    margin: 30px 0;
  }
  .bkzz-d>p {
    font-family: OPPOSans-M;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.6;
    margin-bottom: 60px;
  }
  .bkzz-d-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bkzz-d-box .bkzz-d-item {
    margin-bottom: 30px;
    width: 480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bkzz-d-box .bkzz-d-item img {
    width: 195px;
      height: 154px;
  }
  .bkzz-d-box .bkzz-d-item .bkzz-d-info {
    width: 260px;
  }
  .bkzz-d-box .bkzz-d-item .bkzz-d-info h4 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      font-weight: bold;
    margin-bottom: 5px;
  }
  .bkzz-d-box .bkzz-d-item .bkzz-d-info p {
    font-family: MicrosoftYaHei;
      font-size: 20px;
      line-height: 1.4;
  }
  .bkzz-step {
    position: relative;
    height: 406px;
  }
  .bkzz-step h4 {
    position: absolute;
    left: 5%;
    top: 38%;
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 0px;
      color: #242424;
  }
  .bkzz-step h4:nth-of-type(2){
    left: 30%;
  }
  .bkzz-step h4:nth-of-type(3){
    left: 56%;
  
  }
  .bkzz-step h4:nth-of-type(4){
    left: 84%;
  
  }
  .bkzz-step h4:nth-of-type(5){
    top: 91%;
    left: 2%;
  
  }
  .bkzz-step h4:nth-of-type(6){
    top: 91%;
    left: 30%;
  
  }
  .bkzz-step h4:nth-of-type(7){
    top: 91%;
    left: 56%;
  
  }
  .bkzz-step h4:nth-of-type(8){
    top: 91%;
    left: 86%;
  
  }
  
  
  .kcy .xmzt,
  .kcy-pp .xmzt{
    color: #fff;
    margin: 60px auto;
  }
  .kcy-type {
    position: relative;
    height: 500px;
  }
  .kcy-type h4 {
    position: absolute;
    left: 6%;
    top: 38%;
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
      font-weight: bold;
      color: #ffffff;
  }
  .kcy-type h4:nth-of-type(2) {
    left: 32%;
  }
  .kcy-type h4:nth-of-type(3) {
    left: 58%;
  }
  .kcy-type h4:nth-of-type(4) {
    left: 84%;
  }
  .kcy-type h4:nth-of-type(5) {
    left: 19%;
    top: 90%;
  }
  .kcy-type h4:nth-of-type(6) {
    left: 45%;
    top: 90%;
  }
  .kcy-type h4:nth-of-type(7) {
    left: 69%;
    top: 90%;
  }
  .kcy-why {
    position: relative;
    height: 550px;
  }
  .why-info {
    position: absolute;
    width: 260px;
    left: 3%;
    top: 14%;
  }
  .why-info:nth-of-type(2){
    left: 37%;
  }
  .why-info:nth-of-type(3){
    left: 71%;
  }
  .why-info:nth-of-type(4){
    top: 66%;
    left: 20%;
  }
  .why-info:nth-of-type(5){
    top: 66%;
    left: 54%;
  }
  .why-info>h5 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: bold;
      color: #343434;
    text-align: center;
  }
  .why-info>p {
    text-align: center;
  
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0px;
      color: #343434;
  }
  .kcy-ld {
    background-image: none;
  }
  .kcy-ld .ld-text {
    top: 22%;
  }
  .kcy-ld .ld-text:nth-of-type(5),
  .kcy-ld .ld-text:nth-of-type(4) {
    top: 63%;
  }
  .kcy-pp {
    background: url(https://www.akjkqyy.com/images/zt/csb/csbbg2.png) no-repeat center top;
    height: 1030px;
    box-sizing: border-box;
    padding: 1px 0 0;
    color: #fff;
  }
  .kcy-name {
    display: flex;
    justify-content: center;
  }
  .kcy-name .name-item {
    width: 253px;
      height: 61px;
      background-color: #ffffff;
      border-radius: 8px;
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: bold;
    line-height: 61px;
    text-align: center;
      color: #2b2b2b;
    margin: 0 30px;
    cursor: pointer;
  }
  .kcy-name .active {
    background-color: #f17fb2;
    color: #fff;
  }
  .kcy-good-list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .kcy-good-item {
    width: 235px;
    padding: 20px 0 30px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
  }
  .kcy-good-item img {
    width: 80%;
  }
  .kcy-good-item h3 {
    text-align: center;
    white-space: nowrap;
    font-family: MicrosoftYaHei-Bold;
      font-size: 24px;
    font-weight: bold;
      color: #2b2b2b;
    margin: 20px 0;
  }
  .kcy-good-item>a {
    background-color: #f9b300;
      border-radius: 6px;
    padding: 8px 20px;
    font-family: MicrosoftYaHei;
      font-size: 22px;
    color: #fff;
  }
  .fff .type-list .type-item,
  .fff .xmzt,
  .fff .type-list {
     color: #fff;
  }
  .jsjz-ys {
    position: relative;
    height: 550px;
    margin: 20px 0;
  }
  .jsjz-ys>h3 {
    position: absolute;
    left: 49%;
    top: 42%;
    transform: translateX(-50%);
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 3px;
      color: #e34986;
  }
  .jsjz-ys-item {
    position: absolute;
    left: 4%;
    top: -1%;
    width: 230px;
  }
  .jsjz-ys-item:nth-of-type(2) {
    left: 73%;
  }
  .jsjz-ys-item:nth-of-type(3) {
    top: 79%;
  }
  .jsjz-ys-item:nth-of-type(4) {
    top: 79%;
    left: 73%;
  }
  .jsjz-ys-item h5 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 23px;
      font-weight: 700;
      color: #242424;
    margin-bottom: 10px;
  }
  .jsjz-ys-item p {
    font-family: MicrosoftYaHei;
      font-size: 23px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0px;
      color: #242424;
  }
  .xm_box .jsjz-type {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .jsjz-type .jsjz-type-item {
    width: 175px;
    
  }
  .jsjz-type .jsjz-type-item p {
    text-align: center;
    margin-top: 20px;
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
  }
  .jsjz-bh {
    width: 290px;
    padding: 30px 20px;
    background-color: #e5e5e5;
    text-align: center;
    border-radius: 200px 200px 0 0;
  }
  .jsjz-bh>img {
    width: 175px;
  }
  .jsjz-bh h5 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: 700;
    margin: 25px 0;
      color: #242424;
  }
  .jsjz-bh p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0px;
      color: #242424;
    text-align: left;
  }
  .jsjz-time {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
  }
  .jsjz-times {
    width: 300px;
  }
  .jsjz-times h3{
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: 700;
    text-align: center;
      color: #ffffff;
  }
  .jsjz-times img {
    margin: 30px 0;
  }
  .jsjz-times p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0px;
      color: #ffffff;
  }
  .jsjz-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .jsjz-d img {
    width: 165px;
  }
  .d-text {
    width: 815px;
      height: 140px;
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: 0px;
      color: #242424;
    padding: 15px 20px 20px 85px;
    background-image: url(https://www.akjkqyy.com/images/zt/jsjz/js14.png);
    background-size: 100% 100%;
  }
  .jsjz-why .xmzt {
    color: #fff;
  }
  .jsjz-why-f {
    display: flex;
    justify-content: space-between;
    padding: 30px 70px 0 20px;
    height: 215px;
    background-color: #fff;
    border-radius: 0 250px 250px 0 ;
    margin-bottom: 40px;
  }
  .jsjz-why-f img {
    width: 235px;
    height: 162px;
  }
  .why-f-text {
    width: 560px;
  
  }
  .why-f-text h3 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 30px;
      font-weight: 700;
      color: #242424;
    margin-bottom: 15px;
  }
  .why-f-text p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: 0px;
      color: #242424;
  }
  .jk {
    display: flex;
    justify-content: space-between;
  }
  .jk>img {
    width: 370px;
  }
  .jk .jk-txt {
    flex: 1;
  }
  .jk .jk-txt p {
    font-family: MicrosoftYaHei;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.8;
      letter-spacing: 0px;
      color: #242424;
  }
  .jk-type {
    display: flex;
    justify-content: space-between;
  }
  .jk-type-item {
    padding: 20px 15px;
    width: 235px;
    background-color: #f4f5f5;
    margin-bottom: 40px;
  
  }
  .jk-type-item h3 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 22px;
      font-weight: 700;
    text-align: center;
      color: #242424;
    margin: 20px 0 15px;
  }
  .jk-type-item p {
    font-family: MicrosoftYaHei;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.8;
      letter-spacing: 0px;
      color: #242424;
    text-align: center;
    margin-bottom: 10px;
  }
  .jk-people {
    position: relative;
  }
  .jk-people .people-i {
    position: absolute;
    left: 25px;
    top: 30px;
    width: 260px;
  }
  .jk-people .people-i h6 {
    font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
    margin-bottom: 20px;
      color: #242424;
  }
  .jk-people .people-i p {
    font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.8;
      letter-spacing: 0px;
      color: #242424;
  }
  .jk-people>p {
    width: 80%;
    margin: 40px 10%;
      font-family: MicrosoftYaHei;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #242424;
      text-align: center;
  }
  .jk-s>p {
    font-family: MicrosoftYaHei;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.8;
      letter-spacing: 0px;
      color: #ffffff;
    margin: 50px 0;
  }
  .jk-ss {
    position: relative;
    margin-bottom: 40px;
  }
  .jk-ss>h3 {
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
      font-family: MicrosoftYaHei-Bold;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      color: #242424;
  }
  .jk-ss>p {
    position: absolute;
    left: 60px;
    top: 323px;
      font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      color: #242424;
  }
  .jk-ss>p:nth-of-type(2) {
    left: 315px;
  }
  .jk-ss>p:nth-of-type(3) {
    left: 585px;
  }
  .jk-ss>p:nth-of-type(4) {
    left: 825px;
  }
  .jk-ss>p:nth-of-type(5) {
    left: 70px;
    top: 648px;
  }
  .jk-ss>p:nth-of-type(6) {
    top: 648px;
    left: 325px;
  }
  .jk-ss>p:nth-of-type(7) {
    top: 648px;
  
    left: 600px;
  }
  .jk-ss>p:nth-of-type(8) {
    top: 648px;
    left: 820px;
  }
  
  .jk-ys-item {
    position: absolute;
    top: 4%;
    right: 0;
    border-radius: 10px;
      /* border: dashed 1px #ffffff; */
    padding: 10px 15px;
    font-family: MicrosoftYaHei;
      font-size: 18px;
      line-height: 1.6;
    color: #242424;
    width: 725px;
  }
   .jk-ys-item h4 {
    line-height: 1;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei-Bold;
      font-size: 22px;
      font-weight: bold;
    color: #242424;
  }
  .jk-ys-item:nth-of-type(2) {
    width: 650px;
    top: 23%;
  }
  .jk-ys-item:nth-of-type(3) {
    width: 615px;
    top: 42.5%;
  }
  .jk-ys-item:nth-of-type(4) {
    width: 650px;
    top: 61%;
  }
  .jk-ys-item:nth-of-type(5) {
    top: 80.5%;
  }