<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_page header.fixed_header{
     position: absolute !important;
     background: transparent;
}
.index_page .fixed_header .flex_content .search-box{display: none}
.banner {
    width: 100%;
    height: 352px;
    background-color: rgb(73, 73, 231);
    background-image: linear-gradient(rgb(73, 73, 231), rgb(54, 54, 204));
    position: relative;
}
.banner .slogan {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    position: relative;
    max-width: 742px;
    margin: 0px auto 0px;
    padding-top: 100px;
    color: #fff;
}


.banner  .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 352px;
    overflow: hidden;
    z-index: 0;
    background: url(../images/b2.jpg);
}

.banner .bg img {
    position: absolute;
    filter: drop-shadow(0 0 14px rgba(0,0,0,.2));
    will-change: transform;
    -webkit-animation-delay: .5s!important;
    animation-delay: .5s!important;
    pointer-events: none;
}

.banner .bg img:nth-child(1) {
    top: 25%;
    left: 50%;
    width: 1040px;
    z-index: 3;
    transform: translate(-65%,100px) rotate(
15deg
);
    -webkit-animation: curves1 1s forwards;
    animation: curves1 1s forwards;
}

.banner .bg img:nth-child(2) {
    top: -120px;
    right: -50px;
    width: 490px;
    z-index: 3;
    -webkit-animation: curves2 1s forwards;
    animation: curves2 1s forwards;
    transform: translate(100px) rotate(
30deg
);
}

.banner .bg img:nth-child(3) {
    top: -450px;
    left: -90px;
    width: 900px;
    z-index: 1;
    -webkit-animation: curves3 1s forwards;
    animation: curves3 1s forwards;
    transform: translate(-100px) rotate(
-30deg
);
}

.index_page .global_search.search-box {
       position: relative;
    width: 600px;
    height: 56px;
    margin: 22px auto;
    display: block;
}

.index_page .global_search.search-box .search_type {
   
    height: 56px;
    line-height: 56px;
    
}

.index_page .global_search.search-box .search_type .show_text:after{top: 11px;right: 0px;height: 34px;}

.index_page .global_search.search-box input.search-input {
    width: calc(100% - 120px);
    height: 100%;
}
.index_page .global_search.search-box a.searchBtn {
    position: absolute;
    top: 11px;
    right: 13px;
}
.banner .hotkey_list {
    position: relative;
    width: 100%;
    text-align: center;
}
.banner .hotkey_list span{
    color: rgba(255,255,255,0.74);
}
.banner .hotkey_list a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.mb_section {
    margin-bottom: 80px;
}

.mb_section .mb_item {
    margin-top: 30px;
}

.mb_section .header_con {margin-bottom: 25px;}

.mb_section .header_con .title {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(19, 19, 19);
    font-weight: bold;
    vertical-align: middle;
}
.mb_section .header_con label {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(70, 70, 70);
    font-weight: bold;
    margin: 9px 0px 0px;
    float: right;
}

.index_page .mb_list {
    max-height: 1214px;
    overflow: hidden;
}
.page_section {
    margin-bottom: 60px;
}

.page_section .page_container {}

.page_section .page_list_header {
    margin-bottom: 25px;
}

.page_section .page_list_title {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(19, 19, 19);
    font-weight: bold;
    vertical-align: middle;
}
.page_section .page_list_header label {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(70, 70, 70);
    font-weight: bold;
    margin: 0px;
    float: right;
}
.page_section .page_container ul{
    margin-bottom: -10px;
}
.page_list .img img {
    width: auto !important;
    max-width: 100%;
}

.news_item ul.news_list {
    width: 100%;
    list-style: georgian;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_item ul.news_list li.new-item {
    position: relative;
    display: inline-block;
    max-width: 24%;
    min-width: 24%;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: -8px;
    vertical-align: top;
    overflow: hidden;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    padding: 0px;
}

.news_item ul.news_list .fw-title {}

.news_item ul.news_list a h3:hover {
    color: rgb(95,95,246);
}

.news_item ul.news_list a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    color: #212121;
}
.site_desc {
    width: 1340px;
    margin: 0 auto;
    padding: 80px 2% 40px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site_desc svg {
    margin-right: 40px;
}</pre></body></html>