/*jw_common_header_navigation*/
#jy_common_header_menu,
#jy_common_header_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#jy_common_header_menu {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background-position: top left;
    background-repeat: repeat-x;
    background-color: transparent;
    line-height: 50px;
    height: 50px;
}

#jy_common_header_menu li.wp_subtop {
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat;
    width: auto !important;
}

#jy_common_header_menu li.wp_subtop:hover {
    text-align: center;
    background-color: transparent;
    background-position: top left;
    height: 50px;
    line-height: 50px;
    background-repeat: repeat-x;
}

#jy_common_header_menu li.wp_subtop>a {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: block;
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#jy_common_header_menu li.wp_subtop>a:hover {
    color: #333333;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

#jy_common_header_menu ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 38px;
    left: -9999px;
    background-repeat: repeat;
    background-color: transparent;
    background-position: top left;
    padding-bottom: 3px;
    padding-top: 3px;
}

#jy_common_header_menu ul li {
    text-align: center;
    float: left;
    background-color: #fbfbfb;
    background-position: top left;
    background-repeat: repeat;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}

#jy_common_header_menu ul li:hover {
    text-align: center;
    background-position: top left;
    background-repeat: repeat;
    background-color: #2f2f2f;
    height: 25px;
    line-height: 25px;
}

#jy_common_header_menu ul li a {
    white-space: nowrap;
    color: #666666;
    text-align: center;
    float: left;
    display: block;
    padding: 0 10px 0 10px;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#jy_common_header_menu ul li a:hover {
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 10px 0 10px;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#jy_common_header_menu li ul.floatRight li {
    float: right;
}

#jy_common_header_menu {
    height: 54px;
}

#jy_common_header_menu li.wp_subtop {
    height: 54px;
}

#jy_common_header_menu li.wp_subtop {
    line-height: 54px;
}

#jy_common_header_menu {
    background-color: transparent;
}

#jy_common_header_menu {
    background: ;
}

#jy_common_header_menu li.wp_subtop>a {
    font-family: Microsoft YaHei;
}

#jy_common_header_menu li.wp_subtop>a:hover {
    color: #ffffff;
}

#jy_common_header_menu li.wp_subtop>a:hover {
    font-family: Microsoft YaHei;
}

#jy_common_header_menu li.wp_subtop:hover {
    height: 54px;
}

#jy_common_header_menu li.wp_subtop:hover {
    line-height: 54px;
}

#jy_common_header_menu li.wp_subtop:hover {
    background-position: center center;
}

#jy_common_header_menu li.wp_subtop:hover {
    background-repeat: no-repeat;
}

#jy_common_header_menu li.wp_subtop:hover {
    background: transparent;
}

#jy_common_header_menu li.wp_subtop:hover {
    background-color: #1e374c;
}

#jy_common_header_menu {
    padding-left: 0px;
    padding-right: 0px;
}


.jy_code_box {
    display: flex;
    position: absolute;
    right: 0;
    top: 41px;
    text-align: center;
    color: white;
    font-size: 17px;
}

.jy_code_item {
    display: flex;
    margin-left: 38px;
    flex-direction: column;
}

.jy_code_item_img {
    width: 105px;
}

.jy_code_item_name {
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
}

.jy_code_item_sub {
    font-size: 14px;
    display: none;
}


/* jw-side */
.jw-side {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 50px;
    top: 30vh;
    z-index: 999;
}

.jw-side ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
    display: inline;
}

.jw-side ul li .jw-sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: rgb(1, 74, 144);
    color: #fff;
    font: 16px/50px "微软雅黑";
    overflow: hidden;
}

.jw-side ul li a:hover .jw-sidebox {
    width: 175px;
}

.jw-side ul li .jw-code {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: rgb(133, 199, 237);
    color: #fff;
    font: 16px/50px "微软雅黑";
    overflow: hidden;
    display: flex;
}

.jw-side ul li .jw-code:hover {
    background: rgb(1, 74, 144);
}

.jw-side ul li .jw-top {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: rgb(133, 199, 237);
    color: #fff;
    font: 16px/50px "微软雅黑";
    overflow: hidden;
    display: flex;
}

.jw-side ul li .jw-top:hover {
    background: rgb(1, 74, 144);
}

.jw-side ul li .jw-sidetop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.jw-side ul li .jw-sidetop:hover {
    background: rgb(133, 199, 237);
}

.jw-side ul li img {
    float: right;
}

/* 手机开始 */
@media screen and (max-width: 768px) {
    .jw-side {
        display: none;
    }
}

/* 公用标题 */
/* .jy_common_title {
    margin: 40px 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jy_common_title .name-title {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    width: 122px;
    display: block;
    font-size: 36px;
}

.jy_common_title .name-text {
    font-size: 16px;
    color: rgb(34, 34, 34);
}

.jy_common_title .subName-title {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 42px;
    width: 248px;
    display: block;
    margin-top: 10px;
}

.jy_common_title .subName-text {
    font-size: 28px;
    color: rgb(217, 217, 217);
} */

.jy_quick_box {
    display: flex;
    position: absolute;
    right: 0;
    top: 22px;
    text-align: center;
    color: #005299;
    font-size: 17px;
}

.jy_quick_item {
    display: flex;
    margin-left: 34px;
    flex-direction: row;
    align-items: center;
}

.jy_quick_item_img {
    height: 44px;
}

.jy_quick_item_name {
    font-weight: bold;
    font-size: 18px;
    margin: 6px;
}

.jy_quick_item_sub {
    font-size: 14px;
}


@-webkit-keyframes shining2 {
    from {
        text-shadow: 0 0 10px #2688de, 0 0 10px #2688de, 0 0 10px #2688de, 0 0 10px skyblue, 0 0 10px skyblue, 0 0 10px skyblue;
    }

    to {
        text-shadow: 0 0 5px #2688de, 0 0 5px #2688de, 0 0 10px #2688de, 0 0 10px skyblue, 0 0 10px skyblue, 0 0 10px skyblue;
    }
}

.jw_common_search {
    display: flex;
    background: rgb(247, 247, 247);
    padding: 20px 15px;
    font-size: 17px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-top: 30px;
    -webkit-animation: shining2 0.5s alternate infinite;
    animation: shining2 0.5s alternate infinite;
    color: white;
}

.jw_common_search_input {
    background-color: white;
    height: 33px;
    width: 227px;
    border: 0;
    border-radius: 2px;
    margin-right: 8px;
}

@-webkit-keyframes shining {
    from {
        text-shadow: 0 0 10px #005299, 0 0 20px #005299, 0 0 30px #005299, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
    }

    to {
        text-shadow: 0 0 5px #005299, 0 0 10px #005299, 0 0 15px #005299, 0 0 20px skyblue, 0 0 25px skyblue, 0 0 30px skyblue;
    }
}

.jw_common_search_box {
    -webkit-animation: shining 0.5s alternate infinite;
    animation: shining 0.5s alternate infinite;
}

.jw_common_search_button {
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    background: #2688de;

}


.jyw_header {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    font-size: 21px;
    position: relative;
    border-bottom: 1px solid #009ddd;
    /* height: 134px; */
}

.jyw_header_logo {
    width: 193px;
    margin-top: 8px;
}

.jyw_header_right {
    display: flex;
    flex-direction: column;
}

.jyw_header_contact {
    display: flex;
    justify-content: flex-end;
}

.jyw_header_contact_item {
    display: flex;
    padding: 16px 10px;
    margin-left: 20px;
    line-height: 23px;
}

.jyw_header_contact_img {
    margin-right: 10px;
    border: 1px solid #cccccc;
    padding: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.jyw_header_contact_box {
    margin-top: 6px;
}

.jyw_header_contact_label {
    font-size: 13px;
    color: #bfbcbc;
}

.jyw_header_contact_value {
    margin-top: 5px;
}

.jyw_header_menu {
    display: flex;
    background: #004f97;
    color: white;
    position: relative;
    height: 100px;
    padding: 0 20px;
}

.jyw_header_menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 52px;
    height: 101px;
    background-color: white;
    transform: skew(160deg);
    z-index: 5;
}

.jyw_header_menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 46px;
    height: 101px;
    background-color: white;
    transform: skew(20deg);
    z-index: 3;
}

.jyw_header_menu_a {
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    left: 0;
}

.jyw_header_item {
    width: 108px;
    /* width: 100px; */
    text-align: center;
    position: relative;
    padding: 0 2px 0 10px;
}

.jyw_header_item_active {
    position: relative;
}

.jyw_header_item_active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    width: 116px;
    height: 100px;
    background-color: #6cabe6;
    transform: skew(160deg);
    z-index: 3;
}

.jyw_header_menu .jyw_header_item_active:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 48px;
    height: 100px;
    background-color: #6cabe6;
    transform: skew(20deg);
    z-index: 0;
}

.jyw_header_menu_img {
    width: 60px;
    height: 60px;
    background-image: url(https://jiayun-1320124959.cos.ap-guangzhou.myqcloud.com/pc/static/images/menu.png);
    background-size: 264px 418px;
    margin-left: 23px;
    margin-bottom: 12px;
}

.jyw_header_item_name {
    color: white;
    font-size: 16px;
    margin-top: 2px;
}

.jy_heng {
    position: relative;
    background: linear-gradient(to right, #004f97, #4d9fd5, #004f97);
    color: white;
    height: 135px;
    margin-top: 55px;
  }

  .jy_heng_img {
    position: absolute;
    height: 177px;
    bottom: 0;
    left: 25px;
  }

  .jy_heng_img_welcome {
    position: absolute;
    height: 180px;
    bottom: 0px;
    right: 10px;
  }

  .jy_heng_box {
    margin-left: 200px;
    display: flex;
  }

  .jy_heng_font {
    padding: 33px 20px 0 20px
  }

  .jy_heng_font_top {
    font-size: 28px;
    font-weight: bold;
  }

  .jy_heng_font_bottom {
    background: white;
    float: left;
    color: #4d9fd5;
    padding: 0 12px;
    margin-top: 25px;
    font-size: 23px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
  }

  .jy_heng_span{
    font-size: 49px;
    padding-top: 57px;
    font-weight: bold;
    letter-spacing: 12px;
  }

  .jy_heng_line{
    width: 8px;
    background: white;
    margin: 0 20px;
    margin-top: 25px;
  }

  .jy_heng_icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0px;
  }

  .jy_heng_item {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-right: 49px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    /* border: 1px solid white; */
  }

  .jy_heng_item_icon {
    width: 108px;
    transition: transform 0.5s ease-in-out;
    /* 添加平滑的过渡效果 */
  }

  .jy_heng_item_icon:hover {
    /* transform: rotate(360deg);  */
    /* 在:hover时进行360度旋转 */
    /* transform: translateX(-5px); */
  }

  .jy_heng_item_icon:hover {
    /* transform: translateX(2px); */
  }

  .jy_heng_item_span {
    color: white;
    display: block;
    font-size: 19px;
    position: absolute;
    width: 113px;
    text-align: center;
    bottom: -7px;
    font-weight: bold;
  }