/*----------header --------*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}


.header .left {
    margin-top: 1%;
    margin-right: 0%;
    width: 12%;
}

.header .left a img {
    width: 100%;
}

.header .left .img2 {
    display: none;
}


.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    display: block;
}

.header .navbar_nav {
    display: flex;
    /* overflow:hidden; */
    margin: 3% 0 0;
}

.header .navbar_nav li {
    display: block;
}

.header .navbar_nav li p:after {
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(34deg, #0097c9 27%, #3be2b4 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li p:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    line-height: 70px;
    height: 70px;
    width: 100px;
    margin: 0 2px;
    position: relative;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    font-size: 17px;
    overflow: hidden;
}

.header .navbar_nav li:hover a {
    color: #25c5bf
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    padding: 1% 0;
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffffde;
    box-shadow: 0 5px 12px 0 rgba(167, 165, 165, 0.38);
    width: 150px;
    left: -22%;
    z-index: 999999;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left {
    padding: 0;
    display: block;
    /* float: left; */
    /* width: 63%; */
    margin-right: 0;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left h3 {
    display: none;
    /* margin-bottom: 1%; */
    /* font-weight: 600; */
    /* font-size: 25px; */
    /* color: #25c5bf; */
    /* letter-spacing: 2px; */
    /* margin-top: 2%; */
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left span {
    display: none;
    /* font-size: 14px; */
    /* color: #000000; */
    /* line-height: 19px; */
    /* letter-spacing: 2px; */
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_right {
    display: none;
    float: right;
    width: 32%;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul {
    overflow: hidden;
    margin-top: 1%;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_right i {
    float: right;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_right i img {
    width: 100%;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li {
    position: relative;
    width: auto;
    margin-top: 2%;
    margin-right: 0%;
    text-align: center;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li:hover {
    background: #f7f7f7;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li:hover a {
    color: #25c5bf;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p {
    /* margin-bottom: 4px; */
    overflow: hidden;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p img {
    margin-right: 2%;
    float: left;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p a {
    height: auto;
    width: auto;
    padding: 0 0px;
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
}


.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #2a2a2a;
    padding: 0 9px;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    /* background: #ffffff; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #0a0a0a;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {}


.header.on {
    background: #fffffff2;
    box-shadow: 0px 0px 5px #0000009c;
}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: block;
}

.header.on .navbar_nav li a {
    color: #333;
}

.header.on .navbar_nav li:hover a {}

.header .navbar_nav li a i {
    left: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
}

.header .navbar_nav li a .top {
    left: 0;
    top: 0%;
    color: #666666;
}

.header .navbar_nav li a .bot {
    bottom: -100%;
    color: #25c5bf;
}

.header .navbar_nav .active a i {
    color: #25c5bf;
    font-weight: 600;
}

.header .navbar_nav li:hover a .top {
    top: -100%
}

.header .navbar_nav li:hover a .bot {
    bottom: 0;
}

.header .nav_tele {
    display: flex;
    margin-top: 2.2%;
    float: right;
    margin-left: 2%;
}

.header .nav_tele i {
    margin-right: 5px;
    width: 28px;
    display: block;
}

.header .nav_tele i img {
    width: 100%;
}

.header .nav_tele span {
    font-size: 21px;
    color: #25c5bf;
    line-height: 31px;
}

.header .nav_tele span b {
    color: #6f6f6f;
    font-size: 14px;

}

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav.open .ul li p {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

@media (max-width: 1400px) {
    .header .navbar_nav {
        margin: 2% 0 0;
    }
}


@media (max-width: 1300px) {
    .header .navbar_nav li.dropdown .dropdown_menu {
        top: 100px;
    }

    .header .left {
        margin-right: 3%;
        width: 14%;
    }

    .header .navbar_nav li a {
        text-align: center;
        font-size: 15px;
        /* padding: 1px; */
        margin: 0;
        width: 66px;
    }

    .header .nav {
        float: left;
    }

    .header .nav .navbar_nav {
        margin: 1% 0 0;
        text-align: center;
    }

    .header .navbar_nav li {
        margin: 0 11px;
    }
}


@media screen and (max-width: 992px) {
    .header .left {
        width: 150px;
    }

    .header .nav_tele {
        display: none;
    }

    .header {
        width: 100%;
        padding: 8px 10px;
    }

    .header #navToggle {
        height: 100%;
        padding: 7px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav {
        display: none;
    }
}

/*----------header --------*/
/*product*/

.product {
    overflow: hidden;
    margin: 3% 0;
}

.product .container {
    display: flex;
}

.product ul {
    width: 103%;
}

.product ul li {
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
    position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 1%;
    margin-bottom: 1%;
    z-index: 9;
}

.product ul li .pro_img {
    margin-bottom: 5%;
    border: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
}

.product ul li .pro_img .pro-img {
    position: absolute;
    top: 0;
    max-height: max-content;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.product ul li:hover .pro_img .pro-img {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
}

.product ul li p {
    display: block;
    font-size: 13px;
    height: 20px;
    overflow: hidden;
}

.product ul li i {}

.product ul li span {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #959595;
    margin-bottom: 56px;
    line-height: 24px;
    letter-spacing: 2px;
    font-size: 15px;
    height: 48px;
}

.product ul li .pro_bot {
    bottom: 2%;
    right: 5%;
    position: absolute;
    width: 19px;
    height: 20px;
    overflow: hidden;
}

.product ul li .pro_bot img {
    display: block;
    position: absolute;
    width: 27px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-animation: all 0.5s;
}

.product ul li .pro_bot .img_l {
    left: 0;
}

.product ul li .pro_bot .img_r {
    left: -100%;
}

.product ul li:hover {
    background: #edfffb;
}

.product ul li:hover p {
    color: #25c5bf;
}

.product ul li:hover span {
    color: #000;
}

.product ul li:hover .pro_bot .img_l {
    left: 100%;
}

.product ul li:hover .pro_bot .img_r {
    left: 0%;
}

@media screen and (max-width:1400px) {
    .product ul li span {
        font-size: 13px;
    }

    .product ul li p {
        font-size: 15px;
    }

    .pro_nav h1 a {
        font-size: 15px;
    }

    .pro_nav .fl_2 {}

    .product ul li .pro_bot {
        width: 20px;
        bottom: 3%;
    }

}

@media screen and (max-width:900px) {

    .product ul li {
        width: 48%;
        margin: 1%;
    }

    .product ul li span {
        height: 32px;
        line-height: 16px;
        font-size: 10px;
        margin-bottom: 25px;
    }

    .product ul li .pro_bot {
        width: 16px;
        height: 10px;
    }

    .product ul li p {
        font-size: 12px;
    }

}

/*product*/

/*service*/
.service {
    padding: 3% 0;
    background: #effbfd;
}

#my-slide {
    width: 100%;
}

#my-slide .slide-list {
    justify-content: space-around;
    display: flex;
    width: 100%;
    margin: 2% auto 0;
    flex-wrap: wrap;
}

#my-slide .slide-list li {
    width: 19.8%;
    overflow: hidden;
    position: relative;
    margin: 0.1% 0;
}

#my-slide .slide-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slick-top-prev {
    position: absolute;
    display: block;
    height: 67px;
    width: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 50%;
    left: 1%;
    margin-top: -47px;
}

.slick-arrow {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    /* background-color: #fff; */
    font-family: monospace;
    font-weight: 100;
    font-size: 44px;
    color: #fff;
    outline: none;
    z-index: 99;
    opacity: .95;
}

.slick-top-prev:before {
    content: "<";
    font-weight: bold;
}

.slick-top-next {
    position: absolute;
    display: block;
    height: 67px;
    width: 45px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 50%;
    right: 1%;
    margin-top: -47px;
}

.slick-top-next:before {
    content: ">";
    font-weight: bold;
}



.service li .top_sol {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: -100%;
    width: 100%;
    webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.service li .top_sol p {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 27px;
}

.service li .top_sol i {
    background: #fff;
    width: 33px;
    height: 3px;
    /* background: #fff; */
    margin: 2% auto;
    display: block;
}

.service li .top_sol span {
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
}

.service li .bot_sol {
    webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    height: 37px;
    width: 100%;
    z-index: 8;
    background: linear-gradient(28deg, #0097c9a6 26%, #3be2b4ad 100%);
    bottom: 0;
}

.service li .bot_sol p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    margin-top: 7px;
}

.service li .bot_sol span {}

.service li:hover .bot_sol {
    height: 100%;
    top: 0;
}

.service li:hover .top_sol {
    top: 34%;
}

@media only screen and (max-width:1600px) {
    .service li .bot_sol p {
        font-size: 17px;
        margin-top: 7px;
    }
}

@media only screen and (max-width:1500px) {
    #my-slide .slide-list {}
}

@media only screen and (max-width:1300px) {
    .service li .bot_sol p {
        font-size: 16px;
        margin-top: 8px;
    }

    #my-slide .slide-list {}
}

@media only screen and (max-width: 900px) {
    #my-slide .slide-list li {
        width: 49%;
        margin: 0.5%;
    }

    .service li .top_sol p {
        font-size: 20px;
    }

    .service li .bot_sol p {
        font-size: 12px;
        margin-top: 3px;
    }

    .service li .bot_sol {
        height: 24px;
    }

    .service li:hover .bot_sol p {
        display: block;
    }

    #my-slide .slide-list {}

    .slick-top-prev {
        height: 30px;
        width: 23px;
        font-size: 20px;
    }

    .slick-top-prev {
        top: 71%;
        left: 0;
    }

    .slick-top-next {
        height: 30px;
        width: 23px;
        font-size: 20px;
    }

    .slick-top-next {
        top: 71%;
        right: 0;
    }
}

/*service*/
/*----------index-tiele --------*/

.index_titel {
    margin-bottom: 1%;
    text-align: center;
    position: relative;
}

.index_titel .index_titeltop {}

.index_titel .index_titeltop p {
    margin: 0;
    text-align: center;
}

.index_titel .index_titeltop p img {
    width: 52px;
    margin-bottom: 13px;
}

.index_titel .index_titeltop p i {
    display: block;
    color: #25c5bf;
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 5px;
}

.index_titel h1 {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 14px;
    margin-left: 17px;
    color: #727272;
}

@media only screen and (max-width: 900px) {
    .index_titel {}

    .index_titel .index_titeltop {
        height: 34px;
    }

    .index_titel .index_titeltop p {
        margin: 0;
    }

    .index_titel .index_titeltop p img {
        margin-bottom: 3px;
        width: 22px;
    }

    .index_titel .index_titeltop p i {
        margin: 0 1px;
        font-size: 22px;
    }

    .index_titel h1 {
        margin-left: 4px;
        letter-spacing: 4px;
        padding-top: 1px;
        /* font-size: 41px; */
        font-size: 8px;
    }

}


/*----------index-tiele --------*/

/*----------banner --------*/
/*banner*/
.index_banner {
    margin-top: 85px;
    position: relative;
    height: 700px;
}

.index_banner .swiper-container {
    height: 100%;
}

.banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_banner img {
    display: block;
    width: 100%;
}

.banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text img {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.banner1 .banner_text img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.banner2 .banner_text img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.banner3 .banner_text img {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.banner4 .banner_text img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.banner5 .banner_text img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.index_banner .swiper-slide-active .banner_text img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.index_banner .swiper-button-prev,
.index_banner .swiper-button-next {
    width: 20px;
    height: 33px;
    margin-top: -16px;
    background-size: contain;
    opacity: .5;
}

.index_banner .swiper-pagination-bullets {
    width: auto;
    left: auto;
    right: 15px;
}

.index_banner .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px #ffffff solid;
    opacity: 1;
    position: relative;
    margin: 0 14px !important;
}

.index_banner .swiper-pagination-bullet:before,
.index_banner .swiper-pagination-bullet:after {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #7F8189;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.index_banner .swiper-pagination-bullet:before {
    right: calc(100% + 8px);
}

.index_banner .swiper-pagination-bullet:after {
    left: calc(100% + 8px);
}

.index_banner .swiper-pagination-bullet:first-child:before,
.index_banner .swiper-pagination-bullet:last-child:after {
    display: none;
}

.index_banner .swiper-pagination-bullet-active {
    /* border-color: #25c5bf; */
    /* background-color: #25c5bf; */
    background: linear-gradient(40deg, #0097c9 26%, #3be2b4 100%);
}

.downTip {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 1;
    width: 16px;
    height: 26px;
    background: url(../images/icon8.png) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    animation: downTip 1s linear infinite alternate;
    -webkit-animation: downTip 1s linear infinite alternate;
}

@-webkit-keyframes downTip {
    from {
        bottom: 30px;
        opacity: 0.9;
    }

    to {
        bottom: 25px;
        opacity: 1;
    }
}

@keyframes downTip {
    from {
        bottom: 30px;
        opacity: 0.9;
    }

    to {
        bottom: 25px;
        opacity: 1;
    }
}

.banner_more {
    position: absolute;
    bottom: -70px;
    left: 15px;
    background-color: #45be9f;
    padding: 8px 15px;
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    min-width: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.banner_more:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-right: 15px;
}

.index_banner .swiper-slide-active .banner_more {
    bottom: 0;
}

.index_banner .swiper-slide-active .banner_more:hover {
    color: #fff;
    bottom: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width:767px) {
    .index_banner .PC_img {
        /* display:none; */
    }

    .index_banner .swiper-button-prev,
    .index_banner .swiper-button-next {
        width: 16px;
        height: 26px;
        margin-top: -13px;
    }

    .index_banner {
        margin-top: 17%;
        height: 260px;
    }
}

@media (max-width:479px) {
    .banner_more {
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width:768px) {}

.index_banner .swiper-pagination-bullets {
    bottom: 30px;
}

.index_banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.banner_more {
    left: 5.72917%;
    padding: 18px 30px;
    font-size: 16px;
    min-width: 180px;
}

.banner_more:before {
    width: 45px;
    margin-right: 30px;
}
}

@media (min-width:1200px) {
    .banner_more {
        padding: 25px 40px;
        min-width: 210px;
    }
}

/*----------banner --------*/



/*----------case --------*/

.index_case {
    margin-top: 2%;
}

.scrollpic {
    margin: 20px auto;
}

#myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 332px;
    overflow: hidden;
}

#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}

#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myscroll ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 2px;
    overflow: hidden;
    width: 377px;
}

#myscroll ul li a {
    display: block;
    position: relative;
    color: #333;
}

#myscroll a .intro {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 0 10px;
}

#myscroll a .intro h5 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 47px 0 15px;
    background: url(../images/go.png) right no-repeat;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#myscroll a .intro p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 15px;
    height: 40px;
    overflow: hidden;
}

#myscroll a .intro {
    bottom: -61px;
}

#myscroll a:hover .intro {
    bottom: 0px;
}

#mybtns {
    z-index: 99;
    margin: 10px auto;
    width: 100%;
    display: block;
    height: 42px;
    position: absolute;
    top: 29%;
}

#mybtns a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 1px;
    background-color: #c1c1c1;
}

#mybtns a:hover {
    background-color: #d7000f;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mybtns #left {
    background-image: url(../images/jt_l.png);
    background-size: 100%;
    left: 2%;
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
}

#mybtns #right {
    position: absolute;
    background-image: url(../images/jt_r.png);
    background-size: 100%;
    right: 2%;
    top: 0;
    width: 50px;
    height: 50px;
}


.scrollpic {
    width: 100%;
    position: relative;
}

#myscroll {
    width: 100%;
}



@media(max-width:767px) {

    #myscroll ul li {
        width: 375px;
    }

    #myscroll ul li img {
        width: 100%;
    }

    .scrollpic {
        min-height: auto;
        /* max-width:524px; */
        width: 100%;
    }

    #myscroll {
        /* width:524px; */
    }
}

@media(max-width:523px) {
    #myscroll {
        height: 273px;
    }

    .scrollpic {
        max-width: 100%;
        width: 100%;
    }

    #myscroll {
        width: 100%;
    }
}

/*----------case --------*/



/*----------links --------*/
.links {
    background: #f2f2f2;
    padding: 9px 0;
}

.links h3 {
    color: #25c5bf;
    font-size: 16px;
    margin-bottom: 5px;
}

.links links-cont {}

.links a {
    color: #7e7e7e;
    margin-right: 1%;
    font-size: 13px;
}

@media (max-width:700px) {
    .links a {
        font-size: 12px;
        margin-right: 4%;
    }

    .links h3 {
        font-size: 15px;
    }
}


/*----------links --------*/

/*----------footer --------*/

.footer {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    padding: 2% 0 0;
    /* background: #25c5bf; */
}

.footer .footer_cont {
    display: flex;
    overflow: hidden;
}

.footer .footer_cont .fot-left {
    padding-right: 3%;
    width: 301px;
    margin-right: 3%;
    border-right: 1px solid #ffffff8c;
}

.footer .footer_cont .fot-left i {}

.footer .footer_cont .fot-left i img {}

.footer .footer_cont .fot-left a {
    margin: 23px 0;
    display: block;
    width: 100px;
    padding: 1% 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.footer .footer_cont .fot-left p {
    line-height: 25px;
    margin-top: 30px;
    font-size: 14px;
    color: #ffffff;
}

.footer .footer_cont .fot-center {
    width: 82%;
}

.footer .footer_cont .fot-center ul {
    display: flex;
}

.footer .footer_cont .fot-center li {
    width: 100%;
    float: left;
}

.footer .footer_cont .fot-center li p {
    margin-bottom: 7%;
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.footer .footer_cont .fot-center li p a {
    margin-bottom: 7%;
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.footer .footer_cont .fot-center li i {
    display: block;
    width: 32px;
    height: 3px;
    background: #ffffff;
    margin: 1% 0 3%;
}

.footer .footer_cont .fot-center li a {
    margin: 4% 0;
    display: block;
    float: left;
    color: #ffffffb0;
    font-size: 14px;
    width: 129px;
}

.footer .footer_cont .fot-right {
    width: 31%;
    /* border-radius: 9px; */
    overflow: hidden;
}

.footer .footer_cont .fot-right img {
    border-radius: 9px;
    width: 100%;
}

.footer .footer_cont .fot-center li a:hover {
    color: #ffffff;
}

@media (max-width:1300px) {
    .footer .footer_cont .fot-left p {
        margin-top: 0;
    }

    .footer .footer_cont .fot-left {
        margin-right: 5%;
    }

    .footer .footer_cont .fot-center {
        width: 75%;
    }

    .footer .footer_cont .fot-right {
        width: 46%;
    }
}


@media (max-width:1080px) {
    .footer .footer_cont .fot-left {
        margin-right: 2%;
    }

    .footer .footer_cont .fot-right {
        margin-top: 5%;
        width: 362px;
    }
}

@media (max-width:890px) {
    .footer .footer_cont .fot-right {
        display: none;
    }

    .footer .footer_cont .fot-center {
        float: right;
    }

}

@media (max-width:700px) {
    .footer .footer_cont {
        display: block;
    }

    .footer .footer_cont .fot-left {
        text-align: center;
        margin: 0 auto 5%;
        float: none;
    }

    .footer .footer_cont .fot-center {
        display: none;
        width: auto;
        float: none;
        margin: 1% auto;
    }

    .footer .footer_cont .fot-left {
        margin: 0 auto;
        width: 215px;
        border-right: 0;
    }

    .footer .footer_cont .fot-left p {
        margin-top: 1%;
    }

    .footer .footer_cont .fot-left a {
        margin: 6% auto;
    }

    .footer .footer_cont .fot-left i img {
        width: 65%;
    }

    .footer .footer_cont .fot-center li a {
        margin-bottom: 4%;
        width: 150px;
    }
}


/*----------footer --------*/

/*----------news --------*/


.sec1 {
    padding: 3% 0;
    background: #f2f2f2;
}

.main {
    margin: 45px auto;
}

.title {
    font-size: 24px;
    margin-bottom: 1em;
    text-align: center;
}

.img-count,
.img-count img {
    position: relative;
}

.img-count-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    *height: 100%;
}

.w-newsList1 {
    position: relative;
}

.w-newsList1 a {
    display: block;
    text-decoration: none;
    color: #333;
}

.w-newsList1 .news-item {
    position: relative;
}

.w-newsList1 .news-imgbox {
    width: 46%;
}

.w-newsList1 .news-imgbox img {
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w-newsList1 .swiper-slide.swiper-slide-active .news-imgbox img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.w-newsList1 .aspectRatio {
    padding-bottom: 450px;
}

.w-newsList1 .news-text {
    margin: 0 1%;
    position: absolute;
    right: 0;
    width: 59%;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    padding: 3% 5%;
    overflow: hidden;
    box-shadow: 0 0 10px #0000001f;
}

:root .w-newsList1 .news-text {
    top: 50%;
}

.w-newsList1 .date {
    line-height: 1.4;
    margin-bottom: 0.8em;
}

.w-newsList1 .date .year {
    font-size: 46px;
    font-weight: bold;
    color: #25c5bf;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.w-newsList1 .date .day_month {
    font-size: 17px;
    color: #bebebe;
}

.w-newsList1 .news-h {
    color: #25c5bf;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    margin-bottom: 3%;
    width: 78%;
}

.w-newsList1 .news-sum {
    font-size: 14px;
    line-height: 1.8;
    height: 3.5em;
    overflow: hidden;
    color: #aaa;
}

.w-newsList1 .more {
    margin-top: 20px;
    width: 45px;
    height: 24px;
    float: right;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABIUlEQVQ4jb3VMUscQRQH8J+yNgaLFAoPJSBnKaTRUhDBRoiVpBG09mMIljY2geuCIH4GG7FKE7BRSxGPyCtstLJQxGYPTr1D3LvNHxb2McP7McPO7FCz2dRPMhNExDec4gormXnbbf5wX9rrjOEr5nAcEeO1gpl5gQ08Y7YXOsgVysyDLuhEbWAP9E9ETNUGdqBreEQDJ220wBfMYKhK84joNXSFHWx3oIsFzjBdBftkGjgaxsN/wNoZLfAdkypu6QdZxV75foPlAk+4rtqxfdO8TUT8xG5ZXmIpM1u1fKURsY5DjJTYYma2qOFYRMQm9sve51jIzH/t8YGCEbGF3x3YUr7Z84GBETGPX2X5t8Te/TGKQYG4K58z/MjM+26TXgDh8VYjv3NjTgAAAABJRU5ErkJggg==") center no-repeat;
}

.w-newsList1 .adSN_page {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 50%;
    margin-bottom: -123px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    width: 35%;
    padding-left: 4%;
}

.w-newsList1 .adSN_page span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px;
}

.w-newsList1 .swiper-num {
    position: absolute;
    z-index: 9;
    right: 52px;
    top: 18%;
    /* margin-top: -130px; */
    color: #bebebe;
}

.w-newsList1 .swiper-num .active {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width:1000px) {

    .w-newsList1 .news-h {
        width: 100%;
        font-size: 20px;
    }
}


@media (max-width:767px) {
    .w-newsList1 .news-imgbox {
        width: 100%;
    }

    .w-newsList1 .aspectRatio {
        padding-bottom: 56.25%;
    }

    .w-newsList1 .news-text {
        position: relative;
        width: 100%;
        top: 0;
        transform: none;
        -webkit-transform: none;
        padding: 1.2em 4% 1.5em;
    }

    :root .w-newsList1 .news-text {
        top: 0;
    }

    .w-newsList1 .adSN_page {
        left: 0;
        bottom: 2em;
        margin-bottom: 0;
    }

    .w-newsList1 .swiper-num {
        bottom: 232px;
        top: auto;
        margin-top: 0;
    }

}

@media (max-width:480px) {
    .title {
        font-size: 6vw;
    }

    .w-newsList1 .news-h {
        font-size: 109%;
    }

    .w-newsList1 .date .year {
        font-size: 192%;
    }

    .w-newsList1 .date .day_month {
        font-size: 110%;
    }

    .w-newsList1 .swiper-num {
        right: 18px;
        bottom: 14em;
    }

    .w-newsList1 .swiper-num .active {
        font-size: 200%;
    }
}

/*----------news --------*/

.thumbnail {
    position: relative;
}

.thumbnail .slt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.thumbnail img {
    display: block;
    width: 100%;
    /* height: 100%; */
}



.ny_banner {
    margin-top: 4.5%;
}

.ny_banner img {
    width: 100%;
}

@media (max-width:980px) {
    .ny_banner {
        margin-top: 15%;
    }

    .ny_banner img {}
}

.didian {
    border-bottom: 1px solid #e9e9e9;
    padding: 0.5% 0;
}

.didian h1 {
    font-size: 15px;
    float: left;
    color: #25c5bf;
}

.didian p {
    color: #9d9d9d;
    font-size: 15px;
    float: right;
}

.didian p i {
    margin: 0 6px;
}

.didian p i a {}

@media (max-width:980px) {
    .didian {
        padding: 1% 0;
    }

    .didian h1 {
        line-height: 20px;
        font-size: 13px;
        padding-top: 0px;
    }

    .didian p {
        line-height: 20px;
        font-size: 12px;
    }

    .didian p i {}

    .didian p i a {}

}


/*----------index_pro --------*/

/*----------solution --------*/

.solution {
    background: #edfffb;
    padding: 3% 0;
}

.solution ul {
    text-align: center;
}

.solution ul .wid_50 {
    width: 47%;
}

.solution ul .wid_30 {
    width: 31%;
}

.solution ul li {
    overflow: hidden;
    position: relative;
    margin: 1%;
    display: inline-block;
}

.solution ul li .top_sol {
    z-index: 99;
    position: absolute;
    top: -100%;
    width: 100%;
    webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.solution ul li .top_sol p {
    color: #000000;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 30px;
}

.solution ul li .top_sol i {
    background: linear-gradient(33deg, #0097c9 26%, #3be2b4 100%);
    width: 33px;
    height: 3px;
    /* background: #fff; */
    margin: 2% auto;
    display: block;
}

.solution ul li .top_sol span {
    font-size: 17px;
    letter-spacing: 2px;
}

.solution ul li .bot_sol {
    webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    top: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(28deg, #0097c9a6 26%, #3be2b4ad 100%);
}

.solution ul li:hover .bot_sol {
    top: 0;
}

.solution ul li:hover .top_sol {
    top: 34%;
}

.solution ul li .bot_sol span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #fff;
    width: 80%;
    margin: 26% auto 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 27px;
    text-align: left;
}

.service li .top_sol a {
    width: 100px;
    display: block;
    margin: 4% auto;
    color: #25c5bf;
    background: #fff;
    font-size: 16px;
    padding: 7px 0;
}

.solution ul li:hover .top_sol p {
    color: #fff;
}

.solution ul li:hover .top_sol i {
    background: #fff;
}

.solution ul li:hover .top_sol span {
    color: #fff;
}

.service li:hover .bot_sol p {
    display: none;
}

@media (max-width:1600px) {
    .solution ul li .top_sol p {
        font-size: 20px;
    }

    .solution ul li .top_sol i {
        width: 26px;
    }

    .solution ul li .top_sol span {
        font-size: 13px;
    }

    .solution ul li .bot_sol span {
        -webkit-line-clamp: 3;
        margin: 29% auto 0;
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width:1200px) {
    .solution ul li .top_sol p {
        font-size: 18px;
    }

    .solution ul li .top_sol i {}

    .solution ul li .top_sol span {}

    .solution ul li .bot_sol span {
        margin: 30% auto 0;
        font-size: 11px;
        -webkit-line-clamp: 3;
        line-height: 20px;
        width: 90%;
    }
}


@media (max-width:980px) {
    .solution {}

    .solution ul {}

    .solution ul .wid_50 {
        width: 90%;
    }

    .solution ul .wid_30 {
        width: 90%;
    }

    .solution ul li {
        width: 100%;
    }

    .solution ul li .top_sol {
        top: 34%;
    }

    .solution ul li .top_sol p {
        color: #fff;
    }

    .solution ul li .top_sol i {
        background: #fff;
    }

    .solution ul li .top_sol span {
        color: #fff;
    }

    .solution ul li .bot_sol {
        top: 0;
    }

    .solution ul li .bot_sol span {}
}


.News_list {
    margin: 3% 0;
}

.News_list ul {}

.News_list ul li {
    position: relative;
    border: 1px solid #ebebeb;
    display: block;
    padding: 1%;
    width: 31%;
    float: left;
    margin: 1%;
}

.News_list ul li .news_top {
    position: relative;
    overflow: hidden;
}

.News_list ul li .news_top .news_img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.News_list ul li p {
    font-size: 17px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin: 5% 0;
}

.News_list ul li span {
    color: #8b8b8b;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 3%;
    height: 39px;
}

.News_list ul li .news_bot {
    display: block;
    width: 100%;
}

.News_list ul li .news_bot b {
    font-size: 17px;
    font-weight: 100;
    color: #25c5bf;
    font-family: fantasy;
}

.News_list ul li .news_bot img {
    right: 4%;
    display: block;
    width: 31px;
    position: absolute;
    bottom: 3%;
}

.News_list ul li:hover p {
    color: #25c5bf;
}

.News_list ul li:hover {
    border: 1px solid #25c5bf;
}

@media only screen and (max-width:1685px) {
    .News_list ul li {
        padding: 0.8%;
    }
}


@media only screen and (max-width:900px) {
    .News_list {
        margin: 7% 0;
    }

    .News_list ul {}

    .News_list ul li {
        width: 46%;
    }

    .News_list ul li .news_top {}

    .News_list ul li .news_top .news_img {}

    .News_list ul li p {}

    .News_list ul li span {
        font-size: 12px;
        height: 54px;
    }

    .News_list ul li .news_bot {}

    .News_list ul li .news_bot b {
        font-size: 15px;
    }

    .News_list ul li .news_bot img {
        width: 20px;
        bottom: 4%;
    }

}

@media only screen and (max-width:600px) {

    .News_list ul li {
        width: 49.2%;
        margin: 0.2%;
    }

    .News_list ul li p {
        font-weight: 400;
        -webkit-line-clamp: 2;
        font-size: 10px;
    }

    .News_list ul li span {
        display: none;
    }

    .News_list ul li .news_bot b {
        font-size: 11px;
    }

    .News_list ul li .news_bot img {
        width: 20px;
        bottom: 4%;
    }


}


/*----------solution --------*/
.fulist_img {}

.fulist_img ul {}

.fulist_img ul li {}

.fulist_img ul li p {}



.list_img {
    padding: 3% 0;
}

.list_img ul {
    overflow: hidden;
}

.list_img ul li {
    border: 1px solid #00000014;
    margin: 1%;
    float: left;
    width: 23%;
    text-align: center;
    padding: 1%;
}

.list_img ul li .thumbnail {
    overflow: hidden;
}

.list_img ul li p {
    display: block;
    font-size: 18px;
    margin: 4% 0;
    color: #000;
}

.list_img ul li:hover p {
    color: #25c5bf;
}

.list_img ul li:hover {
    border: 1px solid #25c5bf;
}

@media (max-width:950px) {
    .list_img {}

    .list_img ul {}

    .list_img ul li {
        width: 48%;
    }

    .list_img ul li .thumbnail {}

    .list_img ul li p {
        font-size: 13px;
        margin: 5% 0;
    }

    .fulist_img {}

    .fulist_img ul {}

    .fulist_img ul li {}

    .fulist_img ul li p {}


}


.pagination>li>a,
.pagination>li>span {
    color: #333;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #25c5bf;
    border-color: #25c5bf;
}

.pageController {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    margin: 3% auto 0;
    width: 100%;
    justify-content: center;
}

.pageController a {
    /* float:left; */
    display: inline-block;
    background-color: #ededed;
    border: #b9b9b9 1px solid;
    color: #000000;
    padding: 4px 12px;
    margin-right: 11px;
    font-size: 16px;
}

.pageController a:hover {
    background-color: #25c5bf;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border: #25c5bf 1px solid;
}

.pageController .currPage {
    background-color: #25c5bf;
    color: #fff;
    font-weight: bold;
    border: #25c5bf 1px solid;
}

.clear {
    clear: both;
}

@media screen and (max-width:600px) {
    .pageController a {
        padding: 4px 9px;
        margin-right: 14px;
        font-size: 12px;
    }

    .pageController {
        width: 264px;
    }
}


/*----------product_list --------*/

.product_list {
    margin: 4% 0;
}

.product_list .container {
    display: flex;
}

.product_list .product_fl {
    margin-right: 4%;
    width: 84%;
}

.product_list .product_fl h1 {
    width: 100%;
    background: #25c5bf;
    color: #fff;
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    padding: 6% 0;
}

.product_list .product_fl .st {}

.product_list .product_fl .st a {
    color: #25c5bf;
    background: #e9e9e9;
}

.product_list .product_fl p {
    display: block;
    /* padding: 6% 5%; */
    background: #f1f1f1;
}

.product_list .product_fl p a {
    font-weight: 600;
    display: block;
    font-size: 17px;
    padding: 4% 7%;
    border-bottom: 0.5px solid #e7e7e7;
    letter-spacing: 1px;
}

.product_list .product_fr {}

.product_list .product_fr ul {
    overflow: hidden;
}

.product_list .product_fr ul li {
    margin: 0.5%;
    display: block;
    float: left;
    width: 32%;
    padding: 0.5%;
    border: 1px solid #f1f1f1;
}

.product_list .product_fr ul li p {
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 6% 0 4%;
}

.product_list .product_fl p:hover a {
    color: #25c5bf;
    background: #e9e9e9;
}

.product_list .product_fr ul li:hover p {
    color: #25c5bf;
}

.product_list .product_fr ul li:hover {
    border: 1px solid #25c5bf;
}


@media (max-width:1400px) {
    .product_list .product_fl {
        width: 100%;
    }

    .product_list .product_fl h1 {
        font-size: 20px;
    }

    .product_list .product_fl p a {
        font-size: 15px;
    }

    .product_list .product_fr ul li p {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .product_list .product_fl {
        width: 25%;
    }

    .product_list .product_fr {
        width: 90%;
    }

}

@media (max-width:950px) {
    .product_list {}

    .product_list .container {
        display: block;
    }

    .product_list .product_fl {
        overflow: hidden;
        width: 100%;
    }

    .product_list .product_fl h1 {
        padding: 2% 0;
    }

    .product_list .product_fl p {
        width: 48%;
        float: left;
        margin: 1%;
        border: 0;
    }

    .product_list .product_fl p a {
        /* height: 50px; */
        font-size: 12px;
        border: 0;
        letter-spacing: 0;
    }

    .product_list .product_fr {
        width: auto;
    }

    .product_list .product_fr ul {}

    .product_list .product_fr ul li {
        width: 49%;
    }

    .product_list .product_fr ul li p {
        font-size: 12px;
    }

}

/*----------product_list --------*/


/*----------news_list --------*/

.news_list {
    margin: 4% 0;
}

.news_list ul {
    overflow: hidden;
}

.news_list ul li {
    float: left;
    width: 46%;
    margin: 1% 2%;
}

.news_list ul li a {
    display: flex;
}

.news_list ul li a .thumbnail {
    margin-right: 4%;
    width: 55%;
}

.news_list ul li .news_title {
    width: 88%;
}

.news_list ul li .news_title p {
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 600;
}

.news_list ul li .news_title span {
    color: #747474;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
    margin: 2% 0 5%;
    font-size: 14px;
}

.news_list ul li .news_title i {
    font-size: 17px;
    color: #25c5bf;
}

.news_list ul li:hover .news_title p {
    color: #25c5bf;
}

.news_list ul li:hover .news_title span {
    color: #000;
}


@media (max-width:1500px) {
    .news_list ul li a .thumbnail {
        width: 67%;
    }

    .news_list ul li .news_title p {
        font-size: 18px;
        line-height: 23px;
    }

    .news_list ul li .news_title span {
        letter-spacing: 1px;
        font-size: 13px;
    }

}

@media (max-width:1200px) {
    .news_list {}

    .news_list ul {}

    .news_list ul li {
        width: 29%;
    }

    .news_list ul li a {
        display: block;
    }

    .news_list ul li a .thumbnail {
        width: 100%;
    }

    .news_list ul li .news_title {
        width: 100%;
        margin: 4% 0;
    }

    .news_list ul li .news_title p {}

    .news_list ul li .news_title span {}

    .news_list ul li .news_title i {}

}



@media (max-width:950px) {
    .news_list {}

    .news_list ul {}

    .news_list ul li {
        width: 46%;
    }

    .news_list ul li a {}

    .news_list ul li a .thumbnail {}

    .news_list ul li .news_title {}

    .news_list ul li .news_title p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-height: 17px;
    }

    .news_list ul li .news_title span {
        -webkit-line-clamp: 5;
    }

    .news_list ul li .news_title i {}

}

@media (max-width:700px) {

    .news_list ul li {
        width: 100%;
    }
}

/*----------news_list --------*/


/*----------rczp --------*/

.join_zp {
    max-width: 1500px;
    text-align: center;
    margin: 3% auto;
    width: 100%;
}

.join_zp .join_zp_t {
    font-size: 17px;
    color: #fff;
    background-color: #25c5bf;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 600;
}

.join_zp .join_zp_c {
    font-size: 17px;
    color: #6a6a6a;
    cursor: pointer;
    height: 65px;
    border-bottom: 1px solid #e9e9e9;
}

.join_zp .join_zp_c:hover {
    color: #fe0807;
}

.join_zp .join_zp_n {
    text-align: left;
    background-color: #f2f6f9;
    font-size: 14px;
    display: none;
}

.join_zp .join_zp_n td {
    padding: 2%;
    border: 0.5px solid #e1e1e1;
    padding-bottom: 3%;
}

.join_zp_n .join_ms {
    font-size: 19px;
    width: auto;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}

.join_zp_n .join_ms i {
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #25c5bf;
    margin-right: 10px;
}

.join_zp_n .join_cn {
    width: auto;
    margin: 0 auto;
    /* background-color: #fff; */
    padding-left: 35px;
    padding: 10px 35px;
}

.join_zp .join_active {
    transition: 0.5s all;
    display: table-row;
}

@media (max-width:700px) {
    .join_zp .join_zp_t {
        font-size: 13px;
        font-weight: 100;
    }

    .join_zp .join_zp_c {
        font-size: 13px;
    }
}


/*----------rczp --------*/



form {
    margin: 3% auto;
}

form li.first,
li.second {
    border: none;
    list-style: none;
    margin-bottom: 41px;
    width: 100%;
}

.icon,
.icon2 {
    height: 55px;
    width: 55px;
    display: block;
    float: left;
    border-top-left-radius: 0.3em;
    -o-border-top-left-radius: 0.3em;
    -moz-border-top-left-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    border-border-bottom-left-radius: 0.3em;
    -o-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
}

.user {
    background: url(../images/icons.png) no-repeat 14px 15px #25c5bf;
}

.email {
    background: url(../images/icons.png) no-repeat 15px -39px #25c5bf;
}

.phone {
    background: url(../images/icons.png) no-repeat 15px -93px #25c5bf;
}

.msg {
    background: url(../images/msg.png) no-repeat 16px 16px #25c5bf;
}

li.first:hover .user {
    background: url(../images/icons.png) no-repeat 14px 15px #0097c9;
}

li.first:hover .email {
    background: url(../images/icons.png) no-repeat 15px -39px #0097c9;
}

li.first:hover .phone {
    background: url(../images/icons.png) no-repeat 15px -93px #0097c9;
}

li.second:hover .msg {
    background: url(../images/msg.png) no-repeat 16px 16px #0097c9;
}

/*-----*/
input[type="text"],
form textarea {
    width: 92%;
    padding: 1.13em 1em 1.13em 1em;
    color: #858282;
    font-size: 15px;
    outline: none;
    background: #fff;
    font-weight: 500;
    border: none;
    font-family: 'Lora', serif;
    border-top-right-radius: 0.3em;
    -o-border-top-right-radius: 0.3em;
    -moz-border-top-right-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-border-bottom-right-radius: 0.3em;
    -o-border-bottom-right-radius: 0.3em;
    -moz-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
}

.submit {}

form textarea {
    resize: none;
    height: 140px;
}

.login-01 input[type="submit"] {
    margin-bottom: 10%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 4px;
    width: 136px;
    /* border: 2px solid #25c5bf; */
    float: right;
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

input[type="submit"]:hover {}

li.lost {
    margin-bottom: 21px;
}

/*---------------*/
.login-01 {
    margin: 0 auto;
    max-width: 700px;
}

.copy-right {
    text-align: center;
    margin: 2em 0;
}

.copy-right p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

.copy-right p a {
    color: #fff;
}

.copy-right p a:hover {
    text-decoration: underline;
}

/*-----start-responsive-design------*/
@media (max-width:1440px) {
    .login-01 input[type="submit"] {
        margin-right: 1.85em;
    }

}

@media (max-width:1366px) {
    .login-01 input[type="submit"] {
        margin-right: 0;
    }

}

@media (max-width:1280px) {
    .login-01 {
        width: 57%;
        margin: 5% auto 5%;
    }

    body h1 {
        font-size: 2.7em;
    }

    input[type="text"],
    form textarea {
        width: 90%;
    }
}

}

@media (max-width:1024px) {
    .login-01 {
        width: 45%;
    }

    body h1 {
        font-size: 2.5em;
    }

}

@media (max-width:768px) {
    .login-01 {
        width: 63%;
    }

    body h1 {
        font-size: 2.3em;
    }
}

@media (max-width:640px) {
    .login-01 {
        width: 73%;
    }

    body h1 {
        font-size: 2.1em;
    }
}

@media (max-width:480px) {
    .login-01 {
        width: 100%;
    }

    .copy-right p {
        font-size: 0.9em;
    }

    input[type="text"],
    form textarea {
        width: 87%;
        padding: 1em 1em 1em 1em;
        font-size: 14px;
    }

    .icon,
    .icon2 {
        height: 48px;
        width: 48px;
    }

    .user {
        background: url(../images/icons.png) no-repeat 11px 12px #25c5bf;
        background-size: 45%;
    }

    .email {
        background: url(../images/icons.png) no-repeat 12px -36px #25c5bf;
        background-size: 45%;
    }

    .phone {
        background: url(../images/icons.png) no-repeat 12px -87px #25c5bf;
        background-size: 45%;
    }

    .msg {
        background: url(../images/msg.png) no-repeat 14px 11px #25c5bf;
        background-size: 45%;
    }

    li.first:hover .user {
        background: url(../images/icons.png) no-repeat 11px 9px #fe0807;
        background-size: 45%;
    }

    li.first:hover .email {
        background: url(../images/icons.png) no-repeat 12px -36px #fe0807;
        background-size: 45%;
    }

    li.first:hover .phone {
        background: url(../images/icons.png) no-repeat 12px -87px #fe0807;
        background-size: 45%;
    }

    li.second:hover .msg {
        background: url(../images/msg.png) no-repeat 14px 11px #fe0807;
        background-size: 45%;
    }

    body h1 {
        font-size: 2em;
        padding-top: 1em;
    }

    form li.first,
    li.second {
        margin-bottom: 18px;
    }

}

@media (max-width:320px) {

    input[type="text"],
    form textarea {
        width: 71%;
        padding: 1em 1em 1em 0.8em;
        font-size: 14px;
    }

    .login-01 {
        width: 96%;
    }

    .icon,
    .icon2 {
        height: 45px;
        width: 45px;
    }

    .user {
        background: url(../images/icons.png) no-repeat 11px 13px #25c5bf;
        background-size: 40%;
    }

    .email {
        background: url(../images/icons.png) no-repeat 12px -29px #25c5bf;
        background-size: 40%;
    }

    .phone {
        background: url(../images/icons.png) no-repeat 12px -72px #25c5bf;
        background-size: 40%;
    }

    .msg {
        background: url(../images/msg.png) no-repeat 14px 13px #25c5bf;
        background-size: 40%;
    }

    li.first:hover .user {
        background: url(../images/icons.png) no-repeat 11px 13px #fe0807;
        background-size: 40%;
    }

    li.first:hover .email {
        background: url(../images/icons.png) no-repeat 12px -29px #fe0807;
        background-size: 40%;
    }

    li.first:hover .phone {
        background: url(../images/icons.png) no-repeat 12px -72px #fe0807;
        background-size: 40%;
    }

    li.second:hover .msg {
        background: url(../images/msg.png) no-repeat 14px 13px #fe0807;
        background-size: 40%;
    }

    .copy-right p {
        line-height: 1.6em;
    }

    .login-01 input[type="submit"] {
        font-size: 17px;
        padding: 8px 8px;
        width: 36%;
        margin-right: 0.7em;
    }

}


.con_lxfs {
    margin: 3% 0;
}

.con_lxfs ul {
    display: flex;
}

.con_lxfs ul li {
    padding: 2% 1%;
    text-align: center;
    width: 33%;
    background: #f1f1f1;
    margin: 1%;
}

.con_lxfs ul li i {
    margin: 0 auto;
    width: 54px;
    display: block;
    padding: 3%;
    background: #25c5bf;
    border-radius: 40px;
}

.con_lxfs ul li i img {}

.con_lxfs ul li p {
    font-size: 23px;
    display: block;
    padding: 9% 0 2%;
    font-weight: 600;
}

.con_lxfs ul li span {
    font-size: 17px;
    color: #858585;
}

@media (max-width:1320px) {
    .con_lxfs {}

    .con_lxfs ul {
        display: block;
    }

    .con_lxfs ul li {
        float: left;
        width: 48%;
    }

    .con_lxfs ul li i {
        width: 40px;
    }

    .con_lxfs ul li i img {}

    .con_lxfs ul li p {
        font-size: 19px;
    }

    .con_lxfs ul li span {
        height: 39px;
        font-size: 15px;
        display: block;
    }

}


@media (max-width:600px) {
    .con_lxfs {}

    .con_lxfs ul {}

    .con_lxfs ul li {
        padding: 3% 3%;
    }

    .con_lxfs ul li i {
        width: 31px;
    }

    .con_lxfs ul li i img {}

    .con_lxfs ul li p {
        font-size: 15px;
    }

    .con_lxfs ul li span {
        height: 55px;
        font-size: 11px;
    }

}



.shuoluetu {
    position: relative;
}

.shuoluetu .slt {
    position: absolute;
    max-width: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.shuoluetu img {
    width: 100%;
}

.inside_main {
    background: #f1f1f1;
    padding: 3% 0;
}

.ryzz {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    overflow: hidden;
    justify-content: center;
}

.ryzz li {
    list-style: none;
    width: 17%;
    /* float: left; */
    margin: 1% 2%;
}

.ryzz li p {
    margin: 5% 0;
    text-align: center;
    font-size: 15px;
}

@media (max-width:767px) {
    .ryzz {
        margin: 0;
        padding: 0;
    }

    .ryzz li {
        width: 47%;
    }

    .ryzz li p {
        font-size: 13px;
    }

}



.article {
    margin: 2% 0 0;
}

.article .art_top {
    text-align: center;
    margin-bottom: 2%;
}

.article .art_top h1 {
    font-size: 27px;
    color: #25c5bf;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 2%;
    font-weight: 600;
}

.article .art_top span {
    font-size: 17px;
    margin: 0 3%;
}

.art_con {
    letter-spacing: 4px;
    margin-bottom: 3%;
    line-height: 30px;
}

.art_con img {
    max-width: 100%;
    display: block;
    margin: 2% auto;
}

.art_bot {}

.art_bot a {
    font-size: 14px;
    color: #9d9d9d;
    display: block;
    margin: 1% 0;
    letter-spacing: 2px;
}

.art_bot a b {
    font-size: 17px;
    color: #25c5bf;
}

.art_bot a:hover {
    color: #25c5bf;
}

.article_pro {
    margin: 0% 0 3%;
}

.article_pro .left_container {
    /* display: flex; */
}

.article_pro .pro_fl {
    display: none;
    background: #f1f1f1;
    width: 31%;
    margin-right: 4%;
}

.article_pro .pro_fl img {
    width: 100%;
}

.article_pro .pro_fr {
    text-align: center;
    letter-spacing: 2px;
}

.article_pro .pro_fr h1 {
    color: #181818;
    font-weight: 600;
    display: block;
    margin: 1% 0 2%;
    font-size: 39px;
}

.article_pro .pro_fr p {
    width: 100%;
    margin: 1% 0;
    justify-content: space-evenly;
}

.article_pro .pro_fr p b {
    font-size: 17px;
}

.article_pro .pro_fr p i {
    line-height: 25px;
    font-size: 15px;
}

.article .title_h5 {
    font-size: 22px;
    margin: 0 auto 2%;
    font-weight: 600;
    color: #181818;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1%;
}

@media screen and (max-width:1000px) {
    .article_pro .pro_fr h1 {
        font-size: 24px;
        margin: 4% 0 9%;
    }

    .article_pro .pro_fr p {
        margin: 4% 0;
    }

    .article_pro .pro_fr p b {
        font-size: 15px;
        width: 63px;
    }
}


@media screen and (max-width:900px) {
    .article {}

    .article .art_top {
        margin: 6% auto;
    }

    .article .art_top h1 {
        color: #25c5bf;
        font-weight: 400;
        font-size: 17px;
    }

    .article .art_top span {
        font-size: 12px;
    }

    .art_con {}

    .art_con img {
        display: block;
        margin: 2% auto;
    }

    .art_bot {
        margin: 8% auto;
    }

    .art_bot a {
        margin: 4% 0;
    }

    .art_bot a b {}

}


@media screen and (max-width:600px) {
    .article_pro {
        margin-bottom: 10%;
    }

    .article_pro .left_container {
        display: block;
    }

    .article_pro .pro_fl {
        width: auto;
        margin: 0 auto;
    }

    .article_pro .pro_fl img {}

    .article_pro .pro_fr {}

    .article_pro .pro_fr h1 {
        margin: 8% 0 6%;
        font-size: 19px;
    }

    .article_pro .pro_fr p {
        margin: 3% 0;
    }

    .article_pro .pro_fr p b {
        font-size: 15px;
        width: 60px;
    }

    .article_pro .pro_fr p i {
        font-size: 13px;
    }

    .article .title_h5 {
        font-size: 19px;
    }
}

.about_gsjj {
    margin: 4% 0;
    display: flex;
}

.about_gsjj .about_fl {
    margin-right: 3%;
    margin-left: 10%;
    width: 52%;
}

.about_gsjj .about_fr {
    width: 59%;
}

.about_gsjj img {}

.about_gsjj .wenan {
    margin-top: 5%;
}

.about_gsjj .wenan h1 {
    font-weight: 600;
    font-size: 34px;
    display: block;
    margin-bottom: 3%;
}

.about_gsjj .wenan h2 {
    margin-bottom: 5%;
    color: #25c5bf;
    font-size: 30px;
    font-weight: 600;
}

.about_gsjj .wenan h2 span {
    display: block;
    font-size: 20px;
    margin-top: 2%;
}

.about_gsjj .wenan p {
    display: block;
    margin: 2% 0;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

@media screen and (max-width:1500px) {
    .about_gsjj .wenan {
        margin-top: 1%;
    }

    .about_gsjj .about_fl {}

    .about_gsjj .about_fr {}

    .about_gsjj .wenan h1 {
        font-size: 25px;
    }

    .about_gsjj .wenan h2 {
        font-size: 25px;
    }

    .about_gsjj .wenan p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width:1300px) {
    .about_gsjj .about_fl {
        margin-left: 4%;
    }
}


@media screen and (max-width:1000px) {
    .about_gsjj {
        width: 89%;
        display: block;
        margin: 0 auto;
    }

    .about_gsjj .about_fl {
        margin: 3% 0;
        width: 100%;
    }

    .about_gsjj .about_fr {
        width: 100%;
    }


    .about_gsjj .wenan h1 {
        font-size: 20px;
    }

    .about_gsjj .wenan h2 {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .about_gsjj .wenan h2 span {
        font-size: 11px;
    }

    .about_gsjj .wenan p {
        font-size: 11px;
        line-height: 18px;
    }

}


.about_qywh {
    background: #f1f1f1;
    padding: 4% 0;
}

.about_qywh ul {
    overflow: hidden;
}

.about_qywh ul li {
    text-align: center;
    background: #ffffff;
    display: block;
    width: 31%;
    float: left;
    padding: 3% 5%;
    margin: 1%;
}

.about_qywh ul li p {
    color: #25c5bf;
    margin-bottom: 3%;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.about_qywh ul li span {
    font-size: 15px;
    letter-spacing: 2px;
}

@media screen and (max-width:600px) {
    .about_qywh {}

    .about_qywh ul {}

    .about_qywh ul li {
        padding: 5% 9%;
        float: none;
        width: 100%;
    }

    .about_qywh ul li p {
        font-size: 16px;
    }

    .about_qywh ul li span {
        font-size: 11px;
    }
}


.ny_nav {}

.ny_nav ul {
    text-align: center;
}

.ny_nav ul .active {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
}

.ny_nav ul .active a {
    color: #fff;
}

.ny_nav ul li {
    margin: 3% 1%;
    padding: 7px 24px;
    display: inline-block;
    background: #25c5bf;
}

.ny_nav ul li a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.ny_nav ul li:hover {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
}

.ny_nav ul li:hover a {
    color: #fff;
}

@media screen and (max-width:900px) {
    .ny_nav {}

    .ny_nav ul {}

    .ny_nav ul li {
        padding: 5px 17px;
    }

    .ny_nav ul li a {
        font-size: 14px;
    }

}


.pro_nav {
    padding: 1% 0;
    width: 320px;
    margin-right: 2%;
}

.pro_nav h2 {
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 7% 0;
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    font-size: 24px;
    color: #ffff;
}

.pro_nav h1 a {
    color: #25c5bf;
    font-weight: 600;
    background: #e5fcff;
    display: block;
    margin: 1% 0;
    padding: 4% 7%;
    font-size: 20px;
}

.pro_nav .fl_2 {
    background: #daf5f96b;
    font-size: 14px;
    display: block;
    margin: 1% 0;
    padding: 2% 7%;
}

.pro_nav .pro_fl {
    margin-bottom: 7%;
}

.pro_nav a:hover {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    color: #fff;
}

.pro_nav .active {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    color: #fff;
}

@media screen and (max-width:1400px) {
    .pro_nav h1 a {
        font-size: 16px;
        padding: 6% 5%;
    }

    .pro_nav .fl_2 {
        font-size: 13px;
        padding: 3% 3%;
    }

    .pro_nav h2 {
        font-size: 18px;
    }

    .pro_nav {
        width: 230px;
    }
}

@media screen and (max-width:900px) {
    .product .container {
        width: 95%;
        display: block;
    }

    .pro_nav {
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        width: 100%;
    }

    .pro_nav h2 {
        font-size: 15px;
        padding: 3% 0;
    }

    .pro_nav h1 a {
        font-size: 13px;
    }

    .pro_nav h1 {
        padding: 0;
    }

    .pro_nav .pro_fl {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .pro_nav .fl_2 {
        font-size: 11px;
    }

    .product ul {
        width: auto;
        overflow: hidden;
    }
}


.fufw_list {
    margin: 3% 0;
}

.fufw_list .container {
    display: flex;
}

.fufw_list .fu_nav {
    background: #f1f1f1;
    width: 279px;
}

.fufw_list .fu_nav h2 {
    font-size: 27px;
    font-weight: 600;
    background: #26c5bf26;
    text-align: center;
    padding: 5% 0;
    color: #2ac6c0;
}

.fufw_list .fu_nav .fu_fl {
    display: block;
    margin: 2% 0 3%;
}

.fufw_list .fu_nav .fu_fl a {
    color: #000;
    padding: 3% 5%;
    font-size: 16px;
    display: block;
    margin: 3% 3%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 8px #0000000f;
}

.fufw_list .fu_nav .fu_fl .active {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    color: #fff;
}

.fufw_list .fu_nav .fu_fl a:hover {
    background: linear-gradient(28deg, #0097c9 26%, #3be2b4 100%);
    color: #fff;
}

.fufw_list .fufw_con {
    width: 79%;
    margin-top: 1%;
    margin-left: 4%;
}

.fufw_list .fufw_con h1 {
    margin-bottom: 1%;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px solid #d9d9d9;
}

.fufw_list .fufw_con .fucon {}

.fufw_list .fufw_con .fucon img {
    display: block;
    margin: 2% auto;
}



@media screen and (max-width:900px) {
    .fufw_list {}

    .fufw_list .container {
        display: block;
    }

    .fufw_list .fu_nav {
        overflow: hidden;
        width: 100%;
    }

    .fufw_list .fu_nav h2 {
        font-size: 17px;
        padding: 2% 0;
    }

    .fufw_list .fu_nav .fu_fl {
        text-align: center;
        overflow: hidden;
    }

    .fufw_list .fu_nav .fu_fl a {
        display: inline-block;
        padding: 4px 0;
        font-size: 12px;
        margin: 1%;
        box-shadow: 0 0 8px #0000000f;
        width: 29%;
    }

    .fufw_list .fu_nav .fu_fl .active {}

    .fufw_list .fufw_con {}

    .fufw_list .fufw_con h1 {
        font-size: 20px;
        padding-bottom: 2%;
        margin-bottom: 4%;
    }

    .fufw_list .fufw_con .fucon {}

    .fufw_list .fufw_con .fucon img {}

}


.sys_img {
    padding: 3% 0;
    background: #f3f3f3;
}

.sys_img ul {
    display: flex;
    overflow: hidden;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sys_img ul li {
    /* float: left; */
    /* display: inline-block; */
    width: 23%;
    margin: 1%;
}

.sys_img ul li img {
    width: 100%;
}

@media screen and (max-width:900px) {
    .sys_img {}

    .sys_img ul {
        /* display: block; */
    }

    .sys_img ul li {
        width: 48%;
    }

    .sys_img ul li img {}

}


.event_box {
    width: 60%;
    margin: 3% auto 0;
    position: relative;
    min-height: 420px;
}

.event_box .parHd {
    width: 75%;
    display: block;
    height: 92px;
    overflow: hidden;
    margin: 0 auto;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #580000;
    position: absolute;
    left: 0;
    top: 35%;
    /* margin-top:-0.5px;*/
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 20;
    top: -5px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: center;
    margin-top: 60px;
}

.parBd h4 {
    position: relative;
    font-size: 30px;
    margin-bottom: 3%;
    padding: 0 60px;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 45px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 45px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 5px;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    z-index: 99999;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: 28px;
    z-index: 21;
}

.parHd li span,
.parHd li.clone span {
    display: none;
}

@media (max-width:767px) {
    .process_list1 .column:nth-child(2n) {
        border-right: 0;
    }

    .ryzz {
        margin: 0;
        padding: 0;
    }

    .ryzz li {
        width: 46%;
    }

    .ryzz li p {
        font-size: 13px;
    }

    .process_list1 {
        display: block;
    }

    .process_list1 .column {
        width: 100%;
    }

    .event_box {
        width: 88%;
    }

    .parHd li {
        margin: 0 25px;
        font-size: 13px;
    }

    .parHd li.act span {
        left: 20px;
    }

    .parBd h4 {
        padding: 0;
        font-size: 20px;
    }

    .parBd p {
        font-size: 10px;
    }

    .event_box {
        min-height: 308px;
    }

    .parBd h4:after {
        display: none;
    }

    .parBd h4:before {
        display: none;
    }

    .parBd {
        margin-top: 19px;
    }
}


.footer-btm {
    background: #0000001c;
    padding: 12px 0;
    margin-top: 2%;
}

.footer-btm .fcr {}

.footer-btm .fcr p {
    text-align: center;
    color: #fff;
}

.footer-btm .fcr p a {
    margin: 0 17px;
    color: #fff;
}

@media (max-width:767px) {
    .footer-btm .fcr p a {
        display: block;
    }

    .Pr_list .out .box{
        flex-wrap: wrap !important;
    }

    .Pr_list .out .box .left{
        width: 100% !important;
    }

    .Pr_list .out .box .right{
        width: 100% !important;
        padding-left: 0px !important;
    }
}


.Pr_list .out .box .left img {
    object-fit: contain !important;
}