input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@keyframes anfont {
    0% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes anfont /* Safari 与 Chrome */
{
    0% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
    /*结束状态 透明度为1*/
}

@keyframes anicon {
    0% {
        transform: translateX(124px) translateY(78px);
    }
    100% {
        transform: translateX(124px) translateY(88px);
    }
}

@-webkit-keyframes anicon /* Safari 与 Chrome */
{
    0% {
        transform: translateX(124px) translateY(78px);
    }
    100% {
        transform: translateX(124px) translateY(88px);
    }
    /*结束状态 透明度为1*/
}

@keyframes bottomFadeOut {
    0% {
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes bottomFadeOut /* Safari 与 Chrome */
{
    0% {
        transform: translateY(60px);
    }
    40% {
        opacity: 0.5;
        transform: translateY(30px);
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
    /*结束状态 透明度为1*/
}

html {
    min-width: 1300px;
}

a {
    text-decoration: none;
    color: #FFFFFF;

}

a:hover {
    color: #ffbd00 !important;
    text-decoration: underline;
}

.All {
    height: 100%;
    width: 100%;
}

.Top {
    width: 100%;
    height: 70px;
    background-color: #0D0D0D;
    display: flex;
    justify-content: flex-start;
}

.TopBar {
    height: 100%;
    width: 747px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0 19%;
}

.TopBarLogo {
    width: 172px;
    height: 42px;
    background: url('../img/index/HomePageLogo.png') no-repeat center/contain;
}

.bar {
    width: 100px;
    height: 25px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.Rotation-Chart {
    width: 100%;
    height: auto;

}

.d-block {
    width: 100%;
    height: 100%;
}

.SolutionBg {
    width: 100%;
    height: 759px;
    background-color: #F3F8FF;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.Solution {
    min-width: 496px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 123px;
}

.Solution-title {
    font-size: 39px;
    color: #0960C6;
    width: 480px;
    height: 53px;
    display: flex;
    justify-content: center;
}

.solution-title-underline {
    width: 206px;
    height: 3px;
    background-color: #0960C6;
    margin-top: 22px;
}

.solution-introduction {
    width: 70%;
    height: 50%;
    margin-top: 90px;
    display: flex;
    min-width: 1000px;
}

.solution-img {
    background: url('../img/index/solution-img.png') no-repeat center/contain;
    height: 280px;
    width: 50%;
    transition: all 1s;
    transform: translateY(125px);
    opacity: 0;
}

.solution-text {
    margin-left: 44px;
    min-height: 294px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.solution-text > div {
    color: #333333;
    font-size: 20px;
    line-height: 38px;
    transition: all 1s;
    transform: translateY(80px);
    opacity: 0;
    margin-bottom: 38px;
}

.solution-text > div > span {
    font-weight: 600;
}

.menu-bg {
    width: 100%;
    height: 1068px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu {
    width: 30%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    transition: all 1s;
    opacity: 1;
    overflow: hidden;
}

.menu-title {
    font-size: 39px;
    color: #0960C6;
    width: 480px;
    height: 53px;
    display: flex;
    justify-content: center;
}

.menu-title-underline {
    width: 206px;
    height: 3px;
    background-color: #0960C6;
    margin-top: 22px;
}

.menu-text {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;

}

.menu-text1 {
    max-width: 70%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.menu-row1 {
    width: 970px;
    height: 156px;
    margin-top: 82px;
    display: flex;
    justify-content: space-between;

}

.menu-icon-row1 {
    width: 16.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s all;
    transform: translateY(60px);
    opacity: 0;
}

.bottomFadeOut {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.menu-icon {
    width: 58px;
    height: 55px;
}

.menu-son-title {
    font-size: 1.375rem;
    font-weight: 400;
    padding: 11px 0 11px 0;
}

.menu-synopsis {
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.live-streaming-bg {
    width: 100%;
    height: 885px;
    background-image: url('../img/index/live-streaming-bg.png');
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-streaming-row1 {
    width: 1150px;
    height: 156px;
    display: flex;
    justify-content: space-between;
}

.live-streaming-row1 > div {
    width: 41%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 1s all;
    opacity: 0;
    visibility: hidden;
}

.fadeOutAllAround {
    transform: translateX(0px) translateY(0px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.live-streaming-iocn {
    width: 89px;
    height: 88px;
}

.live-streaming-iocn + div {
    width: 76%;
    height: 100%;
    margin-left: 26px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #FFFFFF;
}

.market-bg {
    width: 100%;
    height: 1100px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.market-text {
    width: 70%;
    height: 53%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.market-text > div {
    width: 1070px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.market-icon-row1 {
    width: 291px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s all;
    transform: translateY(60px);
    opacity: 0;
}

.market-icon {
    background: url('../img/index/icon14.png') no-repeat center/contain;
    height: 90px;
    width: 90px;
}

.market-title {
    font-size: 22px;
    font-weight: bold;
    padding: 32px 0 24px 0;
}

.market-synopsis {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}

.solution-bg {
    width: 100%;
    height: 2256px;
    background-color: #F3F8FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-img-1 {
    width: 1140px;
    height: 697px;
    margin-top: 130px;
}

.animation-bg {
    width: 1200px;
    height: 697px;
    /*background: #1c7430;*/
    position: relative;
}

.animation-element, .animation-line {
    min-width: 100px;
    min-height: 70px;
    position: absolute;
}

.animation-font {
    font-size: 20px;
    color: #2982E8;
    position: absolute;
    font-weight: 600;
    width: 85px;
    text-align: center;
    animation: 4s anfont infinite alternate both;
}

.client-bg {
    width: 100%;
    height: 900px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-img {
    width: 1203px;
    height: 382px;
    margin-top: 120px;
}

.bottom {
    width: 100%;
    height: 296px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-logo {
    background: url('../img/index/bottom-logo.png') no-repeat center/contain;
    width: 110px;
    height: 100px;
}

.bottom-all-bar {
    width: 400px;
    height: 114px;
    display: flex;
    flex-direction: column;
    margin-left: 68px;
}

.bottom-bar {
    width: 420px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    /*margin-top: 17px;*/
}

.bottom-bar > div {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}

.bottom-phone {
    width: 175px;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 93px;
    padding-top: 17px;
}

.bottom-phone > div {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

.news-img {
    width: 100%;
    height: 406px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

figure {
    width: 100%;
    height: 409px;
    position: relative;
    perspective: 1800px;
    transform-style: preserve-3d;
}

figure img {
    top: 0;
    left: 0;
    position: absolute;
    transition: 1s;
    width: 100%;
}

figure img.first {
    transform: rotateY(0deg);
}

figure img.second {
    transform: rotateY(-180deg) translateZ(1px);
}

figure:hover img.first {
    transform: rotateY(180deg);
}

figure:hover img.second {
    transform: rotateY(0deg) translateZ(1px);
}

figure img:nth-child(1), figure img:nth-child(11) {
    clip: rect(0px, 100px, 840px, 0px);
    transform-origin: 50px 0px;
}

figure img:nth-child(2), figure img:nth-child(12) {
    clip: rect(0px, 200px, 840px, 100px);
    transform-origin: 150px 0px;
    transition-delay: 100ms;
}

figure img:nth-child(3), figure img:nth-child(13) {
    clip: rect(0px, 300px, 840px, 200px);
    transform-origin: 250px 0px;
    transition-delay: 200ms;
}

figure img:nth-child(4), figure img:nth-child(14) {
    clip: rect(0px, 400px, 840px, 300px);
    transform-origin: 350px 0px;
    transition-delay: 300ms;
}

figure img:nth-child(5), figure img:nth-child(15) {
    clip: rect(0px, 500px, 840px, 400px);
    transform-origin: 450px 0px;
    transition-delay: 400ms;
}

figure img:nth-child(6), figure img:nth-child(16) {
    clip: rect(0px, 600px, 840px, 500px);
    transform-origin: 550px 0px;
    transition-delay: 500ms;
}

figure img:nth-child(7), figure img:nth-child(17) {
    clip: rect(0px, 700px, 840px, 600px);
    transform-origin: 650px 0px;
    transition-delay: 600ms;
}

figure img:nth-child(8), figure img:nth-child(18) {
    clip: rect(0px, 800px, 840px, 700px);
    transform-origin: 750px 0px;
    transition-delay: 700ms;
}

figure img:nth-child(9), figure img:nth-child(19) {
    clip: rect(0px, 900px, 840px, 800px);
    transform-origin: 850px 0px;
    transition-delay: 800ms;
}

figure img:nth-child(10), figure img:nth-child(20) {
    clip: rect(0px, 1000px, 840px, 900px);
    transform-origin: 950px 0px;
    transition-delay: 900ms;
}

figure img:nth-child(11), figure img:nth-child(21) {
    clip: rect(0px, 1100px, 840px, 1000px);
    transform-origin: 1050px 0px;
    transition-delay: 1000ms;
}

figure img:nth-child(12), figure img:nth-child(22) {
    clip: rect(0px, 1200px, 840px, 1100px);
    transform-origin: 1150px 0px;
    transition-delay: 1100ms;
}

figure img:nth-child(13), figure img:nth-child(23) {
    clip: rect(0px, 1300px, 840px, 1200px);
    transform-origin: 1250px 0px;
    transition-delay: 1200ms;
}

figure img:nth-child(14), figure img:nth-child(24) {
    clip: rect(0px, 1400px, 840px, 1300px);
    transform-origin: 1350px 0px;
    transition-delay: 1300ms;
}

figure img:nth-child(15), figure img:nth-child(25) {
    clip: rect(0px, 1500px, 840px, 1400px);
    transform-origin: 1450px 0px;
    transition-delay: 1400ms;
}

figure img:nth-child(16), figure img:nth-child(26) {
    clip: rect(0px, 1600px, 840px, 1500px);
    transform-origin: 1550px 0px;
    transition-delay: 1500ms;
}

figure img:nth-child(17), figure img:nth-child(27) {
    clip: rect(0px, 1700px, 840px, 1600px);
    transform-origin: 1650px 0px;
    transition-delay: 1600ms;
}

.first {
    width: 100%;
    height: 409px;
}

.second {
    height: 409px;
}

.news-text {
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.news-text-2 {
    font-size: 22px;
    color: #FFFFFF;
}

.news-title {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #ECECEC;
}

.news-title > div {
    width: 63px;
    height: 75px;
    font-size: 15px;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #3699FF;
    margin-left: 360px;
}

.news-row {
    width: 100%;
    height: 352px;
    margin-top: 38px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.news-row > div {
    width: 376px;
    height: 350px;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-title-row {
    margin-top: 16px;
    width: 360px;
}

.news-time {
    width: 348px;
    margin-top: 8px;
}

.news-item {
    width: 100%;
    height: 1076px;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-item > div {
    width: 1200px;
    height: 141px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.news-item-time {
    font-weight: 800;
    font-size: 38px;
    color: #B0B0B0;
    width: 135px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
}

.news-item-box {
    width: 872px;
    height: 67px;
    margin-left: 45px;
    display: flex;
    flex-direction: column;

}

.news-item-title {
    font-weight: 800;
    font-size: 20px;
}

.news-introduction {
    font-size: 14px;
    color: #999999;
    margin-top: 16px;
}

.news-button {
    width: 60px;
    height: 24px;
    margin-left: 130px;
    color: #444444;
}

.product-img {
    width: 100%;
    height: 610px;
    min-width: 1200px;
    display: flex;
    position: relative;

}

.product-show {
    width: 100%;
    height: 2932px;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-show > div {
    width: 100%;
    height: 686px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-show-Introduction {
    width: 0;
    height: 140px;
    font-size: 18px;
    color: #666666;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

.QRcode {
    width: 100px;
    height: 100px;
    background: url("../img/index/QRcode.png") no-repeat center/contain;
}

.modal-content {
    padding: 40px;
}

/*黑色背景白字提示*/
.LightTips {
    padding: 10px 15px;
    background: #000000;
    color: #ffffff;
    min-width: 120px;
    height: 35px;
    font-size: 0.875rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -160%);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.infoFormItem {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.infoForm_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoForm_titleFont {
    font-size: 24px;
    color: #0088FF;
}

.infoForm_titleIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../img/icon/closeIcon.png") no-repeat center/contain;
}

.infoForm_depict {
    font-size: 15px;
    color: #666666;
    margin: 20px 0 30px 0;
}

.infoForm_inputItem {
    width: 100%;
    height: auto;
    min-height: 45px;
}

.infoForm_inputItem > button {
    width: 91%;
}

.form-control {
    width: 92%;
    padding: 0.2rem 0.75rem;
}

.errorTips {
    display: flex;
    color: #FC355D;
    font-size: 15px;
    height: 15px;
    position: relative;
    align-items: center;
    opacity: 0;
    margin-top: 10px;
}

.infoForm_imgItem {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.infoForm_imgIte_img {
    width: 200px;
    height: 200px;
    background: #a71d2a;
    background: url("../img/icon/wxqrcode.png") no-repeat center/contain;
}

.errorTips_img {
    width: 15px;
    height: 15px;
    background: url("../img/icon/errorIcon.png") no-repeat center/contain;
    margin-right: 5px;
}

.modal-backdrop {
    height: 100%;
    width: 100%;
}
