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

/* 清除默认样式 */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

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

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
    font-family: "Microsoft YaHei";
}

textarea {
    resize: none;
    overflow: auto;
}

input {
    -webkit-appearance: none;
    /*去除input默认样式*/
}

figure {
    margin: 0;
}

/* 常用样式 */

/* 板块居中 */
.wide {
    width: 1240px;
    margin: 0 auto;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* 对齐方式 */
.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

/*隐藏*/
.none {
    display: none;
}

.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(0);
}

/* 单行省略 */
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 多行省略 */
.ellipselist {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*css3缓冲*/
.trantime {
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
}

/*放大*/
.ss-scale {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.ss-scaleli:hover .ss-scale {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*单行排列，把父元素font-size:0;*/
.lineblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*左右移动动画*/
.more-active span {
    position: relative;
    right: 0px;
}

.more-active:hover span {
    animation: mysecond .8s linear infinite;
    -moz-animation: mysecond .8s linear infinite;
    -webkit-animation: mysecond .8s linear infinite;
    -o-animation: mysecond .8s linear infinite;
}

@keyframes mysecond {
    0% {
        right: 0;
    }

    50% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

/*
  *任意宽度居中 IE8一下不支持
  *1.在父元素中添加 position：relative
*/
.center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*共用样式*/

/*浏览器低版本提示*/
#brower-max {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

#brower-max.cur00 {
    display: block;
}

#brower {
    position: fixed;
    width: 400px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    padding-top: 50px;
    z-index: 1000;
    display: none;
}

#brower.cur00 {
    display: block;
}

#brower p {
    margin-top: 20px;
}

#brower p a {
    color: #ff9c00;
}

@media \0screen\,screen\9 {

    /* 只支持IE6、7、8 */
    #brower-max {
        background-color: #000000;
        filter: Alpha(opacity=50);
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    #brower {
        filter: Alpha(opacity=100);
    }
}

/*返回顶部*/
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 60px;
    background-size: 100%;
    cursor: pointer;
    z-index: 101;
    background-color: #bbb9bac5;
    text-align: center;
    width: 60px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    visibility: hidden;
}

.go-top img {
    display: block;
    margin: 0 auto;
    height: 60%;
    margin-bottom: 3px;
}

.nei-banner {
    width: 100%;
    /* height: 0; */
    /* padding-bottom: ; */
    overflow: hidden;
    /* height: 526px; */
    /* position: relative; */
}

.nei-banner img {
    transition: 3s;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    /* height: 100%; */
    /* width: initial; */
    /* max-width: none; */
}

.nei-banner img:hover {
    transform: scale(1.3);
}

.prev-view {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.prev-view .heightling {
    color: #00a0e9;
}

.prev-view a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #666;
    padding: 9px 15px;
    /* border-right: 0px solid #cccccc; */
}

.prev-view a:last-child {
    border-right: 1px solid #cccccc;
}

/* .prev-view span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666666;
    padding-right: 18px;
} */

.prev-view a:hover {
    background: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
}

.prev-view a.active {
    background: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
}

/* 定义动画 */
@keyframes changcolor {
    0% {
        color: #fff;
    }

    80% {
        color: #ff0000;
    }

    100% {
        color: #fff;
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
    }

    5% {
        transform: rotateZ(20deg);
    }

    12% {
        transform: rotateZ(-18deg);
    }

    25% {
        transform: rotateZ(15deg);
    }

    40% {
        transform: rotateZ(-15deg);
    }

    62% {
        transform: rotateZ(-10deg);
    }

    70% {
        transform: rotateZ(11deg);
    }

    80% {
        transform: rotateZ(-6deg);
    }

    85% {
        transform: rotateX(5deg);
    }

    89% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(0);
    }
}</pre></body></html>