<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #098ac3;
}

.main {
    width: 1024px;
    margin: 0 auto;
}

.header {
    margin-bottom: 40px;
}

/*轮播图*/
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
    height: auto;
}

/*轮播插件样式修改*/
.nivo-caption {
    position: absolute;
    left: 67px;
    bottom: 0px;
    text-align: center;
    background: #018FD7;
    color: #fff;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 890px;
    z-index: 8;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

/*内容区域*/
.wrapper {
    width: 1024px;
    margin: 0 auto;
    background-image: url("../image/about-bottom-bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 100% 100%;
}

.inner-wrapper {
    width: 900px;
    margin: 0 auto;
}

/*内容区域-侧边栏*/
.slide-nav {
    float: left;
    width: 185px;
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    /*background: url("../image/side-list-bg.png") no-repeat 0 0;*/
    background-size: 100% auto;
}

.slide-nav-title {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ebeced;
    background: url("../image/title-bg.png") no-repeat 0 0;
}

.slide-nav li {
    height: 39px;
    /*overflow: hidden;*/
    position: relative;
    background: #3b4550;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0,0,0,0.3)
}
.slide-nav li:last-child{
    position: relative;
}
.slide-nav li:last-child:after{
    content: '';
    display: block;
    left: 0;
    top:-8px;
    width: 100%;
    height: 8px;
    border-radius: 0 0 5px 5px;
    background: #3b4550;
}

.slide-nav li a {
    color: #ebeced;
    text-indent: 12px;
    line-height: 39px;
    font-size: 14px;
    max-height: 39px;
    width: 140px;
    overflow: hidden;
}

.slide-nav li img {
    position: absolute;
    width: 30px;
    height: 25px;
    top: 6px;
    border-radius: 2px;
    right: 12px;
}

.slide-nav li:hover {
    background: #1d2740;
}

/*内容区域-内容*/
.content {
    float: right;
    width: 665px;
    background: url("../image/product-bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 100px;

}

.title {
    width: 600px;
    margin: 0 auto;
    background: #778ba4;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ebeced;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*视频播放*/
.video-wrapper {
    margin-left: 32px;
    width: 320px;
    height: 215px;
}

.video-wrapper video {
    position: relative;
    width: 320px;
    height: 215px;
}

.my-video-dimensions {
    width: 320px;
    height: 215px;
}

.content-middle-img {
    margin: 20px 0 20px 32px;
}

.content-middle-img img {
    width: 100px;
    height: 130px;
}

.text {
    margin-left: 32px;
}

.text p {
    color: #333;
    line-height: 1.7;
}

p.strong {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer {
    background-color: #1d1f21;
    width: 1024px;
    margin: 0 auto;
}

/*视频播放*/
.video-wrapper {
    width: 320px;
    height: 215px;
}

.video-wrapper video {
    position: relative;
    width: 320px;
    height: 215px;
}

.my-video-dimensions {
    width: 320px;
    height: 215px;
}

.text {
}

.text p {
    text-indent: 30px;
    margin-top: 30px;
    color: #333;
    line-height: 1.7;
}

.content-img {
    text-align: center;
    margin: 20px 0 40px;
}

.content-img img {
    width: 120px;
    height: auto;
}

.footer {
    background-color: #1d1f21;
}

/*视频播放器*/
button {
    background: transparent;
    outline: none;
    border: none;
}

.jp-video {
    width: 320px;
    height: 215px;
    background: #000;
    position: relative;
}

.jp-type-single {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.jp-jplayer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.jp-gui {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

/*视频按钮*/
.jp-video-play {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -110px;
    background: url("../image/play.png") no-repeat 0 0;
    cursor: pointer;
}

.jp-progress {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9px;
    cursor: pointer;
}

.jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    cursor: pointer;
}

.jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #eee;
}

.jp-play {
    width: 20px;
    height: 20px;
    background: url("../image/play-icon.png") no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    left: 6px;
    top: 5px;
    cursor: pointer;
}

.jp-current-time {
    position: absolute;
    right: 60px;
    top: 8px;
    color: #fff;
}

.jp-duration {
    position: absolute;
    right: 50px;
    top: 8px;
    color: transparent;
}

.volume-icon {
    position: absolute;
    left: -24px;
    top: -6px;
    width: 15px;
    height: 15px;
    background: url("../image/volume.png") no-repeat 0 0;
}

.jp-volume-controls {
    position: absolute;
    left: 60px;
    top: 15px;
    width: 60px;
    height: 3px;

}

.jp-volume-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    cursor: pointer;
}

.jp-volume-bar-value {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ccc;
}

.jp-full-screen {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../image/full.png") no-repeat 0 0;
    cursor: pointer;
}

.jp-title {
    color: transparent;
}

.must-pause {
    background: url("../image/pause-icon.png") no-repeat 0 0;
}

/*背景颜色*/

.product-bg1 {
    background-color: #dbedf6;
}

.product-bg2 {
    background-color: #dfe4ee;
}

.product-bg3 {
    background-color: #f6fbfe;
}

.product-bg4 {
    background-color: #cee4fc;
}

.product-bg5 {
    background-color: #723c87;
}

.product-bg6 {
    background-color: #d7b9ed;
}

.product-bg7 {
    background-color: #f4ede3;
}

.product-bg8 {
    background-color: #d9e0e8
}

.product-bg10 {
    background-color: #c28e43;
}

.product-bg11 {
    background-color: #6e2d0d;
}

.product-bg12 {
    background-color: #d4d7dc;
}



</pre></body></html>