/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
* {margin: 0;padding: 0}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
	font-size:18px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
ul {
    list-style: none;
    display: block;
    margin: 0;

}
@font-face {
    font-family: 'iconfont';  /* Project id 2599817 */
    src: url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.woff2?t=1625482457621') format('woff2'),
    url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.woff?t=1625482457621') format('woff'),
    url('//at.alicdn.com/t/font_2599817_z7sdl8gzrqh.ttf?t=1625482457621') format('truetype');
}
.iconfont{
    font-family: "iconfont", serif !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; color:#333333;
}

a {
    color: #3399CC;
}
.is-text-center {
    text-align: center;
}
/*margin*/
.container-margin {
    margin-top: 10px;
}
.margin-normal {
    margin-top:30px;
}
.margin-small {
    margin-top:20px;
}
.title {
    font-size: 14px;
    font-weight: bolder;
    color: #333;
    text-align: left;
    line-height: 24px;
}
.description {
    font-size: 14px;
    font-weight: lighter;
    color: #666;
    line-height: 26px;
    text-align: left;
}
/*block*/
.is-inline-block {
    display: inline-block;
}
.is-block {
    display: block;
}
/*color*/
.c-b-222 {
    color: #222222;
}
.c-b-333 {
    color: #333333;
}
.c-white {
    color: #fff;
}
.color-777 {
    color: #777;
}
.theme-color {
    color: #0d58f8;
}
.size-20 {
    font-size: 20px;
}
.size-18 {
    font-size: 18px;
}
.size-16 {
    font-size: 16px;
}
.size-14 {
    font-size: 14px;
}
/*common*/
.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.universe{
    width: 100%;
}
.universe-grey {
    width: 100%;
    padding-top: 6px;
    background-color: #e3e2e278;
}
.universe-dark {
    width: 100%;
    padding-top: 6px;
    background-color: #e3e2e278;
}
.universe-black {
    width: 100%;
    padding-top: 6px;
    background-color: rgb(43 43 43);
}
.universe-copyright {
    width: 100%;
    padding-top: 6px;
    background-color: rgb(43, 43, 43);
}

/*message-scroll*/
/*nav-bar-start*/
.navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.logo-img {
    display: block;
    width: 260px;
}
.navbar .list {
    width: 100%;
    display: flex;
}
.navbar .top {
    display: flex;
    padding-top: 6px;
    height: 16px;
    line-height: 16px;
    color: #999;
    font-size: 10px;
}
.navbar .top ul {
    display: flex;
    margin-left: auto;
}
.navbar .top ul li {
    margin-left: 30px;

}
.navbar .top ul li a {
    color: #999999;
}
.navbar .middle {
    display: flex;
    align-items: center;
}
.navbar .middle form {
    display: flex;
}
.navbar .middle .input {
    display: flex;
    height: 30px;
    margin-left: auto;
}
.navbar .middle .keyword {
    border-left: 1px solid var(--theme-color);
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    border-right: none;
    display: block;
    box-sizing: border-box;
    outline:none;
    border-radius: unset;
}
.navbar .middle .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--theme-color);
    color: #fff;
    display: block;
    border: none;
}
.navbar .bottom {
    margin-top: 6px;
}
.navbar .list>li {
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: var(--theme-color-grey1);
    transition: all 0.5s ease-out;
    z-index: 10;
    position: relative;
}
.navbar .list>li a{
    color: #333;
    display: inline-block;
    width: 100%;

}
.navbar .list>li.active {
    background-color: var(--theme-color);
}
.navbar .list>li:hover {
    background-color: var(--theme-color);
}
.navbar .list>li.active a{
    color: #fff;
}
.navbar .list>li:hover a{
    color: #fff;
}
.navbar .son {

    display: none;
}
.navbar .list>li:hover .son {
    display: block;
}
.navbar .list .son {
    width: 100%;
    color: #fff;
    background-color: var(--theme-color);
    position: absolute;
}
/*nav-bar-end*/
/*swiper-start*/
.swiper {
    width: 100%;
    height: 240px;
}
.swiper-container {
    width: 1170px;
    height: 240px;
    border-radius: 0px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;

}

.swiper-slide img {
    width: auto;
    height: auto;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.big-news-img {
    display: block;
    width: 561px;
    height: 394px;
    overflow: hidden;
}
.big-news-img img {
    width: 110% !important;
}
/*swiper-end*/
/*news*/
/*index news*/
/*index news*/

.news {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-left {
    width: 48%;
}
.news-right {
    width: 48%;
}
.news-left-top {
    width: 100%;
}
.swiper-news {
    width: 100%;
    height: 394px;
    position: relative;
    overflow: hidden;
}

.swiper-news .swiper-slide {
    background: #fff;
    width: 100%;

}

.swiper-news .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*position: absolute;*/
    /*left: 25%;*/
    /*top: 50%;*/
}
.swiper-news .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #2f74f19c;
    left: 0%;
    bottom: 0%;
    color: #fff;
    display: flex;
    align-items: center;

}
.swiper-news .swiper-slide .content .title {
    color: #fff;
    font-size: 18px;
}
.swiper-news .swiper-slide .content .description {
    margin-top: 4px;
    color: #fff;
}
.news  .swiper-pagination{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
    position: absolute;
    right: 6px!important;
    left: unset!important;
    width: 20px!important;
    bottom: 4px!important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.news  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 4px!important;
    border-radius: unset;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

.news  .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}
.news .swiper-slide .content .inner {
    /*margin-top: 8px;*/
    margin-left: 15px;
    width: 90%;
}
.news .title:hover {
    color: var(--theme-color);
}
.news .swiper-slide .content .pagination {
    flex-basis: 20px;
}
.news .news-menu {

}
.news-left .news-menu,.news-right .news-menu {
    width: 100%;
    overflow: hidden;
    /*background-color: pink;*/
    /*border-bottom: 1px solid var(--theme-color);*/
    margin-bottom: 10px;
    margin-top: 18px;
    margin-left: 18px;
}
.news-menu>div {
    float: left;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 10px;
    height: 26px;
    font-weight: lighter;
    position: relative;
    cursor: pointer;
}
.news-menu .active  {
    font-weight: bolder;
}
/*
.news-menu .active .line {
    width: 90%;
    margin-left: 5%;
    display: block;
    position: absolute;
    height: 2px;
    background: var(--theme-color);
    left: 0;
    bottom: 0px;
}
*/
.news-menu .tab-item:hover  {
    font-weight: bolder;
}
.news-menu .tab-item:hover .line {
    width: 70%;
    margin-left: 15%;
    display: block;
    position: absolute;
    height: 2px;
    background: var(--theme-color-red);
    left: 0;
    bottom: 0px;
}
.news-left-bottom {
    margin-top: 4px;
}
.news-left-bottom .item {
    overflow: hidden;
    margin-bottom: 14px;


}
.news-left-bottom  .category-block {
    float: left;
    color: var(--theme-color);
    font-size: 14px;
    border: 1px solid var(--theme-color);
    width: 80px;
    text-align: center;

    margin-right: 10px;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
}
.news-left-bottom .title {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.news-left-bottom .time {
    float: right;
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.news-right-all {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.news-right-all .more {
    position: absolute;
    right: 0;
    top: -35px;
    color: var(--theme-color);
	font-size:12px;
	color:#666666;
}
.news-right-all .more a{color:#666666;}
.news-right-all .more .icon {
    display: none;
}
.news-right-all .item {
    overflow: hidden;
    margin-bottom: 14px;


}
.news-right-all  .category-block {
    float: left;
    color: var(--theme-color-red);
    font-size: 14px;
    border: 1px solid var(--theme-color-red);
    width: 80px;
    text-align: center;

    margin-right: 10px;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
}
.news-right-all .title {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
.news-right-all .time {
    float: right;
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.shadow {
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
}
/*news end*/
/*css3 load*/
@-moz-keyframes flower-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
@-webkit-keyframes flower-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
@keyframes flower-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
}
/* :not(:required) hides this rule from IE9 and below */
.flower-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e96;
    border-radius: 100%;
    -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -moz-animation: flower-loader 5s infinite ease-in-out;
    -webkit-animation: flower-loader 5s infinite ease-in-out;
    animation: flower-loader 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.no-content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 18px;


}
/*new*/
.content {
    width: 900px;
    margin: 0 auto;
}
.content-long-width {
    width: 100%;
}
.content-long-width .post {
    display: flex;
    justify-content: center;
    transform: scale(1);
    padding-bottom: 50px;
}
.content-long-width.mianzi .post {
    transform: scale(1);
}
.bread {
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 16px;
    margin-top: 30px;
}
 .bread a {
    color: var(--theme-color);
    font-size: 14px;
}
 /*news -list*/
.list-box {
    width: 100%;
    display: flex;
    /*margin-top: 50px;*/
    padding: 40px 40px 50px;
    box-sizing: border-box;
}

.list-box .l {
    width: 18%;
}

.list-box .r {
    width: 82%;
    margin-top: 40px;
}
.list-box .head {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-box .menu {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.list-box .menu .item {
    color: #666;
    font-size: 16px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid var(--theme-color-grey1);
    position: relative;

}
.list-box .menu .item:nth-child(0) {

}
.list-box .menu .item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    right: -6px;
    top: 0px;
    background-color: var(--theme-color-grey1);

}
.list-box .menu .active,.list-box .menu .item:hover {
    color: var(--theme-color);
    background-color: var(--theme-color-thin);
    font-weight: bolder;
}
.list-box .menu .active:after,.list-box .menu .item:hover:after {
    background-color: var(--theme-color);
}
.list-box .r .list {
    display: flex;
    flex-direction: column;
}
.list-box .r .list .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.list-box .r .list .item a {
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.list-box .r .list .item span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.list-box .r .list .item a:hover {
    color: var(--theme-color);
}
.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 30px;
}
.pagination a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: #999;
}
.pagination .btn {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: var(--theme-color);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.pagination .ll:hover {
    color: var(--theme-color);
}
/*list-menu*/
.list-box .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box .menu-list .item {
    box-sizing: border-box;
    padding: 0 10px;
    width: 420px;
    height: 60px;
    background-color: var(--theme-color-thin1);
    font-size: 14px;
    margin-bottom: 20px;
}
.list-box .menu-list .item:last-child{
    margin-right: auto;
}
.list-box .menu-list .item:nth-child(even){
    margin-right: unset!important;
}
.list-box .menu-list .item a {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .menu-list .item.active,.list-box .menu-list .item:hover {
    border: 1px solid var(--theme-color);
}
.list-box .content table {
    width: 110%!important;
}
/*news-content*/
.detail {

    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
}
.detail .title {
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.detail .from {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.detail .from span {
    display: inline-block;
    margin-right: 10px;
}
.detail .post p,.detail .post span{
    font-size: 16px!important;
    color: #666!important;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important;
    line-height: 32px!important;
    text-align: justify;
}
.detail .post p {
    margin-bottom: 20px!important;
}
.detail .post img {
    width: 660px!important;
    height: auto!important;
    display: block;
    margin:  0 auto!important;
}

.detail .title  {
    background: #fafafa;
    text-align:center;
}
.detail .title text {
    display: inline-block;
    text-align: left;
}
.post .search li {
    padding-bottom: 6px;
}

/*new-content-end*/

/*new-content-end*/
/*copyright-start*/
.copyright {
    height: 50px;
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.copyright .left {
    flex-grow: 2;
    text-align: left;

}
.copyright .right {
    flex-grow: 1;
    text-align: right;
}
.copyright span {
    margin-left: 14px;
    margin-right: 14px;
}
.copyright .i1 {
    margin-left: 0;
}
.copyright a{
    color: #fff;
}
/*copyright-end*/
/*bottom-start*/
.leg {

    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.leg .top {
    width: 70%;
    margin: 20px auto 10px;
    height: 30px;
    display: flex;
    justify-content: space-around;
}

.leg > .bottom {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}

.leg .top .item {
    width: 70px;
    color: #fff;
    font-size: 14px;
}

.leg .left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.leg .right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.leg .contact-icon {
    display: flex;
    flex-direction: column;
}

.leg .contact-icon .icon {
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
    margin-right: 20px;
}

.leg .contact-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    width: 260px;
    margin-top: 10px;
    margin-right: 30px;
}

.leg .contact-info .item {
    margin-bottom: 15px;
}
.leg .top .item a{
    color: #fff;
}

.leg .contact-info .item .icon {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 4px;
}

.leg .wechat {
    /*width: 240px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leg .wechat img {
    width: 80px;
    margin-right: 10px;
}

.leg .wechat .content {
    width: 160px;
    color: #fff;
    font-size: 12px;
    justify-content: center;
}

.leg > .bottom .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leg > .bottom .img {
    width: 350px;
}

.leg .bottom-line {
    width: 826px;
    border-top: 1px solid #666;
    margin: 0 auto 30px;
}
.leg .left .line {
    padding-left: 20px;
}
/*bottom-end*/
/*kefu-start*/
.contactusdiyou {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: var(--theme-color);
    z-index: 99999999999;
    transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: var(--theme-color);
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    transition: transform 500ms ease-in;
}

.contactusdiyou:hover .hoverimg {
    transform: rotate(180deg);
}
.contactusdiyou .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 10%;

}

.contactusdiyou .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.contactusdiyou dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}

.contactusdiyou dl .f2 {
    width: 142px;
    float: right;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(/template/default/images/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(/template/default/images/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.contactusdiyou .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.contactusdiyou .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}


.contactusdiyou .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.contactusdiyou .weixincall .f3 img {
    width: 73px;
    height: auto;
}

.contactusdiyou .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.diyou {
    z-index: 99999999999;
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.contactusdiyou {
    transition: right 200ms ease-in-out;
}

.contactusdiyou:hover {
    right: 0!important;
}
/*kefu-end*/
/*menu-menu-start*/

.menu-quick {
    width: 88%;
    height: 100px;
    padding-left: 6%;
    padding-right: 6%;
    background-color: var(--theme-color);
    border-radius: 0px;
    display: flex;
    justify-content: space-around;
}
.menu-quick>.item {
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.menu-quick .icon {
    margin-top: 16px;
    color: #fff;
    font-size: 40px;
}
.menu-quick .text {
    color: #fff;
    margin-top: 4px;
    font-size: 14px;

}
.menu-quick .ewm {
    position: relative;
}
.menu-quick .er-img {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: 10px;
    left: 90px;
    display: flex;
}
.menu-quick .er-img img {
    display: block;
    width: 90%;
}
/*.menu .ewm:hover .er-img {*/
/*    display: flex;*/
/*}*/
/*menu-menu-end*/
/*menu-quick-start*/
.quick-menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.quick-menu .left {
    display: flex;
    width: 49%;
    height: 286px;
    flex-direction: column;
}
.quick-menu .right {
    display: flex;
    width: 49%;
}
.quick-menu .left .top {}
.quick-menu .left .top.box {

}
.quick-menu .left .bottom.box {
    margin-top: 6px;

}
.quick-menu .right .top.box {
    height: 286px;
}
.quick-menu .box {
    background-color:var(--theme-color);
}
.quick-menu .box {

}
.quick-menu .box .title {
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
    padding-top: 8px;
    padding-left: 12px;

    margin-bottom: 12.5px;
}
.quick-menu .list{
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
    width: 100%;
}
.quick-menu .list .item {
    box-sizing: border-box;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 10%;
    position: relative;
    box-sizing: border-box;


}
.quick-menu .list .item:last-child {
    margin-right: 0;
}
.quick-menu .list .item:nth-child(even){
    margin-right: unset;
}
.quick-menu .list .item:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left:-25%;
    border-bottom: 0;
    border-bottom:1px solid var(--theme-color)
}
.quick-menu .list .text {
    font-size: 14px;
    font-weight: normal;
}
.quick-menu .list a {
    color: #fff;
}
/*menu-quick-end*/
/*menu-service-start*/
.service {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.service>.item {
    width: 280px;
    height: 200px;
    /*background: center,center;*/
    background-size: cover;
    position: relative;
}
.service .item .mask{
    position: absolute;
    width: 280px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.4;
    transition: all 0.2s;
}
.service .item .mask-top{
    position: absolute;
    width: 280px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;


}
.service>.item:hover .mask {
    background-color: var(--theme-color);
    opacity: 0.8;
}
.service .mask-top .top {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 28px;
}
.service .mask-top .description {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.service .mask-top .line {
    width: 40px;
    border-top: 2px solid #fff;
    margin: 6px auto 2px;
}
.service .mask-top .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .mask-top .list .item  {
    width: 50%;
    height: 30px;
    padding-left: 10%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;

}
.service .mask-top .list .item:nth-child(even) {
    padding-left: 5%;
}
.service .mask-top .list .item:last-child {
    margin-right: auto;
}
.service .mask-top .list .icon {
    font-size: 12px;
    display: none;
}
.service .mask-top .list .item .text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/*menu-service-end*/
/*message-scroll-start*/
.message-scroll {
    background: var(--theme-color-grey1);
}
.message-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.message-scroll>.icon{
    width: 20px;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    position: absolute;

}

.message-scroll .box{
    /*width: 1140px;*/
    float: left;
    margin-left: 40px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;

}
.message-scroll .date {
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    background-color: var(--theme-color-red);
}
.message-scroll .msg {
    color: var(--theme-color);
}
.animate:hover {
    animation-play-state:paused;
}

.animate {
    padding-left: 20px;
    font-size: 14px;
    width: max-content;
    display: inline-block;
    white-space: nowrap;
    animation: 36s wordsLoop linear infinite normal;
    overflow: hidden;
}
.animate>.item {
    float: left;
    padding-right: 60px;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(1170px);  /*璋冩暣婊氬姩鍖哄煙瀹藉害*/
        -webkit-transform: translateX(1170px);   /*璋冩暣婊氬姩鍖哄煙瀹藉害*/
    }
    100% {
        transform: translateX(-1170px);
        -webkit-transform: translateX(-1170px);
    }
}

/*@-webkit-keyframes wordsLoop {*/
/*    0% {*/
/*        transform: translateX(1170px);   !*璋冩暣婊氬姩鍖哄煙瀹藉害*!*/
/*        -webkit-transform: translateX(1170px);    !*璋冩暣婊氬姩鍖哄煙瀹藉害*!*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-100%);*/
/*        -webkit-transform: translateX(-100%);*/
/*    }*/
/*}*/
/*message-scroll-end*/
/*list-with-content-start*/
.content-about .title {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: var(--theme-color-grey1);
    margin-bottom: 30px;
}
.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
/*list-with-content-end*/
/*list-with-menu-content*/
.menu-content .title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--theme-color);
    width: auto;
    display: inline-block;
    background-color: var(--theme-color-thin);
    margin-bottom: 20px;
}
.menu-content .content {
    transform: scale(0.9);
    position: relative;
    left: -40px;
}

/*list-with-menu-content-end*/
/*list-menu-with-first-content*/
.menu-content .title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--theme-color);
    width: auto;
    display: inline-block;
    background-color: var(--theme-color-thin);
    margin-bottom: 20px;
}
.menu-content .content {
    transform: scale(0.9);
    position: relative;
    left: -40px;
}
.first-active li:first-child{
    border: 1px solid var(--theme-color);
}

table {
    border-collapse: collapse;
}
/*list-menu-with-first-content-end*/
/*pin-pin-start*/
.big-title {
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    margin-bottom: 20px;
}
.big-title > span {
    display: inline-block;
    width: 6px;
    height: 20px;
    background-color: #0d58f8;
    vertical-align: -4px;
    margin-right: 4px;
}

.pin {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}

.pin .item {
    display: flex;
    color: #333;
    text-align: center;
    flex-direction: column;
    /*line-height: 68px;*/


    /*-webkit-transition: background-image .2s;*/

}
.pin .item .top {
    width: 200px;
    height: 100px;
    position: relative;
    background-size: cover;
}
.pin .item .layer1 {
    width: 110px;
    height: 40px;
    margin: 53px auto 0;
    background-color: #0d58f8;
    background-image: linear-gradient(
            180deg
            , #656565 0%, #999999 100%);
    opacity: 0.6;
    z-index: 1;
}
.pin .item .layer2 {
    position: absolute;
    width: 180px;
    height: 80px;
    margin-top: 10px;
    margin-left: 10px;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 2;

}
.pin .bottom {
    background-color: #fff;
    width: 200px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.pin .bottom .son {
    width: 90%;
    font-size: 12px;
    text-align: center;

}
.pin .son  .key {
    width: 50%;
    display: inline-block;
    font-weight: bolder;
    text-align: right;
}
.pin .son .value {
    width: 50%;
    display: inline-block;
    text-align: left;
}
.pin .title {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
.pin .item:hover {
    border-radius:4px;box-shadow:0 0 10px #ccc;
}
.pin .item .image {
    width: 100%;
    overflow: hidden;
    -webkit-transition: width .2s;
}


.pin .item:hover .text{
    font-size: 16px;
    font-weight: bolder;
}
/*pin-pin-end*/
/*pin-banner-start*/
.pin-banner {
    width: 1170px;
    height: 250px;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}
.pin-banner .layer1 {
    position: absolute;
    width: 1170px;
    height: 250px;
    background-color: #000;
    opacity: 0.2;
    z-index: 2;
}
.pin-banner .layer2 {
    position: absolute;
    width: 1170px;
    height: 250px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pin-banner .title {
    color: #fff;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 30px;
}
.pin-banner .content {
    color: #fff;
    font-size: 12px;
    width: 600px;
}
/*pin-banner-end*/
/*pin-hangqing-start*/
.tbl:first-child {
    border-top: #666666 solid 1px;
}
.tbl {
    width: 100%;
    height: 30px;
    /*浣跨敤Flex甯冨眬锛岄粯璁や负姘村钩鏂瑰悜甯冨眬*/
    display: flex;
    border-left: #666666 solid 1px;
    border-right: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
}
.tbl-head {

    height: 30px;
    /*浣跨敤Flex甯冨眬锛岄粯璁や负姘村钩鏂瑰悜甯冨眬*/
    display: flex;
    /*border-left: var(--theme-color) solid 1px;*/
    /*border-right: var(--theme-color)  solid 1px;*/
    /*border-bottom: var(--theme-color)  solid 1px;*/
}
.tbl-head .cell {
    border: none!important;
}
.cell {
    /*鍏跺疄杩欓噷涔熷彲浠ュ皢瀹藉害璁剧疆涓�2%銆�5%銆�10%绛夛紝鍥犱负椤甸潰瑕佸睍绀�7鍒楋紝100 / 7 绾︾瓑浜�14%锛屾墍浠ヨ繖閲岀殑瀹藉害鏈€濂戒笉瓒呰繃14%(涓嶈繃瓒呰繃浜嗭紝鍦ㄩ〉闈㈠睍绀轰笂璨屼技涔熸病浠€涔堥棶棰橈紝涓嶇煡閬撲細涓嶄細鏈夋綔鍦ㄧ殑闂)*/
    /*鍥犱负鏄害绛変簬14%锛屾墍浠ヨ繕浼氬墿浣欎竴浜涚┖闂达紝鎴戝湪涓嬮潰瀹氫箟浜唂lex-grow鐨勫€间负1锛屽嵆鍓╀綑鐨勭┖闂达紝浼氳杩�7鍒楀钩鍒�*/
    /*濡傛灉杩欓噷娌℃湁璁剧疆瀹藉害锛岄偅涔堝綋鏂囨湰鍐呭杩囧鏃讹紝璇ュ垪鐨勫搴︿細鑷姩鎵╁ぇ*/
    width: 6%;
    height: 100%;
    /*瀹氫箟椤圭洰鐨勬斁澶ф瘮渚嬶紝濡傛灉鍊间负1锛屽垯鎵€鏈夌殑椤圭洰灏嗙瓑鍒嗗墿浣欑殑绌洪棿*/
    /*鍥犱负褰撳墠鏄按骞虫柟鍚戝竷灞€锛屾墍浠ョ瓑鍒嗙殑鏄墿浣欑殑width*/
    flex-grow: 1;
    display: flex;
    /*姘村钩灞呬腑銆佸瀭鐩村眳涓�*/
    justify-content: center;
    align-items: center;
    /*鎹㈣*/
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    /*border-right: #dcdcdc solid 1px;*/
    font-size: 12px;
}
.cell.head {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--theme-color);
}
.cell.green {
    color: green;
    font-weight: bold;
}
.cell.red {
    color: red;
    font-weight: bold;
}
.tbl div:last-child {
    border-right: 0;
}
.z-title {
    font-size: 14px;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: var(--theme-color);

}
/*pin-hangqing-end*/
/*pin-navbar-start*/
.pin-nav {
    margin-top: 24px;
    width:100%;
    height: 50px;
    background-color: var(--theme-color-grey1);
    display: flex;
    line-height: 50px;

    font-size: 14px;
    /*font-weight: bold;*/
    justify-content: space-around;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--theme-color);

}
.pin-nav .item:hover {

    font-weight: bolder;
    background-color: var(--theme-color);
    color: #fff;
}
.pin-nav .item:hover a {
    color: #fff;
}

.pin-nav a {
    color: #666;
    display: inline-block;
    width: 100%;
}
.pin-nav .item.active {

    font-weight: bolder;
    background-color: var(--theme-color);
    color: #fff;
    /*border-bottom: 2px solid #fff;*/
}
.pin-nav .item.active a {
    color: #fff;
}
.pin-nav .item{
    width: 100px;
    height: 50px;
    text-align: center;
    transition: font-weight 1s;
}
/*pin-navbar-end*/
/*pin-news-start*/
.pin-news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pin-news .l,.pin-news .m ,.pin-news .r   {
    width: 48%;
}
.pin-news .news-right-all .item {
    padding-left: 6px;
}
/*pin-news-end*/
/*pin-news-bottom-start*/
.pin-info {
    display: flex;
    justify-content: space-between;
}
.pin-info .item {
    width: 268px;
    position: relative;
}
.pin-info .item .read-more {
    width: 100%;
    color: var(--theme-color);
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;

}
.pin-info .item .read-more a {
    color: var(--theme-color);
}
.pin-info .single {
    font-size: 12px;
    color: #666;
    padding-top: 8px;
    padding-left: 6px;
    display: block;
    margin-bottom: 6px;
}
.pin-info .no1 {

}
.pin-info .item .top {
    width: 100%;
    height: 60px;
    display: flex;
    color: #fff;
    background-color: var(--theme-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pin-info .item .top .title {
    color: #fff;
    font-size: 14px;
}
.pin-info .item .bottom {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border: 1px solid #eeeeee;
    height: 200px;
    /*background-color: red;*/
}
/*pin-news-bottom-end*/
/*pin-xianhuozhidao-start*/
.chart-box {
    display: flex;
    justify-content: space-between;
}
.cbl {
    width: 48%;
    /*background-color:pink;*/
}
.cbr {
    width: 48%;
    /*background-color:pink;*/
}
.two-row {
    flex-direction: column;
}
.three-row {
    display: flex;
    flex-direction: column;
}
.tbl-head60 {
    height: 60px;!important;
}
.tbl-head40 {
    height: 40px;!important;
}
.two-row div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.three-row div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.width-lj {
    flex-basis: 400px;
}
.width-lj {
    flex-basis: 300px;
}
.flex-basis2 {
    flex-basis: 66.6%;
}
.flex-basis1 {
    flex-basis: 33.3%;
}
.bdrd {
    border-right: 1px solid #999;}
.two-col {display:flex;flex-direction: row}
.three-col {display: flex; flex-direction: row;}
.two-col div {width: 50%;text-align: center}
.three-col div {width: 33%;text-align: center}
.normal-col {display: flex;}
.normal-col div { flex-grow: 1}
#echart {
    width: 100%;
    height: 250px;
}
.xianhuozhidao .tbl-head {
    width: 563px;
}
/*pin-xianhuozhidao-end*/

/*2021*/
#warp{ width:1170px; margin:0px auto; padding:0px;}
.top{  height: 36px;width: 100%;font-size: 14px; line-height: 36px;text-align: center;color: #303030;margin: 0 auto 0 auto; padding: 0px; background-color: rgba(0,0,0,0.1);}
.top table{margin: 0 auto 0 auto;padding: 0px;}
.top a{color: #303030;font-size: 14px;}
.gq-input{height: 18px;width: 88px;border: 1px solid #909090;}
.gq-menu {
height:38px;
background:#229022;
width: 100%;
}
.gq-menu .nav ul li {
float:none;
display:inline;
font-size:16px;
}
.gq-menu .nav li:after {
content:'|';
color:#fff;
}
.gq-menu .nav ul li a {
line-height:38px;
display:inline-block;
width:auto;
padding-left:40px;
padding-right:40px;
color:#FFFFFF;
}
.gq-menu .nav ul li a:hover{ color:#FFFF00;}

.gq-foot{ width:100%; margin-top:20px;}
.gq-foot-jianjie{height: 36px;width: 100%;font-size: 14px; line-height: 36px;text-align: center;color: #d0e5e5;margin: 0 auto 0 auto; padding: 0px; background-color: #f4f4f4;}
.gq-zuzhi{ width:100%; margin-top:20px; font-size:13px;}
.clear10{ width:100%; height:10px; clear:both;}
.bdtj{ width:100%; padding:20px 0px; text-align:center;}

.nei-nav{ padding:20px 0px; width:100%;}
.nei-nav a{ color:#333333;}
.font13-black{ font-size:14px;}