<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
author：山西友盟科技有限公司
date：2021/10/10
generator：v1.0.0
*/

/* 公共 */
body {
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 0;
    height: 1px;
}

img {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover,
a:active {
    text-decoration: none;
    color: #2890ae;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@font-face {
    font-family: STXingkai;
    src: url('../font/STXingkai.ttf'), url('../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tooltip-inner {
    padding: 4px;
    background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

/* 首页 */
.top-wrap {
    width: 100%;
    background-image: linear-gradient(#2890ae, #31b2d7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    width: 1200px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 75px;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    height: 50px;
    font-size: 28px;
    color: #fff;
    font-family: STXingkai;
    text-shadow: #7a7a7a 1px 1px 1px
}

.tool {
    width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.tool&gt;.text a {
    color: #fff;
}

.tool-search {
    margin-left: 10px;
}

.tool .form-inline&gt;.form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.tool-search button {
    border-Radius: 0;
    background-color: #2890ae;
    border-color: #2890ae;
}

.menu-wrap {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    -
}

.menu {
    width: 1200px;
    font-size: 16px;
}

.menu&gt;.nav-pills&gt;li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu&gt;.nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin-top: -1px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.menu&gt;.nav-pills .dropdown-items-1 {
    width: 160px;
    line-height: 32px;
}

.menu&gt;.nav-pills .dropdown-items-1 a {
    display: block;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
    border-Radius: 0;
}

.menu&gt;.nav-pills .dropdown-items-1 a:hover,
.menu&gt;.nav-pills .dropdown-items-1 a:focus {
    background-color: #2890ae;
    color: white;
    border-Radius: 0;
}

.menu&gt;.nav-pills .dropdown-items-2 {
    width: 340px;
    line-height: 32px;
}

.menu&gt;.nav-pills .dropdown-items-2 a {
    display: block;
    width: 170px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
}

.menu&gt;.nav-pills .dropdown-items-2 a:hover,
.menu&gt;.nav-pills .dropdown-items-2 a:focus {
    background-color: #2890ae;
    color: white;
    border-Radius: 0;
}

.menu&gt;.nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu&gt;.nav-pills .nav-link.active {
    background-color: #2890ae;
}

.menu&gt;.nav-pills .show&gt;.nav-link {
    background-color: #2890ae;
}

.slides {
    width: 100%;
}

.slides .carousel-item {
    height: 470px;
}

.slides .carousel-item img {
    height: 470px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.news-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.news {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news&gt;.left {
    width: 600px;
}

.news&gt;.left&gt;.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.news&gt;.left&gt;.title span {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 25px;
    border-left: 6px solid #ffc762;
    padding-left: 10px;
    font-weight: bold;
}

.news&gt;.left&gt;.content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news&gt;.left&gt;.content&gt;.picnews {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news&gt;.left&gt;.content&gt;.picnews&gt;.item {
    width: 280px
}

.news&gt;.left&gt;.content&gt;.picnews&gt;.item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news&gt;.left&gt;.content&gt;.picnews&gt;.item&gt;.intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-top: -30px;
    z-index: 1;
}

.news&gt;.left&gt;.content&gt;.picnews&gt;.item&gt;.intro a {
    color: #fff;
}

.news&gt;.left&gt;.content&gt;.textnews {
    width: 100%;
}

.news&gt;.left&gt;.content&gt;.textnews ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.news&gt;.left&gt;.content&gt;.textnews li {
    font-size: 16px;
    width: 280px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px #999 solid;
    padding-left: 20px;
    margin: 5px 0;
}

.news&gt;.left&gt;.content&gt;.textnews li span {
    font-style: italic;
    color: #919191;
    font-size: 14px;
}

.news&gt;.right {
    width: 550px;
    display: flex;
    flex-direction: column;
}

.news&gt;.right&gt;.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.news&gt;.right&gt;.title span {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 25px;
    border-left: 6px solid #ffc762;
    padding-left: 10px;
    font-weight: bold;
}

.news&gt;.right&gt;.content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news&gt;.right&gt;.content&gt;.item {
    width: 100%;
    height: 65px;
    display: flex;
    margin: 10px 0;
}

.news&gt;.right&gt;.content&gt;.item&gt;.date {
    background-color: #2890ae;
    width: 65px;
    height: 65px;
    font-size: 12px;
    color: #fff;
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news&gt;.right&gt;.content&gt;.item&gt;.date span {
    font-size: 26px;
    height: 35px;
    width: 35px;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.news&gt;.right&gt;.content&gt;.item&gt;.text {
    width: 470px;
    display: flex;
    flex: none;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
    font-size: 18px;
}

.articles-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.articles {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.article {
    width: 580px;
}

.article&gt;.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.article&gt;.title span {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 25px;
    border-left: 6px solid #ffc762;
    padding-left: 10px;
    font-weight: bold;
}

.article&gt;.content {
    margin: 12px 0;
}

.article&gt;.content li {
    font-size: 18px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 14px;
    height: 38px;
}

.article&gt;.content li:after {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.article&gt;.content li span {
    color: #a5a8a8;
    font-size: 14px;
}

.album {
    width: 1200px;
}

.album&gt;.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.album&gt;.title span {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 25px;
    border-left: 6px solid #ffc762;
    padding-left: 10px;
    font-weight: bold;
}

.album&gt;.content {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.album li {
    width: 300px;
    background-color: #fff;
    margin-top: 10px;
}

.album li img {
    width: 280px;
    height: 180px;
    object-fit: cover;
    background-color: #fff;
}

.album-wrap&gt;.picMarquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bottom-wrap {
    width: 100%;
    background-image: linear-gradient(#2890ae, #31b2d7);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    color: #fff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom img {
    height: 70px;
}

.bottom&gt;.text {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom&gt;.text span {
    height: 30px;
    display: flex;
    align-items: center;
}

.bottom&gt;.text a{
    color: #fff;
}

.bottom&gt;.tool {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom .icons {
    display: flex;
}

.bottom .icons&gt;.iconfont {
    font-size: 32px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
}

.bottom .link {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 栏目页 */
.list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list {
    width: 1200px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list-l {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.list-l&gt;.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l&gt;.nav&gt;.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #2890ae;
    border-bottom: 3px solid #31b2d7;
}

.list-l&gt;.nav&gt;.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l&gt;.nav&gt;.title .icontext {
    font-size: 1rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l&gt;.nav&gt;.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-l&gt;.link {
    width: 100%;
    margin: 20px 0;
}

.list-l&gt;.link&gt;.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.list-l&gt;.link&gt;.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l&gt;.link&gt;.title .icontext {
    font-size: 1rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l&gt;.link&gt;.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-r {
    width: 920px;
    display: flex;
    flex-direction: column;
}

.list-r .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #2890ae;
}

.list-r .title .text {
    color: #2890ae;
    font-size: 18px;
}

.list-r .title .nav,
.list-r .title .nav a {
    color: #767676;
}

.list-r .content {
    margin-bottom: 20px;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 17px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li&gt;span {
    color: #9b9b9b;
    float: right;
}

.list-r .listpage {
    display: flex;
    justify-content: center;
}

/* 内容页 */
.info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info {
    width: 1200px;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
}

.info&gt;.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #2890ae;
}

.info&gt;.title&gt;.text {
    color: #2890ae;
    font-size: 18px;
}

.info&gt;.title&gt;.nav,
.info&gt;.title&gt;.nav a {
    color: #767676;
}

.info&gt;.content {
    line-height: 35px;
    font-size: 16px;
}

.info&gt;.content&gt;.title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.info&gt;.content&gt;.title h3 {
    line-height: 50px;
}

.info&gt;.content&gt;.items {
    display: block;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #ccc;
}

.info&gt;.content&gt;.text {
    font-size: 17px;
    line-height: 38px;
    display: block;
    margin: 30px 0;
}

.info&gt;.content&gt;.text p {
    padding: 0;
    margin: 0;
}

.listpage span {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info&gt;.textpage a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info&gt;.textpage&gt;b {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #2890ae;
    border: 1px solid #2890ae;
}

.info&gt;.page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info&gt;.page&gt;.item {
    width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.info&gt;.page&gt;.item span {
    margin-right: 10px;
}
</pre></body></html>