﻿@charset "UTF-8";

.container,
.container-middle,
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1260px) {
    .wrap,
    .container,
    .container-middle {
        width: 1230px;
    }
    .jtjs-img img {
        width: 100%;
    }
}

@media (min-width: 1460px) {
    .wrap,
    .container-middle,
    .container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1430px;
    }
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scle2 {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.1);
    }
}
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5000;
    background: transparent;
    transition: ease 0.5s;
}

.header.on {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.ny-header {
    background: #fff;
}

.header-con {
}

.header.on .header-con {
    border: none;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 30px 0;
}

.header .logo img {
    /* width: 220px; */
    height: 45px;
}

.header .logo img.logoon {
    display: none;
}

.header.on .logo img,
.ny-header .logo img {
    display: none;
}

.header.on .logo img.logoon,
.ny-header .logo img.logoon {
    display: block;
}

.header-right {
    float: right;
    margin-top: 36px;
    position: relative;
    margin-left: 6%;
}

.header-top {
    background: url(../images/headtop-ba_01.jpg) no-repeat center;
    transition: ease 0.5s;
    padding: 25px 0;
}

.ny-top {
    background: #fff;
}

.ny-top .header-language a:hover {
    color: #f0bb44;
}

.header-slogan {
    float: left;
    font-size: 22px;
    line-height: 40px;
    color: #341d17;
}

.header-phone {
    float: right;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    position: relative;
    padding-right: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-phone .zy-img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.header-phone::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/zyw-jt.png) no-repeat center;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.header-phone span {
    display: inline-block;
    font-family: 'ITCAvantGardeStd-BkCn';
    font-size: 22px;
    line-height: 30px;
    color: #341d17;
}
.zyw-box {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    z-index: 999;
    width: 140px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
    background: #fdfdfd;
    color: #262626;
}
.zyw-box::before {
    content: ' ';
    position: absolute;
    top: -4px;
    left: 70px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.zyw-box .zyw-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.zyw-box .zyw-list:last-child {
    border-top: 1px solid #eee;
}
.zyw-box .zyw-list img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.header-search {
    float: left;
    margin-top: 0px;
    position: relative;
    margin-right: 43px;
}

.bt-search {
    position: relative;
    border: none;
    background: none;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    z-index: 10;
}
/* .bt-search:hover{background: #fff;} */
.bt-search .sub-bot {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: transparent;
    border: none;
    z-index: 3;
    cursor: pointer;
    background: url(../images/icon-search.png) no-repeat center transparent;
    padding-right: 0px;
}

.header.on .sub-bot,
.ny-header .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.searchop .search-all {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.search-all .search-box {
    position: relative;
    height: 36px;
    margin-top: 38px;
    background: #fff;
}

.searchop .search-all .search-box {
    animation: searchform-fade 400ms both;
}

.searchop .search-all form {
    animation: searchform-slide 1s both;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.search-all .search-box .search-txt {
    color: #333;
    line-height: 34px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.search-all .search-box .search-txt i {
    font-size: 20px !important;
}

.search-all .search-box .search-txt.left {
    float: left;
}

.search-all .search-box .search-inp {
    margin-left: 44px;
    transition: all 0.3s ease-out 0s;
    margin-right: 44px;
}

.search-all .search-box .search-inp input {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 100%;
    border-radius: 5px;
}

.searchop .search-close {
    opacity: 1;
    transition: all 0.2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 44px;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow 0.4s both;
    animation: item-searchshow 0.4s both;
}

.language {
    float: left;
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
    font-size: 16px;
    line-height: 24px;
}

.language::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 17px;
    background: rgba(255, 255, 255, 0.6);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.language a {
    display: block;
    width: 22px;
    height: 21px;
    background: url(../images/language.png) no-repeat center;
    background-size: 100% 100%;
    transition: ease 0.5s;
}

.language a:hover,
.header.on .language a:hover,
.ny-header .language a:hover {
    background-image: url(../images/languagea.png);
}

.header.on .language a,
.ny-header .language a {
    background-image: url(../images/language1.png);
}

.header.on .language::before,
.ny-header .language::before {
    background: #414141;
}

.header.on .header-phone,
.ny-header .header-phone {
    color: #333;
}

.header.on .header-phone::before,
.ny-header .header-phone::before {
    background-image: url(../images/zyw-jt.png);
    filter: invert(1);
}

.navbar {
    float: right;
    transition: ease 0.5s;
    margin-left: 35px;
    /* margin-right: -36px; */
}

.navitem {
    float: left;
    padding: 0 28px;
}

.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: 0px;
    height: 3px;
    background: #04ce96;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    transition: ease 0.5s;
}

.header.on .navitem:hover > a::before,
.header.on .navitem.active > a::before,
.ny-header .navitem.active > a::before {
    width: 100%;
}

.header.on {
    background-color: #fff;
    border-color: transparent;
    height: 100px;
}

.header.on .navitem > a {
    padding: 35px 10px;
}

.header.on .logo img {
    height: 45px;
}

.header.on .logo p,
.header.on .navitem > a,
.ny-header .navitem > a,
.header.on .language-text,
.ny-header .language-text {
    color: #333;
}

.header.on .navitem.active > a,
.ny-header .navitem.active > a {
    color: #04ce96;
    font-weight: bold;
}

.header.on .navitem > a:hover {
    color: #04ce96;
}

.header.on .language-text:hover,
.ny-header .language-text:hover {
    color: #04ce96;
}

.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
    transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
    height: 100%;
    background: #fff;
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
    position: relative;
    background: #fff !important;
    height: 60px;
}

.header-app .logo {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    padding: 16px 15px;
}

.header-app .logo img {
    height: 100%;
    display: inline-block;
}

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 60px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
    width: 24px;
    height: 2px;
    background-color: #002857;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

.nav-list li.open {
    border-bottom: none;
}

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.cate-item {
    position: relative;
}

.cate-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
}

.home-banner {
    position: relative;
}
.home-banner img {
    width: 100%;
}
.home-pcbanner {
    width: 100%;
}
.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.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;
}

.banner-cont h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 4px;
}
.banner-cont h4.red {
    color: #ffcf32;
    margin-bottom: 20px;
    font-family: din;
}
.banner-cont p {
    margin-top: 25px;
    font-size: 18px;
    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;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px #04ce96 solid;
    font-size: 16px;
    color: #fff;
    background-color: #04ce96;
}
.banner-more {
    margin: 75px auto 0;
    border: 1px solid #04ce96;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: ease 0.5s;
    position: relative;
    overflow: hidden;
}

.banner-more::before,
.banner-more::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    transition: ease 0.5s;
    background: #04ce96;
    top: 0;
}

.banner-more::before {
    left: 0;
}

.banner-more::after {
    right: 0;
}

.banner-more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-more:hover {
    color: #04ce96;
    border-color: #fff;
    background: #fff;
}

.banner-more:hover::after,
.banner-more:hover::before {
    width: 0;
}

.banner-slide img {
    visibility: visible;
    -webkit-animation: scaleUpDown 6s infinite;
    animation: scaleUpDown 6s infinite;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

i.fontaw {
    font-style: normal;
    font-family: 'fontaw';
    font-size: 20px;
    position: relative;
    z-index: 3;
}

.more {
    display: block;
    width: 217px;
    height: 60px;
    overflow: hidden;
    text-align: left;
    background-color: #002857;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease-out;
    background: #002857;
    margin-top: 48px;
    padding: 0 20px;
    transition: ease 0.3s;
}

.more span {
    position: relative;
    z-index: 10;
    display: block;
    transition: ease 1s;
}

.more span::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 16px;
    background: url(../images/banner-right_03.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* .more::after{ position: absolute;content: ""; display: block; width: 0; height: 0; border-radius: 50%; background: #fff; -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); -webkit-transition: width 0.4s, height 0.4s; transition: width 0.4s, height 0.4s;  z-index: 0;} */
/* .more:hover::after{  width: 562.5px; height: 562.5px;} */
.more::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/banner-right_03.png) no-repeat center;
    background-size: 22px 16px;
    left: -100%;
    top: 0;
    transition: ease 1s;
}

.more:hover::after {
    left: 0;
}

.more:hover span {
    transform: translateX(150%);
}

.hxnl-ul {
    padding: 60px 0px 0px;
}
.hxnl-ul li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.hxnl-ul li .hxnl-icon {
    margin-bottom: 30px;
}

.hxnl-ul li .hxnl-icon img {
    width: 60px;
    height: 60px;
}
.hxnl-ul li h3 {
    font-size: 22px;
}
.hxnl-ul li em {
    width: 20px;
    height: 3px;
    background-color: #eee;
    margin: 10px auto 10px;
    display: block;
}
.hxnl-ul li p {
    font-size: 16px;
    line-height: 30px;
}
.row-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -10px 0px;
}
.col-li {
    padding: 0px 15px 50px;
    float: left;
    width: 33.33%;
    position: relative;
}
.col-li a {
    display: block;
    position: relative;
    z-index: 9;
    background: #04ce96;
    width: 80%;
    margin: -20px auto 0px;
}
.col-li .bg_after {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.col-card {
    position: relative;
    background: transparent;
    border-radius: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
}
.col-card img {
    width: 48px;
    height: 48px;
}
.col-card em {
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 10px 10px;
}
.col-card .card-title {
    color: #fff;
    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 #fff;
    color: #fff;
    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 em {
    display: none;
}
.col-li:hover .col-card .indexMore {
    display: block;
}

.advantage {
    padding: 60px 0px 60px;
    background-color: #f5f7fa;
    margin-top: 60px;
}
.advantage_ul {
    margin-top: 40px;
    padding: 0px 20px;
}
.advantage_ul .advantage_li {
    width: 50%;
    float: left;
    display: flex;
    align-items: flex-start;
    padding: 20px 40px 20px 0px;
}
.advantage_ul .advantage_li .advantage_item_left {
    margin-right: 15px;
}
.advantage_ul .advantage_li .advantage_item_left img {
    width: 60px;
    height: 60px;
}

.advantage_ul .advantage_li .advantage_item_right {
    flex: 1;
}
.advantage_ul .advantage_li .advantage_item_right .advantage_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.advantage_ul .advantage_li .advantage_item_right p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.jjfa-box .col-li a {
    margin-top: 0px;
    background-color: #f5f7fa;
    width: 100%;
}
.jjfa-box .col-li .col-card .card-title {
    color: #333;
}
.advantage_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.advantage_row .advantage_col {
    width: 50%;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.advantage_item {
    height: 100%;
    min-height: 290px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 7%);
    padding: 35px;
}
.advantage_item img {
    width: 80px;
    height: 80px;
}
.advantage_item .advantage_title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
    margin-top: 32px;
}
.advantage_item .advantage_describe {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}

/*home-banner -end*/
/* index */
.home-padd {
    padding: 80px 0 89px;
}

.index-tit {
    font-size: 0;
    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: #04ce96;
}

.index-dec {
    margin-top: 9px;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: center;
}

/* 智能制造-解决方案 */
.index-one {
    padding: 80px 0 80px;
}

.ino-con {
    position: relative;
    width: 100%;
    height: 544px;
    margin-top: 42px;
    margin-bottom: 30px;
}

.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: center;
}

.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.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;
}

.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;
}

.ino-font1.on .ino-more {
    height: auto;
    opacity: 1;
}

.ino-con.ino-appcon {
    display: none;
    height: auto;
}

.ino-swiper {
    width: 100%;
    position: relative;
}

.ino-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ino-appdiv {
    position: relative;
    text-align: center;
    padding: 40px 50px 60px;
    height: 400px;
    box-sizing: border-box;
}

.ino-appdiv .ino-icon {
    height: auto;
    opacity: 1;
}

.ino-appfont h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}

.ino-appfont h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Arial';
}

.ino-appfont p {
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
    height: 160px;
}

.ino-appfont p em {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
}

.ino-appfont .ino-more {
    opacity: 1;
    height: auto;
}

.ino-appfont {
    width: 100%;
    position: relative;
}

.ino-appfont::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    left: 0;
    top: 0;
}

.ino-swiper .swiper-pagination {
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.ino-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.ino-swiper .swiper-pagination-bullet {
    margin: 0 5px;
}

.index-two {
    background: #f5f7fa;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.index-two .ino-more {
    margin-top: 20px;
    height: auto;
    opacity: 1;
}
.intw-con {
    margin-top: 45px;
}

.intw-swiper {
    position: relative;
}

.intw-slide {
    display: block;
    position: relative;
    transition: ease 0.5s;
}

.intw-img {
    overflow: hidden;
}

.intw-img img {
    width: 100%;
    transition: ease 0.5s;
}

.intw-txt {
    padding: 30px 20px;
    position: relative;
    height: 206px;
}

.intw-txt::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #04ce96;
    transition: ease 0.5s;
    left: 0;
    bottom: 0;
}

.intw-slide:hover .intw-txt::before {
    height: 100%;
}

.intw-txt h3 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    transition: ease 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /*   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.intw-txt span {
    position: relative;
    display: block;
    transition: ease 0.5s;
    width: 29px;
    height: 2px;
    background: #04ce96;
    margin: 11px 0;
}

.intw-txt p {
    position: relative;
    font-size: 14px;
    transition: ease 0.5s;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.intw-slide:hover .intw-img img {
    transform: scale(1.05);
}

.intw-slide:hover .intw-txt h3 {
    font-size: 24px;
}

.intw-slide:hover .intw-txt h3,
.intw-slide:hover .intw-txt p {
    color: #fff;
}

.intw-slide:hover .intw-txt p {
    -webkit-line-clamp: 4;
}

.intw-slide:hover .intw-txt span {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.47);
    height: 1px;
}

.intw-slide:hover .intw-txt {
    transform: translateY(-63px);
}

.intw-swiper .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
}

.intw-swiper .swiper-pagination-bullet {
    margin: 0 6px;
}

.intw-swiper .swiper-pagination-bullet-active {
    background: #04ce96;
}

.intw-swiper .swiper-button-next,
.intw-swiper .swiper-button-prev {
    top: 50%;
    margin-top: -80px;
    transform: translateY(-50%);
    width: 45px;
    height: 70px;
    background: #e9edf2;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    transition: ease 0.5s;
    opacity: 1;
}

.intw-swiper .swiper-button-next {
    right: -55px;
}

.intw-swiper .swiper-button-prev {
    left: -55px;
}

.intw-swiper .swiper-button-next:hover,
.intw-swiper .swiper-button-prev:hover {
    background-color: #04ce96;
    color: #fff;
}

.intw-more {
    border-color: #dcdcdc;
    color: #999;
    margin-top: 10px;
}

.intw-more::before,
.intw-more::after {
    width: 0;
}

.intw-more:hover::after,
.intw-more:hover::before {
    width: 60%;
}

.intw-more:hover {
    color: #fff;
    border-color: #04ce96;
}
/* 关于我们 */
.index-three {
    background: #f5f7fa;
    padding-bottom: 80px;
}

.int-top {
    padding-top: 120px;
    padding-bottom: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.int-p {
    padding: 0 4% 4%;
    font-size: 16px;
    line-height: 36px;
}

.int-bot {
    margin-top: -115px;
}

.int-bot .container {
    overflow: hidden;
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    position: relative;
}

.int-ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.int-ul li h3 {
    margin-top: 20px;
}

.int-ul li span {
    display: inline;
    font-size: 48px;
    line-height: 50px;
    color: #04ce96;
}

.int-ul li em {
    display: inline;
    font-size: 24px;
    margin-left: 5px;
}

.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;
}
.diy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.infou-con {
    margin-top: 44px;
}

.infou-ul {
    margin: -18px -11px 0;
}

.infou-ul li {
    float: left;
    width: 25%;
    padding: 0 11px;
    margin-top: 18px;
}

.infou-img {
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.infou-img img {
    width: 100%;
    transition: ease 0.5s;
}

.infou-ul li:hover .infou-img img {
    transform: scale(1.05);
}
/* 新闻资讯 */
.index-fiv {
    background: #f5f7fa;
    padding-top: 85px;
    padding-bottom: 90px;
}

.infiv-con {
    margin-top: 42px;
}

.infiv-ul {
    margin: 0 -15px;
}

.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;
    min-height: 490px;
}

.in5-img {
    overflow: hidden;
    position: relative;
}

.in5-img img {
    width: 100%;
    transition: ease 0.5s;
    object-fit: cover;
    /* height: 216px; */
}

.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;
}

.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;
}

/* 内页 */
.ny-padd {
    padding: 74px 0 80px;
}
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

.anchor li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.anchor li a {
    display: block;
    padding: 0 26px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #333;
    transition: all 0.3s;
}

.anchor li.on a {
    color: #fff;
    background: #04ce96;
}

.anchor li a:hover {
    color: #04ce96;
}

.anchor li.on a:hover {
    color: #fff;
}
.header.active .logo img {
    display: none;
}

.header.active .logo img.logoon {
    display: block;
}

.header.active .navitem > a {
    color: #222;
}

.header.active .header-con {
    border-color: #d9d9d9;
}

.nybanner {
    position: relative;
    margin-top: 100px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nyappbanner {
    width: 100%;
    display: none;
    height: 150px;
    object-fit: cover;
}

.about-banner {
    background: #f5f5f5;
}

.abtbanner-con {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.abtbanner-font {
    width: 44.8%;
    padding-bottom: 35px;
    margin: auto;
}

.abtbanner-font h3 {
    font-size: 42px;
    line-height: 60px;
    color: #fff;
}

.abtbanner-font span {
    display: block;
    width: 40px;
    height: 2px;
    background: #04ce96;
    margin: 22px 0 23px;
    display: none;
}

.abtbanner-font p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    width: 72%;
    margin: auto;
}

.abtbanner-font.black h4,
.abtbanner-font.black h3,
.abtbanner-font.black p {
    color: #fff;
    text-align: center;
}

.banner-menu {
    position: relative;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.menu {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
}

.menu::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
}

.menu::-webkit-scrollbar-thumb {
    background-color: #04ce96;
    border-radius: 10px;
}

.menu a {
    display: inline-block;
    position: relative;
    padding: 25px 40px;
    background: transparent;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.menu a.on {
    background-color: #04ce96;
    color: #fff;
}

.menu a:hover {
    color: #04ce96;
}

.menu a.on:hover {
    color: #fff;
}

.bread {
    float: right;
    font-size: 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.bread p {
    font-size: 16px;
    line-height: 80px;
    color: #333;
}

.bread a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.bread p a:first-child::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 22px;
    background: url(../images/bread.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bread p a:first-child {
    padding-left: 30px;
}

.bread p i {
    display: inline;
    font-style: normal;
    margin: 0 5px;
    color: #7d7d7d;
}

.bread p a:hover {
    color: #04ce96;
}

.lpage {
    font-size: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    position: relative;
}

.lpage a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    border-left: 1px solid #e0e0e0;
    font-family: 'Arial';
    padding: 15px;
    width: 60px;
    text-align: center;
    transition: ease 0.5s;
}

.lpage a:first-child {
    border-left: none;
}

.lpage a.on,
.lpage a:hover {
    color: #04ce96;
}

.lpage a i {
    font-weight: bold;
}

.lpage a.lpage-right,
.lpage a.lpage-left {
    position: absolute;
    right: 0;
    top: 0;
}

.lpage a.lpage-left {
    margin-right: 60px;
}

.view-more {
    margin: 75px auto 0;
    border: 1px solid #dcdcdc;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999;
    text-align: center;
    transition: ease 0.5s;
    position: relative;
    overflow: hidden;
}

.view-more::before,
.view-more::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    transition: ease 0.5s;
    background: #04ce96;
    top: 0;
}

.view-more::before {
    left: 0;
}

.view-more::after {
    right: 0;
}

.view-more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.view-more:hover {
    color: #fff;
    border-color: #04ce96;
}

.view-more:hover::after,
.view-more:hover::before {
    width: 60%;
}

.appsecond-nav {
    position: relative;
    display: none;
    z-index: 200;
}

.bot {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 10;
}

.se-bot {
    width: 100%;
    display: none;
}

.se-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

.se-top1 {
    background: #fff;
}

.se-top .se-a {
    color: #444;
    font-size: 16px;
    display: block;
    padding: 0px 20px;
}

.se-tig.P_tig {
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all 0.5s;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.se-btop {
    height: 48px;
    line-height: 48px;
}

.se-a1 {
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
}

.se-a1.hover {
    color: #fff;
    background: #04ce96;
    border-bottom: solid 1px #fff;
}

.se-tig.P_tig.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.se-bottom {
    display: none;
    background: white;
}

.se-bottom a {
    display: block;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
}

.se-bottom a.on {
    font-weight: bold;
}

.se-btop.active .se-tig.P_tig {
    color: #fff;
}

.se-btop.active .se-a1 {
    background: #04ce96;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ny-tit {
    font-size: 42px;
    line-height: 50px;
    color: #222;
    text-align: center;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 20px;
}

.ny-tit::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #04ce96;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* ================ pro 我们的产品 =========== */
.pro-menu {
    font-size: 0;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}

.pro-menu a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 15px 40px;
    position: relative;
    transition: ease 0.5s;
}

.pro-menu a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #dcdcdc;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro-menu a:last-child::before {
    display: none;
}

.pro-menu a.on {
    background: #04ce96;
    color: #fff;
}

.pro-menu a.on::before {
    display: none;
}

.pro {
    padding-top: 80px;
}

.pro-con {
    margin-top: 50px;
}

.pro-ul {
    margin: -30px -6.5px 0;
}

.pro-ul li {
    float: left;
    width: 25%;
    margin-top: 30px;
    padding: 0 6.5px;
}

.pro-ul li a {
}

.pro-ul li .intw-txt {
    padding: 29px 25px;
}

.pro-ul li:hover .intw-txt {
    padding: 27px 25px;
}

.pro-ul li:hover .intw-txt span {
    margin: 12px 0 15px;
}

.pro-page {
    margin-top: 50px;
}

@media (max-width: 1259px) {
    .pro-menu a {
        padding: 12px 26px;
    }
}

@media (max-width: 991px) {
    .pro-ul li {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .pro-ul li {
        width: 50%;
    }

    .pro-menu {
        display: none;
    }

    .pro-con {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .pro-ul li {
        width: 100%;
    }
}

/* =============== solution 解决方案 ===========*/
.solution {
    padding-top: 80px;
}

.solu-con {
}

.solu-ul {
    margin-top: -50px;
}

.solu-ul li {
    margin-top: 50px;
}

.solu-a {
    display: block;
    position: relative;
    min-height: 317px;
}

.solu-img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.solu-img img {
    width: 100%;
    transition: ease 0.5s;
}

.solu-font {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    top: 0;
}

.solu-txt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 79px;
    width: 100%;
}

.solu-txt h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    transition: ease 0.5s;
}

.solu-txt em {
    display: block;
    width: 60px;
    height: 2px;
    background: #04ce96;
    margin: 30px 0 19px;
}

.solu-txt p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.solu-mo {
    margin: 42px 0 0;
}

.solu-a:hover .solu-txt h3 {
    color: #04ce96;
}

.solu-a:hover .solu-img img {
    transform: scale(1.05);
}

@media (max-width: 1459px) {
    .solu-txt p {
        -webkit-line-clamp: 3;
    }

    .solu-txt {
        padding-left: 60px;
        /* width: 100%; */
    }

    .solu-a {
        min-height: 273px;
    }
}

@media (max-width: 1259px) {
    .solu-txt {
        padding-left: 40px;
    }

    .solu-txt p {
        -webkit-line-clamp: 2;
    }

    .solu-a {
        min-height: 237px;
    }
}

@media (max-width: 991px) {
    .solu-txt h3 {
        font-size: 22px;
    }

    .solu-txt em {
        margin: 20px 0 10px;
    }

    .solu-mo {
        margin: 30px 0 0;
    }

    .solu-a {
        min-height: 206px;
    }
}

@media (max-width: 767px) {
    .solu-txt h3 {
        font-size: 17px;
    }

    .solu-txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .solu-txt em {
        margin: 12px 0 6px;
    }

    .solu-mo {
        margin: 25px 0 0;
    }

    .solu-txt {
        padding-left: 30px;
    }

    .solu-a {
        min-height: 165px;
    }
}

@media (max-width: 640px) {
    .solu-img {
        float: none;
        width: 100%;
    }

    .solu-txt {
        position: relative;
        width: 100%;
        padding: 25px 0 0;
        transform: none;
    }

    .solu-font {
        position: relative;
        width: 100%;
    }

    .solu-a {
        min-height: auto;
    }
}

/* ================= solution 解决方案详情 ============= */
.soluinfo {
    padding-bottom: 72px;
}

.soluinfo-tit {
    font-size: 36px;
    line-height: 40px;
    color: #333;
    text-align: center;
}

.soinfo-one {
    padding-top: 40px;
}

.soinfo-tit {
    font-size: 30px;
    line-height: 40px;
    color: #04ce96;
    position: relative;
    padding-left: 15px;
}

.soinfo-tit::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 30px;
    background: #04ce96;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.soinfo1-p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.soinfo-two {
    padding-top: 50px;
}

.soinfo2-con {
    margin-top: 25px;
    text-align: center;
    padding: 0 236px;
}

.soluinfo2-swiper {
}

.soinfo2-swipera {
    float: left;
    width: 78.125%;
    padding-right: 25px;
}

.soinfo2-swiperb {
    float: right;
    width: 21.875%;
}

.soinfo2-img {
    overflow: hidden;
}

.soinfo2-img img {
    width: 100%;
}

.soinfo2-slide {
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
}

.soinfo2-slide img {
    width: 100%;
}

.soinfo2-swiperb .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* .soinfo2-swiperb .swiper-wrapper{transform: none !important;} */

/* 焦点图效果 */
.picBtnTop {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picBtnTop .hd {
    float: right;
    width: 21.875%;
    overflow: hidden;
    height: 380px;
}

.picBtnTop .hd ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.picBtnTop .hd ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
    vertical-align: bottom;
}

.picBtnTop .hd ul li.on {
}

.picBtnTop .hd ul li.on img {
}

.picBtnTop .bd {
    float: left;
    width: 78.125%;
    padding-right: 25px;
    height: 380px;
    position: relative;
}

.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.picBtnTop .bd li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#demo1,
#demo2 {
    margin-bottom: 0px;
}

.soinfo2-swipera .swiper-pagination {
    display: none;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.soinfo2-swipera .swiper-pagination-bullet {
    margin: 0 5px;
}

.soinfo2-con img {
    display: inline-block;
    max-width: 100%;
}

.soinfo-three {
    padding-top: 10px;
}

.soinfo3-con {
    margin-top: 25px;
}

.soinfo-four {
}

.newsinfo-bot {
}

.newsinfobot-left {
    float: left;
}

.button-fan {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #04ce96;
    width: 160px;
    height: 50px;
    text-align: center;
    transition: ease 0.5s;
    text-transform: uppercase;
    overflow: hidden;
}

.button-fan span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 12px 0;
    border: 1px solid #04ce96;
    transition: ease;
}

.button-fan::before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #04ce96;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: ease 0.5s;
}

.button-fan::after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #04ce96 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease 0.5s;
}

.button-fan:hover::before {
    border-width: 160px 0 0 160px;
}

.button-fan:hover::after {
    border-width: 0 160px 160px 0;
}

.button-fan:hover {
    color: #fff;
}

.button-fan:hover span {
    border-color: #04ce96;
}

.newsinfobot-right {
    float: right;
    padding-top: 12px;
}

.newsinfobot-right span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.newsinfobot-right a {
    background-image: none !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 26px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: ease 0.5s;
    margin: 0 2px !important;
}

.newsinfobot-right a.icon-weibo {
    background-color: #da3c3c !important;
}

.newsinfobot-right a.icon-weixin {
    background-color: #21ba41 !important;
}

.newsinfobot-right a.icon-qq {
    background-color: #3e91ee !important;
}

.newsinfobot-right a.icon-kongjian {
    background-color: #f4c50b !important;
}

.newsinfobot-right a.icon-share-hole {
    color: #9a9a9a !important;
}

.newsinfobot-right a.icon-baidu {
    background-color: #3245df !important;
}

.newsinfo-page {
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
}

.newsinfo-page a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    transition: ease 0.5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 50%;
}

.newsinfo-page a:hover {
    color: #04ce96;
}

.soluinfo2-appswip {
    display: none;
    width: 100%;
}

@media (max-width: 1459px) {
    .soluinfo-tit {
        font-size: 32px;
    }

    .soinfo-tit {
        font-size: 26px;
    }

    .picBtnTop .hd,
    .picBtnTop .bd {
        height: 296px;
    }

    .picBtnTop .hd ul li {
        margin-bottom: 18px;
    }

    .soinfo2-slide {
        margin-bottom: 17px;
    }
}

@media (max-width: 1259px) {
    .picBtnTop .bd li .pic img {
        height: 100%;
    }

    .soinfo2-con {
        padding: 0 130px;
    }

    .picBtnTop .hd,
    .picBtnTop .bd {
        height: 347px;
    }

    .soinfo2-slide {
        margin-bottom: 23px;
        width: 100%;
    }

    .soinfo2-swiperb {
        margin-bottom: -23px;
    }
    /* .soinfo2-swiperb{width: 100%;float: none;margin-top: 20px;} */
    /* .soinfo2-swipera{width: 100%;float: none;padding: 0;} */
    .soinfo2-con img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .soinfo2-con {
        padding: 0 0px;
    }

    .soinfo2-slide {
        margin-bottom: 18px;
    }

    .soinfo2-swiperb {
        margin-bottom: -18px;
    }
}

@media (max-width: 767px) {
    .soluinfo-tit {
        font-size: 24px;
    }

    .soinfo-tit {
        font-size: 20px;
    }

    .soinfo-tit::before {
        width: 3px;
        height: 20px;
    }

    .soinfo1-p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        text-align: justify;
    }

    .soinfo-two {
        padding-top: 35px;
    }

    .soinfo2-con,
    .soinfo3-con {
        margin-top: 20px;
    }

    .button-fan {
        width: 120px;
        height: 38px;
        font-size: 15px;
    }

    .button-fan span {
        padding: 6px 0;
    }

    .soinfo-four {
        padding-top: 20px;
    }

    .soinfo-one {
        padding-top: 20px;
    }

    .soinfo2-con {
        padding: 0 0px;
    }

    .soluinfo2-swiper {
        display: none;
    }

    .soinfo2-swipera {
        float: none;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .soinfo2-swiperb {
        float: none;
        width: 100%;
    }

    .soinfo2-swiperb li {
        float: left;
        width: 33.333%;
        padding: 0 10px;
    }

    .soluinfo2-appswip {
        display: block;
    }

    .soinfo2-swipera .swiper-pagination {
        display: block;
        padding: 12px 0;
    }
}

@media (max-width: 640px) {
    .newsinfobot-left {
        float: none;
    }

    .newsinfobot-right {
        float: none;
        margin-top: 15px;
    }

    .newsinfo-page a {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .soinfo2-swiperb {
        display: none;
    }

    .soinfo2-swipera .swiper-pagination {
        display: block;
    }

    .soinfo2-swipera {
        position: relative;
        padding-bottom: 35px;
    }
}
/* ================ appli 成功案例 ============= */
.appli {
    background: #f7f7f7;
    padding-bottom: 75px;
}

.appli-con {
    margin-top: 40px;
}

.appli-ul {
    margin: -18px -11px 0;
    display: flex;
    justify-content: center;
}

.appli-ul li {
    float: left;
    width: 25%;
    padding: 0 11px;
    margin-top: 18px;
    transition: ease 0.5s;
}

.appli-img {
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);
}

.appli-img img {
    width: 100%;
    transition: ease 0.5s;
}

/* .appli-ul:hover li{opacity: .5;} */
.appli-ul li:hover {
    opacity: 1;
}

.appli-ul li:hover .appli-img img {
    transform: scale(1.05);
}

.appli-hide {
    text-align: center;
}

.appli-mo {
    margin-top: 44px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-right: 25px;
}

.appli-mo::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/appli-mo.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 23%;
    transform: translateY(-50%);
    animation: myfirst 8s linear infinite;
}

.appli-hideul {
    display: none;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .appli-ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .appli-con {
        margin-top: 20px;
    }

    .appli-mo {
        margin-top: 20px;
        font-size: 14px;
    }

    .appli-ul li {
        margin-top: 10px;
        padding: 0 6px;
    }

    .appli-ul {
        margin: -10px -6px 0;
    }

    .appli-hideul {
        margin-top: 10px;
    }
}
/*================ news新闻资讯 ============ */
.news {
    padding-top: 80px;
}

.news-con {
}

.news-ul {
    margin: -30px -12.5px 0;
}

.news-ul li {
    float: left;
    width: 33.333%;
    padding: 0 12.5px;
    margin-top: 30px;
}

.news-a {
    display: block;
}

.news-a .in5-txt {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.news-page {
    margin-top: 50px;
}

.news-a:hover .in5-txt h3,
.news-a:hover .in5-txt em {
    color: #04ce96;
}

.news-a:hover .in5-img img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .news-ul li {
        width: 50%;
        margin-top: 20px;
    }

    .news-ul {
        margin: -20px -10px 0;
    }
}

@media (max-width: 640px) {
    .news-ul li {
        width: 100%;
    }
}

/* =============== newsinfo 新闻资讯详情 ================== */
.newsinfo {
    padding: 72px 0;
}

.newsinfo-con {
}

.newsinfo-tit {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
}

.newsinfo-dec {
    margin-top: 13px;
    font-size: 0;
    text-align: center;
}

.newsinfo-dec span {
    margin: 0 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.newsinfo-font {
    border-top: 1px solid #e5e5e5;
    margin-top: 46px;
    padding-top: 41px;
}

.newsinfo-font p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.newsinfo-img {
    font-size: 0;
    text-align: center;
    margin: 42px 0 41px;
}

.newsinfo-img img {
    display: inline-block;
    max-width: 100%;
}

.newsinfo-con .newsinfo-bot {
    margin-top: 42px;
}

@media (max-width: 1259px) {
    .newsinfo-tit {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .newsinfo-tit {
        font-size: 26px;
    }

    .newsinfo-font {
        margin-top: 28px;
        padding-top: 28px;
    }

    .newsinfo-img {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .newsinfo-tit {
        font-size: 22px;
    }

    .newsinfo-font {
        margin-top: 20px;
        padding-top: 20px;
    }

    .newsinfo-img {
        margin: 20px 0;
    }

    .newsinfo-font p {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }

    .newsinfo-con .newsinfo-bot {
        margin-top: 25px;
    }

    .newsinfo-dec {
        margin-top: 5px;
    }

    .newsinfo-dec span {
        font-size: 14px;
        margin: 0 5px;
    }
}

.about-one {
    padding: 80px 0;
}

.about1-img {
    float: right;
    width: 40.71%;
    overflow: hidden;
    position: relative;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.about1-img .yjspbf {
    width: 550px;
    margin: 50px 0px;
}
.about1-img img {
    width: 100%;
}

.about1-img > div {
    overflow: hidden;
    position: relative;
}

.about1-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #04ce96;
    top: 20px;
    left: 20px;
    display: none;
}

.about1-txt {
    float: left;
    width: 59.29%;
    padding: 50px;
}

.about1-tit {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.about1-tit em {
    display: inline-block;
    font-size: 42px;
    line-height: 50px;
    color: #333;
}

.abt1-font {
    margin-top: 19px;
}

.abt1-p {
    margin-top: 26px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.abt1-p:nth-child(1) {
    margin-top: 0;
}

.abt1-ul {
    background-color: #f5f7fa;
    padding: 60px 0px 60px;
}

.abt1-ul .int-ul li p {
    line-height: 28px;
}
.int-ul li img {
    width: 70px;
    height: 70px;
}
.about-two {
    background: #f5f5f5;
}

.abt2-con {
    margin-top: 40px;
}

.abt2-ul {
    margin: 0 -15px;
}

.abt2-ul li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}

.abt2-ul li > div {
    text-align: center;
    background: #fff;
    position: relative;
}

.abt2-img {
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0%;
    top: 0%;
    transform-origin: left;
    transition: ease 0.5s;
}

.abt2-img img {
    width: 100%;
    display: none;
}

.abt2-txt {
    padding: 53px 20px 48px;
}

.abt2-icon {
    font-size: 0;
    background: #04ce96;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

.abt2-icon img {
    display: inline-block;
    max-width: 100%;
}

.abt2-txt h3 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.abt2-txt p {
    margin-top: 11px;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.abt2-txt p em {
    display: block;
}

.abt2-ul li:hover .abt2-img {
    width: 100%;
    height: 100%;
}

.about-three {
    padding-bottom: 73px;
}

.abt3-con {
    margin-top: 42px;
}

.ab3-swiper {
    position: relative;
    margin: 0 -10px;
    margin-top: -10px;
}

.ab3-swiper .swiper-container {
    padding: 0 10px;
    padding-top: 10px;
}

.abt3-slide {
    display: block;
}

.abt3-img {
    transition: ease 0.5s;
    border: 1px solid transparent;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.abt3-img img {
    display: inline-block;
    width: 100%;
}

.abt3-slide:hover .abt3-img {
    border-color: #04ce96;
}

.abt3-slide p {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    transition: ease 0.5s;
}

.abt3-slide:hover p {
    color: #04ce96;
}

.ab3-swiper .swiper-pagination {
    width: 100%;
    display: none;
    bottom: 0;
}

.ab3-swiper .swiper-pagination-bullet {
    margin: 0 5px;
}

.ab3-swiper .swiper-pagination-bullet-active {
    background: #04ce96;
}

.ab3-swiper .swiper-button-next,
.ab3-swiper .swiper-button-prev {
    margin-top: -40px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #04ce96;
    line-height: 55px;
    background: transparent;
    color: #04ce96;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    transition: ease 0.5s;
    font-weight: bold;
}

.ab3-swiper .swiper-button-next {
    right: -75px;
}

.ab3-swiper .swiper-button-prev {
    left: -75px;
}

.ab3-swiper .swiper-button-next:hover,
.ab3-swiper .swiper-button-prev:hover {
    background: #04ce96;
    color: #fff;
}

.about-four {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.abt4-con {
    margin-top: 40px;
}

.abt4-swiper {
    position: relative;
    margin: -10px -20px;
}

.abt4-swiper .swiper-container {
    padding: 10px 10px;
}

.abt4-slide {
    padding: 46px 20px 72px;
    transition: ease 0.5s;
    background: transparent;
}

.abt4-slide h3 {
    font-size: 0;
    position: relative;
    padding-bottom: 13px;
}

.abt4-slide h3::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #04ce96;
    bottom: 0;
    left: 0;
}

.abt4-slide h3 span {
    display: inline-block;
    font-size: 30px;
    color: #222;
    line-height: 30px;
    font-family: 'DIN-REGULAR';
}

.abt4-slide h3 em {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
}

.abt4-img {
    overflow: hidden;
    margin-top: 30px;
}

.abt4-img img {
    width: 100%;
    transition: ease 0.5s;
}

.abt4-slide:hover .abt4-img img {
    transform: scale(1.05);
}

.abt4-p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    position: relative;
    padding-left: 16px;
}

.abt4-p::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    left: 0;
    top: 12px;
}

.abt4-swiper .swiper-pagination {
    width: 100%;
    display: none;
    bottom: 0;
}

.abt4-swiper .swiper-pagination-bullet {
    margin: 0 5px;
}

.abt4-swiper .swiper-pagination-bullet-active {
    background: #04ce96;
}

.abt4-swiper .swiper-button-next,
.abt4-swiper .swiper-button-prev {
    margin-top: -40px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid transparent;
    line-height: 55px;
    background: #fff;
    color: #333;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    opacity: 1;
    cursor: pointer;
    transition: ease 0.5s;
    font-weight: bold;
}

.abt4-swiper .swiper-button-next {
    right: -75px;
}

.abt4-swiper .swiper-button-prev {
    left: -75px;
}

.abt4-swiper .swiper-button-next:hover,
.abt4-swiper .swiper-button-prev:hover {
    box-shadow: none;
    background: #04ce96;
    color: #fff;
}

.abt4-slide:hover {
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

.about-fiv {
    padding-bottom: 77px;
}

.abt5-con {
    margin-top: 40px;
}

.abt5-swiper {
    position: relative;
    padding-bottom: 67px;
}

.abt5-slide {
}

.abt5-img {
    overflow: hidden;
}

.abt5-img img {
    width: 100%;
    transition: ease 0.5s;
}

.abt5-slide:hover .abt5-img img {
    transform: scale(1.05);
}

.abt5-txt {
    padding: 25px 20px;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.abt5-swiper .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0;
}

.abt5-swiper .swiper-pagination-bullet {
    margin: 0 10px;
    background: #04ce96;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.abt5-swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #04ce96;
    transform: translateY(2px);
}

.abt5-swiper .swiper-pagination-bullet-active::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #04ce96;
    left: 3px;
    top: 3px;
}

@media (max-width: 1569px) {
    .ab3-swiper {
        padding: 0 70px;
        margin: -10px 0 0;
    }

    .ab3-swiper .swiper-button-next {
        right: 0;
    }

    .ab3-swiper .swiper-button-prev {
        left: 0;
    }

    .abt4-swiper {
        padding: 0 70px;
        margin: -10px 0 0;
    }

    .abt4-swiper .swiper-button-next {
        right: 0;
    }

    .abt4-swiper .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 1459px) {
    /* .abt1-font {
        max-height: 300px;
    } */

    .about1-tit em {
        font-size: 40px;
    }
}

@media (max-width: 1259px) {
    .about1-tit em {
        font-size: 36px;
    }

    /* .abt1-font {
        max-height: 220px;
    } */

    .abt1-p {
        margin-top: 20px;
    }

    .about1-txt {
        padding-top: 0;
    }

    .abt1-ul .int-ul li span {
        font-size: 42px;
    }

    .abt1-ul {
        margin-bottom: 15px;
    }

    .abt2-txt h3 {
        font-size: 22px;
    }

    .abt5-txt {
        font-size: 20px;
    }

    .abt5-txt {
        padding: 18px 20px;
    }
}

@media (max-width: 991px) {
    .about1-tit em {
        font-size: 34px;
        line-height: 40px;
    }

    .about1-img {
        width: 100%;
        position: relative;
        height: auto;
    }
    .about1-txt {
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }

    .abt1-font {
        max-height: none;
        height: auto;
        padding: 0;
    }

    .abt1-ul .int-ul li span {
        font-size: 36px;
    }

    .abt2-txt p em {
        display: inline;
    }

    .abt2-txt h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .abt2-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 0 12px;
    }

    .abt2-txt p {
        margin-top: 6px;
    }

    .abt2-ul li {
        padding: 0 10px;
    }

    .abt2-ul {
        margin: 0 -10px;
    }

    .ab3-swiper .swiper-button-next,
    .ab3-swiper .swiper-button-prev,
    .abt4-swiper .swiper-button-next,
    .abt4-swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about1-tit em {
        font-size: 23px;
        line-height: 30px;
    }

    .abt1-p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
        text-align: justify;
    }

    .abt1-ul .int-ul li span {
        font-size: 24px;
        line-height: 30px;
    }

    .abt1-ul .int-ul li em {
        font-size: 20px;
    }

    /* .abt1-ul {
        margin-top: 10px;
    } */

    .ab3-swiper .swiper-button-next,
    .ab3-swiper .swiper-button-prev,
    .abt4-swiper .swiper-button-next,
    .abt4-swiper .swiper-button-prev {
        display: none;
    }

    .ab3-swiper .swiper-pagination,
    .abt4-swiper .swiper-pagination {
        display: block;
    }

    .ab3-swiper,
    .abt4-swiper {
        padding: 0 0 30px;
    }

    .abt2-ul li {
        width: 50%;
        margin-top: 20px;
    }

    .abt2-ul {
        margin-top: -20px;
    }

    .abt2-ul li:last-child {
        transform: translateX(50%);
    }

    .abt2-txt h3 {
        font-size: 16px;
    }

    .abt2-txt p {
        font-size: 14px;
    }

    .abt2-txt {
        padding: 40px 25px;
    }

    .abt3-slide p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 8px;
    }

    .abt4-slide h3 span {
        font-size: 24px;
    }

    .abt4-slide h3 em {
        font-size: 14px;
        margin-left: 3px;
    }

    .abt4-img {
        margin-top: 20px;
    }

    .abt4-slide h3 {
        padding-bottom: 10px;
    }

    .abt4-slide {
        padding: 40px 20px;
    }

    .abt5-txt {
        font-size: 16px;
        padding: 12px 20px;
    }

    .abt5-swiper {
        padding-bottom: 30px;
    }

    .abt5-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .abt5-swiper .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
    }

    .abt3-con,
    .abt2-con,
    .abt4-con,
    .abt5-con {
        margin-top: 20px;
    }

    .abt1-font {
        margin-top: 0px;
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .abt4-swiper {
        margin: 0;
    }

    .abt4-slide,
    .abt4-slide:hover {
        background: #fff;
        box-shadow: none;
    }

    .abt4-swiper .swiper-container {
        padding: 0;
    }

    .abt2-ul li {
        width: 100%;
    }

    .abt2-ul li:last-child {
        transform: none;
    }

    .abt2-txt p {
        height: auto;
    }
}

/* ===================  job 诚聘英才 =================== */
.job {
    background: #f7f7f7;
    padding-top: 80px;
}

.job-con {
}

.join-s {
    margin-top: -20px;
}

.job-item {
    margin-top: 20px;
    background: #fff;
}

.job-hea {
    padding: 30px 30px 23px;
    cursor: pointer;
    transition: ease 0.5s;
}

.job-le {
    float: left;
}

.job-le h3 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    margin-bottom: 7px;
}

.job-le p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.job-le p span {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.job-le p span:first-child {
    margin-left: 0;
}

.job-le p span::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 17px;
    right: -10px;
    top: 7px;
    background: #dcdcdc;
}

.job-le p span:last-child::before {
    display: none;
}

.job-ri {
    float: right;
    margin-top: 10px;
}

.job-ri i {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #04ce96;
    transition: ease 0.5s;
    position: relative;
}

.job-ri i::before,
.job-ri i::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: #04ce96;
}

.job-ri i::before {
    width: 16px;
    height: 2px;
    margin-left: -7px;
}

.job-ri i::after {
    width: 2px;
    height: 16px;
    margin-top: -7px;
}

.job-item.open .job-ri i {
    border-color: #04ce96;
}

.job-item.open .job-ri i::before,
.job-item.open .job-ri i::after {
}

.job-item.open .job-ri i::after {
    opacity: 0;
}

.job-item.open .job-hea {
    border: none;
    padding: 25px 30px 22px;
}
/* .job-item.open .job-le h3,.job-item.open .job-le p{color: #fff;} */
.job-item.open .job-le p span::before {
    background: #fff;
}

.job-cont {
    border-top: 1px solid #e1e1e1;
    display: none;
}

.job-item.open .job-cont {
    display: block;
}

.job-pad {
    padding: 33px 30px 52px;
}

.job-pad h5,
.job-pad h4 {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-bottom: 7px;
}

.job-pad p,
.job-pad h6 {
    font-size: 14px;
    line-height: 28px;
    color: #777;
}

.job-map {
    margin-top: 19px;
    display: block;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    color: #04ce96;
}

.job-map span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}

.job-map span::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 26px;
    background: url(../images/job-map.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.job-pad h6 {
    margin-top: 28px;
}

.job-pad h4 {
    margin-top: 31px;
}

@media (max-width: 991px) {
    .job-le h3 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .job-hea,
    .job-item.open .job-hea {
        padding: 15px 30px;
    }

    .job-ri {
        margin-top: 12px;
    }

    .job-ri i {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .job-le h3 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .job-le p {
        font-size: 15px;
    }

    .job-ri i {
        width: 30px;
        height: 30px;
    }

    .job-ri i::before {
        width: 14px;
        margin-left: -6px;
    }

    .job-ri i::after {
        height: 14px;
        margin-top: -6px;
    }

    .job-pad p {
        font-size: 14px;
        line-height: 28px;
    }

    .job-pad {
        padding: 30px;
    }

    .job-hea,
    .job-item.open .job-hea {
        padding: 10px 25px;
    }

    .job-map {
        margin-top: 20px;
    }

    .job-pad h5 {
        font-size: 16px;
    }

    .job-pad h4 {
        margin-top: 20px;
    }

    .job-pad h6 {
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .job-pad {
        padding: 20px 16px 20px;
    }

    .job-hea,
    .job-item.open .job-hea {
        padding: 10px 16px;
    }

    .job-item {
        margin-top: 15px;
    }

    .job-con {
        margin-top: -15px;
    }
}

.contact {
    padding-top: 80px;
}

.contact-one {
    padding: 11px 0 40px;
}
.contact-topbg {
    background: #f7f7f7;
}
.contact-box {
    background: #fff;
    padding: 60px 60px;
}
.contact-box .fl {
    float: left;
    padding-right: 40px;
    width: 50%;
    box-sizing: border-box;
}
.contact-box .fl .h1-text {
    font-size: 24px;
}
.contact-box .fl .h1-text.red {
    color: #ec5f3c;
    font-size: 34px;
}
.contact-box .fr {
    float: right;
    width: 50%;
}

@media (max-width: 1459px) {
    .contact-tit {
        font-size: 32px;
    }
}

@media (max-width: 1259px) {
    .contact-tit {
        font-size: 30px;
    }

    .contact1-ul li h3 {
        font-size: 20px;
    }

    .contact1-ul li p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .contact-tit {
        font-size: 28px;
    }

    .contact1-ul li h3 {
        margin-top: 12px;
    }

    .contact-dec {
        margin-top: 20px;
    }

    .contact2-con {
        margin-top: 30px;
    }

    .message-submit {
        width: 160px;
        height: 50px;
        margin-top: 30px;
    }

    .message-submit span {
        padding: 12px 0;
    }

    .contact1-ul {
        padding: 20px 0;
    }

    .contact1-ul li {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .contact-two img {
        width: 100%;
        margin: auto;
    }

    .contact1-ul li:last-child {
        transform: none;
    }

    .contact1-ul li:nth-child(3) > div::before {
        display: block;
    }

    .contact1-ul li:nth-child(even) > div::before {
        display: none;
    }

    .contact1-ul li h3 {
        font-size: 16px;
        margin-top: 8px;
    }

    .contact1-ul li p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 2px;
    }

    .contact-one {
        padding: 0 0 20px;
    }

    .contact-tit {
        font-size: 23px;
        line-height: 30px;
    }

    .contact-dec {
        margin-top: 10px;
    }

    .contact-inp li {
        width: 100%;
    }

    .contact-inp input,
    .contact2-con textarea {
        font-size: 15px;
        padding: 12px 20px;
    }

    .contact2-con textarea {
        min-height: 200px;
    }

    .contact2-con {
        margin-top: 25px;
    }

    .message-submit {
        width: 140px;
        height: 45px;
        margin-top: 25px;
    }

    .message-submit span {
        padding: 9px 0;
    }

    .contact1-ul li:hover .contact1-icon {
        transform: none;
    }
}

@media (max-width: 360px) {
    .contact1-ul li {
        width: 100%;
    }

    .contact1-ul li:nth-child(odd) > div::before {
        display: none;
    }

    .contact-dec span {
        display: inline;
    }
}

/* ============== proinfo 产品中心详情 ============== */
.proinfo {
    padding-top: 80px;
    padding-bottom: 72px;
}

.proinfo-con {
}

/* .proinfo-one {
    padding-top: 50px;
} */

.jqzoom {
    background: white;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jqzoom img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    float: left;
    width: 14.6%;
    position: relative;
    margin-top: 0px;
    margin-right: 0;
}

.spec-scroll .prev {
    left: -30px;
    text-align: left;
}

.spec-scroll .next {
    right: -30px;
    text-align: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    opacity: 0;
    z-index: 3;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 28px;
    height: 101px;
    cursor: pointer;
    line-height: 100px;
    font-size: 20px;
    color: #999;
}

.proi-right:hover .spec-scroll .prev,
.proi-right:hover .spec-scroll .next {
    opacity: 1;
}

.spec-scroll .prev:hover,
.spec-scroll .next:hover {
    color: #000;
}

.spec-scroll .items {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin: -15px 0;
}

.spec-scroll .items ul li {
    width: 100%;
    height: auto;
    margin: 15px 0;
    float: none;
    padding: 0;
}
/* .spec-scroll .items ul li.hover{
    border: 2px solid #04ce96;
} */
.spec-scroll .items ul li img {
    width: 100%;
    height: 100px;
    background: white;
    object-fit: cover;
}

.spec-scroll .items ul li p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}

.pir-swiper {
    display: none;
    position: relative;
    background: white;
    padding-bottom: 30px;
}

.pir-pic img {
    display: block;
    width: 100%;
}

.pir-swiper .swiper-pagination {
    bottom: 0px;
    width: 100%;
}

.pir-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cecece;
    opacity: 1;
    margin: 0 5px !important;
}

.pir-swiper .swiper-pagination-bullet-active {
    background: #04ce96;
}
/* .proinfo1-con{min-height: 386px;} */
.proinfo1-img {
    float: left;
    width: 31.42%;
}

.proinfo1-txt {
    width: 60%;
    position: relative;
    height: 100%;

    float: right;
    z-index: -1;
}

.proinfo1-font {
    width: 100%;
    position: relative;
    right: 0;
    float: right;
    padding: 48px 0 0;
}

.proinfo1-font h3 {
    font-size: 30px;
    line-height: 40px;
    /* color: #04ce96; */
    position: relative;
    padding-bottom: 28px;
}
.proinfo1-font p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}
.proinfo1-font h3::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #04ce96;
    left: 0;
    bottom: 15px;
}

.pri1-p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 34px;
    max-height: 136px;
    color: #666;
}
.pri-four-title {
    font-size: 42px;
    text-align: center;

    margin-bottom: 30px;
}
.pri-four-ul {
    border: 1px solid #b2c6ec;
    border-top: 0;
    background: #fff;
}
.pri-four-ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #b2c6ec;
    font-size: 16px;
    line-height: 46px;
}
.pri-four-ul li .pri-four-left {
    width: 20%;
    font-weight: bold;
    padding: 0 30px;
    box-sizing: border-box;
    border-right: 1px solid #b2c6ec;
}
.pri-four-ul li .pri-four-right {
    width: 80%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.pri-four-ul li .pri-four-right span {
    flex: 1;
    padding-right: 30px;
}
.pri-four-ul li .pri-four-right span:last-child {
    border-left: 1px solid #b2c6ec;
    padding-right: 0;
    padding-left: 30px;
}
.pri-four-ul li .pri-four-right.xh-text {
    color: #04ce96;
    font-size: 24px;
    font-weight: bold;
    background: #d7e3f9;
    width: 100%;
    padding: 10px 30px;
}
.pri1-share {
    float: none;
    margin-top: 49px;
    padding-top: 0;
}

.pri1-mo {
    margin: 40px 0 0;
    color: #fff;
    cursor: pointer;
    width: 140px;
    height: 45px;
}

.pri1-mo span {
    padding: 9px 0;
}

.pri1-mo::before {
    border-width: 160px 0 0 160px;
}

.pri1-mo::after {
    border-width: 0 160px 160px 0;
}

.pri1-mo:hover {
    color: #04ce96;
}

.pri1-mo:hover::before,
.pri1-mo:hover::after {
    border-width: 0 0 0 0;
}

.pri-two {
    padding-top: 41px;
}

.pri2-con {
    position: relative;
    margin-top: 23px;
}

.pri2-con::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #c3c3c3;
    left: 50%;
    top: 0;
}

.pri2-ul {
    margin: 0 -50px;
}

.pri2-ul li {
    float: left;
    width: 50%;
    padding: 0 50px;
}

.pri2-ul li > div {
    padding: 28px 0;
    border-bottom: 1px solid #c3c3c3;
}

.pri2-ul li h4 {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.pri2-ul li h4::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #999;
    left: 0;
    top: 6px;
}

.pri2-ul li:hover h4 {
    color: #04ce96;
}

.pri2-ul li:hover h4::before {
    border-color: #04ce96;
}

.pri2-ul li:nth-child(1) > div,
.pri2-ul li:nth-child(2) > div {
    padding-top: 0;
}

.pri-three {
    padding-top: 43px;
}

.pri3-con {
    margin-top: 27px;
}

.pri3-img {
    position: relative;
    width: 58.57%;
    margin: 0 auto;
}

.pri3-img1 {
    text-align: center;
}

.pri3-img img {
    display: inline-block;
    max-width: 100%;
}

.pri3-video {
    object-fit: fill;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pri-four {
    padding-top: 53px;
}

.pri4-con {
    margin-top: 28px;
}

.ppri4-ul {
    margin: 0 -50px;
}

.ppri4-ul li {
    float: left;
    width: 50%;
    padding: 0 50px;
}

.ppri4-ul table {
    width: 100%;
}

.ppri4-ul td {
    border: 1px solid #d2d2d2;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    padding: 9px 34px;
    height: 55px;
}

.pri-fiv {
    padding-top: 45px;
}

.pri5-con {
    margin-top: 27px;
}

.pri-six {
    padding-top: 50px;
}

@media (max-width: 1459px) {
    .ppri4-ul li {
        padding: 0 30px;
    }

    .ppri4-ul {
        margin: 0 -30px;
    }

    .ppri4-ul td {
        padding: 9px 30px;
    }

    .spec-scroll .items ul li {
        margin: 13px 0;
    }

    .spec-scroll .items ul {
        margin: -13px 0;
    }

    .proinfo1-font {
        padding: 0;
    }
}

@media (max-width: 1259px) {
    .pri2-ul li > div {
        padding: 18px 0;
    }

    .pri1-p {
        max-height: 100px;
        margin-top: 16px;
    }

    .spec-scroll .items ul li {
        margin: 11px 0;
    }

    .spec-scroll .items ul {
        margin: -11px 0;
    }
    .jqzoom img {
        height: 340px;
    }
    .spec-scroll .items ul li img {
        height: 77px;
    }
    .ppri4-ul li {
        padding: 0 15px;
    }

    .ppri4-ul {
        margin: 0 -15px;
    }

    .ppri4-ul td {
        padding: 9px 16px;
    }

    .proinfo1-font h3 {
        font-size: 28px;
        padding-bottom: 16px;
    }
    /* .proinfo1-con{min-height: 334px;} */
}

@media (max-width: 991px) {
    .pri2-ul li {
        padding: 0 20px;
    }

    .pri2-ul {
        margin: 0 -20px;
    }

    .pir-swiper {
        display: block;
    }

    .spec-preview,
    .spec-scroll {
        display: none !important;
    }

    .proinfo1-img {
        width: 42.5%;
    }

    .proinfo1-txt {
        width: 57.5%;
    }

    .proinfo1-font {
        width: 100%;
        position: relative;
        transform: none;
        padding-left: 0;
        top: 0;
    }

    .pri1-share {
        margin-top: 30px;
    }

    .pri1-mo {
        margin: 30px 0 0;
    }

    .pri1-p {
        max-height: 132px;
    }

    .pri2-ul li h4 {
        font-size: 15px;
    }

    .ppri4-ul li {
        width: 100%;
        margin-top: 20px;
    }

    .ppri4-ul {
        margin-top: -20px;
    }
    /* .proinfo1-con{min-height: 334px;} */
}

@media (max-width: 767px) {
    .pri2-ul li {
        width: 100%;
    }

    .pri2-ul li:nth-child(2) > div,
    .pri2-ul li > div {
        padding: 15px 0;
    }

    .pri2-ul li h4 {
        font-size: 15px;
    }

    .pri2-con::before {
        display: none;
    }

    .pri2-ul li h4::before {
        width: 9px;
        height: 9px;
        top: 7px;
    }

    .proinfo1-font h3 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .proinfo1-font h3::before {
        width: 35px;
    }
    .proinfo1-font p {
        font-size: 13px;
        line-height: 24px;
    }
    .proinfo1-img {
        width: 100%;
        float: none;
    }

    .proinfo1-txt {
        width: 100%;
        padding: 20px 0 0;
        position: relative;
        height: auto;
        top: auto;
        right: auto;
    }

    .pri1-p {
        margin-top: 10px;
        max-height: none;
        height: auto;
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
    .pri-four-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .pri-four-ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .pri-four-ul li .pri-four-left {
        width: 40%;
        padding: 0 10px;
    }
    .pri-four-ul li .pri-four-right {
        width: 60%;
        padding: 0 10px;
    }
    .pri-four-ul li .pri-four-right span {
        padding-right: 10px;
    }
    .pri-four-ul li .pri-four-right span:last-child {
        padding-right: 0px;
        padding-left: 10px;
    }
    .proinfo-one {
        padding-top: 0;
    }

    .pri1-mo {
        width: 138px;
        height: 42px;
        margin: 20px 0 0;
    }

    .pri1-mo span {
        padding: 8px 0;
    }

    .pri1-share {
        margin-top: 20px;
    }

    .pri-two,
    .pri-three,
    .pri-four,
    .pri-fiv,
    .pri-six {
        padding-top: 30px;
    }

    .pri2-con {
        margin-top: 12px;
    }

    .pri3-img {
        width: 100%;
    }

    .ppri4-ul td {
        font-size: 14px;
        line-height: 28px;
    }

    .pri3-con,
    .pri4-con,
    .pri5-con {
        margin-top: 20px;
    }

    .proinfo1-con {
        min-height: auto;
    }
}

/* ================ techno 技术实力 ==================== */
.techno-bread {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
}

.techno-bread .bread a,
.techno-bread .bread p i {
    color: #fff;
}

.techno-menu {
}

.techno-menu .menu {
    max-width: 100%;
}

.techno {
}

.techno-one {
    padding-bottom: 0 !important;
}

.techno1-con {
    margin-top: 40px;
    overflow-x: auto;
    white-space: nowrap;
}

.techno1-con::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
}

.techno1-con::-webkit-scrollbar-thumb {
    background-color: #04ce96;
    border-radius: 10px;
}

.techno1-tab {
    width: 100%;
}

.techno1-tab thead {
    background: #eee;
}

.techno1-tab th {
    padding: 7px 20px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
}

.techno1-tab td {
    padding: 0px 25px;
    border: 1px solid #d2d2d2;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.techno1-tab td.techno1-img {
    background: #d0e2ea;
    padding: 0;
}

.techno1-tab td img {
    display: inline-block;
    max-width: 100%;
}

.techno1-tab tbody tr:nth-child(even) td.techno1-img {
    background: #e9f0f5;
}

.techno1-tab thead th:nth-child(1) {
    width: 138px;
}

.techno1-tab thead th:nth-child(2) {
    width: 210px;
}

.techno1-tab thead th:nth-child(3) {
    width: 310px;
}

.techno1-tab thead th:nth-child(4) {
    width: 265px;
}

.techno-two {
    padding-bottom: 74px;
}

.techno2-con {
    margin-top: 40px;
}

.techno2-top {
}

.techno2-top ul {
    font-size: 0;
    text-align: center;
}

.techno2-top ul li {
    display: inline-block;
    padding: 0 60px;
}

.techno2-icon {
    width: 52px;
    overflow: hidden;
    margin: 0 auto;
}

.techno2-icon img {
    width: 100%;
}

.techno2-top ul li h4 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
    color: #04ce96;
}

.techno2-bot {
    margin-top: 35px;
}

.techno2-bot ul {
    margin: -35px -10px 0;
}

.techno2-bot li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-top: 35px;
}

.techno2-bot li > div {
    text-align: center;
}

.techno2-img {
    overflow: hidden;
}

.techno2-img img {
    width: 100%;
    transition: ease 0.5s;
}

.techno2-bot li:hover .techno2-img img {
    transform: scale(1.05);
}

.techno2-bot li h3 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.techno2-bot li:nth-child(5),
.techno2-bot li:nth-child(6),
.techno2-bot li:nth-child(7) {
    transform: translateX(50%);
}

.techno-three {
    background: #f5f5f5;
}

.techno3-con {
    margin-top: 40px;
}

.techno3-left {
    float: left;
    width: 51.78%;
    padding-right: 50px;
}

.techno3-left ul {
    margin-top: -35px;
}

.techno3-left li {
    margin-top: 35px;
}

.techno3-right {
    float: right;
    width: 48.22%;
}

.techno3-font {
    text-align: center;
}

.techno3-img {
    overflow: hidden;
}

.techno3-img img {
    width: 100%;
    transition: ease 0.5s;
}

.techno3-txt {
    background: #fff;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
}

.techno3-font:hover .techno3-txt {
    color: #04ce96;
}

.techno3-font:hover .techno3-img img {
    transform: scale(1.05);
}

.techno-four {
    padding-bottom: 0;
}

.techno4-con {
    margin-top: 40px;
}

.techno4-ul {
    margin: -34px -25px 0;
}

.techno4-ul li {
    float: left;
    width: 50%;
    padding: 0 25px;
    margin-top: 34px;
}

.techno4-ul li > div {
    text-align: center;
}

.techno4-img {
    overflow: hidden;
}

.techno4-img img {
    width: 100%;
    transition: ease 0.5s;
}

.techno4-ul li:hover .techno4-img img {
    transform: scale(1.05);
}

.techno4-txt {
    margin-top: 14px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
}

.techno4-ul li:hover .techno4-txt {
    color: #04ce96;
}

.techno-fiv {
    padding-top: 68px;
    padding-bottom: 70px;
}

.techno5-con {
    margin-top: 40px;
}

.techno5-ul {
    margin: 0 -10px;
}

.techno5-ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.techno5-ul li > div {
    text-align: center;
}

.techno5-img {
    overflow: hidden;
}

.techno5-img img {
    width: 100%;
    transition: ease 0.5s;
}

.techno5-ul li:hover .techno5-img img {
    transform: scale(1.05);
}

.techno5-txt {
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
}

.techno5-ul li:hover .techno5-txt {
    color: #04ce96;
}

.techno-six {
    padding-top: 0;
}

.techno6-con {
    margin-top: 40px;
    overflow: hidden;
}

.techno6-con img {
    width: 100%;
}

.techno-seven {
    background: #f5f5f5;
}

.techno7-con {
    margin-top: 40px;
}

.techno7-left {
    overflow: hidden;
    float: left;
    width: 57.14%;
}

.techno7-left img {
    width: 100%;
}

.techno7-right {
    float: right;
    width: 42.86%;
    padding-left: 40px;
}

.techno7-right ul {
    overflow: hidden;
    margin-top: -18px;
}

.techno7-right li {
    overflow: hidden;
    margin-top: 18px;
}

.techno7-right img {
    width: 100%;
}

@media (max-width: 1459px) {
    .techno3-left li {
        margin-top: 25px;
    }

    .techno3-left ul {
        margin-top: -25px;
    }

    .techno1-tab thead th:nth-child(1),
    .techno1-tab thead th:nth-child(2),
    .techno1-tab thead th:nth-child(3),
    .techno1-tab thead th:nth-child(4) {
        width: auto;
    }

    .techno1-tab {
        min-width: 1000px;
    }
}

@media (max-width: 1259px) {
    .techno7-right li {
        margin-top: 25px;
    }

    .techno7-right ul {
        margin-top: -25px;
    }

    .techno3-left li {
        margin-top: 16px;
    }

    .techno3-left ul {
        margin-top: -16px;
    }
}

@media (max-width: 991px) {
    .techno2-icon {
        width: 42px;
    }

    .techno2-top ul li {
        padding: 0 40px;
    }

    .techno3-txt {
        padding: 13px 20px;
        font-size: 16px;
    }

    .techno2-bot li h3,
    .techno4-txt,
    .techno5-txt {
        font-size: 16px;
    }

    .techno4-ul li {
        padding: 0 15px;
    }

    .techno4-ul {
        margin: -34px -15px 0;
    }

    .techno5-ul li {
        width: 33.333%;
        margin-top: 20px;
    }

    .techno5-ul {
        margin-top: -20px;
    }

    .techno5-ul li:nth-child(4) {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
    .techno-bread {
        display: none;
    }

    .techno5-ul li {
        width: 50%;
    }

    .techno5-ul li:nth-child(4) {
        transform: none;
    }

    .techno2-bot li {
        width: 33.333%;
    }

    .techno2-bot li:nth-child(5),
    .techno2-bot li:nth-child(6) {
        transform: none;
    }

    .techno2-bot li:nth-child(7) {
        transform: translateX(100%);
    }

    .techno1-tab th {
        font-size: 16px;
    }

    .techno1-tab td {
        font-size: 14px;
        line-height: 28px;
        padding: 0 15px;
    }

    .techno1-tab {
        min-width: 991px;
    }

    .techno3-left {
        width: 100%;
        padding: 0;
    }

    .techno3-right {
        width: 100%;
        margin-top: 16px;
    }

    .techno3-left li {
        float: left;
        width: 50%;
        padding: 0 10px;
    }

    .techno3-left ul {
        margin: -16px -10px 0;
    }

    .techno2-bot li h3,
    .techno4-txt,
    .techno5-txt {
        font-size: 14px;
        margin-top: 5px;
    }

    .techno2-top ul li h4 {
        margin-top: 5px;
        font-size: 15px;
    }

    .techno2-top ul li {
        padding: 0 20px;
    }

    .techno1-con,
    .techno2-con,
    .techno2-bot,
    .techno3-con,
    .techno4-con,
    .techno5-con,
    .techno6-con,
    .techno7-con {
        margin-top: 20px;
    }

    .techno3-txt {
        font-size: 14px;
        padding: 10px 15px;
    }

    .techno4-ul li {
        padding: 0 10px;
        margin-top: 20px;
    }

    .techno4-ul {
        margin: -20px -10px 0;
    }

    .techno7-left {
        width: 100%;
    }

    .techno7-right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .techno-fiv {
        padding: 0 !important;
    }
}

@media (max-width: 640px) {
    .techno2-bot li {
        width: 50%;
        margin-top: 20px;
    }

    .techno2-bot ul {
        margin: -20px -10px 0;
    }

    .techno2-bot li:nth-child(7) {
        transform: none;
    }

    .techno1-tab {
        min-width: 767px;
    }

    .techno3-left li {
        width: 100%;
    }

    .techno2-top ul li {
        padding: 0 8px;
    }

    .techno2-top ul li h4 {
        font-size: 14px;
    }

    .techno4-ul li {
        width: 100%;
    }
}

@media (max-width: 1459px) {
    .nybanner {
        height: 400px;
    }

    .ny-tit {
        font-size: 40px;
    }
}

@media (max-width: 1259px) {
    .menu a {
        padding: 25px 25px;
    }

    .nybanner {
        height: 350px;
        margin-top: 0;
    }

    .ny-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .anchor {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .lpage a {
        font-size: 18px;
        padding: 10px;
        width: 50px;
    }

    .lpage a.lpage-left {
        margin-right: 50px;
    }

    .menu a {
        padding: 18px 15px;
    }
    .bread p {
        line-height: 66px;
    }
    .nybanner {
        height: 300px;
    }

    .abtbanner-font {
        width: 64%;
    }

    .abtbanner-font h3 {
        font-size: 34px;
        line-height: 40px;
    }

    .ny-tit {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .ny-padd {
        padding: 40px 0;
    }

    .abtbanner-font h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .nybanner {
        height: 300px;
    }

    .lpage a {
        font-size: 17px;
        padding: 8px;
        width: 46px;
    }

    .lpage a.lpage-left {
        margin-right: 46px;
    }

    .menu a {
        padding: 10px 20px;
    }

    .abtbanner-font {
        padding-bottom: 0;
        width: 100%;
    }

    .abtbanner-font p {
        margin-top: 10px;
        width: 100%;
    }

    .abtbanner-font h4 {
        font-size: 34px;
        line-height: 34px;
    }

    .appsecond-nav {
        display: block;
    }

    .banner-menu {
        display: none;
    }

    .view-more {
        font-size: 15px;
        width: 140px;
        height: 42px;
        line-height: 42px;
    }

    .ny-tit {
        font-size: 23px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .ny-tit::before {
        width: 35px;
        height: 2px;
    }

    .abtbanner-font span {
        margin: 10px 0;
    }
}

@media (max-width: 640px) {
    .nybanner {
        height: auto;
        background: none !important;
    }

    .nyappbanner {
        display: block;
    }

    .nybanner::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        left: 0;
        top: 0;
        /* color: black; */
    }

    .abtbanner-font {
        text-align: center;
    }

    .abtbanner-font span {
        margin: 10px auto;
    }

    .abtbanner-font p {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .lpage a {
        font-size: 17px;
        padding: 5px;
        width: 40px;
    }

    .lpage a.lpage-left {
        margin-right: 40px;
    }
}

.bsBox {
    width: 232px !important;
    height: 256px !important;
}

@media (max-width: 1259px) {
    .newsinfo-right.sctop {
        right: 7%;
    }
}

@media (max-width: 767px) {
    .bsBox {
        width: 163px !important;
        height: 186px !important;
        margin-left: -82px !important;
    }

    .bsTop {
        width: 151px !important;
    }

    .bsFrameDiv > div {
        width: 140px !important;
        height: 150px !important;
    }

    .bsFrameDiv img {
        width: 130px !important;
        height: 130px !important;
        margin: 10px !important;
    }
}

/* 2020.7.31下拉 */
.dropdown-menu {
    border-top: 3px solid #04ce96;
    margin-top: -3px;
    display: none;
    position: absolute;
    width: 192px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.navitem.single {
    position: relative;
    cursor: pointer;
}

.navitem:hover .dropdown-menu {
    display: block;
}

.dropdown-pad {
    text-align: center;
    background: #04ce96;
    /*  padding: 8px 20px; */
}

.dropdown-menu a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    color: #fff;
    transition: ease 0.5s;
    border-top: 1px solid #1959d3;
}

.dropdown-menu a:hover {
    color: #fff;
}

.dropdown-menu a:first-child {
    border-top: none;
}

@media (max-width: 640px) {
    .intw-txt,
    .pro-ul li .intw-txt,
    .pro-ul li:hover .intw-txt {
        padding: 30px 0;
    }

    .abtbanner-font h4,
    .abtbanner-font h3,
    .abtbanner-font p {
        color: #fff;
        text-align: center;
        margin: auto;
    }

    .intw-slide:hover .intw-txt {
        transform: none;
    }

    .intw-slide:hover .intw-txt::before {
        display: none;
    }

    .intw-slide:hover .intw-txt h3 {
        color: #333;
    }

    .intw-slide:hover .intw-txt p {
        color: #666;
    }

    .intw-slide:hover .intw-txt span {
        background-color: #04ce96;
        height: 2px;
        width: 29px;
    }

    .intw-txt p,
    .intw-slide:hover .intw-txt p {
        -webkit-line-clamp: 2;
    }
}

/*  集团介绍*/
.jtjs-topimg {
    padding: 0px 0 80px;
}
.jtjs-bor {
    border-left: 1px solid #c9cacb;
}
.jtjs-left-img {
    float: left;
    width: 28%;
}
.jtjs-left-img img {
    width: 100%;
}
.jtjs-box {
    width: 70%;
    float: right;
    color: #656565;
    font-size: 15px;
    line-height: 30px;
}

.jtjs-box .jtjs-tit {
    font-size: 28px;
    color: #04ce96;
    font-weight: 600;
    margin-bottom: 10px;
}
.jtjs-box .jtjs-zc {
    color: #04ce96;
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
}
.jtjs-img img {
    margin: auto;
    display: block;
}
.glzd-ul li.glzd-list {
    display: flex;
    box-shadow: 0 0 13px rgb(0 0 0 / 10%);
    padding: 40px;
    margin-bottom: 40px;
}
.glzd-ul li.glzd-list .glzd-img {
    width: 220px;
    height: 220px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 20px;
}
.glzd-ul li.glzd-list .glzd-right {
    flex: 1;
    font-size: 16px;
    line-height: 26px;
}
.glzd-ul li.glzd-list .glzd-right h3 {
    font-size: 24px;
    line-height: 30px;
    color: #04ce96;
    margin-bottom: 15px;
    font-weight: bold;
}
.glzd-ul li.glzd-list .glzd-right h3 span {
    margin-left: 20px;
}
/* 发展历史 */
.fzlc-ul li {
    display: flex;
    position: relative;
    padding-bottom: 40px;
    margin: auto;
}
.fzlc-ul li::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #4d86f2;
    z-index: 0;
}
.fzlc-ul li.fl::after {
    left: inherit;
    right: 0;
}
.fzlc-ul li:last-child:after {
    display: none;
}
.fzlc-ul li.fr {
    margin-left: 50%;
    text-align: left;
    padding-left: 20px;
}
.fzlc-ul li.fl {
    text-align: right;
    margin-right: 50%;
    padding-left: 0;
    padding-right: 20px;
}

.fzlc-ul li .fzlc-yuan {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eee;
    border: 6px solid #4d86f2;
    top: 0;
    left: -10px;
    z-index: 9;
}
.fzlc-ul li.fl .fzlc-yuan {
    right: -10px;
    left: inherit;
}
.fzlc-ul li .fzlc-xx {
    flex: 1;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.fzlc-ul li .fzlc-xx h1 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #04ce96;
    font-size: 24px;
}
.fzlc-ul li .fzlc-xx p {
    margin-top: 10px;
}
/*  芯片研发*/
.xpyf-left {
    float: left;
    /* border: 3px solid #04ce96; */
    /* padding: 30px 0; */
    box-sizing: border-box;
    position: relative;
    width: 40%;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
}

.xpyf-left img {
    width: 100%;
    height: 400px;
    /* margin-left: 40px;
    padding: 30px 0; */
    background: #fff;
    object-fit: cover;
    display: block;
}
.xpyf-right {
    float: right;
    width: 60%;
    padding-left: 100px;
    /* margin-top: 30px; */
    font-size: 17px;
    line-height: 32px;
    color: #4d4d4d;
    color: #666;
}
.xpyf-right h3 {
    font-size: 42px;
    line-height: 50px;
    color: #04ce96;
    margin: 30px 0;
}
/* 全球金融 */
.jrtopxq-box {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.jrtopxq-box h3 {
    color: #333;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.jrtop-box {
    background-image: url(../images/zajx-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 60px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px #ddd; */
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    color: #999;
    margin-top: 50px;
}
.jrtop-box h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.jrtop-box .jrtop-text {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
    color: #333;
    width: 70%;
    margin: auto;
}
.jrtop-box .jrtop-bth {
    background: #04ce96;
    color: #fff;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    margin: auto;
    display: block;
    margin-top: 40px;
    font-size: 16px;
}
/* .qqjr-bgbox {
    background: linear-gradient(#ebf0f7, #fff);
    padding-top: 10%;
} */
.qqjr-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}
.qqjr-title b {
    color: #04ce96;
}
.qqjr-ul li {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    width: 100%;
    /* background: #f8f8f8; */
    box-sizing: border-box;
    padding: 5%;
    /* display: flex; */
    position: relative;
    background: #fff;
}
.qqjr-ul li:first-child {
    padding-top: 0;
}
.qqjr-ul li .container {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.qqjr-ul li .qqjr-rig {
    z-index: 0;
    position: relative;
    /* flex: 1; */
    width: 60%;
    float: left;
    margin-top: 6%;
}
/* 
.qqjr-ul li .qqjr-rig:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    width: 60px;
    height: 60px;
    border: 6px solid #e9f0ff;
    border-radius: 50%;
}
/* .qqjr-ul li:nth-child(2n+0) .qqjr-lef{
    float: right;
}
.qqjr-ul li:nth-child(2n+0) .qqjr-rig{
    float: left;
} */
.qqjr-ul li h3 {
    font-size: 30px;
    margin-bottom: 30px;

    color: #333;
    /* padding-left: 8%;
    padding-top: 8%;
     */
}
/* .qqjr-ul li .qqjr-text {
    padding-left: 8%;
    padding-right: 8%;
} */

.qqjr-ul li .qqjr-lef {
    width: 35%;

    float: right;
    /* border: 3px solid #4d79b6;
    border-radius: 50%; */
}
.qqjr-ul li img {
    width: 100%;
    height: 400px;
    margin: auto;
    object-fit: cover;

    position: relative;
}
.qqjr-ul li:nth-child(2n + 0) {
    background: #f5f7fa;
}
.qqjr-ul li:nth-child(2n + 0) .container .qqjr-rig {
    float: right;
}
.qqjr-ul li:nth-child(2n + 0) .container .qqjr-lef {
    float: left;
}
.qqjr-ul li .qqjr-biaoq {
    background: #04ce96;
    color: #fff;
    position: relative;
    font-size: 12px;
    display: table;
    padding: 0px 4px;
    line-height: 18px;
    height: 18px;
    margin: 5px 0;
}
.qqjr-ul li .qqjr-biaoq::after {
    content: '';
    left: 0;
    bottom: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #04ce96;
}
/* .qqjr-ul li img {
    margin-top: 40px;
    margin-left: 40px;
    -webkit-transform: rotate(360deg);

    animation: rotation 3s linear infinite;

    -moz-animation: rotation 3s linear infinite;

    -webkit-animation: rotation 3s linear infinite;

    -o-animation: rotation 3s linear infinite;
} 

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.qqjr-ul li:nth-child(2n + 0) img {
    -webkit-transform: rotation2 3s linear infinite;

    animation: rotation2 3s linear infinite;

    -moz-animation: rotation2 3s linear infinite;

    -webkit-animation: rotation2 3s linear infinite;

    -o-animation: rotation2 3s linear infinite;

    animation-direction: alternate;
}

@keyframes rotation2 {
    from {
        margin-top: 60px;
        margin-left: 0px;
    }
    to {
        margin-top: 0px;
        margin-left: 60px;
    }
}

@-webkit-keyframes rotation2 {
    from {
        margin-top: 60px;
        margin-left: 0px;
    }
    to {
        margin-top: 0px;
        margin-left: 60px;
    }
}

.qqjr-ul li:nth-child(3n + 0) img {
    margin-left: 20px;
    -webkit-transform: rotation3 3s linear infinite;

    animation: rotation3 3s linear infinite;

    -moz-animation: rotation3 3s linear infinite;

    -webkit-animation: rotation3 3s linear infinite;

    -o-animation: rotation3 3s linear infinite;

    animation-direction: alternate;
}

@keyframes rotation3 {
    from {
        margin-top: 80px;
        margin-right: 0px;
    }
    to {
        margin-top: 0px;
        margin-right: 80px;
    }
}

@-webkit-keyframes rotation3 {
    from {
        margin-top: 80px;
        margin-right: 0px;
    }
    to {
        margin-top: 0px;
        margin-right: 80px;
    }
}
*/
/*  云算力*/

.ykjlb-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cccccc;
    padding: 40px;
    box-sizing: border-box;
    margin: 40px 0 0px;
    /*   box-shadow: 0 0 13px rgb(0 0 0 / 5%); */
}
.ykjlb-ul li {
    width: 32%;
    /* display: flex;
    align-items: center; */
    text-align: center;
}
.ykjlb-ul li img {
    width: 100px;
    height: 100px;
    margin: auto;
    transition: transform 1s ease-out;
    display: block;
}
.ykjlb-ul li img:hover {
    transform: rotate(360deg);
}
.ykjlb-ul li .ykjlb-rig {
    flex: 1;
    font-size: 16px;
    color: #666;
}
.ykjlb-ul li .ykjlb-rig h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}
.ny-tit-text {
    font-size: 16px;
    text-align: center;
    color: #333;
    width: 70%;
    margin: auto;
}
.ysllc-ul-bgbox {
    background-image: url(../images/ysl-bg.jpg);
}
.ysllc-ul-bgbox .ny-tit {
    color: #fff;
}
.ysllc-ul-bgbox .ny-tit-text {
    color: #fff;
}
.ysllc-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0px;
}
.ysllc-ul li {
    width: 25%;
    /* background: #fff;
    box-shadow: 0 0 13px rgb(0 0 0 / 5%); */
    padding: 40px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(33, 104, 239, 0.5), rgba(33, 104, 239, 0));
    transition: transform 1s ease-out;
}

.ysllc-ul li img {
    width: 220px;
    height: 220px;
    margin: auto;
    /* transition: transform 1s ease-out; */
}
/* .ysllc-ul li:hover img {
    transform: translateY(-15%);
} */
.ysllc-ul li h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.ysllc-ul li p {
    background: #04ce96;
    display: table;
    justify-content: center;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    margin: auto;
    border-radius: 4px;
    margin-top: 20px;
}
.ysllc-ul li:hover {
    background: #fff;
    transform: translateY(-8%);
}
.ysllc-ul li:hover h2 {
    color: #04ce96;
}
.ysllc-ul li:hover p {
    color: #04ce96;
    background: #e8f0fd;
}
.ysllc-bot {
    background: #e9f0ff;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    /* filter: drop-shadow(0px 0px 5px #ddd); */
}
.ysllc-bot::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #e9f0ff;
    left: 37.5%;
    top: -30px;
    margin-left: -20px;
}
.ysllc-bot li {
    width: 25%;
    /* background: #fff;
    box-shadow: 0 0 13px rgb(0 0 0 / 5%); */

    text-align: center;
}
.ysllc-bot li img {
    width: 100px;
    height: 100px;
    margin: auto;
    transition: transform 1s ease-out;
}

.ysllc-bot li img:hover {
    transform: rotate(360deg);
}
.ysllc-bot li h2 {
    margin-top: 20px;
    font-size: 18px;
}
/*动画*/

.animated .action_d {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated .scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated .scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media (max-width: 1259px) {
    /* 管理团队 */
    .glzd-ul li.glzd-list {
        display: flex;
        padding: 20px;
        margin-bottom: 20px;
    }
    .glzd-ul li.glzd-list .glzd-img {
        width: 180px;
        height: 180px;
        margin-right: 15px;
    }
    .glzd-ul li.glzd-list .glzd-right {
        font-size: 14px;
        line-height: 24px;
    }
    .glzd-ul li.glzd-list .glzd-right h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .glzd-ul li.glzd-list .glzd-right h3 span {
        margin-left: 10px;
    }
    .qqjr-ul li {
        font-size: 15px;
        line-height: 28px;
    }
    /* .qqjr-ul li .qqjr-rig{
        margin-right: 10%;
    } */
    .qqjr-ul li h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .jrtop-box {
        padding: 40px;
    }
    .qqjr-title {
        font-size: 28px;
    }

    .jrtop-box h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    /* .xpyf-left {
       
        width: 100%;
    }
    .xpyf-left img {
        width: 100%;
        height: 340px;
        margin: 0px;
        padding: 0;
        background: #fff;
        object-fit: cover;
    } */
    .xpyf-right {
        /* width: 100%;
        padding-left: 0px;
        margin-top: 10px; */
        font-size: 14px;
        line-height: 26px;
        padding-left: 50px;
    }
    .xpyf-right h3 {
        font-size: 34px;
        margin: 20px 0;
    }

    .qqjr-ul li .qqjr-lef {
        /* width: 100%; */
        float: right;
    }

    .qqjr-ul li h3 {
        font-size: 17px;
        margin-bottom: 5px;
        padding: 0;
    }
    .qqjr-ul li .qqjr-text {
        padding: 0;
    }
    .jrtop-box {
        padding: 30px;
    }
    .qqjr-title {
        font-size: 24px;
    }

    .jrtop-box h3 {
        font-size: 20px;
    }
    .qqjr-ul li img {
        height: 300px;
    }
    /*  云算力*/
    .ykjlb-ul {
        padding: 25px;
        margin: 25px 0 25px;
    }
    .ykjlb-ul li img {
        width: 60px;
        height: 60px;
        /* margin-right: 15px; */
    }
    .ykjlb-ul li .ykjlb-rig {
        font-size: 13px;
    }
    .ykjlb-ul li .ykjlb-rig h2 {
        font-size: 18px;
    }
    .ysllc-ul {
        margin: 20px 30px;
    }
    .ysllc-ul li {
        padding: 20px;
    }
    .ysllc-ul li img {
        width: 160px;
        height: 160px;
    }
    .ysllc-ul li h2 {
        margin-top: 15px;
        font-size: 16px;
    }
    .ysllc-bot li img {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 640px) {
    .yjspbf-img2 {
        text-align: center;
        left: 48%;
        margin-top: 35px;
        position: inherit;
    }

    .jtjs-box {
        padding: 15px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .jtjs-box .jtjs-tit {
        font-size: 18px;
        margin-top: 10px;
    }
    .jtjs-box .jtjs-zc {
        font-size: 16px;
        margin-top: 10px;
    }
    .jtjs-img img {
        width: 100%;
    }
    /* 管理团队 */
    .glzd-ul li.glzd-list {
        display: block;
        padding: 15px;
        margin-bottom: 15px;
    }
    .glzd-ul li.glzd-list .glzd-img {
        width: 100%;
        height: 200px;
        margin-right: 0px;
    }
    .glzd-ul li.glzd-list .glzd-right {
        font-size: 12px;
        line-height: 22px;
    }
    .glzd-ul li.glzd-list .glzd-right h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /* 发展历史 */
    .fzlc-ul li {
        float: inherit !important;
        margin: 0 !important;
    }
    .fzlc-ul li.fl::after {
        left: 0;
        right: inherit;
    }
    .fzlc-ul li.fl {
        text-align: left;
        padding-left: 20px;
        padding-right: 0px;
    }
    .fzlc-ul li.fl .fzlc-yuan {
        left: -10px;
        right: inherit;
    }
    .fzlc-ul li .fzlc-xx h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .fzlc-ul li .fzlc-xx {
        font-size: 14px;
    }
    .fzlc-ul li .fzlc-xx p {
        margin-top: 5px;
    }
    .xpyf-left img {
        height: 230px;
    }
    .qqjr-ul li .qqjr-rig {
        width: 100%;
        margin-right: 0px;
        float: inherit;
    }
    .qqjr-ul li {
        font-size: 13px;
        line-height: 22px;

        margin-bottom: 15px;
        padding: 15px;
    }

    .qqjr-ul li .qqjr-lef {
        width: 100%;
        float: inherit;
    }
    .qqjr-ul li img {
        width: 100%;
        height: 200px;
        margin: 10px !important;
        animation: initial !important;
    }
    .jrtop-box {
        padding: 20px;
    }
    .qqjr-title {
        font-size: 20px;
    }
    .jrtop-box {
        font-size: 13px;
    }
    .jrtop-box h3 {
        font-size: 18px;
    }
    .jrtop-box .jrtop-bth {
        font-size: 12px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
    /* 云算力 */

    .ykjlb-ul {
        display: block;
        padding: 15px;
        margin: 20px 0 20px;
    }
    .ykjlb-ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        text-align: left;
    }
    .ykjlb-ul li:last-child {
        margin-bottom: 0;
    }
    .ykjlb-ul li img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .ykjlb-ul li .ykjlb-rig {
        font-size: 12px;
    }
    .ykjlb-ul li .ykjlb-rig h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ysllc-ul {
        margin: 15px 0 20px;
    }
    .ysllc-ul li {
        padding: 15px;
        width: 48%;
        margin-bottom: 15px;
    }
    .ysllc-ul li img {
        width: 130px;
        height: 130px;
    }
    .ysllc-ul li h2 {
        margin-top: 15px;
        font-size: 16px;
    }
    .ysllc-bot {
        padding: 20px 0 0px 0;
    }
    .ysllc-bot:after {
        left: 50%;
    }
    .ysllc-bot li {
        width: 50%;
        margin-bottom: 20px;
    }
    .ysllc-bot li h2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .ysllc-bot li img {
        width: 55px;
        height: 55px;
    }
}

.scx {
    text-decoration: line-through;
}

.classOne {
    border: 2px solid #04ce96 !important;
    padding: 1px !important;
}

.classTwo {
    border: 1px solid #ccc !important;
    padding: 2px !important;
}

@media (max-width: 767px) {
    .xpyf-left {
        width: 100%;
    }
    .xpyf-right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.about-bglan {
    background: #17ad84;
    padding: 0;
    position: relative;
}
.about-bglan .abt1-p {
    color: #fff;
}
.chanpjs-ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.chanpjs-ul li {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin: 0 30px;
}
.chanpjs-ul .chanpjs-jt {
    margin-top: 80px;
}
.chanpjs-ul li img.cptimg {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
.chanpjs-ul li img.set-img {
    width: 100px;
    height: 34px;
    margin: auto;
    margin-bottom: 10px;
}
.jgtx-bg {
    background: #f5f7fa;
}
.jgtx-ul {
    display: flex;
    flex-wrap: wrap;
}
.jgtx-ul li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 50px;
}
.jgtx-ul li img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.jgtx-ul li .jgtx-rig {
    color: #666;
    font-size: 13px;
}
.jgtx-ul li .jgtx-rig h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bg-jsgg {
    background: #f5f7fa;
}
.fzlc-bg {
    background: #fbfcfe url(../images/fzlcbg.png) bottom no-repeat;
    padding-bottom: 150px;
}
@media (max-width: 991px) {
    .ny-tit-text {
        width: 90%;
        font-size: 14px;
    }
    .chanpjs-jt {
        display: none;
    }
    .chanpjs-ul {
        margin-top: 15px;
    }
    .chanpjs-ul li {
        line-height: 20px;
        font-size: 10px;
        margin: 0 15px;
    }
    .chanpjs-ul li img.cptimg {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }
    .chanpjs-ul li img.set-img {
        width: 50px;
        height: 17px;
    }
    .fzlc-bg {
        padding-bottom: 0px;
    }
}
/* 底部 */
.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: 19%;
}
.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;
}

.footer .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .foot-block{width: 100%;padding-right:0px}
    .footer{padding-bottom: 42px;}
}
.fixedBtnBox {
    display: none;
}
.fixedBtnBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 9999;
    padding: 10px 0;
}
.fixedBtnBox li {
    width: 49%;
    float: left;
    border-right: 1px solid #595959;
    text-align: center;
}
.fixedBtnBox li a {
    color: #fff;
    padding-left: 25px;
}
.fixedBtnBox li:nth-child(2) {
    border: none;
}
.fixedBtnBox li:nth-child(1) a {
    background: url(../images/xiaoxi.png) no-repeat left center;
    background-size: contain;
}
.fixedBtnBox li:nth-child(2) a {
    background: url(../images/teladvert.png) no-repeat left center;
    background-size: contain;
}
@media only screen and (max-width: 760px) {
    .fixedBtnBox {
        display: block;
    }
}

.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';
}
.contactView .totop .ticon {
    width: 45px;
    height: 45px;
    margin: 0 auto 8px;
    background: url(../images/ttop.png) no-repeat center center #296ff7;
    background-size: 22px;
    border-radius: 45px;
}

#close {
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: url(../images/right-menu-icons.png) no-repeat -776px -15%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#show {
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 0px;
    height: 40px;
    z-index: 100;
    background: url(../images/icon-list.jpg) no-repeat 0 -762px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#close:hover {
    background: url(../images/right-menu-icons.png) no-repeat -776px -93px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #close {
        display: none;
    }
}
@media only screen and (max-width: 760px) {
    .contactView {
        display: none;
    }
}

/*app案例  */
.post-home-cont {
    display: flex;
    flex-wrap: wrap;
}
.post-home {
    width: 25%;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}
.post-thumbnail1 {
    width: 100%;
}

.i_tuijian {
    display: block;
    text-align: center;
    line-height: 340px;
    font-style: normal;
    display: none;
    position: absolute;
    top: 80px;
    background-image: url(../images/bg_hover1.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 15px;
    right: 18px;
    bottom: 80px;
    text-align: center;
    color: #fff;
}
.post-thumbnail1 .pic:hover .i_tuijian {
    display: block;
}
.dsp-zx {
    display: flex;
    justify-content: center;
}
.dsp-zx a {
    color: #fff;
    padding: 20px 100px;
    font-size: 22px;
    background: #04ce96;
    transition-duration: 0.5s;
}

.marketing_advantage {
    padding: 80px 0;
    background: url(../images/bg4.jpg) center top no-repeat #fbfbfb;
    background-size: cover;
    height: 240px;
    box-sizing: border-box;
}
.marketing_advantage_content {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.marketing_advantage_list {
    position: relative;
    margin: 0 0 15px 15px;
    transition: 0.3s all;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
    box-shadow: 0 1px 18px 0 rgb(196 201 208 / 13%);
}
.marketing_advantage_brief {
    padding: 20px 20px;
    display: flex;
}
.marketing_advantage_brief .brief_title {
    font-size: 16px;
    color: #606060;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.marketing_advantage_brief .brief_title span {
    margin-left: 15px;
}
.marketing_advantage_brief .brief_text {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 1.6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    max-height: 58px;
    text-align: left;
}
.marketing_advantage_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.marketing_advantage_list:hover .brief_text {
    color: #333;
}
.partners {
    padding: 50px 0;
}
.partners_content {
    text-align: center;
}
.partners_content_list {
    display: inline-block;
    margin: 10px 10px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    width: 14.28%;
}
.partners_content_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.join_in {
    padding: 80px 0;

    text-align: center;
    background-size: cover;
}


.marketing_advantage_content .marketing_advantage_list {
    border-radius: 4px;
}
.marketing_advantage_content .marketing_advantage_brief {
    position: relative;
    align-items: center;
}
.marketing_advantage_content .marketing_advantage_brief .vmodel {
    padding-left: 65px;
}
.marketing_advantage_content .marketing_advantage_brief:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.btmmenus a {
    display: block;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.index_solution .btmmenus {
    margin-top: 50px;
}
.join_in .marketing_advantage_content .vmodel {
    text-align: left;
    position: relative;
    z-index: 1000;
}
.join_in .marketing_advantage_content .vmodel01:before {
    background-image: url(../images/flow_icon1.png);
}
.join_in .marketing_advantage_content .vmodel02:before {
    background-image: url(../images/flow_icon5.png);
}
.join_in .marketing_advantage_content .vmodel03:before {
    background-image: url(../images/flow_icon2.png);
}
.join_in .marketing_advantage_content .vmodel04:before {
    background-image: url(../images/flow_icon6.png);
}
.join_in .marketing_advantage_content .vmodel05:before {
    background-image: url(../images/flow_icon3.png);
}
.join_in .marketing_advantage_content .vmodel06:before {
    background-image: url(../images/flow_icon7.png);
}
.join_in .marketing_advantage_content .vmodel07:before {
    background-image: url(../images/flow_icon4.png);
}
.join_in .marketing_advantage_content .vmodel08:before {
    background-image: url(../images/flow_icon8.png);
}
.join_in .marketing_advantage_content .marketing_advantage_list:after {
    content: '01';
    position: absolute;
    right: 10px;
    bottom: -30px;
    color: #ebf6f6;
    font-size: 80px;
    font-weight: bolder;
    font-style: italic;
}
.join_in .marketing_advantage_content .item01:after {
    content: '01';
}
.join_in .marketing_advantage_content .item02:after {
    content: '05';
}
.join_in .marketing_advantage_content .item03:after {
    content: '02';
}
.join_in .marketing_advantage_content .item04:after {
    content: '06';
}
.join_in .marketing_advantage_content .item05:after {
    content: '03';
}
.join_in .marketing_advantage_content .item06:after {
    content: '07';
}
.join_in .marketing_advantage_content .item07:after {
    content: '04';
}
.join_in .marketing_advantage_content .item08:after {
    content: '08';
}
.span3 {
    width: 25%;
}
.in-hz-list {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    border-right: none;
    background: #fff;
    margin-top: 40px;
}
.in-hz-list li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.in-hz-list li img {
    transition-duration: 0.5s;
}
.in-hz-list li:hover img {
    transform: scale(1.2, 1.2);
}
/* 小程序 */

.ensure_con {
    margin-top: 40px;
    position: relative;
    text-align: center;
    display: flex;
}

.ensure_con li {
    flex: 1;
    margin: 0 5px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
}

.ensure_con li:last-child {
    background-image: none;
}

.ensure_con li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #04ce96;
    background-image: url(../images/business1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ensure_con li .title {
    padding: 21px 0;
    font-size: 22px;
    color: #666;
}

.ensure_con li p {
    color: #666;
}

.ensure_con li:nth-child(2) .icon {
    background-image: url(../images/business2.png);
}

.ensure_con li:nth-child(3) .icon {
    background-image: url(../images/business3.png);
}

.ensure_con li:nth-child(4) .icon {
    background-image: url(../images/business4.png);
}

.in-case-list .CbContainer ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.in-case-list .CbContainer ul .img {
    overflow: hidden;
}
.in-case-list .CbContainer ul .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.in-case-list .CbContainer ul li p {
    line-height: 70px;
    font-size: 18px;
    transition-duration: 0.5s;
}

.in-case-list .CbContainer ul li:hover p {
    color: #fff;
    background: #04ce96;
}

@media only screen and (max-width: 760px) {
    .post-home-cont {
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: chained;
        -webkit-transform: translateZ(0);
    }
    .post-home {
        width: 100%;
    }

    .dsp-zx a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .span3 {
        width: 50%;
    }
    .platform_advantage {
        padding: 60px 0;
    }
    .marketing_advantage {
        padding: 60px 0;
    }
    .marketing_advantage_content {
        margin-top: 20px;
    }
    .marketing_advantage_list {
        margin: 0 0 10px 10px;
    }
    .marketing_advantage_brief {
        padding: 0 15px;
        top: 15%;
    }
    .in-hz-list {
        margin-top: 15px;
    }
    .in-hz-list li {
        width: 33.33%;
    }
    .in-hz-list li img {
        width: 100%;
    }
    .join_in {
        padding: 30px 0;
    }
    .ensure_con {
        margin-top: 20px;
    }

    .ensure_con li {
        background-size: 10px;
    }
    .ensure_con li .icon {
        width: 45px;
        height: 45px;
        background-size: 22px;
    }
    .ensure_con li .title {
        padding: 6px 0;
        font-size: 15px;
    }
    .ensure_con li p {
        font-size: 12px;
    }
    .in-case-list .CbContainer ul li {
        width: 50%;
    }
    .in-case-list .CbContainer ul li p {
        line-height: 40px;
        font-size: 15px;
    }
    .contact-box .fl,
    .contact-box .fr {
        width: 100%;
        padding-right: 0px;
    }
    .contact-box {
        padding: 20px;
    }
    .contact-box .fr img {
        width: 100%;
    }
}

@media (max-width: 1919px) {
    .header .logo img,
    .header.on .logo img.logoon {
        /* width: 200px; */
        height: 35px;
    }

    .header .logo {
        margin: 15px 0;
    }

    .ny-header .logo {
        margin: 36px 0;
    }

    .header.on .logo {
        margin: 36px 0;
    }

    .header-search {
        margin-right: 20px;
    }

    .language {
        padding-right: 12px;
        margin-right: 12px;
    }

    .header-phone {
        font-size: 16px;
    }

    .navitem {
        padding: 0px 10px;
    }

    /* .navbar {
        margin-right: -22px;
    } */
}

@media (max-width: 1559px) {
    .intw-swiper {
        padding: 0 60px;
    }

    .intw-swiper .swiper-button-next {
        right: 0;
    }

    .intw-swiper .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 1459px) {
    .index-tit em {
        font-size: 40px;
    }

    .banner-cont h3 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-cont h4 {
        font-size: 36px;
        line-height: 50px;
    }

    .ino-more {
        margin-top: 50px;
    }

    .ind3-txt h3 {
        font-size: 24px;
    }

    .banner-cont h3 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-cont h4 {
        font-size: 36px;
        line-height: 50px;
    }

    .navitem > a {
        font-size: 16px;
    }

    .header-phone {
        font-size: 15px;
    }

    .navitem > a,
    .header.on .navitem > a {
        padding: 35px 4px;
    }

    .navbar {
        /* margin-right: -18px; */
        margin-left: 10px;
    }

    .header .logo {
        margin: 25px 0;
    }

    .header-search {
        margin-right: 10px;
    }

    .banner-cont h3 {
        font-size: 50px;
    }

    .banner-cont h4 {
        font-size: 34px;
    }

    .pc-banner .swiper-button-next {
        right: 15px;
    }

    .pc-banner .swiper-button-prev {
        left: 15px;
    }

    .intw-slide:hover .intw-txt p {
        -webkit-line-clamp: 3;
    }

    .intw-txt {
        height: 182px;
    }

    .intw-slide:hover .intw-txt h3,
    .intw-txt h3 {
        font-size: 22px;
    }

    .in5-li {
        padding: 10px 0 15px;
    }

    /* .bottom1-ewm {
        width: auto;
    } */

    .index-two::before {
        height: 332px;
    }
}

@media (max-width: 1259px) {
    body {
        padding-top: 60px !important;
    }

    .banner-cont h3 {
        font-size: 42px;
        line-height: 60px;
    }

    .banner-cont h4 {
        font-size: 30px;
    }

    .header {
        display: none !important;
    }

    .foot-app,
    .header-app {
        display: block;
    }

    .index-tit em {
        font-size: 34px;
        line-height: 46px;
    }

    .in5-ri {
        padding: 15px 22px;
    }

    .in5-li {
        padding: 10px 0 13px;
    }

    .intw-slide:hover .intw-txt h3,
    .intw-txt h3 {
        font-size: 21px;
    }

    .ino-font1 h3 {
        font-size: 21px;
    }

    .ino-font1.on h3 {
        font-size: 26px;
    }

    .int-ul {
        padding: 60px;
    }

    .footer-contact span {
        font-size: 22px;
        margin-right: 25px;
    }

    .footer-contact input {
        width: 160px;
    }

    .footer-contact input.lastin {
        min-width: 220px;
    }

    .footer-contact button {
        width: 120px;
    }

    .pc-banner .swiper-button-prev,
    .pc-banner .swiper-button-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .pc-banner .swiper-pagination {
        bottom: 40px;
    }

    .banner-more {
        margin-top: 50px;
    }

    .ino-con {
        height: 450px;
    }

    .in5-img {
        height: 225px;
    }

    .in5-img img {
        height: 100%;
    }

    .in5-txt {
        padding: 31px 22px 24px;
    }

    .frd-link {
        margin-top: 25px;
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .kffixed {
        display: block;
    }

    .banner-cont h3 {
        font-size: 36px;
        line-height: 50px;
        margin-top: 15px;
    }

    .banner-cont h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .pc-banner .swiper-button-prev,
    .pc-banner .swiper-button-next {
        display: none;
    }

    .banner-cont {
        padding-top: 0px;
    }

    .index-tit em {
        font-size: 30px;
        line-height: 40px;
    }

    .ino-more {
        margin-top: 30px;
    }

    .ino-con {
        display: none;
    }

    .ino-con.ino-appcon {
        display: block;
    }

    .intw-swiper .swiper-button-next,
    .intw-swiper .swiper-button-prev {
        display: none;
    }

    .intw-swiper {
        padding: 0 0 30px;
    }

    .intw-swiper .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .intw-more {
        margin-top: 30px;
    }

    .int-ul li span {
        font-size: 36px;
    }

    .int-ul {
        padding: 30px 40px;
    }

    .int-bot {
        margin-top: -70px;
    }

    .infiv-ul li {
        width: 50%;
    }

    .infiv-ul li:last-child {
        width: 100%;
        margin-top: 20px;
    }

    .int-top {
        padding: 50px 0 0px;
    }

    .footer-contact span {
        font-size: 20px;
        display: block;
        margin: 0 0 15px;
        text-align: left;
    }

    .footer-contact input {
        float: left;
        width: 22%;
        margin-right: 2%;
    }

    .footer-contact input.lastin {
        min-width: auto;
        width: 35%;
    }

    .footer-contact button {
        width: 15%;
        margin-left: 2%;
    }

    .frd-link {
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .bott-share {
        padding-top: 15px;
    }

    .bottom2 .bottom2-con {
        padding: 16px 0;
    }

    .in5-img {
        height: 200px;
    }

    .in5-a {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .home-padd {
        padding: 30px 0;
    }

    .index-one {
        padding-top: 20px;
    }

    .index-tit em {
        font-size: 23px;
        line-height: 34px;
    }

    .index-dec {
        margin-top: 5px;
    }

    .banner-more {
        margin-top: 25px;
    }

    .banner-more {
        font-size: 15px;
        width: 140px;
        height: 42px;
        line-height: 42px;
    }

    .banner-cont h3 {
        font-size: 28px;
        margin-top: 5px;
        line-height: 40px;
    }

    .banner-cont h4 {
        font-size: 22px;
        margin-top: 10px;
    }

    .banner-cont p {
        margin-top: 10px;
        font-size: 16px;
    }

    .banner-cont {
        padding-top: 0px;
    }

    .intw-slide:hover .intw-txt h3,
    .intw-txt h3 {
        font-size: 17px;
        line-height: 30px;
    }

    .ino-con,
    .intw-con,
    .infou-con,
    .infou-con {
        margin-top: 25px;
    }

    .ino-appfont h3 {
        font-size: 18px;
        margin-top: 0;
    }

    .ino-appfont p em {
        font-size: 14px;
        line-height: 26px;
        display: inline;
    }

    .ino-appdiv {
        padding: 20px 15px 20px;
    }

    .int-p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        padding: 0;
    }

    .int-bot {
        margin-top: 15px;
    }

    .int-ul li {
        width: 50%;
        margin-top: 15px;
    }

    .int-ul {
        padding: 15px 0 30px;
    }

    .int-ul li span {
        font-size: 24px;
        line-height: 30px;
    }

    .int-ul li em {
        font-size: 20px;
        margin-left: 0;
    }
    .about1-img .yjspbf {
        width: 100%;
    }

    .int-ul li em.int-em14 {
        margin-left: 3px;
    }
    .int-ul li p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 0;
    }
    .int-ul li img {
        width: 40px;
        height: 40px;
    }
    .infou-ul li {
        width: 50%;
        margin-top: 12px;
        padding: 0 6px;
    }

    .infou-ul {
        margin: -12px -6px 0;
    }

    .infiv-ul li {
        padding: 0 6px;
        margin-top: 20px;
    }

    .infiv-ul {
        margin: -20px -6px 0;
    }

    .in5-txt h3 {
        font-size: 16px;
    }

    .in5-txt p {
        font-size: 14px;
    }

    .in5-txt em {
        margin-top: 20px;
    }

    .in5-txt {
        padding: 24px 22px 20px;
    }

    .in5-li h3 {
        font-size: 16px;
        margin-top: 2px;
    }

    .footer-contact input {
        width: 49%;
        margin-top: 15px;
    }

    .footer-contact input:nth-child(3) {
        margin-right: 0;
    }

    .footer-contact input.lastin {
        width: 80%;
    }

    .footer-contact button {
        width: 18%;
        margin-top: 15px;
    }

    .footer-contact span {
        margin: 0;
        font-size: 18px;
    }

    .frd-linka a {
        margin: 0 12px;
    }

    .frd-linka {
        margin: 0 -12px;
    }
    .col-li {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .banner-slide img.home-appbanner {
        display: block;
        height: 245px;
    }

    .banner-cont {
        padding: 0 10px;
    }

    .banner-cont h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-cont h4 {
        font-size: 15px;
        margin-top: 5px;
        line-height: 22px;
    }

    .intw-txt {
        height: auto;
    }

    .infiv-ul li {
        width: 100%;
    }

    .banner-cont p {
        display: none;
    }

    .header-app .logo {
        height: 60px;
        padding: 0px 15px;
    }

    .header-app .logo img {
        display: block;
        width: 160px;
        height: 25px;
        margin: 18px 0 17px;
    }

    .bottom-contact h3 span {
        font-size: 24px;
    }

    .bottom1-ewm {
        width: 100%;
    }

    .footer-contact input.lastin,
    .footer-contact input {
        width: 100%;
        margin-right: 0;
    }

    .footer-contact button {
        width: 30%;
        margin-left: 0;
    }

    .footer-contact span {
        text-align: center;
    }
    .about1-img .yjspbf {
        width: 100%;
    }
    #can1 {
        display: none;
    }
    .advantage_ul .advantage_li,
    .advantage_row .advantage_col {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .pc-banner .swiper-pagination {
        bottom: 30px;
    }
}
