<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å•è¡Œæ–‡æœ¬è¶…è¿‡éƒ¨åˆ†æ˜¾ç¤ºçœç•¥å·
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

å¤šè¡Œæ–‡æœ¬è¶…è¿‡éƒ¨åˆ†æ˜¾ç¤ºçœç•¥å·
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
word-break: break-all;
 */
/*æ•´ä½“æ&nbsp;·å¼ä»£ç&nbsp;ä½¿ç”¨lessç¼–è¯‘*/
/*2021.09.01 For LiuXiaoBai*/
/* å…¬å…±æ&nbsp;·å¼å¼€å§‹ */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    /* min-height: 100%;
    max-width: 720px;
    min-width: 320px; */
    font-size: 62.5%;
    margin: 0 auto !important;
    /* font-family: "å®‹ä½“"!important; */
    /* font: 14px SourceHanSansCN-Regular !important; */
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    position: relative;
}

body:before {
    height: 50px;
}

body:before,
body:after {
    content: '';
    width: 100%;
    display: block;
}

i {
    font-style: normal;
}

.container {
    min-width: 320px;
    max-width: 720px;
    margin: 0 auto;
}

.wrap {
    padding: 0 15px;
}

.clear {
    clear: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::selection {
    color: #fff;
    background: #003d4c;
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url(../font/SourceHanSerifCN-SemiBold.otf);
}

/*æ€æºé»‘ä½“*/
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../font/SourceHanSansCN-Regular.otf);
}

/*1500+å­—ä½“å›¾æ&nbsp;‡*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/iconfont.woff') format('woff'),
        /* chromeã€firefox */
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
        url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*3.0é€šç”¨åˆ†é¡µ*/
.pages-3 {
    margin-top: 35px;
    color: #999;
    text-align: center;
    display: block;
}

.pages-3 a {
    background: #ffffff;
    color: #999;
    padding: 5px 6px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.pages-3 a:hover {
    color: #003d4c;
}

.pages-3 strong {
    color: #003d4c;
    padding: 5px 6px;
    border-radius: 4px;
}

.pages-3 cite {
    font-style: normal
}

.pages-3 .page-numbar,
.pages-3 .pages_inp,
.pages-3 .pages_btn {
    display: none;
}

/*æ—&nbsp;ç¼æ»šåŠ¨*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.top-menu {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
}

.top-menu ul {
    display: block;
    overflow: hidden;
    background-color: #003e4d;
}

.top-menu ul li {
    width: 50%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.top-menu ul li a {
    display: block;
    color: #fff;
}

/* å…¬å…±æ&nbsp;·å¼ç»“æŸ */
/* å¤´éƒ¨æ&nbsp;·å¼å¼€å§‹ */
#header {
    width: 100%;
    height: 50px;
    *zoom: 1;
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #f5f5f5;
}

#header .header {
    max-width: 720px;
    min-width: 320px;
    height: 50px;
    margin: 0px auto;
    position: relative;
}

#header .header .header-box {
    margin: auto;
}

#header .header .header-box .header-logo {
    height: 50px;
    line-height: 45px;
    float: left;
    width: -moz-calc(0%);
    width: -webkit-calc(0%);
    width: calc(100% - 100px);
    text-align: center;
}

#header .header .header-box .header-logo img {
    max-height: 50px;
}

#header .header .header-box .header-nav {
    height: 50px;
    width: 50px;
    float: left;
    margin: auto 40px;
    display: none;
}

#header .header .header-box .header-nav ul {
    text-align: center;
}

#header .header .header-box .header-nav ul li {
    line-height: 50px;
    float: left;
    transition: all 0.3s linear;
}

#header .header .header-box .header-nav ul li:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

#header .header .header-box .header-nav ul li a {
    font-size: 16px;
    color: #fff;
    margin: auto 20px;
}

#header .header .header-box .header-search {
    height: 50px;
    width: 50px;
    float: left;
}

#header .header .header-box .header-search i {
    color: #003d4c;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

#header .header .header-box .header-menu {
    height: 50px;
    float: right;
}

#header .header .header-box .header-menu i {
    color: #003d4c;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

#list-header {
    width: 100%;
    height: 50px;
    *zoom: 1;
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
}

#list-header .header {
    max-width: 720px;
    min-width: 320px;
    height: 50px;
    margin: 0px auto;
    position: relative;
}

#list-header .header .header-box {
    margin: auto;
}

.header .header-box .navico {
    width: 18px;
    margin-top: 18px;
}

.header .header-box .fanhuiico {
    width: 8px;
    margin-right: 10px;
    margin-top: -3px;
}

#list-header .header .header-box .header-nav {
    height: 50px;
    width: 50px;
    float: left;
    margin: auto 40px;
    display: none;
}

#list-header .header .header-box .header-nav ul {
    text-align: center;
}

#list-header .header .header-box .header-nav ul li {
    line-height: 50px;
    float: left;
    transition: all 0.3s linear;
}

#list-header .header .header-box .header-nav ul li:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

#list-header .header .header-box .header-nav ul li a {
    font-size: 16px;
    color: #fff;
    margin: auto 20px;
}

#list-header .header .header-box .header-search {
    height: 50px;
    float: left;
}

#list-header .header .header-box .header-search a {
    line-height: 50px;
    font-size: 16px;
    color: #000;
}

#list-header .header .header-box .header-search i {
    color: #003d4c;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    margin-right: 5px;
}

#list-header .header .header-box .header-menu {
    height: 50px;
    float: right;
}

#list-header .header .header-box .header-menu i {
    color: #003d4c;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

.sidenavshade {
    z-index: 999;
    position: fixed;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    text-align: left;
}

.sidenav a {
    padding: 15px 0 15px 0;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #003d4c;
}

.sidenav .closebtn {
    position: absolute;
    top: -8px;
    right: 15px;
    font-size: 35px;
    margin-left: 50px;
}

.sidenav .fdh-01-nav-one {
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 20px;
}

.sidenav .fdh-01-nav-one a {
    width: 100%;
}

.sidenav .fdh-01-nav-one span {
    float: right;
    position: absolute;
    top: 16px;
    right: 0px;
    text-align: center;
    width: 50px;
    height: 30px;
}

.sidenav .fdh-01-nav-two {
    display: none;
}

.sidenav .fdh-01-nav-two li {
    list-style: none;
}

.sidenav .fdh-01-nav-two li a {
    display: block;
    color: #555;
}

.sidenav .wap_nav {
    display: none;
    font-size: 30px;
    cursor: pointer;
    float: right;
    padding-top: 2px;
    padding-right: 10px;
}

.sidenav .menutips {
    margin-top: 30px;
}

.sidenav .menutips p {
    padding-bottom: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* å¤´éƒ¨æ&nbsp;·å¼ ç»“æŸ */
.index-menu ul li {
    float: left;
    width: 16%;
    line-height: 35px;
    font-size: 16px;
}

.index-menu ul li:nth-child(n+7) {
    display: none;
}

.index-menu ul li:last-child {
    display: block;
    text-align: right;
    width: 0;
}

.index-menu ul li:last-child a img {
    height: 17px;
}

/* é¦–é¡µæ&nbsp;·å¼å¼€å§‹ */
#index-body {
    background-color: #f5f5f5;
}

#index-body #header .header .header-box .header-logo {
    text-align: left;
    width: 50%;
}

#index-body #header .header .header-box .header-search {
    float: right;
    width: 50%;
    position: relative;
}

#index-body #header .header .header-box .header-search a {
    line-height: 49px;
    background: #b2c3ca;
    padding: 4px 0;
    border-radius: 50px;
}

#index-body #header .header .header-box .header-search a input {
    border: none;
    font-size: 12px;
    width: 100%;
    background: transparent;
    padding-left: 15px;
}

#index-body #header .header .header-box .header-search a input::-webkit-input-placeholder {
    color: #fff;
}

#index-body #header .header .header-box .header-search a img {
    position: absolute;
    top: 15px;
    right: 9px;
    margin-top: 0;
}

#index-body #index .wrapper {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#index-body #index .wrapper .scroller {
    position: absolute;
}

#index-body #index .wrapper .scroller li {
    color: #333;
    float: left;
    line-height: 50px;
    text-align: center;
}

#index-body #index .wrapper .scroller li a {
    color: #333;
    display: block;
    margin: 0 10px;
    font-size: 15px;
    transition: all 0.3s linear;
}

#index-body #index .wrapper .scroller li.cur a {
    font-size: 18px;
    color: #003d4c;
}

#index-body #index .index-banner .swiper-wrapper .swiper-slide {
    width: 96%;
}

#index-body #index .index-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
}

#index-body #index .index-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    /* width: 30px;
				height: 5px;
				border-radius: 0; */
}

#index-body #index .index-banner .swiper-pagination-bullet-active {
    background-color: #003d4c;
    opacity: 0.8;
    /* width: 30px;
    height: 5px;
    border-radius: 0; */
}

#index-body #index .remenjiaodian {
    background-color: #fff;
    /* border-radius: 4px; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 0 0;
    white-space: nowrap;
}

#index-body #index .remenjiaodian span {
    line-height: 40px;
    font-style: italic;
    color: #f73f46;
    padding-right: 8px;
}

#index-body #index .remenjiaodian span img {
    height: 15px;
    margin-right: 5px;
    line-height: 40px;
    margin-left: 8px;
}

#index-body #index .remenjiaodian a {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

#index-body #index .index-lanmu-title {
    margin: 10px auto 10px auto;
}

#index-body #index .index-lanmu-title span {
    font-size: 16px;
    color: #666;
}

#index-body #index .section1 {
    /* æœ¬ç«™æ–°é—»æŽ¨è */
}

#index-body #index .section1 .news-box .left {
    width: 100%;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

#index-body #index .section1 .news-box .left ul li {
    position: relative;
    overflow: hidden;
    /* height: 90px; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

#index-body #index .section1 .news-box .left ul li:nth-child(1) {
    margin-top: 10px;
}

#index-body #index .section1 .news-box .left ul li:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
}

#index-body #index .section1 .news-box .left ul li span {
    position: absolute;
    width: 30px;
    height: 35px;
    background-color: #003d4c;
    text-align: center;
    line-height: 90px;
    border-radius: 50px;
    color: #fff;
    left: -15px;
    top: -18px;
}

#index-body #index .section1 .news-box .left ul li span i {
    position: absolute;
    left: 17px;
    top: -20px;
    font-size: 12px;
}

#index-body #index .section1 .news-box .left ul li .content {
    position: relative;
    overflow: hidden;
    width: auto;
    margin-left: 25px;
}

#index-body #index .section1 .news-box .left ul li .content h4 {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin-bottom: 5px;
}

#index-body #index .section1 .news-box .left ul li .content p {
    font-size: 12px;
    margin: 0px 0 5px 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
}

#index-body #index .section1 .news-box .left ul li .content .d_item {
    font-size: 12px;
    display: inline-block;
    color: #aaa;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
}

#index-body #index .section1 .news-box .left ul li img {
    float: right;
    width: 90px;
    height: 60px;
    object-fit: cover;
    margin: 0px 10px 0 10px;
}

#index-body #index .section1 .news-box .right .right-b {
    margin: 20px 0 20px 0;
}

#index-body #index .section1 .news-box .right .right-b li {
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-bottom: 1px dashed #dddddd;
}

#index-body #index .section1 .news-box .right .right-b li:last-child {
    padding: 20;
    border: none;
}

#index-body #index .section1 .news-box .right .right-b li img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    position: absolute;
}

#index-body #index .section1 .news-box .right .right-b li .content {
    margin: 0 0 0 110px;
    height: 70px;
}

#index-body #index .section1 .news-box .right .right-b li .content h4 {
    font-size: 14px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index-body #index .section1 .news-box .right .right-b li .content .d_item {
    font-size: 12px;
    display: inline-block;
    color: #aaa;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
}

#index-body #index .section2 {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

#index-body #index .section2 .index-lanmu-title span {
    color: #003d4c;
    font-size: 16px;
}

#index-body #index .section2 .index-lanmu-title a {
    float: right;
    line-height: 25px;
    font-size: 13px;
    color: #999;
}

#index-body #index .section2 .news-box .left {
    width: 100%;
}

#index-body #index .section2 .news-box .left .swiper-container {
    width: 100%;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide {
    width: 100%;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 10px;
    color: #fff;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 a {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 .count .ll {
    font-size: 14px;
    color: #003d4c;
    margin-right: 20px;
    font-weight: unset;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 .count .ll img {
    width: 16px;
    height: 10px;
    margin-right: 5px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 .count .sj {
    font-weight: unset;
    font-size: 12px;
    color: #999;
}

#index-body #index .section2 .news-box .left .hddblist {
    padding-top: 15px;
}

#index-body #index .section2 .news-box .left .hddblist ul li {
    width: 33.333333%;
    float: left;
    padding: 1%;
}

#index-body #index .section2 .news-box .left .hddblist ul li:first-of-type {
    padding-left: 0;
}

#index-body #index .section2 .news-box .left .hddblist ul li:nth-child(3n) {
    padding-right: 0;
}

#index-body #index .section2 .news-box .left .hddblist ul li:nth-child(3n + 4) {
    padding-left: 0;
}

#index-body #index .section2 .news-box .left .hddblist ul li img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    /* border-radius: 4px; */
}

#index-body #index .section2 .news-box .left .hddblist ul li .content {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    padding-top: 5px;
}

#index-body #index .section2 .news-box .left .hddblist ul li .content object {
    display: block;
}

#index-body #index .section2 .news-box .left .hddblist ul li .content object a {
    font-size: 11px;
    color: #999999;
    margin-right: 10px;
}

#index-body #index .section2 .news-box .left .hddblist ul li .content object a img {
    width: 16px;
    height: 10px;
    margin-right: 10px;
    margin-left: 5px;
}

#index-body #index .section2 .news-box .left .hddblist ul li .content span {
    font-size: 12px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#index-body #index .section3 {
    padding-top: 20px;
}

#index-body #index .section3 .index-lanmu-title span {
    font-size: 16px;
}

#index-body #index .section3 .index-lanmu-title a {
    float: right;
    line-height: 25px;
    font-size: 13px;
    color: #999;
}

#index-body #index .section3 .news-box .left {
    width: 100%;
}

#index-body #index .section3 .news-box .left .hddblist ul li {
    width: 32%;
    float: left;
    padding: 2%;
    background-color: #fff;
    margin-bottom: 2%;
    margin-right: 2%;
}

#index-body #index .section3 .news-box .left .hddblist ul li:nth-child(3n) {
    margin-right: 0%;
}

#index-body #index .section3 .news-box .left .hddblist ul li img {
    width: 100%;
    height: 50px;
    object-fit: scale-down;
}

#index-body #index .section3 .news-box .left .hddblist ul li .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    text-align: center;
}

#index-body #index .section3 .news-box .left .hddblist ul li .content object {
    display: block;
}

#index-body #index .section3 .news-box .left .hddblist ul li .content object a {
    font-size: 11px;
    color: #003d4c;
    margin-right: 10px;
    line-height: 13px;
}

#index-body #index .section3 .news-box .left .hddblist ul li .content object a img {
    width: 8px;
    height: 13px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -3px;
}

#index-body #index .section3 .news-box .left .hddblist ul li .content span {
    font-size: 13px;
    color: #000;
    text-align: center;
}

#index-body #index .section4 {
    padding-top: 20px;
}

#index-body #index .section4 .index-lanmu-title span {
    font-size: 16px;
}

#index-body #index .section4 .index-lanmu-title a {
    float: right;
    line-height: 25px;
    font-size: 13px;
    color: #999;
}

#index-body #index .section4 .bgcolumn {
    padding-top: 15x;
}

#index-body #index .section4 .bgcolumn li {
    float: left;
    position: relative;
}

#index-body #index .section4 .bgcolumn li img {
    width: 155px;
    height: 185px;
    object-fit: cover;
}

#index-body #index .section4 .bgcolumn li .shade {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s linear;
}

#index-body #index .section4 .bgcolumn li .shade:hover {
    color: transparent;
    background-color: transparent;
}

#index-body #index .section4 .bgcolumn li .shade .text-a {
    font-size: 13px;
    position: absolute;
    top: 25px;
    left: 15px;
}

#index-body #index .section4 .bgcolumn li .shade .text-a img {
    width: 3px;
    height: 14px;
    margin-right: 10px;
}

#index-body #index .section4 .bgcolumn li .shade .text-b {
    font-size: 13px;
    position: absolute;
    top: 70px;
    left: 15px;
}

#index-body #index .section4 .bgcolumn li .shade .text-b span {
    font-size: 16px;
    font-weight: 600;
}

#index-body #index .section4 .bgcolumn li .shade .text-b p {
    font-size: 13px;
    color: #999;
}

#index-body #index .section4 .bgcolumn li .shade .btn {
    position: absolute;
    bottom: 25px;
    left: 15px;
}

#index-body #index .section4 .bgcolumn li .shade .btn a {
    background-color: #f5af3e;
    font-size: 10px;
    color: #253443;
    padding: 5px 15px;
    border-radius: 4px;
}

/* é¦–é¡µæ&nbsp;·å¼ ç»“æŸ */
/* æ–°é—»åˆ—è¡¨å¼€å§‹ */
#news-list-body #newslist .section1 {
    margin-bottom: 20px;
}

#news-list-body #newslist .section1 .focus-title {
    padding-top: 20px;
}

#news-list-body #newslist .section1 .focus-title span {
    font-size: 16px;
    font-weight: 600;
}

#news-list-body #newslist .section1 .focus-title i {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    font-weight: unset;
}

#news-list-body #newslist .section1 .focus-list {
    width: 100%;
    margin-top: 15px;
}

#news-list-body #newslist .section1 .focus-list .swiper-slide:nth-child(1) li a span {
    color: #fff;
    background-color: #003d4c;
    border: 2px solid #003d4c;
}

#news-list-body #newslist .section1 .focus-list ul {
    width: 100%;
    padding: 10px 15px;
    background-color: #eee;
}

#news-list-body #newslist .section1 .focus-list ul li {
    margin: 10px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-list-body #newslist .section1 .focus-list ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section1 .focus-list ul li a:hover {
    color: #003d4c;
}

#news-list-body #newslist .section1 .focus-list ul li a:hover span {
    color: #fff;
    background-color: #003d4c;
}

#news-list-body #newslist .section1 .focus-list ul li a span {
    color: #666;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 2px;
    width: 20px;
    font-size: 10px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container {
    width: 100%;
    margin: 0 35px 0 0;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 25px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination-bullet-active {
    background-color: #003d4c;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination {
    bottom: 15px;
    right: 15px;
    left: auto;
    width: auto;
}

#news-list-body #newslist .section2 .left {
    width: 100%;
}

#news-list-body #newslist .section2 .left .wrapper {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#news-list-body #newslist .section2 .left .wrapper .scroller {
    position: absolute;
}

#news-list-body #newslist .section2 .left .wrapper .scroller li {
    color: #333;
    float: left;
    line-height: 50px;
    text-align: center;
}

#news-list-body #newslist .section2 .left .wrapper .scroller li a {
    color: #333;
    display: block;
    margin: 0 10px;
    font-size: 15px;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section2 .left .wrapper .scroller li.cur a {
    font-size: 18px;
    color: #003d4c;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0 10px;
    min-width: auto;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title .layui-this {
    color: #003d4c;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title .layui-this::after {
    top: -2px;
    border-bottom: 2px solid #003d4c;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-bar {
    display: none;
    top: 8px;
    width: 30px;
    height: 25px;
    line-height: 25px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-bar .layui-icon {
    top: 0px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content {
    padding: 0;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li {
    margin: 15px 0;
    height: 87px;
    position: relative;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li img {
    width: 136px;
    height: 87px;
    margin-left: 10px;
    float: right;
    object-fit: cover;
    border-radius: 4px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content {
    margin: 0px 145px 0 10px;
    padding: 0;
    min-height: auto;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content span {
    position: absolute;
    bottom: 0;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content h4 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content p {
    font-size: 10px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i {
    font-size: 10px;
    color: #999999;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i:nth-child(1) {
    margin-right: 15px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item .layui-btn {
    margin-top: 15px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item .layui-btn:hover {
    border-color: #003d4c;
    color: #333;
}

.newscontainer {
    margin-top: 25px;
}

.newscontainer img {
    width: 100%;
}

/* æ–°é—»åˆ—è¡¨ç»“æŸ */
/* æ–°é—»è¯¦æƒ…å¼€å§‹ */
#news-details-body #newsdetails .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#news-details-body #newsdetails .position a {
    font-size: 14px;
    color: #999999;
}

#news-details-body #newsdetails .section1 .left {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px rgba(163, 177, 191, 0.35);
    padding: 0 15px 20px 15px;
}

#news-details-body #newsdetails .section1 .left .news-box {
    padding: 30px 0 0 0;
    text-align: justify;
}

#news-details-body #newsdetails .section1 .left .news-box .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

#news-details-body #newsdetails .section1 .left .news-box .count {
    margin-top: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .count span {
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .content {
    width: 100%;
    padding: 30px 0 10px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

#news-details-body #newsdetails .section1 .left .news-box .content img {
    max-width: 100%;
    height: auto !important;
}

#news-details-body #newsdetails .section1 .left .news-box .tips {
    padding: 15px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 2;
    color: #999;
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike {
    text-align: center;
    padding: 35px 0;
    border-bottom: 1px dashed #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a {
    color: #fff;
    font-size: 18px;
    background-color: #003d4c;
    padding: 10px 20px;
    border-radius: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i::before {
    position: relative;
    top: 3px;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more {
    font-size: 14px;
    color: #999;
    line-height: 2;
    padding: 25px 0;
    transition: all 0.3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .comment {
    float: unset;
    display: unset;
    height: unset;
    padding-left: unset;
    background: #fff;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next a {
    color: #999;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-next a:hover {
    color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev a {
    color: #999;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more .news-prev a:hover {
    color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ededed;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block {
    margin: 0;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block .layui-textarea {
    border: none;
    background-color: #f9f9f9;
    min-height: 70px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit {
    height: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box {
    width: 100%;
    padding-top: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline {
    width: 25%;
}

/* å°‘äºŽ320çš„å¤è‘£æœº */
@media only screen and (max-width: 320px) {

    #corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline,
    #news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline {
        width: 50% !important;
        float: left;
        margin-bottom: 10px;
    }

    #corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn,
    #news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
        float: right;
    }
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content input::-webkit-input-placeholder {
    font-size: 12px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox span {
    font-size: 12px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input {
    height: 32px;
    line-height: 32px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked span {
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox i {
    color: #d2d2d2;
    height: 30px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked i {
    color: #003d4c;
    border-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-border-red {
    border-color: #003d4c !important;
    color: #003d4c !important;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
    height: 30px;
    line-height: 30px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment {
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li:last-child {
    border-bottom: none;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .name {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text {
    margin: 10px 0 10px 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}

#news-details-body #newsdetails .section1 .tuijianyd {
    background-color: #fff;
    padding-top: 10px;
    margin-top: 20px;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment {
    /* margin-top: 15px; */
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #003d4c;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text {
    margin: 0 75px 10px 0;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .count {
    position: absolute;
    right: 0;
    top: 10px;
}

#news-details-body #newsdetails .section1 .tuijianyd .all-comment .all-comment-content ul li .count p {
    color: #999;
    font-size: 12px;
}

/* æ–°é—»è¯¦æƒ…ç»“æŸ */
/* ä¼ä¸šæ–°é—»åˆ—è¡¨å¼€å§‹ */
#corporate-newslist-body #corporate-newslist .section1 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#corporate-newslist-body #corporate-newslist .section1 .cont {
    width: 100%;
    background-color: #fff;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count img {
    width: 150px;
    height: 80px;
    object-fit: scale-down;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    position: absolute;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .gsdianzhan {
    width: auto;
    height: 13px;
    object-fit: unset;
    border: unset;
    border-radius: unset;
    position: unset;
    margin-right: 5px;
    margin-top: -3px;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content {
    margin: 0 0 0 150px;
    height: 90px;
    position: relative;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-left: 20px;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content .layui-btn {
    margin-left: 20px;
    font-size: 12px;
    border-radius: 4px;
    height: 25px;
    line-height: 23px;
    background-color: #f5af3e;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content .layui-btn i {
    font-size: 14px;
    margin-right: 5px;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content .layui-btn i::before {
    position: relative;
    top: 2px;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content2 {
    margin-top: 10px;
    display: table;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content2 ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content2 ul li:nth-child(2) {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content2 ul li i {
    display: block;
    font-size: 22px;
    color: #f5af3e;
}

#corporate-newslist-body #corporate-newslist .section1 .cont .corporate-count .content2 ul li span {
    font-size: 14px;
    color: #999;
}

#corporate-newslist-body #corporate-newslist .section2 {
    padding-bottom: 10px;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .list-lanmu-title span {
    font-size: 13px;
    color: #999;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .list-lanmu-title span img {
    margin-right: 5px;
    margin-top: -2px;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .about {
    font-size: 12px;
    color: #333;
    padding: 10px 0;
    line-height: 1.5;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .about p {
    font-size: 12px;
    color: #333;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .about div {
    font-size: 12px;
    color: #333;
}

#corporate-newslist-body #corporate-newslist .section2 .liaojiegs .about a {
    font-size: 12px;
    color: #333;
}

#corporate-newslist-body #corporate-newslist .section3 {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 30px;
}

#corporate-newslist-body #corporate-newslist .section3 .list-lanmu-title span {
    font-size: 13px;
    color: #000;
}

#corporate-newslist-body #corporate-newslist .section3 .list-lanmu-title span img {
    margin-right: 5px;
    margin-top: -2px;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-title li {
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-title .layui-this {
    color: #000;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #000;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content {
    padding: 0;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li img {
    width: 120px;
    height: 79px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li .content {
    margin: 0px 0px 0 130px;
    height: 79px;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li .content h4 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li .content .desc {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li .content span i {
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-tab-content .layui-tab-item li .content span i img {
    border-radius: 0px;
    width: auto;
    height: auto;
    float: unset;
    margin-right: 5px;
    position: unset;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-btn {
    margin-top: 15px;
}

#corporate-newslist-body #corporate-newslist .section3 .layui-tab .layui-btn:hover {
    border-color: #f5af3e;
    color: #f5af3e;
}

/* ä¼ä¸šæ–°é—»åˆ—è¡¨ç»“æŸ */
/* ä¼ä¸šæ–°é—»è¯¦æƒ…å¼€å§‹ */
#corporate-news-details-body #corporate-news-details .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#corporate-news-details-body #corporate-news-details .position a {
    font-size: 14px;
    color: #999999;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips {
    background-color: #f5af3e;
    height: 35px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips img {
    max-width: 70px;
    height: 31px;
    margin-top: 2px;
    float: left;
    margin-right: 5px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips .gsdianzhan {
    height: 14px;
    margin-top: -5px;
    float: unset;
    margin-right: 5px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips h4 {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips .givelike {
    float: right;
    margin-top: 9px;
    margin-left: 5px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips .givelike a {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 4px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips .givelike a i {
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
}

#corporate-news-details-body #corporate-news-details .section1 .newstips .givelike a i::before {
    position: relative;
    top: 3px;
}

#corporate-news-details-body #corporate-news-details .section1 .left {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px rgba(163, 177, 191, 0.35);
    padding: 0 25px 20px 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box {
    padding: 30px 0 0 0;
    text-align: justify;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .count {
    margin-top: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .count span {
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .content {
    width: 100%;
    padding: 30px 0 10px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .content img {
    max-width: 100%;
    height: auto !important;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .tips {
    padding: 15px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
    color: #999;
    margin-top: 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike {
    text-align: center;
    padding: 35px 0;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a {
    color: #fff;
    font-size: 18px;
    background-color: #f5af3e;
    padding: 10px 20px;
    border-radius: 50px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a i {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a i::before {
    position: relative;
    top: 3px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more {
    font-size: 14px;
    color: #999;
    line-height: 2;
    padding: 25px 0;
    transition: all 0.3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-next a {
    color: #999;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-next a:hover {
    color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-prev {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-prev a {
    color: #999;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more .news-prev a:hover {
    color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ededed;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .layui-input-block {
    margin: 0;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .layui-input-block .layui-textarea {
    border: none;
    background-color: #f9f9f9;
    min-height: 70px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit {
    height: 50px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box {
    width: 100%;
    padding-top: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input-inline {
    width: 25%;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content input::-webkit-input-placeholder {
    font-size: 12px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox span {
    font-size: 12px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input {
    height: 32px;
    line-height: 32px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked span {
    background-color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox i {
    color: #d2d2d2;
    height: 30px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked i {
    color: #f5af3e;
    border-color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-border-red {
    border-color: #f5af3e !important;
    color: #f5af3e !important;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
    height: 30px;
    line-height: 30px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment {
    margin-top: 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li:last-child {
    border-bottom: none;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .name {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .content-text {
    margin: 10px 0 10px 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd {
    background-color: #fff;
    padding-top: 10px;
    margin-top: 20px;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment {
    margin-top: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #f5af3e;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-content ul li {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text {
    margin: 0 75px 10px 0;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-content ul li .count {
    position: absolute;
    right: 0;
    top: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .tuijianyd .all-comment .all-comment-content ul li .count p {
    color: #999;
    font-size: 12px;
}

/* ä¼ä¸šæ–°é—»è¯¦æƒ…ç»“æŸ */
/* ä¸“é¢˜åˆ—è¡¨å¼€å§‹ */
#special-body #special .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#special-body #special .position a {
    font-size: 14px;
    color: #999999;
}

#special-body #special .section1 .about {
    background-color: #fff;
    padding-bottom: 15px;
}

#special-body #special .section1 .about .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding: 10px 0 10px 0;
}

#special-body #special .section1 .about .title .cn {
    margin-right: 10px;
}

#special-body #special .section1 .about .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* position: relative; */
    /* overflow: hidden; */
    /* height: 130px; */
    transition: all 0.3s linear;
}

#special-body #special .section1 .about .content img {
    max-width: 100%;
    height: auto !important;
}

/* #special-body #special .section1 .about .content-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
} */
#special-body #special .section1 .about .poster-btn3 {
    text-align: center;
}

#special-body #special .section1 .about .poster-btn3 .layui-btn {
    font-size: 14px;
    color: #999999;
    border-color: #eeeeee;
}

#special-body #special .section1 .about .poster-btn3 .layui-btn:hover {
    color: #003d4c;
    border-color: #003d4c;
}

#special-body #special .section1 .about .poster-btn3 .layui-btn .layui-icon {
    margin-left: 8px;
}

#special-body #special .section1 .left {
    width: 100%;
    background-color: #fff;
}

#special-body #special .section1 .left .special-banner {
    width: 100%;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title {
    position: absolute;
    width: 60%;
    margin-left: 2%;
    line-height: 2;
    bottom: 13px;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title h4 a {
    font-size: 12px;
    color: #fff;
}

#special-body #special .section1 .left .special-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section1 .left .special-banner .swiper-pagination-bullet-active {
    background-color: #003d4c;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section1 .left .special-banner .swiper-pagination {
    bottom: 15px;
    right: 2%;
    left: auto;
    width: auto;
}

#special-body #special .section1 .left .layui-tab {
    margin: 25px 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-title li {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    /* margin: 0 15px; */
}

#special-body #special .section1 .left .layui-tab .layui-tab-title .layui-this {
    color: #003d4c;
}

#special-body #special .section1 .left .layui-tab .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #003d4c;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content {
    padding: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list {
    background-color: #fff;
    margin: 0 0 40px 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li {
    position: relative;
    padding: 25px 0 25px 0;
    border-bottom: 1px dashed #dddddd;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:last-child {
    padding: 25px 0 0 0;
    border: none;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    position: unset;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    left: 0;
    color: #fff;
    background-color: #003d4c;
    padding: 2px 7px;
    border-radius: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) span::before {
    content: 'TOP ';
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) .content {
    height: 20px;
    margin: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) .content h4 {
    font-size: 16px;
    border: none;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li:nth-child(1) .content object a {
    font-size: 12px;
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(25% - 10px);
    color: #666666;
    background-color: #eeeeee;
    margin: 5px 10px 0 0;
    border-radius: 2px;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li img {
    width: 185px;
    height: 120px;
    object-fit: cover;
    position: absolute;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #003d4c;
    padding: 2px 7px;
    border-radius: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li .content {
    height: 120px;
    margin: 0 0 0 200px;
    position: relative;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li .content object {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item .content-list ul li .content object a {
    font-size: 12px;
    display: block;
    width: -moz-calc(40%);
    width: -webkit-calc(40%);
    width: calc(50% - 10px);
    float: left;
    color: #666666;
    background-color: #eeeeee;
    padding: 5px 0;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-btn-fluid {
    color: #999999;
    background-color: #f5f5f5;
}

#special-body #special .section2 {
    margin-bottom: 25px;
}

#special-body #special .section2 .special-title {
    padding-bottom: 15px;
}

#special-body #special .section2 .special-title span {
    font-size: 16px;
    color: #000;
}

#special-body #special .section2 .special-products-list ul li {
    width: 50%;
    float: left;
    padding: 1%;
}

#special-body #special .section2 .special-products-list ul li:first-of-type {
    padding-left: 0;
}

#special-body #special .section2 .special-products-list ul li:nth-child(2n) {
    padding-right: 0;
}

#special-body #special .section2 .special-products-list ul li:nth-child(2n + 3) {
    padding-left: 0;
}

#special-body #special .section2 .special-products-list ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

#special-body #special .section2 .special-products-list ul li .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* i {
                                width: 30px;
                                height: 3px;
                                background-color: #003d4c;
                                display: block;
                                margin: 10px auto 0 auto;
                            } */
}

#special-body #special .section2 .special-products-list ul li .content object {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section2 .special-products-list ul li .content object a {
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}

#special-body #special .section2 .special-products-list ul li .content span {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section2 .special-products-list .layui-btn-fluid {
    color: #999999;
    background-color: #f5f5f5;
}

#special-body #special .section3 {
    margin-bottom: 25px;
}

#special-body #special .section3 .special-title {
    padding-bottom: 15px;
}

#special-body #special .section3 .special-title span {
    font-size: 16px;
    color: #000;
}

#special-body #special .section3 .special-video-list li {
    float: left;
    margin: 1%;
    position: relative;
}

#special-body #special .section3 .special-video-list li:first-of-type {
    margin-left: 0;
}

#special-body #special .section3 .special-video-list li:nth-child(3n) {
    margin-right: 0;
}

#special-body #special .section3 .special-video-list li:nth-child(3n + 4) {
    margin-left: 0;
}

#special-body #special .section3 .special-video-list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#special-body #special .section3 .special-video-list li .content {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
}

#special-body #special .section3 .special-video-list li .content span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 10px;
}

#special-body #special .section3 .special-video-list li .content i img {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 10px 0 0 10px;
}

#special-body #special .section4 {
    margin-bottom: 25px;
    display: table;
}

#special-body #special .section4 .left {
    width: 100%;
}

#special-body #special .section4 .left .special-title {
    padding-bottom: 15px;
}

#special-body #special .section4 .left .special-title span {
    font-size: 16px;
    color: #000;
}

#special-body #special .section4 .left .special-brand-logo ul li {
    width: 33.333333%;
    float: left;
    padding: 1%;
}

#special-body #special .section4 .left .special-brand-logo ul li:first-of-type {
    padding-left: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li:nth-child(3n) {
    padding-right: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li:nth-child(3n + 4) {
    padding-left: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li img {
    width: 100%;
    height: 80px;
    object-fit: scale-down;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

#special-body #special .section5 .special-title {
    padding-bottom: 15px;
}

#special-body #special .section5 .special-title span {
    font-size: 16px;
    color: #000;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner {
    width: 100%;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 41px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 a {
    font-size: 14px;
    color: #fff;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet-active {
    background-color: #003d4c;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section5 .special-news-list .special-news-list-box {
    width: 100%;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a span {
    width: 75%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a span:hover {
    color: #003d4c;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a i {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a i:hover {
    color: #003d4c;
}

/* ä¸“é¢˜åˆ—è¡¨ç»“æŸ */
/* ä¸“é¢˜åˆ—è¡¨å¼€å§‹ */
#special-list-body #special-list .section1 {
    background-color: #fff;
}

#special-list-body #special-list .section1 .special-news-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 10px;
}

#special-list-body #special-list .section1 .special-news-title i {
    width: 3px;
    height: 16px;
    background-color: #003d4c;
    display: block;
    position: absolute;
    margin-top: 3px;
}

#special-list-body #special-list .section1 .special-news-title span {
    font-size: 16px;
    color: #000;
    margin-left: 20px;
}

#special-list-body #special-list .section1 .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section1 .special-news-title a:hover {
    color: #003d4c;
}

#special-list-body #special-list .section1 .special-news-list ul li {
    width: 50%;
    float: left;
    padding: 1%;
}

#special-list-body #special-list .section1 .special-news-list ul li:first-of-type {
    padding-left: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li:nth-child(2n) {
    padding-right: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li:nth-child(2n + 3) {
    padding-left: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li img {
    width: 100%;
    height: 120px;
    border: 1px solid #f2f2f2;
    object-fit: cover;
    border-radius: 4px;
}

#special-list-body #special-list .section1 .special-news-list ul li .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#special-list-body #special-list .section1 .special-news-list ul li .content object {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-list-body #special-list .section1 .special-news-list ul li .content object a {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

#special-list-body #special-list .section1 .special-news-list ul li .content span {
    font-size: 14px;
    color: #000;
}

#special-list-body #special-list .section2 {
    background-color: #fff;
}

#special-list-body #special-list .section2 .special-news-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

#special-list-body #special-list .section2 .special-news-title i {
    width: 3px;
    height: 16px;
    background-color: #003d4c;
    display: block;
    position: absolute;
    margin-top: 3px;
}

#special-list-body #special-list .section2 .special-news-title span {
    font-size: 16px;
    color: #000;
    margin-left: 20px;
}

#special-list-body #special-list .section2 .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-title a:hover {
    color: #003d4c;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box {
    width: 100%;
    float: left;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box:nth-child(2) {
    margin: 0 3%;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span {
    width: 75%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span:hover {
    color: #003d4c;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i:hover {
    color: #003d4c;
}

/* ä¸“é¢˜åˆ—è¡¨ç»“æŸ */
/* å“ç‰Œæ¦œå¼€å§‹ */
#brand-list-body #brand-list .brand-banner img {
    width: 100%;
}

#brand-list-body #brand-list .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#brand-list-body #brand-list .position a {
    font-size: 14px;
    color: #999999;
}

#brand-list-body #brand-list .section1 .network-search-box {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder {
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 4px;
    background: rgb(255 255 255);
    z-index: 99999;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder .search-input {
    border: none;
    position: absolute;
    width: calc(100% - 80px);
    margin-left: 10px;
    color: #999;
    font-size: 14px !important;
    line-height: 34px;
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder .search-input::-webkit-input-placeholder {
    color: #e5e5e5;
    font-size: 14px;
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder .search-icon {
    position: relative;
    float: right;
    width: 65px;
    height: 34px;
    border-radius: 4px;
    background: #fff;
    border: none;
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder .search-icon a {
    color: #999999;
    line-height: 34px;
    font-size: 15px;
}

#brand-list-body #brand-list .section1 .network-search-box .input-holder .search-icon i {
    font-size: 15px;
}

#brand-list-body #brand-list .section1 .wrapper {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

#brand-list-body #brand-list .section1 .wrapper .scroller {
    position: absolute;
}

#brand-list-body #brand-list .section1 .wrapper .scroller li {
    color: #333;
    float: left;
    line-height: 50px;
    text-align: center;
}

#brand-list-body #brand-list .section1 .wrapper .scroller li a {
    color: #333;
    display: block;
    margin: 0 10px;
    font-size: 15px;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section1 .wrapper .scroller li.cur a {
    font-size: 18px;
    color: #ff3220;
    height: 50px;
    border-bottom: 3px solid #ff3220;
}

#brand-list-body #brand-list .section1 .focus-bottom {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    margin-top: 50px;
    display: table;
}

#brand-list-body #brand-list .section1 .focus-bottom .left {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    background-color: #fffcf7;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li {
    width: 33.333333%;
    float: left;
    line-height: 50px;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li a {
    font-size: 16px;
    color: #666666;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li a img {
    margin-right: 5px;
}

#brand-list-body #brand-list .section1 .focus-bottom .right {
    width: 100%;
    float: right;
    background-color: #fffcf7;
}

#brand-list-body #brand-list .section1 .focus-bottom .right span {
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    float: right;
    padding-right: 35px;
}

#brand-list-body #brand-list .section1 .focus-bottom .right span a {
    color: #ff3220;
    border: 2px solid #ff3220;
    padding: 8px 20px;
    margin-left: 15px;
    border-radius: 4px;
    font-weight: 600;
}

#brand-list-body #brand-list .section1 .content .title {
    text-align: center;
}

#brand-list-body #brand-list .section1 .content .title span {
    font-size: 18px;
    color: #ff3220;
    font-weight: 600;
    display: block;
    margin: 25px 0 25px 0;
}

#brand-list-body #brand-list .section1 .content .list ul li {
    clear: left;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 70px;
    background-color: #fff;
    margin-bottom: 10px;
}

#brand-list-body #brand-list .section1 .content .list ul li:nth-child(-n + 3) .num p {
    color: #003d4c;
}

#brand-list-body #brand-list .section1 .content .list ul li .logo {
    float: left;
    margin: 0 0 0 10px;
    display: flex;
    width: 70px;
    height: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .logo img {
    max-width: 70px;
    height: 40px;
    object-fit: scale-down;
    border: 1px solid #ccc;
}

#brand-list-body #brand-list .section1 .content .list ul li .title {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -moz-calc(-115%);
    width: -webkit-calc(-115%);
    width: calc(100% - 215px);
}

#brand-list-body #brand-list .section1 .content .list ul li .title p {
    font-size: 14px;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#brand-list-body #brand-list .section1 .content .list ul li .size {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40px;
}

#brand-list-body #brand-list .section1 .content .list ul li .size p {
    font-size: 15px;
    color: #ff3220;
}

#brand-list-body #brand-list .section1 .content .list ul li .size p img {
    height: 17px;
    width: 13px;
    padding-bottom: 4px;
}

#brand-list-body #brand-list .section1 .content .list ul li .size span {
    font-size: 14px;
    color: #999999;
}

#brand-list-body #brand-list .section1 .content .list ul li .btns {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40px;
}

#brand-list-body #brand-list .section1 .content .list ul li .btns .layui-btn {
    border: none;
    color: #666;
    padding: 0 0 0 10px;
    margin-right: 10px;
}

#brand-list-body #brand-list .section2 {
    margin-top: 25px;
}

#brand-list-body #brand-list .section2 .left {
    width: 100%;
}

#brand-list-body #brand-list .section2 .left .special-title {
    padding-bottom: 15px;
}

#brand-list-body #brand-list .section2 .left .special-title span {
    font-size: 14px;
    color: #000;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li {
    width: 33.333333%;
    float: left;
    padding: 1%;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:first-of-type {
    padding-left: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:nth-child(3n) {
    padding-right: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:nth-child(3n + 4) {
    padding-left: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li img {
    width: 100%;
    height: 70px;
    object-fit: scale-down;
    background: #fff;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li span {
    width: 100%;
    background-color: #fff;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#brand-list-body #brand-list .section3 {
    margin-top: 25px;
}

#brand-list-body #brand-list .section3 .left {
    width: 100%;
}

#brand-list-body #brand-list .section3 .left .special-title {
    padding-bottom: 15px;
}

#brand-list-body #brand-list .section3 .left .special-title span {
    font-size: 14px;
    color: #000;
}

#brand-list-body #brand-list .section3 .left .special-list {
    background-color: #fff;
    width: 100%;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box {
    width: 100%;
    float: left;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(-n + 4) a span {
    color: #fff;
    background-color: #003d4c;
    border: 2px solid #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a span {
    color: #003d4c;
    border: 1px solid #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a:hover {
    color: #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a:hover span {
    color: #fff;
    background-color: #003d4c;
    border: 1px solid #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li {
    margin: 13.1px 10px 0 0;
    padding-bottom: 13.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
    /* &amp;:last-child {
        border: none;
        // padding-bottom: 10px;
    } */
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a:hover {
    color: #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a:hover span {
    color: #fff;
    background-color: #003d4c;
    border: 2px solid #003d4c;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a span {
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
    font-size: 12px;
}

#brand-list-body #brand-list .section3 .right {
    width: 100%;
    margin-top: 25px;
}

#brand-list-body #brand-list .section3 .right .special-title {
    padding-bottom: 15px;
}

#brand-list-body #brand-list .section3 .right .special-title span {
    font-size: 14px;
    color: #000;
}

#brand-list-body #brand-list .section3 .right .special-list {
    width: 100%;
}

#brand-list-body #brand-list .section3 .right .special-list ul li {
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dddddd;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) {
    white-space: unset;
    padding: 0;
    width: 49%;
    float: left;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) .content {
    margin: 0;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) .content h4 {
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 10px 0 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(2) {
    white-space: unset;
    padding: 0;
    width: 49%;
    float: right;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(2) img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(2) .content {
    margin: 0;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(2) .content h4 {
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 10px 0 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a:hover {
    color: #003d4c;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a:hover span {
    color: #fff;
    background-color: #003d4c;
    border: 2px solid #003d4c;
}

#brand-list-body #brand-list .section3 .right .special-list ul li span {
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

/* å“ç‰Œæ¦œç»“æŸ */
/* å“ç‰Œæ¦œè¯¦æƒ…å¼€å§‹ */
#brand-details-body #brand-details .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#brand-details-body #brand-details .position a {
    font-size: 14px;
    color: #999999;
}

#brand-details-body #brand-details .section1 {
    margin-bottom: 25px;
}

#brand-details-body #brand-details .section1 .topbg {
    width: 100%;
}

#brand-details-body #brand-details .section1 .topbg img {
    width: 100%;
}

#brand-details-body #brand-details .section1 .abstract {
    border-bottom: 2px solid #f5f5f5;
}

#brand-details-body #brand-details .section1 .abstract .left {
    width: 100%;
    position: relative;
}

#brand-details-body #brand-details .section1 .abstract .left .logo-box {
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -65px;
}

#brand-details-body #brand-details .section1 .abstract .left .logo-box .logo {
    width: 130px;
    height: 65px;
    background: #fff;
    object-fit: scale-down;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: all 0.3s linear;
}

/* #brand-details-body #brand-details .section1 .abstract .left .logo-box .logo:hover {
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
    transform: translateY(-15px);
} */
#brand-details-body #brand-details .section1 .abstract .left .name {
    font-size: 18px;
    color: #010101;
    display: block;
    padding-top: 50px;
    text-align: center;
}

#brand-details-body #brand-details .section1 .abstract .left ul {
    margin: 0 auto;
    padding-top: 15px;
}

#brand-details-body #brand-details .section1 .abstract .left ul li {
    float: left;
    width: 32%;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(1) a {
    padding: 10px 5px;
    /* background-color: #ff6c13; */
    border: 1px solid #ff6c13;
    display: block;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(1) a p {
    font-size: 12px;
    color: #ff6c13;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(2) {
    margin: 0 1.666666%;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(2) a {
    padding: 10px 5px;
    /* background-color: #f1b43f; */
    border: 1px solid #f1b43f;
    display: block;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(2) a p {
    font-size: 12px;
    color: #f1b43f;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(3) a {
    padding: 10px 5px;
    /* background-color: #38c737; */
    border: 1px solid #38c737;
    display: block;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(3) a p {
    font-size: 12px;
    color: #38c737;
}

#brand-details-body #brand-details .section1 .abstract .left ul li img {
    position: absolute;
    height: 18px;
}

#brand-details-body #brand-details .section1 .abstract .left ul li p {
    margin-left: 25px;
}

#brand-details-body #brand-details .section1 .abstract .right {
    width: 100%;
    margin-top: 50px;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 5px 15px 15px 15px;
}

#brand-details-body #brand-details .section1 .abstract .right .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ff3220;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section1 .abstract .right p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-indent: -72px;
    margin-left: 72px;
}

#brand-details-body #brand-details .section1 .abstract .right p a {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

#brand-details-body #brand-details .section1 .abstract .right p .qyewm {
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 4px 15px 5px 15px;
    margin-left: 15px;
    color: #666666;
    font-size: 12px;
}

#brand-details-body #brand-details .section1 .abstract .right p .qyewm img {
    margin-right: 5px;
}

#brand-details-body #brand-details .section1 .about {
    background-color: #fff;
    margin: 0 15px;
    padding-bottom: 15px;
}

#brand-details-body #brand-details .section1 .about .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ff3220;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section1 .about .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section1 .about .content img {
    max-width: 100%;
    height: auto !important;
}

#brand-details-body #brand-details .section1 .about .content-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

#brand-details-body #brand-details .section1 .about .poster-btn {
    text-align: center;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn {
    font-size: 14px;
    color: #999999;
    border-color: #eeeeee;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn:hover {
    color: #003d4c;
    border-color: #003d4c;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn .layui-icon {
    margin-left: 8px;
}

#brand-details-body #brand-details .section2 .left {
    margin: 15px;
    background-color: #fff;
}

#brand-details-body #brand-details .section2 .left .about {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

#brand-details-body #brand-details .section2 .left .about .title {
    display: block;
    font-size: 16px;
    color: #ff3220;
    font-weight: 600;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section2 .left .about .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    height: 500px;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section2 .left .about .content img {
    max-width: 100%;
    height: auto !important;
}

#brand-details-body #brand-details .section2 .left .about .content-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 {
    text-align: center;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn {
    font-size: 14px;
    color: #999999;
    border-color: #eeeeee;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn:hover {
    color: #003d4c;
    border-color: #003d4c;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn .layui-icon {
    margin-left: 8px;
}

#brand-details-body #brand-details .section2 .right {
    width: 100%;
}

#brand-details-body #brand-details .section2 .right .right-a {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 10px 0 20px 0;
}

#brand-details-body #brand-details .section2 .right .right-a .title {
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 15px 10px 15px;
}

#brand-details-body #brand-details .section2 .right .right-a .list li {
    height: 180px;
}

#brand-details-body #brand-details .section2 .right .right-a .list li .xqa {
    width: 100%;
    height: 70px;
    color: #5c5342;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 15px;
}

#brand-details-body #brand-details .section2 .right .right-a .list li .xqb {
    width: 100%;
    height: 130px;
    color: #fff;
    font-size: 12px;
    background-color: #f5af3e;
    padding: 15px;
}

#brand-details-body #brand-details .jiameng-form {
    background-color: #fff;
    margin: 0 15px;
}

#brand-details-body #brand-details .jiameng-form .title {
    display: block;
    font-size: 16px;
    color: #b97c1c;
    font-weight: 600;
    padding: 20px 0 20px 0;
}

#brand-details-body #brand-details .jiameng-form .title img {
    margin-right: 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxa {
    display: table;
    background-color: #f9f9f9;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxa .layui-form-item {
    margin-bottom: 0px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb {
    display: table;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(1) {
    width: 49%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(1) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(2) {
    width: 49%;
    float: right;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(2) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxb .layui-form-item:nth-child(2) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc {
    display: table;
    background-color: #f9f9f9;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(1) {
    width: 49%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(1) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(2) {
    width: 49%;
    float: right;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(2) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxc .layui-form-item:nth-child(2) .layui-input-block {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd {
    display: table;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(1) {
    width: 49%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(1) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(2) {
    width: 49%;
    float: right;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(2) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxd .layui-form-item:nth-child(2) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe {
    display: table;
    background-color: #f9f9f9;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe .layui-form-item:nth-child(1) {
    width: 100%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe .layui-form-item:nth-child(1) .layui-input-inline {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe .layui-form-item:nth-child(1) .layui-form-select {
    width: 31.333333%;
    float: left;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxe .layui-form-item:nth-child(1) .layui-form-select:nth-child(2) {
    margin: 0 1%;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf {
    display: table;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) {
    width: 100%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) .layui-input-block {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) .layui-form-select {
    width: 31.333333%;
    float: left;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) .layui-form-select:nth-child(2) {
    margin: 0 1%;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxf .layui-form-item:nth-child(1) .layui-form-radio {
    line-height: 28px;
    margin: 6px 10px 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg {
    display: table;
    background-color: #f9f9f9;
    width: 100%;
    padding: 0 10px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg .layui-form-item:nth-child(1) {
    width: 100%;
    float: left;
    clear: unset;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg .layui-form-item:nth-child(1) .layui-form-label {
    width: 100%;
    height: 38px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg .layui-form-item:nth-child(1) .layui-input-block {
    left: 0;
    margin: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg .layui-form-item:nth-child(1) .layui-form-select {
    width: 31.333333%;
    float: left;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxg .layui-form-item:nth-child(1) .layui-form-select:nth-child(2) {
    margin: 0 1%;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxh {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxh .layui-btn {
    margin-top: 20px;
    background-color: #f1b43f;
    border-radius: 50px;
    height: 38px;
    width: 150px;
    font-size: 16px;
    position: relative;
    left: 50%;
    margin-left: -75px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .boxh .layui-input-block {
    margin-left: 0;
}

#brand-details-body #brand-details .jiameng-form .layui-form .bxt {
    color: #003d4c;
    margin-right: 5px;
    position: relative;
    top: 5px;
    font-size: 18px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-input,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-select,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-textarea {
    border: none !important;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-input,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-select,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
}

#brand-details-body #brand-details .jiameng-form .layui-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

#brand-details-body #brand-details .jiameng-form .layui-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

#brand-details-body #brand-details .jiameng-form .layui-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-form-label {
    width: auto;
    text-align: left;
    padding: 9px 0px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-input-block {
    margin-left: 70px;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-form-radio:hover *,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-form-radioed,
#brand-details-body #brand-details .jiameng-form .layui-form .layui-form-radioed&gt;i {
    color: #000;
}

#brand-details-body #brand-details .jiameng-form .layui-form .layui-form-select dl dd.layui-this {
    background-color: #000;
}

.qyewmtc {
    width: 100%;
}

.qyewmtc img {
    width: 200px;
    height: 200px;
}

.qyewmtc p {
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.qyewmtc p span {
    color: #8bc046;
}

/* å“ç‰Œæ¦œè¯¦æƒ…ç»“æŸ */
/* æ–°çŽ»å·å¼€å§‹ */
#glacn-mark-body #mark-header {
    position: absolute;
    width: 100%;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-logo {
    height: 50px;
    width: 220px;
    float: left;
    line-height: 50px;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav {
    height: 50px;
    float: right;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul {
    text-align: center;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li {
    line-height: 50px;
    float: right;
    transition: all 0.3s linear;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li a {
    font-size: 14px;
    color: #97a7c2;
    margin: auto 10px;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul i {
    float: right;
    width: 1px;
    height: 15px;
    background-color: #97a7c2;
    margin-top: 30px;
}

#glacn-mark-body #glacnmark .section1 img {
    max-width: 100%;
    margin: aoto;
    text-align: center;
}

#glacn-mark-body #glacnmark .section1 .box {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#glacn-mark-body #glacnmark .section1 .box h2 {
    font-size: 100px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
}

#glacn-mark-body #glacnmark .section1 .box p {
    font-size: 40px;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
    padding-bottom: 40px;
}

#glacn-mark-body #glacnmark .section1 .box a {
    font-size: 30px;
    background-color: #f5af3e;
    color: #273543;
    padding: 6px 30px;
    border-radius: 50px;
    transition: all 0.3s linear;
}

#glacn-mark-body #glacnmark .section1 .box a:hover {
    color: #fff;
    background-color: #003d4c;
}

#glacn-mark-body #glacnmark .section2 {
    margin: 20px auto;
}

#glacn-mark-body #glacnmark .section2 img {
    max-width: 100%;
    margin: aoto;
    text-align: center;
    padding-bottom: 30px;
}

#glacn-mark-body #glacnmark .section3 {
    background-color: #f9fafc;
}

#glacn-mark-body #glacnmark .section3 .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

#glacn-mark-body #glacnmark .section3 .container span {
    text-align: center;
    font-size: 18px;
    color: #333;
    display: block;
}

#glacn-mark-body #glacnmark .section3 .container ul {
    display: table;
}

#glacn-mark-body #glacnmark .section3 .container ul li {
    width: 50%;
    float: left;
    padding: 15px 15px 0 15px;
}

#glacn-mark-body #glacnmark .section3 .container ul li:nth-child(2n+3) {
    clear: left;
}

#glacn-mark-body #glacnmark .section3 .container ul li img {
    width: 100%;
    height: 110px;
    object-fit: scale-down;
    background-color: #ffffff;
    border-radius: 4px;
}

#glacn-mark-body #glacnmark .section3 .container ul li p {
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

#glacn-mark-body #mark-footer .mark-footer {
    height: 200px;
    text-align: center;
}

#glacn-mark-body #mark-footer .mark-footer .nav {
    padding-top: 45px;
}

#glacn-mark-body #mark-footer .mark-footer .nav p {
    text-align: center;
}

#glacn-mark-body #mark-footer .mark-footer .nav p a {
    font: 14px;
    color: #666;
    padding: 0 5px;
    border-left: 1px solid #999;
}

#glacn-mark-body #mark-footer .mark-footer .nav p a:nth-child(1) {
    border-left: none;
}

#glacn-mark-body #mark-footer .mark-footer .contact {
    padding-top: 45px;
}

#glacn-mark-body #mark-footer .mark-footer .contact p {
    text-align: center;
    background-color: #ffc363;
    border-radius: 50px;
    display: unset;
    padding: 8px 15px;
}

#glacn-mark-body #mark-footer .mark-footer .contact p a {
    color: #fff;
}

#glacn-mark-body #mark-footer .mark-footer .contact p a:nth-child(1) {
    margin-right: 20px;
}

#glacn-mark-body #mark-footer .mark-footer .copyright {
    padding-top: 20px;
    font: 12px;
    color: #999999;
}

/* æ–°çŽ»å·ç»“æŸ */
/* å°¾éƒ¨æ&nbsp;·å¼å¼€å§‹ */
.footer {
    margin-top: 30px;
    background-color: #003e4d;
}

.footer .wrap .footer-b2 {
    padding-top: 25px;
    text-align: center;
}

.footer .wrap .footer-b2 img {
    margin: auto;
    width: 175px;
}

.footer .wrap .footer-a .footer-a3 {
    float: left;
    width: 100%;
}

.footer .wrap .footer-a .footer-a3 .footer-a3-2 {
    margin-top: 15px;
}

.footer .wrap .footer-a .footer-a3 .footer-a3-2 p {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.footer .wrap .footer-b .footer-b1 {
    width: 100%;
    float: left;
    padding: 15px 0 15px 0;
}

.footer .wrap .footer-b .footer-b1 li {
    width: 48%;
    float: left;
    padding: 2%;
}

.footer .wrap .footer-b .footer-b1 li img {
    width: 100%;
    height: 50px;
    object-fit: scale-down;
    opacity: 0.3;
    background-color: #323240;
    transition: all 0.3s linear;
}

.footer .wrap .footer-b .footer-b1 li img:hover {
    opacity: 1;
    background-color: #24242d;
}

.footer .footer-c {
    font-size: 12px;
    /* margin-top: 10px; */
}

.footer .footer-c .footer-c1 {
    color: #999;
    text-align: center;
    padding-top: 30px;
}

.footer .footer-c .footer-c1 a {
    color: #999;
}

.footer .footer-c .footer-c2 {
    color: #999;
    padding-bottom: 30px;
    /* padding-top: 10px; */
    text-align: center;
}

.footer .footer-c .footer-c2 a {
    color: #999;
}

/* å°¾éƒ¨æ&nbsp;·å¼ç»“æŸ */</pre></body></html>