@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/iconfont.css);
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.fancybox-container {
    z-index: 999999999999;
}
.fancybox-slide video {
    max-height: 900px;
}
body,
html {
    width: 100%;
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}

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

a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 900;
}

strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
    margin: 5px 0;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}
/* ============================================================== 
    # header
=================================================================== */
.head_nav_pos {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: header 0.7s ease-in-out;
    z-index: 99999;
    background: #fff;
}
.header .top {
    background-color: #070b3b;
    padding: 7px 0 10px;
    position: relative;
    z-index: 999;
}
.header .top_left h3 {
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
}
.header .top_rigth h3 {
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar .nav_middle {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar .navbar_nav {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.navbar .navbar_nav .nav_item {
    position: relative;
    padding: 15px 0;
}
.navbar .navbar_nav .nav_item a {
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.navbar .navbar_nav .nav_item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #0071dc;
    opacity: 0;
    transition: all 0.7s ease;
}
.navbar .navbar_nav .nav_item a.active {
    color: #0071dc;
}
.navbar .navbar_nav .nav_item a.active::before {
    opacity: 1;
    width: 100%;
}
.navbar .navbar_nav .nav_item a:hover {
    color: #0071dc;
}
.navbar .navbar_nav .nav_item a:hover::before {
    opacity: 1;
    width: 100%;
}
.navbar .nav_side {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.navbar .nav_side .icon {
    display: flex;
    position: relative;
    margin-right: 25px;
    align-items: center;
}
.navbar .nav_side .icon i {
    font-size: 24px;
    font-weight: bold;
}
.navbar .nav_side .contact {
    display: flex;
    position: relative;
    align-items: center;
}
.navbar .nav_side .contact a {
    padding: 9px 25px;
    background-color: #0071dc;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
}
.navbar .nav_side .contact a::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
.navbar .nav_side .contact a:hover:before {
    height: 100%;
    width: 135%;
    background-color: #252525;
}
.topbar .top .nav_side {
    width: 15%;
    text-align: right;
    display: none;
}
.topbar .top .nav_side i {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.topbar .weixin {
    width: 70%;
    text-align: center;
    display: none;
}
.topbar .weixin .icon {
    display: inline-block;
}
.topbar .weixin i {
    font-size: 25px;
    color: #fff;
}
@keyframes header {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
.search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    transition: all 0.5s ease;
}
.search.active {
    top: 0;
}
.search::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.7;
}
.search .search_box {
    text-align: center;
    position: absolute;
    max-width: 700px;
    min-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 0 auto;
    z-index: 9;
}
.search .head_input {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: 60px;
    padding-left: 10px;
}
.search .index_search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.search .index_search button {
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 6px 6px 0;
    background-color: #1784d8;
    border: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.search .index_search button i {
    font-size: 20px;
    font-weight: bold;
}
.search .tag {
    background-color: #0e0e0e5b;
    padding: 20px 30px;
}
.search .tag h3 {
    color: #fff;
    margin-bottom: 10px;
}
.search .tag .tag_name p {
    margin-bottom: 0;
    line-height: 2;
}
.search .tag .tag_name p a {
    color: #dadada;
    font-weight: bold;
}
.search .tag .tag_name p a:hover {
    color: #fff;
}
.search .small_close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.search .small_close em {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
}
.search .small_close em:first-child {
    transform: rotate(45deg);
}
.search .small_close em:last-child {
    transform: rotate(135deg);
    margin-top: -3px;
}
@media (max-width: 992px) {
    .head_box .phone_none {
        display: none;
    }
    .search .head_input {
        height: 45px;
    }
    .search .index_search button {
        width: 45px;
        height: 45px;
    }
    .search .search_box {
        min-width: 250px;
    }
}
/* ============================================================== 
    # index
=================================================================== */
.index_banner {
    padding: 250px 0 300px;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #9b79fb, #2875f5);
}
.index_banner::before{
    content: "SEO";
    position: absolute;
    left: 50px;
    bottom: -130px;
    color: #7278f9;
    font: 700 350px/1 "Poppins",sans-serif;
    z-index: -1;
}
.index_banner p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 25px;
    color: #ffffffb0;
}
.index_banner h3 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 10px;
}
.index_banner .banner_right{
    position: absolute;
    right: 130px;
    bottom: 0;
}
.index_banner .banner_right .img_one{
    padding-right: 15px;
    padding-bottom: 185px;
    position: relative;
    z-index: 2;
}
.index_banner .banner_right::after{
    content: "SEO";
    position: absolute;
    left: -60px;
    top: -110px;
    color: #fff;
    font: 700 300px/1 "Poppins",sans-serif;
    z-index: -1;
}
@media (max-width: 992px) {
    .index_banner .banner_right{
        position: relative;
        right: 0;
        max-width: 100%;
    }
    .index_banner .banner_right .img_one{
        margin-top: 25px;
        padding: 50px 0 0;
    }
    .index_banner .banner_right::after{
        left: 0px;
        top: 0;
        font: 700 150px/1 "Poppins",sans-serif;
    }
}
.index_box {
    overflow: hidden;
}
.index_box .title span i {
    animation: iconfont 1.5s ease-in-out infinite;
    margin-right: 10px;
    font-size: 18px;
}
.index_about {
    padding: 100px 0;
}
.index_about .img {
    position: relative;
}
.index_about .img ul {
    background-color: #0071dc;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 16px 30px;
    border-radius: 7px;
    transform: rotate(-11.223deg);
    position: absolute;
    bottom: 8%;
    left: 5%;
}
.index_about .img ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
}
.index_about .img .image {
    border-radius: 6px;
}
.index_about .img .image img {
    border-radius: 6px;
}
.index_about .box {
    margin-left: 60px;
}
.index_about .box .top {
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
}
.index_about .box .top span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
}
.index_about .box .top h6 {
    text-transform: capitalize;
    font-size: 45px;
}
.index_about .box ul {
    margin-top: 25px;
}
.index_about .box ul li {
    margin-bottom: 10px;
    color: #101828;
}
.index_about .box ul li i {
    color: #0071dc;
    margin-right: 10px;
}
.index_about .box .bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}
.index_about .box .bottom a {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background: #0071dc;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 22px 40px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
}
.index_about .box .bottom a::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #101828;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
    transform: translate(-50%, -50%);
}
.index_about .box .bottom a::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #101828;
    border-radius: 50%;
    z-index: -1;
    right: -20px;
    transform: translate(50%, -50%);
}
.index_about .box .bottom a:hover::before {
    animation: left 0.8s both;
    animation-direction: alternate;
}
.index_about .box .bottom a:hover::after {
    animation: right 0.8s both;
    animation-direction: alternate;
}
.index_about .box .bottom a i{
    padding-left: 10px;
}
.index_case {
    background: radial-gradient(circle, #efdaf9, #e8f1fe, #c3d5fd, #daebff, #bfeefe);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.index_case .title {
    margin-bottom: 45px;
    text-align: center;
}
.index_case .title h6 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}
.index_case .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.75);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_case .box {
    border-radius: 8px;
    padding: 30px 30px;
    border-image: linear-gradient(134deg, #ffffff 0%, rgba(255, 255, 255, 0) 99%) 1;
    background: rgba(255, 255, 255, 0.5);
}
.index_case .box .img {
    border-radius: 6px;
}
.index_case .box .img img {
    border-radius: 6px;
}
.index_case .box .text {
    padding: 20px 0 0;
    display: block;
}
.index_case .box .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_case .box .text h3 a {
    color: #484848;
}
.index_case .box .text h6 {
    position: relative;
    color: #484848;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.index_case .box .text h6::after {
    position: absolute;
    left: -7px;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #444;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.index_case .box .text h5 {
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 10px;
}
.index_case .box .text .button {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.index_case .box .text .button a {
    padding: 10px 20px;
    border-radius: 20px;
    background: linear-gradient(45deg, #bfeefe, #bfd5ff, #bfd5ff, #bfd5ff, #efdaf9);
    font-size: 13px;
    color: #fff;
}
.index_advantage {
    padding: 100px 0;
}
.index_advantage .title {
    margin-bottom: 45px;
    text-align: center;
}
.index_advantage .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.index_advantage .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_advantage .box {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #f0f2fa;
    border-radius: 15px;
}
.index_advantage .box .icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.index_advantage .box .icon i {
    font-size: 45px;
    font-weight: 400;
    color: #0071dc;
}
.index_advantage .box .text {
    max-width: 75%;
    padding-left: 20px;
}
.index_advantage .box .text h6 {
    font-size: 15px;
    margin-bottom: 8px;
}
.index_advantage .box .text p {
    margin-bottom: 0;
    font-size: 13px;
}
.index_seo {
    background: linear-gradient(45deg, #b3d8fa88, #e7f0ff, #d3e0ff96, #daebff, #e7f0ff98);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.index_seo .title {
    margin-bottom: 45px;
    text-align: center;
}
.index_seo .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.index_seo .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_seo .box {
    background-color: #fff;
    padding: 50px 45px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.index_seo .box .img_left {
    position: absolute;
    z-index: 0;
    top: -50px;
    left: -30px;
}
.index_seo .box .img_right {
    position: absolute;
    z-index: 0;
    right: -30px;
    bottom: -50px;
}
.index_seo .box .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    z-index: 1;
    position: relative;
}
.index_seo .box .icon i {
    font-size: 55px;
    color: #484848;
}
.index_seo .box h6 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 25px;
    z-index: 1;
    position: relative;
}
.index_seo .box .heng {
    width: 60px;
    height: 3px;
    background-color: #bfeefe;
    margin: 0 auto 40px auto;
}
.index_seo .box .content {
    z-index: 1;
    position: relative;
}
.index_seo .box .content p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #696969;
    letter-spacing: 1px;
}
.index_seo .box .content p::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #aed3ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.index_news {
    padding: 100px 0;
}
.index_news .title {
    margin-bottom: 45px;
    text-align: center;
}
.index_news .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.index_news .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_news .swiper_news {
    padding-bottom: 30px;
}
.index_news .box {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 6%);
}
.index_news .box .img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.index_news .box .content {
    padding: 0 30px 35px;
}
.index_news .box .content .top {
    margin: 10px 0;
}
.index_news .box .content span {
    font-size: 13px;
}
.index_news .box .content span i {
    padding-right: 5px;
    font-size: 14px;
    color: #0064fb;
}
.index_news .box .content h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 10px;
}
.index_news .box .content h6 a {
    color: #333333;
}
.index_news .box .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
}
.index_video {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.index_video .video_top {
    position: relative;
    padding: 100px 0 0;
}
.index_video .video_top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(45deg, #efdaf9, #bfd5ff, #bfeefe, #bfd5ff, #bfd5ff);
}
.index_video .video_top::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background-image: url(/skin/img/video_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.index_video .video_title h6 {
    font-size: 30px;
    line-height: 50px;
}
.index_video .video_title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_video .video_title span i{
    margin-right: 10px;
    font-size: 18px;
}
.index_video .button {
    justify-content: right;
    display: flex;
    align-items: center;
}
.index_video .button a {
    display: inline-block;
    padding: 12px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    color: #0071dc;
    border-radius: 50px;
    transition: all 0.4s ease;
}
.index_video .button a::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0071dc;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
}
.index_video .button a::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0071dc;
    border-radius: 50%;
    z-index: -1;
    right: -20px;
    transform: translate(50%, -50%);
    transition: all 0.8s ease;
}
.index_video .button a:hover {
    color: #fff;
}
.index_video .button a:hover::before {
    animation: left 0.8s both;
    animation-direction: alternate;
}
.index_video .button a:hover::after {
    animation: right 0.8s both;
    animation-direction: alternate;
}
.index_video .video_img {
    padding-top: 45px;
    position: relative;
    margin-bottom: 100px;
}
.index_video .video_img img {
    border-radius: 30px;
    width: 100%;
}
.index_video .video_img .video_imgl {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    max-width: 470px;
    background-color: #25252538;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
    padding: 150px 80px 110px 40px;
}
.index_video .video_img .video_imgl::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 28px;
    right: 33px;
    width: 92.7%;
    height: 92.1%;
    background-color: #0071dc;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
}
.index_video .video_img .video_imgl span {
    font-size: 15px;
    color: #fff;
}
.index_video .video_img .video_imgl h6 {
    font-size: 35px;
    color: #fff;
}
.index_video .video_img .video_btn {
    position: absolute;
    z-index: 1;
    bottom: 240px;
    left: 270px;
}
.index_video .video_img .video_btn a {
    width: 80px;
    height: 80px;
    color: #0071dc;
    background-color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 85px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.index_video .video_img .video_btn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 100%;
    animation: video 1500ms ease-out infinite;
}
.index_video .video_img .video_btn a i {
    position: relative;
    left: 4px;
    top: -10px;
    font-size: 35px;
}
.index_video .title {
    text-align: center;
    margin-bottom: 45px;
}
.index_video .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.index_video .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.index_video .liucheng {
    background: #2c55a5;
    min-height: 275px;
    padding: 62px 38px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.index_video .liucheng h6 {
    font-size: 22px;
    color: #fff;
}
.index_video .liucheng p {
    font-size: 15px;
    color: #f5f5f5;
    line-height: 2;
    margin: 15px 0 0;
}
.index_video .liucheng span {
    font-size: 120px;
    color: #fff;
    opacity: 0.25;
    position: absolute;
    font-weight: bold;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes iconfont {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes video {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
/* ============================================================== 
    # list_box
=================================================================== */
.index_box {
    overflow: hidden;
}
.list_box {
    padding: 100px 0;
    overflow: hidden;
}
.list_banner {
    overflow: hidden;
}
/* ============================================================== 
    # list_about
=================================================================== */
.banner_about {
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 150px 0 200px;
    display: block;
    overflow: hidden;
}
.banner_about h6 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}
.banner_about::before {
    background: url(/skin/img/banner_news_right.png) no-repeat;
    top: auto;
    bottom: 30px;
    right: 160px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 314px;
}
.banner_about h2 {
    font-size: 65px;
    padding-top: 20px;
    text-align: center;
}
.banner_about img {
    position: absolute;
    bottom: 35px;
    left: 135px;
    z-index: -1;
    animation: about infinite 2s linear;
}
.list_about {
    margin-bottom: -80px;
    padding: 100px 0 0;
}
.list_about .about_top {
    padding: 100px 0;
}
.list_about .about_top .img img{
    width: 100%;
    border-radius: 8px;
    border: 3px solid #00dcd2;
}
.list_about .about_top .text .title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}
.list_about .about_top .text .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
}
.list_about .about_top .text .title h6 {
    text-transform: capitalize;
    font-size: 30px;
}
.list_about .about_top .text p{
    font-size: 16px;
    margin-bottom: 0;
    text-indent: 2em;
}
.list_about .about_middle {
    background-color: #101828;
    padding: 100px 0;
}
.list_about .about_middle .box {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1.2px solid rgba(255, 255, 255, 0.05);
    padding: 40px 45px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.list_about .about_middle .box.active {
    background-color: #0071dc;
}
.list_about .about_middle .box:hover {
    background-color: #0071dc;
}
.list_about .about_middle .box.active h6 {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
}
.list_about .about_middle .box:hover h6 {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
}
.list_about .about_middle .box h2 {
    font-size: 45px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
}
.list_about .about_middle .box h6 {
    color: rgba(255, 255, 255, 0.55);
    border-bottom: 2px dotted rgba(255, 255, 255, 0.1);
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}
.list_about .about_middle .box p {
    margin: 0;
    color: #fff;
}
.list_about .about_advantage {
    padding: 100px 0;
}
.list_about .about_advantage .title {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    z-index: 99;
}
.list_about .about_advantage .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.list_about .about_advantage .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 3px 10px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.list_about .about_advantage .text .box {
    border: 1.2px solid #0064fb;
    border-radius: 16px;
    padding: 25px 30px;
    overflow: hidden;
    background: #0072dc27;
    margin-top: 30px;
}
.list_about .about_advantage .text .box .top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #0071dc;
    font-size: 22px;
    font-weight: 600;
    border: 1.2px solid #0064fb;
    background: #0072dc50;
}
.list_about .about_advantage .text .box h6 {
    margin: 20px 0 10px;
    font-size: 22px;
}
.list_about .about_advantage .text .box p {
    margin: 0;
    font-size: 14px;
}
.list_about .about_advantage .img {
    margin-top: 25px;
    border-radius: 8px;
}
.list_about .about_advantage .img img {
    width: 100%;
    border-radius: 8px;
}
.list_about .about_logo {
    padding: 100px 0;
}
.list_about .about_logo .box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 80px 100px;
    position: relative;
    z-index: 9;
}
.list_about .about_logo .title {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    z-index: 99;
}
.list_about .about_logo .title h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.list_about .about_logo .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 3px 10px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.list_about .about_logo .box .left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.list_about .about_logo .box .right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.list_about .about_logo .box .img {
    margin-bottom: 35px;
}
.list_about .about_logo .box .img img {
    width: 80%;
}
.list_about .about_logo ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-left: -1px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    color: #999;
    z-index: 1;
    position: relative;
}
.list_about .about_logo ul li h6 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.list_about .about_logo ul li span {
    color: #fff;
    font-size: 14px;
}
.list_about .about_bottom {
    padding: 100px 20px 200px;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}
.list_about .about_bottom .img {
    position: absolute;
    top: 0;
    left: 0;
}
.list_about .about_bottom .img img {
    width: 100%;
    height: 100%;
}
.list_about .about_bottom .title {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    z-index: 99;
}
.list_about .about_bottom .title h6 {
    font-size: 35px;
    margin-bottom: 15px;
}
.list_about .about_bottom .title span {
    color: #0071dc;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Inter";
    background: #fff;
}
.list_about .about_bottom .swiper_about .box {
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    gap: 35px;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 10px 60px rgba(0, 113, 220, 0.2);
}
.list_about .about_bottom .swiper_about .box .news_img {
    border-radius: 8px;
    min-width: 50%;
}
.list_about .about_bottom .swiper_about .box .news_img img {
    border-radius: 8px;
}
.list_about .about_bottom .swiper_about .box .content .top {
    margin-bottom: 10px;
}
.list_about .about_bottom .swiper_about .box .content .top i {
    margin: 0 1px;
    color: #0071dc;
    font-size: 13px;
}
.list_about .about_bottom .swiper_about .box .content .top span {
    font-size: 12px;
}
.list_about .about_bottom .swiper_about .box .content .top span i {
    margin-right: 8px;
    color: #0071dc;
    font-size: 13px;
}
.list_about .about_bottom .swiper_about .box .content .middle h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_about .about_bottom .swiper_about .box .content .middle h6 a {
    color: #010f31;
}
.list_about .about_bottom .swiper_about .box .content .middle h6 a:hover {
    color: #0071dc;
}
.list_about .about_bottom .swiper_about .box .content .middle p {
    margin-bottom: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8;
}
.list_about .about_bottom .swiper_about .box .content .button {
    color: #0071dc;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.7s;
    text-decoration: none;
    margin-top: 5px;
}
.list_about .about_bottom .swiper_about .box .content .button i {
    font-size: 16px;
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.list_about .about_bottom .swiper_about .box .content .button:hover {
    color: #252525;
    letter-spacing: 1px;
}
@keyframes about {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
/* ============================================================== 
    # list_case
=================================================================== */
.banner_case {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    position: relative;
    padding: 150px 0 200px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.banner_case::before {
    background: url(/skin/img/banner_news_right.png) no-repeat;
    top: auto;
    bottom: 30px;
    right: 160px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 314px;
}
.banner_case h6 {
    font-size: 22px;
    margin-bottom: 0;
}
.banner_case h2 {
    font-size: 65px;
    padding-top: 20px;
}
.banner_case img {
    position: absolute;
    z-index: -1;
    right: auto;
    left: 70px;
    bottom: 60px;
    animation: news infinite 2s linear;
    max-width: 500px;
}
.list_case {
    margin-bottom: -80px;
    padding: 100px 0 180px;
    position: relative;
}
.list_case .list_case_bg {
    background: url(/skin/img/list_case_bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.list_case .box {
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.list_case .box a {
    display: block;
}
.list_case .box a img {
    width: 100%;
    border-radius: 8px;
}
.list_case .box .text {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
.list_case .box:hover .text {
    bottom: -40px;
}
.list_case .box .text h3 {
    margin-bottom: 5px;
    font-size: 22px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_case .box .text h3 a {
    color: #101828;
}
.list_case .box .text p {
    font-size: 13px;
    margin-bottom: 0;
}
.list_case .box .text .buttun {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: #0071dc;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    background-color: #e6f1fc;
    transition: 0.5s;
    display: block;
}
.list_case .box:hover .text h3 a {
    color: #0071dc;
}
.list_case .box:hover .text .buttun {
    background-color: #0071dc;
    color: #fff;
}
@keyframes news {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
/* ============================================================== 
    # list_news
=================================================================== */
.banner_news {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    position: relative;
    padding: 150px 0 200px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.banner_news::before {
    background: url(/skin/img/banner_news_right.png) no-repeat;
    top: auto;
    bottom: 30px;
    right: 160px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 314px;
}
.banner_news h6 {
    font-size: 22px;
    margin-bottom: 0;
}
.banner_news h2 {
    font-size: 65px;
    padding-top: 20px;
}
.banner_news img {
    position: absolute;
    z-index: -1;
    right: auto;
    left: 0;
    bottom: 0;
    animation: news infinite 2s linear;
}
.list_news {
    background: url(/skin/img/list_news_bg.png) no-repeat left top;
    overflow: hidden;
    position: relative;
}
.list_news::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(/skin/img/list_news_bgright.png) no-repeat;
    width: 210px;
    height: 184px;
    right: 150px;
    bottom: 30%;
    animation: news_rigth infinite 2s linear;
}
.list_news .box {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    transition: 0.9s;
    border: 1px solid #f1f1f1;
}
.list_news .box:hover {
    transform: translateY(-10px);
}
.list_news .box .top {
    position: relative;
}
.list_news .box .top a {
    display: block;
    overflow: hidden;
}
.list_news .box .top a img {
    border-radius: 6px;
    width: 100%;
}
.list_news .box .top .time {
    background-color: #0071dc;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 5px;
    text-align: center;
}
.list_news .box .top .time span {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}
.list_news .box .top .time h6 {
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
}
.list_news .box .bottom {
    padding: 25px 30px;
}
.list_news .box .bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_news .box .bottom ul li {
    display: inline-block;
    font-size: 13px;
}
.list_news .box .bottom ul li i {
    font-size: 16px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
}
.list_news .box .bottom h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.list_news .box .bottom h3 a {
    color: #252525;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 22px;
    transition: all 0.7s ease;
}
.list_news .box:hover .bottom h3 a {
    color: #0071dc;
}
.list_news .box .bottom p {
    margin-bottom: 8px;
    color: #444;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.list_news .box .bottom .button {
    color: #0071dc;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.7s;
    text-decoration: none;
}
.list_news .box .bottom .button:hover {
    color: #252525;
    letter-spacing: 1px;
}
.list_news .box .bottom .button i {
    font-size: 18px;
    position: relative;
    top: 1px;
    padding-left: 5px;
}
@keyframes news {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes news_rigth {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
/* ============================================================== 
    # list_software
=================================================================== */
.banner_software .box {
    width: 100%;
    position: relative;
}
.banner_software .box .banner_bg {
    background: linear-gradient(-6deg, #e9eeff, #fff);
    -webkit-mask-image: url(/skin/img/banner_bg.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
.banner_software .box .banner_bg .banner_top {
    position: absolute;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner_software .box .banner_bg .name {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 100px 0 80px;
}
.banner_software .box .banner_bg .name h1 {
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.banner_software .box .banner_bg .name h1 i {
    position: absolute;
    left: 50%;
    width: 6px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0071dc;
}
.banner_software .box .banner_bg .name h1 i::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    left: 15px;
}
.banner_software .box .banner_bg .name h1 i::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    right: 15px;
}
.banner_software .box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 10px;
    color: #0f0d1d;
    font-weight: 500;
}
.banner_software .box ul i {
    padding: 0 5px;
    font-weight: bold;
}
.banner_software .box ul li a {
    color: #0f0d1d;
}
.banner_software .box ul li a:hover {
    color: #0071dc;
}
.list_software .index_title {
    margin-bottom: 35px;
}
.list_software .index_title span {
    margin-bottom: 10px;
    color: #0071dc;
}
.list_software .index_title h4 {
    font-size: 40px;
}
.list_software .software_img img {
    width: 100%;
}
.list_software .card-header {
    background-color: #0071dc;
}
.list_software .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}
.list_software .card {
    margin-bottom: 25px;
}
.list_software .card-header a i {
    font-weight: bold;
}
.list_software .card-header a .index_jian {
    display: none;
}
.cooperate_middle_ra.active .index_jian {
    display: block !important;
}
.cooperate_middle_ra.active .index_jia {
    display: none;
}
.list_software .swiper_software {
    padding: 150px 0 50px;
}
.list_software .swiper_software .box {
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 10%);
}
.list_software .swiper_software .box img {
    border-radius: 6px;
}
.list_software .swiper_software .box .text {
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #010f31;
}
/* ============================================================== 
    # list_programme
=================================================================== */
.banner_programme .box {
    width: 100%;
    position: relative;
}
.banner_programme .box .banner_bg {
    background: linear-gradient(-6deg, #e9eeff, #fff);
    -webkit-mask-image: url(/skin/img/banner_bg.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
.banner_programme .box .banner_bg .banner_top {
    position: absolute;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner_programme .box .banner_bg .name {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 100px 0 80px;
}
.banner_programme .box .banner_bg .name h1 {
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.banner_programme .box .banner_bg .name h1 i {
    position: absolute;
    left: 50%;
    width: 6px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0071dc;
}
.banner_programme .box .banner_bg .name h1 i::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    left: 15px;
}
.banner_programme .box .banner_bg .name h1 i::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    right: 15px;
}
.banner_programme .box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 10px;
    color: #0f0d1d;
    font-weight: 500;
}
.banner_programme .box ul i {
    padding: 0 5px;
    font-weight: bold;
}
.banner_programme .box ul li a {
    color: #0f0d1d;
}
.banner_programme .box ul li a:hover {
    color: #0071dc;
}
.list_programme .img {
    position: relative;
    padding-top: 85px;
    padding-bottom: 65px;
    display: block;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.list_programme .img img {
    max-width: 100%;
    border-radius: 6px;
}
.list_programme .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/skin/img/programme_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    transition: all 300ms linear 0s;
}
.list_programme .text {
    padding: 0 25px;
}
.list_programme .text h6 {
    font-size: 45px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}
.list_programme .text h6::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #0071dc;
    content: "";
}
.list_programme .programme_padd {
    padding-top: 100px;
}
/* ============================================================== 
    # list_app
=================================================================== */
.banner_app .box {
    width: 100%;
    position: relative;
}
.banner_app .box .banner_bg {
    background: linear-gradient(-6deg, #e9eeff, #fff);
    -webkit-mask-image: url(/skin/img/banner_bg.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
.banner_app .box .banner_bg .banner_top {
    position: absolute;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner_app .box .banner_bg .name {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 100px 0 80px;
}
.banner_app .box .banner_bg .name h1 {
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.banner_app .box .banner_bg .name h1 i {
    position: absolute;
    left: 50%;
    width: 6px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #0071dc;
}
.banner_app .box .banner_bg .name h1 i::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    left: 15px;
}
.banner_app .box .banner_bg .name h1 i::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #0071dc;
    height: inherit;
    width: 25px;
    right: 15px;
}
.banner_app .box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 10px;
    color: #0f0d1d;
    font-weight: 500;
}
.banner_app .box ul i {
    padding: 0 5px;
    font-weight: bold;
}
.banner_app .box ul li a {
    color: #0f0d1d;
}
.banner_app .box ul li a:hover {
    color: #0071dc;
}
.list_app {
    padding: 100px 0 0;
    margin-bottom: -85px;
}
.list_app .title {
    margin-bottom: 55px;
}
.list_app .title h6 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
}
.list_app .title p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.list_app .app_top {
    padding: 0 0 100px;
}
.list_app .app_top .box {
    height: 230px;
    background: linear-gradient(-135deg, transparent 35px, #464b63 35px, #1a1d29 calc(100% - 35px), transparent calc(100% - 35px), transparent 100%);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 70px 0;
}
.list_app .app_top .box h6 {
    color: #fff;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
    transition: all 0.3s linear;
    width: 240px;
    padding-right: 19px;
    position: absolute;
    left: -10px;
    top: 8px;
    background: linear-gradient(to right, #005aff 0%, #00dcd2 100%);
}
.list_app .app_top .box h6 i {
    margin-right: 10px;
}
.list_app .app_top .box .text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 40px;
    margin-top: 15px;
}
.list_app .app_top .box .text p {
    font-size: 15px;
    color: #fff;
    width: 65%;
    margin-bottom: 0;
}
.list_app .app_top .box .text i {
    font-size: 35px;
    color: #00ccd7;
}
.list_app .middle_bg {
    background: #0071dc;
    background: linear-gradient(45deg, #29bae4cf 0, #ee76adcc 100%);
    padding: 100px 0 180px;
    position: relative;
    overflow: hidden;
}
.list_app .middle_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    overflow: visible;
    width: 100%;
    height: 120px;
    z-index: 0;
    transform: skewY(4deg);
    background-color: #fff;
}
.list_app .middle_bg .middle_title {
    margin-bottom: 55px;
}
.list_app .middle_bg .middle_title h5 {
    font-size: 35px;
    text-align: center;
    color: #fff;
}
.list_app .middle_bg .box {
    height: 280px;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    background: linear-gradient(-135deg, transparent 20px, #d5f6ff 20px, #fff calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
}
.list_app .middle_bg .box h3 {
    color: #101828;
}
.list_app .middle_bg .box::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #0071dc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.list_app .middle_bg .box .text {
    min-height: 170px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    color: #070b3b;
    line-height: 30px;
}
.list_app .app_bottom {
    padding: 100px 0 200px;
    background-color: #f9fafc;
}
.list_app .app_bottom .title h5 {
    text-align: center;
    font-size: 35px;
}
.list_app .app_bottom .swiper_app {
    padding: 30px 0 0;
}
.list_app .app_bottom .box {
    padding: 35px 50px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.6s;
    min-height: 315px;
}
.list_app .app_bottom .box .icon {
    font-size: 45px;
    color: #3c72fc;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 1;
    transition: 0.3s;
}
.list_app .app_bottom .box .icon::before {
    position: absolute;
    content: "";
    right: -100px;
    top: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
    opacity: 0.06;
    z-index: -1;
    transition: 0.3s;
}
.list_app .app_bottom .box .icon i {
    font-size: 40px;
    color: #0071dc;
}
.list_app .app_bottom .box h4 {
    font-size: 35px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
.list_app .app_bottom .box span {
    margin-bottom: 10px;
    display: block;
    color: #777181;
    position: relative;
    z-index: 1;
    min-height: 55px;
}
.list_app .app_bottom .box ul li {
    font-size: 13px;
    line-height: 2.5;
}
.list_app .app_bottom .box .img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.list_app .app_bottom .box .img img {
    width: 100%;
}
.list_app .app_bottom .box:hover {
    background-color: #0f0d1d;
    transform: translateY(-20px);
}
.list_app .app_bottom .box:hover h4 {
    color: #fff;
}
.list_app .app_bottom .box:hover span,
.list_app .app_bottom .box:hover ul li {
    color: rgba(255, 255, 255, 0.75);
}
.list_app .app_bottom .box:hover .icon i {
    color: #fff;
}
.list_app .app_bottom .box:hover .icon::before {
    opacity: 1;
}
.list_app .app_bottom .box:hover .img {
    opacity: 1;
    visibility: visible;
}
/* ============================================================== 
    # list_seo
=================================================================== */
.banner_seo {
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 150px 0 200px;
    display: block;
    overflow: hidden;
}
.banner_seo::before {
    content: "";
    position: absolute;
    background: url(/skin/img/banner_seo_bg.png) no-repeat;
    top: auto;
    bottom: 10px;
    left: 95px;
    z-index: -1;
    width: 100%;
    height: 314px;
}
.banner_seo::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/skin/img/banner_seo_right.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.banner_seo h6 {
    font-size: 22px;
    margin-bottom: 0;
}
.banner_seo h2 {
    font-size: 65px;
    padding-top: 20px;
}
.banner_seo img {
    position: absolute;
    bottom: 35px;
    right: 135px;
    z-index: -1;
    animation: seo_img infinite 2s linear;
}
.list_seo {
    padding: 100px 0 0;
}
.list_seo .title {
    margin-bottom: 55px;
    text-align: center;
}
.list_seo .title h6 {
    font-size: 45px;
}
.list_seo .box {
    box-shadow: 0 0 30px 0 rgba(186, 184, 191, 0.35);
    border-radius: 10px;
    background: #fff;
    padding: 60px 25px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 300ms linear 0s;
}
.list_seo .box .icon {
    margin: 0 auto;
    border-radius: 50%;
    width: 127px;
    height: 127px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list_seo .box .icon_one {
    background-image: -moz-linear-gradient(134deg, #fc6ddc 0, #fe3b2b 100%);
    background-image: -webkit-linear-gradient(134deg, #fc6ddc 0, #fe3b2b 100%);
    background-image: -ms-linear-gradient(134deg, #fc6ddc 0, #fe3b2b 100%);
}
.list_seo .box .icon_two {
    background-image: -moz-linear-gradient(-47deg, #58fe5f 0, #9cfdfa 100%);
    background-image: -webkit-linear-gradient(-47deg, #58fe5f 0, #9cfdfa 100%);
    background-image: -ms-linear-gradient(-47deg, #58fe5f 0, #9cfdfa 100%);
}
.list_seo .box .icon_three {
    background-image: -moz-linear-gradient(134deg, #2a75f5 0, #a962f8 100%);
    background-image: -webkit-linear-gradient(134deg, #2a75f5 0, #a962f8 100%);
    background-image: -ms-linear-gradient(134deg, #2a75f5 0, #a962f8 100%);
}
.list_seo .box .icon_four {
    background-image: -moz-linear-gradient(134deg, #cb88ff 0, #a473ff 100%);
    background-image: -webkit-linear-gradient(134deg, #cb88ff 0, #a473ff 100%);
    background-image: -ms-linear-gradient(134deg, #cb88ff 0, #a473ff 100%);
}
.list_seo .box .icon_five {
    background-image: -moz-linear-gradient(-47deg, #5689f1 0, #9cfdfa 100%);
    background-image: -webkit-linear-gradient(-47deg, #5689f1 0, #9cfdfa 100%);
    background-image: -ms-linear-gradient(-47deg, #5689f1 0, #9cfdfa 100%);
}
.list_seo .box .icon_six {
    background-image: -moz-linear-gradient(134deg, #f95a36 0, #f79898 100%);
    background-image: -webkit-linear-gradient(134deg, #f95a36 0, #f79898 100%);
    background-image: -ms-linear-gradient(134deg, #f95a36 0, #f79898 100%);
}
.list_seo .box .icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    display: block;
    border: 1px solid #ffeff0;
    margin: 0 auto;
    border-radius: 50%;
}
.list_seo .box .icon i {
    color: #fff;
    font-size: 50px;
}
.list_seo .box h5 {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
    color: #010f31;
}
.list_seo .box p {
    margin: 20px 0 0;
    min-height: 55px;
}
.list_seo .video {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 200px 0;
    background: #fefdf5 url(/skin/img/list_video_bg.png) no-repeat center bottom;
    z-index: 0;
    margin-bottom: -80px;
}
.list_seo .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/skin/img/list_video.png) no-repeat center top;
    background-size: contain;
    z-index: -1;
}
.list_seo .video_title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 45px;
    font-weight: bold;
    color: #010f31;
}
.list_seo .video_box {
    margin-bottom: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}
.list_seo .video_box img {
    width: 100%;
    max-width: 100%;
    transition: all 300ms linear 0s;
}
.list_seo .video_box:hover img {
    transform: scale(1.08);
}
.list_seo .video_box .hover {
    background-color: rgba(255, 255, 255, 0.769);
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transition: all 0.5s;
    opacity: 0;
}
.list_seo .video_box:hover .hover {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
}
.list_seo .video_box .a_title {
    display: block;
    color: #181818;
    margin-bottom: 20px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: bold;
}
.list_seo .video_box .a_icon {
    color: #fff;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    background: #0071dc;
    margin: 0 auto;
    display: block;
}
.list_seo .video_box .a_icon:hover {
    background: #00ccd7;
}
@keyframes seo_img {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
/* ============================================================== 
    # list_contact
=================================================================== */
.banner_contact {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 150px 0 200px;
    display: block;
    overflow: hidden;
}
.banner_contact::before {
    content: "";
    position: absolute;
    background: url(/skin/img/banner_contact_left.png) no-repeat;
    top: auto;
    bottom: 10px;
    left: 100px;
    z-index: -1;
    width: 100%;
    height: 314px;
    opacity: 0.5;
}
.banner_contact h6 {
    font-size: 22px;
    margin-bottom: 0;
}
.banner_contact h2 {
    font-size: 65px;
    padding-top: 20px;
}
.banner_contact img {
    position: absolute;
    bottom: 35px;
    right: 135px;
    z-index: -1;
    animation: contact_img infinite 2s linear;
}
.list_contact {
    background: url(/skin/img/list_contact_bg.png) no-repeat bottom center;
    overflow: hidden;
    position: relative;
}
.list_contact .contact_top {
    margin-bottom: 70px;
}
.list_contact .box {
    background-color: #f9faff;
    padding: 30px;
    border-radius: 6px;
}
.list_contact .box span {
    color: #0071dc;
    margin-bottom: 10px;
}
.list_contact .box h4 {
    font-size: 35px;
    margin-bottom: 25px;
}
.list_contact .box .form-group {
    display: flex;
    justify-content: left;
    align-items: center;
}
.list_contact .box .form_group .form-control {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 2 !important;
    padding: 12px 15px !important;
    border: 1px solid #eee !important;
    margin: 10px 0 !important;
}
.list_contact .box .form_group label {
    margin-bottom: 0;
    width: 100%;
}
.list_contact .box .contact_btn {
    padding: 8px 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0071dc;
    color: #fff;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.list_contact .box .contact_btn::before {
    content: "";
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    background-color: #2e2f46;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.list_contact .box .contact_btn::after {
    content: "";
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    background-color: #2e2f46;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.list_contact .box .contact_btn:hover::before {
    height: 50%;
}
.list_contact .box .contact_btn:hover::after {
    height: 50%;
}
.list_contact .map {
    height: 100%;
    border-radius: 6px;
}
.list_contact .map #mapDiv {
    border-radius: 6px;
}
.list_contact .text {
    padding: 30px 30px 30px 110px;
    margin-top: 30px;
    position: relative;
    background-color: #fafafa;
    box-shadow: 0 0 10px -3px #ccc;
}
.list_contact .text .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed rgba(88, 189, 84, 0.5);
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #0064fb;
    transition: 0.5s ease;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.list_contact .text h5 {
    margin-bottom: 5px;
    font-size: 20px;
}
.list_contact .text p {
    margin-bottom: 3px;
}
.list_contact .text p:last-child {
    margin-bottom: 0;
}
@keyframes contact_img {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
/* ============================================================== 
    # details
=================================================================== */
.details {
    padding: 100px 0;
    overflow: hidden;
}
.details_news .title {
    margin-bottom: 10px;
}
.details_news .title h6 {
    font-size: 25px;
}
.details_news .details_text {
    padding: 35px 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.details_news .details_text .details_source {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.details_news .details_text .details_source a {
    color: #787878;
    padding-right: 8px;
}
.details_news .details_text .details_source a:hover {
    color: #0071dc;
}
.details_news .details_text p {
    margin-bottom: 0;
}
.details_news .details_top {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 20px;
    margin-bottom: 50px;
    border-radius: 8px;
}
.details_news .details_top h4 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #070b3b;
    line-height: 1.2;
    position: relative;
}
.details_news .details_top h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #0071dc;
}
.details_news .details_top ul li {
    display: block;
    margin-bottom: 20px;
    padding-left: 135px;
    position: relative;
}
.details_news .details_top ul li:last-child {
    margin-bottom: 0;
}
.details_news .details_top ul li a {
    display: block;
}
.details_news .details_top ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 126px;
    border-radius: 4px;
}
.details_news .details_top ul li .text{
    min-height: 70px;
}
.details_news .details_top ul li .text h6 {
    font-size: 15px;
    color: #010f31;
    margin-bottom: 3px;
    max-width: 250px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details_news .details_top ul li .text h6 a {
    color: #010f31;
    line-height: 1.4;
}
.details_news .details_top ul li .text span {
    font-size: 12px;
    color: #787878;
}
.details_news .details_top ul li .text span i {
    padding-right: 5px;
}
.details_news .details_bottom {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 20px;
    border-radius: 8px;
}
.details_news .details_bottom h4 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #070b3b;
    line-height: 1.2;
    position: relative;
}
.details_news .details_bottom h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #0071dc;
}
.details_news .details_bottom .text {
    padding: 0 0 0 80px;
    margin-bottom: 35px;
    position: relative;
}
.details_news .details_bottom .text .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed rgba(88, 189, 84, 0.5);
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #0064fb;
    transition: 0.5s ease;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.details_news .details_bottom .text h5 {
    margin-bottom: 5px;
    font-size: 20px;
}
.details_news .details_bottom .text p {
    margin-bottom: 3px;
}
.details_news .details_bottom .text p:last-child {
    margin-bottom: 0;
}
/* ============================================================== 
    # page
=================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #0071dc;
    border-radius: 50%;
    border: 1px solid #0071dc;
    font-weight: bold;
}
.pagination li a.active {
    background-color: #0071dc;
    color: #fff;
}
.pagination li a:hover {
    background-color: #0071dc;
    color: #fff;
}
.next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #0071dc;
}
/* ============================================================== 
    # footer
=================================================================== */
.footer_top .box {
    background: url(/skin/img/footer_bg.jpg);
    background: linear-gradient(135deg, #48b0f7, #557bd4, #6f45b1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 10px;
    padding: 55px 105px;
    margin-bottom: -90px;
}
.footer_top .box .icon {
    width: 115px;
    height: 115px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 35px;
    background: #010f31;
    transition: all 0.6s linear;
}
.footer_top .box .icon img {
    transition: all 0.3s linear;
    outline: 0;
}
.footer_top .box .icon:hover {
    background: #0071dc;
}
.footer_top .box p {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    padding-left: 90px;
    color: #fff;
    margin-bottom: 0;
}
.footer_top .box .button {
    text-align: right;
    height: 60px;
}
.footer_top .box .button a {
    font-size: 20px;
    background: #fff;
    color: #0e0e0e;
    padding: 0 35px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    border-radius: 6px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    border: 0;
    border-style: solid;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.footer_top .box .button a i {
    font-size: 22px;
    font-weight: bold;
}
.footer_top .box .button a::before {
    content: "";
    background: #0071dc;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.footer_top .box .button a::after {
    content: "";
    background: #0071dc;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.footer_top .box .button a:hover {
    color: #fff;
}
.footer_top .box .button a:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.footer_top .box .button a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.footer_bottom {
    background: url(/skin/img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer_bottom .box {
    padding: 160px 0 70px;
}
.footer_bottom .box .footer_logo {
    margin-bottom: 10px;
    position: relative;
    top: -5px;
}
.footer_bottom .box .foot_description {
    margin-bottom: 15px;
    color: #fff;
    max-width: 365px;
}
.footer_bottom .box .mailbox {
    background-color: #fff;
    padding: 20px 80px 20px 20px;
    border-radius: 15px;
    position: relative;
    max-width: 350px;
}
.footer_bottom .box .mailbox h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: #252525;
}
.footer_bottom .box .mailbox i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #e5f3ff;
    color: #0071dc;
    border-radius: 50px;
    transition: all 0.7s ease;
    font-weight: 500;
}
.footer_bottom .box .mailbox i:hover {
    background-color: #0071dc;
    color: #fff;
}
.footer_bottom .h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer_bottom .foot_link {
    position: relative;
}
.footer_bottom .swiper_links {
    flex: 1 1 auto;
    margin: 0;
}
.footer_bottom .h_full a {
    color: #f5f5f5;
    font-size: 14px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}
.footer_bottom .h_full a:hover {
    color: #0071dc;
    padding-left: 10px;
}
.footer_bottom .h_full a i {
    padding-right: 3px;
}
.footer_bottom .foot_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.footer_bottom .footer_news h6 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.footer_bottom .footer_news ul li {
    display: block;
    margin-bottom: 20px;
    padding-left: 135px;
    position: relative;
}
.footer_bottom .footer_news ul li:last-child {
    margin-bottom: 0;
}
.footer_bottom .footer_news ul li a {
    display: block;
}
.footer_bottom .footer_news ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 126px;
    border-radius: 4px;
}
.footer_bottom .footer_news ul li .text h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
    max-width: 200px;
}
.footer_bottom .footer_news ul li .text h6 a {
    color: #fff;
    line-height: 1.4;
}
.footer_bottom .footer_news ul li .text span {
    font-size: 12px;
    color: #f5f5f5;
}
.footer_bottom .footer_news ul li .text span i {
    padding-right: 5px;
}
.footer_bottom .copyright {
    padding: 15px 0 10px;
    border-top: 1px dashed #bfd5ff;
}
.footer_bottom .copyright p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.footer_bottom .copyright span a {
    margin-left: 10px;
    color: #fff;
}
.footer_bottom .copyright span a:hover {
    color: #0071dc;
}
.phone_foot {
    display: none;
}
.fancybox-content{
    width: auto !important;
    height: auto !important;
}
@media (max-width: 992px) {
    .topbar .top .nav_side {
        display: block;
    }
    .topbar .weixin {
        display: block;
    }
    .index_banner {
        padding: 70px 0;
    }
    .index_banner h3 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 15px;
    }
    .index_banner p {
        font-size: 15px;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar .nav_side {
        display: none;
    }
    .header .menubar {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 80%;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }
    .header .menubar.active {
        left: 0;
        opacity: 1;
    }
    .navbar {
        display: block;
        padding-top: 30px;
    }
    .navbar a {
        display: inline-block;
    }
    .navbar a img {
        padding-left: 20px;
    }
    .navbar .nav_middle {
        display: block;
    }
    .navbar .nav_middle ul {
        display: block;
        padding-top: 45px;
        text-align: center;
    }
    .navbar .navbar_nav .nav_item {
        padding: 10px 0;
    }
    .header .top_left h3 {
        text-align: left;
        padding-left: 10px;
    }
    .header .top_rigth h3 {
        text-align: left;
        padding-left: 10px;
    }
    .top_btn {
        display: inline-block;
        width: 15%;
        text-align: center;
        height: 100%;
        outline: none;
        border: none;
    }
    .top_btn em {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 6px;
        transition: all 0.6s ease-in-out;
    }
    .top_btn em:last-child {
        margin-bottom: 0;
    }
    .top_btn .btn_top.active {
        transform: rotate(45deg);
        margin-bottom: -13px;
    }
    .top_btn .btn_middle.active {
        opacity: 0;
    }
    .top_btn .btn_bottom.active {
        transform: rotate(135deg);
    }
    .header .head_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .index_about .box {
        margin-left: 0;
    }
    .index_video .liucheng {
        margin-bottom: 20px;
        padding: 70px 20px;
    }
    .footer_top .box {
        padding: 100px 25px 40px;
        margin-bottom: -65px;
    }
    .footer_top .box p {
        padding-left: 0;
    }
    .footer_top .box .button {
        text-align: center;
        margin-top: 20px;
    }
    .footer_bottom .box {
        display: none;
    }
    .index_video .video_img .video_imgl {
        margin-top: 30px;
        position: inherit;
        background-color: #0071dc;
        border-radius: 10px;
        padding: 40px 30px;
        max-width: 100%;
        text-align: center;
    }
    .index_video .video_img .video_imgl::before {
        content: none;
    }
    .index_video .video_img .video_imgl h6 {
        font-size: 20px;
    }
    .index_video .video_img img {
        border-radius: 8px;
    }
    .index_video .video_img .video_btn {
        left: 50%;
        top: 25%;
        transform: translateX(-50%);
    }
    .index_video .video_img .video_btn a {
        width: 60px;
        height: 60px;
        line-height: 57px;
    }
    .index_video .video_img .video_btn a i {
        font-size: 25px;
    }
    .index_video .video_img .video_btn a:before {
        width: 50px;
        height: 50px;
    }
    .index_video .video_title h6 {
        font-size: 22px;
    }
    .index_video .video_title span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .index_video .video_title {
        text-align: center;
    }
    .index_video .button {
        display: none;
    }
    .index_video .button a {
        padding: 8px 30px;
    }
    .index_video .video_top::before {
        height: 60%;
    }
    .index_video .video_top::after {
        height: 60%;
    }
    .list_about .about_bottom .img img {
        width: auto;
        max-width: none;
    }
    .list_about .about_top,
    .list_about .about_advantage,
    .list_about .about_logo,
    .list_about .about_logo .box {
        padding: 50px 0;
    }
    .list_about .about_bottom {
        padding: 50px 15px;
        margin-bottom: 0;
    }
    .list_box {
        padding: 70px 0;
    }
    .list_about .about_bottom .swiper_about .box {
        display: block;
    }
    .list_about .about_bottom .swiper_about .box .news_img img {
        margin-bottom: 15px;
    }
    .list_software .index_title h4 {
        font-size: 28px;
    }
    .list_software .index_title {
        margin-bottom: 30px;
        text-align: center;
    }
    .list_software .swiper_software {
        padding: 50px 0;
    }
    .banner_programme .box .banner_bg .name,
    .banner_software .box .banner_bg .name,
    .banner_app .box .banner_bg .name,
    .banner_software .box .banner_bg .name {
        padding: 50px 0;
    }
    .banner_programme .box .banner_bg .banner_top,
    .banner_software .box .banner_bg .banner_top,
    .banner_app .box .banner_bg .banner_top,
    .banner_software .box .banner_bg .banner_top {
        height: 100%;
    }
    .banner_programme .box .banner_bg .banner_top img,
    .banner_software .box .banner_bg .banner_top img,
    .banner_app .box .banner_bg .banner_top img,
    .banner_software .box .banner_bg .banner_top img {
        top: auto !important;
        bottom: 0;
    }
    .list_app .title h6 {
        font-size: 28px;
    }
    .list_app .app_top .box {
        margin-bottom: 20px;
    }
    .list_app .app_top .box:last-child {
        margin-bottom: 0;
    }
    .list_app .middle_bg {
        padding: 50px 0;
        background: linear-gradient(110deg, #29bae4cf 0, #ee76adcc 100%);
    }
    .list_app .middle_bg::after {
        content: none;
    }
    .list_app .middle_bg .box {
        margin-bottom: 15px;
    }
    .list_app .app_bottom {
        padding: 50px 0;
        margin-bottom: 0;
    }
    .list_app .app_bottom .box {
        padding: 30px 20px;
    }
    .list_app {
        margin-bottom: 0;
    }
    .list_seo .title h6 {
        font-size: 28px;
    }
    .list_seo .video {
        padding: 50px 0;
        margin-bottom: 0;
    }
    .list_seo .video_title {
        font-size: 28px;
    }
    .list_seo .box {
        box-shadow: 0 0 5px 0 rgba(186, 184, 191, 0.35);
    }
    .banner_seo {
        padding: 50px 0 350px;
        text-align: center;
    }
    .banner_seo h2 {
        font-size: 35px;
    }
    .banner_seo img {
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        right: auto;
        max-width: 390px;
    }
    .list_programme .programme_padd {
        padding-top: 50px;
    }
    .list_case {
        margin-bottom: 50px;
        background: #f4f6fd;
    }
    .list_case .box .text h3 {
        font-size: 18px;
    }
    .banner_case {
        padding: 50px 0 250px;
        text-align: center;
    }
    .banner_case h2 {
        font-size: 35px;
    }
    .banner_case img {
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        right: auto;
        max-width: 390px;
    }
    .banner_news {
        padding: 50px 0 250px;
        text-align: center;
    }
    .banner_news h2 {
        font-size: 35px;
    }
    .banner_news img {
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        right: auto;
        max-width: 390px;
    }
    .banner_contact {
        padding: 50px 0 250px;
        text-align: center;
    }
    .banner_contact h2 {
        font-size: 35px;
    }
    .banner_contact img {
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        right: auto;
        max-width: 390px;
    }
    .list_contact .box {
        padding: 30px 15px;
        margin-bottom: 25px;
    }
    .list_contact .box h4 {
        font-size: 28px;
    }
    .list_contact .box .form_group .form-control {
        padding: 8px 15px !important;
        margin: 0 0 10px !important;
    }
    .list_contact .contact_top {
        margin-bottom: 15px;
    }
    .list_contact .text p i {
        display: none;
    }
    .details_news .details_text {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    .details_news .details_top {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    .details {
        padding: 50px 0;
    }
    .details_news .title h6 {
        text-align: left;
        font-size: 22px;
        line-height: 1.5;
    }
    .phone_foot {
        display: block;
        width: 100%;
        height: 70px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .phone_foot .box {
        display: flex;
        align-items: center;
        height: 70px;
        background: rgb(255 255 255 / 0.75);
    }
    .phone_foot .box .cover {
        width: 50%;
        margin: 0 15px;
        height: 100%;
        padding: 10px 0;
    }
    .phone_foot .box .cover a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #0071dc;
        /* background: url(/skin/img/seo_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        border-radius: 8px;
        color: #fff;
    }
    .phone_foot .box .cover i {
        color: #fff;
        margin-right: 10px;
        animation-name: shake;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        font-size: 16px;
    }
    .phone_foot .box .cover p {
        margin-bottom: 0;
        color: #fff;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 16px;
    }
    @keyframes shake {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        10%,
        20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }
        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }
    .footer_bottom .copyright p{
        display: none;
    }
    .index_banner::before{
        content: none;
    }
}
@media (max-width: 768px) {
    .index_box {
        padding: 50px 0;
    }
    .index_about .img ul {
        transform: rotate(0deg);
        right: 5%;
        bottom: 5%;
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .index_about .img ul li {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .index_about .phone_img {
        display: none;
    }
    .index_news {
        padding: 70px 0 50px;
    }
    .banner_about {
        padding: 50px 0 250px;
    }
    .banner_about img {
        bottom: 0;
        left: 0;
    }
    .banner_about h2 {
        font-size: 50px;
    }
    .index_box .title h6 {
        font-size: 22px;
    }
    .index_box .title span {
        font-size: 14px;
    }
    .list_contact .text p span {
        display: block;
    }
    .details_news .details_bottom {
        display: none;
    }
    .details_news .details_top {
        margin-bottom: 0;
    }
    .details_news .details_text {
        padding: 30px 15px;
        margin-bottom: 25px;
    }
    .footer_bottom {
        padding-bottom: 135px;
    }
    .footer_top .box p{
        font-size: 20px;
        text-align: center;
    }
}
.list_bdkh .index_advantage{
    padding: 0;
    margin-bottom: 70px;
}
.list_bdkh .index_advantage .box{
    margin-bottom: 0;
}
.list_bdkh .index_advantage .box .text{
    max-width: 100%;
    padding-left: 0;
}
.list_bdkh .index_advantage .box .text h6{
    font-size: 25px;
}
.list_bdkh .index_advantage .box .text p{
    font-size: 16px;
}
.list_bdkh .list_about{
    margin: 0;
    padding: 0;
}
.list_bdkh .list_about .about_advantage .text .box{
    min-height: 310px;
}
.list_bdkh .list_about .about_advantage{
    padding: 0 0 100px;
}
.list_bdkh .list_about .about_advantage .title{
    margin: 30px 0 30px;
}
.list_bdkh .list_about .about_advantage h5{
    margin-top: 30px;
    font-size: 22px;
    text-shadow: 5px 7px 10px rgb(0 0 0 / 35%);
}
.list_bdkh .list_about .about_advantage .text.two .box{
    background-color: #fde3f37d;
    border: 1.2px solid #ffaee0;
}
.list_bdkh .list_about .about_advantage .text.two .box .top{
    color: #ffaee0;
    background-color: #fde3f37d;
    border: 1.2px solid #ffaee0;
}
.list_bdkh .list_about .about_advantage .text.three .box{
    background-color: #7c6deb3b;
    border: 1.2px solid #7c6deb;
}
.list_bdkh .list_about .about_advantage .text.three .box .top{
    color: #7c6deb;
    background-color: #7c6deb3b;
    border: 1.2px solid #7c6deb;
}
@media (max-width: 768px) {
    .list_bdkh .list_about .about_advantage h5{
        text-align: center;
    }
    .list_bdkh .list_about .about_advantage .title{
        margin: 0;
    }
    .list_bdkh .list_about .about_advantage{
        padding: 0 0 50px;
    }
}
@media (max-width: 1200px){
    .navbar .navbar_nav .nav_item a{
        margin: 0 5px;
    }
    .navbar .nav_side{
        display: none;
    }
}