/* 菜单样式 */
.box_36 {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    /*left: 0;*/
    top: -1px;
    width: 100%;
    height: 80px;
    justify-content: flex-center;
    z-index: 500;
}

.text_111 a {
    height: 80px !important;
}

.group_72 {
    position: relative;
    width: 1160px;
    height: 500px;
    margin: 80px auto 0 auto;
}

.group_721 {
    position: relative;
    width: 1160px;
    height: 716px;
    margin: 80px auto 0 auto;
}

.group1_72{
    width: 1160px;
    margin: 0 auto;
}

.box_71 {
    width: 1160px;
    height: 438px;
    /*margin: 120px 0 0 103px;*/
}

.image-text_85 {
    position: relative;
    width: 497px;
    height: 114px;
    margin: 24px 0 0 54px;
}

.image-text_86 {
    position: relative;
    width: 497px;
    height: 114px;
}

.image-text_87 {
    width: 497px;
    height: 114px;
}

.thumbnail_11 {
    width: 18px;
    height: 18px;
    margin-top: 87px;
}

.paragraph_5 {
    width: 471px;
    height: 114px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.section_6 {
    background-color: rgba(24, 81, 224, 1);
    border-radius: 28px 0px 0px 28px;
    width: 580px;
    height: 438px;
    justify-content: flex-center;
}

.page a {
    text-decoration: none;
}

.nav-container{
    width: 1160px;
    margin: 0 auto;
}

.nav-container .nav-item{
    float: left;
    display: flex;
}

.text_111 {
    width: 120px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    /*margin: 0 0 0 30px;*/
}

.group_26 {
    background-color: rgba(36, 99, 235, 1);
    border-radius: 8px;
    width: 154px;
    height: 46px;
    margin: 17px 52px 0 0;
    cursor: pointer;
}

.group_26:hover{
    background-color: #4D8AFF;
}

.thumbnail_15 {
    width: 13px;
    height: 12px;
    margin: 17px 16px 0 11px;
}

.text_114 {
    width: 101px;
    height: 21px;
    color: #fff;
    overflow-wrap: break-word;
    font-size: 18px;
    text-transform: uppercase;
    font-family:  'Karla', sans-serif;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 21px;
    margin: 12px auto 0 10px;
}

.text_1114 a{

}

.group_login{
    background-color: #fff;
    border-radius: 8px;
    width: 154px;
    height: 80px;
    margin: 0 0 0 80px;
    cursor: pointer;
}

.text_1144 {
    width: 101px;
    height: 80px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 80px;
}

.text_1144 a{
    color: rgba(2, 8, 66, 1);
}

.text_1144 a:hover{
    color: rgba(36, 99, 235, 1);
}

.thumbnail_14 {
    width: 11px;
    height: 6px;
    margin: 10px 0 0 12px;
}

.text_105 {
    width: 150px;
    height: 34px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    margin: 16px 0 0 31px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    position: relative;
    height: 80px
}

.menu-item > a {
    color: rgba(2, 8, 66, 1);
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.arrow {
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.submenu {
    width: 1160px;
    margin: 10px auto 0 auto;
    list-style: none;
    height: 300px;
    background: #fff;
    padding: 10px 0;
    z-index: 10;
}

.image_42 {
    width: 150px;
    height: 42px;
    display: flex;
}

.paragraph_4 {
    width: 458px;
    height: 116px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 58px;
    margin: 47px 0 0 50px;
}

.submenu ul{
    list-style: none;
}

.submenu li a {
    display: block;
    padding: 8px 15px;
    color: #020842;
    text-decoration: none;
}

/* 鼠标悬停时展开子菜单 */
/*.menu-item:hover .submenu {*/
/*    display: block;*/
/*}*/

/* 鼠标悬停时箭头向上（旋转180度） */
.menu-item:hover .arrow {
    transform: scaleY(-1);
}

.menu-item:hover{
    border-bottom: 6px solid rgba(36, 99, 235, 1);
}

.menu-item:hover a{
    color: rgba(36, 99, 235, 1);
}

.solutions{
    width: 1160px;
    height: 300px;
    margin: 0 auto;
}

.max-width{
    list-style: none;
    width: 100vw;
    background: #fff;
    padding: 10px 0;
    display: none;
    z-index: 10;
    margin-top: 30px;
    position: absolute;
    height: 420px;
}

.max-width li{
    float: left;
    width: 20%;
    height: 400px;
    padding-left: 6%;
}

.max-width li a{
    text-align: left;
    font-size: 20px;
}

.max-width p{
    font-size: 14px;
    color: darkgrey;
    margin-top: 0;
    text-align: left;
}

.site_author{
    margin: -60px 0;
    padding: 60px 50px 50px;
}
.author_box{
    align-items: center;
    display: inline-flex;
    gap: 26px;
    position: relative;
    z-index: 1;
}
.author_box_content{
    width: 30%;
    float: left;
    margin-top: 20px;
}
.author_box_content1{
    margin-top: 10%;
    width: 66%;
    float: left;
}
.author_box_content2{
    width: 100%;
    float: left;
}

.box1_3{
    background-color: rgba(255, 255, 255, 1);
    height: 280px;
    width: 1160px;
    position: relative;
}

.text1-wrapper_1{
    width: 80px;
    height: 25px;
    margin: 24px 0 0 51px;
}

.text1_7{
    width: 80px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}

.box1_4{
    width: 1261px;
    height: 128px;
    margin: 116px 0 0 11px;
}

.box1_5{
    width: 248px;
    height: 123px;
}

.label1_1{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
}

.icon_box, .icon_box1{
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    margin-top: 8px;
    margin-left: 8px;
}

.label1_1s{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
}

.text1_8{
    width: 158px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(36, 99, 235, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 17px 0 0 9px;
}

.thumbnail1_3{
    width: 6px;
    height: 11px;
    margin: 22px 16px 0 16px;
    display: none;
}

.thumbnail1_3s{
    width: 6px;
    height: 11px;
    margin: 22px 16px 0 16px;
    display: none;
}

.active1{
    background-color: rgba(219, 233, 254, 1) !important;
}

.active2{
    display: block !important;
    background-color: gray;
}

.solution1{
    width: 36%;
    height: 280px;
    display: none;
    position: absolute;
    left: 32%;
    top: 20px;
    background-color: #fff;
}

.solution1s{
    width: 30%;
    height: 280px;
    display: none;
    position: absolute;
    left: 32%;
    top: 20px;
    background-color: #fff;
}

.section1_2{
    background-color: rgba(246, 251, 255, 1);
    border-radius: 2px;
    width: 110%;
    height: 53px;
    cursor: pointer;
    margin-bottom: 10px;
}

.section1_2s{
    background-color: rgba(246, 251, 255, 1);
    border-radius: 2px;
    width: 110%;
    height: 53px;
    cursor: pointer;
    margin-bottom: 10px;
}

.text-wrapper1_2{
    height: 54px;
    width: 36%;
    float: left;
    margin-left: 4%;
    cursor: pointer;
    margin-bottom: 8px;
}

.text-wrapper1_2:hover{
    background-color: rgba(246, 251, 255, 1);
}

.text-wrapper1_2:hover .text1_10 a{
    color:#0044eb;
}
/*.section1_2:hover{*/
/*    background-color: rgba(219, 233, 254, 1);*/
/*}*/

/*.section1_2:hover .thumbnail1_3{*/
/*    display: block;*/
/*}*/


.solution_box1_left{
    width: 32%;
    float: left;
}

.solution_box1_right{
    width: 64%;
    float: left;
    position: relative;
}

.text1_9{
    width: 128px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 68px 0 9px;
}

.text1_9s{
    width: 128px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 68px 0 9px;
}

.box1_6{
    width: 248px;
    height: 108px;
    margin-left: 48px;
}

.text1_10{
    width: 220px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 0 0 36px;
}

.text1_10 a {
    color: rgba(8, 14, 71, 1);
}

.text1_11{
    width: 197px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 32px 0 0 26px;
}

.text-wrapper1_3{
    width: 186px;
    height: 92px;
    margin: 16px 0 0 61px;
}

.text1_12{
    width: 186px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.thumbnail_12 {
    position: absolute;
    left: 0;
    top: 11px;
    width: 18px;
    height: 18px;
}

.thumbnail_13 {
    position: absolute;
    left: 0;
    top: 49px;
    width: 18px;
    height: 18px;
}

.section_34 {
    width: 481px;
    height: 60px;
    margin: 30px 0 47px 50px;
}

.text-wrapper_21 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 60px;
    width: 230px;
    cursor: pointer;
}

.text-wrapper_21:hover{
    background-color: #f4f6f8;
}

.text_101 {
    width: 168px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    margin: 18px 0 0 31px;
}

.text-wrapper_22 {
    border-radius: 8px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 1);
    width: 230px;
    cursor: pointer;
}

.text-wrapper_22:hover{
    background-color: #4D8AFF;
}

.section_7 {
    border-radius: 28px 0px 0px 28px;
    background-image: url(./../img/90d3735c1cd1432590fcb9c4b48e425e_mergeImage.png);
    width: 580px;
    height: 438px;
}

.group_22 {
    /*background-image: url(./../img/b23216c158124abfa5eb662bb6e57fc6_mergeImage.png);*/
    width: 1160px;
    height: 285px;
    margin: 32px auto 0 auto;
}

.group1_22{
    background-image: url(./../img/b23216c158124abfa5eb662bb6e57fc6_mergeImage.png);
    width: 100%;
    height: 285px;
}

.text_103 {
    width: 548px;
    height: 58px;
    overflow-wrap: break-word;
    color: rgba(4, 12, 28, 1);
    font-size: 28px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 58px;
    margin: 28px auto 0 auto;
}

.image-text_88 {
    width: 250px;
    height: 114px;
}

.block_24 {
    width: 642px;
    height: 60px;
    margin: 10px auto 0 auto;
}

.text1_125{
    width: 714px;
    height: 58px;
    overflow-wrap: break-word;
    color: rgba(4, 12, 28, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 58px;
    margin: 0 auto 0 auto;
}

.paragraph_7 {
    width: 217px;
    height: 304px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.paragraph_8 {
    width: 217px;
    height: 304px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 10px;
}

.text-wrapper_27 {
    width: 166px;
    height: 190px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
    margin-left: 163px;
}

.paragraph_9 {
    width: 162px;
    height: 190px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.paragraph_10 {
    width: 162px;
    height: 190px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.image_40 {
    width: 249px;
    height: 70px;
}

.image_41 {
    width: 1263px;
    height: 1px;
    margin: 37px 0 0 52px;
}

.text-wrapper_73 {
    width: 1100px;
    height: 22px;
    margin: 16px 0 19px 53px;
}

.text-wrapper_26 {
    width: 217px;
    height: 304px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 16px;
    margin-left: 80px;
}

.paragraph_6 {
    width: 155px;
    height: 152px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.text_106 {
    width: 155px;
    height: 152px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
}

.text_107 {
    width: 233px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.text_108 {
    width: 264px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.text-wrapper_25 {
    width: 164px;
    height: 160px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    line-height: 38px;
    margin-left: 136px;
}

.text-group_28 {
    width: 266px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 16px;
}

.text-wrapper_23 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 60px;
    width: 484px;
    float: left;
}

.box_72 {
    width: 1160px;
    height: 304px;
    margin: 39px 0 0 52px;
}

.box1_72{
    width: 1160px;
    height: 304px;
}

.group_24 {
    /*background-color: rgba(24, 81, 224, 1);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 784px;*/
    width: 1160px;
    height: 438px;
    margin: 0 auto;
}

.group_241 {
    background-color: rgba(24, 81, 224, 1);
    width: 100%;
    height: 438px;
}

.group1_24{
    background-color: rgba(24, 81, 224, 1);
    height: 438px;
    padding: 40px;
}

.text-wrapper_24 {
    background-color: rgba(24, 81, 224, 1);
    border-radius: 8px;
    height: 60px;
    width: 150px;
    float: left;
    cursor:pointer;
}

.text-wrapper_24:hover{
    background-color: #4D8AFF;
}

.text_104 {
    width: 90%;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 16px 0 0 25px;
}

.text_104:focus {
    outline: none; /* 移除默认轮廓 */
    border: 2px solid rgba(24, 81, 224, 1); /* 添加自定义边框 */
    /*box-shadow: 0 0 5px rgba(74, 144, 226, 0.5); !* 可选：添加发光效果 *!*/
}

.text_104::placeholder{
    color: #5f5f5f;
}

.text_102 {
    width: 199px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
    margin: 18px 0 0 16px;
}

.text1_13{
    width: 174px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(8, 14, 71, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 48px 0 0 6px;
}

.box1_7{
    background-color: rgba(90, 199, 245, 1);
    border-radius: 16px;
    width: 366px;
    height: 128px;
    float: right;
}

.paragraph1_1{
    width: 127px;
    height: 72px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 36px;
    margin: 28px 0 0 32px;
}

.thumbnail1_4{
    width: 17px;
    height: 16px;
    margin: 76px 0 0 -27px;
}

.image1_3{
    width: 149px;
    height: 120px;
    margin: 4px 18px 0 50px;
}

.box1_8{
    width: 1261px;
    height: 136px;
    margin: 11px 0 36px 11px;
}

.box1_9{
    background-color: rgba(246, 251, 255, 1);
    border-radius: 2px;
    width: 248px;
    height: 53px;
}

.image-text1_1{
    width: 200px;
    height: 36px;
    margin: 9px 0 0 7px;
}

.label1_3{
    width: 36px;
    height: 36px;
}

.text-group1_1{
    width: 155px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 7px;
}

.text-wrapper1_4{
    width: 185px;
    height: 103px;
    margin: 17px 0 0 80px;
}

.text1_14{
    width: 185px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.text1_15{
    width: 165px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 59px 0 0 10px;
}

.text1_16{
    width: 217px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(8, 14, 71, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 17px 0 0 77px;
}

.box1_10{
    width: 366px;
    height: 128px;
    background-size: 100% 100%;
    float: right;
    background-color: #a3d3ff;
    border-radius: 16px;
    margin-top: 20px;
}

.paragraph1_2{
    width: 163px;
    height: 108px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 36px;
    margin: 28px 0 0 32px;
}

.thumbnail1_5{
    width: 17px;
    height: 16px;
    margin: 77px 0 0 -42px;
}

.image1_4{
    width: 172px;
    height: 128px;
    margin-left: 24px;
}

.image1_5{
    position: absolute;
    left: 30%;
    top: -1px;
    width: 1px;
    height: 297px;
}

.solution_box{
    width: 1160px;
    height: 300px;
}

.solution_box1{
    width: 64%;
    height: 300px;
    float: left;
}

.solution_box2{
    width: 34%;
    height: 300px;
    float: left;
}

.box1_36{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 320px;
    top: 79px;
    display: none;
}

.box2_36{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 256px;
    top: 79px;
    display: none;
}

.box3_36{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 300px;
    top: 79px;
    display: none;
}

.box4_36{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 320px;
    top: 79px;
    display: none;
}

.feature_box{
    width: 1160px;
    margin: 80px auto 0 auto;
}

.feature_box1{
    width: 1160px;
    margin: 0 auto 0 auto;
}

.box2_4{
    background-color: rgba(255, 255, 255, 1);
    height: 256px;
    width: 1160px;
    margin-top: -80px;
}

.text-wrapper2_3{
    width: 1175px;
    height: 25px;
    margin: 39px 0 0 20px;
}

.text2_8{
    width: 248px;
    height: 45px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    float: left;
    margin-right: 66px;
    cursor: pointer;
}

.text2_8:hover{
    background-color: rgba(246, 251, 255, 1);
}

.group2_5{
    width: 1196px;
    height: 54px;
    margin: 30px 0 0 20px;
}

.group2_1{
    background-color: rgba(246, 251, 255, 1);
    width: 248px;
    height: 54px;
    cursor: pointer;
}

.group2_1:hover{
    background-color: rgba(219, 233, 254, 1);
}

.label2_1{
    width: 36px;
    height: 36px;
    margin: 9px 0 0 12px;
}

.text2_12{
    width: 152px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 40px 0 8px;
}

.group2_2{
    background-color: rgba(246, 251, 255, 1);
    width: 248px;
    height: 54px;
    margin-left: 68px;
    cursor: pointer;
}

.group2_2:hover{
    background-color: rgba(219, 233, 254, 1);
}

.group2_6{
    width: 182px;
    height: 17px;
    margin: 39px 0 52px 999px;
}

.image-text2_2{
    width: 182px;
    height: 17px;
}

.text-group2_1{
    width: 149px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(0, 68, 235, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.thumbnail2_5{
    width: 17px;
    height: 17px;
}

.block3_4{
    background-color: rgba(255, 255, 255, 1);
    width: 1160px;
    height: 300px;
    margin-bottom: 3px;
}

.group3_4{
    width: 248px;
    height: 180px;
    margin: 24px 0 0 51px;
}

.block3_5{
    background-color: rgba(246, 251, 255, 1);
    border-radius: 2px;
    width: 248px;
    height: 53px;
    cursor: pointer;
}

.block3_5:hover{
    background-color: rgba(219, 233, 254, 1);
}

.label3_1{
    width: 36px;
    height: 36px;
    margin: 9px 0 0 7px;
}

.text3_8{
    width: 167px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 29px 0 9px;
}

.block3_6{
    background-color: rgba(246, 251, 255, 1);
    border-radius: 2px;
    width: 248px;
    height: 53px;
    margin-top: 16px;
}

.text3_9 {
    width: 178px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(73, 81, 91, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 16px 18px 0 9px;
}

.image-text3_5{
    width: 212px;
    height: 17px;
    margin-top: 41px;
}

.text-group3_1{
    width: 179px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(0, 68, 235, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.thumbnail3_5{
    width: 17px;
    height: 17px;
}

.group3_3{
    width: 488px;
    height: 275px;
    background-color: #a3d3ff;
    background-size: 100% 100%;
    margin: 14px 53px 0 525px;
    border-radius: 14px;
}

.image3_3{
    width: 337px;
    height: 172px;
    margin: 24px 0 0 76px;
}

.image-text3_6{
    width: 233px;
    height: 36px;
    margin: 17px 0 26px 25px;
}

.text-group3_2{
    width: 200px;
    height: 36px;
    overflow-wrap: break-word;
    color: rgba(2, 8, 66, 1);
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 36px;
}

.thumbnail3_6{
    width: 17px;
    height: 16px;
    margin-top: 11px;
}