
/* 首页头部二维码 */
.jy_banner_code_box {
    display: flex;
    position: absolute;
    left: 0;
    top: 175px;
    text-align: center;
    color: white;
    font-size: 17px;
    z-index: 99;
    animation: banner_span_animation 5s alternate infinite;
}

.jy_banner_code_item {
    display: flex;
    margin-right: 61px;
    flex-direction: column;
}

.jy_banner_code_item_img {
    width: 124px;
}

.jy_banner_code_item_name {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

.jy_banner_code_item_sub {
    font-size: 14px;
}

@-webkit-keyframes banner_span_animation {
    /* from {
        text-shadow: 0 0 5px #7c9fae, 0 0 5px #7c9fae, 0 0 5px #7c9fae, 0 0 5px skyblue, 0 0 5px skyblue, 0 0 5px rgb(80, 189, 233);
    }

    to {
        text-shadow: 0 0 2px #7c9fae, 0 0 2px #7c9fae, 0 0 2px #7c9fae, 0 0 2px skyblue, 0 0 2px skyblue, 0 0 2px rgb(80, 189, 233);
    } */
}


.jw_container {
    padding: 0;
    border-color: transparent;
    border-width: 0;
    display: block;
    margin-top: 9px;
}

/* Centered Text Styles */
.jw_centered_text {
    text-align: center;
    margin-top: 10px;
}

/* Large Text Styles */
.jw_large_text {
    line-height: 140%;
    font-size: 24px;
    color: rgb(67, 67, 67);

    letter-spacing: 4px;
}

/* Small Text Styles */
.jw_small_text {
    font-size: 14px;
    color: rgb(204, 204, 204);
}

/* Separator Styles */
.jw_separator {
    padding: 0;
    border-color: transparent;
    border-width: 0;
    overflow: hidden;
    width: 30px;
    height: 33px;
    margin: 0 auto;
    padding-top: 14px;
}

/* Yellow Line Styles */
.jw_yellow_line {
    border-top: 3px solid #fbc021;
}



.jw_index_show {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}

.jw_index_show_item {
    background: rgb(247, 247, 247);
    width: 184px;
}

.jw_index_show_title {
    font-weight: bold;
    margin: 5px 0 19px;
    font-size: 20px;
    color: #499cd8;
}

.jw_index_show_img {
    width: 112px;
    margin-top: 2px;
}

#jy_index_friend_box .box {
    margin: 0px 0px;
    margin-left: 30px;
    margin-right: 30px;
}

#jy_index_friend_box .imgtitle {
    line-height: 140%;
    padding-left: 1px;
    font-family: SimSun;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-style: normal;
}

#jy_index_friend_box .box {
    background-color: transparent;
}

.jw_index_company_title_box {
    width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0px;
  }

  #jw_index_introduce {
    height: 200px;
    width: 100%;
    background: white;

  }
  .jw_index_introduce_box {
    display: flex;
    margin-left: 400px;
    width: 800px;
    justify-content: space-around;
    margin-top: 26px;
  }
  .jw_index_introduce_item{
    text-align: center;
}
  .jw_index_introduce_img{

  }
  .jw_index_introduce_name{
    margin: 20px 0 10px 0;
    font-size: 17px;
  }
  .jw_index_introduce_eng{
    color: #abccdb;
  }

  #jy_index_scroll .box {
    margin: 0px 0px;
    margin-left: 12px;
    margin-right: 13px;
  }
  #jy_index_scroll .imgtitle {
    line-height: 140%;
    padding-left: 1px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    width: 280px;
    margin-top: 22px;
  }
  #jy_index_scroll .box {
    background-color: transparent;
  }

  #jy_index_scroll{
    width: 1200px;
    height: 300px;
    background: rgb(247, 247, 247);
    padding: 0 20px;
  }

  .jy_index_scroll_title{
    text-align: center;
    padding: 24px 0 16px;
    font-size: 15px;
    color: rgb(204, 204, 204);
  }
  .jy_index_scroll_content{
    overflow: hidden; border-color: transparent; border-width: 0px; width: 1200px; height: 300px
  }