<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.search-block {
    background: url(../images/search-block.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 240px 0 320px 0
}

.search-box {
    background: rgba(255, 255, 255, .7);
    min-height: 333px
}

.search-tit ul {
    overflow: hidden;
    border-bottom: 1px solid #1f4091
}

.search-tit ul li {
    float: left;
    width: 20%;
    background-color: #1f4091;
    line-height: 60px;
    font-size: 0;
    cursor: pointer;
    text-align: center
}

.search-tit ul li img {
    vertical-align: middle
}

.search-tit ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 20px
}

.search-tit ul li.on {
    background: none
}

.search-main {
    padding: 40px 80px
}

.search-main &gt; div {
    display: none
}

.search-main &gt; div:nth-child(1) {
    display: block
}

.search-par {
    background: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 6, 21, 0.13);
    border-radius: 4px;
    height: 60px;
    line-height: 60px
}

.search-sel {
    float: left;
    border-right: 1px solid #e1e1e1;
    width: 130px;
    text-align: right;
    position: relative
}

.search-sel &gt; p {
    text-align: center;
    position: relative;
    color: #4c4c4c;
    font-size: 18px;
    cursor: pointer;
    padding-right: 40px
}

.search-sel &gt; p::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/icon-sj.png) no-repeat;
    background-position: center center;
    transition: all 0.3s
}

.search-sel &gt; p.on::after {
    transform: translateY(-50%) rotate(180deg)
}

.search-sel ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s;
    border-top: 1px solid rgba(0, 0, 0, .4);
    transform: scaleY(0);
    z-index: 9;
    transform-origin: top center
}

.search-sel ul.on {
    transform: scaleY(1)
}

.search-sel ul li {
    line-height: 36px;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.search-sel ul li:hover {
    background: #1f4091;
    color: #fff
}

.search-ipt {
    overflow: hidden;
    border-radius: 4px
}

.search-text {
    float: left;
    width: calc(100% - 80px)
}

.search-text input {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    color: #333
}

.search-text input::placeholder {
    color: #b3b3b3
}

.search-btn {
    float: right;
    width: 80px;
    height: 60px
}

.search-btn input, .btn_c i {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fd8644 url(../images/icon-sear.png) no-repeat;
    background-position: center center;
    border-radius: 0px 4px 4px 0px;
}

.btn_c {
    background: #fd8644;
    width: 80px;
    height: 60px;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    outline: none;
    border: 0;
}

.search-cond {
    margin-top: 45px
}

.search-cond &gt; p {
    font-size: 16px;
    color: #000;
    padding: 0 20px
}

.search-cond ul {
    position: relative;
    overflow: hidden
}

.search-cond ul li {
    float: left;
    position: relative
}

.search-cond ul li a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    padding-right: 15px;
    margin-right: 15px;
    position: relative
}

.search-cond ul li a:hover {
    text-decoration: underline
}

.search-cond ul li a::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #fff
}

.search-cond ul &gt; a {
    float: right;
    font-size: 14px;
    line-height: 19px;
    color: #fd8644
}

.search-cond ul &gt; :hover {
    text-decoration: underline
}

.search-icons {
    margin-top: 115px
}

.search-icons ul li a {
    display: block
}

.search-icons ul li a div {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    transition: all 0.5s;
    background-color: #1f4091;
    margin: 0 auto;
    text-align: center;
    line-height: 92px;
    font-size: 0
}

.search-icons ul li a div img {
    vertical-align: middle;
    display: inline-block
}

.search-icons ul li a p {
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
    margin-top: 15px
}

.search-icons ul li a:hover div {
    background: #fd8644
}

.search-icons ul li a:hover div img {
    animation: jello 1s linear
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.title {
    text-align: center
}

.title h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    color: #1f4091
}

.title h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fd8644;
    font-weight: normal;
    opacity: 0.5
}

.section1 {
    margin-top: 40px
}

.select_area {
    width: 122px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    border-right: 1px solid #e5e5e5
}

.select_area.xl_open {
    background: rgba(255, 255, 255, 0.9)
}

.select_tit {
    text-align: center;
    height: 50px;
    line-height: 50px
}

.select_tit b {
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.select_tit .jt {
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(../images/meun_xl.png) no-repeat;
    margin-left: 10px;
    vertical-align: middle
}

.select_area .select_list {
    list-style-type: none;
    margin: 0;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.select_area .select_list li {
    border-bottom: solid 1px #e5e5e5;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #555
}


.s1-main {
    margin-top: 25px;
    position: relative
}

.s1-tit ul {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fd8644
}

.s1-tit ul li {
    float: left;
    line-height: 38px;
    color: #666666;
    padding: 0 20px;
    margin-left: 20px;
    cursor: pointer
}

.s1-tit ul li:nth-child(1) {
    margin-left: 0
}

.s1-tit ul li span {
    display: block;
    font-size: 16px
}

.s1-tit ul li a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 14px;
    line-height: 16px;
    color: #808080
}

.s1-tit ul li.on {
    background-color: #fd8644
}

.s1-tit ul li.on span {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.s1-tit ul li.on a {
    display: block
}

.s1-tit ul li a:hover {
    color: #fd8644
}

.s1-cont {
    margin-top: 25px;
    position: relative
}

.s1-cont &gt; div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -9;
    opacity: 0;
    transition: all 0.5s
}

.s1-cont &gt; div.on {
    position: relative;
    z-index: 9;
    opacity: 1
}

.s1-l {
    float: left;
    width: 567px;
    margin-right: 13px
}

.s1-lpic li a {
    display: block;
    position: relative
}

.s1-lpic li a:hover h3 {
    text-decoration: underline
}

.s1-lpic li a .pic {
    padding-top: 66%
}

.s1-linfo {
    background-color: rgba(0, 0, 0, .5);
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 44px
}

.s1-lpic h3 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: normal;
    padding-right: 80px
}

.s1-lpic p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
    color: #0f579f
}

.s1-lpic p span {
    font-size: 24px;
    font-weight: bold;
    color: #0f579f
}

.s1-lpic .slick-dots {
    bottom: 19px;
    right: 15px;
    width: auto;
    font-size: 0
}

.s1-lpic .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    transition: all 0.3s;
    background: #fff;
    border-radius: 3px
}

.s1-lpic .slick-dots li button {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none
}

.s1-lpic .slick-dots li.slick-active {
    background: #fd8644;
    width: 21px
}

.s1-r {
    overflow: hidden
}

.text-list2 {
    overflow: hidden
}

.text-list2 li {
    float: left;
    width: 48%
}

.text-list2 li:nth-child(2n) {
    margin-left: 4%
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    border-bottom: 1px solid #8f9fc8;
    padding: 36px 0 15px 0
}

.text-list2 li:first-child a, .text-list2 li:nth-child(2) a {
    border-top: none;
    padding-top: 0
}

.date2 {
    min-width: 55px;
    text-align: right;
    transition: all 0.3s
}

.date2 p {
    transition: all 0.3s;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #004098;
    padding-bottom: 5px;
    margin-bottom: 5px;
    float: right;
    border-bottom: 1px solid #004098
}

.date2 span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #666666
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 20px;
    text-align: right
}

.text-list2-p {
    overflow: hidden;
    font-size: 0;
    line-height: 50px
}

.text-list2-p div {
    font-size: 0;
    overflow: hidden;
    max-height: 50px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle
}

.text-list2-p p {
    font-size: 16px;
    color: #333333
}

.text-list2 li a:hover .date2 {
    border-color: #be9b60
}

.text-list2 li a:hover .text-list2-p p {
    color: #004098
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 80px
}

.s2-tit {
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px
}

.s2-tit ul {
    text-align: center;
    font-size: 0
}

.s2-tit ul li {
    display: inline-block;
    width: 114px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    border: solid 1px #fd8644;
    margin: 0 7px
}

.s2-tit ul li span {
    display: block;
    font-size: 18px;
    color: #4d4d4d;
    cursor: pointer
}

.s2-tit ul li a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 66px;
    width: 50px;
    height: 50px;
    background-color: #fd8644;
    line-height: 50px;
    font-size: 14px;
    color: #eaf1f2;
    border-radius: 50%;
    z-index: 10;
    display: none
}

.s2-tit ul li a:hover {
    background: #004098;
    color: #fff
}

.s2-tit ul li.on {
    background-color: #fd8644
}

.s2-tit ul li.on span {
    color: #fff;
    font-weight: 600
}

.s2-tit ul li.on a {
    display: block
}

.s2-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.s2-btn div {
    float: left;
    cursor: pointer
}

.s2-btn div:nth-child(1) {
    margin-right: 82px
}

.s2-btn div img {
    display: block
}

.s2-cont {
    position: relative
}

.s2-cont &gt; div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -9;
    opacity: 0;
    transition: all 0.5s
}

.s2-cont &gt; div.on {
    position: relative;
    z-index: 9;
    opacity: 1
}

.s2-slick {
    overflow: hidden
}

.s2-slick &gt; ul {
    margin: 0 -30px
}

.s2-slick li a {
    display: block;
    padding: 8px 30px;
    border-left: 1px solid #8f9fc8;
    overflow: hidden
}

.s2-pic {
    float: left;
    width: 186px;
    height:242px;
    margin-right: 20px;
    border-left: 3px solid #fd8644
}

.s2-pic .pic {
    padding-top: 138.5%
}

.s2-info {
    overflow: hidden;
    padding-top: 15px
}

.s2-info h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    color: #4d4d4d
}

.s2-info p {
    font-size: 14px;
    line-height: 23px;
    color: #666666
}

.s2-info &gt; p {
    margin: 10px 0
}

.s2-info div {
    max-height: 230px;
    overflow: hidden
}

.s2-slick li a:hover .s2-info h3 {
    color: #004098
}

.s2-b {
    margin-top: 85px;
    overflow: hidden
}

.s2-b &gt; ul {
    margin: 0 -10px
}

.s2-b ul li a {
    display: block;
    margin: 0 10px
}

.s2-b ul li a .pic {
    padding-top: 69%;
}

.s2-b .slick-dots {
    position: static;
    margin-top: 30px;
    font-size: 0
}

.s2-b .slick-dots li {
    width: 21px;
    height: 6px;
    background-color: #fd8644;
    border-radius: 3px;
    transition: all 0.3s
}

.s2-b .slick-dots li.slick-active {
    background-color: #1f4091
}

@media screen and (max-width: 1200px) {
    .search-sel &gt; p, .search-icons ul li a p {
        font-size: 16px
    }

    .search-tit ul li span {
        font-size: 16px;
        margin-left: 10px
    }

    .search-block {
        padding: 200px 0 60px 0
    }

    .search-main {
        padding: 30px 35px
    }

    .search-box {
        min-height: 300px
    }

    .search-icons {
        margin-top: 80px
    }

    .search-icons ul li a div {
        width: 75px;
        height: 75px;
        line-height: 75px
    }

    .search-icons ul li a div img {
        height: 50%
    }
}

@media screen and (max-width: 1024px) {
    .search-block {
        padding: 100px 0 50px 0
    }

    .search-icons {
        margin-top: 50px
    }

    .search-text input {
        height: 50px
    }

    .search-btn {
        height: 50px;
        width: 50px
    }

    .search-btn input {
        background-size: 60%
    }

    .search-par {
        height: 50px;
        line-height: 50px
    }

    .search-cond {
        margin-top: 25px
    }

    .search-box {
        min-height: 240px
    }

    .search-main {
        padding: 30px 20px
    }

    .s1-tit ul li {
        padding: 0 10px;
        margin-left: 10px
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px
    }

    .text-list2-p p {
        font-size: 14px
    }

    .date2 p {
        font-size: 20px
    }

    .text-list2 li a {
        padding: 15px 0
    }

    .text-list2 li a .date2 {
        margin-right: 10px
    }

    .text-list2 li {
        width: 49%
    }

    .text-list2 li:nth-child(2n) {
        margin-left: 2%
    }

    .title h3 {
        font-size: 24px
    }

    .s1-lpic h3 {
        font-size: 16px
    }

    .s2-tit ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 45px
    }

    .s2-btn div img {
        height: 40px
    }

    .s2-btn div:nth-child(1) {
        margin-right: 50px
    }

    .s2-info h3 {
        font-size: 20px
    }

    .section1, .s2-b {
        margin-top: 35px
    }

    .section2 {
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 35px
    }

    .s2-tit ul li {
        width: auto;
        padding: 0 10px
    }

    .btn_c {

        width: 80px;
        height: 50px;

    }

}

@media screen and (max-width: 768px) {
    .title h3 {
        font-size: 20px;
        line-height: 24px
    }

    .title h4 {
        font-size: 14px
    }

    .search-tit ul li span {
        display: block;
        text-align: center;
        margin-left: 0;
        font-size: 14px
    }

    .search-tit ul li img {
        display: block;
        margin: 0 auto;
        height: 20px
    }

    .search-tit ul li {
        line-height: 26px;
        padding: 10px 0 5px 0
    }

    .search-block {
        padding: 50px 0 35px 0
    }

    .search-main {
        padding: 20px 10px
    }

    .search-sel {
        width: 80px
    }

    .search-sel &gt; p {
        font-size: 14px;
        padding-right: 15px
    }

    .search-sel &gt; p::after {
        right: 5px;
        background-size: 10px
    }

    .search-text input {
        padding: 0 10px;
        font-size: 14px
    }

    .search-text {
        width: calc(100% - 50px)
    }

    .search-btn input {
        background-size: 50%
    }

    .search-cond &gt; p {
        padding: 0 10px;
        font-size: 14px
    }

    .search-cond {
        margin-top: 15px
    }

    .search-icons ul li a div {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .search-icons ul li a p {
        font-size: 14px;
        margin-top: 5px
    }

    .search-icons {
        margin-top: 30px
    }

    .text-list2 li {
        width: auto;
        float: none
    }

    .text-list2 li:nth-child(2n) {
        margin-left: 0
    }

    .text-list2 li:first-child a, .text-list2 li:nth-child(2) a {
        padding-top: 15px
    }

    .s1-tit ul li.on span {
        font-size: 16px
    }

    .s1-tit ul li span {
        font-size: 14px
    }

    .s1-tit ul li {
        margin-left: 0
    }

    .s1-tit ul {
        padding-right: 50px
    }

    .s2-tit ul li span {
        font-size: 16px
    }

    .s2-tit {
        padding-bottom: 60px;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .s2-btn, .s2-tit ul li a {
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        right: auto
    }

    .s2-info h3 {
        font-size: 18px
    }

    .s2-pic {
        margin: 0 auto;
        float: none;
        width: 200px
    }

    .s2-info h3 {
        text-align: center
    }

    .s2-info &gt; p {
        text-align: center
    }

    .s2-slick &gt; ul {
        margin: 0
    }

    .s2-slick li a {
        border: none;
        padding: 0
    }

    .s2-b .slick-dots li {
        width: 15px;
        height: 3px
    }

    .btn_c {

        width: 50px;
        height: 50px;

    }


}

@media screen and (max-width: 375px) {
    .search-tit ul li span {
        font-size: 12px
    }
}

.search-tit ul li.on span{
    color:#3c5faa;
}
.copyright {
    font-size: 12px;
    line-height: 20px;
    color: #f7f7f7;
    display: block;
    overflow: hidden;
}

.copyright .cas {
    width: 266px;
    border-right: #77a1e5 solid 1px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 16px 12px 0 0;
    text-align: center;
}
.copyright .left {
    width: 54%;
    font-size: 14px;
    line-height: 1.5;
    color: #EBF1F7;
    display: block;
    overflow: hidden;
    float: left;
    margin: 13px 0 0;
}
.copyright .left a, .copyright .left span {
    display: inline-block;
    margin: 0 10px;
}
.copyright .left a, .copyright .left span {
    display: inline-block;
    margin: 0 10px;
}
.copyright .left a {
    color: #EBF1F7;
}
.copyright .rightbz {
    display: block;
    overflow: hidden;
    float: right;
    margin: 5px 0 0;
}
.copyright .rightbz img {
    display: inline-block;
    margin-left: 5px;
}
.copyright .rightbz {
    display: block;
    overflow: hidden;
    float: right;
    margin: 5px 0 0;
}
@media (max-width: 991px) {
    .copyright .rightbz {
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }
    .copyright .left {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .copyright .cas {
        width: 100%;
        border: 0px;
        margin: 0;
    }
    .copyright .cas img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
</pre></body></html>