<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3, h4, h5, ul, li, p, figure {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.swiper {
    width: 1200px;
    margin: 0 auto;
}

.swiper .container {
    height: 463px;
    box-sizing: border-box;
    padding: 32px 0;
    position: relative;
}

.swiper .container .left {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(#8fe067, #42dbb5, #0baa8b);
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.swiper .container .right {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(#8fe067, #42dbb5, #0baa8b);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
}

.swiper .container .left i {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background: url(../images/prev.png) no-repeat 11px center;
    cursor: pointer;
}

.swiper .container .right i {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background: url(../images/next.png) no-repeat 16px center;
    cursor: pointer;
}

.swiper .container .content {
    width: 1051px;
    margin: 0 auto;
    height: 100%;
    box-shadow: 0 10px 10px #949aa0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper .container .content .hide {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}

.swiper .container .content .hide .each {
    outline: none;
}

.swiper .container .content .each a {
    outline: none;
    display: flex;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.swiper .container .content .each a .img {
    width: 715px;
    height: 100%;
    float: left;
}

.swiper .container .content .each a .img img {
    width: 100%;
    height: 100%;
}

.swiper .container .content .each a .text {
    width: 336px;
    height: 409px;
    float: left;
    padding: 60px 30px 30px 25px;
    box-sizing: border-box;
    background: url(../images/bannerL.jpg) no-repeat center;
    position: relative;
    top: -5px;
}

.swiper .container .content .each a .text p {
    text-align: justify;
    font-size: 14px;
    text-indent: 2em;
    color: #fff;
    line-height: 24px;
}

.swiper .container .pag {
    text-align: right;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.swiper .container .pag span {
    background: #fff;
    opacity: 1;
    cursor: pointer;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
}

.article {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
}

.article section {
    width: 360px;
    position: relative;
}

.article section .title {
    width: 100px;
    padding: 10px 0;
    border-top: 2px solid rgb(7, 42, 112);
    color: rgb(7, 42, 112);
    z-index: 1;
}

.article section:nth-child(1) .hot {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article section:nth-child(1) .content p {
    margin: 9px 0 12px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article section:nth-child(1) .content p a {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.article section:nth-child(1) .sect ul li a{
    display: flex;
    line-height: 50px;
    border-top: 1px dotted #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article section:nth-child(1) .sect ul li:last-child {
    border-bottom: 1px dotted #000;
}

.article section:nth-child(1) .sect ul li i {
    font-size: 20px;
    color: rgb(114, 193, 248);
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
}

.article section:nth-child(2) .hot figure {
    position: relative;
    font-size: 0;
}

.article section:nth-child(2) .hot figure img{
    width: 100%;
    height: 180px;
}

.article section:nth-child(2) .hot figure figcaption{
    width: 100%;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.article section:nth-child(2) .content ul li {
    margin: 13px 0;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article section:nth-child(3) .imgs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px dotted #000;
}

.article section:nth-child(3) .imgs img {
    width: 170px;
}

.article section:nth-child(3) .content ul li {
    margin: 13px 0;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.banner {
    width: 1200px;
    margin: 0 auto 30px auto;
}

.banner img {
    width: 100%;
}

.splendor {
    width: 1200px;
    margin: 20px auto 30px auto;
    position: relative;
    overflow: hidden;
}

.splendor .title {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 11;
    background: url(../images/shiningIcon.png) left center no-repeat;
    padding-left: 25px;
}

.splendor .hide2 {
    display: flex;
}

.splendor .hide2 .sect {
    display: flex;
    justify-content: space-between;
}

.splendor .hide2 .left{
    width: 470px;
    height: 200px;
    padding: 40px 30px 10px;
    background: #B63838;
    margin-top: 64px;
}

.splendor .hide2 .left a {
    color: #fff;
}

.splendor .hide2 .left a p {
    margin-top: 30px;
}

.splendor .hide2 .right{
    width: 670px;
    height: 333px;
}

.splendor .hide2 .right img{
    width: 100%;
}

.splendor .leftA {
    width: 26px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 550px;
    z-index: 10;
    margin-top: -22px;
    background: url(../images/shiningArrLeft.png) center center no-repeat;
}

.splendor .rightB {
    width: 26px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 15px;
    z-index: 10;
    margin-top: -22px;
    background: url(../images/shiningArrRight.png) center center no-repeat;
}

.advertising {
    width: 1200px;
    margin: 20px auto;
    padding:20px;
    border: 1px solid rgb(211,211,211);
    position: relative;
    box-sizing: border-box;
}

.advertising div:first-child {
    display:flex;
    justify-content: space-between;
}

.advertising div:last-child span{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 22px;
    line-height: 22px;
    padding-left: 16px;
    text-align: center;
    background-position: -95px -170px;
    font-style: normal;
    color: #fff;
    background: url(../images/e1006sp.png) no-repeat;
    background-position: -96px -170px;
}

.particularly {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
}

.particularly .left {
    width: 60px;
    height: 260px;
    background: url(../images/e1006sp.png) no-repeat;
    background-position: -26px -55px;
}

.particularly .right {
    width: 100%;
    background: #f2f2f2;
    position: relative;
}

.particularly .right&gt;div {
    width: 1031px;
    margin: 40px 40px 0 60px;
    overflow: hidden;
}

.particularly .right&gt;div ul {
    display: flex;
}

.particularly .right&gt;div ul li {
    margin-right: 50px; 
    position: relative;
    font-size: 0;
}

.particularly .right&gt;div ul li figcaption {
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 16px;
}

.particularly .right .leftQ {
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -13px;
    cursor: pointer;
    background: url(../images/e1006sp.png) no-repeat;
    background-position: -157px -139px;
}

.particularly .right .rightQ {
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -13px;
    cursor: pointer;
    background: url(../images/e1006sp.png) no-repeat;
    background-position: -180px -139px;
}

.video {
    width: 1200px;
    margin: 0 auto 50px auto;
}

.video .top {
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}

.video .top .left {
    width: 84px;
    height: 20px;
    background: url(../images/6.jpg) no-repeat;
}

.video .top .right {
    color: rgb(152,151,151);
    font-size: 14px;
}

.video .bottom {
    display: flex;
    justify-content: space-between;
}

.video .bottom .left {
    margin-right: 40px;
}

.video .bottom .left figure {
    font-size: 0;
    position: relative;
}

.video .bottom .left figcaption {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    background: url(../images/8.png) no-repeat;
    color: #fff;
    overflow: hidden;
}

.video .bottom .right ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content:space-between;
}

.video .bottom .right ul li figure {
    font-size: 0;
    position: relative;
}

.video .bottom .right ul li figure figcaption {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: url(../images/8.png) no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.pags {
    background-color: #f7941f !important;
}

.border {
    width: 100%;
    height: 2px;
    background-color: rgb(229, 229, 229);
    position: absolute;
    top: 0;
    z-index: -1;
}</pre></body></html>