.flex-center{
    display: flex;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.vertical-center{
    display: flex;
    align-items: center;
}
/* news */
.new-content {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.new-left {
    /* height: 725px; */
    height: 80vh;
    width: 25%;
    border-radius: 16px;
    background: rgba(13, 13, 13, 1);
    border: 0.45px solid rgba(166, 151, 151, 1);
    margin: 0 10px;
}
.new-center {
    width: 45%;
}
.new-right {
    width: 30%;
}
.big-title {
    color: #ffffff;
    background: rgba(28, 29, 34, 1);
    line-height: 3;
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin: 10px 12px;
}
.big-title img {
    width: 30px;
}
.big-title p {
    padding-left: 10px;
}
.zt-line {
    height: 90%;
    overflow-y: scroll;
}
.zt-line .zt-title {
    font-size: 16px;
    line-height: 3;
    margin: 20px 0;
}
.content {
        display: flex;
        border-bottom: 1px solid rgba(46, 45, 45, 1);
        padding-bottom: 12px;
        margin: 10px 12px;
}
.content-img {
    width: 130px;
    height: 140px;
}
.content p {
    width: auto;
}
.zt-content {
    width: calc(100% - 130px);
    padding-left: 14px;
    display: inline-grid;
    align-content: stretch;
    align-items: center;
}
.icon1-stl {
    width: 20px;
    height: 20px;
}
.zt-content h4 {
    color: rgba(255, 255, 255, 1);
}
.zt-content a{
    color: rgba(131, 230, 179, 1);
}
.zt-content p {
    color: rgba(255, 255, 255, 0.7);
}
.new-up {
    height: 35%;
    display: flex;
}
.up-img {
    width: 100%;
}
.up-img img {
    width: 100%;
    height: 100%;
}
.up-img video {
    border: 0.45px solid rgba(166, 151, 151, 1);
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.up-img p {
    background: #8d8787;
    line-height: 3;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    width: 36%;
    margin-top: -42px;
}
.new-up ul {
    width: 10%;
    background: black;
}
.new-up ul li {
    color: #fff;
    text-align: center;
    line-height: 3;
    list-style-type: none;
    font-size: 15px;
}
.new-up ul li:hover {
   background-color: #789ed7;
}
.new-down{
    /* height: auto; */
    height: 65%;
    margin-top: 10px;
}
.down-img{
    height: 65%;
}
.new-down ul {
   
    list-style-type: none;
    height: 50px;
}
.new-down ul li {
    text-align: center;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
}
.new-down ul li:hover{
   
    color: rgba(42, 254, 144, 1);
}
.down-content {
    height: auto;
    display: flex;
    border-radius: 20px;
    background: rgba(13, 12, 12, 1);
    border: 1px solid rgba(64, 64, 64, 1);
    margin: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.down-info {
    width: calc(98% / 3);
    height: fit-content;
}
.down-info img {
    width: 95%;
    border-radius: 10px;
}
.down-info p {
    text-align: center;
    height: 50px;
    padding: 6px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.followus{
    height: auto;
    color: #fff;
}
.followus .tip {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
}
.followus .qrcode {
    display: flex;
    text-align: center;
}
.qrcode-info {
    margin: 10px 15px;
}
.qrcode-info img {
    width: 100px;
}
.announce {
    /* height: 60%; */
    height: 80vh;
    margin: 0 10px 15px 10px;
    padding: 20px 18px 0 18px;
    border-radius: 20px;
    background: rgba(13, 13, 13, 1);
    border: 0.45px solid rgba(166, 151, 151, 1);
}
.announce ul {
    overflow-y: scroll;
    height: 90%;
}
::-webkit-scrollbar { display: none; }
.ance-title {
    display: flex;
    justify-content: space-between;
    color: #fff; 
}
.announce ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 4px;
    color: #fff;
}

.ance-title p {
    font-weight: 600;
    font-size: 18px;
}
/* detail-content */
.detail-content {
    width: 90%;
    margin: 0 auto;
}
.new-detail{
    width: 34%;
    margin-left: 4%;
    display: inline-flex;
}
.new-detail img {
    width: 100%;
    height: 100%;
}
.news-detail img{ width: auto !important;}
 /* contect */
 .contact-content{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/contact/bg.png);
 }
 .contact-second {
    padding: 10% 0;
}
 .contact-content .banner {
    text-align: center;
}
.contact-msg span{
    line-height: 4;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}
.flexend {
    display: flex;
    justify-content: flex-end;
}
.contact-tip h4 {
    font-weight: 600;
    color: #fff;
}
.contact-tip span {
    border-bottom: solid 3px #5B75E4;
    width: 36px;
    display: inline-flex;
}
.contacts h4 {
    font-weight: 400;
    line-height: 2;
}
.error{
    color: red;
}
.btn-primary {
    color: #fff;
    background-color: rgba(112, 230, 169, 0.75);
    border-color: rgba(112, 230, 169, 0.75);
    width: 100%;
}
.btn-primary:hover{background: rgba(112, 230, 169, 0.75);}
.maginright {
    margin-right: 8%;
}
.contacts {
    color: rgba(255, 255, 255, 0.75);
}
.form-control{
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.form-control:focus{
    border-color: rgba(112, 230, 169, 0.75);
}
.contact-mt .icons {
    margin: 8px 0 8px -8px;
}
/* newdetail */
.flex-laft{
    display: flex;
    justify-content: flex-start;
}
.detail-text {
    position: absolute;
    margin-right: 25%;
    width: 27%;
    padding: 30px 35px;
    height: 270px;
    border-radius: 20px 0px 80px 20px;
    background: rgba(36, 34, 34, 1);
}
.flex-laft h4:first-child {
    color: green;
    font-weight: 600;
    margin-right: 15px;
    font-size: 40px;
}
.flex-laft h4 {
    color: #ffffff;
    font-size: 35px;
}
p.tp1{
    color: #ffffff;
    padding: 17px 0;
    line-height: 1.6;
}
p.tp2{
        display: flex;
        justify-content: space-between;
        color: rgba(255, 255, 255, 1);
        padding: 1% 5%;
}
.detail-banner{
    background: url(../images/news/xwtpbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.detail-banner img {
    width: 90%;
    height: 560px;
    margin: 0 auto;
    display: flex;
}
.fx-img{
         display: flex;
        color: #ffffff;
        text-align: left;
        font-size: 25px;
        align-items: center;
}
.fx-img img{
    width: 35px;
    height: 35px;
}
.detail-fx p {
    padding: 1% 2%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    text-indent: 2em;
}
.detail-qs {
    padding: 1% 2%;
}
.detail-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.detail-item {
    width: 40%;
    height: auto;
    min-height: 200px;
    border: 1px solid rgba(38, 38, 38, 1);
    border-radius: 10px;
    margin: 1% 1%;
    padding: 2% 2%;
}
.detail-item p {
    color: #fff;
    padding-bottom: 10px;
}
.detail-item p:last-child {
    color: rgba(179, 179, 179, 1);
    line-height: 1.5;
    border-top: 1px solid rgba(38, 38, 38, 1);
    padding-top: 10px;
}
.updown-cont {
    margin-top: 2%;
}
.updown-cont p {
    margin-top: 10px;
}
.updown-cont img {
    width: 24px;
    height: 24px;
}
.updown-cont span {
    color: #ffffff;
    padding-left: 10px;
}
.updown-cont a {
    color: rgba(13, 255, 0, 1);
}
/* product */
.product-content .banner {
    background-size: 100%;
    background-image: url(../images/product/cpbgjs.png);
    /* background-image: url(../images/cpbgjs.png); */
    background-repeat: no-repeat;
}
.product-content .banner img{width: 100%;}
.product-content .banner img:last-child{
    width: auto;
    margin-left: 0;
}
.product-content .strategy {
    margin-top: 10px;
    text-align: center;
}
.app-download {
    margin-left: 10%;
    padding-top: 8%;
    padding-bottom: 11%;
    display: grid;
    width: 20%;
    justify-items: start;
    justify-content: center;
}
.app-download img {
    margin: 10px auto;
}
.strategy img{width: 100%;}
.strategy-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    width: 60%;
    margin: 0 auto;
}
.strategy-box {
    display: flex;
    align-items: center;
    width: 420px;
    justify-content: space-evenly;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 24px;
    margin: 8px;
}
.strategy-img {
    width: 90px;
    height: 90px;
}
.strategy-text {
    width: calc(100% - 90px);
    color: #ffffff;
    text-align: left;
}
.strategy-text h3 {
    padding-bottom: 5px;
    font-size: 20px;
}
.title {
    text-align: center;
    margin: 20px 0;
}
.title h3 {
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
}
.title h4 {
    color: #7F7F7F;
    padding-top: 0.3em;
    font-size: 25px;
}
.title p {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 5px;
}
.produce img{
    height: auto;
    width: 100%;
    margin: 1% auto;
}
.tips{text-align: center;}
.tips span{
    font-weight: 500;
    font-size: 30px;
    color: #5B75E4;
}
.tact-box {
    margin: 0 auto;
    display: flex;
    width: 65%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(../images/product/fzcl.png);
    background-size: 100% 100%;
}
.tact-box .tact {
    width: 315px;
    margin: 10px auto;
}
.tact-box .tact-title {
    text-align: center;
    margin-bottom: -22px;
}
.tact-title h3 {
    font-weight: 500;
    font-size: 46px;
    color: #ffffff;
}
.tact-title p {
    font-weight: 500;
    font-size: 30px;
    color: #3D4C9B;
}
.text-center {
    text-align: center;
}
.tact-cont{
    display: flex;
    height: 230px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(212, 205, 205, 1);
    border-radius: 13px;
    opacity: 1;
}
.tact-cont p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}
.tact-cont p:first-child{
    font-size: 25px;
    line-height: 50px;
}
.revive-produce {
    display: flex;
    background-repeat: no-repeat;
    background-image: url(../images/reviveai.png);
    background-size: 100% 100%;
    width: 80%;
    height: 100%;
    padding: 140px 2px;
    margin: auto 10%;
}
.plat-box {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.plat-box img {
    width: 100%;
}
.revive {
    width: 50%;
}
.revive-line {
    display: flex;
    margin: 35px auto;
}
.revive-line img {
    width: 50px;
    height: 50px;
}
.revive-line .line-rft {
    color: #ffffff;
    width: 77%;
}
.revive-line .line-rft h3{
    font-size: 24px;
    color: rgba(162, 252, 166, 1);
}
.line-rft{
    color: #ffffff;
    width: 65%;
}
.revive-line .line-rft p {
    font-size: 18px;
}
.revive-line .line-rft p:last-child{padding-top: 8px;}
/*  */
.plat-line {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        border: 1px solid rgba(191, 191, 191, 1);
        border-radius: 14px;
        margin: 15px 6px;
        padding: 40px 10px;
        width: calc(90% / 3);
}
.line-lft {
    color: #ffffff;
    width: auto;
}
.line-lft h3 {
    font-size: 35px;
}
.line-lft p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.line-lft p:last-child{
    color: rgba(162, 252, 166, 1);
    padding-top: 15px;
}
.line-rt {
    font-size: 30px;
    width: 23%;
}
.line-rt span {
    color: #3D4C9B;
}

.plat-line img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
/* mode-content */
.mode-content .banner img{width: 100%;height: 354px;}

.zcwj .left{width: 28%;}
.zcwj .right{width: 40%;margin-right: 10%;}
.right img{  
    width: 100%;
    height: 100%;
}
.zcwj .title{
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    margin: 8px 0;
}
.promotion img{
    width: 36px;
    height: 35px;
}
.fl-lst {
    border-radius: 44px;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 2;
    margin: 15px 0 15px 20px;
    padding: 0 20px;
}
.tags-tip {
    text-align: center;
    margin: 4% 0 0% 0;
}
.tags-tip h3{
    font-weight: 500;
    font-size: 30px;
    color: rgba(162, 252, 166, 1);
}
.tags-tip p{
    font-weight: 500;
    font-size: 25px;
    color: rgba(162, 252, 166, 1);
}
.tags-tip1{
    text-align: center;
}
.tags-tip1 p{
    font-weight: 500;
    font-size: 30px;
    color: rgba(162, 252, 166, 1);
}
.tags-tip1 p:last-child{
    color: rgba(162, 252, 166, 1);
    font-size: 25px;
}
.weneed {
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.need-title{
    display: grid;
    justify-items: center;
    margin-top: 18px;
    color: #ffffff;
}
.weneed p {
    padding: 0px 8px;
    border-radius: 8px;
    margin: 1%;
    border: 1px solid rgba(94, 92, 92, 1);
}
.weneed img {
    width: 60px;
    height: 60px;
}
/* develop-content */

.inline-flex{display: inline-flex;}

.data {
    padding: 3% 0;
    margin: auto 5%;
    background: url(../images/develop/ldmbbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.develop-model img {
    width: 100%;
}
.data-box{
    display: flex;
    justify-content: center;
}
.data-text {
    width: 170px;
    height: 210px;
    padding: 20px;
    background-image: url(../images/develop/box.png);
    background-repeat: no-repeat;
    margin: auto 25px;
    color: #FFFFFF;
    background-size: 100% 100%;
}
.data-text h3 {
    font-size: 30px;
    font-weight: 600;
}
.data-text p {
    font-size: 20px;
    line-height: 2;
}
.data-text img {
    width: 48px;
    height: 48px;
}
.title-plan {
    color: rgba(162, 252, 166, 1);
    display: flex;
    justify-content: center;
}
.tags img {
    width: 100%;
}
.title-plan p {
    padding: 0 12px;
    font-size: 18px;
}
.develop-plan {
    margin: 1% auto;
}
.plan-box{  
    display: flex;
    justify-content: center;}
.plan-box:nth-child(1)>.plantitle {
    background: linear-gradient(90deg, rgba(3, 133, 81, 0.1) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box:nth-child(2)>.plantitle{
    background: linear-gradient(90deg, rgba(3, 133, 81, 0.2) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box:nth-child(3)>.plantitle{
    background: linear-gradient(90deg, rgba(3, 133, 81, 0.3) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box:nth-child(4)>.plantitle{
    background: linear-gradient(90deg, rgba(3, 133, 81, 0.4) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box:nth-child(5)>.plantitle{
    background: linear-gradient(90deg, rgba(3, 133, 81, 0.5) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box:nth-child(6)>.plantitle{
    background: linear-gradient(90deg, rgba(3, 133, 81, 1) 0%, rgba(3, 133, 81, 0) 100%);
}
.plan-box p:first-child{
    padding-left: 20px;
    font-size: 18px;
    width: 10%;
    height: 50px;
    opacity: 1;
    border-radius: 10px;
}
.plan-box p {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 4px 1%;
}
.plan-box p img {
    padding-right: 14px;
}
.plan-box:nth-child(1) > .planimg img{opacity: 0.2;}
.plan-box:nth-child(2) > .planimg img{opacity: 0.3;}
.plan-box:nth-child(3) > .planimg img{opacity: 0.4;}
.plan-box:nth-child(4) > .planimg img{opacity: 0.6;}
.plan-box:nth-child(5) > .planimg img{opacity: 0.8;}
.plan-box:nth-child(6) > .planimg img{opacity: 1;}
.plan-box p.plantime{
    width: 6%;
}
.plan-box p.planimg{
    width: 37%;
}
@media (min-width: 1280px){
      /* news */
      .down-info img{width: 90%;}
    /* mode */
    .zcwj .left {
        width: 38%;
    }
    .zcwj .right {
        margin: auto 4% auto 0;
    }
    /* .plat-box img {
		width: calc(96% / 3);
	} */
	/* .revive-produce{padding: 0 2px;} */
}
@media (min-width: 1024px){
}
@media (max-width: 1440px){
    .new-left{height: 64vh;}
    .announce{height: 64vh;}
    .zt-line{height: 87%;}
    .strategy-content{width: 64%;}
}
@media (max-width: 1280px){
    .revive-produce{padding: 0 2px;}
    /* news */
    .new-left{height: 64vh;}
    .announce{height: 64vh;}
    .zt-line{height: 84%;}
    .content-img {
        width: 100px;
        height: 110px;
    }
    .content p {
        width: auto;
    }
    .top-menu ul li a{margin: 0 0.4em;}
    .zt-content{width: calc(100% - 100px);}
    /* product */
    .strategy-content{width: 80%;}
    /* devalop */
    .plan-box p:nth-child(3) {
        width: 55%;
    }
    .plan-box p:nth-child(2) {
        width: 12%;
    }
    .plat-line{width: calc(100% / 3);}

}
@media (max-width:1024px){
    .develop-model{height: 60vh;}
    /* news */
    .new-left{height: 58vh;}
    .announce{height: 58vh;}
    .down-info img{width: 90%;}
    .qrcode-info img {
        width: 65px;
    }
    .qrcode-info {
        margin: 10px 10px;
    }
    .announce ul li{padding: 5px 0px;}
    .content-img {
        width: 80px;
        height: 85px;
    }
    .new-content{width: 100%;}
    .zt-line{height: 85%;}
    .zt-content img{
        width: 20px;
        height: 20px;
    }
}
@media (max-width:480px) {
    .new-detail {
        width: auto;
        margin-left: 0;
    }
    /* product */
    .tact-box{width: 100%;}
    .tact-cont{
        background-size: 100%;
           height: 200px;
    }
    .tact-box .tact{width: 180px;}
    .tact-title h3{font-size: 30px;}
    .tact-title p{font-size: 22px;}
    .tact-cont p{
        font-size: 14px;
        line-height: 30px;
    }
    .plat-box{display: grid;}
    .line-lft {
        width: 80%;
    }
    .line-lft h3 {
        font-size: 22px;
    }
    .line-lft p {
        font-size: 18px;
    }
    .plat-line img {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }
    .line-rt {
        font-size: 18px;
        width: 24%;
    }
    /* mode */
    .mode-content .banner img{height: auto;}
    .zcwj{display: block;}
    .zcwj .left {
        width: 100%;
    }
    .zcwj .right{width: 85%;}
    .tags-tip {
        margin: 0 1%;
    }
    .tags-tip h3{font-size: 20px;}
    .tags-tip p{font-size: 18px;}
    .tags-tip1 p{font-size: 20px;}
    .tags-tip1 p:last-child{font-size: 18px;}
    .weneed img {
        width: 30px;
        height: 30px;
    }
    /* develop */
    .strategy-content{width: 100%;}
    .revive-produce{
        display: block;
        padding: 30px 2px;
        width: auto;
        margin: auto 4%;
    }
    .revive {
        width: 100%;
    }
    .revive-line{justify-content: center;}
    .revive-line .line-rft{width: 70%;}
    .title h3{font-size: 30px;}
    .title p{
        font-size: 20px;
        line-height: 1.4;
    }
    .product-content .banner img:last-child{
        margin-left: 5px;
        width: 40%;
    }
    .product-content .banner img {
        width: 80%;
    }
    .app-download img {
        margin: 3px auto;
    }
    .plat-line{
        width: 100%;
        margin: 8px 0px;
        padding: 40px 0px;
    }
    .flexend {
        flex-direction: column;
        align-items: center;
    }
    .maginright:first-child{
        margin: 5em 0 0;
    }
    .maginright{margin: 2em 0 0;}
    .contact-content{background-size: contain;}
    /* news */
    .new-content{
        display: block;
        width: 100%;
    }
    .new-left{width: auto;}
    .new-center{
        width: auto;
        margin: 10px auto;
    }
    .down-info img{width: 90%;}
    .down-info p{font-size: 14px;}
    .new-right{width: auto;}
    .revive-produce{background-size: auto;}
    /* newdetail */
    .detail-banner img{height: auto;}
    .fx-img img {
        width: 24px;
        height: 24px;
    }
    .fx-img{font-size: 20px;}
    .detail-fx p{font-size: 16px;}
    .updown-cont img {
        width: 18px;
        height: 18px;
    }
    .news-detail img{ width: 100% !important;}
    /* devalop */
    .data-box{
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .data-text{
        width: 140px;
        height: 190px;
        margin: 6px 10px;
    }
    .data-text h3{font-size: 23px;}
    .data-text p{font-size: 16px;}
    .data-text img{
        width: 35px;
        height: 35px;
    }
    .develop-model{height: auto;}
    .develop-plan{margin: 1% 2%;}
    .title-plan{
    flex-direction: column;
    align-items: center;
    }
    .title-plan p{font-size: 14px;}
    .plan-box{
        flex-direction: column;
    align-items: flex-start;
    }
    .plan-box p:nth-child(2) {
        width: 20%;
    }
    .plan-box p:nth-child(3) {
        width: 100%;
    }
    .plan-box p:first-child{
        width: 60%;
    }

}
@media (min-width: 768px){
    
}

@media (min-width: 2560px){
    /* news */
    .new-left{height: 77vh;}
    .announce{height: 77vh;}
    .zt-line {
        height: calc(100% - 70px);
    }
  
}

