@charset "utf-8";
.index_banner_box {
    position: relative;
}
.banner {
    position: relative;
    width: 100%;
}
.banner img {
    width: 100%;
}
.banner .content {
    position: absolute;
    /* top: 50%;left: 65%; */
    /* bottom: 20%; */
    top: 65%;
    left: 12%;
    transform: translateY(-50%);
}
.banner .content .title {
    height: 66px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 66px;
    margin-bottom: 50px;
}
.banner .content .ms {
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-bottom: 64px;
}
.banner .content .b-more {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 33px;
    padding: 12px 24px;
    background: rgba(48, 144, 240, 1);
    border-radius: 4px;
    display: inline-block;
}
.banner .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255);
    opacity: 0.6;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 42px;
    position: relative;
}
.banner .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #3090f0;
    transition: width 0.8s ease;
    animation: progressbar 4s infinite;
}
/*.banner .swiper-pagination-bullet-active:after{width: 0;transition: all 4s linear;}*/
@keyframes progressbar {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
    zoom: 0.75;
    background: none;
}
.banner .swiper-button-next .layui-icon,
.banner .swiper-button-prev .layui-icon {
    color: #ccc;
    font-size: 3rem;
}
.banner .swiper-button-next {
    right: 20px;
}
.banner .swiper-button-prev {
    left: 20px;
}
.banner .img {
    position: absolute;
    top: 50%;
    right: 18.8%;
    transform: translateY(-50%);
    max-width: 330px;
}
/*.banner .swiper-slide{display: flex;justify-content: space-between;align-items: center;}*/
.banner .swiper-slide1.img3 .img {
    max-width: 380px;
}

.aad {
    color: #fff !important;
}

.aab {
    color: #000 !important;
}
.body_detail {
    margin-top: 83px;
}
.nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile_nav {
    display: none;
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (min-width: 768px) {
    .nav .topnav .left_icon {
        display: none;
    }
}
@media (max-width: 992px) {
    .banner .content {
        top: 60%;
    }
}
@media (max-width: 768px) {
    .banner .content {
        top: 55%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .banner .content .b-more {
        font-size: 14px;
        padding: 5px 10px;
        line-height: 25px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .banner .content .b-more {
        font-size: 14px;
        padding: 2px 10px;
    }
}
.nav .topnav {
    height: 82px;
    box-sizing: border-box;
    line-height: 82px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
    z-index: 9999;
    margin: 0 auto;
}
.nav .topnav .left {
    display: flex;
    align-items: center;
}

.nav .topnav .left img {
    height: 2rem;
}
.nav .topnav .left .h {
    display: none;
}
.nav .topnav .middle {
    margin-right: 20px;
    font-size: 18px;
    display: flex;
    position: relative;
}
.nav .topnav .middle .layui-nav {
    background: none;
}
.nav .topnav .middle .layui-nav li {
    /* width: 6.5rem; */
    text-align: center;
    margin: 0 0.5rem;
}
.nav .topnav .middle .layui-nav li .layui-nav-more {
    display: none;
}
.nav .topnav .middle .layui-nav a {
    font-size: 1.125rem;
    line-height: 5.125rem;
    padding: 0;
}
.nav .topnav .middle .layui-nav .layui-this:after {
    display: none;
}
.nav .topnav .middle .layui-nav .layui-this:after,
.nav .topnav .middle .layui-nav .layui-nav-bar,
.nav .topnav .middle .layui-nav .layui-nav-tree .layui-nav-itemed:after {
    background-color: #0070ff;
    height: 2px;
}
.nav .topnav .middle .layui-nav .layui-nav-child {
    padding: 0;
    top: 5.125rem;
    border: none;
    box-shadow: none;
    left: -1.5rem;
    width: 9.375rem;
    text-align: center;
}
.nav .topnav .middle .layui-nav .layui-nav-child a {
    font-size: 0.9375rem;
}
.nav .topnav .middle .layui-nav .layui-nav-child a:hover {
    color: #0070ff;
}

.nav .topnav .left,
.nav .topnav .middle,
.nav .topnav .right {
    height: 100%;
    display: flex;
    align-items: center;
}
.nav .topnav .right img {
    display: inline-block;
    margin-right: 10px;
}
.nav .topnav .right a {
    color: #fff;
}
.nav .topnav .right:hover {
    cursor: pointer;
}
.nav .icon {
    position: fixed;
    left: 210px;
    top: 20px;
    width: 50px;
    height: 50px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_mask {
    color: #000 !important;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}
.nav_mask.nav .topnav .left .h {
    display: block;
}
.nav_mask.nav .topnav .left .b {
    display: none;
}
.nav_mask.nav .topnav .right a {
    color: #000;
}
.nav_mask.nav.nav .topnav .middle .layui-nav a {
    color: #000;
}

.nav_mask {
}

.type {
    height: 81px;
    width: 120px;
    cursor: pointer;
    position: relative;
    z-index: 1px;
    text-align: center;
}

/*.box {
    background: #fff;
    width: 150px;
    position: absolute;
    top: 64px;
    left: -15px;
    font-size: 15px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 350;
    color: #000000;
    box-sizing: border-box;
    padding-left: 0px; }

.box > .drop {
    width: 100%;
    height: 82px; }*/
.hr {
    width: 100%;
    height: 0px;
    opacity: 1;
    border: 1px solid #dddddd;
    position: relative;
    left: 0px;
}

.nav.bg {
    background: #fff;
}

.dataview {
    padding: 50px 0;
}
.m-txt8 {
    display: flex;
}
.m-txt8 .pic {
    width: 48.75rem;
    margin-top: 2.3125rem;
    margin-right: 3.75rem;
}
.m-txt8 .txt {
    flex: 1;
    /* overflow: hidden; */
}
.m-txt8 .tit {
    margin-bottom: 30px;
}
.m-txt8 .tit span {
    font-size: 18px;
    font-weight: bold;
    color: #0070ff;
    display: block;
    margin-bottom: 6px;
    line-height: 1.33;
}
.m-txt8 .tit h3 {
    font-size: 38px;
    line-height: 1.32;
}
.m-txt8 .t1 {
    font-size: 28px;
    line-height: 1.32;
    margin-bottom: 21px;
}
.m-txt8 .desc {
    font-size: 20px;
    line-height: 1.6;
    color: #4c6080;
    margin-bottom: 37px;
}
.m-txt8 .btn {
    display: block;
    width: 215px;
    height: 58px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    border-radius: 10px;
    color: #293963;
    border: 3px solid #00c5c2;
}
.m-txt8 .item {
    margin-bottom: 57px;
}
.m-txt8 .item:last-child {
    margin-bottom: 0;
}

.jy-text196 > img {
    margin-right: 10px;
}

.ai-container {
    margin-top: 30px;
}

.ai-container .title {
    font-size: 56px;
    text-align: center;
}
.ai-container .des {
    font-size: 20px;
    line-height: 1.6;
    max-width: 980px;
    margin: 28px auto 60px auto;
    text-align: center;
}
.ai-container .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ai-container .list .list-item {
    width: 32%;
    display: flex;
    align-items: center;
    margin-right: 1%;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px;
}
.ai-container .list .list-item .text {
    margin-left: 30px;
}
.ai-container .list .list-item .text h4 {
    font-size: 20px;
    line-height: 35px;
}
.ai-container .list .list-item .text p {
    color: #666666;
    text-align: justify;
    line-height: 25px;
}

.manage-container {
    padding: 50px 0 70px 0;
    text-align: center;
}
.manage-container .title {
    font-size: 56px;
}
.manage-container .des {
    font-size: 20px;
    line-height: 1.6;
    max-width: 980px;
    margin: 28px auto 0;
}
.manage-container .content {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}
.manage-container .content .icon {
    margin-bottom: 40px;
}
.manage-container .content .icon img {
    display: inline-block;
}
.manage-container .content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.row-f0 {
    padding: 50px 0;
}

.row-f1 {
    padding: 80px 0;
}

.m-t7 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
}

.m-list16 {
    overflow: hidden;
    margin: 0 -32px -64px;
}

.m-list16 li {
    width: 50%;
    float: left;
    margin-bottom: 64px;
}

.m-list16 .con {
    display: block;
    border-radius: 10px;
    margin: 0 32px;
    border: 3px solid #ccc;
    overflow: hidden;
    padding-right: 47px;
    background: #fff url(../images/p-bg3.png) no-repeat left top;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.m-list16 .pic {
    float: left;
    width: 222px;
    height: 288px;
    text-align: center;
    line-height: 288px;
    font-size: 0;
    margin-right: 5px;
}

.m-list16 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.m-list16 .txt {
    overflow: hidden;
    padding-top: 19px;
    color: #293963;
}

.m-list16 h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 9px;
}

.m-list16 .desc {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.m-list16 .info {
    font-size: 20px;
    line-height: 26px;
}

.m-list16 .item {
    overflow: hidden;
    margin-bottom: 12px;
}

.m-list16 .ico {
    width: 22px;
    height: 22px;
    margin-right: 17px;
    line-height: 22px;
    float: left;
    text-align: center;
    font-size: 0;
}

.m-list16 .ico img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.m-list16 .p-c {
    overflow: hidden;
}

.m-list16 .more {
    font-size: 20px;
    color: #006cff;
    display: inline-block;
}

.m-list16 .more:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    position: relative;
    top: -1px;
    margin-left: 15px;
    background: url(../images/i-14.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-list16 .con:hover {
    border-color: #006cff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.serve-container {
    padding: 50px 0;
}

.ripple {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes ripple {
    from {
        width: 15px;
        height: 15px;
        left: 25px;
        top: 23px;
        opacity: 1;
        border: 6px solid #0070ff;
    }
    to {
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
        opacity: 0;
        border: 1px solid #0070ff;
    }
}

.ripple > div {
    border: 4px solid #0070ff;
    position: absolute;
    border-radius: 50%;
    animation: ripple 1.5s ease-out infinite;
}

.ripple div:nth-child(2) {
    animation-delay: 1s;
}

.ripple div:nth-child(3) {
    animation-delay: 2s;
}

.ripple div:nth-child(4) {
    animation-delay: 3s;
}

.come {
    animation: come 1.5s ease-in;
}

@keyframes come {
    from {
        left: 1920px;
        opacity: 0.1;
    }
    to {
        left: 0px;
        opacity: 1;
    }
}

.aboutjieyi {
    width: 100%;
    padding: 50px 50px 50px 0;
    box-sizing: border-box;
    background-image: url("../images/home/11636.jpg");
    position: relative;
}
.aboutjieyi .comm-fiex {
    position: relative;
}

.aboutjieyi .about {
    font-size: 48px;
    color: #000000;
    font-weight: 100;
    margin-bottom: 36px;
}

.hx:after {
    margin-top: 37px;
    content: "";
    display: block;
    width: 2.1875rem;
    height: 0.3125rem;
    background-color: #0070ff;
    margin-bottom: 2.1875rem;
}
.hx.jz:after {
    margin: 30px auto 0;
}

.comm-fiex .txt {
    width: 591.5px;
    height: 160.98px;
    font-size: 20px;
    word-wrap: break-word;
    font-family:
        Microsoft YaHei-Light,
        Microsoft YaHei;
    font-weight: 300;
    color: #111111;
    line-height: 32px;
    margin-top: 79px;
    margin-bottom: 9px;
}

.comm-fiex .view {
    font-size: 14px;
    font-family:
        Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    line-height: 47px;
}

.comm-fiex .left {
    flex: 55%;
    background: rgba(255, 255, 255, 0);
}

.comm-fiex .right {
    display: flex;
    flex: 45%;
    align-items: center;
    position: relative;
}

.comm-fiex .right img {
    width: 100%;
    display: flex;
    align-items: center;
}

.jy-box135::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 99%;
    height: 0;
    opacity: 0.36;
    z-index: 10;
    border: 0.0625rem dashed #949494;
}

.jy-box140.active {
    border: 1px solid #0070ff;
    background: #fff;
    z-index: 99;
    color: #0070ff;
}

.jy-box140::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
.bottom {
    background-color: #191b1f;
    box-sizing: border-box;
    /* padding-top: 28px; */
    position: relative;
    bottom: 0;
    padding-bottom: 20px;
}

.botm {
    justify-content: space-between;
}
.botm .left {
    padding-top: 20px;
    color: #fff;
    width: 75%;
}
.botm .left .title li > div:first-child {
    margin-bottom: 25px;
}
.botm .left .title li > div:first-child a {
    color: #fff;
    font-size: 16px;
}
.botm .left .title li > div ul li.child {
    color: #7c7e82;
}
.botm .left .title li > div ul li.child a {
    color: #7c7e82;
    font-size: 16px;
}

.botm .right {
    position: relative;
    right: 0px;
    width: 20%;
    margin-top: 50px;
    color: #fff;
}
.botm .right .item {
    display: flex;
}
.botm .right .item .img-box {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.botm .right .item:nth-child(1) span {
    font-size: 38px;
    font-weight: bold;
}
.botm .right .item:nth-child(2) {
    margin: 20px 0;
}

.topbox {
    width: 100%;
    height: 117px;
    align-items: center;
    background-color: #191b1f;
    border-bottom: 1px solid #474b4f;
    display: flex;
    justify-content: space-between;
    /* line-height: 89px; */
}
.topbox .right {
    position: relative;
}
.topbox .right .wechat {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -160px;
    top: -40px;
}
.topbox .right .wechat img {
    width: 100%;
    height: 100%;
}
.topbox .right img:hover {
    cursor: pointer;
}

.botm .title {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
}

.botm li {
    margin-bottom: 25px;
}

.jieyi {
    align-items: center;
    font-size: 20px;
}

.topbox > .right {
    color: #8a8788;
}
.topbox > .right img {
    display: inline-block;
}
.wb {
    margin-left: 35px;
    font-size: 18px;
}

.wx {
    font-size: 23px;
}

.phone {
    margin-right: 13px;
}

.email {
    margin-right: 13px;
    font-size: 20px;
}

.local {
    margin-right: 13px;
    font-size: 20px;
}

.put {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9a9999;
    padding: 20px 0;
}
.put a {
    color: #9a9999;
}

.child:hover {
    cursor: pointer;
}

.side-always {
    position: fixed;
    width: 60px;
    z-index: 9999;
    right: 0;
    top: 45%;
}
.side-always li {
    width: 100%;
    height: 60px; /*background-color: #efeeed;*/
    background-color: #3090f0;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
}
.side-always li:last-child {
    margin-bottom: 0;
}
.side-always li:hover {
    background-color: #3090f0;
}
.side-always li * {
    display: none;
}
.side-always li:hover * {
    display: block;
}
.side-always li .tel-box {
    position: absolute;
    right: 61px;
    bottom: 0;
    line-height: 60px;
    padding: 0 20px;
    background: #3090f0;
}
.side-always li .tel-box a {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.side-always li .tel-box a:last-child {
    border-bottom: none;
}
.side-always li img {
    position: absolute;
    right: 61px;
    bottom: 0;
    max-width: 200px;
}
.side-always li.tel {
    background-image: url("../images/product/tel2.png");
}
.side-always li.tel:hover {
    background-image: url("../images/product/tel2.png");
}
.side-always li.ewm {
    background-image: url("../images/product/ewm2.png");
}
.side-always li.ewm:hover {
    background-image: url("../images/product/ewm2.png");
}
.side-always li.qq {
    background-image: url("../images/product/qq2.png");
}
.side-always li.qq:hover {
    background-image: url("../images/product/qq2.png");
}
.side-always li.top {
    background-image: url("../images/product/to_top2.png");
}
.side-always li.top:hover {
    background-image: url("../images/product/to_top2.png");
}

.ZM801 {
    position: relative;
    background-color: burlywood;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #f9f9f9;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ZM801:hover {
    border: 2px solid #006ffd;
    padding-bottom: 0;
    border-bottom: 10px solid #006ffd;
}

.ZM802 {
    background-color: burlywood;
    width: 1500px;
    height: 393px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #f5f6fa;
    margin: auto;
    margin-top: 30px;
    display: flex;
}

.ZM801 .con-right2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    flex: 1;
    padding: 80px 0 80px 50px;
}
.ZM801 .con-right2 .icon_box {
    border-radius: 50%;
    background: #006ffd;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    visibility: hidden;
}
.ZM801 .con-right2 .icon_box img {
    width: 40px;
    height: 40px;
}
.ZM801:hover .con-right2 .icon_box {
    visibility: visible;
}

.ZM801.lastChild > .lastChild > .jy-img16 {
    display: block;
    margin-top: 43px;
    width: 36px;
    height: 36px;
    background-image: url("../../images/hardware/2248.png");
}

.ny_banner {
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ny_banner .wp {
    margin-top: 180px;
}
.ny_banner .wp .title {
    font-size: 36px;
    color: #0070ff;
    font-weight: bold;
}
.ny_banner .wp .describe {
    font-size: 18px;
    line-height: 35px;
}

.product {
    box-sizing: border-box;
}
.product .content {
    width: 100%;
    margin-bottom: 70px;
}
.product .class {
    background: #fff;
}
.product .class .w {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.product .class .item {
    width: calc(100% / 6);
    line-height: 60px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    border-right: 1px solid #e8e8e8;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    transition: all 0.5s;
}
.product .class .item a {
    display: block;
}
.product .class .item:last-child {
    margin-right: 0;
    border: none;
}
.product .class .active,
.product .class .item:hover {
    transform: none;
    color: #fff;
    background-color: #0070ff;
    cursor: pointer;
}
.product .class .active a,
.product .class .item:hover a {
    color: #fff;
}
.ZM802 {
    background-color: burlywood;
    width: 1500px;
    height: 393px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #f5f6fa;
    margin: auto;
    margin-top: 30px;
    display: flex;
}

.example-pagination-block + .example-pagination-block {
    margin-top: 10px;
}

.example-pagination-block .example-demonstration {
    margin-bottom: 16px;
}

.ele-box {
    width: 500px;
    height: 100px;
    margin-left: 789px;
    margin-top: 51px;
    box-sizing: border-box;
    padding-left: 138px;
}

.pages .statistics {
    display: none;
}
.pagination {
    text-align: center;
    margin: 0 0 70px;
}
.pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    background: #fff;
    line-height: 40px;
}
.pagination li a,
.pagination li span {
    display: block;
}
.pagination li.disabled {
    background: #ccc;
    color: #fff;
}
.pagination li.active,
.pagination li:hover {
    background: #006ffd;
    color: #fff;
}
.pagination li.active a,
.pagination li:hover a {
    color: #fff;
}
.pagination li.prev,
.pagination li.next {
    background: none;
}

.pro-fun {
    width: 100%;
    box-sizing: border-box;
    padding: 69px 0;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
}

.grid-item1 {
    transition: all 0.2s;
    width: 49.5%;
    height: 380px;
}

.grid-container .grid-item1:first-child {
    margin-bottom: 20px;
}

.grid-item1:hover {
    cursor: pointer;
    background-size: 750px 393px;
    box-shadow: gray 0px 0px 10px 0px;
}

.Box {
    transition: all 0.3s;
    padding: 40px 40px;
}

.Box:hover {
    scale: 0.97;
    box-shadow: 0px 0px 10px 0px gray;
    cursor: pointer;
}

.pro-adv {
    background-image: url("../images/cloudplatform/034532bde986242f2fefa5ee22f9e2d1f12c10041ad20-syL8gL_fw1200.png");
    box-sizing: border-box;
    padding: 50px 0;
}

.w .Box {
    width: 366px;
    height: 366px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.6;
    margin: auto;
    box-sizing: border-box;
}
.w .Box .img_box {
    margin: 0 auto;
    width: 85px;
    height: 85px;
}
.w .Box .title {
    text-align: center;
    margin: 20px 0;
}

.tech {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}

.jy-box1 .item {
    height: 231px;
    position: relative;
    background-repeat: no-repeat;
    /* background: url('../images/cloudplatform/11582.png') no-repeat center; */
    width: 33.33%;
    font-size: 20px;
    font-family:
        Microsoft YaHei-Light,
        Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    transition: all 1s;
    background-position: center;
    transition: all 1s;
}
.jy-box1 .item .title {
    position: absolute;
    top: 30px;
    left: 50px;
    height: 30px;
    line-height: 30px;
}

.jy-box1 :hover .title {
    transition: all 1s;
    /* font-size: larger; */
    color: #4f87ff;
    /* font-weight: 300; */
}

.aiot {
    margin-bottom: 30px;
}

.wp {
    width: 100%;
    max-width: 1267px;
    margin: 0 auto;
}

::v-deep.el-popup-parent--hidden {
    width: 100% !important;
}

.top-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 600px;
    margin-top: 82px;
}
.top-banner .banner-title-wrap {
    position: absolute;
    width: 844px;
    top: 50%;
    left: 259.2px;
    transform: translateY(-50%);
}
.top-banner .banner-title-wrap .title {
    font-family: PingFangSC-Medium;
    font-size: 46px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    padding: 0;
    margin-bottom: 30px;
}
.top-banner .banner-title-wrap p {
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #2f2f2f;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 60px;
}
.top-banner .banner-title-wrap .doc {
    white-space: pre;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #0070ff;
    letter-spacing: 0;
    font-weight: 400;
}

.main .puzzle {
    text-align: center;
    padding: 100px 0;
}
.main .puzzle h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .puzzle p {
    padding: 0;
    margin: 30px 0 70px 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.main .flow {
    padding: 100px 0;
    text-align: center;
}
.main .flow h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .flow p {
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 20px 0 50px 0;
}
.main .flow .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.main .flow .content .item {
    width: 33%;
    padding: 0 70px;
    position: relative;
}
.main .flow .content .item .index {
    font-family: DIN-Bold;
    font-size: 48px;
    color: #0070ff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.main .flow .content .item .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .flow .content .item .des {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}
.main .flow .content .item .jt {
    position: absolute;
    top: 25px;
    right: -55px;
    width: 120px;
    height: 15px;
}
.main .flow .content .item .jt img {
    width: 120px;
    height: 100%;
}
.main .flow .content .item:nth-child(1) {
    margin-bottom: 50px;
}

.main .advantage {
    padding: 100px 0;
    background: #f5f6fa;
}
.main .advantage h1 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .advantage p {
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.main .advantage .content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .advantage .content h3 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    height: 66px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .advantage .content .item {
    background: #fff;
    display: flex;
    align-items: center;
    width: 32%;
    padding: 50px 60px 50px 30px;
    box-sizing: border-box;
}
.main .advantage .content .item .left img {
    width: 80px;
    height: 80px;
}
.main .advantage .content .item .right {
    margin-left: 30px;
}
.main .advantage .content .item .right .txt {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .advantage .content .item .right .des {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    min-height: 50px;
}
.main .advantage .content .item:nth-child(1),
.main .advantage .content .item:nth-child(2),
.main .advantage .content .item:nth-child(3) {
    margin-bottom: 30px;
}

@charset "UTF-8";
.gpu {
    padding: 50px 0;
    background: #f9fbff;
}
.gpu h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}
.gpu .box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.gpu .gpu-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item {
    position: relative;
    width: 450.71px;
    padding: 50px 0px 120px 0px;
}
.gpu .gpu-wrap .gpu-item-box {
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.gpu .gpu-wrap .gpu-item-cs {
    display: flex;
    flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item-cs .gg {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 40px;
}
.gpu .gpu-wrap .gpu-item-ms {
    padding: 20px 0 20px 40px;
}
.gpu .gpu-wrap .gpu-item .btn {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    text-align: center;
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}
.gpu .gpu-wrap .gpu-item .btn button {
    cursor: pointer;
    border: none;
    background-image: linear-gradient(90deg, #00a9ff 1%, #0070ff 100%);
    border-radius: 26px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 259px;
}
.gpu .gpu-wrap .gpu-item .top h3 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.gpu .gpu-wrap .gpu-item .top p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}
.gpu .gpu-wrap .gpu-item ul {
    display: flex;
    flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item li {
    display: flex;
    flex-direction: column;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    width: 50%;
}
.gpu .gpu-wrap .gpu-item li .right {
    width: 75%;
}
.gpu .gpu-wrap .gpu-item .title-comm {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gpu .gpu-wrap .gpu-item .comm {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}
.gpu .gpu-wrap .gpu-item:hover {
    cursor: pointer;
}
.gpu .gpu-wrap .gpu-item:nth-child(1) {
    background: url("../images/hashrate/1.png") no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.gpu .gpu-wrap .gpu-item:nth-child(2) {
    background: url("../images/hashrate/2.png") no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.gpu .gpu-wrap .gpu-item:nth-child(3) {
    background: url("../images/hashrate/3.png") no-repeat;
    margin-bottom: 20px;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(4) {
    background: url("../images/hashrate/1.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(5) {
    background: url("../images/hashrate/2.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(6) {
    background: url("../images/hashrate/3.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(1):hover {
    background: url("../images/hashrate/悬浮1.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(2):hover {
    background: url("../images/hashrate/悬浮2.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(3):hover {
    background: url("../images/hashrate/悬浮3.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(4):hover {
    background: url("../images/hashrate/悬浮1.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(5):hover {
    background: url("../images/hashrate/悬浮2.png") no-repeat;
    background-position: center;
}
.gpu .gpu-wrap .gpu-item:nth-child(6):hover {
    background: url("../images/hashrate/悬浮3.png") no-repeat;
    background-position: center;
}

.form-required:before {
    content: "*";
    color: red;
    margin-right: 5px;
}
.form_box {
    padding: 3rem;
}
.form_box .layui-form-item {
    display: flex;
    flex: 1;
    width: 100%;
}
.form_box .layui-form-item:last-child {
    margin-bottom: 0;
}
.form_box .layui-form-label {
    width: 120px;
}
.form_box .layui-input-block {
    margin-left: 0;
    flex: 1;
}
.form_box button {
    margin: 0 auto;
    border-radius: 50px;
    width: 30%;
}

.layui-form-item .layui-input-inline {
    flex: 1;
}
.layui-form-item .layui-inline {
    flex: 1;
    display: flex;
}
.main .puzzle {
    background: #f5f6fa;
    text-align: center;
    padding: 100px 0;
}
.main .puzzle h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .puzzle p {
    padding: 0;
    margin: 30px 0 70px 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.main .gpt {
    padding: 50px 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 1px 0 0 #dddddd;
    border-bottom: 1px solid #dddddd;
}
.main .gpt h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}
.main .gpt .gpt-wrap {
    display: flex;
    justify-content: space-between;
}
.main .gpt .gpt-wrap .gpt-item {
    width: 20%;
}
.main .gpt .gpt-wrap .gpt-item .index {
    font-family: DIN-Bold;
    font-size: 48px;
    color: #0070ff;
    letter-spacing: 0;
    font-weight: 400;
}
.main .gpt .gpt-wrap .gpt-item .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .gpt .gpt-wrap .gpt-item .des {
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}

.main .scene {
    padding: 100px 0;
    text-align: center;
}
.main .scene h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .scene p {
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 20px 0 50px 0;
}
.main .scene .content {
    display: flex;
    justify-content: space-between;
    height: 420px;
}
.main .scene .content .left {
    background: #f1f6ff;
    width: 184px;
}
.main .scene .content .left ul {
    height: auto;
    border-bottom: none;
    display: flex;
    flex-direction: column;
}
.main .scene .content .left ul .item {
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dddddd;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
    transition: all;
}
.main .scene .content .left ul .item.layui-this {
    position: relative;
    background: #0070ff;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .scene .content .left ul .item.layui-this::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #0070ff;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* 可根据需要更改颜色 */
}
.main .scene .content .right {
    flex: 1;
    padding: 0;
    margin-left: 30px;
}
.main .scene .content .right .layui-tab-item {
    position: relative;
    height: 100%;
}
.main .scene .content .right .layui-tab-item img {
    height: 100%;
}
.main .scene .content .right .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    height: 74px;
    text-align: left;
    padding: 0 50px;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.main .faq {
    padding: 100px 0;
    background: #f5f6fa;
}
.main .faq h1 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .faq .content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.main .faq .content h3 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    height: 66px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .faq .content .item {
    border-radius: 20px;
    background: #fff;
    width: 32%;
    padding: 16px 32px 32px 32px;
    box-sizing: border-box;
}
.main .faq .content .item .img {
    width: 319.34px;
    height: 213;
    margin: 0 auto;
}
.main .faq .content .item p {
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.model_case {
    position: relative;
    overflow: hidden;
}
.model_case .swiper-button {
}
.model_case .swiper-button .swiper-button-prev {
    position: absolute;
    background: url(../images/modeling/left.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    top: auto;
    bottom: 1.1rem;
    left: auto;
    right: 250px;
}
.model_case .swiper-button .swiper-button-next {
    position: absolute;
    bottom: 1.1rem;
    top: auto;
    left: auto;
    right: 150px;
    background: url(../images/modeling/right.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.main_box .case {
    margin-top: 80px;
}
.main .case {
    padding: 100px 0;
}
.main .case h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .case .content {
    display: flex;
    height: 378px;
    margin-top: 50px;
}
.main .case .content .left img {
    width: 25rem;
}
.main .case .content .right {
    flex: 1;
    margin: 40px 0;
    position: relative;
    padding: 0 40px;
    background: #f5f6fa;
    display: flex;
    align-items: center;
}
.main .case .content .right h3 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
}
.main .case .content .right p {
    padding: 0.625rem 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
}
.main .case .content .right .icon-left {
    position: absolute;
    background: url(../../../assets/jieyi-pic/modeling/left.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    bottom: -22px;
    right: 250px;
}
.main .case .content .right .icon-right {
    position: absolute;
    bottom: -22px;
    right: 150px;
    background: url(../../../assets/jieyi-pic/modeling/right.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.main .case .content .right .icon-left,
.main .case .content .right .icon-right:hover {
    cursor: pointer;
}

.main .puzzle {
    text-align: center;
    padding: 100px 0;
}
.main .puzzle h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .puzzle p {
    padding: 0;
    margin: 30px 0 70px 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.main .application {
    padding: 50px 0;
}
.main .application h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .application .w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.main .application .w .top {
    text-align: center;
    margin-bottom: 30px;
}
.main .application .w .content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}
.main .application .w .content-wrap .left {
    width: 680px;
    height: 400px;
}
.main .application .w .content-wrap .left img {
    width: 100%;
    height: 100%;
}
.main .application .w .content-wrap .right {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    padding-left: 50px;
}
.main .application .w .content-wrap .right .title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.main .application .w .content-wrap .right .des {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.main .case {
    padding: 100px 0;
}
.main .case h1 {
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .case .content {
    display: flex;
    height: 378px;
    margin-top: 50px;
}
.main .case .content .left img {
    width: 400px;
}
.main .case .content .right {
    margin: 40px 0;
    position: relative;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.main .case .content .right h3 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
}
.main .case .content .right p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
}
.main .case .content .right .icon-left {
    position: absolute;
    background: url(../../../assets/jieyi-pic/modeling/left.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    bottom: -22px;
    right: 250px;
}
.main .case .content .right .icon-right {
    position: absolute;
    bottom: -22px;
    right: 150px;
    background: url(../../../assets/jieyi-pic/modeling/right.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.main .case .content .right .icon-left,
.main .case .content .right .icon-right:hover {
    cursor: pointer;
}

.main .advantage {
    padding: 100px 0;
    background: #f5f6fa;
}
.main .advantage h1 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.main .advantage p {
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.main .advantage .content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .advantage .content h3 {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    height: 66px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .advantage .content .item {
    background: #fff;
    display: flex;
    align-items: center;
    width: 32%;
    padding: 50px 60px 50px 30px;
    box-sizing: border-box;
}
.main .advantage .content .item .left img {
    width: 80px;
    height: 80px;
}
.main .advantage .content .item .right {
    margin-left: 30px;
}
.main .advantage .content .item .right .txt {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .advantage .content .item .right .des {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    min-height: 50px;
}
.main .advantage .content .item:nth-child(1),
.main .advantage .content .item:nth-child(2),
.main .advantage .content .item:nth-child(3) {
    margin-bottom: 30px;
}
.application-tab .layui-tab-title {
    display: flex;
    justify-content: center;
    height: auto;
}
.application-tab .layui-tab-title li {
    font-size: 1.5rem;
    padding: 0 1.375rem;
    margin: 0 2rem;
    line-height: 4rem;
    height: 4rem;
}
.application-tab .layui-tab-title li.layui-this:after {
    height: 4.1rem;
}

.comprehensive_banner {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.comprehensive_banner .txt {
    position: absolute;
    width: 670px;
    left: 340px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.comprehensive_banner .txt .lab2 {
    font-size: 18px;
    display: block;
    color: #0070ff;
}
.comprehensive_banner .txt .tit {
    font-size: 46px;
    color: #000;
    margin-bottom: 33px;
}
.comprehensive_banner .txt .desc {
    color: #000;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 52px;
}

.row-d1 {
    padding: 137px 0 135px;
    background-color: #f5f7fa;
}

.m-list12 {
    overflow: hidden;
    margin: 0 -30px;
}
.m-list12 .desc {
    font-size: 18px;
    line-height: 26px;
    color: #4c6080;
}
.m-list12 h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.m-list12 li {
    width: 33.33%;
    float: left;
}
.m-list12 .con {
    text-align: center;
    margin: 0 30px;
}
.m-list12 .ico {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 44px;
}
.m-list12 .ico img {
    width: 100%;
    height: 100%;
    display: block;
}

/*.m-list13{margin-bottom: 110px;}*/
.m-list13 .lab {
    font-size: 18px;
    color: #0070ff;
    font-weight: bold;
}

.m-list13 .txt {
    position: absolute;
    top: 50%;
    right: 30px;
    left: 142px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-list13 .item {
    overflow: hidden;
}

.m-list13 .right .pic {
    float: left;
}

.m-list13 .right .txt {
    left: 122px;
}

.m-list13 .pic {
    width: 780px;
    height: 580px;
    float: right;
}
.m-list13 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.m-list13 .ovh {
    overflow: hidden;
    height: 580px;
    position: relative;
}

.m-list13 .tit h3 {
    font-size: 38px;
    line-height: 1.2;
}

.m-list13 .desc {
    font-size: 18px !important;
    line-height: 26px;
    color: #4c6080;
}
.m-list13 .desc ul {
    list-style-type: disc;
    padding-left: 20px;
}
.m-list13 .desc span {
    font-size: 18px !important;
}
.m-list13 .desc li {
    overflow: visible;
}

.m-list13 .tit {
    margin-bottom: 25px;
}

.m-list13 .btn {
    display: block;
    width: 213px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    background: #006cff;
    margin-top: 60px;
    border-radius: 10px;
}

.m-list13 .btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    position: relative;
    top: -1px;
    margin-left: 10px;
    background: url(../images/i-13.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-t1 {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #c3cfe2;
}

.deep-container {
    padding: 50px 0;
}

.m-list7 {
    overflow: hidden;
    margin: 0 -33px 36px;
}

.m-list7 li {
    width: 33.33%;
    float: left;
    margin-bottom: 30px;
}

.m-list7 .con {
    overflow: hidden;
    border-radius: 10px;
    padding: 8px 0;
    border: 2px solid #c3cfe2;
    margin: 0 33px;
    cursor: pointer;
}

.m-list7 .pic {
    float: left;
    height: 80px;
    line-height: 80px;
    width: 238px;
    font-size: 0;
    text-align: center;
    border-right: 1px solid #c3cfe2;
}

.m-list7 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.m-list7 .txt {
    overflow: hidden;
    padding-left: 24px;
    padding-top: 11px;
}

.m-list7 h4 {
    font-size: 18px;
    color: #0070ff;
    margin-bottom: 3px;
}

.m-list7 .desc {
    font-size: 22px;
    color: #4c6080;
}

.jy-box2 > div {
    background: #f4f5fa;
    cursor: pointer;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    flex: 1;
    margin-right: 30px;
    transition: all 0.3s;
}
.jy-box2 > div a {
    padding: 20px 0;
    display: block;
}
.jy-box2 > div:hover {
    background: #0070ff;
}
.jy-box2 > div:hover a {
    color: #fff;
}
.jy-box2 > div.active {
    background: #0070ff;
}
.jy-box2 > div.active a {
    color: #fff;
}
.jy-box2 > div:last-child {
    margin: 0;
}

.jy-box175 > div > img {
    transition: all 1s;
}

.jy-box175:hover div > img {
    transform: scale(1.05, 1.05);
}

.jy-box175:hover {
    cursor: pointer;
}

.jy-img20 img {
    width: 40px;
    height: 40px;
}

.ele-box {
    width: 500px;
    height: 100px;
    margin-left: 789px;
    margin-top: 51px;
    box-sizing: border-box;
    padding-left: 138px;
}

.example-pagination-block + .example-pagination-block {
    margin-top: 10px;
}

.example-pagination-block .example-demonstration {
    margin-bottom: 16px;
}

.jy-box3 .img_box {
    width: 100%;
    height: 367px;
    overflow: hidden;
}
.jy-box3 .img_box img {
    width: 100%;
    height: 100%;
}

.carousel {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: left;
    position: relative;
    overflow: hidden;
}
.carousel .carousel-item {
    width: 33.33%;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    /* transition: transform 0.5s ease-in-out; */
    box-sizing: border-box;
    padding: 30px;
    margin-right: 20px;
    position: relative;
    animation: move 8s linear infinite;
}

.carousel .left {
    width: 71px;
    height: 71px;
    margin-right: 10px;
}
.carousel .left img {
    width: 100%;
    height: 100%;
}

.carousel-item::after {
    position: absolute;
    right: -100%;
    content: attr(text);
}

@keyframes move {
    0% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(-100%);
    }
}

.banner_xqx {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

.banner_xqx a {
    display: flex;
}
.banner_xqx a .img {
    margin-right: 10px;
}
.banner_xq:hover .banner_xqx {
    opacity: 1;
}

.banner_xqx .title {
    font-size: 30px;
    font-weight: 400;
    color: #111111;
    margin-top: 66px;
}
.banner_xqx .content {
    width: 274px;
    height: 71px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 300;
    color: #111111;
}

.new_list .jy-flex .jy-box168:hover div {
    color: #fff;
}

.new_hot .jy-box7 li:hover {
    cursor: pointer;
}

.new_list .jy-flex {
    display: flex;
    margin-bottom: 20px;
}
.new_list .jy-flex .img {
    height: 300px;
    width: 480px;
}

.new_list .jy-flex img {
    width: 100%;
    height: 100%;
}

.new_list .jy-flex .jy-box168:hover {
    background-color: #0070ff;
    color: #fff;
    cursor: pointer;
}
.new_list .jy-flex .jy-box168:hover .more {
    border: 1px solid #fff;
}
.new_list .jy-flex .jy-box168:hover .jy-text23 a {
    color: #fff;
}

.new_list .jy-flex .more {
    background: #0070ff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 150px;
    border: 1px solid #0070ff;
}
.new_list .jy-flex .more a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.corporatenews .jy-box5 > .left > div {
    background-color: #fff;
}

.corporatenews .jy-box5 .item .left {
    width: 75%;
}
.corporatenews .jy-box5 .item .left .wrap {
    height: 285px;
}
.corporatenews .jy-box5 .item .left .wrap img {
    width: 100%;
    height: 100%;
}

.corporatenews .jy-box5 > div > .left:hover {
    background-color: #0070ff;
    color: #fff;
    cursor: pointer;
}

.corporatenews .jy-box5 > div > .left {
    height: 285px;
    box-sizing: border-box;
    /* padding-right: 118px; */
}

.corporatenews .jy-box5 > .left > div:hover {
    color: #fff;
    cursor: pointer;
}
.corporatenews .jy-box5 .item .right {
    margin-left: 30px;
    width: 25%;
}
.example-pagination-block + .example-pagination-block {
    margin-top: 10px;
}

.example-pagination-block .example-demonstration {
    margin-bottom: 16px;
}

.news_box {
    margin-bottom: 70px;
}
.new_hot .jy-box7 li {
    border-bottom: 1px solid #e8ebf1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.new_hot .jy-box7 li .time {
    margin-bottom: 4px;
}
.new_hot .jy-box7 li .title {
}

.news_detail {
}
.news_detail .news_banner {
    height: 400px;
}
.news_detail .news_banner img {
    width: 100%;
    height: 100%;
}
.news_detail .big-text {
    margin-bottom: 50px;
    line-height: 30px;
}
.news_detail .w {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto;
}
.news_detail .left {
    width: 70%;
}
.news_detail .right {
    width: 25%;
}

.hot_product {
    margin-bottom: 3rem;
}
.hot_product_list {
    margin-top: 2rem;
}
.hot_product_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.hot_product_list li .img {
    width: 40%;
}
.hot_product_list li .text {
    width: 55%;
}
.hot_product_list li .text .title {
    font-size: 1rem;
    font-weight: bold;
}
.hot_product_list li .text .ms {
    font-size: 1rem;
    margin-top: 1rem;
}

.page_xg {
    padding: 30px 50px;
    background: #f5f6fa;
    display: flex;
    justify-content: space-between;
}
.page_xg li b {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.page_xg li p a:hover {
    color: #206cee;
}

.bread {
    width: 1920px;
    height: 55px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    box-sizing: border-box;
    padding-left: 210px;
    margin-top: 82px;
    line-height: 55px;
    color: #999;
    background-color: #fff;
}
.clc:hover {
    cursor: pointer;
}

.footer_info {
    color: #7c7e82;
    text-align: center;
}
.footer_info a {
    color: #7c7e82;
}

.rongyu {
    position: relative;
    overflow: hidden;
}

.z-banner {
    position: relative;
}
.z-banner .img {
    width: 100%;
}
.z-banner .img img {
    width: 100%;
}
.z-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 1080px;
}
.z-banner .content h1 {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    line-height: 65px;
    margin-bottom: 36px;
}
.z-banner .content p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    margin-bottom: 50px;
}
.z-banner .content .tags_banner_title {
    font-size: 22px;
    line-height: 35px;
}
.z-banner .content a {
    padding: 14px 53px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    background: rgba(48, 144, 240, 1);
    border-radius: 4px;
}

.tags_list {
    margin-top: 20px;
    position: relative;
    min-height: 800px;
}
.tags_list ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 -5px 50px;
}
.tags_list ul .h3 {
    margin: 0 5px 10px;
}
.tags_list ul li {
    margin: 0 5px 10px;
    font-size: 12px;
    padding: 3px 15px;
    border: 1px solid #999a9c;
    border-radius: 19px;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
}
.tags_list ul li a {
    color: #999;
    font-size: 12px;
}
.tags_list ul li:hover {
    border-color: #3090f0;
}
.tags_list ul li:hover a {
    color: #3090f0;
}
.tags_list ul li:hover p {
    color: #3090f0;
}
.tags_list ul li.active {
    border-color: #3090f0;
    color: #3090f0;
}

.tags_index {
    position: absolute;
    left: -5%;
    display: flex;
    flex-direction: column;
}
.tags_index li {
    margin-top: 0.5rem;
}
.tags_index li a.this {
    color: #3090f0;
}
.tags_index.hx {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 0;
}

.production .jy-img11 .w {
    display: flex;
    justify-content: center;
    align-items: center;
}
.production .jy-img11 .top {
    display: flex;
    margin: 70px 0;
    width: 100%;
    justify-content: space-between;
}
.production .jy-img11 .top .top-left-img {
    width: 45%;
}
.production .jy-img11 .top .top-wz {
    width: 55%;
}

.computational_map {
    background: #f8fcff;
    overflow: hidden;
    display: none;
}
.computational_map h3 {
    font-size: 56px;
    text-align: center;
    margin: 50px 0 30px;
}
.computational_map .des {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
.computational_map .content {
}
.computational_map .content a {
    text-align: center;
    display: flex;
    justify-content: center;
}
.computational_map .content img {
    width: 80%;
}

.bgStyle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* btnStyle */
.btnWrap {
    display: flex;
}
.btnStyle {
    display: inline-block;
    min-width: 120px;
    border: 1px solid #e6e6e6;
    color: #666666;
    line-height: 40px;
    margin-right: 12px;
    text-align: center;
}
.btnStyle:last-child {
    margin-right: 0;
}
/* .btnStyle span{margin-left: 6px;} */

/* prodList */
.prodList {
    margin: 30px auto;
}
.prodList ul {
    display: flex;
    flex-flow: row wrap;
}
.prodList li {
    width: 32%;
    margin: 0 2% 2.5% 0;
    background: #ffffff;
    box-sizing: border-box;
    padding: 1.33rem;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(228, 228, 228, 0.6);
}
.prodList li:nth-child(3n) {
    margin-right: 0;
}
.prodList li .pic {
    height: 0;
    padding-bottom: 61.16%;
    position: relative;
    overflow: hidden;
}
.prodList li .pic .bgStyle {
    background-size: contain;
    left: 1%;
    width: 98%;
}
.prodList li .pic a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prodList li .pic img {
    max-width: 100%;
    max-height: 100%;
}
.prodList li .text {
    padding: 1.2rem 0 0;
}
.prodList li .text .title {
    padding-bottom: 0.7rem;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    color: #111111;
}
.prodList li .text .title a {
    font-size: 24px;
    display: block;
}
.prodList li .text .title::before {
    content: "";
    width: 3.33rem;
    height: 1px;
    background: #111111;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 1s linear;
}
.prodList li .text .desc {
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 0.7rem 0 1rem;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.prodList li:hover {
    box-shadow: 0 0 15px rgba(4, 14, 60, 0.11);
}
.prodList li:hover .text .title {
    color: #014ba7;
}
.prodList li:hover .text .title:before {
    background: #014ba7;
    width: 100%;
}

.nyContent {
    margin: 120px auto;
}
.body_parentid_29 {
    background: #f7f9fe;
}

/* contProduct */
.contProduct .top {
    margin-bottom: 1.33rem;
    background: #ffffff;
    padding: 2.5rem 3.33rem 2.93rem;
    display: flex;
    justify-content: space-between;
}
.contProduct .top .left {
    width: 39%;
}
.contProduct .picScroll {
    border: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}
.contProduct .picScroll .pic {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contProduct .picScroll .pic img {
    max-width: 90%;
    max-height: 90%;
}
.contProduct .thumbScroll {
    padding: 0 50px;
    position: relative;
}
.contProduct .thumbScroll .btn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contProduct .thumbScroll .btn.prev {
    left: 0;
}
.contProduct .thumbScroll .btn.next {
    right: 0;
}
.contProduct .thumbScroll .btn img {
    filter: brightness(0) invert(0.4);
}
.contProduct .thumbScroll .btn:hover {
    border-color: #014ba7;
}
.contProduct .thumbScroll .btn:hover img {
    filter: brightness(1) invert(0);
}
.contProduct .thumbScroll .container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contProduct .thumbScroll .pic {
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contProduct .thumbScroll .pic img {
    max-width: 90%;
    max-height: 90%;
}
.contProduct .thumbScroll .pic.active {
    border-color: #014ba7;
}
.contProduct .top .right {
    width: 55.7%;
}
.contProduct .top .title {
    color: #111111;
    line-height: 1.4;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.contProduct .top .title::before {
    content: "";
    width: 3.33rem;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.contProduct .top .desc {
    margin: 0.9rem 0 1.4rem;
    color: #666666;
}
.contProduct .top .dl {
    display: flex;
    line-height: 1.2rem;
    padding-bottom: 1.5rem;
}
.contProduct .top .dl dt {
    color: #666666;
    margin-top: 1px;
    flex-shrink: 0;
    margin-right: 1.2rem;
}
.contProduct .top .dl dd {
    flex: 1;
    overflow: hidden;
}
.contProduct .top .dl ul {
    display: flex;
    flex-wrap: wrap;
}
.contProduct .top .dl ul li {
    border: 1px solid #d8d8d8;
    margin: 0 10px 10px 0;
    color: #111111;
    font-family: "DIN";
    text-transform: uppercase;
}
.contProduct .top .dl ul li:last-child {
    margin-right: 0;
}
.contProduct .top .dl ul li a {
    padding: 0 0.6rem 0 10px;
}
.contProduct .top .dl ul li img {
    max-width: 1rem;
    max-height: 0.8rem;
    margin-right: 0.5rem;
}
.contProduct .top .dl ul li.on,
.contProduct .top .dl ul li:hover {
    border-color: #014ba7;
    color: #014ba7;
}
.contProduct .top .commit {
    padding: 0.8rem 0 0;
}
.contProduct .top .commit dd span {
    color: #888888;
    margin-right: 0.66rem;
}
.contProduct .top .commit dd span:last-child {
    margin-right: 0;
}
.contProduct .item {
    padding: 2.33rem 3.33rem;
    background: #ffffff;
    margin-bottom: 1.33rem;
}
.contProduct .item:last-child {
    margin-bottom: 0;
}
.contProduct .item .prodTitle {
    color: #111111;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.66rem;
}
.contProduct .item .prodTitle::before {
    content: "";
    width: 1rem;
    height: 4px;
    background: #999999;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.contProduct .item1 {
    padding-bottom: 0.8rem;
}
.contProduct .item1 .ul {
    display: flex;
    flex-wrap: wrap;
}
.contProduct .item1 .ul li {
    width: 33.33%;
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid #d8d8d8;
    color: #666666;
    line-height: 1.4;
}
.contProduct .item1 .ul li .tit {
    color: #333333;
    margin-bottom: 0.4rem;
    font-weight: bold;
}
/* .contProduct .item1 .ul li:nth-child(1),
.contProduct .item1 .ul li:nth-child(2),
.contProduct .item1 .ul li:nth-child(3){border: none;} */
.contProduct .item2 .subTitle {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.66rem;
}
.contProduct .item2 .cont {
    margin-bottom: 1.66rem;
}
.contProduct .item2 .cont:last-child {
    margin-bottom: 0;
}
.contProduct .item3 {
    padding-bottom: 1.1rem;
}
