@font-face {
    font-family: din;
    src: url(fonts/ARITA_HEITI_SUBFONT.otf) format('OpenType');
}
.guodu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    width: 100%;
    background-color: rgba(40, 47, 66, 0.3);
}
.header .menu {
    float: left;
}
.header .menu .menu-btn {
    padding: 0 32px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    cursor: pointer;
}
.header .menu .menu-btn img {
    display: inline-block;
    vertical-align: middle;
}
.header .menu .menu-btn.mb {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.header .logo {
    float: left;
    margin-left: 8.95vw;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}
.header .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
}
.header .inps {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}
.header .inps .inp {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 1;
    position: relative;
}
.header .inps .inp input[type=text] {
    display: block;
    width: 175px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 30px 0 13px;
    background-color: transparent;
    border-radius: 13px;
    font-size: 13px;
    color: #fff;
}
.header .inps .inp input[type=text]::-webkit-input-placeholder {
    font-size: 12px;
}
.header .inps .inp .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: transparent;
    border: none;
    background-image: url(../images/icon-search1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.header .language {
    float: left;
    padding: 0 34px 0 20px;
    height: 60px;
    line-height: 60px;
}
.header .language span {
    width: 1px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.15);
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.header .language a {
    color: #fff;
    font-size: 14px;
}
.header .shi {
    float: right;
    width: 92px;
}
.header .shi a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ca3935;
}
.menu-nav {
    position: fixed;
    top: 61px;
    left: -300px;
    bottom: 0;
    z-index: 10;
    width: 300px;
    background-color: #282f42;
    padding: 2vh 30px;
}
.menu-nav ul {
    height: 100%;
    overflow: auto;
}
.menu-nav ul::-webkit-scrollbar {
    width: 1px;
    background-color: #eee;
}
.menu-nav ul::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: #ca3935;
}
.menu-nav li .a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.menu-nav li .a:hover {
    color: #ca3935;
}
.menu-nav dd {
    font-size: 0;
    line-height: 36px;
    padding-left: 20px;
}
.menu-nav dd .line,
.menu-nav dd a {
    display: inline-block;
    vertical-align: middle;
}
.menu-nav dd .line {
    width: 0px;
    height: 1px;
    background-color: #ca3935;
}
.menu-nav dd a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.menu-nav dd:hover .line {
    width: 20px;
    margin-right: 12px;
}
.menu-nav dd:hover a {
    color: #ca3935;
}
.inside-header {
    background-color: #282f42;
}
.nav {
    float: left;
    margin-left: 25px;
}
.nav li {
    float: left;
    margin-right: 44px;
}
.nav li .a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    outline: none;
}
.nav li {
    position: relative;
}
.nav li dl {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #282f42;
}
.nav li dl dd {
    padding: 0 20px;
}
.nav li dl dd:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.nav li dl dd a {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    outline: none;
}
.nav li dl dd:hover a {
    color: #fff;
}
.width1420 {
    width: 1420px;
    margin: 0 auto;
}
.linkfix {
    color: #8a8c91;
    font-size: 14px;
    padding-top: 20px;
}
.linkfix .link_title {
    color: #fff;
}
.linkfix a {
    color: #8a8c91;
}
.linkfix .link_info {
    margin: 0 10px;
}
.swiper-banner {
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide .wap {
    display: none;
}
.swiper-banner .swiper-slide .pc {
    display: block;
    width: 100%;
    height: 100vh;
}
.swiper-banner .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 13vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}
.swiper-banner .swiper-slide .txt h3 {
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 17px;
}
.swiper-banner .swiper-slide .txt h4 {
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 42px;
}
.swiper-banner .swiper-slide .txt .line {
    width: 54px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
.swiper-banner .swiper-slide .txt p {
    max-width: 630px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 80px;
}
.swiper-banner .swiper-slide .txt .a a {
    float: left;
    display: block;
    width: 135px;
    height: 48px;
    line-height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 20px;
}
.swiper-banner .swiper-slide .txt .a a:hover,
.swiper-banner .swiper-slide .txt .a a.on {
    border-color: #ca3935;
    background-color: #ca3935;
}
.swiper-banner .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.swiper-banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.index-title {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}
.index-title h6 {
    color: #3b3b3b;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 13px;
}
.index-title p {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}
.index-title .line {
    width: 134px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}
.index-product .index-title {
    padding: 44px 0 51px;
}
.index-product ul {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
    cursor: pointer;
}
.index-product ul li {
    text-align: center;
}
.index-product ul li img {
    display: block;
    height: 46px;
    margin: 0 auto 25px;
}
.index-product ul li .h {
    display: none;
}
.index-product ul li p {
    color: #333;
    font-size: 14px;
    line-height: 1;
}
.index-product ul li span {
    color: #333;
    font-size: 14px;
}
.index-product ul li.active .s {
    display: none;
}
.index-product ul li.active .h {
    display: block;
}
.index-product ul li.active p,
.index-product ul li.active span {
    color: #ca3935;
}
.index-product .content {
    width: 100%;
    background-color: #f5f5f6;
    padding: 60px 0 70px;
}
.index-product .content .a {
    text-align: center;
    font-size: 0;
}
.index-product .content .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 135px;
    height: 44px;
    border: 2px solid #ca3935;
    border-radius: 24px;
    background-color: #fff;
    color: #ca3935;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}
.index-product .content .a a:hover {
    background-color: #ca3935;
    color: #fff;
}
.index-product-imgs .img {
    width: 100%;
    margin-bottom: 42px;
}
.index-product-imgs .img img {
    display: block;
    width: 100%;
}
.swiper-index-product-imgs {
    width: 100%;
}
.index-solution {
    width: 100%;
}
.index-solution .index-title {
    padding: 40px 0 38px;
}
.index-solution .content {
    position: relative;
    width: 100%;
}
.index-solution .content .a {
    position: absolute;
    bottom: 51px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 0;
}
.index-solution .content .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 135px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    color: #ca3935;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}
.index-solution .content .a a:hover {
    background-color: #ca3935;
    border-color: #ca3935;
    color: #fff;
}
.swiper-solution {
    width: 100%;
    height: 650px;
}
.swiper-solution .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-solution .swiper-slide .meng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-solution .swiper-slide .txt {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 17%;
}
.swiper-solution .swiper-slide .txt .icon {
    margin: 0 auto 36px;
}
.swiper-solution .swiper-slide .txt .icon img {
    height: 100%;
    margin: 0 auto;
}
.swiper-solution .swiper-slide .txt .icon .s {
    display: block;
}
.swiper-solution .swiper-slide .txt .icon .h {
    display: none;
}
.swiper-solution .swiper-slide .txt h6 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}
.swiper-solution .swiper-slide .txt p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 64px;
    opacity: 0;
}
.swiper-solution .swiper-slide .txt a {
    display: block;
    opacity: 0;
    width: 98px;
    height: 34px;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 17px;
}
.swiper-solution .swiper-slide:hover .meng {
    background-color: rgba(202, 57, 53, 0.7);
}
.swiper-solution .swiper-slide:hover .txt {
    top: 28%;
}
.swiper-solution .swiper-slide:hover .txt .s {
    display: none;
}
.swiper-solution .swiper-slide:hover .txt .h {
    display: block;
}
.swiper-solution .swiper-slide:hover .txt p,
.swiper-solution .swiper-slide:hover .txt a {
    opacity: 1;
}
.swiper-solution .swiper-button-next:after,
.swiper-solution .swiper-button-prev:after {
    color: #fff;
    font-size: 24px;
}
.index-layout {
    padding: 0 0 76px;
}
.index-layout .index-title {
    padding: 60px 0 98px;
}
.index-layout-map {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.index-layout-map .ditubg {
    display: none;
    width: 100%;
}
.index-layout-map .bg {
    display: block;
    width: 100%;
}
/* .index-layout-map .point {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.index-layout-map .point svg {
    position: absolute;
    top: 0;
    left: 0;
} */
/* .index-layout-map .point.red svg {
    background-color: #ca3935;
}
.index-layout-map .point.blue svg {
    background-color: #103060;
} */
.index-layout-map .point p {
    position: absolute;
    top: -20px;
    left: 10px;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    display: none;
}
.index-layout-map .point.zhongbu p {
    font-size: 16px;
    display: block;
}
.index-layout-map .point:hover p {
    display: block;
}
.index-layout-map .point span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-layout-map .point.red span {
    box-shadow: 0 0 1px #ca3935;
}
.index-layout-map .point.blue span {
    box-shadow: 0 0 1px #103060;
}
.index-layout-map .point:hover span:nth-child(1) {
    animation: scale1 1.5s infinite;
}
.index-layout-map .point:hover span:nth-child(2) {
    animation: scale2 1.5s infinite;
}
.index-layout-map .point:hover span:nth-child(3) {
    animation: scale3 1.5s infinite;
}
.index-layout-map .point:hover span:nth-child(4) {
    animation: scale4 1.5s infinite;
}
.index-layout-map .point.zhongbu span:nth-child(1) {
    animation: scale11 1.5s infinite;
}
.index-layout-map .point.zhongbu span:nth-child(2) {
    animation: scale22 1.5s infinite;
}
.index-layout-map .point.zhongbu span:nth-child(3) {
    animation: scale33 1.5s infinite;
}
.index-layout-map .point.zhongbu span:nth-child(4) {
    animation: scale44 1.5s infinite;
}
@keyframes scale1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes scale1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2);
        /* opacity: 0; */
    }
}
@keyframes scale2 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(4);
        /* opacity:0; */
    }
}
@-webkit-keyframes scale2 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
@keyframes scale3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(6);
        opacity: 0;
    }
}
@-webkit-keyframes scale3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(6);
        opacity: 0;
    }
}
@keyframes scale4 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(10);
        opacity: 0;
    }
}
@-webkit-keyframes scale4 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(10);
        opacity: 0;
    }
}
@keyframes scale11 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
@-webkit-keyframes scale11 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2.5);
        /* opacity: 0; */
    }
}
@keyframes scale22 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(5);
        /* opacity:0; */
    }
}
@-webkit-keyframes scale22 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes scale33 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(7.5);
        opacity: 0;
    }
}
@-webkit-keyframes scale33 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(7.5);
        opacity: 0;
    }
}
@keyframes scale44 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(15);
        opacity: 0;
    }
}
@-webkit-keyframes scale44 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(15);
        opacity: 0;
    }
}
.index-cooperation {
    background-image: url(../images/cooper-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 0 0 115px;
}
.index-cooperation .index-title {
    padding: 112px 0 66px;
}
.index-cooperation .index-title h6,
.index-cooperation .index-title p {
    color: #fff;
}
.index-cooperation .a {
    text-align: center;
    font-size: 0;
    margin-bottom: 67px;
}
.index-cooperation .a a {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 44px;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    margin: 0 16px;
    outline: none;
}
.index-cooperation .a a.on {
    border-color: #ca3935;
    color: #ca3935;
}
.swiper-cooperation {
    display: none;
    width: 1160px;
    height: 471px;
    margin: 0 auto;
    padding: 0 0 143px;
}
.swiper-cooperation .swiper-slide {
    font-size: 0;
}
.swiper-cooperation .swiper-slide .slide {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 18%;
    height: 100px;
    margin-right: 2.5%;
    margin-bottom: 14px;
}
.swiper-cooperation .swiper-slide .slide:nth-child(5n) {
    margin-right: 0;
}
.swiper-cooperation .swiper-slide .slide a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    line-height: 100px;
}
.swiper-cooperation .swiper-slide img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.swiper-cooperation .swiper-pagination {
    bottom: 0;
}
.swiper-cooperation .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    background-color: #fff;
    opacity: 0.2;
    border-radius: 0;
}
.swiper-cooperation .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-box .swiper-cooperation:first-child {
    display: block;
}
.index-news {
    padding: 0 0 67px;
}
.index-news .index-title {
    padding: 91px 0 56px;
}
.index-news .items {
    margin-bottom: 72px;
}
.index-news .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    background-color: #2f374b;
}
.index-news .item:nth-child(3n) {
    margin-right: 0;
}
.index-news .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 39px 16px 26px;
}
.index-news .item .img {
    width: 100%;
    height: 251px;
    background-position: center;
    background-size: cover;
}
.index-news .item .time {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 33px 0 17px;
    font-family: din;
}
.index-news .item h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news .item p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 25px;
}
.index-news .item span {
    color: #fff;
    font-size: 14px;
    width: 94px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.index-news .item:hover span {
    border-color: #ca3935;
    color: #ca3935;
}
.more {
    text-align: center;
    font-size: 0;
}
.more a {
    display: block;
    width: 148px;
    height: 46px;
    margin: 0 auto;
    border: 1px solid #ca3935;
    color: #ca3935;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
}
.more a:hover {
    color: #fff;
    background-color: #ca3935;
}
.index-label {
    width: 100%;
    background-color: #f5f5f6;
    padding: 36px 0;
}
.index-label li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 0;
}
.index-label li:after {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background-color: #c4c4c5;
    position: absolute;
    top: 0;
    right: 0;
}
.index-label li:last-child:after {
    display: none;
}
.index-label li .bo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 53px;
    background-position: left center;
    background-repeat: no-repeat;
}
.index-label li .bo p {
    color: #ca3935;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.index-label li .bo span {
    color: #666;
    font-size: 14px;
    line-height: 1;
}
.footer {
    width: 100%;
    background-color: #252b3a;
    padding: 29px 0;
}
.footer .logo {
    float: left;
    height: 41px;
    margin-bottom: 26px;
}
.footer .logo img {
    display: block;
    height: 100%;
}
.footer .p {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    padding-top: 16px;
}
.footer .p p {
    margin-left: 25px;
    float: right;
}
.footer .form {
    float: left;
    width: 33%;
    height: 200px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 25px 0;
}
.footer .form .inp {
    width: 46%;
    position: relative;
    margin-bottom: 26px;
}
.footer .form .inp label {
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
    font-size: 14px;
}
.footer .form .inp input {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 70px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .form .are {
    width: 100%;
}
.footer .form .btn {
    display: block;
    border: none;
    width: 95px;
    height: 36px;
    border-radius: 18px;
    background-color: #ca3935;
    color: #fff;
    font-size: 15px;
}
.footer .center {
    float: left;
    width: 38.6%;
    margin-left: 6.7%;
}
.footer .f-nav {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 38px;
}
.footer .f-nav:after {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background-color: #ca3935;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.footer .f-nav ul {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer .f-nav li a {
    display: block;
    color: #fff;
    font-weight: bold;
}
.footer .phone {
    width: 100%;
    margin-bottom: 25px;
}
.footer .phone .ph {
    width: 46%;
    font-family: din;
}
.footer .phone .ph p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
.footer .phone .ph span {
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}
.footer .beian p {
    color: #8a8c91;
    font-size: 14px;
    line-height: 24px;
}
.footer .beian p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer .erweima {
    float: right;
    width: 135px;
    background-color: #fff;
    padding: 9px;
}
.footer .erweima img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
}
.footer .erweima p {
    color: #939393;
    font-size: 12px;
    text-align: center;
}
.swiper-inside-banner,
.swiper-duowei-banner {
    width: 100%;
}
.swiper-inside-banner video,
.swiper-duowei-banner video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-inside-banner .swiper-slide .wap,
.swiper-duowei-banner .swiper-slide .wap {
    display: none;
}
.swiper-inside-banner .swiper-slide .pc,
.swiper-duowei-banner .swiper-slide .pc {
    display: block;
    width: 100%;
}
.swiper-duowei-banner .page-duowei {
    left: auto;
    width: auto;
    right: 120px;
    bottom: 60px;
}
.swiper-duowei-banner .swiper-pagination-bullet {
    display: block !important;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    margin: 10px 0 !important;
    opacity: 1;
    border-radius: 0;
    outline: none;
}
.swiper-duowei-banner .swiper-pagination-bullet-active {
    color: #ca3935;
}
.swiper-inside-banner .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.swiper-inside-banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.product-banner {
    width: 100%;
    position: relative;
}
.product-banner .txt {
    width: 1420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}
.product-banner .txt h3 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5.3vh;
}
.product-banner .txt h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3.4vh;
}
.product-banner .txt p {
    max-width: 630px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6.4vh;
}
.product-banner .txt .a a {
    float: left;
    display: block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 20px;
    outline: none;
}
.product-banner .txt .a a:hover,
.product-banner .txt .a a.on {
    border-color: #ca3935;
    background-color: #ca3935;
}
.product-banner .txt .a .at {
    position: relative;
}
.product-banner .txt .a .at:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}
.pro-title {
    text-align: center;
}
.pro-title h4 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.pro-title .line {
    width: 33px;
    height: 3px;
    background-color: #333;
    margin: 0 auto;
}
.product-features .pro-title {
    padding: 92px 0;
}
.product-features .item {
    float: left;
    width: 21%;
    margin-right: 18.5%;
    margin-bottom: 11.8vh;
}
.product-features .item:nth-child(3n) {
    margin-right: 0;
}
.product-features .item img {
    display: block;
    height: 58px;
    margin: 0 auto 32px;
}
.product-features .item h6 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.product-features .item p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    height: 72px;
    overflow: hidden;
}
.product-img {
    width: 100%;
}
.product-img img {
    display: block;
    width: 100%;
}
.product-adds {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0 0 78px;
}
.product-adds .pro-title {
    padding: 96px 0 70px;
}
.swiper-product-adds {
    width: 1670px;
    height: 534px;
    padding: 0 0 66px;
}
.swiper-product-adds .swiper-slide {
    background-color: #0a45b0;
}
.swiper-product-adds .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.swiper-product-adds .swiper-slide .meng {
    width: 100%;
    height: 100%;
    background-color: rgba(200, 22, 29, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}
.swiper-product-adds .swiper-slide .txt {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    z-index: 2;
}
.swiper-product-adds .swiper-slide .txt img {
    display: block;
    height: 58px;
    margin: 0 auto 22px;
}
.swiper-product-adds .swiper-slide .txt h6 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 30px;
    text-align: center;
}
.swiper-product-adds .swiper-slide .txt p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    opacity: 0;
}
.swiper-product-adds .swiper-slide:hover .img,
.swiper-product-adds .swiper-slide:hover .meng {
    opacity: 1;
}
.swiper-product-adds .swiper-slide:hover .txt {
    top: 110px;
}
.swiper-product-adds .swiper-slide:hover .txt p {
    opacity: 1;
}
.swiper-product-adds .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background-color: #e5e5e5;
}
.swiper-product-adds .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.product-scenes {
    width: 100%;
    padding: 0 0 58px;
}
.product-scenes .pro-title {
    padding: 92px 0 50px;
}
.product-scenes .con {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 56px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    opacity: 0;
}
.product-scenes .a {
    opacity: 0;
    text-align: center;
    font-size: 0;
}
.product-scenes .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
    width: 152px;
    height: 50px;
    font-weight: bold;
    border: 2px solid #ca3935;
    border-radius: 25px;
    background-color: #fff;
    color: #ca3935;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.product-scenes .a a:hover,
.product-scenes .a a.on {
    background-color: #ca3935;
    color: #fff;
}
.swiper-product-scenes .swiper-slide {
    width: 941px;
}
.swiper-product-scenes .swiper-slide .slide {
    background-image: url(../images/pro-bg1.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 54px 36px 44px;
    position: relative;
    width: 100%;
    height: 564px;
}
.swiper-product-scenes .swiper-slide .slide h6 {
    color: #ca3935;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    text-align: center;
}
.swiper-product-scenes .swiper-slide .slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-product-scenes .swiper-slide-active .con,
.swiper-product-scenes .swiper-slide-active .a {
    opacity: 1;
}
.product-case {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0 0 39px;
    margin-bottom: 20px;
}
.product-case .pro-title {
    padding: 75px 0;
}
.product-case-box {
    position: relative;
}
.product-case-box .swiper-button-next,
.product-case-box .swiper-button-prev {
    outline: none;
}
.product-case-box .swiper-button-next:after,
.product-case-box .swiper-button-prev:after {
    color: #ca3935;
}
.product-case-box .swiper-button-next {
    right: -60px;
}
.product-case-box .swiper-button-prev {
    left: -60px;
}
.product-case-box .swiper-button-next.swiper-button-disabled,
.product-case-box .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.product-case-box .swiper-button-next.swiper-button-disabled:after,
.product-case-box .swiper-button-prev.swiper-button-disabled:after {
    color: #dadada;
}
.swiper-product-case {
    width: 100%;
    height: 445px;
    padding: 0 0 53px;
}
.swiper-product-case .swiper-slide .img {
    float: right;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-product-case .swiper-slide .txt {
    float: left;
    width: 47%;
    height: 100%;
    overflow: hidden;
}
.swiper-product-case .swiper-slide .txt h6 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 33px 0 0;
}
.swiper-product-case .swiper-slide .txt .con {
    margin-bottom: 50px;
}
.swiper-product-case .swiper-slide .txt p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.swiper-product-case .swiper-slide .txt .p {
    color: #333;
    font-size: 18px;
    line-height: 1;
    padding: 24px 0 13px;
}
.swiper-product-case .swiper-slide .txt a {
    display: block;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    color: #ca3935;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ca3935;
    border-radius: 19px;
}
.swiper-product-case .swiper-slide .txt a:hover {
    color: #fff;
    background-color: #ca3935;
}
.swiper-product-case .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    margin: 0 2px;
    opacity: 1;
    outline: none;
}
.swiper-product-case .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.product-travel {
    width: 100%;
    background: url(../images/pro-bg2.jpg) center / cover no-repeat;
    padding: 30px 0;
    text-align: center;
}
.product-travel .t {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.product-travel .ph {
    color: #d90403;
    font-size: 36px;
    font-weight: bold;
    font-family: din;
    margin-bottom: 16px;
}
.product-travel p {
    color: #252b3a;
    font-size: 30px;
    font-family: '黑体';
    font-weight: bold;
    margin-bottom: 24px;
}
.product-travel .a {
    text-align: center;
    font-size: 0;
}
.product-travel .a a {
    display: inline-block;
    vertical-align: top;
    width: 112px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(81, 82, 86, 0.5);
    margin: 0 13px;
}
.product-travel .a a:hover,
.product-travel .a a.on {
    background-color: #ca3935;
}
.fusion-features {
    padding: 0 0 43px;
}
.fusion-features .pro-title {
    padding: 66px 0 58px;
}
.fusion-features .item {
    float: left;
    width: 32%;
    height: 293px;
    margin-right: 2%;
    border: 2px solid #eee;
    box-shadow: 0 10px 20px rgba(222, 222, 222, 0.3);
    padding: 0 3.7%;
    text-align: center;
    position: relative;
    margin-bottom: 29px;
}
.fusion-features .item:nth-child(3n) {
    margin-right: 0;
}
.fusion-features .item h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 45px 0 0;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fusion-features .item p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.fusion-features .item .icon {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.fusion-features .item .icon .s {
    display: block;
}
.fusion-features .item .icon .h {
    display: none;
}
.fusion-features .item:hover {
    border-color: #ca3935;
}
.fusion-features .item:hover .icon .s {
    display: none;
}
.fusion-features .item:hover .icon .h {
    display: block;
}
.fusion-adds {
    width: 100%;
    background-color: #f8f8f9;
    padding: 0 0 42px;
}
.fusion-adds .pro-title {
    padding: 86px 0 93px;
}
.fusion-adds .item {
    float: left;
    width: 21.4%;
    margin-right: 4.8%;
    margin-bottom: 56px;
    position: relative;
}
.fusion-adds .item:nth-child(4n) {
    margin-right: 0;
}
.fusion-adds .item img {
    display: block;
    height: 56px;
    margin-bottom: 31px;
}
.fusion-adds .item h6 {
    color: #333;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 135px;
}
.fusion-adds .item .txt {
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 1;
    background-color: #f8f8f9;
}
.fusion-adds .item .con {
    width: 100%;
    height: 72px;
    overflow: hidden;
    margin-bottom: 40px;
}
.fusion-adds .item p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
}
.fusion-adds .item .line {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: relative;
}
.fusion-adds .item .line .li {
    width: 0;
    height: 1px;
    background-color: #ca3935;
    position: absolute;
    top: 0;
    left: 0;
}
.fusion-adds .item:hover .con {
    height: auto;
}
.fusion-adds .item:hover .line .li {
    width: 100%;
}
.fusion-income {
    width: 100%;
    background-color: #252c3f;
    padding: 0 0 58px;
}
.fusion-income .pro-title {
    padding: 65px 0 50px;
}
.fusion-income .pro-title h4 {
    color: #fff;
}
.fusion-income .pro-title .line {
    background-color: #fff;
}
.swiper-fusion-income {
    height: 355px;
    padding: 0 0 58px;
}
.swiper-fusion-income .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.05);
}
.swiper-fusion-income .swiper-slide .icon {
    padding: 50px 0 28px;
}
.swiper-fusion-income .swiper-slide .icon img {
    height: 40px;
    margin: 0 auto;
}
.swiper-fusion-income .swiper-slide .icon .s {
    display: block;
}
.swiper-fusion-income .swiper-slide .icon .h {
    display: none;
}
.swiper-fusion-income .swiper-slide h6 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.swiper-fusion-income .swiper-slide p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.swiper-fusion-income .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    margin: 0 5px !important;
}
.swiper-fusion-income .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.fusion-case {
    background-color: #fff;
}
.re-features {
    width: 100%;
    padding: 0 0 64px;
}
.re-features .pro-title {
    padding: 66px 0 62px;
}
.swiper-re-features {
    width: 100%;
    height: 574px;
    padding: 0 0 64px;
}
.swiper-re-features .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-color: #f8f8f9;
    border: 1px solid #f8f8f9;
    padding: 0 10%;
}
.swiper-re-features .swiper-slide img {
    display: block;
    height: 51px;
    padding: 62px 0 35px;
}
.swiper-re-features .swiper-slide h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 17px;
}
.swiper-re-features .swiper-slide p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}
.swiper-re-features .swiper-slide:hover .slide {
    background-color: #fff;
    border-color: #ca3935;
    box-shadow: 0 10px 20px rgba(232, 0, 0, 0.2);
}
.swiper-re-features .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    outline: none;
}
.swiper-re-features .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.re-adds {
    width: 100%;
    background-image: url(../images/pro-bg3.jpg);
    background-position: center;
    background-size: cover;
    padding: 0 0 99px;
}
.re-adds .pro-title {
    padding: 73px 0 49px;
}
.re-adds .pro-title h4 {
    color: #fff;
}
.re-adds .pro-title .line {
    background-color: #fff;
}
.re-adds .item {
    float: left;
    width: 49%;
    height: 160px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-right: 2%;
    padding: 0 3.3%;
}
.re-adds .item:nth-child(2n) {
    margin-right: 0;
}
.re-adds .item .icon {
    padding: 25px 0 15px;
}
.re-adds .item .icon .s {
    display: block;
}
.re-adds .item .icon .h {
    display: none;
}
.re-adds .item h6 {
    color: #333;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 12px;
    font-weight: bold;
}
.re-adds .item p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.re-adds .item:hover {
    border-color: #ca3935;
}
.re-adds .item:hover .icon .s {
    display: none;
}
.re-adds .item:hover .icon .h {
    display: block;
}
.re-adds .item:hover h6 {
    color: #ca3935;
}
.hadoop-features {
    padding: 0 0 36px;
}
.hadoop-features .pro-title {
    padding: 79px 0 54px;
}
.hadoop-features .item {
    float: left;
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 30px;
}
.hadoop-features .item:nth-child(3n) {
    margin-right: 0;
}
.hadoop-features .item .img {
    width: 100%;
    height: 142px;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
}
.hadoop-features .item .img h6 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hadoop-features .item .txt {
    width: 100%;
    height: 120px;
    padding: 25px 5% 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: auto;
}
.hadoop-features .item .txt::-webkit-scrollbar {
    width: 1px;
    background-color: #eee;
}
.hadoop-features .item .txt::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: #999;
}
.hadoop-features .item .txt p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.hadoop-features .item:hover .img h6 {
    color: #ca3935;
}
.hadoop-features .item:hover .txt {
    background-color: #f7f7f7;
    border-color: #ca3935;
}
.hadoop-adds {
    width: 100%;
}
.hadoop-adds .pro-title {
    padding: 57px 0 54px;
}
.swiper-hadoop-adds {
    width: 100%;
    height: 713px;
}
.swiper-hadoop-adds .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-hadoop-adds .swiper-slide .meng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(200, 22, 29, 0.7);
    opacity: 0;
}
.swiper-hadoop-adds .swiper-slide .txt {
    width: 100%;
    position: absolute;
    top: 319px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 13.3%;
    color: #fff;
}
.swiper-hadoop-adds .swiper-slide .txt img {
    display: block;
    height: 52px;
    margin: 0 auto 18px;
}
.swiper-hadoop-adds .swiper-slide .txt h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 30px;
}
.swiper-hadoop-adds .swiper-slide .txt p {
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
}
.swiper-hadoop-adds .swiper-slide:hover .meng {
    opacity: 1;
}
.swiper-hadoop-adds .swiper-slide:hover .txt {
    top: 122px;
}
.swiper-hadoop-adds .swiper-slide:hover .txt p {
    opacity: 1;
}
.miner-features {
    width: 100%;
    padding: 0 0 65px;
}
.miner-features .pro-title {
    padding: 92px 0 103px;
}
.miner-features .item {
    float: left;
    width: 25%;
    position: relative;
    padding: 16px 2.5% 10px;
}
.miner-features .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eee;
}
.miner-features .item .icon {
    margin-bottom: 25px;
}
.miner-features .item .icon img {
    height: 55px;
    margin: 0 auto;
}
.miner-features .item .icon .s {
    display: block;
}
.miner-features .item .icon .h {
    display: none;
}
.miner-features .item h6 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;
}
.miner-features .item p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    margin-bottom: 26px;
    text-align: center;
}
.miner-features .item .line {
    width: 100%;
    height: 1px;
    background-color: transparent;
}
.miner-features .item:hover .icon .s {
    display: none;
}
.miner-features .item:hover .icon .h {
    display: block;
}
.miner-features .item:hover h6 {
    color: #ca3935;
}
.miner-features .item:hover .line {
    background-color: #ca3935;
}
.miner-adds {
    width: 100%;
    padding: 0 0 92px;
}
.miner-adds .pro-title {
    padding: 0 0 69px;
}
.swiper-miner-adds {
    width: 100%;
    height: 698px;
    padding: 0 0 58px;
}
.swiper-miner-adds .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.swiper-miner-adds .swiper-slide .meng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(200, 22, 29, 0.7);
    opacity: 0;
}
.swiper-miner-adds .swiper-slide .txt {
    width: 100%;
    position: absolute;
    top: 261px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 11%;
}
.swiper-miner-adds .swiper-slide .txt img {
    display: block;
    height: 56px;
    margin: 0 auto 24px;
}
.swiper-miner-adds .swiper-slide .txt h6 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.swiper-miner-adds .swiper-slide .txt p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
}
.swiper-miner-adds .swiper-slide:hover .meng {
    opacity: 1;
}
.swiper-miner-adds .swiper-slide:hover .txt {
    top: 166px;
}
.swiper-miner-adds .swiper-slide:hover .txt p {
    opacity: 1;
}
.swiper-miner-adds .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    margin: 0 5px !important;
}
.swiper-miner-adds .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.ue-banner {
    width: 100%;
    position: relative;
}
.ue-banner .txt {
    width: 1420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}
.ue-banner .txt h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5.3vh;
}
.ue-banner .txt h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3.4vh;
    background-image: linear-gradient(to bottom, #ffffff 0%, #cceeff 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #cceeff 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #cceeff 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #cceeff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #cceeff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 10px rgba(25, 178, 255, 0.5);
}
.ue-banner .txt p {
    color: #fff;
    max-width: 630px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6.4vh;
}
.ue-banner .txt .a a {
    float: left;
    display: block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 20px;
    outline: none;
}
.ue-banner .txt .a a:hover,
.ue-banner .txt .a a.on {
    border-color: #ca3935;
    background-color: #ca3935;
}
.ue-banner .txt .a .at {
    position: relative;
}
.ue-banner .txt .a .at:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}
.ue-adds {
    width: 100%;
    height: 964px;
    background-image: url(../images/ue-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% auto;
}
.ue-adds h4 {
    padding: 54px 0 64px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.ue-adds-tab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    width: 280px;
}
.ue-adds-tab li {
    width: 100%;
    height: 112px;
    line-height: 112px;
    cursor: pointer;
    padding-left: 40px;
    color: #306cbf;
    font-size: 24px;
    font-family: '思源黑体';
    font-style: italic;
    position: relative;
}
.ue-adds-tab li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    left: 15px;
    top: 50px;
}
.ue-adds-tab li:hover,
.ue-adds-tab li.on {
    background-image: linear-gradient(to right, #c82421 0%, rgba(200, 36, 33, 0) 100%);
    background-image: -webkit-linear-gradient(left, #c82521 0%, rgba(200, 36, 33, 0) 100%);
    background-image: -moz-linear-gradient(left, #c82521 0%, rgba(200, 36, 33, 0) 100%);
    background-image: -ms-linear-gradient(left, #c82521 0%, rgba(200, 36, 33, 0) 100%);
    background-image: -o-linear-gradient(left, #c82521 0%, rgba(200, 36, 33, 0) 100%);
    color: #fff;
}
.swiper-ue-adds {
    width: 800px;
    height: 550px;
}
.swiper-ue-adds .swiper-slide {
    width: 540px;
    background-color: #fff;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
}
.swiper-ue-adds .swiper-slide-active {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
}
.swiper-ue-adds .swiper-slide .img {
    width: 100%;
    height: 310px;
    background-position: center;
    background-size: cover;
}
.swiper-ue-adds .swiper-slide .txt {
    width: 100%;
    padding: 55px 20% 0;
}
.swiper-ue-adds .swiper-slide .txt h6 {
    font-size: 40px;
    font-family: '思源黑体';
    font-weight: lighter;
    text-align: center;
    margin-bottom: 25px;
    background-image: linear-gradient(to bottom, #4c88ff 0%, #2659bf 100%);
    background-image: -webkit-linear-gradient(top, #4c88ff 0%, #2659bf 100%);
    background-image: -moz-linear-gradient(top, #4c88ff 0%, #2659bf 100%);
    background-image: -ms-linear-gradient(top, #4c88ff 0%, #2659bf 100%);
    background-image: -o-linear-gradient(top, #4c88ff 0%, #2659bf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.swiper-ue-adds .swiper-slide .txt p {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.ue-adds-box .swiper-ue-adds:first-child {
    display: block;
}
.ue-scenes {
    width: 100%;
}
.ue-scenes .tits {
    padding: 32px 0 30px;
    background-color: #252c3f;
}
.ue-scenes .tits .desc {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}
.ue-scenes-ul {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 45px;
    background-color: rgba(255,255,255,.05);
    padding: 25px 0 10px;
}
.ue-scenes-ul li {
    width: 20%;
    text-align: center;
}
.ue-scenes-ul li .num {
    color: #fff;
    font-size: 24px;
    font-family: din;
    margin-bottom: 20px;
}
.ue-scenes-ul li .num span {
    font-size: 48px;
}
.ue-scenes-ul li p {
    color: #fff;
    font-size: 17px;
}
.swiper-ue-scenes {
    width: 100%;
    height: 564px;
    background-color: #000;
}
.swiper-ue-scenes .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-ue-scenes .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.swiper-ue-scenes .swiper-slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.swiper-scenes-thumbs {
    width: 100%;
    height: 68px;
}
.swiper-scenes-thumbs .swiper-slide {
    background-color: rgba(62, 88, 139, 0.75);
    text-align: center;
    line-height: 68px;
    font-size: 0;
    cursor: pointer;
}
.swiper-scenes-thumbs .swiper-slide span,
.swiper-scenes-thumbs .swiper-slide img {
    display: inline-block;
    vertical-align: middle;
}
.swiper-scenes-thumbs .swiper-slide span {
    color: #a3b1cc;
    font-size: 18px;
}
.swiper-scenes-thumbs .swiper-slide img {
    margin-left: 15.9%;
}
.swiper-scenes-thumbs .swiper-slide-thumb-active {
    background-color: #ca3935;
}
.swiper-scenes-thumbs .swiper-slide-thumb-active span {
    color: #fff;
    font-weight: bold;
}
.ue-features {
    padding: 0 0 70px;
}
.ue-features .link {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 40px;
}
.ue-features .link a {
    padding: 0 46px;
    color: #ca3935;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #ca3935;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
}
.ue-features .link a:hover {
    background-color: #ca3935;
    color: #fff;
}
.ue-features h4 {
    color: #333;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 90px;
}
.ue-features-tab {
    width: 100%;
    margin: 0 auto 30px;
}
.ue-features-tab ul {
    text-align: center;
    font-size: 0;
}
.ue-features-tab li {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 8px;
    margin: 0 2.2%;
    cursor: pointer;
}
.ue-features-tab li.on {
    border-bottom: 2px solid #ca3935;
    color: #ca3935;
    font-weight: bold;
}
.ue-features-content {
    margin: 0 auto;
}
.ue-features-content .content {
    display: none;
}
.ue-features-content .content .fx {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 45px;
}
.ue-features-content .content h6 {
    width: 30%;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.ue-features-content .content .desc {
    width: 65%;
    color: #333;
    font-size: 15px;
    line-height: 26px;
}
.ue-features-content .content .img {
    width: 100%;
}
.ue-features-content .content .img img {
    display: block;
    max-width: 100%;
}
.case-banner {
    width: 100%;
    position: relative;
}
.case-banner .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.case-banner .txt h3 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.case-banner .txt p {
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    width: 1000px;
    text-align: center;
    margin: 0 auto 20px;
}
.case-banner .txt .a {
    text-align: center;
    font-size: 0;
}
.case-banner .txt .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 131px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border-radius: 24px;
}
.case-banner .txt .a a:hover,
.case-banner .txt .a a.on {
    background-color: #ca3935;
    border-color: #ca3935;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.case-tab {
    position: relative;
    padding: 0 0 67px;
}
.case-tab .thumbs {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}
.case-tab .swiper-button-next,
.case-tab .swiper-button-prev {
    margin-top: 0;
    top: -45%;
    outline: none;
}
.case-tab .swiper-button-next:after,
.case-tab .swiper-button-prev:after {
    color: #ca3935;
}
.case-tab .swiper-button-next {
    right: -40px;
}
.case-tab .swiper-button-prev {
    left: -40px;
}
.case-tab .swiper-button-next.swiper-button-disabled,
.case-tab .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.case-tab .swiper-button-next.swiper-button-disabled:after,
.case-tab .swiper-button-prev.swiper-button-disabled:after {
    color: #888;
}
.swiper-case-thumbs {
    width: 100%;
    height: 122px;
    padding: 0 0 20px;
}
.swiper-case-thumbs .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(202, 202, 202, 0.3);
    cursor: pointer;
    padding: 22px 0 0;
}
.swiper-case-thumbs .swiper-slide .slide .icon img {
    height: 30px;
    margin: 0 auto 17px;
}
.swiper-case-thumbs .swiper-slide .slide .icon .s {
    display: block;
}
.swiper-case-thumbs .swiper-slide .slide .icon .h {
    display: none;
}
.swiper-case-thumbs .swiper-slide .slide p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.swiper-case-thumbs .swiper-slide.active .slide {
    background-color: #ca3935;
    box-shadow: 0 8px 16px rgba(255, 66, 66, 0.3);
}
.swiper-case-thumbs .swiper-slide.active .slide .icon .s {
    display: none;
}
.swiper-case-thumbs .swiper-slide.active .slide .icon .h {
    display: block;
}
.swiper-case-thumbs .swiper-slide.active .slide p {
    color: #fff;
}
.case-content {
    padding: 0 0 48px;
}
.case-content .tit {
    padding: 48px 0 46px;
}
.case-content .tit h5 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 18px;
}
.case-content .tit .line {
    width: 36px;
    height: 2px;
    background-color: #333;
    margin: 0 auto;
}
.case-content .item {
    float: left;
    width: 32%;
    height: 297px;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 24px;
    border: 1px solid #fff;
    position: relative;
    background-image: url(../images/case-bg2.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.case-content .item:nth-child(3n) {
    margin-right: 0;
}
.case-content .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 8.3% 0;
}
.case-content .item .icon {
    height: 43px;
    margin-bottom: 20px;
}
.case-content .item .icon img {
    height: 100%;
}
.case-content .item .icon .s {
    display: block;
}
.case-content .item .icon .h {
    display: none;
}
.case-content .item h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-content .item p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}
.case-content .item .ic {
    width: 21px;
    height: 11px;
    background-image: url(../images/icon-right2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 8.3%;
    bottom: 19px;
}
.case-content .item:hover {
    border-color: #ca3935;
    background-image: none;
}
.case-content .item:hover .icon .s {
    display: none;
}
.case-content .item:hover .icon .h {
    display: block;
}
.case-content .item:hover h6 {
    color: #ca3935;
}
.case-content .item:hover .ic {
    background-image: url(../images/icon-right2ed.png);
}
.case-detail {
    padding: 40px 0 0;
    position: relative;
}
.case-detail-tab {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(205, 207, 213, 0.3);
}
.case-detail-tab ul {
    width: 100%;
    height: 100%;
    text-align: center;
}
.case-detail-tab li {
    display: inline-block;
    vertical-align: middle;
    width: 13.8%;
    height: 100%;
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.case-detail-tab li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.case-detail-tab li:last-child:after {
    display: none;
}
.case-detail-tab li:before {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.case-detail-tab li.active {
    color: #e80000;
    font-weight: bold;
}
.case-detail-tab li.active:before {
    background-color: #e80000;
}
.case-detail-tabs {
    position: fixed;
    top: 61px;
}
.case-title h4 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
}
.case-title .line {
    width: 33px;
    height: 2px;
    background-color: #666;
    margin: 0 auto;
}
.case-background {
    padding: 0 0 66px;
}
.case-background .case-title {
    padding: 70px 0 52px;
}
.case-background .img {
    float: left;
    width: 58%;
    border: 1px solid #e5e5e5;
}
.case-background .img img {
    display: block;
    width: 100%;
}
.case-background .img .txt {
    width: 100%;
    padding: 30px;
}
.case-background .img .txt p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.case-background .text {
    float: right;
    width: 38%;
}
.case-background .text h6 {
    padding: 18px 0 34px;
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.case-background .text .con {
    width: 100%;
    margin-bottom: 50px;
}
.case-background .text p {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}
.case-background .text .a a {
    float: left;
    display: block;
    width: 131px;
    height: 44px;
    border: 2px solid #eee;
    border-radius: 24px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-right: 22px;
}
.case-background .text .a a:hover,
.case-background .text .a a.on {
    border-color: #ca3935;
    background-color: #ca3935;
    color: #fff;
}
.case-challenge {
    padding: 0 0 48px;
    background-color: #f6f8f9;
    background-image: url(../images/case-bg3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.case-challenge .case-title {
    padding: 61px 0 49px;
}
.swiper-case-challenge {
    padding: 0 0 65px;
}
.swiper-case-challenge .swiper-slide {
    text-align: center;
}
.swiper-case-challenge .swiper-slide .cir {
    width: 135px;
    height: 135px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin: 0 auto 56px;
    background-color: #fff;
    font-size: 0;
    text-align: center;
    line-height: 135px;
}
.swiper-case-challenge .swiper-slide .cir img {
    display: inline-block;
    vertical-align: middle;
    height: 58px;
}
.swiper-case-challenge .swiper-slide .cir .h {
    display: none;
}
.swiper-case-challenge .swiper-slide h6 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}
.swiper-case-challenge .swiper-slide .con {
    width: 252px;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.swiper-case-challenge .swiper-slide .btn-cha {
    display: inline-block;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.swiper-case-challenge .swiper-slide .btn-cha span,
.swiper-case-challenge .swiper-slide .btn-cha img {
    display: inline-block;
    vertical-align: middle;
}
.swiper-case-challenge .swiper-slide .btn-cha span {
    color: #e80000;
    font-size: 13px;
}
.swiper-case-challenge .swiper-slide .btn-cha img {
    margin-left: 5px;
}
.swiper-case-challenge .swiper-slide .btn-cha.on img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.swiper-case-challenge .swiper-slide:hover .cir {
    background-color: #ca3935;
}
.swiper-case-challenge .swiper-slide:hover .cir .s {
    display: none;
}
.swiper-case-challenge .swiper-slide:hover .cir .h {
    display: inline-block;
}
.swiper-case-challenge .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #666;
    opacity: 1;
}
.swiper-case-challenge .swiper-pagination-bullet-active {
    background-color: #d90403;
}
.case-solve {
    padding: 0 0 44px;
}
.case-solve .case-title {
    padding: 60px 0 56px;
}
.case-solve .items {
    width: 100%;
    padding: 0 0 80px;
}
.case-solve .item {
    width: 100%;
    height: 280px;
}
.case-solve .item .img,
.case-solve .item .txt {
    width: 47.5%;
    height: 100%;
}
.case-solve .item:nth-child(odd) .img {
    float: left;
}
.case-solve .item:nth-child(odd) .txt {
    float: right;
}
.case-solve .item:nth-child(even) .img {
    float: right;
}
.case-solve .item:nth-child(even) .txt {
    float: left;
}
.case-solve .item .img {
    background-position: center;
    background-size: cover;
}
.case-solve .item .amp-img {
    display: none;
}
.case-solve .item .txt h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 60px 0 0;
    margin-bottom: 22px;
    white-space: nowrap;
}
.case-solve .item .txt .con {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.case-solve .mf {
    display: block;
    width: 208px;
    height: 52px;
    border-radius: 27px;
    margin: 0 auto;
    border: 1px solid #ca3935;
    color: #ca3935;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}
.case-solve .mf:hover {
    background-color: #ca3935;
    color: #fff;
    box-shadow: 0 5px 20px rgba(232, 0, 0, 0.3);
}
.case-planning {
    width: 100%;
    background-color: #f6f8f9;
    border-bottom: 2px solid #e5e5e5;
}
.case-planning .case-title {
    padding: 68px 0 44px;
}
.case-planning .case-title .line {
    margin-bottom: 18px;
}
.case-planning .case-title p {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.case-planning .content {
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.case-planning .content .img {
    width: 100%;
}
.case-planning .content .img img {
    display: block;
    width: 100%;
}
.case-planning .content .btn-fangda {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ca3935;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.case-planning .content .btn-fangda img {
    display: inline-block;
    vertical-align: middle;
}
.case-vlaue {
    padding: 0 0 79px;
}
.case-vlaue .case-title {
    padding: 68px 0 57px;
}
.case-vlaue .items {
    width: 100%;
}
.case-vlaue .item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.case-vlaue .item .tit {
    width: 100%;
    padding: 29px 0 15px 32px;
    background-color: #f6f8f9;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    position: relative;
    cursor: pointer;
}
.case-vlaue .item .tit .bar {
    position: absolute;
    top: 35px;
    right: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ca3935;
    border-radius: 50%;
}
.case-vlaue .item .tit .bar span {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.case-vlaue .item .tit .bar .s {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
}
.case-vlaue .item .tit .icon {
    float: left;
    width: 53px;
    height: 53px;
    margin-right: 25px;
}
.case-vlaue .item .tit .icon img {
    height: 100%;
}
.case-vlaue .item .tit .icon .s {
    display: block;
}
.case-vlaue .item .tit .icon .h {
    display: none;
}
.case-vlaue .item .tit .txt {
    float: left;
    width: 85%;
}
.case-vlaue .item .tit .txt h6 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.case-vlaue .item .tit .txt p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-vlaue .item .cont {
    display: none;
    width: 100%;
    padding: 25px 30px;
    border: 2px solid #e5e5e5;
    border-top: none;
    background-color: #fff;
}
.case-vlaue .item .cont p {
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.case-vlaue .item-active .tit {
    border-color: #ca3935;
    background-color: #ca3935;
}
.case-vlaue .item-active .tit .bar {
    background-color: #fff;
}
.case-vlaue .item-active .tit .bar span {
    background-color: #ca3935;
}
.case-vlaue .item-active .tit .bar .s {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}
.case-vlaue .item-active .tit .icon .s {
    display: none;
}
.case-vlaue .item-active .tit .icon .h {
    display: block;
}
.case-vlaue .item-active .tit .txt h6,
.case-vlaue .item-active .tit .txt p {
    color: #fff;
}
.case-success {
    width: 100%;
    background-color: #f6f8f9;
    background-image: url(../images/case-bg4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 0 44px;
}
.case-success .case-title {
    padding: 68px 0 53px;
}
.swiper-case-success {
    padding: 0 0 54px;
    height: 387px;
}
.swiper-case-success .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #888;
    opacity: 1;
}
.swiper-case-success .swiper-pagination-bullet-active {
    background-color: #d90403;
}
.swiper-case-success .swiper-slide {
    background-color: #ededed;
}
.swiper-case-success .swiper-slide h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 68px 0 25px;
    text-align: center;
}
.swiper-case-success .swiper-slide p {
    width: 400px;
    margin: 0 auto 32px;
    color: #666;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    text-align: center;
    overflow: hidden;
}
.swiper-case-success .swiper-slide a {
    display: block;
    width: 104px;
    height: 36px;
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 20px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.swiper-case-success .swiper-slide:hover a {
    background-color: #ca3935;
    color: #fff;
    border-color: #ca3935;
    box-shadow: 0 0 20px rgba(255, 167, 167, 0.43);
}
.case-related {
    padding: 0 0 86px;
}
.case-related .case-title {
    padding: 58px 0 43px;
}
.case-related ul {
    font-size: 0;
    text-align: center;
    padding: 0 0 38px;
}
.case-related ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    padding: 0 18px;
    height: 38px;
    border: 2px solid #eee;
    color: #666;
    font-size: 14px;
    line-height: 38px;
    border-radius: 21px;
    cursor: pointer;
}
.case-related ul li.on {
    color: #fff;
    background-color: #ca3935;
    border-color: #ca3935;
}
.case-related-items {
    width: 100%;
}
.case-related-items .item {
    display: none;
    width: 100%;
}
.case-related-items .item img {
    max-width: 100%;
}
.solution {
    width: 100%;
    padding: 38px 1.67vw 0;
}
.solution .fix {
    width: 100%;
}
.solution .more {
    padding: 40px 0 20px;
    font-size: 0;
    text-align: center;
}
.solution .more a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
    border-width: 2px;
    font-weight: bold;
    border-radius: 24px;
}
.solution-tab {
    float: left;
    width: 18.75vw;
    padding: 0 0 45px;
    background-color: #fff;
}
.solution-tab dl {
    width: 100%;
}
.solution-tab dt,
.solution-tab dd {
    width: 100%;
}
.solution-tab dt {
    height: 100px;
    background-color: #ca3935;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 100px;
    padding-left: 10%;
}
.solution-tab dd {
    padding: 0 10%;
    background-color: #fff;
}
.solution-tab dd .bo {
    width: 100%;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    position: relative;
    font-size: 0;
}
.solution-tab dd .bo img,
.solution-tab dd .bo span {
    display: inline-block;
    vertical-align: middle;
}
.solution-tab dd .bo img {
    width: 40px;
}
.solution-tab dd .bo span {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}
.solution-tab dd .bo .line {
    width: 44px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background-color: #ca3935;
}
.solution-tab dd.active .bo .line {
    width: 100%;
}
.solution-items {
    float: right;
    width: 75.7vw;
    background-color: #fff;
    padding: 32px 2.2vw 8px;
}
.solution-items .item {
    float: left;
    width: 22.8vw;
    height: 218px;
    background-color: #fff;
    border: 2px solid #eee;
    margin-right: 1.1vw;
    margin-bottom: 24px;
}
.solution-items .item:nth-child(3n) {
    margin-right: 0;
}
.solution-items .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 5.7% 0;
}
.solution-items .item .cir {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    float: left;
    line-height: 76px;
    font-size: 0;
    text-align: center;
}
.solution-items .item .cir img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.solution-items .item .txt {
    float: right;
    width: 74%;
    height: 100%;
    position: relative;
}
.solution-items .item .txt h6 {
    padding: 5px 0 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solution-items .item .txt p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.solution-items .item .txt .de {
    width: 86px;
    height: 32px;
    border-radius: 18px;
    border: 2px solid #eee;
    color: #666;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 26px;
}
.solution-items .item:hover {
    box-shadow: 0 0 20px rgba(160, 160, 160, 0.3);
}
.solution-items .item:hover .txt .de {
    border-color: #ca3935;
    background-color: #ca3935;
    color: #fff;
}
.solution-intro {
    padding: 0 0 73px;
}
.solution-intro .case-title {
    padding: 76px 0 52px;
}
.solution-intro .img {
    float: left;
    width: 48%;
}
.solution-intro .img img {
    display: block;
    width: 100%;
}
.solution-intro .text {
    float: right;
    width: 47.5%;
}
.solution-intro .text h6 {
    padding: 79px 0 30px;
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.solution-intro .text .con {
    width: 100%;
    margin-bottom: 50px;
}
.solution-intro .text p {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}
.solution-challenge {
    width: 100%;
    background-color: #f6f8f9;
    padding: 0 0 63px;
}
.solution-challenge .case-title {
    padding: 64px 0 48px;
}
.solution-challenge .item {
    width: 100%;
}
.solution-challenge .item .tit {
    width: 100%;
    padding: 30px;
    background-color: #f6f8f9;
    border: 1px solid #e5e5e5;
}
.solution-challenge .item .tit .icon {
    float: left;
    width: 53px;
    height: 53px;
    margin-right: 25px;
}
.solution-challenge .item .tit .icon img {
    height: 100%;
}
.solution-challenge .item .tit .icon .s {
    display: block;
}
.solution-challenge .item .tit .icon .h {
    display: none;
}
.solution-challenge .item .tit .txt {
    float: right;
    width: 92%;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
}
.solution-challenge .item:hover .tit {
    border-color: #ca3935;
    background-color: #ca3935;
}
.solution-challenge .item:hover .tit .icon .s {
    display: none;
}
.solution-challenge .item:hover .tit .icon .h {
    display: block;
}
.solution-challenge .item:hover .tit .txt {
    color: #fff;
}
.solution-solve {
    padding: 0 0 79px;
}
.solution-solve .case-title {
    padding: 67px 0 63px;
}
.solution-solve-box {
    float: left;
    width: 50%;
    height: 386px;
}
.swiper-solution-solve {
    width: 100%;
    height: 100%;
    display: none;
}
.swiper-solution-solve .swiper-slide .slide {
    width: 100%;
    height: 100%;
}
.swiper-solution-solve .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-solution-solve .swiper-slide .img img {
    display: none;
}
.swiper-solution-solve .swiper-pagination-bullet {
    opacity: 1;
    background-color: #888;
}
.swiper-solution-solve .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.solution-solve .items {
    float: right;
    width: 48%;
    height: 386px;
    overflow: auto;
    padding-right: 24px;
}
.solution-solve .items::-webkit-scrollbar {
    width: 2px;
    background-color: #eee;
}
.solution-solve .items::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #e80000;
}
.solution-solve .item {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #eee;
}
.solution-solve .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
}
.solution-solve .item h6 {
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}
.solution-solve .item .con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.solution-solve .item:hover,
.solution-solve .item.active {
    border-color: #e80000;
}
.solution-solve .item:hover p,
.solution-solve .item.active p {
    color: #e80000;
}
.solution-income {
    width: 100%;
    background-color: #f6f8f9;
    padding: 0 0 55px;
}
.solution-income .case-title {
    padding: 67px 0 62px;
}
.swiper-solution-income {
    height: 420px;
    padding: 40px 0 60px;
}
.swiper-solution-income .swiper-slide .slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 80px 20px 0;
}
.swiper-solution-income .swiper-slide .cir {
    width: 113px;
    height: 113px;
    border: 2px solid #eee;
    background-color: #fff;
    text-align: center;
    line-height: 109px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.swiper-solution-income .swiper-slide .cir img {
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}
.swiper-solution-income .swiper-slide .cir .s {
    display: inline-block;
}
.swiper-solution-income .swiper-slide .cir .h {
    display: none;
}
.swiper-solution-income .swiper-slide .con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.swiper-solution-income .swiper-slide:hover .slide {
    border-color: #ca3935;
}
.swiper-solution-income .swiper-slide:hover .cir {
    border-color: #ca3935;
}
.swiper-solution-income .swiper-slide:hover .cir .s {
    display: none;
}
.swiper-solution-income .swiper-slide:hover .cir .h {
    display: inline-block;
}
.swiper-solution-income .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cacaca;
}
.swiper-solution-income .swiper-pagination-bullet-active {
    background-color: #e80000;
}
.solution-related {
    padding: 0 0 87px;
}
.solution-related .case-title {
    padding: 58px 0 43px;
}
.swiper-solution-related {
    padding: 0 0 25px;
}
.swiper-solution-related .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cacaca;
}
.swiper-solution-related .swiper-pagination-bullet-active {
    background-color: #e80000;
}
.swiper-solution-related .swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-solution-related .swiper-slide p {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service-banner {
    width: 100%;
    position: relative;
}
.service-banner .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.service-banner .txt h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.service-banner .txt p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 35px;
}
.service-banner .txt .a {
    text-align: center;
    font-size: 0;
}
.service-banner .txt .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 131px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border-radius: 24px;
}
.service-banner .txt .a a:hover,
.service-banner .txt .a a.on {
    background-color: #ca3935;
    border-color: #ca3935;
}
.service-link {
    padding: 60px 0 0;
}
.service-link ul {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.service-link li {
    width: 24.6%;
    height: 162px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.service-link li .bo {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.service-link li .b {
    text-align: center;
}
.service-link li .icon {
    margin-bottom: 18px;
}
.service-link li .icon img {
    height: 32px;
    margin: 0 auto;
}
.service-link li .icon .s {
    display: block;
}
.service-link li .icon .h {
    display: none;
}
.service-link li h6 {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
}
.service-link li p {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-family: din;
}
.service-link li .btn-weixin {
    cursor: pointer;
    width: 62px;
    height: 20px;
    border: 1px solid #ca3935;
    color: #e80000;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}
.service-link li .pop-weixin {
    display: none;
    padding: 15px;
}
.service-link li .pop-weixin img {
    display: block;
    width: 100%;
}
.service-link li .pop-weixin p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.service-link li:hover {
    border-color: #ca3935;
    background-color: #fff;
}
.service-link li:hover .icon .s {
    display: none;
}
.service-link li:hover .icon .h {
    display: block;
}
.service-link li:hover h6,
.service-link li:hover p {
    color: #ca3935;
}
.service-support {
    padding: 70px 0;
}
.service-support h4 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.service-support .cont {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 74px;
    text-align: center;
}
.service-support li {
    float: left;
    width: 25%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.service-support li:after {
    content: "";
    display: block;
    width: 1px;
    height: 118px;
    background-color: #eaeaea;
    position: absolute;
    top: 78px;
    right: 0px;
}
.service-support li:nth-child(4n):after {
    display: none;
}
.service-support li .icon {
    margin-bottom: 38px;
}
.service-support li .icon img {
    height: 81px;
    margin: 0 auto;
}
.service-support li .icon .s {
    display: block;
}
.service-support li .icon .h {
    display: none;
}
.service-support li h6 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.service-support li .con {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}
.service-support li:hover h6 {
    color: #ca3935;
}
.service-zhan {
    width: 100%;
    height: 410px;
}
.service-zhan .item {
    float: left;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.service-zhan .item .meng {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.service-zhan .item .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.service-zhan .item .txt .p {
    color: #fff;
    text-align: center;
}
.service-zhan .item .txt .p h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.service-zhan .item .txt .p p {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.service-zhan .item:hover .meng {
    background-color: rgba(0, 0, 0, 0.8);
}
.service-hang {
    padding: 0 0 86px;
}
.service-hang .tit {
    padding: 78px 0 64px;
    text-align: center;
    color: #333;
}
.service-hang .tit p {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.service-hang .tit h6 {
    font-size: 28px;
    font-weight: bold;
}
.service-hang ul {
    width: 100%;
}
.service-hang li {
    float: left;
    width: 31.8%;
    margin-bottom: 20px;
    margin-right: 2.3%;
    text-align: center;
}
.service-hang li:nth-child(3n) {
    margin-right: 0;
}
.service-hang li .img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 35px;
}
.service-hang li p {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.service-liuyan {
    width: 100%;
    padding: 60px 0 47px;
    background-color: #f8f8f8;
}
.service-liuyan .left,
.service-liuyan .right {
    width: 47%;
}
.service-liuyan .left {
    float: left;
}
.service-liuyan .right {
    float: right;
}
.service-liuyan p {
    color: #666;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-liuyan .layui-input {
    display: block;
    height: 44px;
    margin-bottom: 20px;
}
.service-liuyan .layui-form-select dl {
    padding: 0;
}
.service-liuyan .layui-form-select .layui-edge {
    border-top-color: #ca3935;
}
.service-liuyan .layui-textarea {
    display: block;
    height: 148px;
    margin-bottom: 40px;
}
.service-liuyan .layui-btn {
    width: 100%;
    display: block;
    height: 44px;
    font-size: 15px;
}
.upload-tab {
    font-size: 0;
    text-align: center;
    padding: 59px 0 0;
}
.upload-tab li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 0 48px;
    height: 68px;
    border-radius: 36px;
    border: 2px solid #eee;
    color: #666;
    font-size: 18px;
    line-height: 68px;
    cursor: pointer;
}
.upload-tab li.on {
    border-color: #ca3935;
    background-color: #ca3935;
    color: #fff;
    box-shadow: 0 0 20px #ffc9c9;
}
.upload .tit {
    padding: 53px 0 20px;
    text-align: center;
}
.upload .tit h6 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}
.upload .tit .line {
    width: 23px;
    height: 2px;
    background-color: #333;
    margin: 0 auto;
}
.upload .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.upload .item p {
    float: left;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    width: 80%;
}
.upload .item a {
    float: right;
    display: block;
    width: 101px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
    background-color: #ca3935;
}
.upload .item a span,
.upload .item a img {
    display: inline-block;
    vertical-align: middle;
}
.upload .item a span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.upload .item a img {
    margin-left: 5px;
}
.upload .up {
    padding: 54px 0;
}
.upload .up a {
    display: block;
    width: 182px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #ca3935;
    border-radius: 23px;
    box-shadow: 0 0 15px #ffd6d6;
    margin: 0 auto;
    font-size: 0;
}
.upload .up a span,
.upload .up a img {
    display: inline-block;
    vertical-align: middle;
}
.upload .up a span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.upload .up a img {
    margin-right: 19px;
}
.download-form {
    display: none;
    width: 100%;
    padding: 30px 20px;
}
.download-form h6 {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}
.download-form .label {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0 5px;
}
.download-form .bo {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.download-form input[type=text] {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 2px;
}
.download-form input[type=text]:focus {
    border-color: #ca3935;
}
.download-form .yan[type=text] {
    width: 65%;
}
.download-form .ma {
    display: block;
    width: 32%;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #ca3935;
    background-color: #fff;
    color: #ca3935;
}
.download-form .btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 42px;
    background-color: #ca3935;
    color: #fff;
    font-size: 16px;
    border: none;
}
.download-form .btn:hover {
    opacity: 0.8;
}
.download-form .bz {
    color: #888;
    font-size: 13px;
    line-height: 1;
}
.download-form .bz strong {
    color: #ca3935;
    margin-right: 5px;
}
.about-banner {
    width: 100%;
    position: relative;
}
.about-banner .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.about-banner .txt h3 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.about-banner .txt p {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
}
.about-banner .txt .d {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 15px 0 0;
}
.about-banner .a {
    text-align: center;
    font-size: 0;
    padding: 36px 0 0;
}
.about-banner .a a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 131px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border-radius: 24px;
}
.about-banner .a a:hover,
.about-banner .a a.on {
    background-color: #ca3935;
    border-color: #ca3935;
}
.about-tab {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(205, 207, 213, 0.3);
}
.about-tab ul {
    width: 100%;
    height: 100%;
    text-align: center;
}
.about-tab li {
    display: inline-block;
    vertical-align: middle;
    width: 13.8%;
    height: 100%;
    position: relative;
}
.about-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    color: #555;
    font-size: 16px;
    text-align: center;
}
.about-tab li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.about-tab li:last-child:after {
    display: none;
}
.about-tab li:before {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.about-tab li.active a {
    color: #e80000;
    font-weight: bold;
}
.about-tab li.active:before {
    background-color: #e80000;
}
.intro-content {
    width: 100%;
}
.intro-content .img {
    padding: 38px 0 40px;
}
.intro-content .img img {
    display: block;
    height: 67px;
    margin: 0 auto;
}
.intro-content .con {
    width: 100%;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 26px;
}
.intro-culture {
    width: 100%;
    padding: 0 0 70px;
}
.intro-culture .tit {
    padding: 67px 0 48px;
    text-align: center;
}
.intro-culture .tit h6 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.intro-culture .tit .line {
    width: 28px;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 auto;
}
.intro-culture ul {
    width: 100%;
}
.intro-culture li {
    float: left;
    width: 33.33%;
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}
.intro-culture li .bo {
    display: inline-block;
    vertical-align: top;
}
.intro-culture li img {
    display: block;
    float: left;
    margin-right: 10px;
}
.intro-culture li .txt {
    float: left;
    text-align: left;
}
.intro-culture li .txt h6 {
    color: #ca3935;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0 15px;
}
.intro-culture li .txt .con {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.intro-video {
    width: 100%;
    height: 528px;
    position: relative;
    margin-bottom: 106px;
}
.intro-video video {
    display: block;
    width: 100%;
    height: 100%;
}
.intro-video .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.histosy .tit {
    padding: 75px 0 50px;
    text-align: center;
}
.histosy .tit h6 {
    color: #3b3b3b;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.histosy .tit .line {
    width: 28px;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 auto;
}
.histosy-content {
    width: 100%;
    position: relative;
    height: 650px;
    background-image: url(../images/bian-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.histosy-content .linew {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}
.histosy-lunbo {
    position: relative;
    background-color: #fff;
}
.histosy-lunbo .swiper-button-next,
.histosy-lunbo .swiper-button-prev {
    margin-top: 0;
    outline: none;
    top: 70px;
    width: 38px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 0;
    background-color: #efefef;
}
.histosy-lunbo .swiper-button-next:after,
.histosy-lunbo .swiper-button-prev:after {
    display: none;
}
.histosy-lunbo .swiper-button-next img,
.histosy-lunbo .swiper-button-prev img {
    vertical-align: middle;
}
.histosy-lunbo .swiper-button-next .s,
.histosy-lunbo .swiper-button-prev .s {
    display: inline-block;
}
.histosy-lunbo .swiper-button-next .h,
.histosy-lunbo .swiper-button-prev .h {
    display: none;
}
.histosy-lunbo .swiper-button-next:hover,
.histosy-lunbo .swiper-button-prev:hover {
    background-color: #ca3935;
}
.histosy-lunbo .swiper-button-next:hover .s,
.histosy-lunbo .swiper-button-prev:hover .s {
    display: none;
}
.histosy-lunbo .swiper-button-next:hover .h,
.histosy-lunbo .swiper-button-prev:hover .h {
    display: inline-block;
}
.swiper-histosy {
    width: 100%;
    height: 552px;
    padding: 30px 0 62px;
    background-image: url(../images/map-bg.png);
    background-position: center;
    background-size: cover;
}
.swiper-histosy .swiper-slide {
    padding: 0 45px;
}
.swiper-histosy .swiper-slide .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 1;
}
.swiper-histosy .swiper-slide .slide {
    width: 100%;
    height: 100%;
}
.swiper-histosy .swiper-slide h6 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 40px 0 40px;
}
.swiper-histosy .swiper-slide .cir {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ca3935;
    font-size: 0;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    z-index: 2;
}
.swiper-histosy .swiper-slide .cir span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.swiper-histosy .swiper-slide .con {
    width: 100%;
    padding: 0 20px;
    color: #333;
    font-size: 15px;
    line-height: 26px;
}
.swiper-histosy .swiper-slide-active .slide {
    background-color: #ca3935;
}
.swiper-histosy .swiper-slide-active h6 {
    color: #fff;
}
.swiper-histosy .swiper-slide-active .cir {
    background-color: #fff;
}
.swiper-histosy .swiper-slide-active .cir span {
    background-color: #ca3935;
}
.swiper-histosy .swiper-slide-active .con {
    color: #fff;
}
.honor .tit {
    padding: 66px 0 83px;
    text-align: center;
}
.honor .tit h6 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}
.honor .tit .line {
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background-color: #e0e0e0;
}
.honor-tab {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.honor-tab .prev-next {
    float: right;
    position: relative;
}
.honor-tab .prev-next .swiper-button-next,
.honor-tab .prev-next .swiper-button-prev {
    outline: none;
    width: 47px;
    height: 28px;
    background-color: #f5f5f6;
    top: 14px;
}
.honor-tab .prev-next .swiper-button-next:after,
.honor-tab .prev-next .swiper-button-prev:after {
    font-size: 14px;
    color: #cdcdcd;
}
.honor-tab .prev-next .swiper-button-next:hover,
.honor-tab .prev-next .swiper-button-prev:hover {
    background-color: #ca3935;
    color: #fff;
}
.honor-tab .prev-next .swiper-button-next {
    right: 0;
}
.honor-tab .prev-next .swiper-button-prev {
    left: auto;
    right: 55px;
}
.swiper-honor-thumbs {
    float: left;
    width: 700px;
    height: 79px;
    padding: 0 0 37px;
}
.swiper-honor-thumbs .swiper-slide {
    cursor: pointer;
}
.swiper-honor-thumbs .swiper-slide:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.swiper-honor-thumbs .swiper-slide .slide {
    width: 100%;
    height: 100%;
    line-height: 42px;
    color: #555;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f6;
}
.swiper-honor-thumbs .swiper-slide-thumb-active:after {
    opacity: 1;
}
.swiper-honor-thumbs .swiper-slide-thumb-active .slide {
    background-color: #ca3935;
    color: #fff;
}
.swiper-honor {
    padding: 50px 0 100px;
}
.swiper-honor .swiper-slide .txt {
    float: left;
    color: #7f7f7f;
    font-size: 15px;
    line-height: 42px;
}
.swiper-honor .swiper-slide .txt p {
    position: relative;
    padding-left: 20px;
}
.swiper-honor .swiper-slide .txt p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #e80000;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
.swiper-honor .swiper-slide .txt p:hover {
    color: #e80000;
}
.swiper-honor-img {
    float: right;
    width: 38%;
    height: 390px;
    border: 2px solid #eeeeee;
}
.swiper-honor-img .swiper-slide {
    height: 100% !important;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.swiper-honor-img .swiper-slide img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.brand {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    height: 81px;
}
.brand .br {
    float: left;
    padding-left: 29px;
    line-height: 81px;
    background-image: url(../images/icon-br.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
}
.brand .br a,
.brand .br span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-left: 12px;
    background-image: url(../images/icon-br2.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #888;
    font-size: 14px;
}
.brand .br a:hover,
.brand .br span:hover {
    opacity: 0.8;
}
.brand .news-nav {
    float: right;
}
.news-nav li {
    float: left;
    margin-left: 27px;
}
.news-nav li a {
    display: block;
    line-height: 81px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.news-nav li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.news-nav li.on a {
    color: #d90403;
}
.news-nav li.on a:after {
    background-color: #ca3935;
}
.news-list {
    width: 100%;
}
.news-list .items {
    width: 100%;
}
.news-list .item {
    width: 100%;
    height: 100%;
    position: relative;
}
.news-list .item:nth-child(odd) {
    background-color: #fff;
}
.news-list .item:nth-child(even) {
    background-color: #f8f8f8;
}
.news-list .item a {
    display: block;
    height: 100%;
    padding: 25px 15px;
}
.news-list .item .img {
    float: left;
    width: 17.8%;
    height: 135px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
}
.news-list .item .txt {
    float: right;
    width: 79%;
}
.news-list .item .txt h6 {
    width: 100%;
    padding: 6px 0 0;
    margin-bottom: 18px;
    line-height: 18px;
}
.news-list .item .txt h6 p {
    float: left;
    max-width: calc(100% - 80px);
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list .item .txt h6 img {
    margin-left: 10px;
}
.news-list .item .txt .con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
}
.news-list .item .txt .d {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 1;
}
.news-list .item .txt .d span {
    margin-right: 25px;
}
.news-list .item:hover {
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
    z-index: 1;
}
.news-list .item:hover .txt h6 p {
    color: #ca3935;
}
.page {
    text-align: center;
    font-size: 0;
    padding: 43px 0;
}
.page a,
.page strong,
.page span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f7fa;
    margin: 0 3px;
    border-radius: 2px;
    color: #838383;
    font-size: 14px;
}
.page strong {
    background-color: #ca3935;
    color: #fff;
}
.news-detail {
    /*margin: 45px 0 30px;*/
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 0 35px;
}
.news-detail .tit {
    padding: 37px 0 16px;
    border-bottom: 1px solid #eee;
}
.news-detail .tit h6 {
    color: #252525;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 12px;
}
.news-detail .bark {
    float: left;
    color: #8f8f8f;
    font-size: 13px;
    line-height: 1;
}
.news-detail .bark span {
    margin-right: 25px;
}
.news-detail .content {
    padding: 30px 0;
}
.news-detail .content p {
    color: #333;
    font-size: 15px;
    line-height: 2;
}
.news-detail .content img {
    max-width: 100%;
}
.news-detail .prev-next {
    border-top: 1px solid #eee;
    padding: 17px 0 25px;
    position: relative;
}
.news-detail .prev-next .a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-detail .prev-next .a:hover {
    color: #ca3935;
}
.news-detail .prev-next .prev {
    float: left;
    text-align: left;
}
.news-detail .prev-next .next {
    float: right;
    text-align: right;
}
.news-detail .prev-next .back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.space-between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.detail-left {
    width: 70%;
}
.news-res {
    width: 27%;
    padding: 45px 0 0;
}
.tui-news {
    width: 100%;
    padding-bottom: 45px;
}
.tui-news .tit {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.tui-news .link {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.tui-news .link a {
    display: block;
    padding: 0 15px;
    border: 1px solid #ca3935;
    border-radius: 5px;
    line-height: 28px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #ca3935;
    font-size: 14px;
}
.re-title {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.re-title h4 {
    padding-left: 12px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    background: url(../img1/icon-rh.png) left center no-repeat;
}
.re-title a {
    color: #b5b5b5;
    font-size: 14px;
}
.swiper-re-pro {
    width: 100%;
    box-shadow: 0 20px 20px rgba(201, 201, 201, 0.3);
    border-radius: 12px;
    margin-bottom: 28px;
}
.swiper-re-pro .swiper-slide .img {
    display: block;
    width: 100%;
    height: 146px;
    object-fit: cover;
}
.swiper-re-pro .swiper-slide h6 {
    color: #333;
    font-size: 13px;
    line-height: 42px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-re-pro .pag-re-pro {
    width: initial;
    left: initial;
    right: 20px;
}
.swiper-re-pro .swiper-pagination-bullet {
    margin: 0 2px !important;
    background-color: #f4e3e3;
    opacity: 1;
}
.swiper-re-pro .swiper-pagination-bullet-active {
    background-color: #ca3935;
}
.rec-news {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(201, 201, 201, 0.3);
    padding: 10px 18px 30px;
    margin-bottom: 28px;
}
.rec-news .item {
    display: block;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: 38px;
    border-bottom: 1px dashed #eee;
    position: relative;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rec-news .item:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ca3935;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.rec-news .item:hover {
    color: #ca3935;
}
.rec-adv {
    width: 100%;
    margin-bottom: 40px;
}
.rec-adv img {
    display: block;
    width: 100%;
}
.bshare-custom {
    float: right;
}
.bshare-custom a {
    outline: none;
}
.bshare-custom a:hover {
    opacity: 1 !important;
}
.bshare-custom .bshare-qzone {
    background: url(../images/icon-qzone.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-qzone:hover {
    background: url(../images/icon-qzoneed.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-sinaminiblog {
    background: url(../images/icon-weibo.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-sinaminiblog:hover {
    background: url(../images/icon-weiboed.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-weixin {
    background: url(../images/icon-weixin.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-weixin:hover {
    background: url(../images/icon-weixined.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-qqim {
    background: url(../images/icon-qq.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-qqim:hover {
    background: url(../images/icon-qqed.png) no-repeat 0 0 !important;
}
.job {
    padding: 55px 27px;
}
.job .item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.job .item:nth-child(2n) {
    margin-right: 0;
}
.job .item .img {
    width: 100%;
    height: 390px;
    background-position: center;
    background-size: cover;
}
.job .item .t {
    padding: 30px 0 15px;
    line-height: 28px;
}
.job .item .t .line,
.job .item .t p {
    display: inline-block;
    vertical-align: middle;
}
.job .item .t .line {
    width: 0px;
    height: 2px;
    background-color: #d90403;
}
.job .item .t p {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.job .item .con {
    color: #888;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 25px;
}
.job .item .btn-job {
    width: 104px;
    height: 36px;
    border-radius: 18px;
    background-color: #d6d6d6;
    line-height: 36px;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}
.job .item .btn-job span,
.job .item .btn-job img {
    display: inline-block;
    vertical-align: middle;
}
.job .item .btn-job span {
    color: #fff;
    font-size: 12px;
}
.job .item .btn-job img {
    margin-left: 8px;
}
.job .item .child {
    display: none;
    padding: 73px 39px 93px;
    background-image: url(../images/hr.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.job .item .child h6 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: bold;
}
.job .item .child .line {
    width: 28px;
    height: 2px;
    background-color: #eee;
}
.job .item .child p {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 40px 0 16px;
}
.job .item .child .c {
    color: #d90403;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-decoration: underline;
}
.job .item:hover .t .line {
    width: 30px;
    margin-right: 15px;
}
.job .item:hover .t p {
    color: #d90403;
}
.job .item:hover .btn-job {
    background-color: #ca3935;
}
.layer-job {
    overflow: hidden;
    border-radius: 15px !important;
}
.try-apply {
    border: 1px solid #eee;
    margin: 73px auto 56px;
    padding: 40px 2.5vw 25px;
}
.try-apply .txt {
    float: left;
    width: 44%;
}
.try-apply .txt .con {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 18px;
}
.try-apply .txt .img {
    width: 100%;
    height: 236px;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.try-apply .txt .de h6 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.try-apply .txt .de p {
    width: 100%;
    padding-left: 34px;
    background-image: url(../images/icon-gou.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.try-apply .txt .de p span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}
.try-apply .form {
    float: right;
    width: 46%;
}
.try-apply .form h6 {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
}
.try-apply .form .label {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.try-apply .form .bo {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.try-apply .form input[type=text] {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 16px;
    padding: 0 15px;
}
.try-apply .form input[type=text]:focus {
    border-color: #ca3935;
}
.try-apply .form .yan[type=text] {
    width: 65%;
}
.try-apply .form .ma {
    display: block;
    width: 32%;
    height: 50px;
    border: 1px solid #ca3935;
    background-color: #fff;
    color: #ca3935;
}
.try-apply .form .btn {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    background-color: #ca3935;
    color: #fff;
    font-size: 16px;
    border: none;
}
.try-apply .form .btn:hover {
    opacity: 0.8;
}
.try-apply .form .bz {
    color: #888;
    font-size: 16px;
    line-height: 1;
}
.try-apply .form .bz strong {
    color: #ca3935;
    margin-right: 5px;
}
.demo-title {
    text-align: center;
    padding: 80px 0 50px;
}
.demo-title h6 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.demo-title .line {
    width: 23px;
    height: 2px;
    margin: 0 auto;
    background-color: #333;
}
.demo-items .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 34px;
}
.demo-items .item:nth-child(3n) {
    margin-right: 0;
}
.demo-items .item .img {
    width: 100%;
    height: 226px;
    line-height: 226px;
    text-align: center;
    background-position: center;
    background-size: cover;
    margin-bottom: 22px;
    font-size: 0;
}
.demo-items .item .img img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}
.demo-items .item p {
    color: #666;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.demo-items .item:hover p {
    color: #ca3935;
}
.demo .up {
    padding: 26px 0 56px;
}
.demo .up a {
    display: block;
    width: 210px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #ca3935;
    border-radius: 23px;
    box-shadow: 0 0 15px #ffd6d6;
    margin: 0 auto;
    font-size: 0;
}
.demo .up a span,
.demo .up a img {
    display: inline-block;
    vertical-align: middle;
}
.demo .up a span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.demo .up a img {
    margin-right: 9px;
}
.demo-bg {
    background-color: #f8f8f8;
}
.demo-tab {
    text-align: center;
    font-size: 0;
    padding: 0 0 40px;
}
.demo-tab a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: 151px;
    height: 44px;
    border: 2px solid #eee;
    border-radius: 24px;
    color: #666;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
}
.demo-tab a.on {
    border-color: #ca3935;
    background-color: #ca3935;
    color: #fff;
}
.demo-detail .content video {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
}
.registered-success {
    margin-top: 142px;
    margin-bottom: 80px;
    border: 2px solid #eee;
    padding: 93px 0 127px;
    text-align: center;
}
.registered-success img {
    display: block;
    height: 75px;
    margin: 0 auto 45px;
}
.registered-success .g {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}
.registered-success .g span {
    color: #d90403;
}
.registered-success .s {
    color: #333;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}
.registered-success .line {
    width: 440px;
    height: 1px;
    background-color: #eee;
    margin: 0 auto 30px;
}
.registered-success p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 23px;
}
.registered-success .ph {
    color: #d90403;
    font-size: 48px;
    line-height: 1;
    font-family: din;
}
.lian {
    position: relative;
}
.lian ul {
    width: 100%;
    height: 162px;
    position: absolute;
    top: -162px;
    left: 0;
    right: 0;
    z-index: 1;
}
.lian li {
    float: left;
    width: 25%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.lian li:after {
    content: "";
    display: block;
    width: 1px;
    height: 47.5%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
}
.lian li:last-child:after {
    display: none;
}
.lian li .bos {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.lian li .ditu {
    background-image: url(../images/icon-ditu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 92%;
}
.lian li .img {
    height: 95%;
}
.lian li .icon {
    height: 30px;
    margin: 0 auto 10px;
}
.lian li .icon .s {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.lian li .icon .h {
    display: none;
    height: 100%;
    margin: 0 auto;
}
.lian li p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.lian li p a {
    color: #fff;
}
.lian li:hover {
    background-color: #ca3935;
}
.lian li:hover .icon .s {
    display: none;
}
.lian li:hover .icon .h {
    display: block;
}
.lian .address {
    width: 108px;
    height: 625px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 50px 0;
}
.lian .address .swiper-button-next,
.lian .address .swiper-button-prev {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    outline: none;
    margin: 0 auto;
}
.lian .address .swiper-button-next:after,
.lian .address .swiper-button-prev:after {
    font-size: 14px;
    color: #ca3935;
    font-weight: bold;
}
.lian .address .swiper-button-prev {
    top: 0;
    bottom: auto;
}
.lian .address .swiper-button-next {
    bottom: 0;
    top: auto;
}
.lian .address .swiper-button-next.swiper-button-disabled,
.lian .address .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.lian .address .swiper-button-next.swiper-button-disabled:after,
.lian .address .swiper-button-prev.swiper-button-disabled:after {
    color: #a2a2a2;
}
.swiper-address {
    width: 100%;
    height: 100%;
}
.swiper-address .swiper-slide {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}
.swiper-address .swiper-slide p {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.swiper-address .swiper-slide img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    opacity: 0;
}
.swiper-address .swiper-slide.active img {
    opacity: 1;
}
.map {
    width: 100%;
    height: 625px;
    position: relative;
}
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
    height: 31px;
    width: 28px;
}
.my-map .icon-cir-red {
    background-position: -11px -5px;
}
.my-map .amap-info {
    width: 470px;
}
.my-map .amap-info div {
    width: 100%;
}
.my-map .amap-info .amap-info-sharp {
    width: 30px;
}
.my-map .amap-info-content {
    padding: 20px 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.my-map .amap-info-content h5 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Microsoft Yahei';
    margin-bottom: 10px;
}
.my-map .amap-info-content p {
    color: #2c2b2b;
    font-size: 14px;
    line-height: 24px;
}
.amap-container {
    height: 100%;
}
.tabar {
    position: fixed;
    bottom: 120px;
    right: 35px;
    z-index: 400;
    width: 60px;
}
.tabar ul {
    width: 100%;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.13);
    margin-bottom: 22px;
}
.tabar ul li {
    width: 100%;
    cursor: pointer;
    position: relative;
}
.tabar ul li:after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    margin: 0 auto;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tabar ul li a {
    width: 100%;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
}
.tabar ul li a p {
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}
.tabar ul li:first-child a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.tabar ul li:last-child:after {
    display: none;
}
.tabar ul li .icon {
    width: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
}
.tabar ul li .icon img {
    vertical-align: middle;
    height: .4rem;
}
.tabar ul li .icon .s {
    display: inline-block;
}
.tabar ul li .icon .h {
    display: none;
}
.tabar ul li .child {
    display: none;
    position: absolute;
    right: 65px;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
}
.tabar ul li:hover a {
    background-color: #ca3935;
}
.tabar ul li:hover a p {
    color: #fff;
}
.tabar ul li:hover .icon .s {
    display: none;
}
.tabar ul li:hover .icon .h {
    display: inline-block;
}
.tabar #Top {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    cursor: pointer;
}
.tabar #Top .icon {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}
.tabar #Top .icon img {
    vertical-align: middle;
}
.tabar #Top .icon .s {
    display: inline-block;
}
.tabar #Top .icon .h {
    display: none;
}
.tabar #Top:hover .icon {
    background-color: #ca3935;
}
.tabar #Top:hover .icon .s {
    display: none;
}
.tabar #Top:hover .icon .h {
    display: inline-block;
}
.tabar .weixin-child {
    width: 144px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
}
.tabar .weixin-child img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.tabar .weixin-child p {
    color: #333;
    font-size: 12px;
}
.tabar .phone-child {
    background-color: #fff;
}
.tabar .phone-child .lis {
    width: 100%;
    padding: 6px 17px;
}
.tabar .phone-child .li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.tabar .phone-child .li:last-child {
    border-bottom: none;
}
.tabar .phone-child .li p {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}
.tabar .phone-child .li .num {
    color: #ca3935;
    font-size: 28px;
    font-weight: bold;
    font-family: din;
    white-space: nowrap;
}
.tabar .phone-child .day {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    color: #888;
    font-size: 14px;
    padding: 0 17px;
}
.service-detail {
    margin: 100px auto 50px;
}
.search-head {
    width: 100%;
    padding: 100px 0 60px;
    background-image: url(../images/j29.jpg);
    background-position: center;
    background-size: cover;
}
.search-head .inp {
    width: 800px;
    height: 48px;
    margin: 0 auto;
}
.search-head .inp input[type=text] {
    display: block;
    float: left;
    width: 80%;
    height: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid transparent;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
}
.search-head .inp input[type=text]:focus {
    border-color: #ca3935;
}
.search-head .inp .btn {
    display: block;
    float: right;
    width: 20%;
    height: 100%;
    border: none;
    background-color: #ca3935;
    color: #fff;
    font-size: 16px;
}
.search-tab {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.search-tab li {
    float: left;
    padding: 0 15px;
    position: relative;
}
.search-tab li:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.search-tab li:last-child:after {
    display: none;
}
.search-tab li a {
    display: block;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.search-tab li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.search-tab li.on a:after {
    background-color: #ca3935;
}
.search-items .item {
    border-bottom: 1px dashed #eee;
}
.search-items .item a {
    display: block;
    padding: 25px 0;
}
.search-items .item h6 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.search-items .item .con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.search-items .item .lai {
    color: #888;
    font-size: 13px;
}
.search-items .item .lai span {
    color: #555;
}
.duowei-intro {
    width: 100%;
    /* padding: 0 0 78px; */
}
.duowei-intro .tit {
    padding: 90px 0 70px;
    text-align: center;
}
.duowei-intro .tit h6 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.duowei-intro .content {
    width: 100%;
    position: relative;
}
.duowei-intro .content p img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}
.duowei-intro .content .img {
    float: right;
    width: 55%;
    height: 600px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
}
.duowei-intro .content .txt {
    width: 716px;
    height: 363px;
    background-image: url(../images/duowei-bg.png);
    background-position: center;
    background-size: cover;
    background-color: #fff;
    box-shadow: 0 20px 35px rgba(26, 31, 44, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 110px;
    padding: 0 75px;
}
.duowei-intro .content .txt h6 {
    color: #ca3935;
    font-size: 36px;
    line-height: 1;
    padding: 55px 0;
}
.duowei-intro .content .txt .con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.duowei-intro .content .txt a {
    display: block;
    width: 152px;
    height: 52px;
    border: 1px solid #ca3935;
    color: #ca3935;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    border-radius: 27px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.duowei-intro .content .txt a:hover {
    background-color: #ca3935;
    color: #fff;
}
.swiper-duowei-txt .swiper-slide {
    text-align: center;
    padding: 30px 0 45px;
}
.swiper-duowei-txt .swiper-slide p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.duowei-features {
    background-color: #f5f5f6;
}
.company {
    padding-top: 50px;
}
.me-title {
    text-align: center;
    margin-bottom: 25px;
}
.me-title h3 {
    color: #333;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
.me-title .line {
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background-color: #ca3935;
}
.me-title.white h3 {
    color: #fff;
}
.me-title.white .line {
    background-color: #fff;
}
.me-intro {
    padding: 66px 0 32px;
}
.me-intro .desc {
    color: #333;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 30px;
}
.me-intro .link {
    display: block;
    margin: 0 auto 30px;
    width: 194px;
    height: 44px;
    border: 2px solid #ca3935;
    border-radius: 22px;
    color: #ca3935;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
}
.me-intro .img {
    width: 100%;
}
.me-intro .img img {
    display: block;
    max-width: 100%;
}
.fun-tab {
    /*width: 886px;*/
    width: 1200px;
    margin: 0 auto 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.fun-tab li {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    /*padding: 0 26px;*/
    padding: 0 5px;
    /*margin: 0 5px;*/
     margin: 0 1px;
    position: relative;
    cursor: pointer;
}
.fun-tab li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.me-fun {
    padding: 74px 0 78px;
    background: url(../img1/bg1.jpg) center / cover;
}
.me-fun .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.me-fun .img {
    width: 50%;
}
.me-fun .img img {
    display: block;
    width: 100%;
    border-radius: 30px;
}
.me-fun .text {
    width: 46%;
}
.me-fun .text h6 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.me-fun .text .desc {
    padding-bottom: 25px;
}
.me-fun .text .desc p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 40px;
    background-image: url(../img1/gou.png);
    background-position: left 5px;
    background-repeat: no-repeat;
}
.me-fun .text .a {
    display: flex;
    display: -webkit-flex;
}
.me-fun .text .a a {
    padding: 0 46px;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 12px;
}
.me-fun .text .a a:hover {
    background-color: #ca3935;
    border-color: #ca3935;
}
.fun-list {
    width: 100%;
}
.fun-list .list {
    display: none;
}
.me-you {
    padding: 86px 0 80px;
    background: url(../img1/bg2.jpg) center / cover;
}
.me-you .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 62px;
}
.me-you .img {
    width: 47%;
}
.me-you .img img {
    display: block;
    width: 100%;
}
.me-you .lis {
    width: 24%;
}
.me-you .lis.left {
    text-align: right;
}
.me-you .lis.left h6 {
    padding-right: 40px;
    background-position: right center;
}
.me-you .lis.right {
    text-align: left;
}
.me-you .lis.right h6 {
    padding-left: 40px;
    background-position: left center;
}
.me-you .lis .li {
    margin-bottom: 28px;
}
.me-you .lis .li h6 {
    color: #333;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 8px;
    background-image: url(../img1/icon-tit.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.me-you .lis .li p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.me-you-ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 52px;
}
.me-you-ul li {
    width: 15.8%;
    background-color: rgba(255,255,255,.05);
    padding: 30px 10px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.me-you-ul li img {
    display: block;
    height: 95px;
    margin: 0 auto 25px;
}
.me-you-ul li h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.me-you-ul li p {
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}
.me-you-ul li:hover {
    border-image: linear-gradient(transparent, #ca3935) 1 1;
    border-image: -webkit-linear-gradient(transparent, #ca3935) 1 1;
}
.me-you-ul li:hover h6 {
    color: #ca3935;
}
.me-you .a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.me-you .a a {
    padding: 0 46px;
    color: #ca3935;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #ca3935;
    background-color: #fff;
    margin: 0 8px;
}
.me-you .a a:hover {
    background-color: #ca3935;
    color: #fff;
}
@media screen and (max-width: 1740px) {
    .solution-items .item {
        width: 22vw;
    }
    .swiper-product-adds {
        width: 100%;
    }
}
@media screen and (max-width: 1600px) {
    .solution-items .item {
        height: 180px;
    }
    .solution-items .item .cir {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .solution-items .item .txt p {
        font-size: 14px;
    }
    .solution-items .item .txt .de {
        bottom: 15px;
    }
    .solution-tab dd .bo span {
        font-size: 20px;
    }
    .solution-tab dd .bo {
        height: 80px;
        line-height: 80px;
    }
}
@media screen and (max-width: 1500px) {
    .width1420 {
        width: 1200px;
    }
    .product-banner .txt,
    .ue-banner .txt {
        width: 1200px;
    }
    .swiper-product-case .swiper-slide .txt h6 {
        font-size: 22px;
        padding: 0;
    }
    .index-layout-map {
        width: 1200px;
    }
    .product-banner .txt h3 {
        margin-bottom: 2vh;
    }
    .product-banner .txt h4,
    .case-banner .txt h3 {
        font-size: 48px;
    }
    .swiper-product-scenes .swiper-slide {
        width: 850px;
    }
    .swiper-product-scenes .swiper-slide .slide {
        height: 540px;
    }
    .case-banner .txt p,
    .service-banner .txt p {
        font-size: 20px;
    }
    .about-banner .txt .d {
        font-size: 16px;
    }
}
.amp-img,
.amp-img1 {
    display: none;
    min-width: 100%;
}
.me-detail {
    width: 100%;
}
.me-detail img {
    max-width: 100% !important;
}
.tabar-hide {
    display: none;
}
@media screen and (max-width: 1400px) {
    .nav li {
        margin-right: 20px;
    }
    .me-fun .text .desc p {
        font-size: 14px;
        line-height: 20px;
    }
    .me-fun .text .a a,
    .me-you .a a,
    .ue-features .link a {
        padding: 0 20px;
        line-height: 32px;
        height: 32px;
        border-radius: 18px;
    }
    .me-you .lis .li h6 {
        font-size: 15px;
    }
}
@media screen and (max-width: 1440px) {
    .swiper-banner .swiper-slide .txt h3 {
        font-size: 36px;
    }
    .swiper-banner .swiper-slide .txt h4 {
        font-size: 20px;
    }
    .swiper-banner .swiper-slide .txt p {
        font-size: 14px;
        line-height: 2;
        max-width: 500px;
    }
    .index-product .index-title {
        padding: 20px 0 10px;
    }
    .index-title h6 {
        font-size: 28px;
    }
    .index-title p {
        font-size: 18px;
    }
    .index-product ul {
        margin-bottom: 10px;
    }
    .index-product ul li img {
        height: 30px;
        margin-bottom: 10px;
    }
    .index-product .content {
        padding: 20px 0 30px;
    }
    .index-product-imgs .img {
        margin-bottom: 10px;
    }
    .swiper-solution {
        height: 560px;
    }
    .index-cooperation {
        padding: 0 0 35px;
    }
    .index-cooperation .index-title {
        padding: 40px 0 20px;
    }
    .index-cooperation .a {
        margin-bottom: 25px;
    }
    .swiper-cooperation {
        height: 391px;
        padding: 0 0 63px;
    }
    .index-news .item .img {
        height: 180px;
    }
}
@media screen and (max-width: 1320px) {
    .nav li {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1279px) {
    .width1420 {
        width: 960px;
    }
    .product-banner .txt,
    .ue-banner .txt {
        width: 90%;
    }
    .swiper-banner .swiper-slide .txt h3 {
        font-size: 36px;
    }
    .swiper-banner .swiper-slide .txt h4 {
        font-size: 28px;
    }
    .swiper-banner .swiper-slide .txt p {
        width: 100%;
        font-size: 14px;
    }
    .index-title h6 {
        font-size: 24px;
    }
    .index-title p {
        font-size: 16px;
    }
    .index-product ul li img {
        height: 30px;
    }
    .index-product ul li span {
        font-size: 12px;
    }
    .index-layout-map {
        width: 960px;
    }
    .index-cooperation .index-title {
        padding: 60px 0 20px;
    }
    .index-cooperation .a {
        margin-bottom: 30px;
    }
    .swiper-cooperation {
        width: 960px;
    }
    .index-news .item a {
        padding: 20px 10px;
    }
    .index-news .item .img {
        height: 170px;
    }
    .index-news .item .time {
        font-size: 20px;
    }
    .index-news .item h6 {
        font-size: 16px;
    }
    .index-news .item p {
        font-size: 13px;
    }
    .footer .logo {
        height: 24px;
    }
    .footer .p {
        margin-left: 10px;
        padding-top: 5px;
        font-size: 14px;
    }
    .footer .form {
        padding: 20px 5px 0;
    }
    .footer .center {
        margin-left: 2%;
    }
    .footer .f-nav {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .footer .phone .ph span {
        font-size: 16px;
    }
    .footer .beian p {
        font-size: 12px;
    }
    .product-banner .txt h4,
    .case-banner .txt h3 {
        font-size: 36px;
    }
    .product-banner .txt h3 {
        font-size: 22px;
    }
    .product-banner .txt p {
        font-size: 14px;
        line-height: 1.8;
    }
    .swiper-product-scenes .swiper-slide {
        width: 750px;
    }
    .swiper-product-scenes .swiper-slide .slide {
        height: 470px;
    }
    .swiper-product-case .swiper-slide .txt p {
        font-size: 13px;
        line-height: 1.5;
    }
    .swiper-product-case {
        height: 400px;
    }
    .hadoop-features .item .txt {
        padding: 10px 0 0;
    }
    .swiper-hadoop-adds .swiper-slide .txt p {
        font-size: 13px;
        line-height: 2;
    }
    .fusion-features .item p {
        font-size: 13px;
    }
    .fusion-adds .item {
        width: 32%;
        margin-right: 2%;
    }
    .fusion-adds .item:nth-child(4n) {
        margin-right: 2%;
    }
    .fusion-adds .item:nth-child(3n) {
        margin-right: 0;
    }
    .miner-features .item {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .swiper-fusion-income {
        height: 390px;
    }
    .ue-adds-tab {
        position: initial;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        width: 960px;
        margin: 0 auto 30px;
    }
    .ue-adds-tab li {
        float: left;
        width: 25%;
    }
    .swiper-ue-scenes {
        height: 660px;
    }
    .swiper-scenes-thumbs .swiper-slide span {
        font-size: 16px;
    }
    .ue-features-tab li {
        font-size: 16px;
    }
    .width1200 {
        width: 960px;
    }
    .case-content .tit h5 {
        font-size: 24px;
    }
    .solution-items .item {
        width: 33vw;
        margin-right: 2vw;
    }
    .solution-items .item:nth-child(3n) {
        margin-right: 2vw;
    }
    .solution-items .item:nth-child(2n) {
        margin-right: 0;
    }
    .solution-items .item .txt h6 {
        font-size: 18px;
    }
    .solution-tab dd .bo {
        height: 60px;
        line-height: 60px;
    }
    .solution-tab dd .bo img {
        width: 25px;
    }
    .solution-intro .text h6 {
        padding: 40px 0 15px;
    }
    .solution-challenge .item .tit .txt {
        width: 90%;
    }
    .solution-challenge .item .tit .txt {
        font-size: 14px;
        line-height: 2;
        padding: 0;
    }
    .case-title h4 {
        font-size: 24px;
    }
    .solution-solve .img,
    .solution-solve .items {
        height: 316px;
    }
    .solution-solve .item {
        margin-bottom: 10px;
    }
    .solution-solve .item a {
        padding: 10px 15px;
    }
    .swiper-solution-income .swiper-slide .cir {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .swiper-solution-income .swiper-slide .slide {
        padding: 70px 15px 0;
    }
    .upload-tab li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 21px;
        padding: 0 20px;
    }
    .service-banner .txt h3 {
        font-size: 36px;
    }
    .case-banner .txt p,
    .service-banner .txt p {
        font-size: 16px;
    }
    .service-support li {
        width: 25%;
    }
    .service-support li .con {
        font-size: 13px;
        line-height: 1.5;
    }
    .service-zhan {
        height: 280px;
    }
    .service-hang .tit h6 {
        font-size: 24px;
    }
    .service-hang .tit p {
        font-size: 17px;
    }
    .service-hang li .img {
        margin-bottom: 15px;
    }
    .service-hang li p {
        font-size: 16px;
    }
    .intro-video {
        height: 430px;
    }
    .swiper-histosy .swiper-slide {
        padding: 0 10px;
    }
    .swiper-histosy .swiper-slide .con {
        font-size: 14px;
    }
    .about-banner .txt h3 {
        font-size: 36px;
    }
    .about-banner .txt p {
        font-size: 16px;
    }
    .job .item .img {
        height: 290px;
    }
    .case-banner .txt p {
        width: 90%;
        margin: 0 auto;
    }
    .duowei-intro .content .img {
        height: 440px;
    }
    .duowei-intro .content .txt {
        padding: 0 25px;
        width: 540px;
        height: 300px;
    }
    .duowei-intro .content .txt h6 {
        padding: 30px 0 20px;
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .nav {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .width1420 {
        width: 750px;
    }
    .index-layout-map {
        width: 100%;
    }
    .swiper-cooperation {
        width: 750px;
    }
    .swiper-cooperation .swiper-slide .slide {
        width: 30%;
        margin-right: 5%;
    }
    .swiper-cooperation .swiper-slide .slide:nth-child(5n) {
        margin-right: 5%;
    }
    .swiper-cooperation .swiper-slide .slide:nth-child(3n) {
        margin-right: 0;
    }
    .index-news .item .img {
        height: 130px;
    }
    .footer .center {
        width: auto;
    }
    .footer .erweima {
        display: none;
    }
    .product-banner .txt h3 {
        font-size: 16px;
        margin-bottom: 1vh;
    }
    .product-banner .txt h4 {
        font-size: 24px;
        margin-bottom: 2vh;
    }
    .product-banner .txt p {
        font-size: 12px;
        margin-bottom: 3vh;
    }
    .product-banner .txt .a a {
        width: 120px;
        height: 32px;
        line-height: 32px;
    }
    .pro-title h4 {
        font-size: 24px;
    }
    .fusion-features .pro-title {
        padding: 40px 0 20px;
    }
    .fusion-features .item {
        padding: 0 1.5%;
    }
    .fusion-features .item h6 {
        font-size: 16px;
    }
    .fusion-adds .item {
        width: 48%;
        margin-right: 4%;
    }
    .fusion-adds .item:nth-child(3n) {
        margin-right: 4%;
    }
    .fusion-adds .item:nth-child(2n) {
        margin-right: 0;
    }
    .swiper-fusion-income .swiper-slide .icon img {
        height: 30px;
    }
    .swiper-fusion-income .swiper-slide h6 {
        font-size: 16px;
    }
    .swiper-product-case .swiper-slide .txt .con {
        margin-bottom: 20px;
    }
    .swiper-product-case .swiper-slide .txt a {
        width: 90px;
        height: 30px;
        line-height: 30px;
    }
    .hadoop-features .pro-title {
        padding: 40px 0 20px;
    }
    .pro-title h4 {
        font-size: 20px;
    }
    .hadoop-features .item .img {
        height: 92px;
    }
    .hadoop-features .item .img h6 {
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        font-size: 16px;
    }
    .hadoop-features .item .txt p {
        font-size: 12px;
        line-height: 1.5;
    }
    .hadoop-adds .pro-title {
        padding: 15px 0 20px;
    }
    .product-features .item {
        width: 30%;
        margin-right: 4.5%;
    }
    .ue-adds-tab {
        width: 750px;
    }
    .ue-adds-tab li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .swiper-ue-adds {
        width: 750px;
        height: 460px;
    }
    .swiper-ue-adds .swiper-slide {
        width: 500px;
    }
    .swiper-ue-adds .swiper-slide .img {
        height: 280px;
    }
    .swiper-ue-adds .swiper-slide .txt {
        padding: 15px 10% 0;
    }
    .swiper-ue-adds .swiper-slide .txt h6 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .swiper-ue-adds .swiper-slide .txt p {
        font-size: 14px;
    }
    .swiper-ue-scenes {
        height: 520px;
    }
    .swiper-scenes-thumbs {
        height: 40px;
    }
    .swiper-scenes-thumbs .swiper-slide {
        line-height: 40px;
    }
    .swiper-scenes-thumbs .swiper-slide img {
        margin-left: 5%;
    }
    .swiper-scenes-thumbs .swiper-slide span {
        font-size: 14px;
    }
    .ue-features-tab li {
        padding: 15px 0;
    }
    .width1200 {
        width: 750px;
    }
    .ue-banner .txt h3 {
        font-size: 18px;
        margin-bottom: 1vh;
    }
    .ue-banner .txt h4 {
        font-size: 30px;
        margin-bottom: 2vh;
    }
    .ue-banner .txt p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 2vh;
    }
    .ue-banner .txt .a a {
        width: 120px;
        height: 32px;
        line-height: 32px;
        border-radius: 17px;
    }
    .swiper-ue-scenes .swiper-slide .play {
        width: 60px;
    }
    .ue-features h4 {
        font-size: 24px;
        padding: 50px 0 20px;
    }
    .case-banner .txt {
        width: 90%;
        margin: 0 auto;
    }
    .case-banner .txt h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .case-banner .txt p {
        font-size: 14px;
        line-height: 2;
    }
    .case-banner .txt .a a {
        width: 120px;
        height: 32px;
        line-height: 32px;
        border-radius: 17px;
    }
    .case-tab .swiper-button-next,
    .case-tab .swiper-button-prev {
        display: none;
    }
    .case-tab .thumbs {
        top: -25px;
    }
    .swiper-case-thumbs {
        height: 80px;
    }
    .swiper-case-thumbs .swiper-slide .slide {
        padding: 10px 0 0;
    }
    .swiper-case-thumbs .swiper-slide .slide .icon img {
        height: 20px;
        margin-bottom: 5px;
    }
    .case-content .item .icon {
        height: 30px;
    }
    .case-content .item h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .case-content .item {
        height: 270px;
    }
    .case-detail-tab li {
        font-size: 14px;
        width: 13%;
    }
    .case-background .img,
    .case-background .text {
        float: none;
        width: 100%;
    }
    .case-solve .item .img,
    .case-solve .item .txt {
        width: 49%;
    }
    .case-vlaue .item .tit .txt {
        width: 80%;
    }
    .case-vlaue .item .tit .txt h6 {
        font-size: 16px;
    }
    .case-vlaue .item .tit .txt p {
        font-size: 13px;
        line-height: 1.3;
    }
    .case-vlaue .item .cont p {
        font-size: 14px;
        line-height: 2;
    }
    .swiper-case-success .swiper-slide p {
        width: 95%;
        font-size: 14px;
    }
    .swiper-case-success .swiper-slide h6 {
        font-size: 16px;
    }
    .solution-items {
        width: 74vw;
    }
    .solution-items .item .cir {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .solution-challenge .item .tit .txt {
        width: 86%;
    }
    .solution-solve .item p {
        font-size: 13px;
    }
    .service-banner .txt h3 {
        font-size: 24px;
    }
    .case-banner .txt p,
    .service-banner .txt p {
        font-size: 14px;
    }
    .service-banner .txt h3 {
        margin-bottom: 10px;
    }
    .service-banner .txt p {
        margin-bottom: 15px;
    }
    .service-banner .txt .a a {
        width: 100px;
        height: 32px;
        line-height: 32px;
        border-radius: 17px;
    }
    .intro-culture li img {
        width: 15%;
    }
    .intro-culture li .txt h6 {
        font-size: 16px;
        padding: 5px 0;
    }
    .intro-culture li .txt .con {
        font-size: 13px;
        line-height: 1.5;
    }
    .about-banner .txt h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about-banner .txt p {
        font-size: 14px;
    }
    .swiper-honor .swiper-slide .txt {
        font-size: 13px;
        line-height: 2;
    }
    .swiper-honor .swiper-slide .img {
        height: 280px;
        line-height: 280px;
    }
    .swiper-honor-thumbs {
        width: 100%;
    }
    .swiper-honor-img {
        height: 280px;
    }
    .honor-tab .prev-next {
        display: none;
    }
    .swiper-histosy .swiper-slide .con {
        font-size: 13px;
        line-height: 2;
    }
    .lian {
        height: 160px;
    }
    .lian ul {
        top: 0;
        height: 120px;
    }
    .lian li {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .lian .address {
        top: 160px;
        height: 400px;
    }
    .map {
        height: 400px;
    }
    .news-detail {
        padding: 0 20px;
    }
    .news-detail .bark {
        font-size: 12px;
    }
    .job .item .img {
        height: 220px;
    }
    .job .item .t p {
        font-size: 18px;
    }
    .try-apply .txt .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .try-apply .txt .img {
        height: 150px;
    }
    .try-apply .txt .de p span {
        font-size: 13px;
    }
    .try-apply .form h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .try-apply .form input[type=text] {
        height: 36px;
    }
    .try-apply .form .label {
        line-height: 40px;
        font-size: 14px;
    }
    .try-apply .form .ma {
        height: 36px;
    }
    .try-apply .form .btn {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .try-apply .form .bz {
        font-size: 12px;
    }
    .about-banner .a a {
        height: 32px;
        line-height: 32px;
        width: 100px;
    }
    .case-detail {
        padding: 60px 0 0;
    }
    .about-tab {
        top: 0;
        height: 60px;
    }
    .about-tab li a {
        line-height: 60px;
    }
    .demo-items .item .img {
        height: 160px;
        line-height: 160px;
    }
    .demo-items .item .img img {
        width: 40px;
    }
    .search-head .inp {
        width: 750px;
    }
    .swiper-duowei-txt .swiper-slide p {
        font-size: 14px;
        line-height: 2;
    }
    .duowei-intro .content .txt {
        left: 10%;
    }
    .me-fun .flex {
        display: block;
    }
    .me-fun .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .me-fun .text {
        width: 100%;
    }
    .me-you .flex {
        display: block;
    }
    .me-you .lis {
        width: 100%;
    }
    .me-you .lis.left {
        text-align: left;
    }
    .me-you .lis.left h6 {
        padding-right: 0;
        padding-left: 40px;
        background-position: left center;
    }
    .me-you .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .me-you-ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .me-you-ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .ue-scenes-ul li .num span {
        font-size: 30px;
    }
    .ue-features-content .content .fx {
        display: block;
    }
    .ue-features-content .content h6 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .ue-features-content .content .desc {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .header .menu .menu-btn {
        padding: 0 0.2rem;
        height: 1rem;
        line-height: 1rem;
    }
    .me_video {
        display: none;
    }
    .menu-nav {
        top: 1rem;
    }
    .header .logo {
        margin-left: 0;
        height: 1rem;
        line-height: 1rem;
    }
    .header .shi {
        display: none;
    }
    .header .inps {
        height: 1rem;
        line-height: 1rem;
    }
    .header .language {
        height: 1rem;
        line-height: 1rem;
        padding: 0 10px 0 15px;
    }
    .header .language span {
        margin: 0;
    }
    .header .language a {
        font-size: 0.24rem;
    }
    .header .logo img {
        height: 0.5rem;
    }
    .header .inps .inp input[type=text] {
        width: 2.4rem;
    }
    .swiper-banner .swiper-slide .pc {
        display: none;
    }
    .swiper-banner .swiper-slide .wap {
        display: block;
        width: 100%;
    }
    .swiper-banner .swiper-slide .txt {
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        bottom: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .swiper-banner .swiper-slide .txt h3,
    .swiper-banner .swiper-slide .txt h4,
    .swiper-banner .swiper-slide .txt p {
        display: none;
    }
    .swiper-banner .swiper-slide .txt .a {
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        right: 0;
    }
    .swiper-banner .swiper-slide .txt .a a {
        float: none;
        display: block;
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin: 0 auto 0.3rem;
    }
    .index-title h6 {
        font-size: 0.4rem;
        margin-bottom: 0.15rem;
    }
    .width1420 {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .swiper-cooperation {
        display: none;
        width: 100%;
    }
    .swiper-cooperation .swiper-slide .slide {
        width: 48%;
        height: 1.4rem;
        margin-right: 4%;
    }
    .swiper-cooperation .swiper-slide .slide:nth-child(5n),
    .swiper-cooperation .swiper-slide .slide:nth-child(3n) {
        margin-right: 4%;
    }
    .swiper-cooperation .swiper-slide .slide:nth-child(2n) {
        margin-right: 0;
    }
    .swiper-cooperation .swiper-slide .slide a {
        line-height: 1.4rem;
    }
    .index-product ul {
        overflow: hidden;
        display: block;
    }
    .index-product ul li {
        float: left;
        width: 33%;
        padding: 0.2rem 0;
    }
    .index-product ul li img {
        margin-bottom: 0.15rem;
    }
    .tabar #Top {
        position: fixed;
        right: 10px;
        bottom: 145px;
    }
    .tabar {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .tabar ul {
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
    }
    .tabar ul li .child {
        bottom: 60px;
        right: auto;
    }
    .tabar ul li .weixin-child {
        right: 0;
    }
    .case-detail-tabs {
        top: 51px;
    }
    .footer {
        padding-bottom: 70px;
    }
    .tabar ul li:first-child a {
        border-radius: 0;
    }
    .index-product ul li p {
        font-size: 0.24rem;
    }
    .index-product ul li span {
        font-size: 0.2rem;
    }
    .index-product .content {
        padding: 0.6rem 0 0.7rem;
    }
    .index-product-imgs .cont .img {
        margin-bottom: 0.4rem;
    }
    .index-product .content .a a {
        width: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
    }
    .index-title {
        max-width: 95%;
    }
    .index-title p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .swiper-solution {
        height: 580px;
    }
    .swiper-solution .swiper-slide:hover .txt {
        top: 15%;
    }
    .index-layout .index-title {
        padding: 0.6rem 0 0.4rem;
    }
    .index-layout-map .ditubg {
        display: block;
    }
    .index-layout-map .bg,
    .index-layout-map .point {
        display: none;
    }
    .index-layout {
        width: 100%;
        overflow-x: auto;
    }
    .index-cooperation .a a {
        width: 2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.26rem;
    }
    .index-cooperation {
        padding: 0;
    }
    .index-news .index-title {
        padding: 0.9rem 0 0.5rem;
    }
    .index-news .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .index-news .items {
        margin-bottom: 0.4rem;
    }
    .index-news {
        padding: 0 0 0.6rem;
    }
    .index-label li {
        width: 50%;
        padding: 0.15rem 0;
    }
    .index-label li:nth-child(2n):after {
        display: none;
    }
    .index-label li .bo p {
        font-size: 0.3rem;
    }
    .index-label li .bo span {
        font-size: 0.24rem;
    }
    .index-label li .bo {
        padding-left: 40px;
        background-size: 25% auto;
    }
    .footer .form {
        width: 100%;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 0.3rem;
    }
    .footer .f-nav li a {
        font-size: 0.24rem;
    }
    .index-news .item .time {
        padding: 0.2rem 0 0.1rem;
        font-size: 0.24rem;
    }
    .index-news .item h6 {
        font-size: 0.3rem;
    }
    .index-news .item p {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 1.2rem;
        margin-bottom: 0.25rem;
    }
    .swiper-inside-banner .swiper-slide .pc,
    .swiper-duowei-banner .swiper-slide .pc {
        display: none;
    }
    .swiper-inside-banner .swiper-slide .wap,
    .swiper-duowei-banner .swiper-slide .wap {
        display: block;
        width: 100%;
    }
    .swiper-inside-banner .swiper-slide .txt h3,
    .swiper-inside-banner .swiper-slide .txt h4,
    .swiper-inside-banner .swiper-slide .txt .line,
    .swiper-inside-banner .swiper-slide .txt p,
    .swiper-duowei-banner .swiper-slide .txt h3,
    .swiper-duowei-banner .swiper-slide .txt h4,
    .swiper-duowei-banner .swiper-slide .txt .line,
    .swiper-duowei-banner .swiper-slide .txt p {
        display: none;
    }
    .swiper-inside-banner .swiper-slide .txt,
    .swiper-duowei-banner .swiper-slide .txt {
        margin: 0 auto;
        top: auto;
        left: 0;
        right: 0;
        bottom: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .swiper-inside-banner .swiper-slide .txt .a,
    .swiper-duowei-banner .swiper-slide .txt .a {
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        right: 0;
    }
    .swiper-inside-banner .swiper-slide .txt a,
    .swiper-duowei-banner .swiper-slide .txt a {
        display: block;
        float: none;
        width: 2rem;
        margin: 0 auto 0.3rem;
    }
    .product-banner .txt h4 {
        font-size: 0.4rem;
    }
    .product-banner .txt p {
        font-size: 0.24rem;
    }
    .fusion-features .item {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0.2rem;
        padding: 0 0.2rem 1.8rem;
    }
    .fusion-features .item:nth-child(3n) {
        margin-right: 0;
    }
    .fusion-features .item:nth-child(2n) {
        margin-right: 0;
    }
    .fusion-features .item h6 {
        font-size: 0.26rem;
        padding: 0.4rem 0 0;
        margin-bottom: 0.25rem;
    }
    .fusion-features .item p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .fusion-adds .item img {
        height: 30px;
        margin-bottom: 0.2rem;
    }
    .fusion-adds .item h6 {
        font-size: 0.3rem;
    }
    .fusion-adds .item .txt {
        top: 70px;
    }
    .fusion-adds .pro-title,
    .product-scenes .pro-title {
        padding: 0.7rem 0 0.4rem;
    }
    .swiper-product-scenes .swiper-slide {
        width: 100%;
    }
    .swiper-product-scenes .swiper-slide .slide {
        height: 5.2rem;
    }
    .swiper-product-scenes .swiper-slide .slide h6 {
        top: 5px;
        font-size: 0.22rem;
    }
    .product-scenes .con {
        font-size: 0.24rem;
        line-height: 2;
        padding: 0.2rem 0 0.4rem;
    }
    .product-scenes .a a {
        width: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
    }
    .product-scenes {
        padding: 0 0 0.5rem;
    }
    .swiper-fusion-income .swiper-slide .icon {
        padding: 0.5rem 0 0.2rem;
    }
    .swiper-fusion-income .swiper-slide p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .swiper-fusion-income {
        height: 5.4rem;
    }
    .product-case .pro-title {
        padding: 0.5rem 0 0.3rem;
    }
    .swiper-product-case .swiper-slide .txt,
    .swiper-product-case .swiper-slide .img {
        float: none;
        width: 100%;
    }
    .swiper-product-case {
        height: 10.8rem;
    }
    .swiper-product-case .swiper-slide .txt h6 {
        font-size: 0.3rem;
    }
    .swiper-product-case .swiper-slide .txt p {
        font-size: 0.24rem;
    }
    .swiper-product-case .swiper-slide .txt {
        height: 6.8rem;
    }
    .swiper-product-case .swiper-slide .img {
        height: 4rem;
    }
    .product-travel p {
        font-size: 0.4rem;
        margin-bottom: 0.25rem;
    }
    .hadoop-features .item {
        width: 100%;
        margin-right: 0;
    }
    .hadoop-features .item:nth-child(3n) {
        margin-right: 0;
    }
    .hadoop-features .item:nth-child(2n) {
        margin-right: 0;
    }
    .hadoop-features .item .txt {
        padding: 0.1rem 0 0.2rem;
    }
    .hadoop-features .item .img {
        height: 2rem;
    }
    .hadoop-features .item .txt p {
        font-size: 0.24rem;
    }
    .swiper-hadoop-adds {
        height: 560px;
    }
    .swiper-hadoop-adds .swiper-slide .txt {
        padding: 0 5%;
    }
    .swiper-hadoop-adds .swiper-slide .txt {
        top: 45%;
    }
    .swiper-hadoop-adds .swiper-slide:hover .txt {
        top: 50px;
    }
    .swiper-fusion-income .swiper-slide h6 {
        font-size: 0.3rem;
    }
    .product-features .item {
        width: 49%;
        margin-right: 2%;
    }
    .product-features .item:nth-child(3n) {
        margin-right: 2%;
    }
    .product-features .item:nth-child(2n) {
        margin-right: 0;
    }
    .product-features .item h6 {
        font-size: 0.3rem;
    }
    .product-features .item p {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 2rem;
    }
    .product-features .item img {
        height: 0.8rem;
        margin-bottom: 0.2rem;
    }
    .swiper-product-adds .swiper-slide .txt h6 {
        font-size: 0.3rem;
    }
    .swiper-product-adds .swiper-slide .txt p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .swiper-product-adds {
        height: 400px;
    }
    .swiper-product-adds .swiper-slide .txt {
        top: 35%;
    }
    .swiper-product-adds .swiper-slide:hover .txt {
        top: 15%;
    }
    .swiper-re-features .swiper-slide img {
        height: 0.6rem;
        padding: 0.4rem 0 0.2rem;
    }
    .swiper-re-features .swiper-slide h6 {
        font-size: 0.3rem;
    }
    .swiper-re-features .swiper-slide p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .swiper-re-features {
        height: 420px;
    }
    .re-adds .item .icon {
        padding: 0.35rem 0 0.25rem;
    }
    .re-adds .item .icon img {
        height: 0.5rem;
    }
    .re-adds .item h6 {
        font-size: 0.3rem;
    }
    .re-adds .item p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .re-adds .item {
        height: 3.6rem;
    }
    .re-adds .pro-title {
        padding: 0.5rem 0 0.3rem;
    }
    .re-adds {
        padding: 0 0 0.8rem;
    }
    .miner-features .pro-title {
        padding: 0.6rem 0 0.3rem;
    }
    .miner-features .item {
        width: 50%;
    }
    .miner-features .item .icon img {
        height: 0.6rem;
    }
    .miner-features .item .icon {
        margin-bottom: 0.2rem;
    }
    .miner-features .item h6 {
        font-size: 0.3rem;
    }
    .miner-features .item p {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 2.8rem;
        margin-bottom: 0.25rem;
    }
    .swiper-miner-adds {
        height: 420px;
    }
    .swiper-miner-adds .swiper-slide .txt {
        top: 40%;
    }
    .swiper-miner-adds .swiper-slide:hover .txt {
        top: 15%;
    }
    .swiper-miner-adds .swiper-slide .txt img {
        height: 0.6rem;
    }
    .swiper-miner-adds .swiper-slide .txt h6 {
        font-size: 0.3rem;
    }
    .swiper-miner-adds .swiper-slide .txt p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .ue-banner .txt h3 {
        font-size: 0.3rem;
    }
    .ue-banner .txt h4 {
        font-size: 0.48rem;
    }
    .ue-banner .txt p {
        font-size: 0.24rem;
    }
    .ue-banner .txt .a a {
        width: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        margin-right: 0.2rem;
    }
    .ue-adds-tab {
        width: 100%;
    }
    .ue-adds-tab li {
        padding: 0;
        text-align: center;
        font-size: 0.3rem;
    }
    .swiper-ue-adds {
        width: 100%;
    }
    .swiper-ue-adds .swiper-slide {
        width: 100%;
    }
    .swiper-ue-adds .swiper-slide .img {
        height: 3.2rem;
    }
    .swiper-ue-adds .swiper-slide .txt h6 {
        font-size: 0.36rem;
    }
    .swiper-ue-adds .swiper-slide .txt p {
        font-size: 0.24rem;
        line-height: 1.8;
    }
    .swiper-ue-adds {
        height: 320px;
    }
    .ue-adds {
        background-image: none;
        height: 580px;
    }
    .swiper-ue-scenes {
        height: 260px;
    }
    .ue-features-tab ul {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .ue-features-tab li {
        width: 50%;
        font-size: 0.24rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
    }
    .case-banner .txt h3 {
        font-size: 0.36rem;
    }
    .case-banner .txt p {
        font-size: 0.24rem;
        line-height: 1.8;
        margin-bottom: 0.2rem;
    }
    .width1200 {
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .case-content .item {
        width: 49%;
        margin-right: 2%;
    }
    .case-content .item:nth-child(3n) {
        margin-right: 2%;
    }
    .case-content .item:nth-child(2n) {
        margin-right: 0;
    }
    .case-detail-tab ul {
        display: flex;
        -webkit-display: flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .case-detail-tab li {
        line-height: initial;
        display: flex;
        -webkit-display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        font-size: 0.2rem;
    }
    .case-detail-tab li:after {
        right: -4px;
    }
    .case-background .img .txt {
        padding: 0.3rem 0.2rem;
    }
    .case-background .img .txt p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .case-background .text .con {
        margin-bottom: 0.3rem;
    }
    .case-background .text .a a {
        width: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .case-background .text {
        padding: 0 0 0.3rem;
    }
    .swiper-case-challenge .swiper-slide .cir {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        margin-bottom: 0.2rem;
    }
    .swiper-case-challenge .swiper-slide .cir img {
        height: 0.8rem;
    }
    .swiper-case-challenge {
        padding: 0 0 0.8rem;
    }
    .case-solve .item {
        height: auto;
        margin-bottom: 0.3rem;
    }
    .case-solve .item .img {
        float: none;
        width: 100%;
        height: 4rem;
    }
    .case-solve .item .txt {
        float: none;
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .case-solve .item .txt h6 {
        padding: 0.3rem 0 0;
        margin-bottom: 0.2rem;
        font-size: 0.36rem;
    }
    .case-solve .item .txt .con {
        font-size: 0.24rem;
        line-height: 2;
    }
    .case-solve .items {
        padding: 0 0 0.3rem;
    }
    .case-solve {
        padding: 0 0 0.3rem;
    }
    .case-solve .mf {
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0.4rem;
    }
    .case-planning .case-title p {
        width: 90%;
    }
    .case-vlaue .item .tit {
        padding-left: 0.2rem;
        padding-top: 0.3rem;
    }
    .case-vlaue .item .tit .icon {
        width: 0.6rem;
        height: 0.6rem;
    }
    .case-vlaue .item .tit .txt h6 {
        font-size: 0.28rem;
    }
    .case-vlaue .item .tit .txt {
        width: 65%;
    }
    .case-vlaue .item .tit .txt p {
        font-size: 0.24rem;
    }
    .case-vlaue .item .cont {
        padding: 0.3rem 0.2rem;
    }
    .swiper-case-success .swiper-slide h6 {
        font-size: 0.3rem;
        padding: 0.5rem 0 0.2rem;
    }
    .swiper-case-success {
        height: 240px;
    }
    .swiper-case-success .swiper-slide p {
        font-size: 0.24rem;
        line-height: 2;
    }
    .case-related {
        padding: 0 0.2rem 0.6rem;
    }
    .case-related ul li {
        height: 0.7rem;
        line-height: 0.7rem;
        margin: 0 0.05rem;
        font-size: 0.2rem;
        padding: 0 0.1rem;
    }
    .solution-tab {
        float: none;
        width: 100%;
        margin-bottom: 0.3rem;
        padding: 0 0 0.3rem;
    }
    .solution-tab dt {
        height: 60px;
        line-height: 60px;
    }
    .solution-tab dd .bo {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .solution-tab dd .bo span {
        font-size: 0.3rem;
    }
    .solution-tab dd .bo img {
        width: 0.3rem;
    }
    .solution-items {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .solution-items .item {
        width: 49%;
        margin-right: 2%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 0.2rem;
    }
    .solution-items .item:nth-child(3n) {
        margin-right: 2%;
    }
    .solution-items .item:nth-child(2n) {
        margin-right: 0;
    }
    .solution-items .item .cir {
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .solution-items .item .txt h6 {
        font-size: 0.3rem;
    }
    .solution-items .item .txt p {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .solution .more {
        padding: 0.2rem 0 0.4rem;
    }
    .solution .more a {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .solution-intro .img,
    .solution-intro .text {
        float: none;
        width: 100%;
    }
    .solution-challenge .item .tit {
        padding: 0.3rem 0.2rem;
    }
    .solution-challenge .item .tit .txt {
        width: 75%;
    }
    .solution-solve .img {
        float: none;
        width: 100%;
        height: 4rem;
        margin-bottom: 0.3rem;
    }
    .solution-solve .items {
        float: none;
        width: 100%;
    }
    .swiper-solution-income {
        padding: 0.4rem 0.2rem 0.6rem;
        height: 280px;
    }
    .swiper-solution-income .swiper-slide .cir {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        top: -0.4rem;
    }
    .swiper-solution-income .swiper-slide .slide {
        padding: 0.8rem 0.2rem 0;
    }
    .swiper-solution-related .swiper-slide .img {
        height: 1.8rem;
    }
    .swiper-solution-related .swiper-slide p {
        font-size: 0.3rem;
    }
    .upload-tab li {
        font-size: 0.24rem;
        margin: 0 0.1rem;
        padding: 0 0.2rem;
    }
    .upload .item p {
        font-size: 0.3rem;
        width: 70%;
    }
    .upload .item a {
        width: 1.6rem;
    }
    .service-banner .txt h3 {
        font-size: 0.36rem;
        line-height: 1.3;
    }
    .service-link ul {
        display: block;
        overflow: hidden;
    }
    .service-link li {
        width: 49%;
        float: left;
        margin: 0 1px 2px;
    }
    .service-support {
        padding: 0.4rem 0 0;
    }
    .service-support li {
        width: 50%;
    }
    .service-support li .icon {
        margin-bottom: 0.2rem;
    }
    .service-support li h6 {
        font-size: 0.3rem;
    }
    .service-zhan .item .txt .p h6 {
        font-size: 0.3rem;
    }
    .service-zhan .item .txt .p p {
        font-size: 0.26rem;
    }
    .service-zhan {
        height: 2.4rem;
    }
    .service-hang .tit {
        padding: 0.5rem 0 0.3rem;
    }
    .service-hang .tit p {
        font-size: 0.26rem;
    }
    .service-hang .tit h6 {
        font-size: 0.32rem;
    }
    .service-hang li {
        width: 32%;
        margin-right: 2%;
    }
    .service-hang li .img {
        height: 1.8rem;
    }
    .service-hang li p {
        font-size: 0.3rem;
    }
    .service-liuyan .left,
    .service-liuyan .right {
        float: none;
        width: 100%;
    }
    .service-liuyan .layui-input {
        height: 36px;
    }
    .about-tab {
        position: initial;
    }
    .about-tab li {
        width: 20%;
    }
    .about-tab li a {
        font-size: 0.3rem;
    }
    .intro-content {
        padding: 1.2rem 0 0;
    }
    .intro-culture li {
        float: none;
        width: 100%;
        text-align: left;
    }
    .intro-video {
        height: 4.2rem;
    }
    .histosy .tit {
        padding: 1.6rem 0 0.4rem;
    }
    .swiper-honor .swiper-slide .txt,
    .swiper-honor-img {
        float: none;
    }
    .swiper-honor .swiper-slide .txt {
        margin-bottom: 0.3rem;
    }
    .swiper-honor-img {
        width: 100%;
    }
    .swiper-honor {
        padding: 0.3rem 0;
    }
    .honor .tit {
        padding: 1.6rem 0 0.6rem;
    }
    .lian li {
        width: 50%;
    }
    .lian .address {
        top: 240px;
        height: 320px;
        width: 60px;
    }
    .news-list .item .img {
        width: 35%;
        height: 108px;
    }
    .news-list .item .txt {
        width: 62%;
    }
    .news-list .item .txt h6 p {
        font-size: 0.3rem;
    }
    .news-list .item .txt .con {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: .8rem;
        margin-bottom: 0.2rem;
    }
    .news-list .item .txt .d {
        font-size: 0.2rem;
    }
    .news-list .item .txt .d span {
        margin-right: 0.1rem;
    }
    .page a,
    .page strong,
    .page span {
        margin-bottom: 0.15rem;
    }
    .news-detail .tit h6 {
        font-size: 0.36rem;
    }
    .news-detail .bark {
        font-size: 0.2rem;
        float: none;
        margin-bottom: 0.3rem;
    }
    .news-detail .bark span {
        margin-right: 0.1rem;
    }
    .bshare-custom {
        float: none;
    }
    .news-detail .prev-next .a {
        float: none;
        padding: 0.5rem 0;
        width: 100%;
        font-size: 0.3rem;
    }
    .job {
        padding: 0.5rem 0.2rem 0.3rem;
    }
    .job .item .img {
        height: 2.6rem;
    }
    .job .item .t {
        padding: 0.3rem 0 0.15rem;
    }
    .job .item .con {
        font-size: 0.24rem;
        line-height: 1.5;
        margin-bottom: 0.25rem;
    }
    .try-apply .txt {
        float: none;
        width: 100%;
        padding: 0.3rem 0;
    }
    .try-apply .form {
        float: none;
        width: 100%;
        padding: 0 0 0.2rem;
    }
    .demo-items .item p {
        font-size: 0.3rem;
    }
    .demo-items .item {
        width: 49%;
        margin-right: 2%;
    }
    .demo-items .item:nth-child(3n) {
        margin-right: 2%;
    }
    .demo-items .item:nth-child(2n) {
        margin-right: 0;
    }
    .demo-tab a {
        width: 1.8rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }
    .demo-title {
        padding: 0.5rem 0 0.3rem;
    }
    .search-head .inp {
        width: 95%;
        height: 36px;
    }
    .search-tab li {
        padding: 0;
        width: 33.33%;
        margin-bottom: 0.2rem;
        text-align: center;
    }
    .search-tab li a {
        font-size: 0.3rem;
        line-height: 0.8rem;
        height: 0.8rem;
    }
    .duowei-intro .content .img {
        float: none;
        width: 100%;
    }
    .duowei-intro .content .txt {
        width: 95%;
        left: 0.2rem;
        right: 0.2rem;
    }
    .duowei-intro .content .txt h6 {
        font-size: 0.3rem;
    }
    .duowei-intro .content .txt .con {
        font-size: 0.24rem;
        line-height: 2;
    }
    .duowei-intro .content .txt a {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .swiper-duowei-txt {
        padding: 0;
    }
    .swiper-duowei-txt .swiper-slide {
        padding: 0.3rem 0.2rem 0.5rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .registered-success {
        padding: 0.7rem 0 0.9rem;
    }
    .registered-success .g,
    .registered-success .s {
        font-size: 0.3rem;
    }
    .company img {
        height: auto !important;
        max-width: 60% !important;
    }
    .tabar .phone-child .li .num {
        font-size: 0.3rem;
    }
    .footer .phone .ph {
        float: none !important;
    }
    .solution-solve-box {
        float: none;
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .duowei-intro {
        padding: 0;
    }
    .duowei-intro .tit {
        padding: 35px 0 20px;
    }
    .duowei-intro .tit h6 {
        font-size: 20px;
    }
    .fun-tab {
        width: 100%;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .fun-tab li {
        line-height: 40px;
        padding: 0 10px;
        margin: 0;
    }
    .me-fun .text h6 {
        font-size: 16px;
        line-height: 1.5;
    }
    .me-fun .text .a a,
    .me-you .a a,
    .ue-features .link a {
        font-size: 0.24rem;
    }
    .me-title h3 {
        font-size: 24px;
    }
    .me-you-ul {
        margin-bottom: 20px;
    }
    .ue-scenes-ul {
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .ue-scenes-ul li {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .ue-scenes-ul li .num {
        margin-bottom: 0;
    }
    .ue-features-content .content .desc {
        font-size: 14px;
    }
    .space-between {
        display: block;
    }
    .detail-left {
        width: 100%;
    }
    .news-res {
        width: 100%;
    }
    .tabar-show {
        display: none;
    }
    .tabar-hide {
        display: block;
    }
}