@import url(swiper.css);
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(/skin/font/bootstrap-icons.css);
@import url(box.css);
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

body {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
    font-weight: 400;
    transition: 0.4s;
}

ul,
ol,
li {
    padding: 0;
    list-style: none;
}

button {
    border: none;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-6 {
    border-radius: 6px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

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

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-40 {
    font-size: 40px;
}

.font-bold {
    font-weight: bold;
}

.line-h-30 {
    line-height: 30px;
}

.line-h-35 {
    line-height: 35px;
}

.transition {
    transition: 0.4s;
}

.border-radius {
    border-radius: 6px;
}

.tr {
    transition: 0.4s;
}

.text-overflow-0 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-overflow-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.a-block {
    align-items: center;
    display: flex;
    justify-content: center;
}

.right-0 {
    right: 0;
}

.title-bd-color-1 {
    border-left: 8px solid #2c3485;
}

.title-bd-color-2 {
    border-left: 8px solid #485142 !important;
}

.title-bd-color-3 {
    border-left: 8px solid #fff !important;
}

.bg-one {
    background-image: -webkit-linear-gradient(left, #9dcaff9c, #719cce42, #ffffff00);
}

.bg-two {
    background-image: -webkit-linear-gradient(left, #9dcaff9c, #719cce42, #ffffff00);
}

.bg-three {
    background-image: -webkit-linear-gradient(left, #9dcaff9c, #719cce42, #ffffff00);
}

.bg-four {
    background-image: -webkit-linear-gradient(left, #9dcaff9c, #719cce42, #ffffff00);
}

.nr_news_conter {
    text-align: center;
}

.nr_news_conter h2 {
    margin: 20px 0;
}

.nr_news_box {
    margin-bottom: 50px;
}

.news-sort {
    margin-right: 20px;
}

.news-info i {
    padding-right: 5px;
}

.next {
    margin-top: 20px;
    border-top: 1px solid #a0a0a0bf;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.main-container img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.main-container a{
    font-size: 16px;
}
.switch span {
    width: 100%;
    line-height: 40px;
}

.switch {
    display: flex;
    flex-wrap: wrap;
}

.next_title {
    font-size: 20px;
    font-weight: bold
}

.nr_news_bottom {
    display: flex;
    justify-content: center;
}

.next-one-txt,
.next-two-txt {
    color: #959595;
}

.next-one {
    text-align: right;
}

.link-btn {
    width: 180px;
    height: 45px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #2890f1;
    border: 1px solid;
    border-color: #2890f1;
    margin: 40px auto;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s;
    transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s;
}

.page-nav-container {
    text-align: center;
}

.page-nav-container a {
    color: #000 !important;
    margin-right: 10px;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #a2a2a2 !important;
}

.page-nav-container a:hover {
    color: #ffffff !important;
    background-color: #a2a2a2 !important;
}

.page-nav-container a:active {
    color: #ffffff !important;
    background-color: #a2a2a2 !important;
}

.page-nav-container .active a {
    color: #ffffff !important;
    background-color: #a2a2a2 !important;
}

.phone_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    background-color: rgba(179, 182, 182, 0.7);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.phone_header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 70%;
    z-index: 9999;
    margin-right: auto;
}

.phone_header_row {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
    background: #fff;
    color: #ffffff;
    box-sizing: border-box;
    overflow-x: hidden;
}

.phone_header_row li {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.phone_header_logo {
    padding: 10px 0;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #fff, #8cccd79c, #7ad2da6e);
    border-bottom: 1px solid rgb(220, 220, 220);
    justify-content: space-between;
    display: flex;
}

.phone_header_logo i {
    padding-right: 10px;
    font-size: 37px;
    color: #3e93d8;
}

.phone_header_logo img {
    padding-left: 10px;
    width: 190px;
}

.phone_button {
    text-align: right;
    width: 40%;
    display: none;
    align-items: center;
    justify-content: end;
}

.phone_button i {
    color: #000000;
    font-size: 35px;
    padding-right: 15px;
}

.head {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    /* border-top: 10px solid #253b4e;
    border-bottom: 10px solid #224bc4; */
    /* background-image: -webkit-linear-gradient(left,#7bb3e7,#ffffff57,#ffffff00); */
    box-shadow: 0px 0px 10px 10px rgb(255, 255, 255);
}

.head-h-box {
    height: 74px;
}

.head-txt-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-txt-box li {
    font-weight: bold;
    transition: 0.2s;
}

.head-txt-box a:hover {
    color: #2890f1;
    /* background-image: -webkit-linear-gradient(bottom, #ffffff, #2e435770, #ffffff); */
}

.head-txt-box a:hover li {
    color: #2890f1;
    text-shadow: 1px 1px 1px #f2eded, 1px 2px 1px #f2ebeb, 1px 3px 1px #f3ebeb;
}

.index_active-one {
    color: #2890f1;
    text-shadow: 1px 1px 1px #f2eded, 1px 2px 1px #f2ebeb, 1px 3px 1px #f3ebeb;
}

.head-phone p {
    margin: 0;
}

.head-phone {
    color: #2890f1;
    justify-content: center;
}

.banner-row img {
    position: relative;
    width: 100%;
}

.index-button-one,
.index-button-two {
    color: #ffffff;
    background-color: #ffffff00;
}

.head-logo {
    display: flex;
    align-items: center;
}

.daohang {
    display: none;
}

.title {
    margin: 80px 0;
}

.title-box h2 {
    color: #2890f1;
    margin-bottom: 0;
    z-index: 1;
}

.title-box span {
    right: 0;
    left: 0;
    bottom: 5px;
    color: #a4a4a457;
}

.title-one {
    width: 200px;
    background-color: #2890f1;
    height: 2px;
}

.fwlc-title {
    margin: 40px 0 !important;
}

.daohang-box {
    background-image: -webkit-linear-gradient(left, #dbedff, #f7feff, #f8f8f800);
}

.banner-navigation a,
.banner-navigation {
    transition: 0.4s;
    font-weight: bold;
}

.banner-navigation a:hover {
    color: #4f8fce;
}

.list-banner {
    position: relative;
    padding: 100px 0;
}

.index-show {
    overflow: hidden;
    background-image: url(/skin/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-banner {
    background-image: url(/skin/img/about-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.qyry-banner {
    background-image: url(/skin/img/rongyu-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.show-banner {
    background-image: url(/skin/img/show-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.case-banner {
    background-image: url(/skin/img/case-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.news-banner {
    background-image: url(/skin/img/news-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.rczp-banner {
    background-image: url(/skin/img/zhaopin-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-banner {
    background-image: url(/skin/img/contact-banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.about-button a:hover {
    background-color: #fff;
    color: #2890f1;
    border-radius: 6px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.637);
}

.about-button a {
    display: block;
    max-width: 200px;
    width: 100%;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid #2890f1;
    background-color: #2890f1;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.index-show-img-bg::after {
    transition: 0.4s;
    border-radius: 6px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0;
}

.index-show-img-bg:hover::after {
    opacity: 0.5;
}

.index-show-img {
    padding: 10px 0;
}

.index-show-img-bg {
    position: relative;
    border-radius: 6px;
}

.index-show-img-bg {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.show-two-img {
    padding: 10px;
}

.canpin-name {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}

.canpin-name h2 {
    margin: 0;
    transition: 0.4s;
    opacity: 0;
    color: #fff;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.index-show-img-bg img {
    transition: 0.4s;
}

.index-show-img-bg:hover img {
    transform: scale(1.1);
}

.index-show-img-bg:hover .canpin-name h2 {
    opacity: 1;
}
.index-case,index-news{
    overflow: hidden;
}
.index-case-txt {
    padding: 10px 0;
    display: grid;
    align-items: center;
}

.index-case-img {
    border-radius: 6px;
}

.index-case-img img {
    transition: 0.4s;
}

.index-case-img:hover img {
    transform: scale(1.1);
}

.index-about-txt p {
    text-indent: 2em;
    font-size: 16px;
}

.index-about img {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.397);
}

.fwlc-box-bd {
    margin-bottom: 10px;
}

.fulc-bg p {
    text-align: center;
    font-size: 14px;
}

.fulc-bg span {
    color: #b9b9b9;
}

.caseswiper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.fulc-bg {
    transition: 0.4s;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff9c;
}

.fulc-bg:hover {
    transform: scale(0.9);
    background-color: #2890f1;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.index-fwlc {
    overflow: hidden;
    background-image: url("../img/banner-three.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-fwlc-bg::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.95);
}

.fwlc-h2 {
    text-shadow: 4px 2px 2px rgb(255 255 255);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0 !important;
}

.baozhang-box:hover::after {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.baozhang-box {
    border-radius: 10px;
    padding: 25px 15px;
    background-color: #ffffff49;
    background-image: url(/skin/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.baozhang-box::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #2890f1;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.5;
    z-index: 1;
}
.baozhang-tubiao{
    text-align: center;
    margin-bottom: 20px;
}
.baozhang-tubiao i{
    width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    height: 70px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-box {
    background-color: #efefef;
}
.footer_pnone{
    opacity: 0;
    pointer-events: none;
    text-align: center;
    line-height: 0;
}
.foot-logo-box p {
    font-size: 14px;
    word-break: break-all;
    line-height: 26px;
}

.foot-box-bg {
    background-image: url(/skin/img/footer-mape.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.foot-box a {
    transition: 0.4s;
}

.foot-box a:hover {
    color: #4a8bf4;
}

.foot-bottom {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.626);
}

.foot-box li {
    line-height: 35px;
}

.foot-bottom p {
    color: #6a6a6a;
}

.h-100 {
    height: 100%;
}

.foot-dh-box {
    flex: 1;
}

.f-d-c {
    flex-wrap: wrap;
    flex-direction: column;
}

.foot_link {
    justify-content: center;
    text-align: center;
}

.mtel {
    display: none;
    text-align: center;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.mtel_box {
    display: flex;
}

.mtel_box a {
    display: block;
    width: 100%;
}

.mtel_box i {
    font-size: 23px;
    margin-right: 5px
}

.mtel p {
    font-size: 25px;
    color: #ffffff;
}

.width_tel_two {
    width: 50%;
    justify-content: center;
    background-color: #fff;
    padding: 10px 0;
}

.width_tel_two a {
    color: #4d78db;
    font-size: 20px;
}


/* @keyframes blinkColor {
    from {
        background: #4772ade0;
    }
    to {
        background: #7198c49e;
    }
} */

@keyframes blinkColor {
    0% {
        background: #4772ade0;
    }
    25% {
        background: #e7c25ce0;
    }
    50% {
        background: #051429e0;
    }
    100% {
        background: #1439eee0;
    }
}

@keyframes dd {
    0% {
        transform: rotate3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 6deg);
        -ms-transform: rotate3d(0, 0, 1, 6deg);
        transform: rotate3d(0, 0, 1, 6deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    50% {
        -webkit-transform: rotate3d(0, 0, 1, 4deg);
        -ms-transform: rotate3d(0, 0, 1, 4deg);
        transform: rotate3d(0, 0, 1, 4deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, -3deg);
        -ms-transform: rotate3d(0, 0, 1, -3deg);
        transform: rotate3d(0, 0, 1, -3deg);
    }
    70% {
        -webkit-transform: rotate3d(0, 0, 1, 2deg);
        -ms-transform: rotate3d(0, 0, 1, 2deg);
        transform: rotate3d(0, 0, 1, 2deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -1deg);
        -ms-transform: rotate3d(0, 0, 1, -1deg);
        transform: rotate3d(0, 0, 1, -1deg);
    }
    90% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(1, 1, 1);
    }
}

.doudong {
    position: relative;
    display: block;
    animation-name: dd;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.width_tel_one {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right, #73a9d8, #82ace7);
    padding: 10px 0;
    animation: blinkColor 4s steps(2) infinite;
}

.width_tel_one a {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
}

.rzhc-box {
    background-image: url(/skin/img/rzhc-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: auto;
}

.rzhc-txt p:hover {
    transform: scale(1.1);
    color: #fff;
}

.rzhc-txt p {
    color: #000;
    transition: 0.4s;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 2px #ffe749;
}

.rzhc-txt i {
    font-size: 20px;
    margin-right: 10px;
    text-shadow: 2px 2px 2px #fbd802;
}

.rzhc-button a:hover {
    background-color: #ffffff00;
    color: #2890f1;
    border-radius: 6px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.637);
}

.rzhc-button a {
    display: block;
    width: 200px;
    transition: 0.4s;
    border: 1px solid #2890f1;
    background-color: #2890f1;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.product_item{
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: #999999 0px 0px 10px;
}
.product_itemimg{
    max-width: 70%;
    margin: 0 auto;
}
.product_itemname {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #f5f5f5 solid;
}
.product_itemname h2{
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_itemhref{
    max-width: 50%;
    margin: 0 auto;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #2890f1;
    background-color: #2890f1;
    transition: .3s;
}
.product_itemhref:hover{
    background-color: #fff;
    color: #2890f1;
}
.rzhc-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, #ffffff, #8cccd700, #f3f3f3);
}

.news-date {
    flex: 0 0 80px;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 10px;
    background-color: #2890f1;
}

.index-news {
    padding-bottom: 40px;
}

.index-news-txt {
    padding: 0 10px;
}
.index-news-txt h2{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.index-news-bg:hover h2 {
    color: #4334cb;
}

.index-news-bg:hover {
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.276);
}

.index-news-bg {
    border-radius: 4px;
    transition: 0.4s;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.rzhc-box img:hover {
    box-shadow: 10px 10px 0px 0px #3439cba5;
}

.rzhc-box img {
    transition: 0.4s;
    box-shadow: 6px 6px 0px 0px #3473cba5;
}

.about-daohang a {
    color: #fff;
    text-align: center;
    font-weight: bold;
    max-width: 200px;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #2890f1;
    border: 2px solid #2890f1;
}

.about_active a {
    background-color: #fff;
    color: #2890f1;
}

.about-daohang a:hover {
    background-color: #fff;
    color: #2890f1;
}

.about-daohang {
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.about-txt img {
    margin: auto;
}

.qyfc-txt {
    bottom: -30px;
    transition: 0.4s;
    z-index: 1;
}

.qyfc-bg::after {
    content: "";
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    background-image: -webkit-linear-gradient(bottom, #000000, #262626a2, #ffffff00);
    opacity: 1;
}

.qyfc-bg:hover .qyfc-txt {
    bottom: 0px;
    color: #fff;
}

.qyfc-txt h2 {
    color: #fff;
}

.qyfc-bg:hover::after {
    bottom: 0;
}

.page-nav-container {
    margin: 20px 0 40px 0;
    text-align: center;
}

.pagination {
    justify-content: center;
}

.page-nav-container a {
    transition: 0.4s;
    padding: 10px 15px;
    color: #2890f1 !important;
    margin-right: 10px;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #2890f1 !important;
}

.page-nav-container a:hover {
    color: #ffffff !important;
    background-color: #2890f1 !important;
    box-shadow: 0px 3px 5px 0px #dfdfdf;
}

.page-nav-container a:active {
    color: #ffffff !important;
    background-color: #2890f1 !important;
}

.page-nav-container .active a {
    color: #ffffff !important;
    background-color: #2890f1 !important;
}

.qyry-txt {
    color: #fff;
    transition: 0.4s;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, #000000, #262626a2, #ffffff00);
    bottom: -40px;
}

.qyry-bg:hover .qyry-txt {
    bottom: 0;
}
.qyry-txt h2{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.qyry-txt h2::before {
    transition: 0.4s;
    content: '';
    background-image: linear-gradient(147deg, #2890f1 0%, #2890f1 74%);
    width: 60px;
    height: 4px;
    display: block;
    margin-bottom: 20px;
    opacity: 0;
}

.qyry-bg:hover .qyry-txt h2::before {
    opacity: 1;
}

.qyry-bg:hover .qyry-txt h2 {
    color: #fff;
}

.qyry-bg {
    box-shadow: 2px 2px 5px 0px #000000a5;
}
.navigation_title {
    overflow: hidden;
}
.navigation_title .title{
    text-align: center;
    margin: 0;
}
.navigation_title .title h3 {
    font-size: 30px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
}
.navigation_title .title h3::before{
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    max-width: 100px;
    z-index: 1;
    content: "";
    height: 1px;
    background-color:#ccc ;
}
.navigation_title .title h3::after{
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50%;
    max-width: 100px;
    z-index: 1;
    content: "";
    height: 1px;
    background-color:#ccc ;
}
.navigation_title .title h4 {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    font-weight: normal;
    text-align: center;
}
.merit_item{
    display: flex;
    align-items: center;
}
.merit_item .merit_serial{
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    font-size: 32px;
    font-family: Impact;
    color: #fff;
    display: flex; 
    letter-spacing: 2px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #2890f1;
    text-align: center;
}
.merit_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.merit_tel{
    max-width: 100%;
    width: 500px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-left: 15px;
    box-shadow: 0 0 10px #c5d6f1;
}
.flow{
    overflow: hidden;
    background: linear-gradient(to bottom, #eff6ff, #fff);
}
.merit_tel h3{
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 10px;
    font-size: 16px;
    margin: 0;
}
.merit_tel a{
    padding: 15px 30px;
    border-radius: 30px;
    background:  #2890f1;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: all .3s;
}
.merit_tel h3 b{
    font-size: 20px;
}
.merit_item_img img{
    display: block;
    max-width: 75%;
    border-radius: 100%;
    margin:0 auto;
}
.merit_item .merit_serial::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    display: block;
}
.merit {
    overflow: hidden;
    background: linear-gradient(to right, #eaeaf2, #ecfcf9);
}
.qyry-box {
    margin-bottom: 60px;
}

.qyry-h2 {
    padding-left: 5px;
    border-left: 5px solid #2890f1;
}

.list_fishery_conter h2 {
    border-left: 5px solid #3752d7;
    padding-left: 10px;
}

.fishery_townews {
    border-bottom: 1px dashed #363636;
}

.list_fishery_townews {
    transition: 0.4s;
    border-bottom: 1px dashed #363636;
}

.list_fishery_townews:hover h3 {
    color: #1c75b8;
}

.list_fishery_news span {
    text-align: right;
    font-weight: bold;
    color: #a8a8a8;
}

.fishery_townews a {
    transition: 0.4s;
    left: 0;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.fishery_townews a:hover {
    color: #1c75b8;
    left: 10px;
}

.list_fishery_townews h3 {
    transition: 0.4s;
    color: #000;
}

.right-date {
    background-color: #2890f1;
    text-align: center;
}

.right-date span {
    color: #fff;
}

.right-date p {
    margin: 0;
    color: #fff;
    font-weight: bold;
}
.case_item{
    background: #fafafa;
}
.case,
.show,
.news,
.contact {
    padding: 60px 0;
}

.case-bg {
    background-color: #e9eff4;
    box-shadow: 4px 5px 10px 0px #89898941;
}

.case-bg span {
    color: #757575;
}

.case-bg:hover span {
    color: #2890f1;
}

.case-bg:hover h2 {
    color: #7c95e7;
}

.case-bg:hover .case-img img {
    top: -30px;
}

.case-img img {
    position: relative;
    top: -20px;
    border-radius: 0;
    box-shadow: 4px 5px 5px 0px #b3b3b3a5;
}

.case-txt h2 {
    text-shadow: 2px 2px 2px #73acdf;
}

.case-img {
    padding-right: 30px;
}

.news-bg {
    padding: 20px 0 0 20px;
}

.news-txt {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    padding: 50px 40px;
}
.news-txt h2{
    margin-bottom: 10px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.leftshape {
    position: absolute;
    top: 0;
    left: 0;
    height: 190px;
    width: 20px;
    background-color: #e9eff4;
}

.leftshape::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #e9eff4;
    bottom: -20px;
    transform: skewY(45deg);
}

.topshape::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background-color: #e9eff4;
    right: -20px;
    transform: skewX(45deg);
}

.topshape {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 190px;
    background-color: #e9eff4;
}

.new-date {
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 30px;
    padding: 8px 10px;
    background-color: #2890f1;
    border-radius: 6px;
    text-align: center;
    box-shadow: 4px 5px 0px 0px #b3b3b3a5;
}

.news-bg {
    bottom: 0;
}

.news-bg:hover {
    bottom: 5px;
}

.news-bg:hover .news-txt {
    box-shadow: 4px 5px 5px 0px #b3b3b3a5;
}

.news-bg:hover h2 {
    color: #0932ad;
}

.news-txt h2 {
    text-shadow: 2px 2px 2px #96bde1;
}

.rczp {
    padding: 50px 0;
}

.rczp-box {
    box-shadow: 2px 2px 5px 0px #b3b3b3a5;
    padding: 10px;
}

.contact-txt div {
    display: flex;
    align-items: center;
}
.notavailable{
    text-align: center;
}
.notavailable img{
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
.contact-txt .contact-txtitem{
    display: flex;
    align-items: center;
}
.contact-ewm {
    justify-content: center;
    margin-top: 10px;
}
.contact-txt i {
    margin-right: 15px;
    font-size: 25px;
    display: flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: #f5f5f5;
    border-radius: 100%;
}
.contact-txt h3 span{
    font-size: 16px;
    display: block;
    color: #888;
    margin-bottom: 5px;
}
.lianxi li {
    display: flex;
    font-size: 14px;
}
.foot-ewm{
    margin: 0 auto;
}
.lianxi i {
    font-size: 20px;
    margin-right: 5px;
}

.foot-ewm {
    width: 30%;
}

@media screen and (min-width: 992px) {
    .link-btn:hover {
        background-color: #ffffff;
        color: #2890f1;
    }
}

@media(max-width:1200px) {
    .head-phone {
        display: none !important;
    }
    .index-show-img {
        padding: 10px;
    }
}

@media(max-width:992px) {
    .head{
        padding: 0;
    }
    .next-one {
        text-align: left;
    }
    .news-date span {
        font-size: 16px;
    }
    .mtel {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .foot-box {
        display: none;
    }
    .fwlc-box-bd {
        margin-bottom: 20px;
    }
    .list-banner {
        padding: 80px 0;
    }
    .title {
        margin: 50px 0;
    }
    .title-box span {
        font-size: 20px;
    }
    .title-box h2 {
        font-size: 16px;
    }
    .title-one {
        width: 100px;
    }
    .head-txt-box,
    .head-phone {
        display: none !important;
    }
    .daohang {
        display: block;
        text-align: center;
    }
}

@media(max-width:768px) {
    .navigation_title .title h3{
        font-size: 20px;
    }
    .navigation_title .title h4{
        font-size: 14px;
    }
    .rczp {
        margin-bottom: 50px;
    }
    .banner-navigation a,
    .banner-navigation {
        text-align: center;
        color: #000;
    }
    .index-fwlc {
        padding-bottom: 0 !important;
    }
    .index-case-txt h2 {
        margin-top: 20px;
    }
    .show-two-img,
    .index-show-img {
        padding: 0;
        margin-bottom: 10px;
    }
    .index-button-one::after,
    .index-button-two::after {
        font-size: 16px;
    }
    .title {
        margin: 30px 0;
    }
    .head {
        border-top: none;
        border-bottom: none;
    }
    .head-txt {
        justify-content: space-between;
    }
}
.x_chang{
    font-size: 12px;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    color: #fff;
    z-index: -1;
}