* {
    margin: 0;
    padding: 0;

}

:root {
    ---color: #0064FA;
    --color-z: #333333;
}

ul,
ol {
    list-style-type: none;
}

ul li {
    list-style: none;

}

[v-cloak] {
    display: none;
}

.container,
.container-fluid,
.container-fixed,
.container-fixed-md,
.container-fixed-sm,
.container-fixed-xs {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

body {
    font-size: 14px;
    background-color: #f9fbfe;
}

label {
    margin-bottom: 0;
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}



a:hover {
    color: var(---color) !important;
}



.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-img-hover img {
    transition: all 0.5s;
}

.bx-img-hover:hover img {
    transform: scale(1.1);
}

.bx-text-p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bx-text-p3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bx-text-p4 {
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lz-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}


.lz-flex {
    display: flex;
    align-items: center;
}

.lz-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lz-flex-between1 {
    display: flex;
    justify-content: space-between;
}

.lz-flex-center {
    display: flex;
    align-items: center;
}

.lz-flex-center1 {
    text-align: left;
}

.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.img-padding img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.buts {
    display: inline-block;
    min-width: 130px;
    line-height: 50px;
    background-color: var(---color);
    font-size: 14px;
    color: #FFFFFF !important;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
}

.buts i {
    color: #FFFFFF !important;
    vertical-align: sub;
    font-size: 18px;
}

.buts:hover {
    opacity: 0.8;
    color: #fff !important;
}

/* title */
.box-title {
    text-align: center;
}

.box-title h3 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}

.box-title p {
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}

.box-title.white h3,
.box-title.white p {
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}

.pt115 {
    padding-top: 115px;
}

.pt95 {
    padding-top: 95px;
}

.pt120 {
    padding-top: 120px;
}

.pt150 {
    padding-top: 150px;
}

.pt100 {
    padding-top: 100px;
}
.pb80{
	padding-bottom: 80px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb50 {
    padding-bottom: 50px;
}

.container1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px) {

    .mt50 {
        margin-top: 20px;
    }

	.pb80{
		padding-bottom: 20px;
	}

    .pb120 {
        padding-top: 30px;
    }

    .pb120 {
        padding-bottom: 30px;
    }

    .pt115 {
        padding-top: 30px;
    }

    .pb150 {
        padding-bottom: 30px;
    }

    .pt120 {
        padding-top: 30px;
    }

    .pb50 {
        padding-bottom: 20px;
    }

    .pt100 {
        padding-top: 30px;
    }

    .box-title h3 {
        font-size: 20px;
    }

    .box-title p {
        font-size: 14px;
        margin-top: 6px;
    }

    .buts {
        min-width: 110px;
        line-height: 40px;
    }

    .container1200 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}




/* header */

/* @keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: transparent;
    transition: all 0.5s;
    background-color: #fff;

    padding-left: 160px;
    padding-right: 160px;
}

.header.active {
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header.active .bx-header001 .bx-nav ul li a {
    color: #333;
}

.bx-header001 {
    height: 70px;
    line-height: 70px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx-header001 .bx-logo {
    max-height: 70px
}

.bx-header001 .bx-logo a {
    display: block;
}

.bx-header001 .bx-logo img {
    max-height: 50px;
    display: block;
}



.bx-header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    padding: 0 27px;
}

.bx-header001 .bx-nav ul li a {
    color: #000;
}

.bx-header001 .bx-nav ul li i {
    font-size: 16px;
    color: #000;
    vertical-align: inherit;
    margin-left: 2px;
}

.bx-header001 .bx-nav ul li .bx-nav-fd {
    position: absolute;
    top: 70px;
    left: 50%;
    line-height: 30px;
    width: 180px;
    background-color: #ffffff;
    z-index: 600;
    transform: translate(-50%, 0);
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
    display: none;
}

.bx-header001 .bx-nav ul li .bx-nav-fd a {
    padding: 5px 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.header-contact-ewm {
    display: none;
}

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 25px;
}

.bx-header001 .bx-nav ul li a:hover,
.bx-header001 .bx-nav ul li.active>a {
    color: var(---color);
}

.bx-header001 .bx-nav ul li.active>i {
    color: var(---color);
}

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li.active>a {
    color: var(---color);
}

.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.bx-nav-dh img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a {
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}

.bx-header-but {
    position: relative;
}

.bx-header-but .but {
    min-width: 80px;
    line-height: 36px;
    background-color: var(---color);
    margin-left: 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    transition: all 0.5s;
}

.bx-header-but .but:hover {
    opacity: 0.8;
    color: #fff !important;
}

.bx-header-but .bx-header-ewm {
    position: absolute;
    right: 0;
    top: 70px;
    width: 140px;
    display: none;
}

@media screen and (max-width: 1600px) {
    .header {
        padding-left: 60px;
        padding-right: 60px;
    }

    .bx-header001 .bx-nav ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1365px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }


    .bx-header001 .bx-nav ul li i {
        margin-left: 3px;
    }

    .bx-nav-dh {
        display: none;
    }

    .bx-header001 .bx-nav ul li {
        padding: 0 15px;
    }
}


@media (max-width: 1000px) {


    .header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .bx-nav{
    	display: none;
    }

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }


    .bx-header-but .bx-header-ewm {
        top: 60px;
    }


    .bx-nav-dh i {
        font-size: 16px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

    .bx-header001 .bx-logo img {
        max-height: 45px;
    }

    .bx-header001 .bx-nav {
        position: fixed;
        top: 60px;
        z-index: 500;
        left: 0;
        z-index: 600;
        width: 100%;
        background-color: #fff;
        height: calc(100vh - 60px);
    }

    .bx-header001 .bx-nav ul li {
        line-height: 50px;
        text-align: left;
        float: none;
    }

    .bx-header001 .bx-nav ul li i {
        display: block;
        width: 12px;
        height: 12px;
        color: #333;
        transition: color .25s;
        position: absolute;
        right: 10px;
        top: 18px;
    }

    .bx-header001 .bx-nav ul li i svg {
        display: none;
    }

    .bx-header001 .bx-nav ul li i::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #333;
        transform: translate(0, -50%);
    }

    .bx-header001 .bx-nav ul li i::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: #333;
        transform: translate(-50%, 0);
    }

    .bx-header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #333;
        text-align: center;
        font-size: 16px;
    }

    .bx-header001 .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd {
        position: relative;
        top: 0px;
        width: 100%;
        padding-left: 20px;
        box-shadow: none;
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd p {
        display: inline-block;
        width: 48%;
    }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
    }



    .hamburger .line {
        width: 35px;
        height: 3px;
        background-color: #333;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .active .hamburger .line {
        background-color: #333;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.active {
        color: var(---color) !important;
    }

    .header-contact-ewm {
        margin-top: 30px;
        border-top: 1px dashed #D6D6D6;
        padding: 20px;
        display: block;

    }

    .header-contact-ewm-box {
        text-align: center;
    }

    .header-contact-ewm .img {
        width: 120px;
        display: inline-block;
        margin: 0 15px;
    }

    .header-contact-ewm .img p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1;
    }
}

/* header-end */


/* banner */

.banner {
    position: relative;
}

.banner .banner-list {
    position: relative;
}

.banner .banner-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-list .text-box {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    transform: translate(0, -50%);
}

.banner .banner-list .text-box h3 {
    font-size: 66px;
    color: #000000;
    font-weight: 400;
    opacity: 0;
    transform: translateY(60px);
}

.banner .banner-list .text-box p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #666666;
    max-width: 620px;
    opacity: 0;
    transform: translateY(60px);
}

.banner .banner-list .text-box .but {
    min-width: 130px;
    line-height: 50px;
    background-color: var(---color);
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(60px);
}

.banner .banner-list .text-box .but i {
    font-size: 18px;
    margin-left: 5px;
}

.banner .banner-list .text-box .but:hover {
    color: #fff !important;
    opacity: 0.8;
}

.banner-nav {
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index: 3;
}

.banner-nav ul {
    display: flex;
    justify-content: center;
}

.banner-nav ul li {
    margin: 0 12.5px;
}

.banner-nav-list {
    background-color: #fff;
    width: 330px;
    padding-top: 15px;
    padding-bottom: 17px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 100, 250, 0.1);
    position: relative;
    overflow: hidden;
}

.banner-nav-list h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;

}

.banner-nav-list p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.banner-nav-list i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(---color);
    opacity: 0;
}

.banner .swiper-slide-active .text-box h3 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity .7s linear .7s, transform .7s cubic-bezier(.215, .61, .355, 1) .7s;
}

.banner .swiper-slide-active .text-box p {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity .9s linear .9s, transform .9s cubic-bezier(.215, .61, .355, 1) .9s;
}

.banner .swiper-slide-active .text-box .but {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 1.2s linear 1.2s, transform 1.2s cubic-bezier(.215, .61, .355, 1) 1.2s;
}


.banner .swiper-pagination {
    display: none;
}


.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(---color);
}


.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
}

.nei-banner .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}

.nei-banner .text-box .text h3 {
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
}

.nei-banner .text-box .text h1 {
    font-size: 66px;
    color: #000000;
    font-weight: 400;
    white-space: pre-line;
}

.nei-banner .text-box .text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #666666;
    max-width: 620px;
}

@media screen and (max-width: 1600px) {
    .banner .banner-list .text-box h3 {
        font-size: 44px;
    }

    .banner .banner-list .text-box .but {
        min-width: 120px;
        line-height: 42px;
        margin-top: 40px;
    }

    .banner-nav-list h3 {
        font-size: 18px;
    }

    .banner-nav-list p {
        font-size: 14px;
    }

    .banner-nav-list {
        width: 280px;
    }
}

@media screen and (max-width: 1365px) {

    .nei-banner .text-box .text h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .banner .banner-list .text-box h3,
    .nei-banner .text-box .text h1 {
        font-size: 30px;
    }

    .banner .banner-list .text-box p,
    .nei-banner .text-box .text p {
        font-size: 14px;
    }

    .nei-banner .text-box .text p {
        max-width: 450px;
    }


}

@media screen and (max-width: 1000px) {
    .banner .banner-list .img {
        height: 240px;
    }


    .banner .banner-list .text-box .but {
        min-width: 100px;
        line-height: 38px;
        margin-top: 20px;
    }

    .banner .swiper-pagination {
        display: block;
    }

    .banner-nav {
        display: none;
    }



    .banner .banner-list .text-box {
        max-width: 55%;
    }

    .banner .banner-list .text-box h3,
    .nei-banner .text-box .text h1 {
        font-size: 20px;
    }

    .banner .banner-list .text-box p {
        margin-top: 15px;
        font-size: 12px;
    }

    .nei-banner .img {
        height: 240px;
    }

    .nei-banner .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nei-banner .text {
        padding-right: 40%;
    }

    .nei-banner .text-box .text p {
        margin-top: 10px;
    }
}





/* footer */

.footer {
    background-color: #ffffff;
}


.footer-item {
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer-item .footer-logo {
    width: 120px;
}

.footer-item .footer-nav {
    width: calc(95% - 240px);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-nav-list:nth-child(1),
.footer-nav-list:nth-child(2) {
    width: 25%;
}

.footer-nav-list:nth-last-child(1) {
    max-width: 50%;
}

.footer-nav-list .title {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E9EF;
}

.footer-nav-list:nth-child(1),
.footer-nav-list:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.footer-nav-list:nth-child(1) p,
.footer-nav-list:nth-child(2) p {
    width: 50%;
    margin-bottom: 10px;
}

.footer-nav-list p {
    padding: 2px 0;
}

.footer-nav-list p,
.footer-nav-list p a {
    font-size: 14px;
    color: #5E6269;
}

.footer-ewm {
    display: flex;
    text-align: center;
    margin-top: 10px;
}

.footer-ewm .footer-ewm-list {
    margin-right: 14px;
    width: 100px;
}

.footer-ewm .footer-ewm-list img {
    width: 100%;
}

.footer-bottom {
    border-top: 1px solid #DDE2E9;
    padding: 18px;
    font-size: 14px;
    color: #5E6269;
    text-align: center;
}

.footer-bottom a {
    font-size: 14px;
    color: #5E6269;
}

.footer-bottom a.a1:hover {
    color: #5E6269 !important;
    cursor: default;
}

.footer-h5 {
    display: none;
}

.footer2{
    background-image: url(../images/footer_bg.jpg);
    background-position: center;
    background-size: cover;
}
.footer2 .footer-item{
    padding: 60px 0;
}
.footer2 .footer-nav-list .title{
    color: #fbfbfb;
    border-bottom-color:  #444145;
    margin-bottom: 40px;
}
.footer2 .footer-item .footer-nav{
    width: 100%;
}
/* .footer2 .footer-nav-list{
    width: 35%;
} */
 .footer-nav-list:nth-child(1), .footer-nav-list:nth-child(2){
    width: 30%;
 }
.footer2 .footer-nav-list{
    display: block;
    
}
.footer2 .footer-nav-list p,.footer2 .footer-nav-list p a{
    color: #7C7A77;
}
.footer2 .footer-bottom{
    border-top: none;
    background-color: #000;
    color: #7C7A77;
}
.footer2 .footer-bottom a{
    color: #7C7A77;
}
.footer-ewm .footer-ewm-list{
    width: 120px;
}
.footer-ewm-list p{
    margin-top: 10px;
}

.footer-con ul li{
    display: flex;
    align-items: center;
     margin-bottom: 20px;
}
.footer-con ul li img{
    width: 44px;
}
.footer-con ul li span{
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
    color: #7C7A77;
   
}


@media screen and (max-width: 1000px) {
    .footer {
        margin-bottom: 80px;
    }

    .footer-item {
        display: none;
    }

    .footer-item .footer-logo {
        display: none;
    }

    .footer-item .footer-nav {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-nav .footer-nav-list {
        width: 100%;
        max-width: 100%;
        margin: 15px 0;
    }

    .footer-nav .footer-nav-list:nth-last-child(1) {
        width: 100%;
    }

    .footer-item {
        padding: 20px 0;
    }

    .footer-h5 {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(180, 184, 206, 0.14);
        width: 100%;
        border-radius: 15px 15px 0 0;
        padding: 15px 20px;
    }

    .footer-h5-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-h5-box .footer-h5-nav ul li {
        display: inline-block;
    }

    .footer-h5-box .footer-h5-nav a {
        font-size: 12px;
        color: #666666;
        display: block;
        text-align: center;
        width: 46px;
    }

    .footer-h5-box .footer-h5-nav a img {
        height: 20px;
        margin-bottom: 8px;
    }

    .footer-h5-box .footer-h5-but .but {
        min-width: 110px;
        line-height: 42px;
        font-size: 14px;
        color: #fff !important;
        border-radius: 42px;
        background-color: #0064FA;
        text-align: center;
        margin-right: 5px;
    }

    .footer-h5-box .footer-h5-but .but:nth-last-child(1) {
        margin-right: 0;
    }

    .footer-h5-box .footer-h5-but .but:nth-child(2) {
        background-color: #21C67D;
    }
}


/* index-service */
.index-service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index-service-item .index-service-list {
    width: calc(50% - 40px);
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(104, 123, 255, 0.1);
    padding: 75px 100px 130px 100px;
    transition: all 0.5s;
    position: relative;
}

.index-service-item .index-service-list .icon-bg {
    max-width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-service-item .index-service-list .icons img {
    height: 90px;
}

.index-service-item .index-service-list h3 {
    font-size: 36px;
    color: #202020;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

.index-service-item .index-service-list .index-service-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-service-item .index-service-list .index-service-box p {
    width: 50%;
    font-size: 20px;
    color: #626262;
    margin-top: 20px;
}

.index-service-item .index-service-list .index-service-box i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 22px;

}

.index-service-item .index-service-list:hover {
    background-color: #F4F7FC;
    box-shadow: 0 5px 30px rgba(104, 123, 255, 0.4);
}

@media screen and (max-width: 1600px) {
    .index-service-item .index-service-list {
        padding: 60px 80px 100px 80px;
    }

    .index-service-item .index-service-list .icons img {
        height: 75px;
    }

    .index-service-item .index-service-list h3 {
        font-size: 28px;
        margin: 25px 0 10px 0;
    }

    .index-service-item .index-service-list .index-service-box p {
        font-size: 18px;
    }

    .index-service-item .index-service-list .index-service-box i {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 1365px) {
    .index-service-item .index-service-list {
        width: calc(50% - 20px);
        margin-top: 40px;
    }

    .index-service-item .index-service-list .icons img {
        height: 60px;
    }

    .index-service-item .index-service-list .index-service-box p {
        font-size: 16px;
    }

    .index-service-item .index-service-list h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .index-service-item .index-service-list {
        width: 100%;
        margin-top: 20px;
    }

    .index-service-item .index-service-list {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .index-service-item .index-service-list .icons img {
        height: 40px;
    }

    .index-service-item .index-service-list h3 {
        font-size: 20px;
        margin: 15px 0 8px 0;
    }

    .index-service-item .index-service-list .index-service-box p {
        margin-top: 10px;
        font-size: 14px;
    }
}

/* index-service end */


/* caselist */
.case-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
}

.case-box ul li {
    width: 33.33%;
    padding: 0 22.5px;
    margin-top: 45px;
}

.case-box .case-list {
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 0 30px rgba(180, 184, 206, 0.14);
    cursor: pointer;
}

.case-box .case-list .img {
    width: 100%;
    padding-bottom: 62%;
    border-radius: 20px 20px 0 0;
    transition: all 0.5s;
}

.case-box .case-list .text {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.case-box .case-list .text h3 {
    font-size: 20px;
    color: #000000;
}

.case-box .case-list .text p {
    margin-top: 15px;
}

.case-box .case-list .text p span {
    display: inline-block;
    line-height: 34px;
    font-size: 16px;
    color: #666666;
    background-color: #F4F7FC;
    border-radius: 20px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.case-box .case-list .text p span::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0064FA 0%, #0064FA 100%);
    border-radius: 20px;
    transition: all 0.5s;
    z-index: -1;
}

.case-box .case-list:hover .text p span::before {
    width: 100%;
}

.case-box .case-list:hover .text p span {
    color: #fff;
    z-index: 2;
}

.case-box .case-list:hover {
    box-shadow: 0 0 30px rgba(180, 184, 206, 0.4);
    transform: translateY(-3px);
}

.case-box .case-list:hover .img img {
    filter: blur(2px);
}

.case-box .case-list:hover .text {
    background-color: #F4F7FC;
}

.case-box .case-list:hover .text h3 {
    color: #0064FA;
}

@media screen and (max-width: 1600px) {
    .case-box ul {
        margin: 0 -15px;
    }

    .case-box ul li {
        padding: 0 15px;
        margin-top: 45px;
    }

    .case-box .title {
        padding: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .case-box ul {
        margin: 0;
    }

    .case-box ul li {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }

    .case-box .case-list {
        box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
    }

    .case-box .case-list .text {
        padding: 15px;
    }

    .case-box .case-list .text h3 {
        font-size: 16px;
    }

    .case-box .case-list .text p {
        margin-top: 10px;
    }

    .case-box .case-list .text p span {
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }

}

/* caselist end */

/* .index-two */
.index-two {
    background: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(@/assets/images/index-two-bg.jpeg);
}

.index-solve {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(60px);
    border-radius: 5px;
    display: flex;
    margin-left: 120px;
    margin-right: 120px;

}

.solve-nav {
    width: 250px;
    padding: 35px 20px;
}

.solve-nav ul li {
    margin: 7px 0;
}

.solve-nav ul li p {
    font-size: 16px;
    color: #000000;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.5s;
}

.solve-nav ul li p:hover {
    color: var(---color);
}

.solve-nav ul li.active p {
    background-color: var(---color);
    color: #fff;
}

.solve-box {
    width: calc(100% - 250px);
}

.solve-box-list {
    padding: 50px 60px;
}

.solve-box-list .title {
    font-size: 28px;
    color: #000000;
    font-weight: 400;
}

.solve-box-list .desc {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.solve-application-box {
    font-size: 16px;
    color: #666666;
}


.solve-application,
.solve-case {
    margin-top: 45px;
}

.solve-title {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.solve-application span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    background-color: #f4f7fc;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 15px;
}

.solve-case span {
    display: inline-block;
    margin-right: 60px;
    margin-top: 15px;
    width: 100px;
}

@media screen and (max-width: 1600px) {

    .index-solve,
    .service-scope {
        margin-left: 50px;
        margin-right: 50px;
    }

    .solve-box-list .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {

    .index-solve,
    .service-scope {
        margin-left: 0;
        margin-right: 0;
    }

    .index-solve {
        display: block;
    }

    .solve-nav {
        width: 100%;
        overflow-x: auto;
        padding: 0;
        margin-bottom: 20px;

    }

    .solve-nav ul {
        width: max-content;
    }

    .solve-nav ul li {
        display: inline-block;
        margin: 0;
    }

    .solve-nav ul li p {
        padding: 0 10px;
        font-size: 14px;
    }

    .solve-nav ul li.active p {
        background-color: transparent;
        color: var(---color);
    }

    .solve-box {
        width: 100%;
    }

    .index-solve {
        backdrop-filter: blur(0);
        background-color: transparent;
    }

    .solve-box-list {
        padding: 15px;
        backdrop-filter: blur(60px);
        background-color: rgba(255, 255, 255, .6);
        border-radius: 10px;
    }

    .solve-box-list .title {
        font-size: 18px;
    }

    .solve-box-list .desc,
    .solve-application-box {
        font-size: 14px;
    }

    .solve-application span {
        font-size: 14px;
        margin-right: 10px;
        line-height: 32px;
        margin-top: 10px;
    }

    .solve-application,
    .solve-case {
        margin-top: 25px;
    }

    .solve-title {
        font-size: 18px;
    }

    .solve-case span {
        margin-right: 20px;
        width: 90px;
    }
}

/* .index-two  end*/


/* .index-three*/
.index-three {
    background-color: #F9FBFE;
}

.service-scope {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 120px;
    margin-right: 120px;
}

.service-scope .text {
    width: 350px;
}

.service-scope .text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-scope .text ul li {
    width: 45%;
    padding: 20px 0;
    border-bottom: 1px solid #E4E9EF;
}

.service-scope .text ul li p {
    font-size: 24px;
    color: var(---color);
}

.service-scope .text ul li p span {
    font-size: 40px;
    font-weight: bold;
}

.service-scope .text ul li h3 {
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
}

.service-scope .text .desc {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}

.service-scope .img {
    width: calc(100% - 350px);
    text-align: right;
}

.service-scope .img img {
    max-width: 90%;
}

@media screen and (max-width: 1000px) {
    .service-scope {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .service-scope .text {
        width: 100%;
    }

    .service-scope .img {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .service-scope .text ul li p span {
        font-size: 32px;
    }

    .service-scope .text ul li h3 {
        font-size: 16px;
    }

    .service-scope .text .desc {
        font-size: 14px;
    }

    .service-scope .text ul li {
        padding: 10px 0;
    }
}


/* index-news */
.index-news {
    background-color: #fff;

}

.index-news-list {
    display: block;
    border: 1px solid #EFEFEF;
    border-radius: 20px;
    overflow: hidden;
}

.index-news-list .img {
    padding-bottom: 62%;
}

.index-news-list .text {
    padding: 20px;
}

.index-news-list .text h3 {
    font-size: 18px;
    color: #000000;
}

.index-news-list .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.index-news-list .text i {
    font-size: 20px;
    color: #666666;
    margin-top: 10px;
}

.index-news-list:hover .text h3 {
    color: #0064FA;
}

.index-news-box swiper-slide {
    padding: 20px;
}

@media screen and (max-width: 1000px) {
    .index-news-list {
        border-radius: 10px;
    }

    .index-news-list .text {
        padding: 10px;
    }

    .index-news-list .text h3 {
        font-size: 16px;
    }

    .index-news-list .text p {
        font-size: 14px;
        margin-top: 5px;
    }
}

.index-partners {
    background-color: #F4F7FC;
}

.bx-siteM103-item {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.bx-siteM103-item::before {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #F4F7FC 100%);
    z-index: 8;
}

.bx-siteM103-item::after {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #F4F7FC 100%);
    z-index: 8;
}

.bx-siteM103-item ul {
    white-space: nowrap;
    margin-top: 0;
}

.bx-siteM103-item ul li {
    display: inline-block;
    width: 220px;
    height: 100px;
    float: none;
    margin: 10px 12px;
}

.bx-siteM103-item ul li .bx-siteM103-list {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    transition: all 0.5s;
}

.bx-siteM103-item ul li .bx-siteM103-list img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.bx-siteM103-item ul li .bx-siteM103-list .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bx-siteM103-item ul li .bx-siteM103-list .img::before {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    background-color: var(---color);
    z-index: 1;
}

.bx-siteM103-item ul li .bx-siteM103-list .img::after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    background-color: var(---color);
    z-index: 1;
}

.bx-siteM103-item ul li .bx-siteM103-list::before {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    background-color: var(---color);
    z-index: 1;
}

.bx-siteM103-item ul li .bx-siteM103-list::after {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: var(---color);
    z-index: 1;
}

.bx-siteM103-item ul li .bx-siteM103-list:hover {
    box-shadow: 0px 0px 20px 0px rgba(165, 184, 213, 0.3);
}

.bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
    width: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
    width: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list:hover:before {
    height: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list:hover::after {
    height: 100%;
}

.bx-siteM103-itemBox {
    margin-top: 15px;
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-itemBox {
        margin-top: 5px;
    }

    .bx-siteM103-item ul li {
        width: 140px;
        height: 65px;
        margin: 5px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }
}

/* about */
.index-about {
    background: url(../images/about3.png) no-repeat right 600px;
}

.about_plate1_top {
    display: flex;
    align-items: end;
}

.about_plate1_bottom {
    display: flex;
}

.about_plate1_top .about_plate1_img,
.about_plate1_top .about_plate1_right_pack {
    width: 50%;
}

.about_plate1_bottom .about_plate1_left_list {
    width: 50%;
}

.about_plate1_img img {
    border-radius: 0 100px 0 100px;
}

.about_plate1_left_list {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-right: 60px;
    padding-left: 60px;
}

.about_plate1_left_list li {
    max-width: 32%;
}

.about_plate1_left_icon {
    height: 36px;
}

.about_plate1_left_icon img {
    max-height: 100%;
    display: block;
}

.about_plate1_left_cont h4 {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

.about_plate1_left_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    margin-top: 7.5px;
}

.about_plate1_right_cont a {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: var(---color);
    margin-top: 21px;
}

.about_plate1_desc {
    margin-top: 80px;
    font-size: 18px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    max-height: 120px;
    overflow: auto;
}

.about_plate1_right_pack {
    padding-left: 60px;
    margin-bottom: 40px;
}

.about_palte1_logo {
    max-height: 60px;
}

.about_palte1_logo img {
    max-height: 60px;
    display: block;
}

.about_plate1_right {
    padding-top: 55px;
}

.about_plate1_right_cont {
    margin-top: 27px;
}

.about_plate1_right_cont h4 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

.about_plate1_right_cont p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    margin-top: 15px;
}

.about_palte1_video {
    width: 340px;
    position: relative;
}

.about_palte1_video img {
    width: 100%;
    border-radius: 0 80px 0 80px;
}

@media screen and (max-width: 1600px) {
    .about_plate1_right {
        padding-top: 0;
    }

    .about_plate1_right_cont p {
        font-size: 16px;
        line-height: 26px;
    }

    .about_plate1_right_cont h4 {
        font-size: 24px;
    }

    .about_plate1_left_cont p {
        font-size: 14px;
    }

    .about_plate1_left_list {
        margin-top: 50px;
    }

    .footer-item .footer-nav {
        width: calc(100% - 190px);
    }
}

@media screen and (max-width: 1000px) {
    .about_plate1_pack {
        flex-direction: column-reverse;
    }

    .about_plate1_pack>div {
        width: 100%;
    }

    .about_plate1_top {
        flex-direction: column-reverse;
    }

    .about_plate1_top .about_plate1_img,
    .about_plate1_top .about_plate1_right_pack {
        width: 100%;
    }

    .about_plate1_left_list {
        margin-top: 20px;
        display: block;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .about_plate1_left_icon img {
        display: inline-block;
    }

    .about_plate1_left_list li {
        max-width: calc(50% - 5px);
        width: calc(50% - 5px);
    }

    .about_plate1_left_list li:nth-last-child(1) {
        max-width: 100%;
        width: 100%;
    }

    .about_plate1_left_pack {
        background-color: #fff;
        padding: 20px;
        text-align: left;
        box-shadow: 0px 0px 20px 0px rgba(180, 184, 206, 0.14);
        border-radius: 15px;
        margin-top: 10px;
    }

    .about_plate1_bottom .about_plate1_left_list {
        width: 100%;
        padding: 0;
    }

    .about_plate1_right_pack {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .about_plate1_left_cont h4 {
        font-size: 18px;
    }

    .about_palte1_logo {
        text-align: center;
        display: none;
    }

    .about_plate1_right_cont {
        margin-top: 0;
    }

    .about_plate1_right_cont h4 {
        font-size: 18px;
    }

    .about_plate1_right_cont p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
    }

    .about_plate1_right_cont a {
        font-size: 16px;
    }

    .about_palte1_video {
        width: auto;
        max-width: 340px;
        margin: 0 auto;
        margin-top: 20px;
        display: none;
    }

    .about_plate1_img img {
        border-radius: 0 30px 0 30px;
    }

    .about_plate1_left {
        margin-top: 20px;
    }
}



/* about-commitment */
.about-commitment {
    background: linear-gradient(0.00deg, rgba(0, 96, 241, 0.16), rgba(101, 163, 255, 0.15) 100%);
}

.about-commitment-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-commitment-box ul li {
    width: 45%;
    margin-top: 70px;
}

.commitment-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commitment-list .icons img {
    width: 72px;
}

.commitment-list .text {
    width: calc(100% - 100px);
}

.commitment-list .text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.commitment-list .text p {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

@media screen and (max-width: 1600px) {
    .commitment-list .icons img {
        width: 60px;
    }

    .commitment-list .text {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1000px) {
    .about-commitment-box ul li {
        width: 100%;
        margin-top: 25px;
    }

    .commitment-list .icons img {
        width: 40px;
    }

    .commitment-list .text {
        width: calc(100% - 55px);
    }

    .commitment-list .text h3 {
        font-size: 16px;
    }

    .commitment-list .text p {
        font-size: 14px;
        margin-top: 5px;
    }
}


/* contact */
.contact {
    width: 100%;
    min-height: 600px;
    background-image: url(@/assets/images/con_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.contact-box {
    width: 100%;
}

.contact-item {
    margin-top: 50px;
}

.contact-box-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 100px;
    box-shadow: 0 0 20px rgba(180, 184, 206, 0.14);
    border-radius: 20px;
    margin-bottom: 80px;
    background-color: #fff;
}

.contact-box .box-title h3 {}

/* .contact-box .box-title p{
            text-align: left;
        } */
.contact-item ul {
    margin: 0 auto;
}

.contact-item ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5%;

}

.contact-item ul li .icon {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.contact-item ul li .icon img {
    max-height: 100%;

}

.contact-item ul li .text {
    display: inline-block;
    vertical-align: middle;
}

.contact-item ul li .desc {

    font-size: 20px;
    color: #000;
}

.contact-item ul li .text h3 {
    display: none;
}

.mt25 {
    margin-top: 25px;
}

.con-map {
    width: 100%;
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #E4E9EF;
}

#con-map {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1000px) {
    .contact {
        height: auto;
        min-height: auto;
        padding: 20px 0;
    }

    .contact-box-item {
        padding: 20px;
        box-shadow: none;
        margin-bottom: 0;
    }

    .contact-box .box-title h3 {
        display: block;
    }

    .contact-box .box-title p {
        text-align: center;
    }

    .contact-item {
        margin-top: 10px;
    }

    .con-map {
        margin-top: 20px;
    }

    .contact-item ul {
        flex-direction: column;
        width: 100%;
    }

    .contact-item ul li {
        padding: 18px 0;
        text-align: left;
        border-bottom: 1px dashed #D6D6D6;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contact-item ul li .icon {
        width: 20px;
        height: auto;
        line-height: 1;
    }

    .contact-item ul li .text {
        width: calc(100% - 20px);
        padding-left: 15px;
    }

    .contact-item ul li .text h3 {
        display: block;
        font-size: 16px;
        color: #000000;
    }

    .contact-item ul li .text .desc {
        margin-top: 5px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
    }

    #con-map {
        height: auto;
    }
}

.skipmenu {
    padding-left: 160px;
    padding-right: 160px;
    background-color: #fff;
    position: sticky;
    top: 69px;
    width: 100%;
    z-index: 7;
    box-shadow: 0 5px 10px rgba(180, 184, 206, 0.14);

}

.skipmenu-title {
    padding-left: 60px;
    line-height: 80px;
    font-size: 18px;
    color: #666666;
    position: absolute;
    top: 0;
    left: 160px;
}

.skipmenu .skipmenu-box {
    text-align: center;
}

.skipmenu .skipmenu-box ul li {
    display: inline-block;
    margin: 0 10px;
}

.skipmenu .skipmenu-box ul li a {
    line-height: 78px;
    font-size: 16px;
    color: #000000;
    padding: 0 25px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    display: block;
}

.skipmenu .skipmenu-box ul li.active a {
    border-color: #0064FA;
    color: #0064FA;
}

@media screen and (max-width: 1000px) {
    .skipmenu {
        top: 60px;
    }

    .skipmenu {
        padding-left: 10px;
        padding-right: 10px;
    }

    .skipmenu-title {
        position: relative;
        left: 0;
        padding-left: 0;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
    }
.skipmenu .skipmenu-box{
    width: 100%;
    overflow-x: auto;
}
    .skipmenu .skipmenu-box ul{
        white-space: nowrap;
    }
    .skipmenu .skipmenu-box ul li p {
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
}

.news-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.news-box ul li {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.news-list {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(104, 123, 255, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-list span {
    font-size: 16px;
    color: #000000;
}

.news-list h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 30px 0;
}

.news-list p {
    font-size: 16px;
    color: #000000;
}

.news-list i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    font-size: 16px;
    color: #ADADAD;
    margin-top: 70px;
}

.news-list .text {
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #fff;
    padding: 50px;
    transition: 0.5s;
}

.news-list::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background: linear-gradient(135deg, #0064FA 50%, #fff 100%);
    transition: 0.5s;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.news-list .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.news-list .img img {
    width: 100%;
    height: 100%;
}

.news-list:hover:before {
    width: 30vw;
    height: 30vw;
}

.news-list:hover .text {
    background-color: transparent;
}

.news-list:hover .text span,
.news-list:hover .text h3,
.news-list:hover .text p {
    color: #fff;
}

.news-list:hover .text i {
    background-color: #fff;
}

@media screen and (max-width: 1600px) {
    .news-box ul {
        margin: 0 -15px;
    }

    .news-box ul li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .news-list .text {
        padding: 40px;
    }

    .news-list span {
        font-size: 14px;
    }

    .news-list h3 {
        font-size: 18px;
        margin: 25px 0;
    }

    .news-list p {
        font-size: 14px;
    }

    .news-list i {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1000px) {
    .news-box ul {
        margin: 0;
    }

    .news-box ul li {
        width: 100%;
    }

    .news-list .text {
        padding: 20px;
    }

    .news-box ul li {
        margin-bottom: 15px;
        padding: 0;
    }

    .news-list h3 {
        margin: 15px 0;
        font-size: 16px;
    }

    .news-list i {
        margin-top: 30px;
    }

    .news-list {
        border-radius: 15px;
    }
}






/* web-pro */
.flex-box1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
}

.flex-box1 ul li {
    width: 33.33%;
    padding: 0 22.5px;
    margin-top: 45px;
}

.flex-box1-list {
    display: block;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 20px 0px rgba(180, 184, 206, 0.14);
    transition: 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.flex-box1-list::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #0064FA;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.8s;
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.flex-box1-list .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.5s;
}

.flex-box1-list .icon img:nth-child(2) {
    display: none;
}

.flex-box1-list h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s;
}

.flex-box1-list p {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    transition: all 0.5s;
}

.flex-box1-list span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 26px;
    transition: all 0.5s;
    display: none;
}

.flex-box1-list span i {
    vertical-align: text-bottom;
    font-size: 20px;
    margin-left: 5px;
}

.flex-box1-list:hover::before {
    width: 800px;
    height: 800px;
    opacity: 1;
}

.flex-box1-list:hover {
    /* background-color: var(---color); */
    transform: translateY(-8px);
}

.flex-box1-list:hover h3,
.flex-box1-list:hover p,
.flex-box1-list:hover span {
    color: #fff;
}

.flex-box1-list:hover .icon img:nth-child(1) {
    display: none;
}

.flex-box1-list:hover .icon img:nth-child(2) {
    display: block;
}

@media screen and (max-width: 1600px) {
    .flex-box1 ul {
        margin: 0 -15px;
    }

    .flex-box1 ul li {
        padding: 0 15px;
        margin-top: 30px;
    }

    .flex-box1-list {
        padding: 30px 40px;
    }

    .flex-box1-list .icon {
        width: 45px;
        height: 45px;
    }

    .flex-box1-list h3 {
        font-size: 22px;
    }

}

@media screen and (max-width: 1000px) {

    .flex-box1 ul {
        margin: 0;
    }

    .flex-box1 ul li {
        width: 100%;
        margin-top: 20px;
    }

    .flex-box1-list {
        padding: 15px 20px;
        border-radius: 10px;
    }

    .flex-box1-list .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .flex-box1-list h3 {
        font-size: 16px;
    }

    .flex-box1-list p {
        font-size: 14px;
        margin-top: 10px;
    }

    .flex-box1-list span {
        font-size: 14px;
        margin-top: 10px;
    }
}

/* web-process */

.web-process {
    background: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/web-process-bg.jpg);
}


.web-process-box ul {
    display: flex;
    margin: 0 -3px;
}

.web-process-box ul li {
    flex: 1;
    padding: 0 3px;
}

.web-process-list {
    display: block;
    height: 260px;
    position: relative;
}

.web-process-list .web-process-top {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
}

.web-process-list .web-process-top .icons img {
    width: 50px;
    height: 50px;
}

.web-process-list .web-process-top h3 {
    margin-top: 90px;
    font-size: 18px;
    color: #000000;
}

.web-process-list .web-process-top i {
    color: #ADADAD;
    margin-top: 13px;
}

.web-process-bottom {
    width: 100%;
    height: 100%;
    background-color: #0064FA;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;

}

.web-process-bottom span {
    font-size: 20px;
    color: #FFFFFF;
}

.web-process-bottom .text {
    padding-right: 50px;
    position: relative;
    margin-top: 77px;
}

.web-process-bottom .text .icons2 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.web-process-bottom .text h3 {
    font-size: 20px;
    color: #FFFFFF;
}

.web-process-bottom .text p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.web-process-box ul li {
    transition: all 0.3s;
}

.web-process-box ul li.active .web-process-bottom {
    opacity: 1;
}

.web-process-box ul li.active {
    flex: 2;
}

@media screen and (max-width: 1600px) {
    .web-process-list .web-process-top {
        padding: 30px 25px;
    }

    .web-process-list {
        height: 240px;
    }

    .web-process-bottom {
        padding: 25px 20px;
    }

    .web-process-bottom .text {
        margin-top: 70px;
        padding-right: 40px;
    }

    .web-process-bottom .text p {
        font-size: 14px;
        margin-top: 15px;
    }

    .web-process-bottom .text h3 {
        font-size: 18px;
    }

    .web-process-bottom .text .icons2,
    .web-process-list .web-process-top .icons img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .web-process-box ul {
        flex-wrap: wrap;
    }

    .web-process-box ul li {
        width: 50%;
        flex: none;
        margin-top: 6px;
    }

    .web-process-bottom {
        opacity: 1 !important;
        padding: 15px;
        position: relative;
        border: 15px;
        height: 100%;
    }

    .web-process-list {
        height: 100%;
    }

    .web-process-bottom .text {
        margin-top: 20px;
        padding-right: 0;
    }

    .web-process-bottom .text .icons2 {
        position: relative;
        margin-top: 15px;
    }

    .web-process-top {
        display: none;
    }
}

/* faq */
.faq {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/faq_bg.jpg);
}

.faq-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-box ul li {
    width: 48%;
    border-bottom: 1px solid #DEDEDE;
}

.faq-box ul li p {
    padding: 25px 0;
    font-size: 18px;
    color: #202020;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .faq-box ul li {
        width: 100%;
    }

    .faq-box ul li p {
        padding: 15px 0;
        font-size: 14px;
    }
}


/* crm-painpoint */

.crm-painpoint-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crm-painpoint-box .text {
    width: 55%;
}

.crm-painpoint-textList {
    padding-left: 90px;
    position: relative;
    margin: 30px 0;
}

.crm-painpoint-textList span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 58px;
}

.crm-painpoint-textList span::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 100% 0 0 100%/50%;
    border: 1px solid #0064FA;
    border-right: none;
    position: absolute;
    left: 0;
    top: -1px;
}

.crm-painpoint-textList h3 {
    font-size: 18px;
    color: #000000;
}

.crm-painpoint-textList p {
    font-size: 16px;
    color: #626262;
    margin-top: 15px;
}

.crm-painpoint-box .img {
    width: 42%;
}

.crm-painpoint-box .img img {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .crm-painpoint-box {
        flex-direction: column;
    }

    .crm-painpoint-box .text {
        width: 100%;
    }

    .crm-painpoint-box .img {
        width: 100%;
        margin-top: 15px;
    }

    .crm-painpoint-textList {
        margin: 15px 0;
        padding-left: 60px;
    }

    .crm-painpoint-textList h3 {
        font-size: 16px;
    }

    .crm-painpoint-textList p {
        font-size: 14px;
        margin-top: 5px;
    }

    .crm-painpoint-textList span {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
}

/* solution */
.solution-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
    margin-top: -45px;
}

.solution-item ul li {
    width: 33.33%;
    padding: 0 22.5px;
    margin-top: 45px;
}

.solution-list {
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.solution-list .img {
    width: 100%;
    padding-bottom: 62%;
    border-radius: 20px 20px 0 0;
}

.solution-list .title {
    background-color: #F4F7FC;
    font-size: 20px;
    color: #000000;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.solution-list .text {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.5s;
}

.solution-list .text h3 {
    font-size: 20px;
    color: #000000;
}

.solution-list .text p {
    font-size: 16px;
    color: #626262;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    line-height: 25px;
    height: 150px;
}

.solution-list .text span {
    display: inline-block;
    min-width: 130px;
    line-height: 50px;
    background-color: var(---color);
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    margin-top: 31px;
}

.solution-list .text span i {
    display: none;
}

.solution-list .text img {
    max-height: 70%;
    text-align: center;
    transform: scale(1);
    margin-top: 10px;
}

.solution-list .text.center {
    text-align: center;
}

.solution-list:hover .text {
    top: -2px;

}

.solution-list:hover {
    box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
}

@media screen and (max-width: 1600px) {
    .solution-item ul {
        margin: 0 -15px;
        margin-top: -45px;
    }

    .solution-item ul li {
        padding: 0 15px;
        margin-top: 45px;
    }

    .solution-list .title {
        padding: 25px;
    }

    .solution-list .text {
        padding: 25px;
    }

    .solution-list .text span {
        min-width: 120px;
        line-height: 42px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .solution-item ul {
        margin: 0;
    }

    .solution-item ul li {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }

    .solution-list {
        box-shadow: 0px 0px 50px 0px rgba(180, 184, 206, 0.14);
    }

    .solution-list .title {
        display: none;
    }

    .solution-list .text {
        position: relative;
        top: 0 !important;
        height: auto;
        padding: 15px 20px;
        border-radius: 0;
    }

    .solution-list .text h3 {
        font-size: 16px;
    }

    .solution-list .text p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 25px;
        height: auto;
        max-height: 75px;
        margin-top: 10px;
    }

    .solution-list .text span {
        min-width: 100px;
        line-height: 38px;
        margin-top: 15px;
    }
}

/* contact-pop */
.contact-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
}

.contact-pop-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0059DF;
    padding: 40px;
    width: 650px;
    border-radius: 20px;
}

.contact-pop-item .title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
}

.contact-pop-item .p1 {
    font-size: 60px;
    color: #FFFFFF;
    margin: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-pop-item .contact-pop-ewm {
    margin-top: 20px;
}

.contact-pop-item .contact-pop-ewm .ewm-list {
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-right: 15px;
}

.contact-pop-item .contact-pop-ewm .ewm-list p {
    margin-top: 8px;
}

.contact-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .contact-pop-item {
        width: 90%;
        max-width: 400px;
        padding: 20px;
    }

    .contact-pop-item .title {
        font-size: 16px;
    }

    .contact-pop-item .p1 {
        font-size: 32px;
        margin: 10px 0;
    }

    .contact-close {
        top: 15px;
        right: 15px;
        width: 20px;
    }
}

/* sidebar */
.sidebar {
    position: fixed;
    right: 30px;
    bottom: 30%;
    z-index: 15;
}

.sidebar .sidebar-top {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 5px 30px 0px rgba(104, 123, 255, 0.1);
    margin-top: 10px;
}

.sidebar .sidebar-box {
    box-shadow: 0px 5px 30px 0px rgba(104, 123, 255, 0.1);
    background-color: #fff;
    border-radius: 3px;
    /* padding: 0 7px; */
    box-sizing: border-box;
    width: 70px;
}

.sidebar .sidebar-list:nth-child(1) {
    padding-top: 5px;
}

.sidebar .sidebar-list {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ECEDF1;
    font-size: 14px;
    color: #5E6269;
    cursor: pointer;
    padding: 22px 0 22px 0;
    box-sizing: border-box;
    position: relative;
}

.sidebar .sidebar-list:nth-last-child(1) {
    border-bottom: none;
}

.sidebar .sidebar-list p {
    margin-top: 10px;
    line-height: 1;
}

.sidebar-list-box img {
    width: 24px;
}

.sidebar .sidebar-list:nth-child(1) .sidebar-list-box img {
    width: 60px;
}

.sidebar .sidebar-list .sidebar-list-img {
    position: absolute;
    right: 65px;
    top: 0;
    width: 140px;
    background-color: #fff;
    display: block;
    box-shadow: 5px 5px 20px 0px rgba(180, 184, 206, 0.14);

}

.sidebar .sidebar-list .sidebar-list-img.text {
    width: 180px;
    padding: 10px;
    font-size: 18px;
    border-radius: 3px;
    color: #333;
}

.sidebar .sidebar-list .sidebar-list-img.text img {
    width: 20px;
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    .sidebar {
        display: none;
    }

    .user {
        padding-bottom: 10px;
    }
}


.detail-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detail-bg30 {
    width: calc(100% - 350px);
    background-color: #fff;
    padding: 30px;
}

.box-detail .box-detail-title {
    text-align: left;
}

.box-detail .box-detail-title h3 {
    font-size: 44px;
    color: #202020;
}

.box-detail-boxdesc {
    margin: 50px 0;
    background-color: #F5F7FB;
    padding: 15px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-detail-boxdesc .li {
    display: inline-block;
    width: .5px;
    height: 18px;
    background: #e3e3e3;
    margin: 0 20px;
    vertical-align: middle;
}

.box-detail-boxdesc p {
    color: #666;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.box-detail-boxdesc span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.box-detail .detail-text {
    margin-top: 20px;
    font-size: 16px;
    color: #202020;
    line-height: 2;
}

.detail-right {
    width: 330px;
}

.detail-right-title {
    font-size: 20px;
    color: #000;
}

.correlation-news-list {
    display: block;
}

.correlation-news-list h3 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all .3s;
    height: auto;
    max-height: 50px;
}

.correlation-news-list p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.detail-correlation-news ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #f4f4f4;
}

.correlation-news-list:hover h3 {
    color: #0064FA;
    transform: translateX(5px);
}

.detail-updown {
    display: flex;
    justify-content: space-between;
}

.detail-updown .detail-prev,
.detail-updown .detail-next {
    width: 45%;
}

.detail-updown .detail-next {
    text-align: right;
}

.detail-updown .detail-prev p,
.detail-updown .detail-next p {
    font-size: 16px;
    color: #606060;
    margin-bottom: 10px;
}

.detail-updown .detail-prev a,
.detail-updown .detail-next a {
    font-size: 18px;
    color: #000;

}
@media screen and (max-width: 1600px) {
    .box-detail-boxdesc .li{
        margin: 0 10px;
    }
    .box-detail-boxdesc{
        padding: 15px 20px;
    }
    .box-detail-boxdesc span{
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .detail-flex {
        flex-direction: column;
    }

    .detail-bg30 {
        width: 100%;
        padding: 10px;
    }

    .detail-right {
        width: 100%;
    }

    .box-detail .box-detail-title h3 {
        font-size: 18px;
    }

    .box-detail-boxdesc {
        margin: 20px 0;
        padding: 10px;
        flex-direction: column;
        align-items: baseline;
    }

    .box-detail-boxdesc .right {
        margin-top: 10px;
    }

    .box-detail-boxdesc .li {
        margin: 0 5px;
    }

    .box-detail-boxdesc p {
        font-size: 12px;
        display: inline-block;
    }

    .box-detail-boxdesc span {
        font-size: 14px;
    }

    .detail-updown {
        flex-direction: column;
        display: none;
    }

    .detail-updown .detail-next {
        text-align: left;
    }

    .detail-updown .detail-prev,
    .detail-updown .detail-next {
        width: 100%;
        font-size: 14px;
    }

    .detail-updown .detail-prev p,
    .detail-updown .detail-next p {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .detail-updown .detail-prev a,
    .detail-updown .detail-next a {
        font-size: 14px;
    }

    .box-detail .detail-text {
        font-size: 14px;
    }

    .detail-right-news {
        display: none;
    }
}




/* index-one */
.index-one-box{
    margin-top: 20px;
}
.index-one-box ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.index-one-box ul li{
    width: 33.33%;
    padding: 0 15px;
    margin-top: 30px;
}
.index-one-list{
    background-color: #F9FBFE;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: all .5s;
    cursor: pointer;
}
.index-one-list .icons img{
    height: 36px;
    transition: all .5s;
}
.index-one-list .text{
    margin-top: 30px;
}
.index-one-list .text h3{
    font-size: 20px;
    color: #202020;
    transition: all .5s;
}
.index-one-list .text p{
    font-size: 16px;
    margin-top: 12px;
}
.index-one-list:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transform: translateY(-5px);
}


.index-one-list:hover .text h3{
    color: #0064FA;

}
.index-one-list:hover .icons img{
    transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
     .index-one-box ul {
        margin: 0 -10px;
     }
    .index-one-box ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) {
        .index-one-box{
            margin-top: 10px;
        }
        .index-one-box ul{
            margin: 0 -5px;
        }
        .index-one-box ul li{
            width: 50%;
            margin-top: 10px;
            padding: 0 5px;
        }
        .index-one-list{
            padding: 15px;
        }
        .index-one-list .icons img{
            height: 30px;
        }
        .index-one-list .text h3{
            font-size: 16px;
        }
        .index-one-list .text p{
            font-size: 14px;
            margin-top: 8px;
        }
        .index-one-list .text{
            margin-top: 15px;
        }
        .index-one-box ul li:nth-last-child(1){
            width: 100%;
        }
}

/* index-four */
.index-four-box{
    margin-top: 20px;
}
.index-four-box ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.index-four-box ul li{
    width: 25%;
    padding: 0 15px;
    margin-top: 30px;
}
.index-four-list{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.index-four-list .text{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .5);
}
.index-four-list .text .icons img{
    height: 40px;
}
.index-four-list .text h3{
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 400;
}

@media screen and (max-width: 1600px) {
      .index-four-box ul {
        margin: 0 -10px;
     }
    .index-four-box ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .index-four-box{
            margin-top: 10px;
        }
        .index-four-box ul{
            margin: 0 -5px;
        }
        .index-four-box ul li{
            width: 50%;
            margin-top: 10px;
            padding: 0 5px;
        }
        .index-four-list .text .icons img{
            height: 30px;
        }
        .index-four-list .text h3{
            font-size: 16px;
            margin-top: 10px;
        }
        .index-four-list{
            border-radius: 10px;
        }
}
.index-five-img img{
    width: 100%;
}

.index-footer{
    background-color: #F9FBFE;
    padding: 50px 0;
}

.index-footer-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-footer-box ul  li{
    max-width: 40%;
}
.index-footer-list{
    display: flex;
    align-items: center;
}
.index-footer-list img{
    width: 80px;
}
.index-footer-list .text{
    flex: 1;
    margin-left: 20px;
    font-size: 18px;
    color: #000000;
}
@media screen and (max-width: 1000px) {
    .index-footer{
        padding: 20px 0;
    }
    .index-footer-box ul li{
        max-width: 100%;
        width: 100%;
        margin: 5px 0;
    }
    .index-footer-list img{
        width: 60px;
    }
    .index-footer-list .text{
        font-size: 16px;
        margin-left: 10px;
    }
}


.crm-one-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.crm-one-box ul li{
    width: calc(50% - 50px);
}
.crm-one-list{
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
}
.crm-one-list .icons img{
    width: 72px;
}
.crm-one-list .text{
    flex: 1;
    margin-left: 60px;
}
.crm-one-list .text h3{
    font-size: 20px;
    color: #202020;
}
.crm-one-list .text p{
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
}
.crm-one-box ul li:nth-child(1) .crm-one-list,.crm-one-box ul li:nth-child(2) .crm-one-list{
    border-top: 1px solid #E9E9E9;
}

@media screen and (max-width: 1600px) {
    .crm-one-box ul li{
        width: calc(50% - 40px);
    }
    .crm-one-list{
        padding: 35px 0;
    }
    .crm-one-list .icons img{
        width: 60px;
    }
    .crm-one-list .text{
        margin-left: 40px;
    }
    .crm-one-list .text h3{
        font-size: 18px;
    }
    .crm-one-list .text p{
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .crm-one-box ul li{
        width: 100%;
    }
    .crm-one-list{
        padding: 15px 0;
    }
    .crm-one-list .icons img{
        width: 35px;
    }
    .crm-one-list .text{
        margin-left: 20px;
    }
    .crm-one-list .text h3{
        font-size: 16px;
    }
    .crm-one-list .text p{
        font-size: 14px;
        margin-top: 5px;
    }
}



.crm-two-box .crm-two-list{
    background-color: #fff;
    margin-top: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.crm-two-box .crm-two-list>h3{
    width: 10%;
    color: var(---color);
    text-align: center;
}
.crm-two-box .crm-two-list .crm-two-list-box span{
    display: inline-block;
    line-height: 50px;
    min-width: 180px;
    padding: 0 10px;
    background-color: #F3F7FD;
    margin-left: 24px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.crm-two-box .crm-two-list:hover{
    background-image: linear-gradient(180deg, #0060F1 0%, #0064FA 30%,#65A3FF 100%);
}
.crm-two-box .crm-two-list:hover h3{
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .crm-two-box .crm-two-list{
        padding: 15px;
    }
    .crm-two-box .crm-two-list .crm-two-list-box span{
        line-height: 40px;
        min-width: 140px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .crm-two-box .crm-two-list{
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }
    .crm-two-box .crm-two-list>h3{
        width: 100%;
    }
       .crm-two-box .crm-two-list .crm-two-list-box span{
        margin: 5px;
        font-size: 14px;
        line-height: 42px;
        min-width: 150px;
       }
}



.crm-four-box ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.crm-four-box ul li{
    width: 33.33%;
    padding: 0 22px;
    margin-top: 40px;
}
.crm-four-list{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.crm-four-list .icons img{
    width: 44px;
}
.crm-four-list .icons img:nth-child(2){
    display: none;
}
.crm-four-list .text{
    flex: 1;
    margin-left: 20px;
}
.crm-four-list .text h3{
    font-size: 16px;
    color: #000000;
}
.crm-four-list .text p{
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.crm-four-list:hover{
    background-image: linear-gradient(180deg, #0060F1 0%, #0064FA 30%,#65A3FF 100%);
}
.crm-four-list:hover h3,.crm-four-list:hover p{    
    color: #fff;
}
.crm-four-list:hover .icons img:nth-child(1){
    display: none;
}
.crm-four-list:hover .icons img:nth-child(2){
    display: block;
}

@media screen and (max-width: 1600px) {
    .crm-four-box ul li{
        padding: 0 15px;
        margin-top: 30px;
    }
    .crm-four-list{
        padding: 15px;
    }
    .crm-four-list .text p{
        font-size: 14px;
    }
    .crm-four-list .icons img{
        width: 35px;
    }
    .crm-four-list .text p{
        margin-top: 6px;
    }
}

@media screen and (max-width: 1000px) {
    .crm-four-box ul{
        margin: 0;
    }
    .crm-four-box ul li{
        padding: 0;
        margin-top: 10px;
    }
    .crm-four-box ul li{
        width: 100%;
    }
}