body {
    min-width: 1250px;
    overflow-x: hidden;
}

body, html {
    font-family: PingFangSC-Thin, "Source Han Sans", Helvetica, "Droid Sans", "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 100%;
    min-width: 1250px
}

body, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

img {
    border: 0
}

a {
    text-decoration: none
}

.top {
    position: relative;
    width: 100%;
    height: 2445px;
    background: url(../images/index/bj.png) center
}

.top2 {
    height: 787px;
    background: url(../images/new/top.png) center;
    z-index: 1
}

.top-start {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1003;
    transition: .3s
}

.top_middle {
    width: 950px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-start
}

.top_logo {
    margin-top: 64px;
    cursor: pointer
}

.top_logo>img {
    position: relative;
    top: -40px;
    margin-left: -40px;
    width: 200px;
}

.top_nav {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: flex;
    margin-top: 50px;
    transition: .3s
}

.top_nav>div {
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    width: 150px
}

.top_nav>div span {
    display: inline-block
}

.top-name {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    transition: .4s
}

.top_nav>div:hover .top-name {
    display: block;
    transform: translate(-50%, 0);
    opacity: 1
}

.top-xian {
    width: 100%;
    height: 1px;
    background: #8bc3d7;
    opacity: 0;
    transition: .4s
}

.top_nav>div:hover .top-xian {
    transform: translateY(20px);
    opacity: 1
}

.top-cn {
    transition: .3s;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%)
}

.top_nav>div:hover .top-cn {
    transform: translate(-50%, 50px)
}

.top-box {
    width: 950px;
    margin: 0 auto;
    text-align: left
}

.top-box2 {
    display: inline-block;
    margin-top: 150px
}

.top_title {
    text-align: left;
    padding-left: 120px;
    margin-top: 217px;
    display: inline-block
}

.title-s1 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    -webkit-animation: fadeInUp 1s linear 0s both
}

.title-s1>span {
    color: #ff6a00
}

.title-btn {
    font-size: 31px;
    color: #ff6a00;
    border: 3px solid #ff6a00;
    padding: 4px 25px;
    display: inline-block;
    border-radius: 15px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    -webkit-animation: fadeInUp 1s linear .2s both
}

.title-btn>span {
    position: relative;
    z-index: 1
}

.title-btn:hover span {
    color: #fff
}

.hover1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6a00;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    border-radius: 10px
}

.title-btn:hover .hover1 {
    color: #fff;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.title-s2 {
    font-size: 14px;
    color: #cecece;
    margin-top: 15px;
    -webkit-animation: fadeInUp 1s linear .4s both
}

.top-list {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #cecece;
    margin-top: 128px;
    text-align: left
}

.roll p:nth-child(1) {
    font-size: 51px;
    text-align: left;
    color: #ff6a00
}

.roll p:nth-child(2) {
    text-align: left;
    line-height: 24px
}

.top-Ai {
    position: relative;
    margin-top: 100px
}

.top-Ai div {
    position: absolute;
    width: 100%;
    top: -22px;
    z-index: 1000
}

.top-Ai div p:nth-child(1) {
    font-size: 45px;
    font-weight: 700;
    color: #fff
}

.top-Ai div p:nth-child(2) {
    font-size: 22px;
    color: #ff6a00;
    margin-top: 15px
}

.switch {
    width: 600px;
    height: 48px;
    margin: 0 auto;
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ff6a00;
    padding: 0 0 30px 0
}

.swiper-title {
    margin-top: 90px
}

.swiper-title p:nth-child(1) {
    font-size: 23px;
    color: #fff;
    font-weight: 700
}

.swiper-title p:nth-child(2) {
    font-size: 15px;
    color: #8bc3d7;
    margin-top: 15px
}

.swiper-container3 {
    width: 851px;
    margin-top: 40px
}

.swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidler {
    position: relative;
    width: 71px;
    height: 71px;
    border-radius: 50%
}

.sidler p {
    position: absolute;
    width: 120px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #ff6a00
}

.sidler>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.on1 {
    background: #ff6a00;
    cursor: pointer
}

.Solution {
    margin-top: 90px;
    display: inline-block
}

.Solution div p:nth-child(1) {
    color: #273849
}

.Solution div p:nth-child(2) {
    color: #3f464d
}

.Solution1 {
    margin-top: 60px
}

.porject {
    display: flex;
    margin-top: 139px
}

.porject>div {
    margin: 0 -40px;
    position: relative
}

.porject>div:nth-child(2) {
    top: -20px;
    z-index: 1
}

.porject-silder .pdf:hover {
    color: #ff6a00;
    cursor: pointer
}

.porject-silder {
    position: absolute;
    width: 68%;
    top: 44px;
    left: 50%;
    transform: translateX(-50%)
}

.porject-silder .p1 {
    font-size: 27px;
    color: #fff
}

.porject-silder .p2 {
    font-size: 15px;
    color: #000;
    margin-top: 31px
}

.porject-silder .p3 {
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 10px;
    height: 120px;
    line-height: 20px
}

.porject-silder .p4 {
    font-size: 15px;
    color: #000;
    margin-top: 15px
}

.porject-silder .p5 {
    width: 110%;
    margin-top: 15px
}

.porject-silder .p5>div {
    display: flex;
    justify-content: start;
    font-size: 12px;
    color: #4a4a4a;
    margin-bottom: 15px
}

.porject-silder .p5 img {
    vertical-align: bottom
}

.porject-silder .p5>div p:nth-child(2) {
    vertical-align: bottom;
    margin-left: 15px
}

.porject-silder .p5>div>p:nth-child(1) {
    width: 80px;
    text-align: left
}

.porject-silder .p5 span {
    font-size: 7px;
    transform: scale(.7) translateX(-11px);
    display: inline-block
}

.porject-silder .p6 {
    width: 82%;
    height: 1px;
    border-bottom: 1px solid #687686;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.porject-silder .pdf {
    width: 100%;
    color: #004cff;
    font-size: 18px;
    transition: .3s;
    text-align: center;
    position: absolute;
    top: 355px
}

.porject-silder2 .p5>div>p:nth-child(1) {
    width: 100px
}

.porject-silder2 .p1 {
    margin-top: 5px
}

.porject-silder2 .p3 {
    line-height: 22px
}

.porject-silder2 .p4 {
    margin-top: 35px
}

.porject-silder2 .p5>div>p:nth-child(2) {
    margin-left: 45px
}

.porject-silder2 .p6 {
    top: 6px
}

.porject-silder2 .pdf {
    top: 395px
}

.porject-silder3 .p5>div>p:nth-child(2) {
    margin-left: 35px
}

.Second-piece {
    width: 100%;
    height: 447px;
    background: url(../images/index/tbj.png) center;
    margin-top: 170px
}

.Second-piece1 {
    margin-top: 100px
}

.Second-piece1 .Solution {
    margin-top: 60px
}

.second-ul {
    display: flex;
    width: 950px;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: space-between
}

.second-ul li {
    width: 152px
}

.li-p1 {
    font-size: 17px;
    color: #273849;
    font-weight: 700
}

.li-p2 {
    font-size: 13.5px;
    color: #464646;
    margin-top: 5px;
    text-align: left
}

.case {
    font-size: 45px;
    color: #273849;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center
}

.AllLogo {
    width: 100%;
    height: 734px;
    background: url(../images/index/bj31.png?v=2) center;
    margin-top: 140px
}

.honor {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.honorImg {
    width: 1244px;
    height: 618px;
    background: url(../images/index/honor.png) center;
    margin: 0 auto;
    margin-top: 140px
}

.cooperation {
    margin-top: 100px
}

.cooperation .li-p1 {
    margin-top: 30px
}

.cooperation .li-p2 {
    margin-top: 15px
}

.Package {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 95px;
    width: 100%;
    height: 1055px
}

.table {
    width: max-content;
    margin: 0 auto;
    position: relative;
    margin-top: 150px
}

.price-color {
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    color: #fff;
    background: #ff6a00;
    padding: 5px 15px;
    border-radius: 34px
}

.tPrice1 {
    top: 68px;
    left: 398px
}

.tPrice2 {
    top: 68px;
    left: 690px
}

.price-color span {
    position: relative;
    z-index: 1
}

.price-color:hover .hover1 {
    color: #fff;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.hover2 {
    border-radius: 30px;
    background: #004cff
}

.table-btn {
    font-size: 29px;
    background: #ff6a00;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 15px;
    border-radius: 15px;
    margin-top: 40px;
    position: relative;
    cursor: pointer
}

.table-btn span {
    position: relative;
    z-index: 1
}

.table-btn .hover1 {
    background: #004cff
}

.table-btn:hover .hover1 {
    color: #fff;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.findfuture div p:nth-child(2) {
    font-size: 21px
}

.bottom {
    width: 100%;
    height: 1569px;
    background: url(../images/index/bottom.png) center;
    margin-top: 200px
}

.bottom-t {
    margin-top: -190px;
    display: inline-block
}

.glory {
    width: 90%;
    margin: 0 auto;
    margin-top: 200px;
    display: flex;
    justify-content: space-between
}

.glory li>div {
    text-align: left
}

.glory_d1 {
    color: #ff6a00;
    font-weight: 700;
    font-size: 21px
}

.glory_d1>span {
    font-size: 64px
}

.glory_d2 {
    margin-top: 10px
}

.glory_d2>span {
    width: 16px;
    height: 16px;
    background: #ff6a00;
    display: inline-block;
    vertical-align: middle
}

.glory-img {
    margin-top: 55px
}

.newsinfor {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    margin-top: 70px
}

.newsinfor li {
    width: 290px;
    height: 220px;
    border-radius: 14px;
    background: #fff;
    cursor: pointer
}

.newsinfor li>img {
    border-radius: 13px 13px 0 0;
    width: 290px
}

.new-title {
    margin-top: 15px
}

.new-title p {
    text-align: left;
    text-indent: 15px;
    font-size: 15px;
    color: #273849;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap
}

.new-more {
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
    cursor: pointer;
    text-align: center
}

.footer {
    width: 1076px;
    height: 292px;
    background: url(../images/index/jx.png);
    margin: 0 auto;
    position: relative;
    margin-top: 54px;
    background-color: #1d222d;
}

.footer-logo {
    position: absolute;
    left: 65px;
    cursor: pointer;
    display: flex;
    width: 172px;
    flex-direction: column;
}

.footer-words {
    font-size: 15px;
    display: flex;
    position: absolute;
    left: 34%;
    top: 60px
}

.footer-words>div {
    margin-right: 100px
}

.footer-words>div p {
    text-align: left;
    line-height: 32px;
    width: max-content
}

.footer-words>div p:hover {
    border-bottom: 1px solid #fff
}

.footer-words>div p:nth-child(1):hover {
    border-bottom: none
}

.footer-words>div p a {
    color: #c6c6c6
}

.footer-words>div p:nth-child(1) a {
    color: #fff
}

.footer-words>div p:nth-child(1) {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.end-words {
    font-size: 14px;
    color: #717171;
    font-size: 14px;
    color: #717171;
    position: absolute;
    bottom: -34px;
    left: 81px
}

.scoll-Top {
    position: absolute;
    bottom: -46px;
    right: 12%;
    cursor: pointer
}

.subNavBox {
    width: 85%;
    border: solid 1px #e5e3da;
    padding: 28px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.subNav {
    border-bottom: solid 1px #e5e3da;
    cursor: pointer;
    font-weight: 700;
    font-size: 21px;
    color: #4b4747;
    line-height: 60px;
    padding-left: 10px;
    background: url(../images/jiantou1.png) no-repeat;
    background-position: 95% 50%;
    text-align: left
}

.currentDd {
    color: #277fc2
}

.currentDt {
    background-image: url(../images/jiantou.png)
}

.navContent {
    display: none;
    border-bottom: solid 1px #e5e3da;
    margin: 0 10px
}

.navContent li {
    margin: 15px 0
}

.navContent li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #333
}

.navContent li a {
    color: #2699fb
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1003;
    background: rgba(0, 0, 0, .5);
    display: none
}

.pdf-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pdf-close {
    position: absolute;
    right: 40px;
    top: 10px;
    font-size: 50px;
    color: #fff;
    cursor: pointer
}

.body-over {
    overflow: hidden !important
}

.new-list {
    width: 950px;
    margin: 0 auto
}

.new_tab {
    font-size: 23px;
    color: #fff;
    display: flex;
    justify-content: start;
    border-bottom: 1px solid rgba(87, 91, 97, .23);
    padding: 0 0 10px 0;
    margin-top: 50px
}

.new_tab>div {
    margin-right: 55px;
    position: relative;
    cursor: pointer
}

.on2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: #f76702
}

.new_ul {
    width: 950px;
    margin: 0 auto;
    margin-top: -380px;
    position: relative;
    z-index: 1
}

.new_ul>li {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
    cursor: pointer
}

.new_size {
    margin-left: 35px;
    position: relative
}

.new_size p {
    text-align: left;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px
}

.new_ul>li:nth-child(1) .new_size p {
    color: #fff
}

.new_size p:nth-child(1) {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px
}

.new_time {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important
}

.bottom1 {
    height: 358px;
    background: #1e232e;
    position: relative
}

.bottom1 .footer {
    margin-top: 10px;
    display: inline-block
}

.bottom1 .footer .footer-logo {
    top: 65px
}

.bottom_upper {
    width: 100%;
    height: 585px;
    background: url(../images/new/bottom.png) center;
    position: absolute;
    top: -585px;
    left: 0
}

.new_btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 95px;
    position: relative;
    z-index: 1
}

.new_btn>span {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background: #ff6a00;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer
}

.new_details {
    width: 1050px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: -630px
}

.new_content {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    line-height: 50px
}

.new_content img {
    width: 300px;
}

.new_content p {
    text-align: left
}

.new_title {
    width: 95%;
    margin: 0 auto;
    text-align: left
}

.new_title div:nth-child(1) {
    font-size: 32px;
    color: #273849;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block
}

.new_title div:nth-child(2) {
    font-size: 14px;
    color: #bababa;
    margin-top: 15px
}

.newsinfor2 {
    position: relative;
    z-index: 1;
    margin-top: 50px
}

.newsinfor2 .newsinfor {
    width: 920px;
    margin-top: 30px
}

.articles {
    font-size: 30px;
    color: #1e232e;
    font-weight: 700
}

.articles_btn {
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.display_none {
    display: none
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: rgba(1, 75, 62, 1)
}