<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    width: 100%;
    min-width: 1200px;
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
}

.top {
    width: 100%;
    background-color: #f5f6f6;
    margin-bottom: 10px;
    position: relative;
}

.head {
    width: 100%;
    height: 41px;
    position: relative;
    background-color: #245399;
}

.headlef {
    font-size: 0;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.headlef a {
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.headlef a img {
    margin-right: 5px;
    vertical-align: top;
}

.headrig {
    float: right;
    overflow: hidden;
}

.headrig a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
}

.banner_bg {
    width: 100%;
    padding-top: 245px;
    background-color: #f5f6f6;
    background: url('banner_bg.png') center bottom no-repeat;
    border-bottom: 6px solid #c6e0ec;
}

.banner_bg form {
    width: 365px;
    height: 50px;
    margin: 0 auto 15px;
}

.banner_bg form .item {
    width: 100%;
    height: 50px;
    font-size: 0;
    border-radius: 5px;
    background-color: rgba(243, 243, 243, 0.9);
    border: 1px solid #e0e1e1;
}

.banner_bg form .item input,
.banner_bg form .item button {
    border: none;
    outline: none;
    height: 48px;
    background: transparent;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.banner_bg form .item input {
    width: 303px;
    height: 48px;
    box-sizing: content-box;
    padding-left: 10px;
    font-size: 14px;
}

.banner_bg form .item input::placeholder {
    color: #999;
    font-size: 14px;
}

.banner_bg form .item button {
    width: 50px;
    cursor: pointer;
    background: url('search.png') center center no-repeat;
}

.banner_bg .nav {
    width: 100%;
    font-size: 0;
    padding: 0 90px;
    position: relative;
}

.banner_bg .nav .navitem {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.banner_bg .nav .navitem+.navitem {
    margin-left: 54px;
}

.banner_bg .nav .navitem a {
    display: block;
    width: 100%;
    padding: 0 15px 10px;
    font-size: 24px;
    font-weight: bold;
    color: #4975b0;
    position: relative;
    transition: 0.2s all linear;
}

.banner_bg .nav .navitem a img {
    display: none;
}

.banner_bg .nav .navitem.on a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #bf1735;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

.banner_bg .nav .navitem a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #bf1735;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition-delay: 0.1s;
}

.top_logo {
    width: 100%;
    height: 266px;
    background: url('logo.png') no-repeat center 0px;
    position: absolute;
    top: 0px;
}


/* list */

.list {
    width: 100%;
}

.list li {
    /* width: 100%; */
    padding-left: 15px;
    position: relative;
}

.list li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #666;
    left: 6px;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.list li a {
    width: 80%;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s linear;
    overflow: hidden;
}



.list li span {
    width: 20%;
    height: 35px;
    display: block;
    text-align: right;
    line-height: 35px;
    font-size: 16px;
    color: #999;
    float: right;
}


/* foot */

.foot {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.foot .foottop,
.foot .footbot {
    padding: 20px 0;
}

.foot .foottop {
    text-align: center;
    border-bottom: 2px solid #004892;
}
.foot .foottop .select_5,
.foot .foottop .select_4,
.foot .foottop .select_3,
.foot .foottop .select_2,
.foot .foottop .select_1 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
    width: 217px;
    margin-right: 15px;
    text-indent: 10px;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    background: #ffffff;
    border: #e5e5e5 1px solid;
    position: relative;
}

.foot .foottop .select_span {
    background: #ffffff url(selectbot.jpg) no-repeat 190px center;
    color: #777777;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 30px;
}

.select_ul {
    display: none;
    border: 1px solid #999;
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-height: 310px;
    overflow-y: auto;
    z-index: 2;
    box-sizing: border-box;
}

.select_li {
    height: 28px;
    line-height: 28px;
    padding-left: 4px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.select_li a {
    color: #000;
    display: block;
}

.select_li a:hover {
    background-color: #004892;
    color: #fff;
}

.webfoot {
    display: none;
}

.footbot {
    color: #999;
}

.footbot .p1 {
    text-align: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.footbot .p2 {
    margin-left: 0px;
    margin-left: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 25px;
}

.footbot .p3 a {
    width: 20px;
    height: 20px;
}

.footimg1 {
    width: 20px;
    height: 20px;
}


/* cbl */

.cbl {
    position: fixed;
    right: 10px;
    top: 50%;
    /* transform: translateY(-50%); */
    margin-top: -273px;
    width: 75px;
    z-index: 99999;
    background-color: #fff;
    border-top: 2px solid #004892;
}

.cbl .item {
    width: 100%;
    height: 85px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.cbl .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.cbl .item a img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.cbl .item a p {
    font-size: 14px;
    text-align: center;
}

.cbl .item:hover {
    overflow: visible;
}

.cbl .item:hover .lefitem {
    opacity: 1;
    left: -105px;
}

.cbl .lefitem {
    width: 95px;
    height: 95px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    left: -115px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s linear;
}

.cbl .lefitem .lefitemimg {
    width: 100%;
    height: 100%;
    position: relative;
}

.cbl .lefitem .lefitemimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.cbl .lefitem .lefitemimg::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fff;
}

.close {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
   /* background-color: #004892;*/
    color: #fff;
    cursor: pointer;
}
#searchform{
		margin-top:-170px;
	}
@media screen and (max-width: 992px) {
	#searchform{
		margin-top:0px;
	}
    .wrap {
        width: 100%;
        background-color: #fff;
    }
    .cbl {
        display: none;
    }
    .container {

        width: 100%;
        overflow: hidden;
    }
    .headlef,
    .headrig {
        display: none;
    }
    .banner_bg {
        background: url(banner_bg.png) center center no-repeat;
        background-size: 170%;
    }
    .banner_bg form {
        width: 100%;
        padding: 0 10px;
    }
    .banner_bg form .item {
        border-color: #245399;
    }
    .banner_bg form .item input {
        width: 84%;
        box-sizing: border-box;
    }
    .banner_bg form .item input::placeholder {
        color: #245399;
        font-size: 14px;
    }
    .banner_bg form .item button {
        width: 15%;
    }
    .banner_bg .nav {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .banner_bg .nav .navitem {
        width: 25%;
        margin-bottom: 10px;
    }
    .banner_bg .nav .navitem+.navitem {
        margin-left: 0;
    }
    .banner_bg .nav .navitem a {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_bg .nav .navitem.on a {
        color: #bf1735;
    }
    .banner_bg .nav .navitem a span {
        margin-right: 5px;
        display: block;
        width: 16px;
        height: 16px;
    }
    .banner_bg .nav .navitem a:hover::after {
        display: none;
    }
    .banner_bg .nav .navitem:nth-child(1) a span {
        background: url('nav1.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(2) a span {
        background: url('nav2.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(3) a span {
        background: url('nav3.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(4) a span {
        background: url('nav4.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(5) a span {
        background: url('nav5.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(6) a span {
        background: url('nav6.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(7) a span {
        background: url('nav7.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(8) a span {
        background: url('nav8.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem:nth-child(1).on a span {
        background: url('navon1.png');
        background-size: cover;
    }
    .banner_bg .nav .navitem.on a::after {
        display: none;
    }
    /* list */
    .list li a {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 12px;
    }
    .list li span {
        font-size: 12px;
    }
    /* foot */
    .foot {
        display: none;
    }
    .webfoot {
        padding-bottom: 20px;
        display: block;
    }
    .webfootcon .p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .webfootcon .p a {
        padding: 0 10px;
        font-size: 12px;
        position: relative;
    }
    .webfootcon .p a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        left: 0;
        top: 50%;
        background-color: #ccc;
        transform: translateY(-50%);
    }
    .webfootcon .p2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .webfootcon .p3 a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .webfootcon .p3 a img {
        margin-right: 5px;
    }
}</pre></body></html>