@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #8a8c7e;
    font-size: 100%;
    line-height: 1.25;
    font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

.codrops-header {
    margin: 0 auto;
    padding: 2em 0 0;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 2.5em;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 0.6em;
    opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.69em;
    line-height: 2.2;
    background: #fff;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.codrops-demos {
    margin: 30px auto 0;
    padding: 30px 0;
}

.codrops-demos a,
section button {
    display: inline-block;
    background: #a9a9a9;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}

.codrops-demos a:hover,
.codrops-demos a:active,
.codrops-demos a.current-demo {
    background: #777;
}

section {
    padding: 1em 2em 5em;
    text-align: center;
    font-size: 1.5em;
}

section p {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

section button {
    border: none;
    padding: 15px 30px;
    outline: none;
    background: #85b91e;
}

.related > a {
    border: 1px solid #99cc33;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    color: #99cc33;
    opacity: 0.8;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    -webkit-backface-visibility: hidden;
}

.related a:hover {
    border-color: #82b222;
    color: #82b222;
}

.related a img {
    max-width: 100%;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
    font-size: 65%;
    font-weight: 400;
}

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    overflow: hidden;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.fs-scroll-container,
.sections,
.section {
    position: relative;
    height: 100%;
    /* text-align: center; */
    color: #fff;
}
#autofit{
    height: 100%;
}

.section{
    overflow: hidden;
}

.section0-title {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 24px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 12px;

    animation: section0-title 1s;
    transition: all .3s ease;
}

@keyframes section0-title {
    from {
        transform: translate(-50%, -200%);
    }
    to {
        transform: translate(-50%, -50%);
    }
}

.section0-subtitle {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 52px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #FFFFFF;

    animation: section0-subtitle 1s;
}

@keyframes section0-subtitle {
    from {
        transform: translate(-50%, 200%);
    }
    to {
        transform: translate(-50%, -50%);
    }
}

.section0-subtitle span {
    margin: 10px;
}

.section0-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    animation: section0-arrow 5s;
    animation-iteration-count: infinite;
}

@keyframes section0-arrow {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}


.section1 {
    background: url('/ajax/libs/website2/img/guanwang3/bg.png') no-repeat center center;
    background-size: cover;
    animation: section1-bg-anmition 15s;
    animation-iteration-count: infinite;
}

@keyframes section1-bg-anmition {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 130%;
    }
    100% {
        background-size: 100%;
    }
}

.section1-container {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(27, 42, 85, 0.6301) 55%, rgba(27, 42, 85, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section1-text {
    padding-left: 260px;
    padding-right: 500px;
    font-size: 20px;
    line-height: 200%;
}

.section1-text-p1 {
    font-size: 46px;
    animation: fadeInDown 1s;
}

.section1-text-p2 {
    font-size: 28px;
    margin: 10px 0;
    animation: fadeInDown 1s;
}

.section1-text-content {
    animation: fadeInRight 1s;
}

.section1-card {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #fff;
    padding: 30px;
    animation: fadeInUp 1s;
}

.section1-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2 {
    background: #f3f3f3;
    display: flex;
}

.section2-left {
    width: 400px;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInLeft .5s;
}

.section2-left-p1 {
    font-size: 46px;
}

.section2-left-p2 {
    font-size: 28px;
    margin: 10px 0;
}

.section2-left-p3 {
    font-size: 16px;
    margin: 10px 0;
}

.section2-left-ul {
    list-style: none;
    padding: 0
}

.section2-left-ul li {
    margin: 20px 0;
    font-size: 18px;
}

.section2-left-ul li a {
    color: #fff;
}

.section2-left-btn {
    display: block;
    width: 200px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    cursor: pointer
}

.section2-right {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    animation: fadeInRight .5s;
}

.section2-right-card {
    width: 25%;
    margin: 10px;
    overflow: hidden;
    position: relative
}

.section2-right-card img {
    object-fit: cover;
}

.section2-right-card p {
    font-size: 20px;
    color: #fff;
    font-family: Source Han Sans, Source Han Sans;
}

.section2-right-card-h {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #DA0502;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 300ms ease;
    transform: translate3d(0px, 101%, 0px);
}

.section2-right-card-h-content {
    margin-top: 10px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all
}

.section2-right-card:hover .section2-right-card-h {
    transform: translate3d(0px, 0, 0px);
}

.section3 {
    background: #f3f3f3;
    padding: 80px 0;
}

.example-title {
    animation: fadeInDown .5s;
}

.example-grid {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
    animation: fadeInUp .5s;
}

.example-grid-group {
    display: flex;
    justify-content: space-between;
    width: 2400px;
    transition: all 1s ease;
}

.example-1 {
    transform: translateX(0);
}

.example-2 {
    transform: translateX(-50%);
}

.example-card {
    width: 390px;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(84, 171, 241, 0.0784);
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
}

.example-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.example-card-content {
    padding: 15px 30px 30px 30px;
}

.example-card-content span {
    background: #F3F3F3;
    border-radius: 6px 6px 6px 6px;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    padding: 8px 15px;
    margin: 8px 8px 8px 0;
}

.example-card-title {
    font-size: 20px;
    font-weight: 550;
    color: #222222;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all
}

.example-card-describe {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all
}

.example-page {
    margin-top: 30px;
    color: #0a001f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.example-page span {
    cursor: pointer;
}

.example-prev:before {
    content: " ";
    width: 50px;
    height: 10px;
    background: #0a58ca;
}

.example-bar {
    width: 105px;
    height: 9px;
    border-radius: 5px;
    background: #D8D8D8;
}

.example-bar-act {
    width: 50%;
    height: 9px;
    border-radius: 5px;
    background: #DA0502;
    transition: all 1s ease;
}

.bar-act-1 {
    transform: translateX(0);
}

.bar-act-2 {
    transform: translateX(100%);
}

.partners-grid-row {
    display: flex;
    animation: fadeInUp .5s;
}

.partners-grid-row1 {
    animation: fadeInUp .8s;
}

.partners-grid-row2 {
    animation: fadeInUp 1s;
}

.partners-card {
    width: 230px;
    height: 150px;
    margin: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4 {
    background: #f3f3f3;
    padding: 80px 0;
}

.product-title{
    animation: fadeInDown .5s;
}

.product-content {
    display: flex;
    padding: 0;
    width: 1350px;
    margin: 50px auto;
    justify-content: space-between;
}

.product-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #222;
}


.product-menu-item {
    width: 322px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 56px 20px 30px;
    color: #3D3D3D;
    cursor: pointer;
}

.product-menu-item-active {
    border: 1px solid #FF6E76;
}

.product-menu-item-title {
    font-size: 18px;
    font-weight: bold;
}

.product-menu-item-describe {
    margin: 5px 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all
}
.product-menu-item-2{
    animation: fadeInUp 250ms;
}
.product-menu-item-3{
    animation: fadeInUp 500ms;
}
.product-menu-item-4{
    animation: fadeInUp 750ms;
}

.product-video {
    display: none;
    width: 991px;
    height: 516px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 500ms;
}

.product-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.product-video-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.product-video-text {
    position: absolute;
    bottom: 0;
    padding: 32px;
}

.product-video-text-title {
    margin-bottom: 20px
}

.section5 {
    background-color: #F5F5F5;
    color: #000;
    overflow: auto;
}

.section5::-webkit-scrollbar {
    width: 0;
}

.section5-content {
    height: 100%;
    padding: 80px 0;
}

.section5-title {
    animation: fadeInDown .5s;
}

.section5-card {
    width: 80%;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    animation: fadeInUp .5s;
}

.section5-card-item {
    width: 50%;
    display: flex;
    position: relative;
    cursor: pointer;
}

.section5-card-item::after {
    content: ' ';
    width: 20px;
    height: 4px;
    background-color: #DA0502;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.section5-card-item-img {
    width: 50%;
    height: 200px;
    object-fit: cover;
}

.section5-card-item-content {
    width: 50%;
    height: 200px;
    padding: 25px;
    color: #666;
}

.section5-card-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.section5-btn {
    display: block;
    width: 260px;
    height: 57px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 30px;
    color: #222;
    font-size: 24px;
    line-height: 57px;
    margin: auto;
    /*padding: 5px;*/
    cursor: pointer;

    animation: fadeInUp .8s;
}

.section h1.text-animate {
    left: 0px;
    transform: translateX(-100%);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(200%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



