@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline: none;
}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* background: #f5f5f5; */
}

body {
    padding-top: 164px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    animation: jello 1s linear;
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@media screen and (min-width:1024px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    ::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .5);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ef9e12;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #ef9e12
    }
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1230 {
    max-width: 1230px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}


/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #008d6e;
}

.search-btn input {
    display: block;
    width: 24px;
    margin: 13px auto;
}



/* 定位搜索框 */

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    background: #fff;
    position: relative;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}




.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.b-top-r>ul {
    overflow: hidden;
    font-size: 0;
    display: flex;
    align-items: center;
}

.b-top-r>ul>li {
    vertical-align: middle;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    line-height: 14px;
    color: #666;
}

.b-top-r>ul>li b {
    height: 14px;
    display: block;
    width: 2px;
    background: #666;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    vertical-align: middle;
    display: block;
    padding: 0 10px;
}
/*2023年4月7日16:03:22*/
.b-top-r>ul, .b-top-r {
    overflow: visible;
}

.b-top-r>ul>li {
    position: relative;
}

.b-top-r>ul>li:hover div {
    display: block;
}

.b-top-r>ul>li div {
    position: absolute;
    width: 292px;
    padding: 30px 25px 20px 25px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 999;
    display: none;
}

.b-top-r>ul>li div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 0;
    background-color: #008d6e;
    box-shadow: 0px 8px 50px 4px rgba(0, 0, 0, 0.18);
    z-index: 8;
}

.b-top-r>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    z-index: 9999;
    margin-top: 10px;
}

.b-top-r>ul>li div a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 5px 0;
}

.b-top-r>ul>li div a:hover {
    color: #fff;
}

@media screen and (max-width:1400px) {
    .b-top-r>ul>li div {
        left: auto;
        transform: translateX(0);
        right: 0;
    }

    .b-top-r>ul>li div::after {
        display: none;
    }
}

/*2023年4月7日16:03:22*/

.b-top-r>ul>li a:hover {
    color: #008d6e;
    font-weight: 600;
    text-decoration: underline;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.search-box {
    float: left;
    font-size: 0;
    cursor: pointer;
}

.search-box img {
    cursor: pointer;
    vertical-align: middle;
}

.search-box span {
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    margin-left: 8px;
}

.head-top {
    position: relative;
    padding-bottom: 22px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    display: block;
}

.head-nav {
    position: relative;
    z-index: 9;
    background: #008d6e;
    background: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
}


.nav>ul {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    text-align: center;
}

.nav>ul>li.active>a {}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    font-size: 17px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}



.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    background: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 9999;
    line-height: normal;
    padding: 20px;
    opacity: 0;
    display: none;
    border-top: 1px dashed #fff;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/images/nav-bj.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid rgba(255, 255, 255, .8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

.nav>ul>li:hover>a::after {
    display: block;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 238px;
    margin-right: 10%;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav>ul>li .nav-ejbox {
    display: flex;
    position: relative;
    z-index: 9;
}

.nav>ul>li ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 238px);
    align-content: flex-start;
}

.nav>ul>li>div ul li {
    width: 25%;
    text-align: left;
}

.nav>ul>li>div ul>li a {
    display: block;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    position: relative;
    padding-left: 16px;
}

.nav>ul>li>div ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.nav>ul>li>div ul>li a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.footer {
    background: url(/images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.link {
    padding: 30px 0 20px 0;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .8);
}

.link div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.link div a {
    color: rgba(255, 255, 255, .8);
    margin: 0 10px;
}

.link div a:hover {
    color: #fff;
    text-decoration: underline;
}

.foot-c {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.foot-box {
    display: flex;
    justify-content: space-between;
}

.foot-l h3, .foot-m h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.foot-l ul {
    display: flex;
    flex-wrap: wrap;
}

.foot-l ul li {
    width: 25%;
}

.foot-l ul li a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
}

.foot-l ul li a:hover {
    color: #ccc;
}

.foot-m p {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
}

.foot-r ul {
    display: flex;
}

.foot-r ul li {
    max-width: 110px;
}

.foot-r ul li:nth-child(1) {
    margin-right: 30px;
}

.foot-r ul li div {
    border: 5px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
}

.foot-r ul li div img {
    width: 100px;
    display: block;
}

.foot-r ul li p {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .8);
    margin-top: 15px;
    text-align: center;
}

.foor-bq {
    background: rgba(0, 0, 0, .2);
    padding: 30px 10px 10px 10px;
}

.foor-bq p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(251, 251, 251, .5);
}

.foor-bq div div {
    margin-top: 15px;
}

.foor-bq div img {
    display: block;
    margin: 0 auto;
}

/* 公共代码版块 */
/* 列表1  */
.list1 li {
    margin-top: 22px;
}

.list1 li:nth-child(1) {
    margin-top: 0;
}

.list1 li a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #fff;
    height: 112px;
    padding: 0 15px;
    align-items: center;
}

.l1-data {
    position: relative;
    margin-right: 20px;
}

.l1-data::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 45px;
    background: #333;
    transform: translateX(-50%) translateY(-50%) rotateZ(40deg);
}

.l1-data p {
    font-size: 20px;
    line-height: 24px;
    color: #808080;
    text-align: right;
    width: 45px;
    padding-top: 6px;
    font-weight: 600;
}

.l1-data p:nth-child(1) {
    text-align: left;
    padding-bottom: 6px;
    padding-top: 0;
}

.l1-info {
    flex-grow: 1;
}

.l1-info p {
    font-size: 17px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #333333;
}

.l1-info p span.green {
    color: #008d6e;
}

.l1-info p span.yellow {
    color: #e7a951;
}

.l1-info p span.blue {
    color: #017bac;
}

.l1-info p span.gray {
    color: #ab9770;
}

.list1 li a:hover .l1-data p {
    color: #008d6e;
}

.list1 li a:hover .l1-info p {
    color: #008d6e;
}

.list1 li a:hover .l1-info p span {
    color: #008d6e;
}



.list2 li a {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    /* background: url(/images/list2-dot.png) no-repeat;
    background-position: left center; */
    transition: all 0.3s;
}

.list2 li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/images/list2-dot.png) no-repeat;
    background-position: left center;
}

.list2 li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #8e8e8e;
}

.list2 li a:hover {
    /* background: url(/images/list2-dot-h.png) no-repeat;
    background-position: left center; */
    color: #008d6e;
}

.list2 li a:hover::before {
    transform: translateY(-50%) rotateZ(180deg);
    transition: all 0.3s;
}

.list2 li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.list3 li a {
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 120px;
    font-size: 15px;
    line-height: 42px;
    color: #333;
    transition: all 0.3s;
}

.list3 li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c6c6c6;
}

.list3 li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #808080;
}


.list3 li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list3 li a:hover p {
     color: #008d6e;
    font-weight: bold;
}

.list3-w li a:hover p {
    color: #fff;
}

.list3-w li a {
    color: #fff;
}

.list3-w li a::before {
    background: #fff;
}

.list3-w li a span {
    color: #fff;
}

.list3-w li a .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.list3-nopdr li a {
    padding-right: 0;
    color: #333;
}

.list3-nopdr li a span {
    display: none;
}

.list4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list4 li {
    width: 32%;
    background: rgba(255, 255, 255, .9);
}

.list4-item a {
    display: block;
    padding: 20px;
}

.list4-item-info span {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    color: #808080;
    align-items: flex-end;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.list4-item-info span b {
    font-size: 28px;
    line-height: 30px;
    color: #008d6e;
}

.list4-item-info h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333333;
    transition: all 0.5s;
}

.list4-item-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    color: #8c8c8c;
    margin-top: 15px;
    transition: all 0.5s;
}

.list4-item a .pic {
    padding-top: 66%;
    margin-top: 20px;
}

.list4-item a:hover .list4-item-info h3 {
    color: #008d6e;
}

.list5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list5 li {
    width: 32%;
}

.list5 li:nth-child(-n+3) {
    margin-bottom: 15px;
}

.list5-item {
    position: relative;
    background: #fffdfd;
    border: 1px solid rgba(0, 141, 110, .1);
}

.list5-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 1;
    transition: all 0.5s;
}

.list5-item a {
    display: flex;
    position: relative;
    z-index: 9;
    padding: 25px;
}

.list5-item a .list5-info h3 i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.list5-data {
    width: 52px;
}

.list5-data span {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    transition: all 0.5s;
}

.list5-data p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    transition: all 0.5s;
}

.list5-data div {
    height: 2px;
    background-color: #ffb400;
    position: relative;
    margin-top: 20px;
}

.list5-data div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 17px;
    transition: all 0.5s;
    background: #008d6e;
}

.list5-info {
    flex: 1;
    padding-left: 30px;
    min-width: 0;
}

.list5-info h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
    transition: all 0.5s;
}

.list5-info p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #808080;
    margin-top: 15px;
    transition: all 0.5s;
}

.list5-item:hover::before {
    width: 100%;
}

.list5-item:hover .list5-data span {
    color: #fff;
}

.list5-item:hover .list5-data p {
    color: #fff;
}

.list5-item:hover .list5-data div::before {
    width: 0;
}

.list5-item:hover .list5-info h3 {
    color: #fff;
}

.list5-item:hover .list5-info p {
    color: rgba(255, 255, 255, .7);
}

.list6 {
    display: flex;
    justify-content: space-between;
}

.list6 li {
    width: 32%;
}

.list6-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.list6-item a .pic {
    padding-top: 60%;
}

.list6-tit {
    display: flex;
    height: 117px;
    align-items: center;
    padding: 0 25px;
    background: #fff;
    border-bottom: 3px solid #008d6e;
    position: relative;
}

.list6-tit::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20%;
    bottom: -3px;
    height: 3px;
    background: #f3bf76;
    transition: all 0.5s;
}

.list6-tit h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
}

.list6-info {
    position: absolute;
    left: 0;
    right: 0;
    height: 117px;
    bottom: 0;
    background-image: linear-gradient(-64deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    padding: 25px;
    /* border-radius: 40px 0px 0px 0px; */
    transform: translateY(100%);
    transition: all 0.5s;
}

.list6-info h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    letter-spacing: 0px;
    color: #ffffff;
}

.list6-info p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    letter-spacing: 1px;
    margin-top: 20px;
    color: rgba(229, 229, 229, 0.8);
}

.list6-item a .list6-info h3 i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.list6-item:hover .list6-info {
    transform: translateY(0);
}

.list7-item a {
    display: flex;
    border-bottom: 1px dashed #fff;
    padding: 13px 0;
    align-items: center;
    transition: all 0.5s;
}



.list7-data {
    height: 66px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 10px;
    padding-right: 10px;
    transition: all 0.5s;
}

.list7-data p {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}

.list7-data div {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    margin: 5px 0;
}

.list7-data span {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.list7-info {
    flex: 1;
    min-width: 0;
}

.list7-info h3 {
    font-size: 17px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #ffffff;
    font-weight: normal;
    transition: all 0.5s;
}

.list7-item:hover a {
    background: #fff;
    padding: 16px 13px;

}

.list7-item:hover a .list7-data {
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    padding-left: 10px;
    align-items: center;
}

.list7-item:hover a .list7-info h3 {
    color: #008d6e;
}

.list8 li {
    position: relative;
}

.list8 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s;
    background: #fff;
    z-index: 1;
}

.list8 li a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 100px;
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition: all 0.5s;
    z-index: 9;
    border-bottom: 1px dashed #cacacc;
}

.list8 li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 25px;
    background: #c20505;
    transition: all 0.5s;
}

.list8 li a span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #8c8c8c;
    font-weight: 600;
}


.list8 li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list8 li:hover a {
    border-color: transparent;
}

.list8 li:hover a p {
    color: #ba2a29;
}

.list8 li:hover::before {
    width: 100%;
}

.list8 li:hover a::before {
    height: 100%;
}

/* ---- */

.list9 li {
    position: relative;
}


.list9 li a {
    display: block;
    position: relative;
    padding-right: 120px;
    font-size: 17px;
    line-height: 56px;
    color: #333333;
    transition: all 0.5s;
    z-index: 9;
    border-bottom: 1px dashed #cacacc;
}

.list9 li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #8c8c8c;
    font-size: 16px;
}

.list9 li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.list9 li:hover a p {
    color: #ba2a29;
}


/* list --------------  end  */








.info1 {
    padding: 0 30px;
}

.info1 span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #008d6e;
    font-weight: 600;
}

.info1 h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;
}

.info1 p {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    color: #999999;
}





.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#008d6e, #008d6e);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}


.switch-main {
    position: relative;
}

.switch-main>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
}

.switch-main>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}


/* slick 左右按钮 */
.arrow-btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 85px;
}

.arrow-btn::before {
    content: "";
    position: absolute;
    right: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    margin-right: 40px;
    background: url(/images/btn-line-prev.png) no-repeat;
    background-position: right center;
    z-index: 1;
}

.arrow-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    margin-left: 40px;
    background: url(/images/btn-line-next.png) no-repeat;
    background-position: left center;
    z-index: 1;
}

.arrow-btn button {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.3s;
}

.arrow-btn button:hover {
    opacity: 1;
}

.arrow-prev {
    background: url(/images/icon-prev.png) no-repeat;
    background-size: 100%;
}

.arrow-next {
    background: url(/images/icon-next.png) no-repeat;
    background-size: 100%;
}



.slick-pdot .slick-dots {
    display: flex;
    justify-content: flex-end;
}

.slick-pdot .slick-dots li {
    border: 1px dashed transparent;
    display: block;
    padding: 3px;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin: 0 2px;
    animation: cilcle 7s infinite linear;
    transition: all 0.3s;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.slick-pdot .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0;
}

.slick-pdot .slick-dots li.slick-active {
    border-color: #fff;
}

.slick-pdot .slick-dots li.slick-active button {
    background: #fff;
}


/* 专家列表  */
.zj-list li a {
    display: block;
    position: relative;
    margin: 0 10px;
}

.zj-list li a .pic {
    padding-top: 123.5%;
}

.zj-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 46px;
    background: rgba(0, 141, 110, .8);
    transition: all 0.5s;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.5s;
}

.zj-tit h3 {
    font-weight: normal;
}

.zj-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 0 0 0;
    padding: 10px 20px 5px 20px;
    transform: translateY(100%);
    transition: all 0.5s;
    background: linear-gradient(to right, #017ab1, #009456);
}

.zj-info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/zj-info-bj.png) no-repeat;
    background-position: right center;
}

.zj-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 5px;
}

.zj-info p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}

.zj-list li a:hover .zj-info {
    transform: translateY(0);
}

.zj-list li a:hover .zj-tit {
    transform: translateY(100%);
}


/* 列表 cont1 上图下文 */
.cont1 a {
    display: block;
    border-bottom: 4px solid #e7a951;
    position: relative;
}

.cont1 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    background: #008d6e;
    transition: all 0.5s;
    width: 66px;
}

.cont1 a .pic {
    padding-top: 83%;
}

.cont1-info {
    background: #fff url(../images/cont1-info-bj.png) no-repeat;
    background-position: right center;
}

.cont1-info {
    padding: 25px 30px;
}

.cont1-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont1-info p {
    font-size: 14px;
    line-height: 23px;
    height: 92px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.cont1 a:hover .cont1-info h3 {
    color: #008d6e;
}

.cont1 a:hover::after {
    width: 100%;
}



/* 红色主题  */
.color_red .m-nav {
    background: #ba2a29;
}

.color_red .b-top-r>ul>li a:hover {
    color: #ba2a29;
}

.color_red .head-nav {
    background: #ba2a29;
}

.color_red .nav>ul>li>div {
    background: #ba2a29;
}

.color_red .search-btn {
    background: #ba2a29;
}

.color_red .list5-item::before {
    background: #ba2a29 url(../images/list-item-rbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.color_red .list5-data div {
    background: #ba2a29;
}

.color_red .list5-data div::before {
    background: #ffb400;
}

.color_red .list5-item:hover .list5-data div::before {
    width: 100%;
}

.color_red .titline i {
    background-image: linear-gradient(#ba2a29, #ba2a29);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.color_red .list4-item-info span b {
    color: #ba2a29;
}

.color_red .list4-item a:hover .list4-item-info h3 {
    color: #ba2a29;
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1230px) {
    .px1230 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li>a {
        font-size: 16px;
        padding: 0 10px;
    }


}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background-image: linear-gradient(-45deg, #008d6e 0%, #0e9578 50%, #1c9d81 100%);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li ul li:nth-child(1) a {
        padding-top: 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot-box {
        display: block;
    }

    .foot-l ul li a {
        line-height: 24px;
    }

    .foot-m {
        margin: 15px 0;
    }

    .link {
        display: block;
    }

    .link span {
        display: block;
        margin-bottom: 10px;
    }

    .link div a {
        margin: 0 10px 0 0;
    }

    .zj-tit {
        font-size: 18px;
    }

    .zj-info {
        padding: 10px;
    }

    .zj-info h3 {
        font-size: 18px;
    }

    .zj-info p {
        font-size: 14px;
    }

    .cont1-info {
        padding: 15px;
    }

    .info1 {
        padding: 0 15px;
    }

    .info1 h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .list1 li a {
        height: 100px;
    }

    .l1-info p {
        font-size: 16px;
    }

    .l1-data p {
        font-size: 18px;
    }

    .foot-c {
        padding: 20px 0;
    }

    .arrow-btn {
        margin-top: 30px;
    }

    .info2-con h3 {
        font-size: 16px;
    }


    .list3 li a {
        line-height: 38px;
    }

    .list4 li{
        margin-top: 15px;
    }
    .list4 li:nth-child(1){
        margin-top: 0;
    }
    .list4-item a {
        padding: 15px;
    }

    .list4-item-info h3 {
        font-size: 16px;
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list4-item-info p {
        margin-top: 10px;
    }

    .list4-item-info span {
        margin-bottom: 10px;
    }

    .list4-item a .pic {
        margin-top: 10px;
    }

    .list5 li {
        width: 49%;
    }
    .list5 li:nth-child(-n+4){
        margin-bottom: 15px;
    }

    .list5-item a {
        padding: 15px;
    }

    .list5-info h3 {
        font-size: 16px;
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list5-info p {
        margin-top: 10px;
    }
    .list6-tit{
        height: 80px;
        padding: 0 15px;
    }
    .list6-tit h3{
        height: auto;
        max-height: 56px;
        font-size: 16px;
    }
    .list6-info{
        padding: 15px;
    }
    
    .list6-info p{
        height: auto;
        max-height: 48px;
        margin-top: 10px;
    }
    .list8 li a{
        line-height: 55px;
    }
    .list9 li a{
        line-height: 48px;
        font-size: 16px;
    }
    .list7-info h3{
        font-size: 16px;
    }

}

@media screen and (max-width:768px) {
    .list5 li{
        width: 100%;
    }
    .list5 li:nth-child(-n+5){
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {}

.jkjybt:hover{
color:#fff !important;
}