@charset "utf-8";/*fp-seed:96qa38xnxcw2 v5.54 621ezu02ztc*/


* {
    padding: 0;
    margin: 0}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0}

body {
    overflow-x: hidden !important}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block}

ul,
ol,
li {
    list-style: none outside none}

table {
    border-collapse: collapse;
    border-spacing: 0}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle}

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

a:hover {
    text-decoration: none;
    text-decoration: none !important}

:focus {
    outline: 0 none}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button}

.text,
.btn,
textarea {
    font-family: arial}

.clear::after,
.clearfix:after,
.clear::before,
.clearfix:before {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block}

.clear,
.clearfix {
    *zoom: 1}

.fl {
    float: left}

.fr {
    float: right}

em,
i {
    font-style: normal}

.show {
    display: block
}

.hide {
    display: none
}

input::-webkit-input-placeholder {
    color: #b5b5b5}

input::-moz-placeholder {
    color: #b5b5b5}

input:-moz-placeholder {
    color: #b5b5b5}

input:-ms-input-placeholder {
    color: #b5b5b5}

textarea::-webkit-input-placeholder {
    color: #b5b5b5}

textarea::-moz-placeholder {
    color: #b5b5b5}

textarea:-moz-placeholder {
    color: #b5b5b5}

textarea:-ms-input-placeholder {
    color: #b5b5b5}

.ft-0 {
    font-size: 0}

.align-middle {
    display: inline-block;
    vertical-align: middle}

.align-top {
    display: inline-block;
    vertical-align: top}

/* 编辑器 */
.mains_text {
    width: 100%;
    margin: 0 auto}

.mains_text img {
    max-width: 100%;
    text-align: center}

.mains_text ul li {
    list-style: initial}

/* 分页*/
.page .pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto}

.page .pagination>li {
    padding: 6px 0;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-align: center;
    border-radius: 2px}

.page .pagination>li>a {
    border: none;
    padding: 6px 12px;
    margin: 0;
    background: none;
    color: #666}

.page .pagination>li>a:hover {
    background: none}

.page .pagination>li.cur {
    background: var(--lineColor);
    color: #fff;
    border: 1px solid var(--lineColor);
    border-radius: 2px}

.page .pagination>li.cur a {
    color: #fff}

.page {
    text-align: center;
    padding: 25px 0}

.page>a {
    display: inline-block;
    transition: all 0.5s ease 0s;
    margin: 0 4px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    font-size: 14px}

.page>a.page_up {
    width: 58px;
    border: 1px solid #dedede}

.page>a:hover,
.page>a.on {
    color: #fff;
    background: var(--lineColor);
    border: 1px solid var(--lineColor);
    transition: all 0.5s ease 0s}

.dataTables_paginate {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px auto}

.dataTables_paginate li {
    padding: 6px 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-align: center;
    border-radius: 2px}

.dataTables_paginate li>a {
    border: none;
    margin: 0;
    background: none;
    color: #666}

.dataTables_paginate li>a:hover {
    background: none}

.dataTables_paginate li.cur {
    background: var(--lineColor);
    color: #fff;
    border: 1px solid var(--lineColor);
    border-radius: 2px}

.dataTables_paginate li.cur a {
    color: #fff}/*@min lzx5hc4hu*/

/* 垂直居中 */
.v_center {
    display: flex;
    align-items: center;
    justify-content: center
}

/*两端对齐*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines}

/* 行数显示 */
.mult2,
.mult3,
.mult4,
.mult5,
.mult6,
.mult7,
.mult8,
.mult9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}

.mult1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis}

.mult2 {
    -webkit-line-clamp: 2}

.mult3 {
    -webkit-line-clamp: 3}

.mult4 {
    -webkit-line-clamp: 4}

.mult5 {
    -webkit-line-clamp: 5}

.mult6 {
    -webkit-line-clamp: 6}

.mult7 {
    -webkit-line-clamp: 7}

.mult8 {
    -webkit-line-clamp: 8}

.mult9 {
    -webkit-line-clamp: 9}

.return {
    text-align: right;
    margin: 50px auto}

.return a {
    color: #4bb9a4}

.turn_page {
    background: #fff;
    border: 2px solid #dbdbdb}

.turn_page dl {
    line-height: 50px}

.turn_page dl:nth-child(1) {
    border-bottom: 1px solid #eee}

.turn_page dl dt,
.turn_page dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666}

.turn_page dl dt {
    max-width: 120px;
    text-align: center;
    width: 10%;
    border-right: 1px solid #eee}

.turn_page dl dd {
    padding-left: 2%}

.turn_page dl dd a {
    display: inline-block}

.lg_fy .lg_fy_con {
    padding: 20px 0 0;
    border-top: 1px dashed #d5d5d5}

.lg_fy .lg_fy_con dl dd {
    font-size: 14px;
    line-height: 36px;
    color: #666}

.lg_fy .lg_fy_con dl dd:hover a {
    font-weight: bold}

.lg_fy_conl {
    display: inline-block;
    vertical-align: middle;
    width: 84%}

.lg_fy_conr {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    margin-right: 0;
    margin-left: auto;
    text-align: right}

.lg_fy_conr a {
    background: #f39801;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    display: inline-block;
    width: 120px}

.lg_fy_conr a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px}

/** 多边形 **/
.shape3 {
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%)}

.shape4 {
    clip-path: polygon(16% 0%, 100% 0%, 100% 0%, 80% 120%, 0% 100%, 0% 100%)}

.shape5 {
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 25% 100%, 0% 50%)}
.shape5s {
    clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 80% 120%, 0% 100%, 0% 100%)}
.shape6 {
    clip-path: polygon(25% 0%, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%)}

.shape6s {
    clip-path: polygon(0% 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%)}

/* 动画 */
.lg_sfdh {
    -webkit-animation: play_btn 0.5s infinite alternate}

@-webkit-keyframes play_btn {
    0% {
        -webkit-transform: scale(1.0)
    }

    100% {
        -webkit-transform: scale(1.1)
    }
}

.lg_fddh {
    -webkit-animation: dong 1s infinite linear}

@-webkit-keyframes dong {
    0% {
        transform: translateY(3px)}

    25% {
        transform: translateY(0px)}

    50% {
        transform: translateY(-3px)}

    75% {
        transform: translateY(0px)}

    100% {
        transform: translateY(3px)}
}

.lg_xzdh {
    -webkit-animation: spin 6s linear infinite}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)}

    100% {
        -webkit-transform: rotate(360deg)}
}

.lg_zyhd:hover {
    /*衣顶部中间为中心底部左右摆动*/
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both}

@-webkit-keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.desalination {
    position: relative;
    width: 50px;
    height: 50px}

.desalination::after {
    content: '';
    width: 70px;
    height: 70px;
    background: rgba(216, 184, 134, .2);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite}

@keyframes menu_circle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)}

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)}

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)}
}

.BMap_Marker div{width: 39px !important}