* {
    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: 'microsoft yahei';
    font-size: 16px;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper {
    width: 1430px;
    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 > 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 > 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 > a.active::before {
    background: #0ead77;
}
.header.on {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header.on .navitem > a {
    color: #333;
}

.header.on .navitem > a.active {
    color: #04ce96 !important;
}
.header .navitem > a.w1 {
    color: #ffffff;
}
.header.on .navitem > a.w1 {
    color: #333;
}
.header.on .logo img {
    display: none;
}
.header.on .logo img.logoon {
    display: block;
}

.home-banner {
    position: relative;
}
.home-pcbanner {
    width: 100%;
}
.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 1420px;
}
.app-img {
    text-align: right;
    width: 40%;
}
.app-img img {
    width: 100%;
    margin-bottom: -100px;
}
.banner-cont {
    position: relative;
    /* flex: 1; */
    width: 60%;
}
.banner-cont h4 {
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 2px;
}
.banner-cont h3 {
    /* margin-top: 10px; */
    font-size: 48px;
    line-height: 80px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner-cont .red {
    color: #ffca00;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}
.banner-cont p {
    margin-top: 25px;
    font-size: 28px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.banner-cont h4 .btn-about {
    float: left;
}
/* 内容 */
.content {
    padding: 80px 0px;
}
.index-tit {
    text-align: center;
}

.index-tit em {
    display: inline-block;
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    color: #333;
}

.index-tit em.indt-color {
    color: #0ead77;
}

.index-dec {
    margin-top: 9px;
    font-size: 15px;
    line-height: 30px;
    color: #777;
    text-align: center;
}
.ul_marking {
    margin-top: 20px;
}
.ul_marking li {
    width: 100%;
    float: left;
    padding: 30px 20px 10px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.ul_marking li .dl_marking dd {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
}
.ul_marking li .dl_marking dt {
    font-size: 13px;
    color: #8c8c8c;
    padding: 20px 0 0px;
    letter-spacing: 1px;
    line-height: 26px;
    height: 160px;
}
.ul_marking li .marking_img {
    position: relative;
    width: 60px;
    margin-bottom: 15px;
}
.ul_marking li .hotImg {
    position: absolute;
    right: -45px;
    top: -10px;
}
.ul_marking li:hover .marking_img img {
    -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
}
@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;
}
.int-ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    color: #333;
}

.int-ul li h3 {
    margin-top: 20px;
}

.int-ul li span {
    display: inline;
    font-size: 48px;
    line-height: 50px;
    color: #333;
}

.int-ul li em {
    display: inline-block;
    font-size: 24px;
    margin-left: 5px;
    width: 24px;
    font-style: normal;
    color: #fff;
    /* 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: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.row-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0px 0px;
}
.col-li {
    padding: 0px 15px 15px;
    float: left;
    width: 33.33%;
    position: relative;
}
.col-li a {
    display: block;
    position: relative;
    z-index: 9;
    background: #f8f8ff;
}
.col-li .bg_after {
    height: 260px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: ease 0.5s;
}
.col-li .bg_after:hover {
    transform: scale(1.05);
}

.col-card {
    position: relative;
    background: transparent;
    border-radius: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    height: 78px;
    box-sizing: border-box;
}

.col-card em {
    width: 20px;
    height: 3px;
    background: #0ead77;
    margin: 10px 10px;
}
.col-card .card-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    flex: 1;
    text-align: left;
}
.indexMore {
    display: none;
    border: 1px solid #333;
    color: #333;
    width: 98px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.col-li:hover .bg_after {
    opacity: 1;
}

.col-li:hover .col-card .indexMore {
    display: block;
}

.company-img-frime {
    display: flex;
    background: rgba(255, 255, 255, 1);
    margin-top: 80px;
    margin-bottom: 80px;
}
.company-img-frime .img img {
    width: 684px;
}
.introduce-wrap {
    position: relative;
    padding: 0px 0px 0px 50px;
}
.introduce-wrap h5 {
    font-size: 32px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
}
.introduce-wrap .content-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(125, 125, 125, 1);
    line-height: 24px;
}
.introduce-wrap .content-text p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 32px;
    color: #666;
    text-indent: 32px;
}
.xt-liangdian {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.xt-liangdian h4 {
    font-size: 18px;
    color: #222;
}
.xt-liangdian ul li {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.xt-liangdian ul li label {
    width: 130px;
    margin-right: 10px;
    line-height: 24px;
}
.xt-liangdian ul li p {
    flex: 1;
    color: #666;
    line-height: 24px;
}
.bg-liangdian {
    background: #f7f7f7;
}
/* .advantage_ul {
    margin-top: 50px;
}
.advantage_ul .advantage_li {
    width: calc(50% - 30px);
    float: left;
    display: flex;
    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 #0ead77;
}

.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: #0ead77;
}

.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: #2da29f;
    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 #2da29f;
}
.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: #2da29f;
}
.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: 51%;
    /* margin-top: -100px; */
    /* padding-left: 15px; */
    box-sizing: border-box;
    padding-top: 40px;
}

.about-text .title-text {
    position: relative;
    font-size: 108px;
    letter-spacing: 4px;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: flex-end;
    font-family: app-font;
    color: #00021a;
    font-weight: 800;
    opacity: 0.05;
}
.about-text h2 {
    position: relative;
    z-index: 9;
    color: #999;
    /* margin-bottom: 30px; */
    font-size: 18px;
    /* letter-spacing: 8px; */
}
.about-text .text-box {
    margin-top: -30px;
}
.about-text p {
    line-height: 34px;
    font-size: 15px;
    margin-top: 20px;
}

.about-text .btn-about {
    padding: 10px 40px;
    background-color: #0ead77;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
}
.about-text .btn-about:hover {
    background-color: #fff;
    border: 1px solid #0ead77;
    color: #0ead77;
}
.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;
}
.about-img {
    width: 48%;
    margin-top: 80px;
    text-align: right;
}

.infiv-ul {
    margin: 40px -15px 0px;
}

.infiv-ul li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.infiv-ul li > div {
    position: relative;
    background: #ffffff;
}

.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: #0ead77;
}

.in5-li:hover h3 {
    color: #0ead77;
}
.bg-bg {
    background-color: #f5f7fa;
}
.ul_marking {
    margin-top: 20px;
}
.ul_marking li {
    width: 33.33%;
    float: left;
    padding: 20px 20px 10px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.ul_marking li a {
    display: block;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #666;
}
.ul_marking li a p {
    height: 54px;
    line-height: 28px;
}
.ul_marking li .dl_marking dd {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul_marking li .dl_marking dt {
    font-size: 13px;
    color: #8c8c8c;
    padding: 20px 0 0px;
    letter-spacing: 1px;
    line-height: 26px;
    height: 160px;
}
.ul_marking li .marking_img {
    position: relative;
    width: 60px;
    margin: 0px auto 15px;
}
.ul_marking li .marking_img img {
    width: 54px;
    height: 54px;
}
.ul_marking li .hotImg {
    position: absolute;
    right: -45px;
    top: -10px;
}
.ul_marking li:hover .marking_img img {
    -webkit-animation: rubberBand 1s ease 0s 1 both;
    animation: rubberBand 1s ease 0s 1 both;
}

.zx-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.btn-about {
    padding: 10px 40px;
    background-color: #0ead77;
    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 #0ead77;
    color: #0ead77;

    height: 44px;
}
.post-content {
    display: flex;
    align-items: center;
}
.post-content .tab-ul {
    width: 20%;
    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: left;
    cursor: pointer;
    color: #fff;
    margin: 10px 0px;
}
.post-content .tab-ul li.hover {
    color: #fff;
    background-color: #0ead77;
}
.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;
}
.anli-bg {
    background: url(../images/content-bg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}

.anli-bg .index-tit em {
    color: #fff;
}
.anli-bg .index-dec {
    color: #fff;
}
/* .content-bg {
    background: url(../images/anli-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    height: 200px;
} */

.ino-con {
    position: relative;
    width: 100%;
    height: 544px;
    margin-top: 42px;
}

.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: 100%;
    background-position: center;
}

.ino-img1.on {
    display: block;
}

.ino-font {
    font-size: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-font1 {
    width: 20%;
    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.4);
    left: 0;
    top: 0;
}

.ino-font1::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(229, 229, 229, 0.2);
    left: 0;
    top: 0;
}

.ino-font1.on::after {
    display: none;
}

.ino-font1.on {
    width: 40%;
}

.ino-font1.on::before {
    background: rgba(0, 0, 0, 0.2);
}

.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: 24px;
    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: 60px;
    height: 60px;
    margin-top: 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: 30px;
}

.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;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.youshi-ul li {
    width: 33.33%;
    padding: 0px 30px 0px;
    text-align: center;
}
.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: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}
.foot-second {
    width: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}
.foot-three {
    width: 20%;
}
.ftd-cont .item {
    padding-top: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.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';
}

.row-ul_box {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0px;
}
.col-33 {
    width: 33.33%;
    position: relative;
    padding: 0px 15px;
    box-sizing: border-box;
}
.feature-one__single {
    position: relative;
    display: block;
    /* margin-bottom: 30px; */
}

.feature-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.feature-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.feature-one__single:hover .feature-one__img:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-one__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.feature-one__single:hover .feature-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.feature-one__title-box {
    position: absolute;
    left: 50px;
    bottom: 52px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.feature-one__single:hover .feature-one__title-box {
    opacity: 0;
    visibility: hidden;
}

.feature-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.feature-one__title a {
    color: #fff;
}

.feature-one__hover-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px 50px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 3;
}

.feature-one__single:hover .feature-one__hover-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-one__icon {
    position: relative;
    display: block;
}

.feature-one__icon img {
    width: 66px;
    height: 66px;
    position: relative;
    display: inline-block;
}

.feature-one__hover-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 21px;
    margin-bottom: 20px;
}

.feature-one__hover-title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__hover-title a:hover {
    color: #04ce96;
}

.feature-one__hover-text {
    font-size: 16px;
    color: #eee;
    line-height: 26px;
}

.feature-one__learn-more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 31px;
}

.feature-one__learn-more a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #04ce96;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__learn-more a:hover {
    color: #fff;
}

.feature-one__learn-more a i {
    position: relative;
    padding-left: 10px;
    top: 2px;
}

.tixi-box {
    display: flex;
    margin-top: 50px;
}
.tixi-box .left-tixi {
    width: 400px;
    margin-top: 40px;
}
.tixi-box .left-tixi p {
    color: #0ead77;
}
.tixi-box .left-tixi h4 {
    font-size: 42px;
    margin-bottom: 40px;
    margin-top: 30px;
    line-height: 60px;
    color: #fff;
}
.tixi-box .left-tixi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tixi-box .left-tixi ul li {
    width: 50%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    color: #fff;
}
.tixi-box .left-tixi ul li img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.tixi-box .advantage_ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
}
.tixi-box .advantage_ul .advantage_li {
    width: 50%;
    padding: 15px;
}
.tixi-box .advantage_ul .advantage_li .li-box {
    /* background-color: #fff; */
    padding: 30px 30px;
    border-radius: 20px;

    background-image: url(../images/y-libg.png);
    background-size: 100%;
}
.tixi-box .advantage_ul .advantage_li img {
    width: 49px;
    height: 49px;
}
.tixi-box .advantage_ul .advantage_li .advantage_title {
    font-size: 20px;
    margin: 10px 0px 15px;
    color: #fff;
}
.tixi-box .advantage_ul .advantage_li p {
    font-size: 16px;
    line-height: 28px;
    height: 60px;
    color: #878787;
}

.yingyong-box {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.yingyong-box li {
    padding: 50px 20px 20px;
    width: 25%;
}
.yingyong-box li .bg-box {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.5), transparent);
    padding: 40px;
    border-radius: 10px 40px 10px 40px;
}
.yingyong-box li .bg-box.gg {
    background: linear-gradient(45deg, #0ead77, transparent) !important;
}
.yingyong-box li .bg-box img {
    width: 100%;
    border-radius: 20px;
}
.yingyong-box li:hover .bg-box {
    -webkit-animation: pulse 1s ease 0s 1 both;
    animation: pulse 1s ease 0s 1 both;
}
.yingyong-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 38px;
}
.yingyong-box p {
    font-size: 15px;
    line-height: 28px;
    height: 112px;
    color: #dadde5;
}
