<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    min-width: 1440px;
}

body {
    font-family: Arial, Helvetica, sans-serif, 'microsoft yahei';
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper {
    width: 1400px;
    margin: auto;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5000;
    background: transparent;
    transition: ease 0.5s;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 30px 0 20px;
}

.header .logo img {
    height: 45px;
}

.header .logo img.logoon {
    display: none;
}

.navbar {
    float: right;
    transition: ease 0.5s;
    margin-left: 35px;
}

.navitem {
    float: left;
    padding: 0 18px;
}

.navitem&gt;a {
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
    padding: 35px 10px;
    position: relative;
}

.navitem&gt;a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    transition: ease 0.5s;
}

.header.on .navitem&gt;a.active::before {
    background: #04ce96;
}

.header.on {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header.on .navitem&gt;a {
    color: #333;
}

.header .navitem&gt;a.w1 {
    color: #04ce96;
}

.header.on .navitem&gt;a.w1 {
    color: #333;
}

.header.on .logo img {
    display: none;
}

.header.on .logo img.logoon {
    display: block;
}

.home-banner {
    position: relative;
}

.home-banner h2 {
    text-align: center;
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    left: 0;
    right: 0;
    top: 48%;
}

.home-pcbanner {
    width: 100%;
    min-width: 1920px;
    display: block;
}

.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 1420px;
}

.ul_one {
    display: flex;
    padding: 50px 0;
}

.ul_one li {
    flex: 1;
}

.ul_one li .li-div {
    text-align: center;
    position: relative;
    padding: 30px 0;
    /* background: #f7f7f7; */
    background: linear-gradient(180deg, #f4f6f9, #fefefe);
    overflow: hidden;
    width: 200px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 50px 0px 50px 0px;
    color: #333;
    cursor: pointer;
    transform: skewX(-5deg);
}

.ul_one li .li-div:hover {
    background: linear-gradient(180deg, #fefefe, #f4f6f9);
}

.ul_one li .li-div .icon {
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.ul_one li .li-div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f4f6f9;
    height: 4px;
}

.introduce-wrap {
    padding: 80px 0px 40px;
}

.introduce-wrap h5 {
    font-size: 40px;
    color: #333;
    text-align: center;

    margin-bottom: 10px;
}

.introduce-wrap .content-text {
    padding: 0px 20px;
}

.introduce-wrap .content-text p {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 32px;
}

.banner-cont {
    position: relative;

    flex: 1;
}

.banner-cont h3 {
    margin-top: 30px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.banner-cont h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.banner-cont h4.red {
    color: #fff;
    font-weight: bold;
}

.banner-cont p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    letter-spacing: 4px;
}

.ino-morea {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    height: 40px;
    padding: 0px 20px;
    border-radius: 4px;
    margin-right: 20px;
    /* border: 1px #04ce96 solid; */
    font-size: 16px;
    color: #333;
    background-color: #ffd600;
}

/* å†…å®¹ */
.content {
    padding: 80px 0px;
}

.index-tit {
    text-align: center;
}

.index-tit em {
    display: inline-block;
    font-style: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333;
    position: relative;
    z-index: 1;
}

.index-tit em::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 15px;
    background: #04ce96;
    z-index: -1;
    bottom: 5px;
    margin: auto;
}

.index-tit .index-xian {
    background: #04ce96;
    width: 80px;
    height: 4px;
    margin: auto;
    display: none;
    margin-top: 5px;
}

.index-tit em.indt-color {
    color: #04ce96;
}

.index-dec {
    margin-top: 9px;
    font-size: 15px;
    line-height: 30px;
    color: #777;
    text-align: center;
}

.anli-bg {
    background-color: #f5f7fa;
}

.ul_marking {
    margin-top: 20px;
    margin: 20px -20px 0;
}

.ul_marking li {
    width: 33.33%;
    float: left;
    padding: 20px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.ul_marking li a {
    display: block;
    border-radius: 10px;
    /* background: #fff; */
    background: linear-gradient(180deg, #f4f6f9, #fefefe);
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
}

.ul_marking li a .marking_top {
    display: flex;
    align-items: center;
}

.ul_marking li a .marking_top .marking_tit {
    flex: 1;
    font-size: 15px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
}

.ul_marking li a .marking_top .marking_tit h2 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    /* padding-bottom: 20px; */
}

.ul_marking li .dl_marking {
    padding: 20px 0px 0px;
    background: transparent;
    color: #666;
    /* border-top: 1px solid #eee; */
}

.ul_marking li .dl_marking dt {
    font-size: 15px;
    line-height: 26px;
}

.ul_marking li .marking_img {
    position: relative;
}

.ul_marking li .marking_img img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ul_marking li:hover .marking_img img {
    -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
}

.ul_marking_nrcont .marking_top {
    display: block;
}

.ul_marking_nrcont li .dl_marking {
    color: #333;
}


.lianxi {
    float: left;
    display: block;
    position: relative;
}

.lianxi .zs2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.lianxi .wz2 {
    font-size: 32px;
    color: #04ce96;
    margin-left: 15px;
}

.ruanjian_ul {
    display: flex;
    margin: 40px 0px 0px;
}

.ruanjian_ul li {
    position: relative;
    padding: 60px 60px 0px;
    z-index: 2;
    width: 33.33%;
    box-sizing: border-box;
}

.ruanjian_ul li::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -10px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 1); */
    background: linear-gradient(180deg, #e1edff, #fefefe);
    border-radius: 20px;
    margin: 20px;
    transform: skewX(-5deg);
}

.ruanjian_ul li b {
    font-size: 48px;
    color: #04ce96;
    line-height: 36px;
    display: block;
    font-weight: 600;
}

.ruanjian_ul li p {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ruanjian_ul li span {
    color: #666;
    display: block;
    height: 130px;
    font-size: 16px;
    line-height: 32px;
}

.ruanjian_ul li img {
    width: 100%;
    margin-top: -40px;
    margin-left: -20px;
}

.gsjj {
    float: right;
    width: 700px;
    position: relative;
}

.gsjj img {
    width: 700px;
    height: 512px;
}

.ruanjian_box {
    background-image: url(../images/case-bg.png);
    background-size: cover;
    padding: 80px 0px;
}

.ruanjian_box .to {
    position: absolute;
    z-index: 111;
    right: -214px;
    top: 0;
    top: 0px;
    height: 512px;
}

.ruanjian_box .to img {
    height: 512px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.product_list2 {
    display: block;
    margin-top: 40px;
}

.product_list2 li {
    float: left;
    padding: 20px;
    position: relative;
    width: 33.33%;
}

.product_list2 li a.img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.product_list2 li h3 {
    width: 50%;
    border-radius: 60px;
    margin: -20px auto 10px;
    text-align: center;
    line-height: 44px;
    background-color: #04ce96;
    box-shadow: 0px 10px 10px rgba(30, 184, 126, 0.2);
    position: relative;
    z-index: 1;
}

.product_list2 li h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li a.img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.product_list2 li .tm {
    position: absolute;
    left: 0%;
    height: 334px;
    width: 100%;
    top: 0px;
    padding: 80px 40px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: center;
    display: none;
}

.product_list2 li:hover .tm {
    display: block;
}

.product_list2 li:hover h3 {
    display: block;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.int-ul {
    /*  padding: 20px 0px 30px;
    background-color: #f7f7f7; */
    margin-top: 50px;
    position: relative;
}

.int-ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    color: #333;
}

.int-ul li .int-mar {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    margin: 0 20px;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.int-ul li h3 {
    position: relative;
    font-family: Arial Black, Gadget, sans-serif;
}

.int-ul li span {
    display: inline;
    font-size: 36px;
    font-weight: bold;
    color: #04ce96;
}

.int-ul li em {
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
    /*   width: 24px; */
    font-style: normal;
    color: #04ce96;
    /* background-color: #04ce96; */
    /*     border-radius: 10px 10px 10px 20px;
    background: linear-gradient(45deg, #0ead77, #80ccb3) !important; */
    /*    height: 24px;
    line-height: 20px;
    position: absolute; */
}

.int-ul li em.int-em14 {
    font-size: 14px;
    font-weight: bold;
}

.int-ul li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.xtjsBotBox {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.xtjsBotBox.int-ul li {
    text-align: center;
}

.index-two {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.row-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 10px 0px;
}

.col-li {
    margin: 20px 15px 20px;
    float: left;
    width: calc(50% - 30px);
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.col-li .bg_after {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.col-li .bg_after img {
    border-radius: 10px;
    width: 100%;
    display: block;
}

.col-li .bg_after:hover img {
    transform: scale(1.1);
    transition: ease 0.5s;
}

.col-li .card-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.col-li .tm {
    line-height: 24px;
    font-size: 15px;
    padding: 0px 20px;
    flex: 1;
}

.hxnl-ul {
    padding: 60px 0px 0px;
}

.hxnl-ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.hxnl-ul li .li-div {
    background: #04ce96;
    height: 190px;
    overflow: hidden;
    width: 220px;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
    border-radius: 50px 0px 50px 0px;
    color: #fff;
}

.hxnl-ul li .hxnl-icon {
    margin-bottom: 15px;
}

.hxnl-ul li .hxnl-icon img {
    width: 60px;
    height: 60px;
}

.hxnl-ul li h3 {
    font-size: 20px;
    font-weight: bold;
}

.hxnl-ul li em {
    width: 20px;
    height: 3px;
    background-color: #eee;
    margin: 6px auto 4px;
    display: block;
}

.hxnl-ul li .p-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    margin: auto;
    margin: 10px 0 10px;
}

.hxnl-ul li p {
    font-size: 14px;
    line-height: 30px;
}

.hxnl-ul li a {
    /* border: 1px solid #04ce96; */
    color: #fff;
    border-radius: 50px;
    width: 64px;
    display: inline-block;
    height: 24px;
    line-height: 10px;
    font-size: 20px;
}

.hxnl-ul li a img {
    width: 24px;
    height: 24px;
    margin: auto;
}

.company-img-frime {
    display: flex;
}

.company-img-frime .img {
    margin-left: 50px;
    width: 45%;
}

.company-img-frime .img img {
    display: block;
    width: 100%;
}

.bg-liangdian {
    background: #f7f7f7;
}

.advantage_ul {
    margin-top: 50px;
}

.advantage_ul .advantage_li {
    width: calc(33.33% - 30px);
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0px 26px 0 rgb(35 215 251 / 12%);
    overflow: hidden;
    border: 1px solid #04ce96;
}

.advantage_ul .advantage_li .advantage_item_left {
    width: 300px;
    text-align: center;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}

.advantage_ul .advantage_li:nth-child(1) .advantage_item_left,
.advantage_ul .advantage_li:nth-child(3) .advantage_item_left {
    background-color: #04ce96;
}

.advantage_ul .advantage_li .advantage_item_left em {
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 30px auto 0px;
}

.advantage_ul .advantage_li .advantage_item_left img {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
}

.advantage_ul .advantage_li:hover .advantage_item_left img {
    transform: scale(1.2);
}

.advantage_ul .advantage_li .advantage_item_right {
    flex: 1;
}

.advantage_ul .advantage_li:nth-child(2),
.advantage_ul .advantage_li:nth-child(4) {
    background-color: #04ce96;
    color: #fff;
}

.advantage_ul .advantage_li .advantage_item_left .advantage_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

.advantage_ul .advantage_li:nth-child(2),
.advantage_ul .advantage_li:nth-child(4) {
    border: 1px solid #04ce96;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left {
    background-color: #fff;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left em,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left em {
    background-color: #04ce96;
}

.advantage_ul .advantage_li:nth-child(2) .advantage_item_left .advantage_title,
.advantage_ul .advantage_li:nth-child(4) .advantage_item_left .advantage_title {
    color: #333;
}

.advantage_ul .advantage_li .advantage_item_right p {
    font-size: 16px;
    line-height: 34px;
    padding: 20px 30px;
    height: 100%;
}

.pt0 {
    padding-top: 0px;
}

.about-text {
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.yuye_img {
    width: 40%;
}

.yuye_img img {
    width: 100%;
}

.about-text .title-text {
    position: relative;
    font-size: 38px;
    letter-spacing: 4px;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: flex-end;
    font-family: app-font;
    color: #333;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-text h2 {
    position: relative;
    z-index: 9;
    color: #999;
    /* margin-bottom: 30px; */
    font-size: 18px;
    /* letter-spacing: 8px; */
}

.about-text .text-box {
    flex: 1;
    margin-right: 100px;
}

.about-text p {
    line-height: 34px;
    font-size: 15px;
    padding-left: 10px;
}

.about-text .btn-about {
    padding: 10px 40px;
    margin-left: 10px;
    background-color: #04ce96;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 20px;
}

.about-text .btn-about:hover {
    background-color: #fff;
    border: 1px solid #04ce96;
    color: #04ce96;
}

.about-text .tel-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.about-text .tel-text p {
    font-size: 32px;
    color: #ff2a2a;
    margin-top: 0px;
}

.mt60 {
    margin-top: 60px;
}

.about-img {
    width: 100%;
    margin-top: 50px;
    text-align: right;
}

.about-img img {
    width: 100%;
}

.zx-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.btn-about {
    padding: 10px 40px;
    background-color: #04ce96;
    color: #fff;
    display: inline-block;

    height: 44px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
}

.btn-about:hover {
    background-color: #fff;
    border: 1px solid #04ce96;
    color: #04ce96;

    height: 44px;
}

.btn-about.ystwo {
    background-color: #fff;
    border: 1px solid #04ce96;
    color: #04ce96;
}

.in5-a {
    display: block;
}

.in5-img {
    overflow: hidden;
    position: relative;
}

.in5-img img {
    width: 100%;
    transition: ease 0.5s;
    object-fit: cover;
    height: 260px;
    display: block;
}

.infiv-ul li:hover .in5-img img {
    transform: scale(1.05);
}

.in5-img span {
    z-index: 2;
    padding: 7px 12px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'Arial';
}

.in5-img::before {
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    left: 0;
    bottom: 0;
}

.in5-txt {
    padding: 31px 30px 24px;
}

.in5-txt h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: ease 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
}

.in5-txt p {
    margin-top: 9px;
    min-height: 78px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.in5-txt em {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    transition: ease 0.5s;
    font-style: normal;
}

.in5-ri {
    padding: 15px 30px;
}

.in5-li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0 19px;
}

.in5-li:last-child {
    border-bottom: none;
}

.in5-li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-family: 'Arial';
}

.in5-li h3 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    transition: ease 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infiv-ul li:hover .in5-txt h3,
.infiv-ul li:hover .in5-txt em {
    color: #04ce96;
}

.in5-li:hover h3 {
    color: #04ce96;
}

.post-content {
    display: flex;
    align-items: center;
}

.post-content .tab-ul {
    width: 16%;
    background: url(../images/flBar.png);
    background-size: 100% 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content .tab-ul ul {
    width: 100%;
}

.post-content .tab-ul li {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 10px 0px;
}

.post-content .tab-ul li.hover {
    color: #fff;
    background-color: #04ce96;
}

.post-content .tab-ul li h2 {
    font-size: 18px;
    font-weight: 500;
}

.post-home-cont {
    width: 80%;
    height: 600px;
    margin-left: 60px;
}

.post-home-cont .cont-text {
    padding: 0px 40px;
    height: 100px;
    color: #fff;
    box-sizing: border-box;
}

.post-home-cont .cont-text p {
    font-size: 16px;
    line-height: 32px;
}

.post-home-ul {
    display: flex;
    flex-wrap: wrap;
}

.post-home {
    width: 25%;
    text-align: center;
    position: relative;
}

.post-thumbnail1 {
    width: 100%;
}

.i_tuijian {
    display: block;
    text-align: center;
    font-style: normal;
    display: none;
    position: absolute;
    top: 68px;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    left: 40px;
    right: 39px;
    bottom: 73px;
    text-align: center;
    color: #fff;
}

.i_tuijian p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.post-thumbnail1 .pic:hover .i_tuijian {
    display: block;
}

.anli-img {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
}

.content-bg {
    width: 1430px;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(15, 138, 255, 0.2);
    border-radius: 90px;
    margin: 40px auto 0px;
}

.ino-con {
    position: relative;
    width: 100%;
    height: 644px;
}

.ino-img {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.ino-img1 {
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ino-img1.on {
    display: block;
}

.ino-font {
    font-size: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-font1 {
    width: 15%;
    position: relative;
    float: left;
    height: 100%;
    transition: ease 0.5s;
}

.ino-font1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ino-font1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}

/* .ino-font1::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
} */

.ino-font1.on::after {
    display: none;
}

.ino-font1.on {
    width: 40%;
}

.ino-font1.on::before {
    background: rgba(4, 206, 150, 0.8);
}

.ino-font1 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-div {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ino-icon {
    text-align: center;
    font-size: 0;
}

.ino-icon img {
    display: inline-block;
    max-width: 100%;
}

.ino-font1 h3 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.ino-font1 h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Arial';
}

.ino-font1 h4 img {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    border-radius: 20px;
}

.ino-font1 p {
    font-size: 0;
    opacity: 0;
    height: 0;
}

.ino-font1 p em {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
}

.ino-font1.on p {
    opacity: 1;
    height: auto;
    margin-top: 18px;
    text-align: left;
    padding: 0 5%;
}

.ino-font1.on h4 {
    height: 0;
    opacity: 0;
}

.ino-font1.on h3 {
    margin-top: 0;
    font-size: 32px;
}

.ino-font1.on .ino-icon {
    height: 0;
    opacity: 0;
}

.ino-more {
    margin-top: 46px;
    opacity: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px #04ce96 solid;
    font-size: 16px;
    color: #fff;
    background-color: #04ce96;
}

.ino-font1.on .ino-more {
    height: auto;
    opacity: 1;
}

.youshi-ul {
    display: flex;
    margin-top: 60px;
}

.youshi-ul li {
    /* width: 20%; */
    padding: 0px 30px 0px;
    text-align: center;
    flex: 1;
}

.youshi-ul li img {
    margin-bottom: 30px;
    width: 82px;
    height: 82px;
    transition: 1s;
}

.youshi-ul li:hover img {
    transform: rotateY(0.5turn);
}

.youshi-ul li h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.youshi-ul li p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

/* åº•éƒ¨ */
.footer {
    background-color: #252525;
}

.footer .foot-det {
    text-align: justify;
    line-height: 0;
}

.footer .foot-cont {
    padding: 50px 0 0;
    color: #a9a9a9;
    border-bottom: 1px solid #303233;
}

.footer .foot-copy {
    padding: 19px 0;
    font-size: 12px;
    line-height: 33px;
    color: #999;
}

.foot-tit {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 16px 2px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #303233;
}

.foot-block {
    margin: 0 0 45px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
}

.foot-one {
    width: 100%;
    padding-right: 80px;
    box-sizing: border-box;
}

.foot-second {
    width: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}

.foot-three {
    width: 20%;
}

.ftd-cont {
    display: flex;
}

.ftd-cont .item {
    padding-top: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex: 1;
}

.ftd-cont .item em {
    font-style: normal;
}

.ftd-cont .item .iconfont {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #bababa;
    background-color: #282828;
}

.ftd-cont .item img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.zxzx_box {
    padding-bottom: 10px;
}

.zxzx_box .item {
    float: left;
    padding: 15px 0px 10px 60px;
    color: #eee;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.zxzx_box .item span {
    position: absolute;
    left: 0px;
    top: 15px;
}

.zxzx_box .item a {
    float: left;
    text-align: left;
}

.zxzx_box .item a.border_abtn {
    padding: 1px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    /*   margin-left: 20px; */
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}

.zxzx_box .item a.border_abtn .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.zxzx_box .item a.border_abtn .share_item {
    display: none;
    position: absolute;
    top: -30px;
    right: -160px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 9;
    border-radius: 10px;
    color: #666;
}

.zxzx_box .item a.border_abtn:hover .share_item {
    display: block;
}

.share_item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.contactView {
    width: 200px;
    padding: 10px 10px;
    padding-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10001;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    box-shadow: 0 10px 26px 0 rgb(35 111 251 / 12%);
    border-radius: 5px;
}

.contactView .qrcode img {
    width: 100%;
}

.contactView .wtext {
    font-size: 15px;
    font-weight: bolder;
    color: #000;
}

.contactView .wechat {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contactView .contactlist .ct {
    font-size: 15px;
}

.contactView .contactlist ul li .cc {
    font-size: 18px;
    font-weight: bolder;
    color: #236efb;
    font-family: 'Arail';
}

.tongdian-box ul {
    display: flex;
}

.tongdian-box ul li {
    flex: 1;
    padding: 40px;
}

.tongdian-box ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    text-align: center;
}

.tongdian-box ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.youshi_ul {
    display: flex;
}

.youshi_ul li {
    flex: 1;
}

.cpjs-ul {
    display: block;
    margin: 60px 0px 0px;
}

.cpjs-ul .cpjs-li {
    width: 400px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cpjs-ul .cpjs-li .cpjs-lione h3 {
    font-size: 24px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 35%;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    bottom: 0;
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    transition: 0.5s;
}

.cpjs-ul .cpjs-li:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.cpjs-ul .cpjs-li .cpjs-lione img {
    position: relative;
    display: block;
    width: 400px;
}

.cpjs-ul .cpjs-li:hover .cpjs-lione h3 {
    bottom: -35%;
    transition: 0.5s;
}

.cpjs-ul .cpjs-li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cpjs-ul .cpjs-li:hover .cpjs-litwo {
    transition: 0.5s;
    top: 0;
}

.cpjs-ul .cpjs-li .cpjs-litwo {
    /* color: #fff;
    line-height: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    background: linear-gradient(#04ce96, #537b9f);
    border-radius: 10px; */
    background-color: rgba(0, 111, 190, 0.55);
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    align-content: center;
    left: 0;
    top: 100%;
    position: absolute;
    transition: 0.5s;
}

.cpjs-ul .cpjs-li .cpjs-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
}

.cpjs-ul .cpjs-li .cpjs-litwo h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.cpjs-ul .cpjs-li .cpjs-litwo p {
    height: 160px;
    font-size: 16px;
    line-height: 28px;
}

.cpjs-ul .cpjs-li .cpjs-litwo .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #04ce96;
    margin-top: 30px;
}

.xh_position {
    line-height: 62px;
    background: #f7f7f7;
}

.xh_position_consten {
    display: flex;
    align-items: center;
    max-width: 1370px;
    margin: 0 auto;
    color: #999;
}

.xh_position_consten .xh_position_home {
    font-size: 16px;
    color: #999;
    padding: 0 10px;
}

.xh_position_consten a {
    font-size: 16px;
    color: #999;
    padding: 0 10px;
}

.cpjs-nyul {
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
}

.cpjs-nyul .cpjs-li {
    margin-bottom: 30px;
    width: 50%;
}

.cpjs-nyul .cpjs-li .cpjs-img {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    margin: 0 20px;
}

.cpjs-nyul .cpjs-li:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.cpjs-nyul .cpjs-li .cpjs-img img {
    width: 50%;
    display: block;
}

.cpjs-nyul .cpjs-li .cpjs-img .cpjs-text {
    height: 200px;
    padding: 20px;
}

.cpjs-nyul .cpjs-li .cpjs-img .cpjs-text h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.cpjs-nyul .cpjs-li .cpjs-img .cpjs-text p {
    height: 150px;
    font-size: 14px;
    line-height: 24px;
}


.cuyimg {
    margin: 20px 0;
}

.cuyimg img {
    width: 100%;
}

.gywm-box {
    background-image: url(../images/gywmbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gywm-box .text-box {
    color: #fff;
}

.gywm-box .index-tit em {
    color: #fff;
}

.lxwm-xxul {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.lxwm-xxul .lxwm-xxli {
    text-align: center;
    background: #f8f8f8;

    width: 260px;
    padding: 40px 30px 0;
    height: 220px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
}

.lxwm-xxul .lxwm-xxli p {
    margin-bottom: 10px;
    margin-top: 20px;
}

.lxwm-xxul .lxwm-xxli h3 {
    font-size: 18px;
}

.lxwm-xxul .lxwm-xxli h3.dz {
    font-size: 16px;
}

.lxwm-xxul .lxwm-xxli img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.about-contBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about-lef {
    flex: 1;
    padding-right: 150px;
}

.about-lef .about-xx {
    border-top: 1px solid #eee;

    padding-top: 20px;
    padding-left: 10px;
}

.about-lef .about-xx p {
    font-size: 14px;
    margin-bottom: 5px;
}

.about-lef .about-xx h2 {
    font-weight: bold;
    font-size: 30px;
    color: #ff5700;
    margin-bottom: 20px;
}

.about-lef .about-xx h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-contBox .gs_img {
    margin-top: 60px;
    margin-bottom: -40px;
}

@media screen and (min-width: 300px) and (max-width: 1200px) {
    .banner-font {
        width: 100%;
        padding-left: 40px;
        box-sizing: border-box;
    }

    .home-pcbanner {
        min-width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .about-text,
    .about-img {
        width: 100%;
    }

    .about-img img {
        width: 100%;
    }

    .row-ul {
        margin-left: 0px;
        margin-right: 0px;
    }
}</pre></body></html>